@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Bahagia";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Bahagia.woff2") format("woff2");
}
* {
  word-break: break-word;
}

html {
  font-size: 62.5%;
}

*:not(html) {
  font-size: 1.4rem;
  color: #3A3A3A;
  line-height: 1.75;
  font-family: "Noto Sans JP";
}

::-moz-selection {
  background: #DCDEE3;
  color: #303338;
}

::selection {
  background: #DCDEE3;
  color: #303338;
}

::-moz-placeholder {
  color: #cfcfcf;
}

:-ms-input-placeholder {
  color: #cfcfcf;
}

::placeholder {
  color: #cfcfcf;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a {
  text-decoration: none;
}

/*
*:not(#single-news) a {
	text-decoration: underline;
    color: #23509B;
    transition: 0.3s;

    &:hover {
        opacity: 0.6;
        text-decoration: none;
    }
}
*/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 5vw;
}
@media (max-width: 480px) {
  .container {
    padding: 0 1.6rem;
  }
}

:root {
  --left-position-about: 800px;
  --left-position-works-list: 800px;
}

.__vertical-rl {
  writing-mode: vertical-rl;
}
@media (max-width: 480px) {
  .__vertical-rl {
    writing-mode: inherit;
  }
}

@media (max-width: 480px) {
  .__pc {
    display: none;
  }
}

.__sp {
  display: none;
}
@media (max-width: 480px) {
  .__sp {
    display: block;
  }
}

.common-button {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2.1428571429vw;
}
.common-button::before {
  background: #F6D85C;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 0;
  border-radius: 2.1428571429vw;
}
@media (max-width: 480px) {
  .common-button::before {
    display: none;
  }
}
.common-button:hover::before {
  transform: scale(1, 1);
}
.common-button .common-button--inner {
  padding: 1.0714285714vw 5vw;
  border: 1px solid #212121;
  border-radius: 2.1428571429vw;
  text-align: center;
  transition: 0.5s;
  z-index: 1;
}
@media (max-width: 480px) {
  .common-button .common-button--inner {
    width: fit-content;
    padding: 4vw 18.6666666667vw;
    border-radius: 16vw;
  }
}

.common-button02 {
  position: relative;
  display: flex;
  justify-content: center;
}
.common-button02 .common-button02--inner {
  line-height: 1;
  padding: 1.9285714286vw 4.1428571429vw;
  background-color: #F6D85C;
  border-radius: 2.8571428571vw;
  border: 1px solid #F6D85C;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .common-button02 .common-button02--inner {
    border-radius: 8vw;
    padding: 1rem 1.5rem;
    text-align: center;
    line-height: 1.5;
  }
}
.common-button02 .common-button02--inner:hover {
  background-color: #fff;
}

.section-title {
  text-align: center;
  margin-bottom: 3.5714285714vw;
}
@media (max-width: 480px) {
  .section-title {
    margin-bottom: 8vw;
  }
}
.section-title .section-title__main {
  font-family: "Exo 2";
  position: relative;
  font-size: 2.4285714286vw;
  font-weight: 400;
  padding-bottom: 1.4285714286vw;
  margin-bottom: 1.4285714286vw;
  line-height: 1;
}
@media (max-width: 480px) {
  .section-title .section-title__main {
    font-size: 7.4666666667vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.section-title .section-title__main::before {
  content: "";
  width: 4.2857142857vw;
  height: 0.2857142857vw;
  background-color: #F6D85C;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 480px) {
  .section-title .section-title__main::before {
    width: 10.6666666667vw;
    height: 1.0666666667vw;
  }
}
.section-title .section-title__sub {
  line-height: 1;
}

.section-title02 {
  writing-mode: vertical-rl;
  font-size: 2vw;
  font-weight: 600;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 480px) {
  .section-title02 {
    writing-mode: inherit;
    margin-bottom: 6.8493150685vw;
    font-size: 6.5753424658vw;
  }
}
.section-title02 > img {
  width: 2.1428571429vw;
  height: 2.1428571429vw;
  object-fit: contain;
}
@media (max-width: 480px) {
  .section-title02 > img {
    width: 7.6712328767vw;
    height: 7.6712328767vw;
    transform: rotate(-90deg);
  }
}
@media (max-width: 480px) {
  .section-title02 > img:last-child {
    transform: rotate(-90deg);
  }
}

.common-heading {
  position: relative;
  z-index: 0;
  padding: 8.5714285714vw 0 6.0714285714vw;
  text-align: center;
}
@media (max-width: 480px) {
  .common-heading {
    margin-top: 18.6666666667vw;
  }
}
.common-heading .__main--title {
  font-size: 2.7142857143vw;
  font-weight: 700;
  color: #23509B;
}
@media (max-width: 480px) {
  .common-heading .__main--title {
    font-size: 6.9333333333vw;
  }
}
.common-heading .__main--title .__dot {
  display: flex;
  justify-content: center;
  gap: 1.4285714286vw;
  margin-top: 2.8571428571vw;
}
@media (max-width: 480px) {
  .common-heading .__main--title .__dot {
    gap: 2.6666666667vw;
  }
}
.common-heading .__main--title .__dot > span {
  content: "";
  width: 0.5714285714vw;
  height: 0.5714285714vw;
  border-radius: 2px;
  background-color: #23509B;
}
@media (max-width: 480px) {
  .common-heading .__main--title .__dot > span {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.common-heading .__main--title .__dot > span:nth-child(2n) {
  background-color: #F6D85C;
}
.common-heading .__sub--title {
  font-family: "Exo 2";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 6.7142857143vw;
  font-weight: 700;
  color: rgba(246, 216, 92, 0.3);
  letter-spacing: 4.7px;
  line-height: 1.7;
  word-break: keep-all;
}
@media (max-width: 480px) {
  .common-heading .__sub--title {
    font-size: 13.3333333333vw;
  }
}

.text-title__blk {
  font-size: 1.2857142857vw;
  font-weight: 700;
}
@media (max-width: 480px) {
  .text-title__blk {
    font-size: 4.8vw;
  }
}

.text-title__wht {
  color: #fff;
  font-size: 1.2857142857vw;
  font-weight: 700;
}
@media (max-width: 480px) {
  .text-title__wht {
    font-size: 4.5333333333vw;
  }
}

.text__blk {
  font-size: 1vw;
}
@media (max-width: 480px) {
  .text__blk {
    font-size: 4.2666666667vw;
  }
}

.text__blk02 {
  font-size: 1.2857142857vw;
}
@media (max-width: 480px) {
  .text__blk02 {
    font-size: 4.8vw;
  }
}

.text__blk03 {
  font-size: 1.1428571429vw;
}
@media (max-width: 480px) {
  .text__blk03 {
    font-size: 3.7333333333vw;
  }
}

.text__wht {
  color: #fff;
  font-size: 1.1428571429vw;
}
@media (max-width: 480px) {
  .text__wht {
    font-size: 4.2666666667vw;
  }
}

.text__wht02 {
  color: #fff;
  font-size: 1vw;
}
@media (max-width: 480px) {
  .text__wht02 {
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 480px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .br-pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */