@charset "UTF-8";
/**********************************************
    import
***********************************************/
/**********************************************
    font face
***********************************************/
@font-face {
  src: url("../font/eriji_subset.woff2") format("woff2");
  font-family: "eriji";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E, U+3040-309F, U+30A0-30FF, U+4E00-9FAF;
}
/**********************************************
	$breakpoints
***********************************************/
/**********************************************
	$common
***********************************************/
/**********************************************
    import
***********************************************/
/**********************************************
	$mixin
***********************************************/
/**********************************************
	common settings
***********************************************/
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

html {
  scroll-padding-top: 160px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  html {
    scroll-padding-top: 200px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  color: #3a3a3a;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .tab,
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .sp,
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .sp,
  .tab {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
p {
  text-align: justify;
}

a {
  color: #3a3a3a;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

dd {
  text-align: justify;
}

img {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

/**********************************************
	loading
***********************************************/
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: calc(infinity);
  clip-path: inset(0);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 3.5s;
}
#loading.active_pttl {
  clip-path: inset(0 0 100% 0);
}

.loading_icon {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
}
.loading_icon.active_pttl {
  clip-path: inset(0);
}

/**********************************************
    $body background
***********************************************/
.bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #FCF3E8 1%, #ffffff 16%, #FCF3E8 39%, #FFFFFF 69%, #FCF3E8 88%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_sp.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .bg::after {
    background-image: url(../img/bg_pc.png);
  }
}

@media screen and (min-width: 768px) {
  body#blog .bg::after,
  body:has(.blog_post) .bg::after,
  body#casestudy .bg::after,
  body#company .bg::after,
  body#news .bg::after,
  body#contact .bg::after {
    width: 57.0833333333%;
    min-width: 768px;
    aspect-ratio: 1096/756;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
  }
}

body#blog .bg body:has(.blog_post) .bg::after {
  background-image: url(../img/bg_blog_sp.png);
}
@media screen and (min-width: 768px) {
  body#blog .bg body:has(.blog_post) .bg::after {
    background-image: url(../img/bg_blog_pc.png);
  }
}

body#casestudy .bg::after {
  background-image: url(../img/bg_blog_sp.png);
}
@media screen and (min-width: 768px) {
  body#casestudy .bg::after {
    background-image: url(../img/bg_blog_pc.png);
  }
}

body#company .bg::after {
  background-image: url(../img/bg_company_sp.png);
}
@media screen and (min-width: 768px) {
  body#company .bg::after {
    background-image: url(../img/bg_company_pc.png);
  }
}

body#news .bg::after {
  background-image: url(../img/bg_news_sp.png);
}
@media screen and (min-width: 768px) {
  body#news .bg::after {
    background-image: url(../img/bg_news_pc.png);
  }
}

body#contact .bg::after {
  background-image: url(../img/bg_company_sp.png);
}
@media screen and (min-width: 768px) {
  body#contact .bg::after {
    background-image: url(../img/bg_company_pc.png);
  }
}

/**********************************************
	header
***********************************************/
header {
  width: 89.058524173%;
  margin: 0 auto;
  background: rgba(16, 16, 16, 0.9);
  position: fixed;
  top: 26px;
  left: 50%;
  z-index: 9998;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  header {
    padding: 3px 0 10px;
  }
}
header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92.5714285714%;
  margin: 0 auto;
}

.header_logo {
  width: 154px;
  margin-block: 8px 10px;
}
@media screen and (min-width: 1200px) {
  .header_logo {
    width: 10%;
    max-width: 336px;
    margin-block: 0;
  }
}

