@charset "UTF-8";
#ft-fixed {
  z-index: 99999;
  background: url("../img/shared/bg.jpg");
  border: 1px solid #e9e9e9;
  display: block;
  transition: all 0.5s;
}
#ft-fixed .btn {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #ft-fixed .btn {
    width: 149px;
  }
}
#ft-fixed .hamburger {
  padding: 34px 0;
  width: calc(100% - 149px);
  height: auto;
  color: #1a1a1a;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  right: auto;
  padding: 20.5px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #ft-fixed .hamburger {
    margin: auto;
  }
}
#ft-fixed .hamburger:after {
  min-width: 59px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  color: inherit;
  letter-spacing: -0.12em;
}
#ft-fixed .hamburger .hamburger-box {
  width: 26px;
  height: 21px;
}
#ft-fixed .hamburger .hamburger-box .hamburger-inner, #ft-fixed .hamburger .hamburger-box .hamburger-inner::before, #ft-fixed .hamburger .hamburger-box .hamburger-inner:after {
  background: #262626;
  height: 1px;
}
#ft-fixed .hamburger:not(.is-active) .hamburger-box .hamburger-inner::before {
  top: -9px;
}
#ft-fixed .hamburger:not(.is-active) .hamburger-box .hamburger-inner::after {
  bottom: -10px;
}
#ft-fixed .hamburger.is-active .hamburger-box .hamburger-inner {
  transform: rotate(-752deg);
}
#ft-fixed .hamburger.is-active .hamburger-box .hamburger-inner:after {
  transform: rotate(-120deg);
}
@media screen and (min-width: 768px) {
  #ft-fixed {
    position: fixed;
    bottom: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  #ft-fixed .hamburger {
    padding: 34px 0;
    width: 100%;
  }
  #ft-fixed .hamburger:after {
    min-width: 89px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .has-nav #ft-fixed {
    opacity: 1;
    visibility: visible;
  }
  .has-nav #ft-fixed .hamburger:hover {
    opacity: 0.8;
  }
}
#menu-toggle {
  background: url("../img/shared/bg.jpg");
  padding: 49px 0 0;
}
@media screen and (max-width: 767px) {
  #menu-toggle .logo {
    width: 150.5px;
    margin: 0 0 0 25px;
  }
}
#menu-toggle .right {
  margin: 33px 27px 33px;
}
#menu-toggle .right .nav > li {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #menu-toggle .right .nav > li {
    padding: 16px 24px;
    border-bottom: 1px solid #ccc;
  }
  #menu-toggle .right .nav > li .icon {
    position: absolute;
    top: 16px;
    right: 24px;
    display: block;
    text-align: right;
    min-width: 100px;
  }
  #menu-toggle .right .nav > li .icon::before {
    content: "＋";
    display: block;
  }
  #menu-toggle .right .nav > li.active i::before {
    content: "─";
  }
  #menu-toggle .right .nav > li.active .sub-nav {
    height: auto;
    display: block;
  }
}
#menu-toggle .right .nav > li > a {
  display: block;
  letter-spacing: 0.025em;
  text-decoration: none;
}
#menu-toggle .right .nav > li > a.active, #menu-toggle .right .nav > li > a:hover {
  opacity: 0.8;
}
#menu-toggle .right .nav > li .sub-nav {
  margin: 0 0 0 9px;
}
@media screen and (max-width: 767px) {
  #menu-toggle .right .nav > li .sub-nav {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    display: none;
  }
  #menu-toggle .right .nav > li .sub-nav li:first-child {
    padding-top: 6px;
  }
}
#menu-toggle .right .nav > li .sub-nav li {
  font-size: 15px;
  line-height: 1.5;
}
#menu-toggle .right .nav > li .sub-nav li + li {
  margin-top: 6px;
}
#menu-toggle .right .nav > li .sub-nav li a {
  display: inline-block;
  position: relative;
  padding-left: 19px;
  letter-spacing: 0.025em;
  text-decoration: none;
}
#menu-toggle .right .nav > li .sub-nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #ccc;
  width: 12px;
}
#menu-toggle .right .nav > li .sub-nav li a:hover {
  opacity: 0.8;
}
#menu-toggle .right .nav2 {
  margin: 12px 0 0 25px;
}
@media screen and (max-width: 767px) {
  #menu-toggle .right .nav2 li {
    font-size: 15px;
    line-height: 1.5;
  }
  #menu-toggle .right .nav2 li + li {
    margin-top: 6px;
  }
}
#menu-toggle .right #rss {
  margin: 25px 27px;
}
#menu-toggle .right #rss .tit {
  border-bottom: 1px solid #ccc;
  padding: 0 0 13px;
  line-height: 1.5;
  font-size: 13px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #menu-toggle .right #rss #feed {
    margin: -28px 0 0;
  }
}
#menu-toggle .right #rss #feed dl dt {
  margin: 0 0 15px;
  line-height: 1.5;
  font-size: 10px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  #menu-toggle .right #rss #feed dl dt {
    text-align: right;
  }
}
#menu-toggle .right #rss #feed dl dd {
  width: 100%;
}
#menu-toggle .right #rss #feed dl dd a:not(.img) {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  #menu-toggle .group-tel-btn {
    padding: 27px 21px 20px;
    background: #f2f2f2;
  }
}
#menu-toggle .group-tel-btn .tel {
  margin: 0 0 12px;
}
#menu-toggle .group-tel-btn .tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.5;
  gap: 0 5px;
  letter-spacing: 0.2em;
}
#menu-toggle .group-tel-btn .tel span::before {
  content: "";
  background: url("../img/shared/icon_tel_sp.png") no-repeat center/100% auto;
  width: 18.5px;
  height: 21px;
}
#menu-toggle .group-tel-btn .btn-mail a {
  display: flex;
  align-items: baseline;
  border: 1px solid #ccc;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5;
  padding: 26px 0 26px 45px;
  letter-spacing: 0.05em;
  position: relative;
  gap: 0 10px;
  transition: all 0.5s;
  background: url("../img/shared/bg.jpg");
}
#menu-toggle .group-tel-btn .btn-mail a::before {
  content: "";
  background: url("../img/shared/icon_mail_sp.png") no-repeat center/100% auto;
  width: 21px;
  height: 16px;
  line-height: 0;
  align-self: anchor-center;
}
#menu-toggle .group-tel-btn .btn-mail a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  background: url("../img/shared/icon_sp.png") no-repeat center/100% auto;
  width: 8px;
}
#menu-toggle .btn-hokeiji {
  padding: 23px 18px 115px;
}
@media screen and (max-width: 767px) {
  #menu-toggle .btn-hokeiji {
    background: #f2f2f2;
  }
}
#menu-toggle .btn-hokeiji a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #062274;
  border-bottom: 3px solid #0028a8;
  padding: 0 0 7px 2px;
}
#menu-toggle .btn-hokeiji a::before {
  content: "";
  background: url("../img/shared/ham_btn_icon_sp.png") no-repeat center/100% auto;
  width: 45px;
  height: 48px;
}
#menu-toggle .btn-hokeiji a span {
  font-size: 22.5px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#menu-toggle .btn-hokeiji a span small {
  display: block;
  font-weight: inherit;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 6px;
  letter-spacing: 0.08em;
}
#menu-toggle .btn-hokeiji a:after {
  content: "";
  background: url("../img/shared/ham_btn_icon2_sp.png") no-repeat center/100% auto;
  width: 8px;
  height: 8px;
  margin: 0 0 2px;
  justify-self: flex-end;
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  #menu-toggle {
    padding: 0;
  }
  #menu-toggle .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #menu-toggle .flex {
    border-left: 1px solid #e9e9e9;
    min-height: 100vh;
    box-sizing: border-box;
    padding-right: 30px;
    padding-bottom: 100px;
  }
  #menu-toggle .flex .inner2 {
    padding: 100px 0 0 162px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    height: 607px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #menu-toggle .flex .inner2 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 768px) {
  #menu-toggle .logo {
    margin: 13px 193px 0 0;
    height: 448.5px;
  }
  #menu-toggle .right {
    width: 488px;
    position: relative;
    margin: 0;
  }
  #menu-toggle .right li:hover {
    opacity:0.7;
  }
  #menu-toggle .right .nav > li {
    font-size: 15px;
  }
  #menu-toggle .right .nav > li + li {
    margin-top: 28px;
  }
  #menu-toggle .right .nav > li > a {
    display: inline-block;
  }
  #menu-toggle .right .nav > li .sub-nav {
    margin: 7px 0 0 3px;
  }
  #menu-toggle .right .nav > li .sub-nav li {
    font-size: 13px;
  }
  #menu-toggle .right .nav > li .sub-nav li + li {
    margin-top: 6px;
  }
  #menu-toggle .right .nav2 {
    margin: 48px 0 0 1px;
    height: 82px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    gap: 15px 49px;
  }
  #menu-toggle .right .nav2 li a {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
  #menu-toggle .right #rss {
    position: absolute;
    right: 5px;
    bottom: 4px;
    width: 184px;
    margin: 0;
  }
  #menu-toggle .right #rss .tit {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0.025em;
    margin: 0 0 7px;
  }
  #menu-toggle .right #rss #feed dl {
    display: flex;
    flex-direction: column-reverse;
  }
  #menu-toggle .right #rss #feed dl dt {
    margin: 1px 0 0 5px;
    line-height: 1.5;
    font-size: 10px;
    letter-spacing: 0.01em;
  }
  #menu-toggle .right #rss #feed dl dd {
    width: 100%;
  }
  #menu-toggle .right #rss #feed dl dd a:not(.img) {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 10px;
  }
  #menu-toggle .right #rss #feed dl dd a.img {
    display: block;
    line-height: 0;
  }
  #menu-toggle .right #rss #feed dl dd a.img span {
    display: block;
    width: 100% !important;
    height: 110px !important;
    background: url("../img/shared/no-img.png") no-repeat center/cover;
  }
  #menu-toggle .right #rss #feed dl dd a.img:hover {
    opacity: 0.8;
  }
  #menu-toggle .group-tel-btn {
    position: absolute;
    z-index: 2;
    left: 75px;
    bottom: 6px;
    width: 238px;
  }

}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #menu-toggle .group-tel-btn {
    left: 23px;
  }
}
@media screen and (min-width: 768px) {
  #menu-toggle .group-tel-btn .tel {
    margin: 0 0 6px;
  }
  #menu-toggle .group-tel-btn .tel span {
    font-size: 20px;
  }
  #menu-toggle .group-tel-btn .tel span::before {
    background: url("../img/shared/icon_tel.png") no-repeat center/100% auto;
    width: 14px;
    height: 16px;
  }
  #menu-toggle .group-tel-btn .btn-mail a {
    font-size: 14px;
    padding: 16.5px 0 16.5px 20px;
    gap: 0 5px;
  }
  #menu-toggle .group-tel-btn .btn-mail a::before {
    content: "";
    background: url("../img/shared/icon_mail.png") no-repeat center/100% auto;
    width: 16px;
    height: 12px;
  }
  #menu-toggle .group-tel-btn .btn-mail a:after {
    right: 12px;
    background: url("../img/shared/icon.png") no-repeat center/100% auto;
  }
  #menu-toggle .group-tel-btn .btn-mail a:hover {
    background: url("../img/shared/bg5.jpg");
    letter-spacing: 0.1em;
    transition: transform all 0.5s ;
  }
  #menu-toggle .btn-hokeiji {
    width: 359px;
    box-sizing: border-box;
    padding: 0 0 50px;
    height: 744px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #menu-toggle .btn-hokeiji a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 0 7px 2px;
  }
  #menu-toggle .btn-hokeiji a::before {
    content: "";
    width: 32px;
    height: 28px;
    margin-right: 10px;
  }
  #menu-toggle .btn-hokeiji a span {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #menu-toggle .btn-hokeiji a span small {
    display: block;
    font-weight: inherit;
    font-size: 10px;
    line-height: 1;
    margin: 0 0 6px;
    letter-spacing: 0.08em;
  }
  #menu-toggle .btn-hokeiji a:after {
    content: "";
    background: url("../img/shared/ham_btn_icon2.png") no-repeat center/100% auto;
    width: 8px;
    height: 8px;
    margin: 0 0 2px 12px;
  }
}

