@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
	/*font-size: 12px;*/
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 2;
  color: #3A3A3A;
}
/*TB.pc*/
@media screen and (min-width: 768px) {
    body {
      font-size: 14px;	
    }
}
.font-en{
    font-family: sofia-pro-variable, sans-serif;
    font-style: normal;
    font-variation-settings: "slnt" 0, "wght" 831.50684;
    /*font-variation-settings: "slnt" 0, "wght" 591.7808;セミボールド*/
}
.en{
	text-transform: uppercase;
}
p,
dd{
    text-align: justify;
}
img{
	width: 100%;
	height: 100%;
}
a{
　　display: inline-block;
  　font-size:120%;
  　transition: color .3s;
}
.pc-nav a:hover,
.about-more a:hover,
.works-item-ttl a:hover,
.cta a:hover,
.all-works a:hover{
  color: #828284;
}
/*背景*/
.bg {
    width: 100%;
    height: 100%;
	background: url("../images/bg.jpg"),linear-gradient(#FFF6EF, #FFF6EF);
    opacity: 0.07;
    background-repeat: repeat;
	background-size: cover;
    position: fixed;
    z-index: -1;
    overflow: hidden;
}
.container{
	   padding: 0 33px;
}
/*pc,tb*/
@media screen and (min-width: 768px) {
	.container{
        padding: 0;
	    /*width: calc(1119 / 1440 * 100%);*/
        width: calc(1119 / 1920 * 100%);
		margin: 0 auto;
}
}
/*バーガーメニュー*/
/* ボタン本体 */
.hamburger-btn {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-content: center;
  gap: 4px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1000;
}
/*＝*/
.hamburger-btn .bar {
  width: 26px;
  height: 1px;
  background-color: #444;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
/*×*/
.hamburger-btn[aria-expanded="true"] .bar:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}
.hamburger-btn[aria-expanded="true"] .bar:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg);
}
/*ドロワーメニュー*/
.pc-nav {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.pc-nav.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.pc-nav ul {
  list-style: none;
  margin: 0;
  padding: 16px;
  text-align: center;
}
.pc-nav li {
  border-bottom: 1px solid #eee;
}
.pc-nav a {
  display: block;
  padding: 14px;
  color: #333;
  text-decoration: none;
}
.pc-nav a:hover {
  /*background: #f8f8f8;*/
}

.nav-backdrop {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.nav-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}
/* PC表示では非表示 */
@media (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
}
/*pcnav表示*/
@media (min-width: 768px) {
  .pc-nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    padding: 0;
  }
  .pc-nav li {
    border: none;
  }
  .pc-nav a {
    display: inline-block;
    padding: 0;
    line-height: 64px;
    color: inherit;
    background: none;
  }
  .nav-backdrop {
    display: none !important;
  }
  .hamburger-btn {
    display: none !important;
  }
}
/*全画面メニュー*/
.pc-nav {
  position: fixed;
  inset: 0;
  background: #FFF6EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 900;
}

.pc-nav.open {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.pc-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pc-nav li {
  margin: 12px 0;
}

.pc-nav a {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #111;
  text-decoration: none;
  transition: opacity 0.2s;
}
a,
button,
.hamburger-btn,
.hamburger-btn .bar {
    -webkit-tap-highlight-color: transparent;
}

/*.pc-nav a:hover {
  opacity: 0.6;
}*/

/* PC横並び*/
@media (min-width: 768px) {
  .pc-nav {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    display: block;
    background: transparent;
  }
  .pc-nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 63px;
  }
  .hamburger-btn {
    display: none;
  }
}
/*header*/
.header{
        width: calc(314 / 375 * 100%);
        margin: 0 auto;
        height: 78px;
        display: flex;
        align-items: center;
}
@media screen and (min-width: 768px) {
  .header{
        width: calc(1314 / 1440 * 100%);
        margin: 0 auto;
        height: 98px;
        /*margin-top: 16px;*/
    }
}
/*logo*/
 .logo span{
    display: block;
}
.logo span:nth-child(2),
.logo span:first-child{
    padding-bottom: 5px;
}
 .pc-logo-nav{
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 100%;
     margin: 0 auto;
}
.logo,
    .logo span{
        line-height: 1;
    }
@media screen and (min-width: 768px) {
  .pc-nav-items{
        display: flex;
        justify-content: space-between;
}
    .pc-nav-items li a{
        padding: 10px;
        font-size: 14px;
    }
  .pc-logo-nav{
     display: flex;
     align-items: center;
     justify-content: space-between;
}
}
.cta{
   padding-bottom: 37px;
    margin-top: 30px;
}
@media screen and (min-width: 1024px) {
    .cta{
        display: flex;
        justify-content: center;
        gap: 75px;
        padding-bottom: 100px;
        margin-top: 100px;
        position: relative;
    }
}
.cta h2{
	display: flex;
    justify-content: center;
	align-items: center;
	column-gap: 11px;
    letter-spacing: 6px;
    font-size: 24px;
}
@media screen and (min-width: 1024px) {
    .cta h2{
        font-size: 32px;
    }
}
.cta h2::before{
	content: "";
	display: block;
	width: 1em;
	aspect-ratio: 1 / 1;
	background-color: #8EB0D6;
	border-radius: 50%;
}
.cta-txt{
    padding-bottom: 10px;
}
.cta-txt p{
    text-align: center;
}
.mail{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-variation-settings: "slnt" 0, "wght" 400;
}
@media screen and (min-width: 1024px) {
    .mail{
        font-size: 20px;
    }
}
.mail::after{
    content:"↗︎";
    width: 35px;
    height: 35px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    color: #fff;
    background-color: #8EB0D6;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer{
	background-color: #C9CFCA;
}
.sitemap{
	padding: 30px 0;
}
@media screen and (min-width: 1024px) {
    .sitemap{
	padding: 60px 0;
}
}
.sitemap ul{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sitemap a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
    .sitemap ul{
    flex-direction: row;
    gap: 50px;
}
}
.sitemap ul li{
	padding-bottom: 10px;
}
.copyright{
	font-size: 10px;
    text-align: center;
}
/*sub見出し*/
.sub-heading-ttl h2{
    position: relative;
    z-index: 0;
}
.sub-heading-ttl h2::before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-10px,0px);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #DA896C;
    z-index: -1;
}
/*見出し*/
hgroup{
    margin: 50px 0px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 16px;
}
@media screen and (min-width: 1024px) {
    hgroup{
    margin: 100px 0px;
    font-size: 18px;
}
}
@media screen and (min-width: 768px) and  (max-width: 1023px) {
    hgroup{
    margin: 60px 0px;
}
}