/**********************************************
    $global navigaion
***********************************************/
.gnav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .gnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 6.5959952886%;
    width: 80%;
    padding-top: 6px;
  }
  .gnav .gnav_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1em;
    max-width: 500px;
  }
  .gnav .gnav_left > li > a {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.5rem, 0.8333333333vw, 2rem);
    color: #fff;
    transition: 0.6s;
  }
  .gnav .gnav_left > li > a:hover {
    color: #D7BC71;
  }
  .gnav .gnav_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 12px;
    width: 46.9964664311%;
    min-width: 340px;
  }
  .gnav .gnav_right > li {
    width: 31.328320802%;
    max-width: 160px;
    font-family: "Noto Serif JP", serif;
  }
  .gnav .gnav_right > li > p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
  }
  .gnav .gnav_right > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
  }
  .gnav .gnav_right > li > a.gnav_line {
    font-size: clamp(1rem, 0.8333333333vw, 1.5rem);
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    background: #44993D;
    text-transform: uppercase;
  }
  .gnav .gnav_right > li > a.gnav_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1rem, 0.8333333333vw, 1.2rem);
    font-weight: 700;
    letter-spacing: 0;
    color: #3a3a3a;
    background: #FFF;
  }
  .gnav .gnav_right > li > a.gnav_tel .gnav_tel_wrap {
    font-size: clamp(1.2rem, 1.0416666667vw, 1.5rem);
  }
  .gnav .gnav_right > li > a.gnav_tel .gnav_tel_wrap > span {
    display: block;
    line-height: 1;
  }
  .gnav .gnav_right > li > a.gnav_tel .gnav_tel_wrap > span.num {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .gnav .gnav_right > li > a.gnav_tel .gnav_tel_wrap > span.time {
    font-family: "Noto Serif JP", serif;
    font-size: 0.58em;
    font-weight: 700;
    text-align: center;
  }
  .gnav .gnav_right > li > a.gnav_contact {
    font-size: clamp(1.2rem, 1.25vw, 1.8rem);
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    background: #B70000;
  }
}
@media screen and (min-width: 1400px) {
  .gnav .gnav_left li a {
    letter-spacing: 1px;
  }
}

