/*
Theme Name:anthem_tcd083_child
Version:1.5.1
Template:anthem_tcd083
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;700;900&family=Potta+One&display=swap");
.grecaptcha-badge {
  visibility: hidden;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #46342D;
}

html body {
  font-family: "Noto Sans JP", sans-serif;
  color: #46342D;
  margin: 0;
  overflow: hidden;
}

.all_bg {
  background: url(../img/top_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

#header_top {
  display: none;
}

.header_sldier_wrap {
  position: relative;
}
.header_sldier_wrap figure {
  text-align: center;
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 93px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header_sldier_wrap figure {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header_sldier_wrap figure img {
  max-width: clamp(480px, 43.1918008785vw, 570px);
  width: 100%;
}
@media (max-width: 500px) {
  .header_sldier_wrap figure img {
    max-width: 360px;
  }
}
@media (max-width: 425px) {
  .header_sldier_wrap figure img {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .header_sldier_wrap figure img {
    max-width: 280px;
  }
}

#header_sns a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.484;
  font-size: clamp(24px, 3.7335285505vw, 51px);
  color: #fb7f2b !important;
}
#header_sns a:hover {
  color: #123d4d !important;
}
#header_sns p {
  border: 1px solid #123d4d;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #123d4d;
}
#header_sns p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#header_top {
  display: none;
}

#header_slider .layer_image img {
  height: 100% !important;
  max-width: 100vw !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#header_slider .layer_image img.mobile {
  display: none !important;
}

#header_slider .image.mobile {
  display: none !important;
}

@media screen and (max-width: 750px) {
  #header_slider .layer_image img.pc {
    display: none !important;
  }
  #header_slider .layer_image img.mobile {
    display: block !important;
  }
  #header_slider .image.pc {
    display: none !important;
  }
  #header_slider .image.mobile {
    display: block !important;
  }
}
#header_slider {
  height: calc(100vh - 78px);
  width: 100vw;
  position: relative;
}

#header_slider_content {
  height: 100%;
}
#header_slider_content .slick-list,
#header_slider_content .slick-track {
  height: 100%;
}
#header_slider_content .item {
  height: 100%;
}

#header_bottom_inner {
  height: 78px;
  max-width: 100% !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header_bottom_inner .header_wrap {
  flex: 1;
}

.pc_logo_image {
  padding-left: clamp(20px, 4.3229166667vw, 83px);
  max-height: calc(100% - 10px) !important;
}
@media (max-width: 1366px) {
  .pc_logo_image {
    padding-left: 20px;
  }
}

#header_sns {
  display: none;
}

#header_bottom {
  background: #fff !important;
}

#global_menu {
  text-align: end;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: clamp(20px, 4.3229166667vw, 83px) !important;
}
@media (max-width: 1366px) {
  #global_menu {
    padding-right: 20px !important;
  }
}

#global_menu > ul > li > a {
  height: 64px;
  line-height: 64px;
  font-weight: 400;
  color: #46342D !important;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 10px;
  transition: opacity 0.3s;
}
@media (max-width: 1480px) {
  #global_menu > ul > li > a {
    font-size: 14px;
  }
}
#global_menu > ul > li > a:hover {
  opacity: 0.5;
}

#menu_button span {
  background: #46342D !important;
}

@media (max-width: 425px) {
  header .mobile_logo_image {
    max-width: 230px !important;
  }
}

.header_grid {
  display: grid;
  grid-template-columns: 147fr 174fr;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1250px) {
  .header_grid {
    display: none;
  }
}

html body #header_bottom .header_button.btn1 {
  width: 147px;
}
html body #header_bottom .header_button.btn1 a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
html body #header_bottom .header_button.btn2 {
  width: 174px;
}
html body #header_bottom .header_button.btn2 a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
html body #header_bottom .header_button a {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  background: #664325;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  transition: 0.4s all;
}
html body #header_bottom .header_button a:hover {
  background: #E1CBCD;
}
html body #header_bottom .header_button a i {
  line-height: 1;
  font-size: 16px;
}

.slider_wrap {
  position: relative;
}
.slider_wrap .main_mv {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .slider_wrap .main_mv {
    left: clamp(20px, 6.518904824vw, 50px);
  }
}
.slider_wrap .main_mv h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4.5387994143vw, 62px);
  color: #fff;
  line-height: normal;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
.slider_wrap .main_mv p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 2.3426061493vw, 32px);
  line-height: 1.563;
  color: #fff;
  letter-spacing: 0.05em;
}

html body #index_news {
  background: #fff;
}
html body #index_news a:hover span {
  color: #664325;
}

.entry-date {
  color: #664325;
  font-family: "Potta One", cursive;
  font-size: 16px;
  letter-spacing: 0.04em;
}

#index_news_slider .title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #46342D;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: 0.4s all;
}

#header_slider .slick-dots button:hover::before,
#header_slider .slick-dots .slick-active button::before {
  background: #664325 !important;
  border: 1px solid #664325 !important;
}

#global_menu ul ul {
  top: 60px;
}

.main_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_ttl figure img {
  max-height: calc((100vh - 78px) * 0.7);
  width: auto;
}
.main_ttl {
  z-index: 10;
  padding: 0;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.main_ttl h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(52px, 3.6458333333vw, 70px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 1366px) {
  .main_ttl h2 {
    font-size: clamp(28px, 3.8067349927vw, 52px);
  }
}
@media (max-width: 769px) {
  .main_ttl h2 {
    font-size: clamp(28px, 5.4758800522vw, 42px);
  }
}

html body #footer_bottom {
  height: auto;
  width: 100%;
  padding: 12px 6%;
  background: #fff;
}
html body #footer_bottom #menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  html body #footer_bottom #menu-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  html body #footer_bottom #menu-footer {
    grid-template-columns: 1fr;
  }
}
html body #footer_bottom #menu-footer li {
  margin: 0 10px;
}
html body #footer_bottom #menu-footer a {
  height: auto;
  font-weight: 500;
  font-size: 14px;
  color: #46342D;
  line-height: 2.571;
  transition: opacity 0.3s;
}
html body #footer_bottom #menu-footer a:hover {
  opacity: 0.5;
}

@media (min-width: 768px) {
  #dp-footer-bar {
    display: none !important;
  }
}

html body #footer_post_list .title_area {
  background: rgba(255, 255, 255, 0.2) !important;
}

html body #footer_post_list .title {
  transition: opacity 0.3s !important;
}
html body #footer_post_list .title span {
  color: #fff !important;
}

html body #footer_post_list .animate_background:hover .title {
  opacity: 0.5 !important;
}
html body #footer_post_list .animate_background:hover .title span {
  color: #fff !important;
}

html body #footer_post_list_wrap {
  background: #46342D !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  text-align: center;
}
html body #footer_post_list_wrap h2 {
  font-family: "Potta One", cursive;
  font-size: 30px;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 32px;
}

html body #index_content_builder .index_post_slider {
  background: url(/wp-content/uploads/bg.jpg) no-repeat !important;
  background-size: cover;
}
html body #index_content_builder .index_post_slider .title_jp {
  text-align: center;
  margin-bottom: clamp(30px, 3.513909224vw, 48px);
}
html body #index_content_builder .index_post_slider .cb_contents_inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
html body #index_content_builder .index_post_slider .item .title a {
  color: #46342D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.section-text-button {
  padding: 160px 6%;
  text-align: center;
  background: url(/wp-content/uploads/top-bg.jpg) no-repeat center center;
  background-size: cover;
}
.section-text-button .title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}
.section-text-button .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .section-text-button .desc {
    text-align: left;
  }
}
.section-text-button .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #664325;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  min-width: 200px;
}
.section-text-button .btn::after {
  content: ">";
  margin-left: 16px;
}
.section-text-button .btn:hover {
  background: #fff;
  color: #664325;
}

.section-text-button.is-compact {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-text-button.is-white .title,
.section-text-button.is-white .desc {
  color: #fff;
}
.section-text-button.is-white .btn {
  background: #fff;
  color: #664325;
}
.section-text-button.is-white .btn:hover {
  background: #664325;
  color: #fff;
}

.section-text-button-right,
.section-text-button-left {
  padding: 160px 6%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
}
.section-text-button-right .inner,
.section-text-button-left .inner {
  text-align: left;
  max-width: 480px;
  width: 100%;
}
.section-text-button-right .title,
.section-text-button-left .title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
  color: #fff;
}
.section-text-button-right .desc,
.section-text-button-left .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 600px) {
  .section-text-button-right .desc,
  .section-text-button-left .desc {
    text-align: left;
  }
}
.section-text-button-right .btn,
.section-text-button-left .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #fff;
  color: #664325;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  min-width: 200px;
}
.section-text-button-right .btn::after,
.section-text-button-left .btn::after {
  content: ">";
  margin-left: 16px;
}
.section-text-button-right .btn:hover,
.section-text-button-left .btn:hover {
  background: #664325;
  color: #fff;
}

.section-text-button-right {
  background-image: url(/wp-content/uploads/top_sec02_bg.jpg);
  justify-content: flex-end;
}

.section-text-button-left {
  background-image: url(/wp-content/uploads/top_sec03_bg.jpg);
  justify-content: flex-start;
}
.section-text-button-left .inner {
  max-width: 520px;
}

.btn-icon-group {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1250px) {
  .btn-icon-group {
    flex-direction: column;
    align-items: center;
  }
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 30px;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
  width: min(400px, 100%);
  height: 100px;
}
.btn-icon:hover {
  opacity: 0.75;
}
.btn-icon__icon {
  display: flex;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.btn-icon__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 1.92vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.section-two-col {
  display: flex;
  flex-direction: column;
  padding: 160px 6%;
  background: url(/wp-content/uploads/top-bg.jpg) no-repeat center center;
  background-size: cover;
}
.section-two-col .row {
  display: flex;
  gap: 40px;
}
@media (max-width: 1250px) {
  .section-two-col .row {
    flex-direction: column;
  }
}
.section-two-col .item {
  flex: 1;
  padding: 80px 6%;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-two-col .item--center {
  width: 100%;
  margin-top: 160px;
}
@media (max-width: 1250px) {
  .section-two-col .item--center {
    margin-top: 40px;
  }
}
.section-two-col .title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
  color: #fff;
}
.section-two-col .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 600px) {
  .section-two-col .desc {
    text-align: left;
  }
}
.section-two-col .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #fff;
  color: #664325;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  min-width: 200px;
}
.section-two-col .btn::after {
  content: ">";
  margin-left: 16px;
}
.section-two-col .btn:hover {
  background: #664325;
  color: #fff;
}

#news_archive {
  padding: 90px 0 0 0 !important;
}
#news_archive #bread_crumb {
  display: none;
}

.follow_button {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  flex-direction: row;
  z-index: 150;
  width: 100%;
}
@media (min-width: 1024px) {
  .follow_button {
    display: flex;
    bottom: auto;
    left: auto;
    width: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }
}
.follow_button a {
  display: flex;
  width: 100%;
  height: 52px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}
.follow_button a.button_tel {
  background-color: #664325;
}
.follow_button a.button_tel:hover {
  background-color: rgb(64.5755395683, 42.4172661871, 23.4244604317);
}
.follow_button a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.follow_button a .icon img {
  width: 29px;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .follow_button a .icon img {
    width: 30px;
  }
}
.follow_button a .ttl {
  display: none;
}
@media (min-width: 1024px) {
  .follow_button a {
    width: 94px;
    height: 80px;
    border-radius: 40px 0 0 40px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 32px;
    padding-right: 0;
    position: relative;
    right: 0;
    transition: background-color 0.3s, width 0.3s ease, padding-left 0.3s ease, transform 0.3s;
  }
  .follow_button a:hover {
    width: 220px;
    padding-left: 22px;
  }
  .follow_button a .ttl {
    display: block;
    margin-left: 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transform: translateX(10px);
    transition: opacity 0.3s ease, max-width 0.3s ease, margin-left 0.3s ease, transform 0.3s ease;
  }
  .follow_button a .ttl p {
    font-weight: inherit;
    color: inherit;
  }
  .follow_button a:hover .ttl {
    opacity: 1;
    max-width: 140px;
    margin-left: 12px;
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */