@charset "UTF-8";
/* ===== 明朝体スタック（游明朝体優先） ===== */
:root {
  --font-mincho:
    "游明朝体", /* 日本語名（環境によってはこちらが有効）*/
    "游明朝", /* Windows の日本語名 */
    "Yu Mincho", /* 英語名 */
    "YuMincho", /* 旧表記の互換 */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "MS PMincho",
    "MS 明朝",
    "Noto Serif JP", /* Android/一部環境の保険 */
    serif;
}

.dwhall-kv {
  position: relative;
}
.dwhall-kv .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.dwhall-kv .catch_txt {
  position: absolute;
  right: 0;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .dwhall-kv .catch_txt {
    top: 20px;
  }
}
.dwhall-kv .catch_txt img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .dwhall-kv .catch_txt img {
    max-width: 60%;
  }
}

.top_bana {
  max-width: 1100px;
  margin: 0 auto -50px;
  padding: 25px 50px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  .top_bana {
    padding: 20px;
  }
}
.top_bana ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_bana ul {
    flex-direction: column;
  }
}

.sec_bana {
  max-width: 1100px;
  margin: 80px auto 0px;
}
@media screen and (max-width: 767px) {
  .sec_bana {
    margin: 50px auto 0px;
  }
}
.sec_bana.bottom {
  margin-bottom: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec_bana {
    padding: 0 20px;
  }
  .sec_bana.bottom {
    margin-bottom: 20px;
  }
}
.sec_bana ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec_bana ul {
    flex-direction: column;
  }
  .sec_bana ul li {
    width: 100%;
  }
  .sec_bana ul li img {
    width: 100%;
  }
}

