@charset "UTF-8";
/*-- 変数定義 ------------------------------*/
/* colors --------------------------------*/
/* font ----------------------------------*/
/* layout-inner --------------------------*/
/* ブレイクポイント --------------------------*/
/* z-index -------------------------------*/
/*-- 要素単位指定 ------------------------------*/
/*-- レスポンシブ ------------------------------*/
/* breakpoint -------------------------------*/
/*-- フォントの一括指定用 ------------------------------*/
/*-- 背景画像設定用 ------------------------------*/
/* reset css -------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

/*-- base ------------------------------*/
@media screen and (max-width: 979px) and (min-width: 768px) {
  html {
    font-size: calc(1600 / 980 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1600 / 395 * 1vw);
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/*-- インナー幅 ------------------------------*/
.inner {
  max-width: 100%;
  width: 61.25rem;
  padding: 0rem 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 24.6875rem;
    padding: 0rem 0.625rem;
  }
}
.inner--fv {
  width: 1400px;
}

.footer {
  padding: 3.125rem 0;
  background-image: url("../../img/footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1.875rem 0;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}
.footer__sect {
  font-size: 1.375rem;
  line-height: 1.6363636364;
  letter-spacing: 0em;
  font-weight: 700;
}
.footer__name {
  position: relative;
  font-size: 2.8125rem;
  line-height: 1.7333333333;
  letter-spacing: 0em;
  font-weight: 700;
  width: fit-content;
}
.footer__name::before {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  content: "てんがいざん";
  position: absolute;
  top: 0;
  left: 2.1875rem;
}
.footer__name::after {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  content: "おおたにじ";
  position: absolute;
  top: 0;
  right: 2.1875rem;
}
.footer__address {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 700;
}
.footer__tel {
  font-size: 1.625rem;
  line-height: 1.7692307692;
  letter-spacing: 0em;
  font-weight: 700;
}
.footer__tel span {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 700;
  margin-right: 0.75rem;
}
.footer__faith {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: flex;
  column-gap: 1.25rem;
  margin-bottom: 0.4375rem;
}
.footer__statue {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: flex;
  column-gap: 1.25rem;
}
.footer__right {
  display: flex;
  column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer__right {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}
.footer__right div {
  width: 13.125rem;
}
@media screen and (max-width: 767px) {
  .footer__right div {
    width: 100%;
  }
}
.footer__map {
  width: 21.625rem;
  height: 16.25rem;
}
@media screen and (max-width: 767px) {
  .footer__map {
    width: 100%;
  }
}

.section-title {
  position: relative;
  font-size: 2.8125rem;
  line-height: 1.4888888889;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.875rem;
    line-height: 1.5666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.section-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 23.875rem;
  height: 0.3125rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .section-title::after {
    width: 15.625rem;
  }
}
.section-title--main-color {
  color: #000056;
}
.section-title--main-color::after {
  background-color: #000056;
}

.container {
  width: 46.875rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.container__text {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-top: 3.3125rem;
  margin-bottom: 2.125rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .container__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: -0.06em;
    font-weight: 700;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flex {
    row-gap: 1.25rem;
  }
}
.flex div {
  width: 26.875rem;
}
@media screen and (max-width: 767px) {
  .flex div {
    width: 100%;
  }
}
.flex__text {
  margin-top: 0.9375rem;
  margin-left: 0.3125rem;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.flex--3rows div {
  width: 18.125rem;
}

.fv {
  position: relative;
  padding-top: 18.0625rem;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 11.875rem;
  }
}
@media screen and (min-width: 901px) {
  .fv {
    padding-top: 25vw;
  }
}
.fv::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url("../../img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1000;
}
.fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22.5rem;
  background-image: url("../../img/fv.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -500;
}
@media screen and (max-width: 767px) {
  .fv::after {
    height: 15.625rem;
  }
}
@media screen and (min-width: 901px) {
  .fv::after {
    background-position: bottom;
    height: 37vw;
  }
}
.fv__wrap {
  position: relative;
}
.fv__title {
  position: absolute;
  top: 14rem;
  left: 50%;
  transform: translateX(-50%);
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .fv__title {
    top: 5rem;
    width: 21.25rem;
  }
}
.fv__img {
  display: flex;
}
.fv__img div {
  width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .fv__img div {
    width: 50%;
  }
}

.instagram {
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}
.instagram .tweet {
  width: 100%;
  height: 300px;
  padding: 2px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.instagram .tweet .description {
  width: 100%;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
}
.instagram .tweet .description p {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-top: 8px;
}
.instagram .tweet .description .x_link {
  font-size: 14px;
  color: #000000;
}
.instagram .insta_link {
  width: 100%;
  height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.instagram .insta_link .link_title {
  font-size: 16px;
  color: #000000;
  line-height: 1.6rem;
}
.instagram .insta_link .logo {
  width: 320px !important;
  height: 73px !important;
}

.about {
  position: relative;
  padding: 4.125rem 0 5.9375rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 1.875rem 0;
  }
}
.about::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34.25rem;
  background-image: url("../../img/about_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1000;
}
@media screen and (max-width: 767px) {
  .about::before {
    height: 28.125rem;
  }
}
.about__text {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000000;
  width: 46.25rem;
  margin: auto;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .about__text {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.about .container {
  margin-bottom: 2.6875rem;
}
.about .flex--3rows {
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .about .flex--3rows {
    margin-bottom: 1.25rem;
    justify-content: center !important;
  }
}

.history {
  position: relative;
  padding: 4.125rem 0 5.3125rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .history {
    padding: 1.875rem 0;
  }
}
.history::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45.8125rem;
  background-image: url("../../img/history_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1000;
}
@media screen and (max-width: 767px) {
  .history::before {
    height: 48.75rem;
  }
}
.history .container {
  margin-bottom: 2.6875rem;
}
.history .flex {
  row-gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .history .flex {
    row-gap: 1.25rem;
  }
}

.stamp {
  padding: 4.0625rem 0 5rem;
  background-image: url("../../img/stamp_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .stamp {
    padding: 1.875rem 0;
  }
}
.stamp__wrap {
  margin: 3.625rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .stamp__wrap {
    flex-direction: column;
    margin: 2.5rem auto 0;
    row-gap: 1.25rem;
  }
}
.stamp__wrap div {
  width: 27.25rem;
  margin-left: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .stamp__wrap div {
    width: 100%;
    margin: 0;
  }
}
.stamp__wrap h3 {
  color: #000000;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0em;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */