@charset "utf-8";
/*  
  リセット
---------------------------------*/
html, body, div, span,iframe,h1, h2, h3, h4, h5, h6, p, address, em, img, small, strong, b, i,dl, dt, dd, ol, ul, li,form, label, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figcaption, figure, footer, header,nav, section, time,video,a,picture {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  box-sizing: border-box;
  font-style: normal;
}
article,aside,figcaption,figure,footer,header,nav,section,picture { 
  display:block;
}
ul,ol{
  list-style:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
th{
  font-weight: normal;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* *,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light;tab-size:2;scrollbar-gutter:stable}:where(html:has(dialog:modal[open])){overflow:clip}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(dialog){border:none;background:none;inset:unset;max-width:unset;max-height:unset}:where(dialog:not([open])){display:none!important}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important} */

/*  
  変数　
---------------------------------*/
:root{
  /* カラー */
  --black: #222222;
  --white: #fff;
  /* --blue: #18467E; */
  --blue: #0d3580;
  --red: #db486e;
  --red02:#e8382f;
  /* --green: #4E8337; */
  --green: #0b703c;
  
  --white-op50:rgba(255,255,255,.5);
  --blue-op05:rgba(28,74,132,.05);
  --blue-op10:#EAEAF1; /* rgba(28,74,132,.1);*/
  --blue-op20:rgba(28,74,132,.2);
  --blue-op30:rgba(28,74,132,.3);
  --blue-op35:rgba(28,74,132,.35);
  --blue-op50:rgba(28,74,132,.5);
  --blue-op70:rgba(28,74,132,.7);
  --blue-op80:rgba(28,74,132,.8);
  --black-op10: #e8e8e8; /* rgba(34,34,34,.1); */
  --black-op20:rgba(34,34,34,.2);
  --black-op30:rgba(34,34,34,.3);
  --black-op70:rgba(34,34,34,.7);
  --green-op10: #EDF2EB; /* rgba(78,131,55,.1) */
  /* --green-op20: #DBE7D7;
  --green-op30: #CADBC3; */
  /* 新しい緑 rgba(11,112,60) #0b703c */
  --green-op10: #e6f0eb;
  --green-op20: #cee2d8;
  --green-op30: #b5d4c4;
  --green-op60: #6da98a;


  
  /* 文字サイズ */
  --font14-12:clamp(12px,1.4rem,14px);
  --font15-13:clamp(13px,1.5rem,15px);
  --font16-14:clamp(14px,1.6rem,16px);
  --font16-15:clamp(15px,1.6rem,16px);
  --font18-16:clamp(16px,1.8rem,18px);
  --font19-17:clamp(17px,1.9rem,18px);
  --font20-18:clamp(18px,2rem,20px);
  --font22-19:clamp(19px,2.2rem,22px);
  --font24-20:clamp(20px,2.4rem,24px);
  --font26-24:clamp(24px,2.6rem,26px);
  --font26-22:clamp(22px,2.6rem,26px);
  --font28-22:clamp(22px,2.8rem,28px);
  --font30-26:clamp(26px,3rem,30px);
  --font40-30:clamp(30px,4rem,40px);
  
  /* フォント */
  /* --gothic: 'hiragino-kaku-gothic-pron', sans-serif; */
    /* --mincho: 'Zen Old Mincho', serif; */
  /* --alphabet: 'agenda', sans-serif; /* weightは600か700を指定する事 */
  /* --alphabet: 'trajan-pro-3', sans-serif; /* weightは400,600,700 */
  --material: 'Material Symbols Outlined';

  --gothic: 'Noto Sans JP', sans-serif;
  /* --mincho: 'Sawarabi Mincho B1', serif; */
  /* --mincho: 'Noto Serif JP', serif; */
  --mincho: 'shippori-mincho', serif;
  --alphabet: 'Cinzel', serif;  /* weightは400のみ */

  /* ボックスシャドウ */
  --box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);

  --radius: 3rem;
  --header-height: 71px;
}

/* ====================================

  基本幅（PC）

======================================*/

/*  
  各要素　基本幅
---------------------------------*/
.wf-loading { /* Webフォントが読み込まれるまでは非表示 */
  opacity: 0;
}
html {
  font-size:10px;/* 1rem = 10pxと定義 */
  /* overflow-x: hidden; */
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  color: var(--black);
  line-height: 1.5;
  font-family:var(--gothic);
  -webkit-text-size-adjust: 100%;
  font-size:16px;
  font-weight: 400;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5{
  line-height: 1.4;
  font-weight: 600;
}
a {
  text-decoration: none;
  transition:opacity .2s;
  color:inherit;
}
main p , main dd{
  line-height:1.8;
}

p span {
  font-weight:revert;
}

*{min-height:0vw;/*safari clamp関数対策 */}


blockquote {
  background-color: var(--green-op10);
  position: relative;
  padding: 5rem;
  margin: 0;
  border-radius: 1rem;
}
blockquote::before {
  content: "\00201c";
  display: inline-block;
  position: absolute;
  font-size: 8rem;
  color: var(--white);
  top: -1rem;
  left: 8px;
}
blockquote::after {
  content: "\00201c";
  display: inline-block;
  position: absolute;
  font-size: 8rem;
  color: var(--white);
  transform: rotate(180deg);
  bottom: -1rem;
  right: 8px;
}
.swiper {
  z-index: 0;
}

/*  
  ヘッダー　　基本幅
---------------------------------*/
header {
  width:100%;
  /* height: var(--header-height); */
  position: fixed;
  top: 0;
  z-index: 9;
  /* background: #fff; */
  /* background: rgba(255,255,255,.8) */
}
header.after {
  background-color: rgba(255,255,255,.8);
}

header .header-inner {
  margin: 0 auto;
  width:min(100%,2560px);
  display: flex;
  align-items: center;
  padding: 0 0 0 2rem;
  justify-content: space-between;
  position: relative;
}

header #logo img,
nav .nav-logo {
  width: 130px;
}
header #logo span,
nav .nav-logo span {
  font-size: 12px;
  color: var(--blue);
  white-space: nowrap;
  display: block;
  margin-top: .2rem;
}

header #mail a {
  display: block;
  background-color: var(--green);
  color: #fff;
  text-align: center;
  position: relative;
  border: solid 1px var(--green);
  height: 70px;
}
header #mail a:hover {
  opacity: .8;
  background-color: var(--white);
  color: var(--green);
}
header #mail .icon {
  position: absolute;
  top: 8px;
  left: 18px;
  font-size: 36px;
}

header #mail a .non-drafts {
  display: block;
}
header #mail a .drafts {
  display: none;
}

header #mail a:hover .non-drafts {
  display: none;
}
header #mail a:hover .drafts {
  display: block;
}

header #mail .text {
  font-family: var(--alphabet);
  position: absolute;
  font-size: 9px;
  bottom: 10px;
  left: 14px;
}

#mail .svg {
  transform:rotate(-90deg);
  fill: transparent;
}
/* #mail svg:hover {
  stroke: var(--green);
  stroke-width: 1px;
  animation: circleAnim 2s forwards;
  stroke-dasharray: 314px;
  stroke-dashoffset: 314px;
} */

nav {
  width: calc(100% - 240px);
  margin-right: 30px;
}

nav .main-menu{
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: end;
}
nav .main-menu > li{
  /* position: relative; */
}
nav .main-menu > li > a {
  position: relative;
  display: block;
  transition:all .2s;
  text-decoration: none;
  padding: 1em 3rem;
  /* line-height: 55px; */
  white-space: nowrap;
}
nav .main-menu > li > a span {
  display: block;
  font-size: 12px;
  font-family: var(--alphabet);
  color: var(--black-op70);
}

nav .main-menu > li > a::before{
  position: absolute;
  bottom:8px;
  transform: translate(-50%, 0);
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  /* background: var(--green); */
  background: var(--black);
  opacity: 0;
  transition: all .5s;
  border-radius: 2px;
}
/* nav .main-menu > li:not(.has-child):hover > a::before{ */
  nav .main-menu > li:hover > a::before{
  width: 4rem;
  opacity: .6;
}

nav .mega-menu {
  position: absolute;
  top: 63px;
  /* left: 50%;
  transform: translate(-50%, 0); */
  right: 10%;
  z-index: 99;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  padding: 3rem 4rem 3rem 3rem;
  width: 90rem;
  font-size: 16px;
  height: auto;
  border-radius: 1rem;
  display: flex;
  transition: all .5s;
  color: var(--black);
  justify-content: space-between;
  box-shadow: var(--box-shadow);
}
nav .company .mega-menu {
  width: 64rem;
}

nav li.has-child:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
nav li.has-child .mega-menu .mega-menu-ttl {
  width: 300px;
}
nav li.has-child .mega-menu .mega-menu-ttl p {
  color: var(--black-op30);
  margin-bottom: .5rem;
}
nav li.has-child .mega-menu .mega-menu-ttl p .eng {
  font-family: var(--alphabet);
  color: var(--black);
  font-size: 4rem;
  margin-right: 1rem;
}

nav .mega-menu > ul {
  width: auto;
  margin-top: 5rem;
}

nav .mega-menu li {
  /* margin:0 0 .7em 1em; */
  margin:0 0 .7em 0;
  position: relative;
}
nav .mega-menu a:hover{
  border-bottom: .5px solid var(--green);
}

nav .mega-menu > ul > li a {
  position: relative;
}
nav .mega-menu > ul > li > a::before{
  font-family: var(--material);
  content: "\e5c8";
  color: var(--black);
  position: absolute;
  left: -1.5em;
  transition: .2s;
  font-weight: 900;
}
nav .mega-menu > ul > li > a:hover::before {
  left: -1.2em;
}

nav .mega-menu .mega-menu-sub-child {
  /* margin-left: 1rem; */
  margin-top: .7em;
}


/*  
  全ページ共通　　基本幅
---------------------------------*/
main {
  width: min(100%,2560px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.p-home main {
  margin-top: 0;
}


/*  
  ホーム　　基本幅
---------------------------------*/
/* ホーム共通 */

/* ローディング */
.loader {
  /*fixedで全面に固定*/
	position: fixed;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	/* background: #fff; */
  background: var(--black-op10);
	text-align:center;
}
.loader.first { /* 初めて訪問した場合、背景は白 */
  background: #fff;
}
.loader svg,
.loader img {
  width: 60%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}

.p-home #animation_container {
  width: 100%!important;
  height: 100%!important;
  position: relative;
}
.p-home #animation_container canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}

.p-home .hero-bg {
  background: url(../img/top/img_hero02.jpg);
  background-size: 150%;
  opacity: .1;
  height: 100vh;
  /* height: 700px; */
  width: 100vw;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-position-x: 21%;
  background-position-y: 40%;
  /* min-height: 800px; */
}

.p-home .hero {
  width: 100%;
  /* height: 80vh; */
  /* height: 700px; */
  position: relative;
  /* min-height: 700px; */
  /* max-width: 1360px; */
}
.p-home .hero-inner {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  position: relative;
  max-width: 2560px;
}

.p-home .hero-inner .deco-leaf01 {
  position: absolute;
  left: -17rem;
  top: -18rem;
}
.p-home .hero-inner .deco-leaf02 {
  position: absolute;
  right: 5rem;
  bottom: -20rem
}
.p-home .hero-box {
  position: relative;
}

.p-home .hero01 {
  width: 36%;
  margin-top: calc(20%);
  margin-left: -8%;
  overflow: hidden;
}
.p-home .hero01 img {
  border-radius: 0 var(--radius) var(--radius) 0;  
}


.p-home .hero01 video {
  border-radius: 0 var(--radius) var(--radius) 0;
  width: 100%;
}

.p-home .hero02 {
  width: 64%;
  /* position: relative; */
  /* height: 58vh; */
  /* background: url(../img/top/img_hero02.webp); */
  /* border-radius: 0 0 0 var(--radius); */
  /* background-size: cover; */
  /* background-position: center; */
}
.wrapper-hero02-img {
  margin: 0 0 3rem auto;
  text-align: right;
}
.p-home .hero02 img {
  max-width: 50vw;
  border-radius: 0 0 0 var(--radius);
}

.p-home .hero .hero-text {
  /* position: absolute; */
  width: 64vw;
  overflow: visible;
  /* left: -40%;
  bottom: -24rem; */
  /* right: 0; */
  /* bottom: 3rem; */
  margin-left: -1vw;
}

.p-home .hero .hero-text h2 {
  /* font-size: 8rem; */
  font-size: 4.5vw;
}

.p-home .hero .hero-text p {
  padding-top: 1rem;
  font-size: 3rem;
  padding-left: 1rem;
}


.hero-text .hero-sub-catch span {
  display: inline-block;
}

/* ホームの良いホームページとは */
.p-home #excellent {
  width: min(100%, 1920px);
  /* width: min(100%, 1360px); */
  margin: 30rem auto 10rem auto;
}
.p-home #excellent.flex-box {
  align-items: start;
  gap: 5%;
  position: relative;
  justify-content: start;
}
.p-home #excellent .catch01 {
  /* width: 36%; */
  /* max-width: 600px; */
}
.p-home #excellent .catch01 h2 {
  font-size: 4rem;  
}
.p-home #excellent .catch01 p {
  font-size: 2rem;
  line-height: 3;
}
.p-home #excellent .catch02 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -1.5em;
  font-size: 8rem;
  /* color: var(--black-op10); */
  color: #fff;
  font-family: var(--alphabet);
  font-weight: 400;
  /* letter-spacing: .3rem; */
  -webkit-text-stroke: 1px var(--black-op30);
  z-index: -1;
  line-height: 1;
}
.p-home #excellent .img01 {
  width: 18%;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.p-home #excellent .img02 {
  position: absolute;
  width: 40%;
  right: 0;
  top: -26rem;
  border-radius: var(--radius) 0 0 var(--radius);
}
.p-home #excellent .deco-leaf02 {
  position: absolute;
  top: -24rem;
  left: 40%;
  width: 33rem;
}

.p-home #excellent .img02-sp {
  background-image: url(../img/top/img_excellent.webp);
  width: 100%;
  background-attachment: fixed;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  display: none;
}

/* FEATURES */
.p-home #features .features-inner {
  position: relative;
}

.p-home #features .features-img {
  background-image: url(../img/top/img_feature.jpg);
  width: 100%;
  background-attachment: fixed;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
}

.p-home #features .features-inner .features-ttl {
  position: absolute;
  top: 0;
  left: 12rem;
}
.p-home #features .features-content {
  margin: 0 0 0 30%;
  width: 70%;
  background-color: var(--green-op10);
  /* padding-top: 24rem; */
  padding-top: 10rem;
  padding-right: 10rem;
  padding-bottom: 10rem;
  padding-left: 12rem;
  border-radius: var(--radius) 0 0 0;
}
.p-home #features .features-content ul {
  counter-reset: number 0;
}
.p-home #features .features-content ul li {
  position: relative;
}
.p-home #features .features-content ul li::before {
  counter-increment: number 1;      /* number 増加数を1に設定 */
  content: "0"counter(number)".";      /* 表示形式 */
  position: absolute;
  left: -2em;
  top: 0;
  font-family: var(--alphabet);
  font-weight: 500;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 5px;
}

.p-home #features .features-content ul dt {
  /* font-size: var(--font26-24); */
  font-size: var(--font26-22);
  margin-top: 12rem;
}
.p-home #features .features-content ul dd {
  margin-top: 3rem;
}


/* SOLUTION */
.p-home #solution {
  position: relative;
}
.list-solution {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 8rem 2%;
}
.list-solution li {
  width: 22%;
}
.list-solution li a {
  display: block;
  position:relative;
  border:1px solid var(--black-op70);
  border-radius: 2rem 2rem 2rem 0;
}
.list-solution li a::before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -1px;
  border-left: 1px solid var(--black-op70);
  border-top: 1px solid #fff;
  height: 59px;
  width: 44px;
}
.list-solution li a::after {
  content: '';
  position: absolute;
  bottom: -31px;
  left: -16px;
  border-top: 1px solid var(--black-op70);
  height: 0;
  width: 74px;
  transform:rotate(125deg);
}
.list-solution li a dt {
  position: relative;
  padding: 6rem;
}
.list-solution li a dd {
  position: absolute;
  opacity: 0;
  background-color: var(--blue-op10);
  z-index: 2;
  top: 2rem;
  left: 2rem;
  padding: 4rem;
  border-radius: 2rem;
  width: 100%;
}

.list-solution li a dd span {
  display: block;
  font-size: 50px;
  line-height: 25px;
  text-align: right;
  margin-right: -20px;
}
.list-solution li a:hover dd {
  opacity: 1;
  transition-property: all;
  transition-duration: .6s;
  /* transition-delay: .1s; */
  transition-timing-function: ease;/*アニメーションがゆっくり開始される*/
}

/* INTERVIEW */
.p-home #interview {
  counter-reset: number 0; /* 名前は任意、0でリセット*/
}
.p-home #interview .list-interview > li {
  margin-top: 10rem;
}
.p-home #interview .list-interview > li a {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: start;
}

/* 2つ目は左右逆 */
.p-home #interview .list-interview > li:nth-child(2) a {
  justify-content: end;
}
.p-home #interview .list-interview > li:nth-child(2) a > div {
  order: 2;
}


.p-home #interview li a .img-interview {
  width: 45%;
  position: relative;
}
.p-home #interview li a .detail-interview {
  width: 50%;
  min-height: 550px;
}

.p-home #interview li a .img-interview img {
  position: absolute;
  width: auto;
  max-height: 550px;
  top: 0;
}
.p-home #interview .list-interview > li:nth-child(1) img {
  left: 0;
}

.p-home #interview .list-interview > li:nth-child(2) img {
  left: inherit;
  right: 0;
}

.p-home #interview li a .detail-interview .client-name {
  position: relative;
  font-size: var(--font22-19);
}

.p-home #interview li a .detail-interview .client-name::before {
  counter-increment: number 1;
  content: "CASE0" counter(number);
  position: absolute;
  font-family: var(--alphabet);
  font-weight: 500;
  top: -1.8em;
  text-decoration: underline;
}

.p-home #interview li a .detail-interview .ttl-interview {
  font-size: var(--font26-22);
  line-height: 1.4;
  margin-top: 1rem;
}
.p-home #interview li a .detail-interview .category {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-home #interview li a .detail-interview .category li {
  background: var(--black);
  padding: .5rem 1.25rem;
  color: #fff;
}


/* ホームのWORKS */
.p-home #work {
  margin-top: 10rem;
}
.p-home #work .work-inner {
  position: relative;
  padding: 6rem;
}

/* ホームのSERVICE */
.p-home #service .wrap1360 {
  position: relative;
}

.p-home #service .service-box {
  /* height: 550px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-home #service .service-box .list-service-nav {
  width: 400px;
  display: flex;
  flex-direction: column;
}

.p-home #service .service-box .list-service-nav li:nth-child(1) {
  border-top: 1px solid var(--black-op10);
}

.p-home #service .service-box .list-service-nav li {
  border-bottom: 1px solid var(--black-op10);
  width: 400px!important;
  /* padding-top: 2rem; */
  /* padding-bottom: 2rem; */
  padding-left: 3rem;
  padding-right: 3rem;
  border-left: white solid 10px;
}
.p-home #service .service-box .list-service-nav li.slick-current {
  /* background: var(--green-op10); */
  border-left: var(--green-op30) solid 10px;
}


.p-home #service .service-box .list-service-nav a {
  position: relative;
  /* font-size: var(--font28-22); */
  font-size: var(--font22-19);
  font-weight: 600;
  /* margin-left: 100px; アイコンなし */
  line-height: 80px;
  cursor: pointer;
}

.p-home #service .service-box .list-service-nav a:before {
  position: absolute;
  width: 80px;
  height: 80px;
  content: '';
  left: -100px;
}
.p-home #service .service-box .list-service-nav a.service01:before {
  background: url(../img/common/img_service_seo.svg) no-repeat;
}
.p-home #service .service-box .list-service-nav a.service02:before {
  background: url(../img/common/img_service_hp.svg) no-repeat;
}
.p-home #service .service-box .list-service-nav a.service03:before {
  background: url(../img/common/img_service_photo.svg) no-repeat;
}
.p-home #service .service-box .list-service-nav a.service04:before {
  background: url(../img/common/img_service_consulting.svg) no-repeat;
}


.p-home #service .service-box .list-service-nav .slick-track {
  transform: unset !important;
}


.p-home #service .service-box .list-service {
  width: calc(100% - 400px - 3rem);
}

/* .p-home #service .service-box .list-service li.slick-slide {
  border: solid 1px var(--black-op20);
  border-radius: var(--radius);
}
.p-home #service .service-box .list-service li {
  padding: 3rem;
}
.p-home #service .service-box .list-service li dl::after {
  content: "\e5c8";
  font-family: var(--material);
  display: block;
  font-size: var(--font22-19);
  text-align: right;
  font-weight: 600;
}
.p-home #service .service-box .list-service li dt {
  text-align: center;
}
.p-home #service .service-box .list-service li dt img {
  margin: 0 auto;
}
.p-home #service .service-box .list-service li dt p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
} */
/* トップのサービス紹介とサービス紹介ページ共通 */
.list-service li:hover {
  background: var(--green-op10);
}


.list-service li.slick-slide,
.p-service .list-service li {
  border: solid 1px var(--black-op20);
  border-radius: var(--radius);
}
.list-service li {
  padding: 3rem;
}
.list-service li dl::after {
  content: "\e5c8";
  font-family: var(--material);
  display: block;
  font-size: var(--font22-19);
  text-align: right;
  font-weight: 600;
}
.list-service li dt {
  text-align: center;
}
.list-service li dt img {
  /* width: 80%; */
  margin: 0 auto;
}
.list-service li dt p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* スライドが真ん中に来たら大きくなる */
.list-service .slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale( .8 );
}
.list-service .slick-slide.is--active {
  transform: scale( 1 );
}

.p-home #blog {
  position: relative;
  padding-bottom: 10rem;
}
.p-home #blog::before {
  content: '';
  background-color: var(--black-op10);
  width: 100vw;
  height: calc(100% - 14rem);
  position: absolute;
  bottom: 0;
}
.p-home #blog .w90per {
  margin-right: 0;
}
.p-home #blog .blog-ttl {
  width: 20em;
}
.p-home #blog .blog-content {
  width: calc(100% - 21em);
}
.list-blog li {
  margin-right: 1.25rem;
}

.list-blog li a {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.list-blog li a span{
	display: block;
	margin:auto;
}
.list-blog li a span.item-img {
	display:block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.list-blog li a span.item-img:before {
	content:"";
	display: block;
	width: 100%;
	padding-top: 75%;
}
.list-blog li a span.item-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.list-blog li a span.item-date {
	width: 90%;
	margin: 1rem auto;
}
.list-blog li a span.item-ttl {
	width: 90%;
	min-height: 120px;
	margin: auto 1rem;
  padding-bottom: 1rem;
}

/* ホームのお知らせ */
#news.flex-box {
  justify-content: center;
  column-gap: 6rem;
  row-gap: 6rem;
}
#news .list-news {
  flex-grow: 1;
}
.list-news li {
  border-bottom: 1px solid var(--black-op20);
  padding: 3rem 3rem;
}
.list-news dl {
  display: flex;
}
.list-news dt {
  margin-right: 3rem;
}

/*  
  エクシーが選ばれる理由　　基本幅
---------------------------------*/
.p-features #reason::before {
  position: absolute;
  left: -25vw;
  width: 20vw;
  height: 20vw;
  content: '';
  top: 0;
  background-image: url(../img/features/why.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /* color: var(--green);
  content: 'WHY CHOOSE excee?';
  font-size: calc(25vw / 6);
  font-family: var(--alphabet);
  line-height: 1.2; */
}
.p-features #reason {
  position: relative;
  margin-left: 30vw;
  /* width: calc(100% - 30vw); */
  width: calc(100% - 32vw);
}
.p-features #features {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.p-features .list-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8rem;
  counter-reset: number 0;
}

.p-features .list-features li {
  width: 48%;
  position: relative;
}
.p-features .list-features li::before {
  position: absolute;
  left: 5%;
  top: 0;
  counter-increment: number 1;      /* number 増加数を1に設定 */
  content: counter(number,decimal-leading-zero);      /* 表示形式 */
  color: var(--green);
  opacity: .1;
  font-size: 150px;
  line-height: 150px;
  font-weight: 900;
}
.p-features .list-features li::after {
  /* position: absolute;
  left: 50%;
  top: -4.5em;
  transform: translate(-50%, 0);
  background-image: url(../img/common/ico_leaf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6vw;
  height: 5vw;
  content: '';
  max-width: 110px;
  min-width: 80px;
  min-height: 52px; */
}
.p-features .list-features li dt {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 2em;
  font-size: var(--font22-19);
  font-weight: bold;
  font-family: var(--mincho);
}
.p-features .list-features li dt::before,
.p-features .list-features li dt::after,
.feature-detail .main-catch::before,
.feature-detail .main-catch::after {
  position: absolute;
  width: 1.25em;
  height: 2.25em;
  content: ''
}
.p-features .list-features li dt::before,
.feature-detail .main-catch::before {
  border-left: solid 5px var(--green);
  border-top: solid 5px var(--green);
  top: 0;
  left: 0;
}
.p-features .list-features li dt::after,
.feature-detail .main-catch::after {
  border-right: solid 5px var(--green);
  border-bottom: solid 5px var(--green);
  bottom: 0;
  right: 0;
}
.p-features .list-features li dl dd {
  position: relative;
  margin-top: 10vw;
  padding: 10vw 3rem 3rem 3rem;
  text-align: right;
  border-radius: 3rem;
  background-color: #fff;
}
.p-features .list-features li dl dd .detail {
  font-size: var(--font18-16);
  text-align: center;
}
.p-features .list-features li dl dd img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -9vw;
  width: 20vw;
  border-radius: 3rem 3rem 0 0;
  /* border: solid 1px; */
}
.feature-detail {
  position: relative;
}
.feature-detail .main-catch {
  display: inline;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 2em;
  font-size: var(--font22-19);
  font-weight: bold;
  font-family: var(--mincho);
}
.feature-detail .sub-catch {
  display: block;
  margin-top: 8rem;
  font-size: var(--font18-16);
}
.feature-detail .number {
  position: absolute;
  left: 30px;
  top: 0;
  font-weight: 900;
  font-size: 150px;
  opacity: .1;
  line-height: 150px;
  color: var(--green);
}


/*  
  良いホームページとは　　基本幅
---------------------------------*/
.p-point .ttl01 {
  position: relative;
  margin-left: 14rem;
  line-height: 1.6;
}
.p-point .ttl01::before {
  position: absolute;
  content: '12';
  line-height: 8rem;
  left: -14rem;
  font-size: 10rem;
  color: var(--black-op20);
  font-family: var(--alphabet);
}
.p-point .ttl01::after {
  position: absolute;
  content: 'POINTS';
  left: -14rem;
  color: var(--green);
  font-family: var(--alphabet);
  font-size: 2.5rem;
  bottom: 0;
  font-weight: 300;
}

/* 良いホームページとは？の解説目次 */
.list-point {
  counter-reset: point 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
}
.list-point li {
  position: relative;
  width: 24%;
  border: 1px solid var(--black-op20);
  border-radius: 1rem;
}
.list-point li::before {
  position: absolute;
  counter-increment: point 1;      /* number 増加数を1に設定 */
  content: counter(point);      /* 表示形式 */
  color: var(--black-op20);
  font-size: 8rem;
  font-family: var(--alphabet);
  font-weight: 300;
  top: -1.5rem;
  left: .5rem;
}
.list-point li a {
  display: block;
  padding: 4rem 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.list-point li:hover {
  border: 1px solid var(--green-op30)
}
.list-point li:hover::before {
  color: var(--green-op30);
}
.detail-point {
  list-style-type: none;
  counter-reset: pointdetail 0;
}
.detail-point > li {
  margin-bottom: 3rem;
}

.detail-point > li .ttl-point {
  border-bottom: solid 1px var(--black-op20);
  padding-left: 6rem;
  border-bottom: 1px solid var(--black-op20);
  font-size: var(--font18-16);
  margin-top: 6rem;
}
.detail-point > li:nth-child(1) .ttl-point {
  margin-top: 3rem;
}
.detail-point.no-sub-catch li .ttl-point {
	font-size: var(--font22-19);
}
.detail-point > li .ttl-point::before {
  counter-increment: pointdetail 1;      /* number 増加数を1に設定 */
  content: counter(pointdetail)".";      /* 表示形式 */
  color: var(--black-op20);
  font-family: var(--alphabet);
  font-weight: 300;
  font-size: 5rem;
  margin-left: -6rem;
  margin-right: 2rem;
}
.detail-point > li > dt p {
  font-size: var(--font22-19);
  margin-top: 1rem;
  margin-bottom: 3rem;
  margin-left: 6rem;
}
.detail-point > li > dd {
  padding-left: 8rem;
}
.detail-point.no-sub-catch li > dd {
	padding-left: 0;
}

/*  
  サービス紹介　　基本幅
---------------------------------*/
.p-service .list-service {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.p-service .list-service li {
  width: calc(33% - 3rem);
}


/*  
  写真撮影　　基本幅
---------------------------------*/

/* 番号、見出し×2、詳細ありのリスト（サービスの特徴で使用） */
.list-number-ttlx2 {
  counter-reset: advantage-number 0;
}
.list-number-ttlx2 > li {
  margin-top: 6rem;
}
.list-number-ttlx2 li dt::before  {
  counter-increment: advantage-number 1;
  content: counter(advantage-number);
  background-color: var(--green-op60);
  border-radius: 50%;
  min-width: 6rem;
  min-height: 6rem;
  line-height: 6rem;
  text-align: center;
  font-family: var(--alphabet);
  color: var(--white);
  font-size: 3.25rem;
  box-sizing: border-box;
  padding: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  margin-right: 2rem;
}
.list-number-ttlx2 li dt {
  border-bottom: 1px solid var(--black-op10);
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
}
.list-number-ttlx2 li dt h3 {
  font-size: var(--font18-16);
}
.list-number-ttlx2 li dt h3 span {
  display: block;
  font-size: var(--font22-19);
  margin-top: 1rem;
  font-family: var(--mincho);
}
.list-number-ttlx2 li dd {
  padding-top: 2rem;
}

/*  
  会社案内　　基本幅
---------------------------------*/
.p-company #message .flex-box {
  align-items: start;
}
.p-company #message .flex-box img {
  width: 35%;
}
.p-company #message .flex-box .box-message {
  width: 60%;
}
.list-philosophy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch!important;
  row-gap: 3rem;
}
.list-philosophy li {
  width: 31%;
  background-color: var(--green-op20);
  border-radius: 1rem;
}
.list-philosophy li dt {
  position: relative;
  font-family: var(--mincho);
  font-size: var(--font30-26);
  padding-top: 4em;
  text-align: center;
}
.list-philosophy li dt .eng {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
  /* color: var(--white); */
}
.list-philosophy li dt img {
  width: 70%;
  max-width: 200px;
}
.list-philosophy li dd {
  padding: 4rem 3rem 4em 3rem;
}

.p-company #guideline .list-number li dd {
  margin-left: 8rem;
}

.list-sdgs li {
  flex-wrap: nowrap!important;
  gap: 3rem;
  padding: 3rem;
  align-items: center;
  border-bottom: 1px solid var(--black-op20);
}
.list-sdgs li:first-child {
  border-top: 1px solid var(--black-op20);
}
.list-sdgs li img {
  width: 30%;
  max-width: 200px;
}
.p-company .googlemap {
  width: 100%;
  height: 500px;
  border: 0;
}

/*  
  初めての方へ　　基本幅
---------------------------------*/
.p-first .list-philosophy li {
  background-color: var(--white);
  border: var(--black-op70) 4px double;
}
.p-first .list-philosophy li dt .eng {
  bottom: inherit;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-first .list-philosophy li dd {
  padding: 0rem 3rem 2em 3rem;
}

/*  
  スタッフ紹介　　基本幅
---------------------------------*/

.p-staff .list-staff {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6rem;
  justify-content: space-between;
  flex-direction: column;
}

.p-staff .list-staff li {
  border-bottom: 1px dashed var(--black-op20);
  padding-bottom: 4rem;
}
.p-staff .list-staff > li:last-child {
  border-bottom: none;
}


.p-staff .list-staff li.big {
  display: flex;
  width: 100%;
  gap: 6rem;
  align-items: end;
}
.p-staff .list-staff li.big img {
  width: 48%;
  border-radius: var(--radius);
}

.p-staff .list-staff li.big > dl > dt {
  display: flex;
  /* padding-top: 3rem; */
  /* margin-bottom: 8rem; */
  gap: 6rem;
  align-items: center;
}
.p-staff .list-staff li.big dt .eng {
  font-size: 3rem;
  /* margin-left: -3em; */
  display: block;
  color: var(--black-op70);
}
.p-staff .list-staff li.big dt .staff-name {
  position: relative;
  /* margin-top: 3rem; */
  display: block;
  font-size: 2rem;
  font-weight: 900;
}
/* .p-staff .list-staff li.big dt .staff-name::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/obj_leaf01.svg);
  width: 15rem;
  height: 12rem;
  left: -6rem;
  top: -2rem;
  opacity: .4;
} */

.p-staff .list-staff dt.q,
.p-staff .list-staff dd.a {
  display: flex;
  gap: 2rem;
}

.p-staff .list-staff dt.q::before {
  content: 'Q';
  font-family: var(--alphabet);
  font-weight: 900;
  /* font-size: 3rem; */
  color: var(--blue);
}

.p-staff .list-staff dd.a::before {
  content: 'A';
  font-family: var(--alphabet);
  font-weight: 900;
  /* font-size: 3rem; */
  color: var(--green);
}

.p-staff .list-staff dd.a {
  margin-bottom: 1rem;
}

.p-staff .list-staff li.small {
  /* width: calc(50% - 3rem); */
  width: 100%;
}
.p-staff .list-staff li.small
.p-staff .list-staff li.small img {
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}
.p-staff .list-staff li.small dl {
  position: relative;
}
/* .p-staff .list-staff li.small dl::after {
  position: absolute;
  content: '';
  background-image: url(../img/common/obj_leaf02.svg);
  width: 16rem;
  height: 16rem;
  right: 10%;
  top: -12rem;
} */

.p-staff .list-staff li.small dt .eng {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  margin-top: 2rem;
  margin-bottom: .5rem;
  color: var(--black-op70);
}
.p-staff .list-staff li.small dt .staff-name {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

.p-staff .list-staff li.small > dl {
  display: flex;
  gap: 4rem;
  align-items: start;
}

.p-staff .list-staff li.small > dl > dt {
  width: 30%;
}
.p-staff .list-staff li.small > dl > dd {
  width: calc(70% - 4rem);
}

/*  
  制作実績　　基本幅
---------------------------------*/
.p-works .cate-work {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
}
.p-works .cate-work li {
  border: 1px solid var(--black);
  border-radius: .75em;
}
.p-works .cate-work li a {
  display: inline-block;
  padding: .5em 1.5em;
}


.p-works .list-work li {
  width: 32%;
}
.p-works .list-work {
  row-gap: 6rem;
}
/* パソコンとスマホ */
.box-capture {
  margin: 6rem auto;
  position: relative;
  z-index: 0;
}
.box-capture::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 60%;
  margin: 0 auto;
}
.wrap-cap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cap-pc {
  width: 68%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* padding: 2% 2% 16.85% 2%;  端末画像の入替 */
  /* padding: 3% 8% 24.85% 8%; */
  padding: 2% 7.5% 26% 7.5%;
  background-image: url(../img/works/works_pc_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.cap-pc .cap-cupline {
  border-radius: 1rem 1rem 0 0;
}
.cap-sp{
  width: 28%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  /* padding: 7% 1.65% 10.15% 1.65%; */
  /* padding: 3.25% 4% 12.2% 3.2%; */
  /* padding: 1.8% 3.6% 11.7% 3.2%; */
  padding: 3.8% 3.6% 11.7% 3.2%;
  background-image: url(../img/works/works_sp_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: 1;
}
.cap-sp .cap-cupline {
  border-radius: 0 0 3rem 3rem;
}
.cap-cupline {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}

/*  
  ブログ　　基本幅
---------------------------------*/

.list-sidenav li {
  margin-bottom: 1rem;
}

.blog-wrapper {
  display: flex;
  gap: 2%;
}
.blog-content {
  width: calc(98% - 250px);
}
.blog-wrapper aside {
  width: 250px;
}

.archive-blogs > li {
  display: flex;
  gap: 2%;
  border-bottom: 1px solid var(--black-op10);
  padding-bottom: 2rem;
}
.archive-blogs li .archive-img {
  /* width: 30%; */
  width: 150px;
}
.archive-blogs li .archive-detail {
  /* width: 68%; */
  width: calc(98% - 150px);
}
.post-categories span {
  border: 1px solid var(--black);
  padding: .5rem;
  border-radius: 1rem;
  font-size: var(--font14-12);
}

.p-blogs article h2,
.p-topics article h2 {
  font-size: 2.5rem;
  font-family: var(--mincho);
  margin-top: 9rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: start;
  gap: 2rem;
}

.p-blogs article h2::before,
.p-topics article h2::before {
  content: '';
  background: var(--green-op20);
  width: 1rem;
  border-radius: 10px;
  display: inline-block;
  flex-shrink: 0;
}

.p-blogs article table,
.p-topics article table {
  border-collapse: collapse;
}
.p-blogs article table th,
.p-blogs article table td,
.p-topics article table th,
.p-topics article table td {
  border: 1px solid var(--black);
  padding: 1rem;
}

.p-blogs article table th,
.p-topics article table th {
  background-color: var(--blue-op05);
  font-weight: bold;
}

.p-blogs article hr,
.p-topics article hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/*  
  お知らせ  基本幅
---------------------------------*/
.list-topics li {
  border-bottom: 1px solid var(--black-op30);
  padding-top: 1rem;
  padding-bottom: 2rem
}

/* 目次 */

.wp-block-aioseo-table-of-contents {
  border: 1px solid var(--black-op20);
  padding: 2rem 2rem 3rem 0;
  margin-bottom: 6rem;
}

.wp-block-aioseo-table-of-contents > ul::before {
  content: '目次';
  text-decoration: underline;
  /* margin-left: 2rem; */
}
.wp-block-aioseo-table-of-contents > ul {
  margin-left: 3rem;
  list-style: disc;
}
.wp-block-aioseo-table-of-contents ul li {
  margin-left: 2rem;
}

/*H3見出し*/
.p-blogs article h3.wp-block-heading,
.p-topics article h3.wp-block-heading {
  font-size: 2.25rem;
  font-family: var(--mincho);
  padding: 1rem;
  display: block;
  position: relative;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.p-blogs article h3.wp-block-heading:before,
.p-topics article h3.wp-block-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5%;
  transform: translate(-50%, -50%);
  width: 3em;/*円の幅*/
  height: 3em;/*円の高さ*/
  background-color: var(--green-op10);
  border-radius: 50%;
  z-index: -1;
}

.p-blogs article h4,
.p-topics article h4 {
  font-size: 2rem;
  margin-top: 4rem;
  /* padding-bottom: 1rem; */
  /* border-bottom: 2px dotted var(--black-op10); */
  padding-left: 2rem;
  border-left: 5px solid var(--green);
}
.p-blogs article p,
.p-topics article p {
  margin: 1em 0;
}

/*  
  制作実績　　基本幅
---------------------------------*/

.p-works .block-content h3.wp-block-heading {
  font-size: 2.5rem;
  /* border-left: 5px solid var(--green-op30); */
  font-family: var(--mincho);
  margin-top: 4rem;
  /* padding-left: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem; */
  margin-bottom: 3rem;
  display: flex;
  justify-content: start;
  gap: 2rem;
}
.p-works .block-content h3.wp-block-heading::before {
  content: '';
  background: var(--green-op20);
  width: 1rem;
  border-radius: 10px;
  display: inline-block;
  flex-shrink: 0;
}


/* .p-works .block-content p {
  font-size: var(--font16-14);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 1rem;
} */
.p-works .block-content h4.wp-block-heading {
  margin-top: 3rem;
  margin-bottom: 2rem;
  border-bottom: 3px dashed var(--blue-op30);
  padding-bottom: 1rem;
  font-size: var(--font18-16);
}

.block-content h2.wp-block-heading {
  font-family: var(--mincho);
  font-size: 3rem;
  margin-bottom: 6rem;
  margin-top: 9rem;
}

.block-content .wp-element-caption {
  text-align: center;
}

.block-content a {
  text-decoration: underline;
  color: var(--blue);
}

ul.wp-block-list {
  list-style: inherit;
  margin-left: 1em;
}
ul.wp-block-list li,
ol.wp-block-list li {
  margin-bottom: .5em;
  line-height: 1.8;
}

/* 順序付きリスト */
ol.wp-block-list {
  list-style: numeric;
  margin-left: 1em;
}
/* ol.wp-block-list {
  counter-reset: ol-count;
}
ol.wp-block-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 2;
  margin-bottom: 2rem;
}
ol.wp-block-list li::before {
  counter-increment: ol-count 1;
  content: counter(ol-count) " ";
  font-size: 1.2em;
  background: var(--green-op10);
  border-radius: 50%;
  margin-right: .25em;
  min-width: 50px;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
} */

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  flex-grow: 0;
  flex-basis: inherit;
  background: none;
  color: var(--black);
  text-shadow: none;
  font-size: var(--font15-13);
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  backdrop-filter: none;
}

.wp-block-image,
.wp-block-gallery {
  margin-top: 3rem;
  margin-bottom: 3rem;
}


/* 共通で使用できそうなもの集めとく START */

/* 緑丸の番号付きリスト
   flex-boxと合わせて使うと2列になる */
.list-number {
  counter-reset: list-number 0;
  row-gap: 6rem;
}
.list-number li dt::before {
  counter-increment: list-number 1;
  content: counter(list-number);
  /* background-color: var(--green-op20); */
  background-color: var(--green-op60);
  border-radius: 50%;
  min-width: 6rem;
  min-height: 6rem;
  line-height: 6rem;
  text-align: center;
  font-family: var(--alphabet);
  color: var(--white);
  font-size: 3.25rem;
  box-sizing: border-box;
  padding: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  margin-right: 2rem;
}
.list-number li dt {
  display: flex;
  align-items: center;
  font-family: var(--mincho);
  font-size: var(--font22-19);
  margin-bottom: 3rem;
}

.list-number.thin dt::before {
  min-width: 5rem;
  min-height: 5rem;
  line-height: 5rem;
  font-size: 2.25rem;
}
.list-number.thin li dt {
  font-size: var(--font18-16);
  margin-bottom: 1rem;
}
.list-number.thin li {
  margin-bottom: 2rem;
}
.list-number.thin li dd {
  margin-left: 7rem;
}


/* ふわふわ */
@keyframes fuwafuwa01 {
  0% {
    transform:translate(0, 0) rotate(-5deg);
    opacity: .5;
  }
  50% {
    transform:translate(10px, -20px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform:translate(0, 0) rotate(5deg);
    opacity: .8;
  }
}

@keyframes fuwafuwa02 {
  0% {
    transform:translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform:translate(-10px, 20px) rotate(5deg);
    opacity: .5;
  }
  100% {
    transform:translate(0, 0) rotate(0deg);
    opacity: .8;
  }
}

.js-fade-text span {
  display: inline-block;
}

/* 円を描く */
@keyframes circleAnim {
  to {
    stroke-dashoffset: 0;
  }
}

/* ページング、タグリスト */
.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.page-numbers li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.page-numbers li a,
.page-numbers li .current {
  padding: 1rem 1.5rem;
  border: 1px solid var(--black-op70);
  border-radius: .8rem;
}
.page-numbers li .current {
  background-color: var(--green-op10);
}

/* 実績 */
.list-work {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 3rem;
  justify-content: space-between;
}
.list-work li {
  width: 30%;
}

.list-work img {
  box-shadow: var(--box-shadow);
}

.list-work dt {
  margin-top: 2rem;
  font-size: var(--font18-16);
  text-align: center;
}

/* 共通で使用できそうなもの集めとく END */


/*  
  サブページ共通
---------------------------------*/

/* ページタイトル */
.page-ttlBox-img {
  /* margin-top: 3rem; */
}
.page-ttlBox-img h1 .eng {
  color: var(--black-op30);
  font-size: 6rem;
  display: block;
}
.page-ttlBox-img h1 {
  font-size: var(--font26-24);
}
.page-ttlBox-img-inner-r {
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}
.page-ttlBox-img-inner-r img {
  border-radius: 0 0 0 10rem;
}
.page-ttlBox-img-inner-r h1 {
  margin-left: 3rem;
  border-left: 1px solid var(--black);
  padding: 1rem 3rem 3rem 3rem;
}

.page-ttlBox h1 .sub-text{
  font-size: .77em;
  font-weight: 500;
  display: inline-block;
}
.page-ttlBox{
  position: relative;
  width: 100%;
  aspect-ratio:1920/400;
}
@supports not (aspect-ratio: 1920/400){
  .page-ttlBox{
    height:40rem;
  }
}

.wrapper-ttl-movie {
  position: relative;
  height: 60vh;
}

.inner-ttl-movie {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    /* z-index: 1; */
    z-index: 0;
    /* height: 92vh; */
    height: 60vh;
    max-height: inherit !important;
    border-radius: 0 0 0 10rem;
}
.wrapper-ttl-movie iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    z-index: 1;
}


/* パンくず */
#bread {
  width:min(90%,1360px);
  margin: 1em auto;
}
#bread li {
  display: inline-block;
}
#bread li:not(:last-child)::after{
  padding:0 .3em;
  content:"/";
}


/* ページリンク */
#page-link{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 6rem;
  gap:2rem 0;
  font-size: 1.8rem;
}
#page-link li{
  flex:1;
  border-left: 1px solid var(--green);
  max-width: 13em;
}
#page-link li:last-child{
  border-right: 1px solid var(--green);
}
#page-link a{
  display: block;
  padding:.5em .25em;
}

/* リンクエリア */
.link-area{
  padding-top: 3rem;
}


/*  
  フッター
---------------------------------*/
/* フッターの電話とメール */
footer {
  background-color: var(--blue);
  color: #fff;
}
footer .footer-contact .ttl02 .eng {
  font-size: 4rem;
}
footer .footer-contact {
  background-image: url(../img/common/bg_contact.webp);
  background-position: center;
  background-size: cover;
  padding: 4rem 0 3rem 0;
  text-align: center;
  color: #fff;
}
footer .footer-contact .inner {
  width: min(90%,1360px);
  margin: auto;
  display: flex;
  justify-content: space-around;
  gap:6rem;
  position: relative;
  margin-top: 3rem;
  padding-bottom: 3rem;
}
footer .footer-contact .inner::after{
  content: "";
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  width: 1px;
  height: 100%;
  background: #fff;
}
footer .footer-contact .inner > a {
  flex: 1;
  max-width: 700px;
  margin: auto;
}

footer .footer-contact .inner > a:hover {
  color: #fff;
}

footer .footer-contact .inner > a.mail::before {
  font-family: var(--material);
  content: '\e158';
  font-size: 8rem;
  display: block;
  line-height: 1.2;
}
footer .footer-contact .inner > a.tel::before {
  font-family: var(--material);
  content: '\e9cd';
  font-size: 8rem;
  display: block;
  line-height: 1.2;
}
footer .footer-contact .inner > a.tel .eng {
  font-size: 4rem;
  display: block;
}



footer .footer-inner{
  width:min(90%,1360px);
  padding:6rem 0;
  margin:auto;
  display: flex;
  /* flex-direction: column; */
  gap:6rem;
  justify-content: space-between;
}
/* フッターのアクセス */
footer .footer-access{
  display: flex;
  margin:0 auto;
  gap:2rem 1rem;
  justify-content: space-between;
  width: 100%;
}
footer address dd{
  margin-top: .7em;
}

/* フッターナビ */
footer .footer-nav {
  display: flex;
  justify-content: space-between;
  gap:3rem 10rem;
}
footer .footer-menu li {
  margin-top: 1.5em;
  line-height: 1.4;
}
footer .footer-nav dd {
  margin-top: -.5em
}

footer .footer-menu li a:hover {
  color: var(--white);
}

footer .footer-menu li {
  margin-top: 1em;
}
footer .footer-menu > li > ul{
  margin-left: 1em;
}
footer .footer-menu ul li{
  padding-left: 1.25em;
  text-indent: -1.25em;
  margin-top: .75em;
}

footer .footer-menu > li {
  position: relative;
}


footer .footer-menu > li > ul > li::before {
  font-family: var(--material);
  content: "\e5c8";
  color: var(--white);
  position: absolute;
  left: 1em;
  transition: .2s;
  font-weight: 900;
}

/* 著作権 */
#copylight{
  background: var(--white);
  color: var(--black);
  font-size:var(--font14-12);
  line-height: 3rem;
  vertical-align: text-bottom;
  text-align: center;
  width: 100%;
}

/* ボトム固定ナビ */
#bottom-nav{
   display: none;
}

/*  
  見出し
---------------------------------*/
.ttl01 {
  font-family: var(--mincho);
  font-size: 3rem;
  line-height: 1.8;
  font-weight: 700;
}

.ttl02 {
  font-size: var(--font22-19);
  font-weight: 500;
}

.ttl02 .eng {
  font-size: 8rem;
  display: block;
  letter-spacing: 5px;
}

.ttl03 {
  font-size: var(--font22-19);
  font-weight: 500;
}
.ttl03 .ja {
  border-left: 1px solid var(--black-op30);
  display: block;
  padding-left: 2.5rem;
}
.ttl03 .eng {
  display: block;
  font-size: 5rem;
  color: var(--black-op30);
}

/* .ttl04 {
  border-left: 1.25rem solid var(--green-op20);
  padding: 1rem 0 1rem 1.5rem;
  border-radius: 1rem 0 0 1rem;
} */
.ttl04 {
  display: flex;
  justify-content: start;
  gap: 2rem;
}
.ttl04::before {
  content: '';
  background: var(--green-op20);
  width: 1rem;
  border-radius: 10px;
  display: inline-block;
  flex-shrink: 0;
}


.ttl05 span {
  background: var(--green-op30);
  padding: 1rem 3rem;
  display: inline;
  border-radius: 3rem;
}

.ttl06 {
  padding: 1rem;
  display: block;
  position: relative;
}

.ttl06:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5%;
  transform: translate(-50%, -50%);
  width: 3em;/*円の幅*/
  height: 3em;/*円の高さ*/
  background-color: var(--green-op10);
  border-radius: 50%;
  z-index: -1;
}

/*  
  ブロックエディタ内に適応されるスタイル
---------------------------------*/

h3.wp-block-heading {
  font-size: var(--font30-26);
}



/*  
  ボタン
---------------------------------*/
.arrow01{
  position: relative;
}

/* btn01 start */
/* マウスオーバーで内側に円を描いて矢印が右側に移動する */
.btn01 {
  display: inline-block;
  line-height: 70px;
  position: relative;
  margin-right: 100px;
  min-width: 80px;
}
.btn01 .svg {
  position: absolute;
  top: 0;
  right: -100px;
  fill: transparent;
  transform:rotate(-90deg);
  border: 1px solid var(--black);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #fff;
}
.btn01 svg {
  width: 70px;
  height: 70px;
}
.btn01::after {
  font-family: var(--material);
  content: "\e0b2";
  position: absolute;
  right: -80px;
  color: var(--black);
  font-size: 30px;
  transform: rotate(45deg);
}
.btn01:hover .svg {
  stroke: var(--black);
  stroke-width: 1px;
  animation: circleAnim 2s forwards;
  stroke-dasharray: 314px;
  stroke-dashoffset: 314px;
  /* fill: var(--black); */
}
.btn01:hover::after {
  right: -90px;
  transition: .8s;
}
/* btn01 end */

/* btn02 start */
.btn02 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  border-bottom: solid 1px var(--green);
  border-left: solid 1px var(--green);
  color: var(--green);
  transition: .4s;
}

.btn02:hover {
  padding-left: 1.5em;
  padding-right: .5em;
}