.taisha_ttl {
  text-align: center;
  font-size: 1.6rem;
}
.taisha_ttl .big {
  font-size: 2rem;
}
.taisha_ttl .en {
  display: block;
  font-size: 4.5rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.link_btn {
  position: relative;
  margin-top: 80px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .link_btn {
    margin-top: 30px;
  }
}
.link_btn::before {
  content: "";
  display: block;
  background-image: url(../img/newtaisha/bk01.png);
  width: 720px;
  height: 489px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.link_btn ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .link_btn ul {
    padding: 0 20px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .link_btn ul li {
    width: 48%;
  }
}

.taisha_box01 {
  position: relative;
  padding: 235px 0 200px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .taisha_box01 {
    padding: 50px 0;
  }
}
.taisha_box01::before {
  content: "";
  display: block;
  background-image: url(../img/newtaisha/bk01.png);
  width: 720px;
  height: 489px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .taisha_box01::before {
    top: -60px;
  }
}
.taisha_box01 .bk_box {
  position: relative;
}
.taisha_box01 .bk_box.second {
  padding-right: 200px;
  padding-bottom: 185px;
}
@media screen and (max-width: 767px) {
  .taisha_box01 .bk_box.second {
    padding-right: 0px;
    padding-bottom: 80px;
  }
}
.taisha_box01 .bk_box.second::before {
  right: 0;
  left: auto;
}
.taisha_box01 .bk_box::before {
  content: "";
  display: block;
  background-image: url(../img/newtaisha/bk01.png);
  width: 720px;
  height: 489px;
  position: absolute;
  left: 0;
  bottom: -30%;
  z-index: -1;
}
.taisha_box01 .flex_box {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .taisha_box01 .flex_box {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}
.taisha_box01 .flex_box.reverse {
  flex-direction: row-reverse;
  max-width: 1300px;
  justify-content: flex-start;
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .taisha_box01 .flex_box.reverse {
    flex-direction: column-reverse;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .taisha_box01 .flex_box .txtbox {
    position: relative;
  }
}
.taisha_box01 .flex_box .txtbox h2 {
  font-family: var(--font-mincho);
  color: #424462;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .taisha_box01 .flex_box .txtbox h2 {
    font-size: 2rem;
  }
}
.taisha_box01 .flex_box .txtbox .txt_right {
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .taisha_box01 .flex_box .txtbox .txt_right {
    max-width: 100px;
    margin-top: 0;
    position: absolute;
    top: -50px;
    right: 10px;
  }
}
.taisha_box01 .flex_box .txtbox .flex_box02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .taisha_box01 .flex_box .txtbox .flex_box02 {
    margin-top: 10px;
  }
}
.taisha_box01 .flex_box .txtbox .flex_box02 .link a {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.taisha_box01 .flex_box .txtbox .flex_box02 .link a::after {
  content: url(../img/newtaisha/linkbk.png);
  margin-left: -25px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .taisha_box02 {
    padding: 0 20px;
  }
}
.taisha_box02 .map {
  max-width: 1000px;
  margin: 50px auto 0;
}
.taisha_box02 .map iframe {
  width: 100%;
  height: 445px;
}
.taisha_box02 .accttl {
  text-align: center;
}
.taisha_box02 .route {
  text-align: center;
  margin-top: 30px;
}

.taisha_box03 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .taisha_box03 {
    margin-top: 50px;
  }
}
.taisha_box03 .inner {
  max-width: 1400px;
  margin: 0 auto;
}
.taisha_box03 .inner .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.taisha_box03 .inner .flex_box .txt_box {
  width: 49%;
  position: relative;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .taisha_box03 .inner .flex_box .txt_box {
    width: 100%;
    padding: 50px 0;
  }
}
.taisha_box03 .inner .flex_box .txt_box::before {
  content: "";
  display: block;
  width: 417px;
  height: 377px;
  background-image: url(../img/newtaisha/taisha_box03bk01.png);
  position: absolute;
  left: -15%;
  top: 0;
  z-index: -1;
}
.taisha_box03 .inner .flex_box .txt_box::after {
  content: "";
  display: block;
  width: 215px;
  height: 370px;
  background-image: url(../img/newtaisha/taisha_box03bk02.png);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.taisha_box03 .inner .flex_box .video_box {
  width: 49%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .taisha_box03 .inner .flex_box .video_box {
    width: 100%;
  }
}
.taisha_box03 .inner .flex_box .video_box::after {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background-image: url(../img/newtaisha/taisha_box03bk03.png);
  position: absolute;
  right: -5%;
  bottom: -20%;
  z-index: -1;
}

.taisha_box04 {
  background-color: #f7fdff;
  padding: 75px 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .taisha_box04 {
    margin-top: 0px;
    padding: 50px 0;
  }
}
.taisha_box04 .inner {
  max-width: 1400px;
  margin: 0 auto;
}
.taisha_box04 .inner .flex_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bdc5cd;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .taisha_box04 .inner .flex_box {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.taisha_box04 .inner .flex_box:last-of-type {
  border-bottom: none;
}
.taisha_box04 .inner .flex_box.reverse {
  flex-direction: row-reverse;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .taisha_box04 .inner .flex_box.reverse {
    flex-direction: column;
    margin: 30px auto;
  }
}
.taisha_box04 .inner .flex_box.reverse .txt_box::before {
  right: auto;
  left: 0;
}
.taisha_box04 .inner .flex_box .img_box {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .taisha_box04 .inner .flex_box .img_box {
    width: 100%;
  }
}
.taisha_box04 .inner .flex_box .txt_box {
  width: 49%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .taisha_box04 .inner .flex_box .txt_box {
    width: 100%;
  }
}
.taisha_box04 .inner .flex_box .txt_box::before {
  content: "";
  display: block;
  width: 439px;
  height: 87px;
  background-image: url(../img/newtaisha/line.png);
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .taisha_box04 .inner .flex_box .txt_box::before {
    display: none;
  }
}
.taisha_box04 .inner .flex_box .txt_box .flow_ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: #424462;
  font-family: var(--font-mincho);
}
.taisha_box04 .inner .flex_box .txt_box .flow_ttl span {
  margin-right: 10px;
}
.taisha_box04 .inner .flex_box .txt_box p {
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .taisha_box04 .inner .flex_box .txt_box p {
    padding-right: 0px;
  }
}

.taisha_btn {
  text-align: center;
}
.taisha_btn a {
  position: relative;
  max-width: 400px;
  padding: 20px 50px;
  display: block;
  background-color: #292929;
  color: #fff;
  font-size: 1.5rem;
  margin: 0 auto;
}
.taisha_btn a::after {
  content: url(../img/newtaisha/icon_cir.png);
  position: absolute;
  right: 30px;
  top: 21px;
}

.taisha_box05 {
  margin-top: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .taisha_box05 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.taisha_box05 .inner {
  max-width: 1400px;
  margin: 0 auto;
}
.taisha_box05 .inner .taisha_btn {
  max-width: 235px;
  margin: 0 auto;
}
.taisha_box05 .inner dl {
  border: 1px solid #143452;
  padding: 40px 20px;
  margin-bottom: 30px;
}
.taisha_box05 .inner dl dt {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 1.8rem;
  color: #424462;
}
@media screen and (max-width: 767px) {
  .taisha_box05 .inner dl dt {
    align-items: flex-start;
  }
}
.taisha_box05 .inner dl dt .en {
  font-size: 2.4rem;
  color: #424462;
  margin-right: 10px;
}
.taisha_box05 .inner dl dt .txt {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .taisha_box05 .inner dl dt .txt {
    width: 87%;
  }
}
.taisha_box05 .inner dl dd {
  display: flex;
}
.taisha_box05 .inner dl dd .en {
  color: #c56567;
  font-size: 2.4rem;
  margin-right: 10px;
}
.taisha_box05 .inner dl dd .txt {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .taisha_box05 .inner dl dd .txt {
    width: 87%;
  }
}

.report02-item {
  border: 1px solid #eee;
  background: #fff;
  margin-bottom: 20px;
}

.report02-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.report02-cat {
  margin: 10px 0;
}

.report02-cat .cat-btn {
  display: inline-block;
  margin-right: 6px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: bold;
  background: #6c8193; /* デフォルト色 */
  color: #fff;
  border-radius: 3px;
  padding: 0 20px;
}

.report02-title {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.report02_txt_box {
  padding: 0 15px 15px;
}

.dwhall-photo-gallery {
  margin-top: 60px;
}

.taisha_box06 {
  background-image: url(../img/newtaisha/voicebk.png);
  background-size: cover;
  padding: 80px 0;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .taisha_box06 {
    padding: 30px 0;
    margin-top: 50px;
  }
}
.taisha_box06 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .taisha_box06 ul {
    flex-direction: column;
    margin-top: 20px;
  }
}
.taisha_box06 ul li {
  background-color: #fff;
  padding: 25px 30px;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .taisha_box06 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.taisha_box06 ul li figure {
  text-align: center;
  margin-bottom: 25px;
}
.taisha_box06 ul li .taisha_box06_ttl {
  color: #143452;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.taisha_box06 ul li .taisha_box06_ttl::after {
  content: "";
  width: 31px;
  height: 1px;
  background-color: #143452;
  margin-top: 15px;
  margin-bottom: 20px;
}

.taisha_box07 {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .taisha_box07 {
    margin: 40px 0 0;
  }
}
.taisha_box07 ul {
  display: flex;
  justify-content: space-around;
}

.contact-banner {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer_banalist {
    gap: 20px;
    padding: 0 20px;
  }
}
.footer_banalist li:nth-child(1) {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .footer_banalist li:nth-child(1) {
    margin-top: 0px;
  }
}
.footer_banalist li:nth-child(2) {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .footer_banalist li:nth-child(2) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .link_btn::before {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .taisha_box01 .bk_box::before {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .taisha_box03 .inner .flex_box {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .taisha_wapper_box {
    width: 100%;
    overflow-x: hidden;
  }
}

.plan-campaign iframe {
  height: 710px;
}

@media screen and (max-width: 767px) {
  .reason04 {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=taisha.css.map */