.navOpen #ft-fixed .btn {
  opacity: 0;
  visibility: hidden;
}

#footer {
  background: url("../img/shared/bg2.jpg");
}
#footer .footer-top {
  padding: 80px 0 35px;
}
#footer .footer-top .logo {
  margin: 0 2vw 0;
}
#footer .footer-top .right .group-nav {
  position: relative;
  margin-top:0px;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .right .group-nav {
    margin-top:25px;
  }
  #footer .footer-top .right .group-nav .nav > li + li {
    margin-top: 25px;
  }
}
#footer .footer-top .right .group-nav .nav li {
  font-size: 16px;
  line-height: 1.5;
}
#footer .footer-top .right .group-nav .nav li a {
  letter-spacing: 0.025em;
}
#footer .footer-top .right .group-nav .nav li .sub-nav {
  margin: 7px 0 0 1px;
}
#footer .footer-top .right .group-nav .nav li .sub-nav li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
#footer .footer-top .right .group-nav .nav li .sub-nav li a::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  background: #ccc;
}
#footer .footer-top .right .group-nav .nav li .sub-nav li + li {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .right .group-nav .nav2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#footer .footer-top .right .group-nav .nav2 li {
  line-height: 1.5;
  font-size: 15px;
}
#footer .footer-top .right .group-nav .nav2 li a {
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .right .group-nav .nav2 li {
    margin-top: 7px;
  }
}
#footer .footer-top .right .btn-hokeiji {
  width: 286px;
  margin: 25px auto 0;
}
#footer .footer-top .right .btn-hokeiji a {
  display: block;
  border: 1px solid #949494;
  border-radius: 50px;
  background: url("../img/shared/bg3.jpg");
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#footer .footer-top .right .btn-hokeiji a.tel-link {
  color: #262626;            
  border-color: #262626;    
  background: none;         
  background-color: transparent;  
  border-radius: 90px;
}
#footer .footer-top .right .btn-hokeiji a span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  padding: 33px 0;
  text-align: center;
}

#footer .footer-top .right .btn-hokeiji a .tel-label{
  padding:33px 0 0;
  font-size:15px;
}
#footer .footer-top .right .btn-hokeiji a .tel-num{
  padding:5px 0 33px;
  font-size:22px;
}
#footer .footer-top .right .btn-hokeiji a span small {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin: 0 0 5px;
}


#footer .footer-top .right .btn-hokeiji a:not(.tel-link):after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  background: url("../img/shared/icon3_sp.png") no-repeat center/100% auto;
  width: 8px;
}

#footer .footer-bottom {
  line-height: 1.5;
  padding: 0 var(--wrapPadding) 120px;
}
#footer .footer-bottom .left {
  font-size: 14px;
  letter-spacing: 20px;
  letter-spacing: 0.01em;
}
#footer .footer-bottom .right {
  color: #8c8c8c;
  font-size: 10px;
  letter-spacing: 0.025em;
}
.fo_ad span {
  position: relative;
  padding-right:15px; 
  cursor: pointer;    
}

.fo_ad span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); 
  background: url("../img/shared/icon_sp.png") no-repeat center/100% auto;
  width: 10px;  
  height: 10px; 
  display: inline-block;

}
@media screen and (max-width: 767px) {
  #footer .footer-bottom .right {
    line-height: 1.8;
    text-align: center;
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-top {
    padding: 161px 0 131px;
  }
  #footer .footer-top .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .footer-top .logo {
    margin: 0 0 0 52px;
  }
  #footer .footer-top .right {
    width: 500px;
    margin: 66px 0 0 0;
  }
  #footer .footer-top .right .group-nav .nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .footer-top .right .group-nav .nav li > a {
    text-decoration: none;
  }
  #footer .footer-top .right .group-nav .nav li > a:hover {
    opacity: 0.7;
  }
  #footer .footer-top .right .group-nav .nav li .sub-nav {
    margin: 2px 0 0 1px;
  }
  #footer .footer-top .right .group-nav .nav li .sub-nav li a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
    transition: all 0.3s;
  }
  #footer .footer-top .right .group-nav .nav li .sub-nav li a::before {
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    background: #ccc;
  }
  #footer .footer-top .right .group-nav .nav li .sub-nav li a:hover {
    opacity: 0.7;
  }
  #footer .footer-top .right .group-nav .nav li .sub-nav li + li {
    margin-top: 5px;
  }
  #footer .footer-top .right .group-nav .nav2 {
    display: flex;
    margin: 40px 0 0 3px;
  }
  #footer .footer-top .right .group-nav .nav2 li {
    padding-right: 20px;
    border-right: 1px solid #ccc;
    line-height: 1;
    font-size: 13px;
    margin-right: 23px;
  }
  #footer .footer-top .right .group-nav .nav2 li:last-child {
    padding-right: 0;
    border: 0;
    margin-right: 0;
  }
  #footer .footer-top .right .btn-hokeiji {
    margin: 38px 0 0 auto;
  }
  #footer .footer-top .right .tel-row{
    margin: 10px 0 0 auto;
  }
  #footer .footer-top .right .btn-hokeiji a:after {
    background: url("../img/shared/icon3.png") no-repeat center/100% auto;
  }
  #footer .footer-top .right .btn-hokeiji a{
    transition: all 0.5s;  
  }

  #footer .footer-top .right .btn-hokeiji a:hover {
    opacity: 0.8;
    letter-spacing: 0.25em;
    transition: letter-spacing 0.3s ease;
  }

#footer .footer-top .right .btn-hokeiji a .tel-label{
  font-size:14px;
}
#footer .footer-top .right .btn-hokeiji a .tel-num{
  font-size:22px;
}
  #footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    padding: 0 22px 20px;
    align-items: center;
  }
  #footer .footer-bottom .left {
    display: flex;
    gap: 0 12px;
  }
  #footer .footer-bottom .right {
    font-size: 10px;
    display: flex;
    gap: 0 22px;
    letter-spacing: 0.025em;
  }
  #footer .footer-top .right .btn-hokeiji .tel-link {
    pointer-events: none;
    cursor: default;
  }



}

@keyframes scrollone {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#header {
  padding: 4.8vw;
  position: relative;
}
#header #key {
  position: relative;
}
#header #key .img {
  height: calc(100vh - 9.6vw);
}
#header #key .logo {
  position: absolute;
  z-index: 2;
  top: 32vw;
}
@media screen and (max-width: 767px) {
  #header #key .logo {
    width: 25.86vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#header #key .scrolldown {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 15vw;
  left: 50%;
  overflow: hidden;
  z-index: 2;
  transform: translateX(-50%);
}
#header #key .scrolldown::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: scrollone 2s infinite;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 50px;
  }
  #header #key .logo {
    top: 50%;
    transform: translateY(-50%);
    right: calc(50% + 417px);
  }
  #header #key .img {
    height: calc(100vh - 100px);
  }
  #header #key .scrolldown {
    height: 120px;
  }
}

.btn-link {
  max-width: 100%;
  width: 145px;
}
.btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  width: 100%;
  border: 1px solid #8c8c8c;
  font-size: 12px;
  border-radius: 50%;
  transition: all 0.5s;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  color: #262626;
}
.btn-link a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  background: url("../img/shared/arrow_sp.png") no-repeat center/auto 100%;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .btn-link a:after {
    background-image: url("../img/shared/arrow.png");
  }
  .btn-link a:hover {
    background: #d9d9d7;
    letter-spacing: 0.25em;
  }
}

.title-page {
  display: flex;
  align-items: center;
  gap: 0 3vw;
  font-size: 6.4vw;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.title-page::before {
  content: "";
  width: 5.2vw;
  height: 50.67vw;
}
@media screen and (min-width: 768px) {
  .title-page {
    align-items: flex-start;
    gap: 0 12px;
    font-size: 36px;
  }
  .title-page::before {
    content: "";
    width: 20px;
    height: 155px;
  }
}

.fs-36 {
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .fs-36 {
    font-size: 36px;
  }
}

.fs-30 {
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .fs-30 {
    font-size: 30px;
  }
}