/**********************************************
    $hamburger menu
***********************************************/
.hamburger {
  cursor: pointer;
  width: 44px;
  height: 36px;
}
.hamburger::after {
  content: "めにゅう";
  display: block;
  font-family: "ta-mincho-gf-01", serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.hamburger > span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.6s;
}
.hamburger > span:nth-of-type(2) {
  display: block;
  margin: 12px 0 4px;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.active::after {
  content: "閉じる";
  text-align: center;
}
.hamburger.active > span:nth-of-type(1) {
  transform: rotate(21.74deg) translateX(2px) translateY(-4px);
  transform-origin: top left;
}
.hamburger.active > span:nth-of-type(2) {
  transform: rotate(-21.74deg);
  transform-origin: bottom left;
}

.hamburger_ctt {
  position: relative;
}
.hamburger_ctt .hamburger_menu {
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.hamburger_ctt .hamburger_menu.open {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  padding-top: 115px;
  background-color: rgba(16, 16, 16, 0.9);
  opacity: 1;
  top: 50%;
  left: 50%;
  z-index: 8001;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  .hamburger_ctt .hamburger_menu.open {
    padding-top: 190px;
  }
}
.hamburger_ctt .hamburger_menu.open .hamburger_menu_list {
  width: 93.0666666667%;
  margin: 0 auto 16px;
}
.hamburger_ctt .hamburger_menu.open .hamburger_menu_list > li {
  width: 100%;
  margin: 0 auto 10px;
  padding: 0 13px;
}
.hamburger_ctt .hamburger_menu.open .hamburger_menu_list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "ta-mincho-gf-01", serif;
  font-size: clamp(1.6rem, 4.2666666667vw, 2.4rem);
  color: #fff;
  position: relative;
}
.hamburger_ctt .hamburger_menu.open .hamburger_menu_list > li > a::after {
  content: "";
  display: block;
  width: 6vw;
  aspect-ratio: 16.71/15.49;
  background-image: url(../img/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.header_cta {
  width: 85.3333333333%;
  margin: 0 auto;
}
.header_cta li a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 752/187;
  font-family: "ta-mincho-gf-01", serif;
  font-size: clamp(2rem, 6.4vw, 4rem);
  font-weight: 400;
  text-transform: uppercase;
  background-image: url(../img/makimono_l.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  position: relative;
}
.header_cta li a span {
  font-size: 1.25em;
  color: #B70000;
}
@media screen and (min-width: 768px) {
  .header_cta li a span {
    font-size: 1.4375em;
  }
}
.header_cta li a::after {
  content: "";
  display: block;
  width: 4vw;
  aspect-ratio: 16.71/15.49;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 5.7471264368%;
  transform: translateY(-50%);
}

/**********************************************
    $cta
***********************************************/
.cta_asd {
  width: 92.8%;
  font-family: "ta-mincho-gf-01", serif;
  font-size: clamp(1.4rem, 3.7333333333vw, 2.4rem);
}
@media screen and (min-width: 960px) {
  .cta_asd {
    width: 81.2095032397%;
    max-width: 720px;
  }
}
.cta_asd > p {
  width: fit-content;
  margin: 0 auto 4px;
  font-family: "ta-mincho-gf-01", serif;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.cta_asd > p::before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 92/127;
  background-image: url(../img/cta_line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
.cta_asd > p::after {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 92/127;
  background-image: url(../img/cta_line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%) rotateY(180deg);
}
.cta_asd .lnk_btn_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 752/187;
  background-image: url(../img/makimono_l.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  position: relative;
}
.cta_asd .lnk_btn_contact > p {
  font-size: clamp(11px, 1vw + 11px, 26px);
  transition: 0.6s;
}
.cta_asd .lnk_btn_contact > p span {
  font-size: 1.25em;
  color: #B70000;
}
@media screen and (min-width: 768px) {
  .cta_asd .lnk_btn_contact > p span {
    font-size: 1.4375em;
  }
}
.cta_asd .lnk_btn_contact::after {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 16.71/15.49;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 4.3103448276%;
  transform: translateY(-50%);
}
.cta_asd .lnk_btn_contact:hover p {
  transform: scale(1.1);
}
.cta_asd .cta_asd1_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cta_asd .lnk_btn_line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 46.8390804598%;
  aspect-ratio: 163/76;
  line-height: 1;
  background-image: url(../img/makimono_s.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  position: relative;
}
.cta_asd .lnk_btn_line p {
  margin-left: clamp(2em, 1vw + 2em, 3em);
  transform-origin: left center;
  transition: 0.6s;
}
.cta_asd .lnk_btn_line span {
  font-size: 1.5625em;
  text-transform: uppercase;
}
.cta_asd .lnk_btn_line::after {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 16.71/15.49;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 9.2592592593%;
  transform: translateY(-50%);
}
.cta_asd .lnk_btn_line:hover p {
  transform: scale(1.1);
}
.cta_asd .lnk_btn_tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 46.8390804598%;
  aspect-ratio: 163/76;
  line-height: 1;
  background-image: url(../img/makimono_s.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  position: relative;
}
.cta_asd .lnk_btn_tel p {
  margin-left: clamp(2em, 1vw + 2em, 3em);
  transition: 0.6s;
}
.cta_asd .lnk_btn_tel span {
  font-size: 1.5625em;
}
.cta_asd .lnk_btn_tel::after {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 16.71/15.49;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 9.2592592593%;
  transform: translateY(-50%);
}
.cta_asd .lnk_btn_tel:hover p {
  transform-origin: left center;
  transform: scale(1.1);
}

/**********************************************
    $footer
***********************************************/
footer {
  margin-top: 80px;
  padding: 60px 0 0;
  color: #3a3a3a;
  background: #030303;
  position: relative;
  overflow: hidden;
}
footer .inner {
  width: 92.2666666667%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1366px) {
  footer .inner {
    width: 66.6666666667%;
  }
}
footer a {
  color: #3a3a3a;
}

.footer_bg {
  width: 100%;
  height: 100%;
  background-image: url(../img/footer_bg.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .footer_logo_head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .footer_logo_head .left {
    width: 50%;
    max-width: 580px;
  }
}
@media screen and (min-width: 768px) {
  .footer_logo_head .right {
    width: 40%;
  }
}

.footer_logo {
  width: 89.3063583815%;
  margin-bottom: 10px;
}

.footer_info {
  margin-bottom: 23px;
  margin-top: 2rem;
}

.footer_img {
  width: 68.7861271676%;
  margin: 0 auto 24px;
}

.footer_ctaBtn {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .footer_ctaBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer_ctaBtn li {
  margin-bottom: 5px;
  transition: 0.6s;
  background-image: url(../img/makimono_l.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .footer_ctaBtn li {
    width: 32%;
  }
}
.footer_ctaBtn li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  aspect-ratio: 346/78;
  padding: 30px 8.6705202312%;
  font-family: "ta-mincho-gf-01", serif;
  font-size: clamp(2.2rem, 5.8666666667vw, 2.8rem);
  color: #3a3a3a;
  text-transform: uppercase;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .footer_ctaBtn li a {
    font-size: clamp(1.4rem, 1.8229166667vw, 2rem);
  }
}
.footer_ctaBtn li a .chr {
  color: #B70000;
}
.footer_ctaBtn li a:after {
  content: "";
  display: block;
  width: 16.71px;
  aspect-ratio: 16.71/15.49;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.footer_ctaBtn li:hover a {
  transform: scale(1.05);
}

.sitemap {
  margin-bottom: 25px;
}
.sitemap ul {
  padding: 25px 0;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
}
@media screen and (min-width: 768px) {
  .sitemap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1em;
  }
}
.sitemap ul li {
  margin-bottom: 5px;
}
.sitemap ul li a {
  transition: 0.6s;
}
.sitemap ul li a:hover {
  color: #B70000;
}

@media screen and (min-width: 768px) {
  .footer_lnk {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 4%;
  }
}
@media screen and (min-width: 768px) {
  .footer_lnk .left {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .footer_lnk .right {
    width: 48%;
  }
}

.footer_cat {
  margin-bottom: 32px;
}

.footer_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #3a3a3a;
}
.footer_ttl span {
  font-family: "ta-mincho-gf-01", serif;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer_ttl span {
    font-size: 2rem;
  }
}
.footer_ttl .ttl {
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #171C61;
}
@media screen and (min-width: 768px) {
  .footer_ttl .ttl {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .catmap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }
}
.catmap ul li {
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .catmap ul li {
    width: 50%;
    font-size: 1em;
    font-weight: bold;
  }
}
.catmap ul li a {
  transition: 0.6s;
}
.catmap ul li a:hover {
  color: #B70000;
}

.footer_lnk_list li {
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .footer_lnk_list li {
    font-size: 0.875em;
  }
}
.footer_lnk_list li a {
  font-size: 1.142em;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.6s;
}
.footer_lnk_list li a:hover {
  color: #B70000;
}
.footer_lnk_list li ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_lnk_list li ul li a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 2px;
  line-height: 0.8em;
  background-color: #3a3a3a;
}
.footer_lnk_list li ul li p {
  margin-left: 1em;
}

.footer_bottom {
  margin-top: 30px;
  padding: 30px 0;
  background-color: #171C61;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer_bottom {
    margin-top: 60px;
  }
}

.footer_policy_wrap {
  width: 92.2666666667%;
  margin: 0 auto 17px;
}
@media screen and (min-width: 768px) {
  .footer_policy_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer_policy_wrap a {
  display: block;
  width: fit-content;
  font-size: 0.75em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_policy_wrap a:nth-of-type(2) {
    margin: 0 0.5em;
    padding: 0 0.5em;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

.copyright {
  width: 92.2666666667%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 0.75em;
    text-align: center;
  }
}

/**********************************************
    $link button
***********************************************/
/**********************************************
    $page contents
***********************************************/
.container {
  padding: 0 4.5801526718%;
}
@media screen and (min-width: 1200px) {
  .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 5.5555555556%;
  }
}

@media screen and (min-width: 1200px) {
  .main_contents {
    width: 72.34375%;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar_contents {
    width: 19.921875%;
    position: sticky;
    top: 133px;
    right: 0;
  }
}

/**********************************************
    $subpage title
***********************************************/
.subpage_ttl {
  margin-bottom: 16px;
  padding-top: 148px;
  font-size: 2rem;
}
@media screen and (min-width: 1200px) {
  .subpage_ttl {
    margin-bottom: 34px;
    padding-top: 180px;
  }
}
.subpage_ttl p:not([class]) {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-family: "Young Serif", serif;
  font-size: 3.2rem;
  letter-spacing: 16%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.subpage_ttl p:not([class])::before, .subpage_ttl p:not([class])::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #3a3a3a;
}
.subpage_ttl .ttl {
  margin-block: 0;
  font-family: "ta-mincho-gf-01", serif;
  font-size: clamp(3.2rem, 8.5333333333vw, 4rem);
  font-weight: 400;
  text-align: center;
}

.subpage_intro_txt {
  margin-bottom: 78px;
  font-family: "ta-mincho-gf-01", serif;
  font-size: clamp(1.8rem, 4.8vw, 2.4rem);
}
@media screen and (min-width: 1200px) {
  .subpage_intro_txt {
    font-size: clamp(2.8rem, 1.4583333333vw, 3.2rem);
    margin-bottom: 98px;
  }
}
.subpage_intro_txt span {
  display: block;
  text-align: center;
}

/**********************************************
    $section title
***********************************************/
.sec_ttl {
  margin-bottom: 30px;
}
.sec_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 19px;
  background-image: url(../img/bg_secttl.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec_ttl_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
}

.sec_ttl_img {
  width: 23%;
}
@media screen and (min-width: 768px) {
  .sec_ttl_img {
    width: 30%;
    max-width: 240px;
  }
}

.sec_ttl_txt {
  width: fit-content;
}
.sec_ttl_txt > h2 {
  width: fit-content;
  padding: 6px 14px 9px;
  font-size: clamp(1.2rem, 2.6666666667vw, 1.7rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #171C61;
}
.sec_ttl_txt > h2 > span {
  display: block;
  width: fit-content;
}
@media screen and (min-width: 1366px) {
  .sec_ttl_txt > h2 > span {
    display: inline-block;
  }
}
.sec_ttl_txt > p {
  margin-top: 6px;
  margin-bottom: 8px;
  font-family: "ta-mincho-gf-01", serif;
  font-size: clamp(2rem, 5.3333333333vw, 4rem);
  line-height: 1.5;
  letter-spacing: 0;
}
.sec_ttl_txt > p > span {
  display: block;
}
@media screen and (min-width: 1366px) {
  .sec_ttl_txt > p > span {
    display: inline-block;
    font-size: clamp(4.5rem, 2.0833333333vw, 4rem);
  }
}

/**********************************************
    $section title 2
***********************************************/
.sec_ttl2 {
  width: fit-content;
  margin-bottom: 30px;
  font-family: "ta-mincho-gf-01", serif;
  font-size: clamp(2.5rem, 2.2vw, 4rem);
  font-weight: 400;
  position: relative;
}
.sec_ttl2::before {
  content: "";
  display: block;
  width: 62px;
  aspect-ratio: 1/1;
  background-color: #FFEDD8;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

/**********************************************
    $pagenation
***********************************************/
.page_navi {
  margin: 64px 0 50px;
  padding-top: 32px;
  border-top: 1px solid #3a3a3a;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .wp-pagenavi {
    margin-bottom: 150px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 24px !important;
  height: 24px !important;
  margin-right: 6px !important;
  padding: 0 !important;
  color: #171C61;
  border: none;
}
.wp-pagenavi span.prevpostslink, .wp-pagenavi span.nextpostslink,
.wp-pagenavi a.prevpostslink,
.wp-pagenavi a.nextpostslink {
  border: none;
}
.wp-pagenavi .prev_lnk,
.wp-pagenavi .next_lnk {
  display: inline-block;
  width: 1em;
  aspect-ratio: 10/6.19;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.wp-pagenavi .prev_lnk {
  transform: rotate(180deg);
}
.wp-pagenavi .current {
  width: fit-content;
  color: #fff;
  background-color: #171C61;
}

/**********************************************
    $sidebar
***********************************************/
.sidebar_asd {
  margin-top: 100px;
}
@media screen and (min-width: 600px) {
  .sidebar_asd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar_asd {
    display: block;
    margin-top: 0;
  }
}

.sidebar_blog {
  margin-bottom: 72px;
}
@media screen and (min-width: 600px) {
  .sidebar_blog {
    width: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar_blog {
    width: 100%;
  }
}
.sidebar_blog h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 23px;
  font-family: "ta-mincho-gf-01", serif;
  font-weight: 400;
}
.sidebar_blog h2:before {
  content: "";
  display: block;
  width: 21px;
  margin-left: 2.915451895%;
  aspect-ratio: 21/66;
  background-image: url(../img/sidebar_icon_ttl.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.sidebar_blog_list {
  padding: 14px 15px;
  background-color: #FFFAF5;
  border-top: 1px solid #3a3a3a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.sidebar_blog_list > li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 1.3rem;
  border-bottom: 1px solid #3a3a3a;
}

.sidebar_blog_list_txt {
  line-height: 1.5;
  transition: 0.6s;
}

.sidebar_blog_list_wrap {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875em;
}

.sidebar_blog_list_cat {
  width: fit-content;
  background-color: #fff;
  padding: 0 16px;
  border: 1px solid #3a3a3a;
  border-radius: 999px;
  transition: 0.6s;
}

.sidebar_blog_list_date {
  font-size: 1.3rem;
  transition: 0.6s;
}

.sidebar_blog_list li a:hover .sidebar_blog_list_txt,
.sidebar_blog_list li a:hover .sidebar_blog_list_date {
  color: #D7BC71;
}
.sidebar_blog_list li a:hover .sidebar_blog_list_cat {
  color: #D7BC71;
  border-color: #D7BC71;
}

@media screen and (min-width: 600px) {
  .sidebar_cat {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar_cat {
    width: 100%;
  }
}
.sidebar_cat h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 23px;
  font-family: "ta-mincho-gf-01", serif;
  font-weight: 400;
}
.sidebar_cat h2:before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/66;
  margin-left: 2.915451895%;
  background-image: url(../img/sidebar_icon_ttl.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.sidebar_cat_list {
  padding: 14px 15px;
  background-color: #FFFAF5;
  border-top: 1px solid #3a3a3a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.sidebar_cat_list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 1.3rem;
  border-bottom: 1px solid #3a3a3a;
}
.sidebar_cat_list > li a {
  transition: 0.6s;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sidebar_cat_list > li a:after {
  content: "";
  display: block;
  width: 16.71px;
  aspect-ratio: 16.71/15.49;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.6s;
}
.sidebar_cat_list > li:hover a {
  color: #D7BC71;
}
.sidebar_cat_list > li:hover::after {
  transform: translateX(5px);
}/*# sourceMappingURL=common.css.map */