@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&family=Roboto:wght@300;400;500;700&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #000;
  background-color: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: justify;
}

main,
header,
footer,
section {
  display: block;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 1.4rem;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.mainCnt {
  display: block;
  width: calc(100% - 55px);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.cmnLogo {
  width: 100px;
  position: absolute;
  top: 60px;
  left: 72px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .cmnLogo {
    width: 80px;
    top: 20px;
    left: 32px;
  }
}
.cmnBtn {
  background-color: #7cafb9;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
}
.cmnBtn a,
.cmnBtn button {
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  padding: 13px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: unset;
  outline: unset;
  border: unset;
  transition: all 0.3s;
  cursor: pointer;
}
.cmnBtn a:hover,
.cmnBtn button:hover {
  opacity: 1;
  background: #000;
}
.cmnBtn a:before,
.cmnBtn button:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.modalVideo__video {
  width: 100%;
}

.hoverLink {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.hoverLink:hover {
  -webkit-box-shadow: 0 0 6px rgba(2, 63, 66, 0.3);
          box-shadow: 0 0 6px rgba(2, 63, 66, 0.3);
  opacity: 1;
}

.cmnTtl {
  margin-bottom: 37px;
  position: relative;
}
.cmnTtl:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #000000;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.cmnTtl__cnt--en {
  font-size: 14rem;
  font-weight: bold;
  color: #eef6f6;
  letter-spacing: 0.06em;
}
.cmnTtl__cnt--ja {
  position: relative;
  margin-top: -112px;
  padding-left: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
}
.cmnTtl__cnt--ja--ttl {
  font-size: 4.5rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.cmnTtl__cnt--ja--txt {
  letter-spacing: 0.13em;
  padding-top: 31px;
  font-size: 1.6rem;
  padding-left: 110px;
}

_::-webkit-full-page-media, _:future, :root .cmnTtl__cnt--ja {
  margin-top: -96px;
}

.cmnGuide {
  background-image: url(../img/common/guide_bg.png);
  background-size: cover;
  background-position: center;
  margin-top: 85px;
}
.cmnGuide__cnt {
  background-color: rgba(240, 249, 248, 0.6);
  padding: 57px 0 57px;
}
.cmnGuide__cnt--btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmnGuide__cnt--btnArea--btn {
  max-width: 460px;
  width: 100%;
}
.cmnGuide__cnt--btnArea--btn:not(:first-of-type) {
  margin-top: 30px;
}
.cmnGuide__cnt--btnArea--btn:first-of-type a:before {
  background-image: url(../img/common/icon_angle.svg);
  right: 10px;
}
.cmnGuide__cnt--btnArea--btn a:before {
  background-image: url(../img/common/icon_window.svg);
}

.bredCrumb {
  background-color: #7cafb9;
}
.bredCrumb__cnt {
  padding: 8px 0;
  max-width: 1110px;
  color: #fff;
  font-size: 1.2rem;
}
.bredCrumb__cnt a,
.bredCrumb__cnt span {
  color: #fff;
  font-size: 1.2rem;
}

.cmnHead {
  background-image: url(../img/archive/head_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.cmnHead__cnt {
  padding: 80px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmnHead__cnt--lft {
  padding-top: 65px;
}
.cmnHead__cnt--lft--txtArea--ttl {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 300;
  line-height: 1.5;
}
.cmnHead__cnt--lft--txtArea--txt {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  color: #7cafb9;
  margin-top: 10px;
}
.cmnHead__cnt--rgt--subTxt {
  position: relative;
  left: 10px;
  opacity: 0.7;
  font-size: 2rem;
  letter-spacing: 0.5em;
  color: #7cafb9;
  text-align: right;
}
.cmnHead__cnt--rgt--bigTxt {
  opacity: 0.7;
  font-size: 18rem;
  letter-spacing: 0.05em;
  color: #7cafb9;
  text-align: right;
  line-height: 1;
  margin-top: -13px;
  position: relative;
  left: 10px;
  font-weight: bold;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .cmnHead__cnt--lft {
    padding-top: 15px;
  }
  .cmnHead__cnt--lft--txtArea--ttl {
    font-size: 1.8rem;
  }
  .cmnHead__cnt--lft--txtArea--txt {
    font-size: 1.3rem;
  }
  .cmnHead__cnt--rgt--subTxt {
    font-size: 1.6rem;
  }
  .cmnHead__cnt--rgt--bigTxt {
    font-size: 10rem;
    margin-top: -7px;
  }
}
.cmnAnother {
  background-color: #eef6f6;
}
.cmnAnother__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 78px 0 77px;
}
.cmnAnother__cnt--txtArea {
  width: 50%;
  padding-top: 55px;
  padding-top: 0;
  padding-right: 17px;
}
.cmnAnother__cnt--txtArea--en {
  font-size: 10rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  color: #deeded;
}
.cmnAnother__cnt--txtArea--ja {
  font-size: 3rem;
  font-weight: 300;
  padding-left: 30px;
  border-bottom: 1px solid #000;
  margin-top: -57px;
  letter-spacing: 0.08em;
}
.cmnAnother__cnt--txtArea--txt {
  font-size: 2rem;
  margin-top: 33px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.cmnAnother__cnt--imgArea {
  width: 50%;
  padding-left: 14px;
}

.cmnUnderTtl {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-bottom: 1px solid #000;
}
.cmnUnderTtl__ttl {
  font-size: 3rem;
  letter-spacing: 0.2em;
  padding-bottom: 4px;
  max-width: 1160px;
  width: calc(100% - 55px);
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .cmnLogo {
    width: 80px;
    top: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cmnTtl {
    margin-bottom: 24px;
  }
  .cmnTtl:before {
    bottom: unset;
    top: 62px;
  }
  .cmnTtl__cnt--en {
    font-size: 5.8rem;
    font-weight: 600;
  }
  .cmnTtl__cnt--ja {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -46px;
    padding-left: 0;
  }
  .cmnTtl__cnt--ja--ttl {
    padding-left: 24px;
    font-size: 2rem;
  }
  .cmnTtl__cnt--ja--txt {
    padding-left: 0;
    letter-spacing: 0em;
    padding-top: 17px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .cmnGuide {
    margin-top: 53px;
  }
  .cmnGuide__cnt {
    padding: 30px 0 30px;
  }
  .cmnGuide__cnt--btnArea--btn {
    width: calc(100% - 55px);
  }
  .cmnGuide__cnt--btnArea--btn:not(:first-of-type) {
    margin-top: 16px;
  }
  .cmnGuide__cnt--btnArea--btn a {
    font-size: 1.6rem;
    padding: 7px 0;
  }
  .bredCrumb__cnt {
    padding: 4px 0;
  }
  .bredCrumb__cnt ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bredCrumb__cnt li a,
  .bredCrumb__cnt li span {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .cmnHead {
    background-image: url(../img/archive/head_bg_sp.png);
  }
  .cmnHead__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmnHead__cnt--lft {
    width: 100%;
    padding-top: 16px;
  }
  .cmnHead__cnt--lft--txtArea--ttl {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .cmnHead__cnt--lft--txtArea--txt {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 2px;
  }
  .cmnHead__cnt--rgt {
    width: 100%;
    margin-top: 28px;
  }
  .cmnHead__cnt--rgt--subTxt {
    font-size: 1.4rem;
    text-align: center;
    left: 0;
  }
  .cmnHead__cnt--rgt--bigTxt {
    font-size: 8rem;
    text-align: center;
    left: 0;
  }
  .cmnAnother__cnt {
    padding: 44px 0 63px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmnAnother__cnt--txtArea {
    width: 100%;
    padding-right: 0;
  }
  .cmnAnother__cnt--txtArea--en {
    font-size: 5.8rem;
  }
  .cmnAnother__cnt--txtArea--ja {
    font-size: 2rem;
    padding-left: 50px;
    margin-top: -35px;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .cmnAnother__cnt--txtArea--txt {
    font-size: 1.4rem;
    margin-top: 13px;
    letter-spacing: 0em;
    line-height: 1.6;
  }
  .cmnAnother__cnt--imgArea {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
  .cmnUnderTtl__ttl {
    font-size: 2.4rem;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .cmnTtl__cnt--ja {
    margin-top: -46px;
  }
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .cmnTtl:before {
    top: 66px;
  }
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .cmnAnother__cnt--txtArea--ja {
    margin-top: -32px;
  }
}

.ft {
  font-weight: 400;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.ft__inr {
  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;
  padding: 35px 0;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 55px);
  max-width: 1110px;
}
.ft__inr--txt--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.ft__inr--txt--list li {
  line-height: 1;
  padding-right: 15px;
}
.ft__inr--txt--list li:not(:first-of-type) {
  padding: 0 15px;
  border-left: 1px solid #231815;
}
.ft__copy {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .ft {
    line-height: 1.7;
    letter-spacing: 1px;
  }
  .ft__inr {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px 0;
    width: 90%;
  }
  .ft__inr--txt--list {
    font-size: 1.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ft__inr--txt--list li {
    padding: 0;
  }
  .ft__inr--txt--list li:before {
    content: "> ";
  }
  .ft__inr--txt--list li:not(:first-of-type) {
    border: none;
    padding: 0;
    margin-top: 5px;
  }
  .ft__inr--txt--list li a {
    line-height: 1.7;
    letter-spacing: 1px;
  }
  .ft__copy {
    font-size: 1.1rem;
    margin-top: 10px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
}
.fixedNav {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-66%);
          transform: translateY(-66%);
  width: 50px;
  padding: 15px 5px;
}
.fixedNav__container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.toTop {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 50px;
  width: 36px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .toTop {
    bottom: 24px;
    right: 20px;
  }
}
.sectionSwiper {
  /* 画像サイズ調整 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.sectionSwiper .mainSwiper {
  position: relative;
}
.sectionSwiper .swiper-slide {
  height: auto;
}
.sectionSwiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.sectionSwiper .swiper-button-prev,
.sectionSwiper .swiper-button-next {
  height: 50px;
  width: 50px;
}
.sectionSwiper .swiper-button-prev {
  left: 5.6%;
}
.sectionSwiper .swiper-button-next {
  right: 5.6%;
}
.sectionSwiper .swiper-button-prev:after,
.sectionSwiper .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.sectionSwiper .swiper-button-prev:after {
  background-image: url(../img/swipe_prev.svg);
}
.sectionSwiper .swiper-button-next:after {
  background-image: url(../img/swipe_next.svg);
}
.sectionSwiper .swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
}
/*# sourceMappingURL=common.css.map */