@charset "UTF-8";
.fontMont {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

body * {
  letter-spacing: 0.1em;
  line-height: 120%;
  font-feature-settings: "palt" 1;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}

.commonWidth {
  margin: 0 auto;
}

.footerWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.icoCircle {
  background: linear-gradient(157deg, #209cc6 0%, #7dc3c8 49%, #f1d3d2 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: inline-block;
}

.topTitleArea .titleJp {
  border-bottom: solid 1.5px #000000;
}
.topTitleArea .titleJp .titleJpText {
  font-weight: 700;
}

.errorText {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wrapWidth {
    width: 92.3vw;
    margin: 0 auto;
  }
  .commonWidth {
    width: 92.3vw;
  }
  .commonWidthSp {
    width: 92.3vw;
    margin: 0 auto;
  }
  .footerWidth {
    width: 92.3vw;
    margin: 0 auto;
  }
  .icoCircle {
    width: 12px;
    height: 12px;
  }
  .topTitleArea .titleEn {
    font-size: clamp(30px, 12.82vw, 50px);
  }
  .topTitleArea .titleJp {
    padding-top: 10px;
    padding-bottom: min(9.2vw, 36px);
    padding-left: min(7.7vw, 30px);
  }
  .topTitleArea .titleJp .titleJpText {
    padding: 0 0 0 8px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .contentArea {
    padding-bottom: 80px;
  }
  .errorText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .wrapWidth {
    width: clamp(712px, 92.7vw, 1920px);
    margin: 0 auto;
  }
  .wrapWidthPc {
    width: clamp(712px, 92.7vw, 1920px);
    margin: 0 auto;
  }
  .commonWidth {
    width: 90vw;
  }
  .commonWidthPc {
    width: 90vw;
    margin: 0 auto;
  }
  .footerWidth {
    width: 78vw;
    max-width: 1500px;
  }
  .icoCircle {
    width: 16px;
    height: 16px;
  }
  .topTitleArea .titleEn {
    font-size: min(7.8vw, 150px);
  }
  .topTitleArea .titleJp {
    padding-bottom: min(5.2vw, 100px);
  }
  .topTitleArea .titleJp .titleJpText {
    padding: 0 0 0 20px;
    font-size: clamp(14px, 2vw, 24px);
  }
  .contentArea {
    padding-bottom: min(10.4vw, 200px);
  }
  .errorText {
    font-size: clamp(14px, 1.67vw, 20px);
  }
}
/*---------------------------------------------
secHeader
---------------------------------------------*/
.secHeader {
  position: fixed;
  z-index: 100;
  height: 80px;
  background-color: #fff;
}
.secHeader .headerWidth {
  height: 100%;
}
.secHeader .headerWidth .secHeaderIn {
  height: 100%;
  display: flex;
  align-items: center;
}
.secHeader .headerWidth .secHeaderIn a {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .secHeader {
    width: 100%;
    height: 70px;
  }
  .secHeader .headerWidth .secHeaderIn {
    padding: 0 18px;
  }
  .secHeader .headerWidth .secHeaderIn a {
    width: 196px;
  }
}
@media print, screen and (min-width: 768px) {
  .secHeader {
    width: 100%;
    height: 80px;
  }
  .secHeader .headerWidth .secHeaderIn {
    padding: 0 42px;
  }
  .secHeader .headerWidth .secHeaderIn a {
    width: 196px;
  }
}
/*---------------------------------------------
secFooter
---------------------------------------------*/
.secFooter {
  background-color: #000;
  color: #ffffff;
  width: 100%;
  padding: 28px 0;
}
.secFooter img {
  width: 102px;
  display: block;
  margin: 0 auto 20px;
}
.secFooter span {
  display: block;
  font-size: 10px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.inPageTitle {
  text-align: center;
}
.inPageTitle .titleEn {
  font-weight: bold;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .inPageTitle .titleEn {
    font-size: clamp(18px, 7.69vw, 30px);
  }
  .inPageTitle .titleJp {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .inPageTitle .titleEn {
    font-size: clamp(20px, 2.83vw, 34px);
  }
  .inPageTitle .titleJp {
    font-size: 14px;
  }
}
/*---------------------------------------------
エラー系テキスト
---------------------------------------------*/
.commonErrorText {
  line-height: 200%;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .commonErrorText {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .commonErrorText {
    font-size: clamp(14px, 1.83vw, 22px);
  }
}
/*---------------------------------------------
タイトル
---------------------------------------------*/
.commonTitleArea {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  padding-bottom: 2px;
}
.commonTitleArea .title {
  width: -moz-fit-content;
  width: fit-content;
}
.commonTitleArea .title span {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.4em;
  text-align: center;
  padding: 0 17px;
}
.commonTitleArea .title h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
  padding: 0 17px;
}
.commonTitleArea .titleLeft {
  padding-left: calc((100vw - min(90vw, 885px)) / 2);
  position: relative;
}
.commonTitleArea .titleLeft:before {
  content: "";
  display: block;
  background-color: #000;
  height: 1px;
  width: calc((100vw - min(90vw, 885px)) / 2);
  position: absolute;
  left: 0;
  top: 25px;
}
.commonTitleArea .titleCenter {
  width: 100%;
  margin: auto;
  position: relative;
  background-color: #fff;
}
.commonTitleArea .titleCenter span {
  position: relative;
  margin: auto;
  background-color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
.commonTitleArea .titleCenter h2 {
  position: relative;
  margin: auto;
  background-color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
.commonTitleArea .titleCenter:before {
  content: "";
  display: block;
  background-color: #000;
  height: 1px;
  width: 50vw;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1;
}
.commonTitleArea .titleCenterR {
  width: 100%;
  margin: auto;
  position: relative;
  background-color: #fff;
}
.commonTitleArea .titleCenterR span {
  position: relative;
  margin: auto;
  background-color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
.commonTitleArea .titleCenterR h2 {
  position: relative;
  margin: auto;
  background-color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
.commonTitleArea .titleCenterR:before {
  content: "";
  display: block;
  background-color: #000;
  height: 1px;
  width: 50vw;
  position: absolute;
  left: auto;
  right: 0;
  top: 25px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .commonTitleArea {
    width: 100vw;
    overflow-x: hidden;
  }
  .commonTitleArea .title span {
    font-size: 30px;
    padding: 0 12px;
  }
  .commonTitleArea .title h2 {
    font-size: 12px;
    padding: 0 12px;
  }
  .commonTitleArea .titleLeft {
    width: 100vw;
    margin: auto;
    position: relative;
    margin: auto;
    position: relative;
    background-color: #fff;
    padding-left: 0;
  }
  .commonTitleArea .titleLeft span {
    position: relative;
    margin: auto;
    background-color: #fff;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 3;
  }
  .commonTitleArea .titleLeft h2 {
    position: relative;
    margin: auto;
    background-color: #fff;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 3;
  }
  .commonTitleArea .titleLeft:before {
    content: "";
    display: block;
    background-color: #000;
    height: 1px;
    width: 50vw;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
  }
}
.op.animated.animWidthInC {
  animation: slideTitle 1.2s ease-out forwards;
}

.op.animated.animWidthInR {
  animation: slideTitleR 1.2s ease-out forwards;
}

.op.animated.animWidthInLeft {
  animation: slideTitleLeft 1.2s ease-out forwards;
}

@keyframes slideTitle {
  0% {
    opacity: 0;
    left: -90%;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@keyframes slideTitleR {
  0% {
    opacity: 0;
    right: -90%;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@keyframes slideTitleLeft {
  0% {
    opacity: 0;
    left: calc((-100vw + min(90vw, 1092px)) / 2);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  @keyframes slideTitleLeft {
    0% {
      opacity: 0;
      left: -100%;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
      left: 0%;
    }
  }
}
.btn {
  font-size: 12px;
  color: #ffffff;
  min-width: 131px;
  height: 32px;
  padding: 8px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  background-color: #000;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.btn::after {
  content: "";
  display: block;
  background-image: url(../../shared/images/icon_arrow.png);
  background-size: contain;
  width: 16px;
  height: 6px;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn_wh {
  font-size: 12px;
  color: #000;
  min-width: 131px;
  height: 32px;
  padding: 8px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border: 1px solid #000;
}
.btn_wh::after {
  content: "";
  display: block;
  background-image: url(../../shared/images/icon_arrow_bk.png);
  background-size: contain;
  width: 16px;
  height: 6px;
}
.btn_wh:hover {
  text-decoration: none;
  opacity: 0.4;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  transition: 0.3s;
}/*# sourceMappingURL=common.css.map */