.arrow01::after,
.btn01.reverse::before {
  font: var(--fa-font-solid);
  content:"\f105";
  color: var(--white);
  transition: .3s;
  font-size: 8px;
  background: var(--green);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  border:1px solid var(--green);
  vertical-align:text-bottom;
}
.btn03 {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: end;
  text-decoration: none!important;
  color: var(--black)!important;
}
.btn03::after {
  font-family: var(--material);
  content: "\e5c8";
  width: 30px;
  height: 30px;
  background-color: var(--green-op20);
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.btn03:hover::after {
  animation: rotation-x 2.5s linear;
}

@keyframes rotation-x {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}

.link-file01{
  color:var(--green);
}
.link-file01::before{
  font: var(--fa-font-regular);
  content:"\f15b";
  padding:0 .2em;
}
.link-download01::before{
  font: var(--fa-font-solid);
  content:"\f56d";
  color: var(--green);
  margin-right: .3em;
  font-size: 1.1em;
}

/* リスト */

.list-dot > li {
  line-height: 2;
  margin-left: 1em;
  text-indent: -1em;
}
.list-dot.lh1-6 > li {
  line-height: 1.6;
}
.list-dot.lh1-8 > li {
  line-height: 1.8;
}

.list-check > li:not(:last-child) {
  margin-bottom: .5em;
}
.list-dot > li::before{
  content:"・";
}
.list-kome > li::before{
  content:"※";
}
.list-nowrap li{
  display: inline-block;
  white-space: nowrap;
}

.list-check > li {
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.list-check > li::before {
  font-family: var(--material);
  content: '\e834';
  color: var(--black);
  margin-right: .5em;
  font-size: 3rem;
  /* font-weight: 900; */
}


/* 表 */
.table01{
  border-top: 1px solid var(--black-op20);
}
.table01 tr{
  border-bottom: 1px solid var(--black-op20);
}
.table01 th,
.table01 td{
  padding:1em;
  vertical-align: middle;
}
.table01 th{
  border-right: 1px solid var(--black-op20);
  text-align: left;
}

/* 装飾 */
.deco-leaf01 {
  width: 28rem;
  animation: fuwafuwa01 6s ease-in-out infinite alternate;
}
.deco-leaf02 {
  width: 25rem;
  animation: fuwafuwa02 8s ease-in-out infinite alternate;
}

/*  
  その他
---------------------------------*/
/* 色 */
.white{color: var(--white)}
.red{color: var(--red)}
.red02{color: var(--red02)}
.green{color: var(--green)}
.blue{color:var(--blue)}

.bg-gray {background-color: var(--black-op10);}
.bg-green {background-color: var(--green-op10);}
.bg-white {background-color: white}

/* フォント */
.go {font-family: var(--gothic)}
.alias {font-size: clamp(12px,.9em,16px)}
.eng {
  font-family: var(--alphabet);
  font-weight: 400;
}
.min {
  font-family: var(--mincho);
  font-weight: 600;
  /* font-style: normal; */
}

.bold{font-weight: bold}

.font12{font-size:12px}
.font18{font-size:18px}
.font14-12{font-size: var(--font14-12)}
.font16-14{font-size: var(--font16-14)}
.font16-15{font-size: var(--font16-15)}
.font18-16{font-size: var(--font18-16)}
.font20-18{font-size: var(--font20-18)}
.font22-19{font-size: var(--font22-19)}
.font24-20{font-size: var(--font24-20)}
.font26-24{font-size: var(--font26-24)}
.font28-22{font-size: var(--font28-22)}
.font30-26{font-size: var(--font30-26)}
.font25rem{font-size: 2.5rem}
.font28rem{font-size: 2.8rem}
.font32rem{font-size: 3.2rem}

.font-9x{font-size: .9em}
.font1-2x{font-size: 1.2em}
.font1-5x{font-size: 1.5em}

.lh1-4{line-height: 1.4!important}
.lh1-6{line-height: 1.6!important}
.lh1-8{line-height: 1.8!important}
.lh2{line-height: 2!important}

.ls-10{letter-spacing: -10px}

/* 改行 */
.nowrap{white-space: nowrap}

/* 配置 */
.center,
.pc-center,
.wPc-center {
  text-align: center;
}
.left{text-align: left}
.right{text-align: right}

/* 下線 */
.underline-green {
  border-bottom: 1px solid var(--green);
}
.underline {
  text-decoration: underline;
}

/* 角丸 */
.radius {border-radius: var(--radius)}
.radius-left {border-radius: var(--radius) 0 0 var(--radius)} /* 左側が角丸 */
.radius-right {border-radius: 0 var(--radius) var(--radius) 0}  /* 右側が角丸 */

/* はみ出し */
.hidden{
  overflow: hidden;
}
/* 回り込み */
.cf::after{
  content: "";
  display: block;
  clear: both;
}

/* flex-box */
.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

.kadomaru-box {
  border-radius: var(--radius);
  padding: 3rem;
}

/* 動画用ボックス */
.movie-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.movie-box-two {
  max-width: 640px;
  width: 48%;
  margin: 0 auto;
}
.movie-box-one {  /* 真ん中に動画1つ */
  max-width: 640px;
  margin: 0 auto;
}
.movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* wrap */
.wrap1080 {
  width: min(100%,1080px);
  margin-left: auto;
  margin-right: auto;
  /* margin: 6rem auto; */
  padding: 0 3rem;
}
.wrap1360 {
  /* width: min(100%,1360px); */
  width: min(90%,1260px);
  margin-left: auto;
  margin-right: auto;
  /* margin: 6rem auto; */
  /* padding: 0 3rem; */
  /* padding: 0 8%; */
}

.p-home .wrap1360 {
  width: min(90%,1360px);
}

.wrap1920 {
  width: min(100%,1920px);
  /* margin: 6rem auto; */
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
}

/* 幅 */
.w90per,
.w100per{
  margin-left: auto;
  margin-right: auto;
}
.w100per{
  width: 100%
}
.w90per{
  width: 90%
}
.w70per {
  width: 70%;
}
.w48per {
  width: 48%;
}
.w30per {
  width: 30%;
}

.max500{max-width: 500px}
.max520{max-width: 520px}
.max620{max-width: 620px}
.max1000{max-width: 1000px}
.max1360{max-width: 1360px}
.max1920{max-width: 1920px;}
.max2560{max-width: 2560px}

.db {display: block}

/* 余白 */
.mt1em{margin-top: 1em}
.mt-5rem{margin-top: .5rem}
.mt1rem{margin-top: 1rem}
.mt1-5rem{margin-top: 1.5rem}
.mt2rem{margin-top: 2rem}
.mt3rem{margin-top: 3rem!important}
.mt5rem{margin-top: 5rem}
.mt6rem{margin-top: 6rem}
.mt8rem{margin-top: 8rem}
.mt10rem{margin-top:10rem}
.mt12rem{margin-top:12rem}
.mt20rem{margin-top: 20rem}
.mt30rem{margin-top: 30rem}
.mb0{margin-bottom: 0!important}
.mb-5rem{margin-bottom: .5rem}
.mb1rem{margin-bottom: 1rem}
.mb2rem{margin-bottom: 2rem}
.mb3rem{margin-bottom: 3rem}
.mb6rem{margin-bottom: 6rem}
.mb8rem{margin-bottom: 8rem}
.mb10rem{margin-bottom: 10rem}
.mb20rem{margin-bottom:20rem}
.mr1rem{margin-right: 1rem}
.mr3rem{margin-right: 3rem}
.mr35{margin-right: 35px}
.mr60{margin-right: 60px}
.ml-5em{margin-left: .5em}
.ml1em{margin-left: 1em;}
.ml2em{margin-left: 2em}
.ml4em{margin-left: 4em}
.ml6em{margin-left: 6em}
.ml7em{margin-left: 7em}
.pl1em{padding-left: 1em}
.pt3rem{padding-top:3rem}
.pt8rem{padding-top:8rem}
.pb3rem{padding-bottom:3rem}
.pt6rem{padding-top:6rem}
.pb6rem{padding-bottom:6rem}
.pt10rem{padding-top:10rem}
.pb8rem{padding-bottom:8rem}
.ptpb8rem{padding-top:8rem;padding-bottom:8rem;}

.mlmrauto{margin-left:auto;margin-right:auto;}

/* telリンク無効 */
a[href^="tel:"] {
  pointer-events: none;
}

/* 表示・非表示 */
.sp-only,
.mobile-only,
.sr-only,
.pc-none,
.sptb-only {
  display: none;
}


/* ====================================

  1921px以上

======================================*/
@media screen and (min-width:1921px) {

  html{
    font-size: 10.5px;
  }
  body{
    font-size: 17px;
  }

}



/* ====================================

  1536px以下：小型PC 

======================================*/

@media screen and (max-width:1536px) {

  html{
    font-size: 9.5px;/* 1rem = 9.5pxと定義 */
  }
  nav .main-menu{
    /* gap:.5rem */
  }

  .p-home .hero .hero-text {
    /* left: -30rem; */
  }
  .p-home .hero-eng {
    font-size: 10rem;
  }


}

/* ====================================

  1280px以下：小型PC
  ここからハンバーガーメニュー

======================================*/

@media screen and (max-width:1280px) {

  html{
    font-size: 9.3px;/* 1rem = 9.3pxと定義 */
  }
  /*  
    ヘッダー 1280px以下
  ---------------------------------*/
  header{
    background: none;
    /* height: 60px; */
    position:relative;
    z-index: 1;
  }
  .header-inner.fadeDown{
    animation:none;
    opacity: 1;
    transition: none;
  }

  nav {
    position:fixed;
    z-index: 0;
    opacity: 0;
    top:0;
    width:100%;
    height: 100vh;
    right: -100%;
    background:var(--white);
    /* background: var(--black-op10); */
    transition: all 0.8s;
    margin-right: 0;
  }
  nav .nav-logo {
    margin: 2rem;
  }

  nav.panelactive{
    opacity: 1;
    z-index:1;
    right: 0;
  }
  nav.panelactive #g-nav-list{
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
  }

  nav .main-menu{
    flex-direction: column;
    z-index: 2;
    top:80px;
    width: 90%;
    margin:2rem auto;
    font-size: 16px;
  }
  nav.panelactive .main-menu{
    display: block;
  }
  nav .main-menu > li{
    border-bottom:.5px dotted var(--black);
  }
  nav .main-menu li a{
    padding:.75em 2rem;
    display: block;
    line-height: 1.4;
  }


  /* メガメニュー */
  nav .mega-menu{
    visibility: hidden;
    box-shadow: none;
    width: 100%;
    padding:0;
    opacity: 0;
    transition: opacity .1s;
    border-radius: 0;
    height: auto;
  }
  nav .has-child .mega-menu{
    position: relative;
    left:0;
    top:0;
    width:100%;
    visibility:visible;/*JSで制御するため一旦表示*/
    opacity:1;/*JSで制御するため一旦表示*/
    display: none;/*JSのslidetoggleで表示させるため非表示に*/
    transition:none;/*JSで制御するためCSSのアニメーションを切る*/
  }

  nav .mega-menu ul{
    width: 100%;
  }
  nav .mega-menu li{
    margin: auto;
  }
  nav .mega-menu li:not(:last-child){
    border-bottom: .5px dotted var(--black);
  }

  nav .has-child > a::after {
    font-family: var(--material);
    content:"\e147";
    position: absolute;
    display: inline-block;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    color: var(--black);
    font-size: 30px;
  }
 nav .has-child.active > a::after {
    content: "\e15b";
  }
  nav #contact-nav,
  nav .main-menu .label,
  /* nav .mega-menu li a::before, */
  nav .main-menu > li > a::before{
    display: none;
  }
  nav .mega-menu a:hover{
    border:none;
  }
  
  /* 下層 */
  nav .mega-menu li:not(:last-child) {
    border: none;
  }
  nav li.has-child .mega-menu .mega-menu-ttl {
    display: none;
  }
  nav .mega-menu > ul,
  nav .mega-menu .mega-menu-sub-child {
    margin-top: 0;
  }
  nav .mega-menu > ul > li > a {
    padding-left: 3em;
  }

  nav .mega-menu > ul > li > a::before {
    left: 1em;
  }
  nav .mega-menu > ul > li > a:hover::before {
    left: 1em;
  }
  nav .mega-menu .mega-menu-sub-child {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
    justify-content: start;
    margin-bottom: 1rem;
  }
  nav .mega-menu .mega-menu-sub-child li {
    /* border: 1px solid var(--black-op20); */
    margin: 0;
    padding-left: 2em;
  }
  nav .mega-menu .mega-menu-sub-child li a {
    padding: 0.25em 2rem;
  }


  header #mail {
    margin-right: 72px;
    z-index: 1;
  }

  /* ハンバーガーボタン */
  .openbtn {
    position:fixed;
    z-index: 2;
    top:0;
    right:0;
    cursor: pointer;
    width: 72px;
    height:70px;
    background: var(--blue);
    color: #fff;
  }
  .openbtn::before {
    font-family: var(--material); 
    content: "\e5d2";
    font-size: 42px;
    position: absolute;
    top: -4px;
    left: 15px;
  }
  .openbtn::after {
    font-family: var(--alphabet);
    content :"Menu";
    font-size: 9px;
    position: absolute;
    top: 45px;
    left: 22px;
  }

  .openbtn.active::before {
    content: "\e5cd";
  }

  .openbtn.active::after {
    content:"Close";
  }

  /*  
    全ページ共通　　基本幅
  ---------------------------------*/
  main{
    width: min(100%,2560px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
   /*  
    ホーム 1280px以下
  ---------------------------------*/
  /* hero */
  .p-home .hero01 {
    margin-top: 10%;
  }
  .p-home .hero-eng {
    font-size: 8rem;
  }
  .p-home .hero .hero-text {
    width: auto;
    /* bottom: -17rem;
    left: -25rem; */
  }
  .p-home .hero02 {
    width: 70%;
  }

  /* EXCELLENT */
  .p-home #excellent {
    margin-top: 26rem;
  }
  .p-home #excellent .catch01 {
    width: 70%;
    max-width: inherit;
  }
  .p-home #excellent .catch02 {
    font-size: 6rem;
    bottom: -2.5em;
  }


  /* FEATURES */
  .p-home #features .features-inner .features-ttl {
    position: relative;
    left: 6rem;
    width: calc(100% - 8rem);
  }
  .p-home #features .features-content {
    margin: -20rem 0 0 8rem;
    padding-top: 24rem;
    padding-right: 6rem;
    width: auto;
  }

  /* SOLUTION */
  .list-solution {
    gap: 10rem 2%;
  }
  .list-solution li {
    width: 31%;
  }

  /* INTERVIEW */
  .p-home #interview .list-interview > li a {
    justify-content: space-between;
  }
  .p-home #interview li a .detail-interview {
    min-height: inherit;
    width: 50%;
  }

   /*  
    サブページ共通 1280px以下
  ---------------------------------*/
  /* ページタイトル */
  .page-ttlBox{
    padding-top: 0;
  }

  .wrapper-ttl-movie,
  .inner-ttl-movie {
    height: 40vh;
  }


  /* サイドバー付レイアウト */
  .blog-wrapper aside {

  }
  /* リンクエリア */
  .link-area{
    margin-top: inherit;
  }

  

  
  /*  
    フッター 1280px以下
  ---------------------------------*/
  /* フッターの電話とメール */
  footer .footer-contact > div{
  flex-direction: column;
  }
  footer .footer-contact .inner::after {
    width: 0;
  }
  /* フッターナビ */
  footer .footer-nav {
    gap: 3rem 4rem;
  }
  
  /*  
    その他 1280px以下
  ---------------------------------*/
  .pc-center{
    text-align: inherit;
  }
  .pc-only{
    display: none!important
  }
  .mobile-only{
    display: block
  }
}

/* ====================================

  960px以下：タブレット・スマホ横

======================================*/
@media screen and (max-width:960px){
  html{
    font-size: 9px;/* 1rem = 9pxと定義 */
  }
  
   /*  
    ホーム 960px以下
  ---------------------------------*/

  .p-home .hero-inner {
    flex-direction: column;
  }
  .p-home .hero01 {
    /* order: 2; */
    display: none;
  }
  .p-home .hero02 {
    width: 100%;
    background-image: url("../img/top/img_hero02_sp.jpg");
    height: 90vh;
    background-position: top center;
    border-radius: 0;
    background-size: cover;
    background-position: center;
  }

  .p-home .hero-bg {
    background: none;
  }
  .wrapper-hero02-img {
    display: none;
  }
  .p-home .hero .hero-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: 4rem; */
    bottom: 12rem;
    width: 80%;
    text-align: center;
    color: var(--white);
  }

  .p-home .hero .hero-text svg .cls-1:not(.char07) {
    fill: var(--white);
  }

  .p-home .hero-inner .deco-leaf01 {
    left: -10rem;
  }

  .p-home .hero .hero-text h2 {
    font-size: calc(100vw / 18 );
  }


  /* EXCELLENT */
  .p-home #excellent {
    /* margin-top: 12rem; */
    margin-top: 0;
  }
  .p-home #excellent .deco-leaf02 {
    top: 0;
  }

  .p-home #excellent.flex-box {
    flex-direction: column;
  }
  .p-home #excellent .img01 {
    display: none;
  }
  .p-home #excellent .catch01 {
    width: 90%;
    margin: 6rem auto;
  }
  .p-home #excellent .catch01 p {
    line-height: 2;
  }

  .p-home #excellent .img02 {
    position: relative;
    width: 100%;
    border-radius: 0;
    top: inherit;
    /* display: none; */
  }

  .p-home #excellent .catch02 {
    font-size: 6rem;
    bottom: -4em;
  }

  .wrapper-ttl-movie,
  .inner-ttl-movie {
    height: 30vh;
  }

  /* SOLUTION */
  .list-solution {
    gap: 3rem 2%;
  }
  .list-solution li a {
    border-radius: 2rem;
  }
  .list-solution li a dd {
    position: relative;
    opacity: 1;
    border-radius: 0 0 2rem 2rem;
    top: inherit;
    left: inherit;
  }
  .list-solution li a::before,
  .list-solution li a::after {
    content: inherit;
  }

  .p-home #service .service-box .list-service-nav {
    display: none;
  }
  .p-home #service .service-box .list-service {
    width: 100%;
  }

  /* WORKS */
  .p-home #work .work-inner {
    padding: 12rem 3rem;
  }
  .p-home .list-work li {
    width: 48%;
  }

  /* BLOG */
  .p-home #blog .w90per {
    margin-right: auto;
  }
  .p-home #blog .flex-box {
    flex-direction: column;
  }
  .p-home #blog .blog-content {
    width: 100%;
    margin: 6rem auto;
  }
  .p-home #news .list-news {
    width: 100%;
  }

  /*  
    選ばれる理由 960px以下
  ---------------------------------*/
  .p-features #reason {
    margin-left: auto;
    margin-right: auto;
    padding-top: 4em;
    width: 90%;
  }
  .p-features #reason::before {
    content: '';
    background: none;
  }

  .p-features #reason .why-excee {
    position: absolute;
    opacity: 0.2!important;
    top: -2em;
    right: 0;
    width: 50%;
    max-width: 350px;
  }

  .p-features .list-features li dl dd {
    margin-top: 3rem;
    padding: 3rem;
  }
  .p-features .list-features li dl dd .detail {
    margin-top: 3rem;
  }
  .p-features .list-features li dl dd .detail br {
    display: none;
  }
  .p-features .list-features li dl dd img {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    width: 100%;
    border-radius: 1rem;
  }

  /*  
    サービス紹介 960px以下
  ---------------------------------*/
  .p-service .list-service {
    gap: 2rem;
  }
  .p-service .list-service li {
    padding: 2rem;
  }

  /*  
    制作実績 960px以下
  ---------------------------------*/ 
  .p-works .list-work li {
    width: 48%;
  }
  
  /*  
    フッター 960px以下
  ---------------------------------*/ 
  footer .footer-inner {
    flex-direction: column;
  }


  /*  
    その他 960px以下
  ---------------------------------*/
  .tb-justify{
    text-align: justify!important;
  }
  br.pc-none{
    display: inline-block
  }
  .pc-none{
    display: block;
  }
  .tb-none{
    display: none;
  }
  .sptb-only {
    display: block;
  }
  
}

/* ====================================

  768px以下：スマホ縦  

======================================*/

@media screen and (max-width:768px){
  html{
    font-size: 8.5px;/* 1rem = 8.5pxと定義 */
  }
  body{
    /* font-size: 15px; */
  }

  .wrap1360 {
    /* padding-right:3rem;
    padding-left: 3rem; */
  }
   /*  
    ホーム 768px以下
  ---------------------------------*/
  /* hero */
  .p-home .hero {
    height: 70vh;
  }
  .p-home .hero02 {
    height: 70vh;
  }
  .p-home .hero .hero-text {
    width: 90%;
  }
  .p-home .hero .hero-text p {
    font-size: 2rem;
  }

  /* FEATURES */
  .p-home #features .features-inner .features-ttl {
    left: 6rem;
    width: calc(100% - 6rem);
  }
  .p-home #features .features-content {
    margin: -26rem 0 0 8rem;
    padding-left: 12rem;
    padding-right: 3rem;
  }
  .p-home #features .features-content ul dd {
    margin-left: -6rem;
  }

  .p-home #features .features-content ul li::before {
    font-size: 5.5rem;
  }
  .p-home #features .features-content ul dd {
    margin-left: -4rem;
  }
  .p-home #features .features-content {
    margin: -26rem 0 0 8rem;
    padding-left: 8rem;
  }

  .p-home #features .features-img {
    /* background-image: url("../img/top/img_feature_sp.webp"); */
    /* background-size: cover; */
    height: 60vh;
    background-attachment: inherit;
  }

  .p-home #service .service-box .list-service li {
    padding: 2rem;
  }


  /* SOLUTION */
  .list-solution li {
    width: 48%;
  }
  .list-solution li a dt {
    padding: 4rem;
  }
  /* INTERVIEW */
  .p-home #interview li a .detail-interview .ttl-interview {
    font-size: clamp(20px, 3rem,26px);
  }
  
   /*  
    良いHPとは 768px以下
  ---------------------------------*/
  .list-point li {
    width: 32%;
  }
  .detail-point > li > dt p {
    margin-left: inherit;
  }
  .detail-point > li > dd {
    padding-left: inherit;
  }

   /*  
    会社案内 768px以下
  ---------------------------------*/
  .list-philosophy li {
    width: 100%;
  }
  .list-philosophy li dt {
    padding-top: 3em;
  }
  .list-philosophy li dd {
    padding: 4rem 3rem 3em 3rem;
  }

   /*  
    スタッフ紹介 768px以下
  ---------------------------------*/
  /* .p-staff .list-staff li.big {
    flex-direction: column;
    gap: 2rem;
  } */

  .p-staff .list-staff li.big > dl > dt {
    flex-direction: column;
    gap: 2rem;
    align-items: start;
  }


  .p-staff .list-staff li.big img,
  .p-staff .list-staff li.small img {
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
    border-radius: none;
  }
  /* .p-staff .list-staff li.big dt {
    margin-bottom: 4rem;
  } */
  .p-staff .list-staff li.big dt .eng {
    margin-left: 0;
    font-size: 2.25rem;
  }
  /* .p-staff .list-staff li.big dt .staff-name::before {
    left: -2rem;
  }
  .p-staff .list-staff li.big dt .staff-name {
    margin-top: 2rem;
  } */
  .p-staff .list-staff li.small {
    width: 100%;
  }

  .p-staff .list-staff li.small > dl {
    flex-direction: column;
    gap: 2rem;
  }

  .p-staff .list-staff li.small > dl > dt {
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
  }
  .p-staff .list-staff li.small > dl > dd {
    width: 100%;
  }


   /*  
    10の強み 768px以下
  ---------------------------------*/
  .p-features .feature-detail .main-catch {
    display: block;
  }
  .p-features .feature-detail .sub-catch {
    margin-top: 4rem;
  }

   /*  
    サービス紹介 768px以下
  ---------------------------------*/
  .p-service .list-service li {
    width: calc(50% - 1rem);
  }


  /*  
    サブページ共通 768px以下
  ---------------------------------*/

  .page-ttlBox-img-inner-r {
    width: 100%;
  }
  .page-ttlBox-img-inner-r img {
    border-radius: 0;
  }
  .page-ttlBox-img h1 .eng {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  /*  
    ブログ 768px以下
  ---------------------------------*/
  .blog-wrapper {
    flex-direction: column;
    row-gap: 6rem;
  }
  .blog-content ,
  .blog-wrapper aside {
    width: 100%;
  }
  .blogs-entry {
    font-size: 16px;
  }

  .page-ttlBox {
    aspect-ratio: 1920/425;
  }
  @supports not (aspect-ratio: 1920/425){
    .page-ttlBox{
      height:42.5rem;
    }
  }
  .wrapper-ttl-movie, .inner-ttl-movie {
    border-radius: 0;
    height: 25vh;
  }

  /*  
    フッター 7680px以下
  ---------------------------------*/ 
  footer .footer-inner .footer-nav {
    flex-direction: column;
  }

  /*  
    その他 768px以下
  ---------------------------------*/

  .ttl02 .eng {
    font-size: 6rem;
  }

  .movie-wrapper {
    row-gap: 3rem;
    margin: 0 auto;
  }
  .movie-box, .movie-box-two {
    width: 100%;
  }

}
/* ====================================

  520px以下：スマホ縦  

======================================*/

@media screen and (max-width:520px){
  html{
    font-size: 8px;/* 1rem = 8pxと定義 */
  }
  body{
    /* font-size: 14px; */
    font-size: 15px;
  }
  .font18 {font-size:16px}

  nav .mega-menu .mega-menu-sub-child {
    flex-direction: column;
    gap: 0;
  }


  /*  
    ホーム 520px以下
  ---------------------------------*/
  .p-home .hero {
    /* height: 500px; */
  }
  /* .p-home .hero .hero-text h2 {
    font-size: 5rem;
  } */
  .p-home .hero .hero-text {
    bottom: 8rem;
  }

  .p-home #excellent {
    margin-top: 0;
  }

  .p-home #excellent .catch01 h2 {
    /* font-size: 3.75rem; */
    font-size: 8vw;
  }

  .p-home #excellent .catch02 {
    font-size: 5rem;
  }

  .p-home #excellent .pc-img {
    display: none;
  }
  .p-home #excellent .sp-img {
    display: block;
  }

  .p-home #features .features-inner .features-ttl {
    left: 4rem;
  }
  .p-home #features .features-content {
    margin: -26rem 0 0 6rem;
  }


  .p-home #service .service-box {
    height: auto;
  }
  .p-home #service .service-box .list-service-nav {
    width: 100%;
  }
  .p-home #service .service-box .list-service-nav li {
    width: 100%!important;
    padding: 0 0 0 2rem;
    height: 60px;
    border-left: white solid 3px;
  }
  .p-home #service .service-box .list-service-nav li.slick-current {
    border-left: 3px solid var(--green-op30);
  }
  .p-home #service .service-box .list-service-nav li.slick-slide {
    float: none;
  }
  .p-home #service .service-box .list-service-nav a {
    line-height: 60px;
    font-size: 16px;
    margin-left: 80px;
  }
  .p-home #service .service-box .list-service-nav a:before {
    width: 60px;
    height: 60px;
    left: -80px;
  }

  .p-home #service .service-box .list-service {
    width: 100%;
  }


  .p-home #service .list-development img.img-logo {
    width: 120px!important;
  }


  .p-home #interview .list-interview > li a {
    flex-direction: column;
    row-gap: 4rem;
  }
  .p-home #interview .list-interview > li:nth-child(2) a > div {
    order: 0;
  }
  .p-home #interview li a .img-interview,
  .p-home #interview li a .detail-interview {
    width: 100%;
  }
  .p-home #interview li a .img-interview .img-bg {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
  }

  /*  
    良いHPとは 520px以下
  ---------------------------------*/
  .p-point .ttl01 {
    margin-left: 0;
  }
  .p-point .ttl01::before,
  .p-point .ttl01::after {
    content: '';
  }
  .list-point li {
    width: 48%;
  }
  .list-point li a {
    padding: 3rem;
  }

  /*  
    会社案内 520px以下
  ---------------------------------*/
  .p-company #message .flex-box img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  .p-company #message .flex-box .box-message {
    width: 100%;
  }
  .list-sdgs li {
    padding: 3rem 0;
  }
  .list-sdgs li img {
    width: 100%;
  }

  /*  
    選ばれる理由 520px以下
  ---------------------------------*/
  .p-features .list-features li {
    width: 100%;
  }

  .p-features .list-features li::before,
  .feature-detail .number {
    right: 5%;
    top: -6rem;
    left: auto;
  }

  /*  
    写真撮影 520px以下
  ---------------------------------*/
  .p-photo .detail-point .flex-box {
    gap: 1rem;
  }
  /* スマホの場合に画面幅いっぱいに表示する */
  .p-photo .detail-point .flex-box .w48per {
    width: calc(100% + 6rem);
    max-width: inherit;
    margin-left: -3rem;
  }

  /*  
    動画制作 520px以下
  ---------------------------------*/
  .p-movie .list-number-ttlx2 .flex-box {
    gap: 1rem;
  }

  /*  
    SEOコンサルティング 520px以下
  ---------------------------------*/
  .p-seo .list-number-ttlx2 .flex-box {
    gap: 1rem;
  }
  .p-seo .list-number-ttlx2 .flex-box img {
    max-width: 300px;
    margin: 0 auto;
  }

  /*  
    ブログ 520px以下
  ---------------------------------*/
  .archive-blogs > li {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .archive-blogs li .archive-img {
    margin: 0 auto 2rem auto;
  }
  .archive-blogs li .archive-detail {
    width: 100%;
  }
  .blogs-entry {
    font-size: 16px;
  }

  /*  
    サブページ共通 520px以下
  ---------------------------------*/
  .page-ttlBox-img-inner-r h1 {
    margin-left: 2rem;
    padding: 1rem 3rem 2rem 2rem;
  }
  .page-ttlBox{
    aspect-ratio:1040/800;
    height: inherit;
    min-height: 40rem;
  }
    .page-ttlBox picture img{
    object-fit: cover;
    height: 100%
  }
  .page-ttlBox .gradation{
    bottom:-1px;
    top:inherit;
    width: 100%;
    height: 15rem;
    background : linear-gradient(to top, rgba(222, 235, 207, 1) 0%, rgba(222, 235, 207, 1) 61.32%, rgba(222, 235, 207, 1) 71.42%, rgba(226, 237, 213, 0.73) 79.08%, rgba(237, 244, 229, 0.38) 89.02%, rgba(255, 255, 255, 0) 100%);
    font-size: clamp(2.5rem,5vw,2.8rem);
    padding-top: 1.25em;
  }
  /* ページリンク */
  #page-link li{
    flex:auto;
  }

  
  /*  
    フッター 520px以下
  ---------------------------------*/
  /* ページトップ */
  #pagetop a{
    font-size: 2rem;
  }

  
  /* フッターのアクセス */
  footer .footer-access{
    flex-direction: column-reverse;
  }

  footer .footer-nav{
    flex-direction: column;
  }
  
 footer .tel-box{
  border:1px solid var(--green);
  border-radius: 1rem;
  padding:.5rem 1.5rem 1.5rem;
  margin:1rem auto 1rem 0;
  max-width: 60rem;
}
 footer .footer-address .tel-box .tel{
  border-bottom: 1px solid var(--green);
  padding-bottom: .25em;
  margin-bottom: .5em;
}

  
  
  /*  
    その他 520px以下
  ---------------------------------*/

  .ttl01 {
    font-size: 20px;
  }

  .ttl02 .eng {
    font-size: 5rem;
  }

  .list-number.thin li dd {
    margin-left: 0;
  }

  /* 表 */

  .table01 th,
  .table01 td {
    display: block;
    width: 100%;
  }
  .table01 th {
    background: var(--black-op10);
    border-right: none;
  }

  /* 配置 */
  .sp-left{ text-align: left}
  .sp-center{text-align: center}
  
  /* telリンク有効 */
  a[href^="tel:"] {
      pointer-events:auto;
  }
  
  /* 表示・非表示 */
  .sp-none,
  .pctb-only{
    display: none!important;
  }
  .sp-only{
    display: block;
  }

  .flex-box {
    flex-direction: column;
    gap: 6rem;
  }
  .flex-box .w70per,
  .flex-box .w48per,
  .flex-box .w30per {
    width: 100%;
  }
  .flex-box img {
    width: 100%;
  }

}

/* ====================================

  380px以下：小型スマホ縦  

======================================*/
@media screen and (max-width:380px){
  html{
    font-size: 7.5px;/* 1rem = 7.5pxと定義 */
  }
  /* .p-home .hero .hero-text h2 {
    font-size: 5rem;
  } */
}
@media screen and (max-width:320px){
  html{
    font-size: 7px;/* 1rem = 7pxと定義 */
  }

}



/* ====================================

  hover指定できるPCを想定したスタイル 

======================================*/
@media (hover: hover) {
  a{
    transition: opacity .3s,color .3s,background .3s;
  }
  .hero a:hover,
    main a:hover,
    footer a:hover{
    color:var(--black-op70);
  }
  main a.green:hover{
    color: var(--green);
    opacity: .7;
  }
  a > img:hover{
    opacity: .8
  }





  .link-download01:hover::before{
    opacity: .8;;
  }
  footer #pagetop a:hover{
    background :var(--green-op70);
  }


}


/* ====================================

  print

======================================*/
@media print{
  body{
    width: 1360px;
    overflow: hidden;
  }
  .pagetop{
    display: none;
  }

}