/* common
----------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@700&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
:root {
	--rem: 24;
	--pd: 60rem;
	--w: 7.5;
	--let: .06em;
  --black: #333;
  --dark-gray: #6b696a;
  --gray: #a3a3a3;
  --light-gray: #d3d2d2;
  --grayish-white: #f7f7f7;
  --dull-white: #fbfbfb;
  --white: #fff;
  --marine-blue: #002d65;
  --pumpkin: #ec6700;
  --darkish-green: #287f4b;
  --red: #da1313;
}

.pc-disp {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-disp {
    display: none !important;
  }
}

.sp-disp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-disp {
    display: block !important;
  }
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
@media only screen and (min-width: 960px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

.faq__q::before, .faq__a::before, .flow__item::before, .flow__item::after, .page-title::before {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}
*, :after, :before {
  background-repeat: no-repeat;
  cursor: revert;
  font-size: calc(var(--em)* 1rem / var(--rem));
  letter-spacing: var(--let);
  transition-duration: .5s;
  transition-property: none;
  transition-timing-function: cubic-bezier(0,.55,.45,1);
}
*{
	box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

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

a,button {
  cursor: revert
}

menu,ol,ul {
  list-style: none
}

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

table {
  border-collapse: collapse
}

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

textarea {
  white-space: revert
}

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

:where(pre) {
  all: revert
}

::-moz-placeholder {
  color: unset
}

::placeholder {
  color: unset
}

::marker {
  content: normal
}

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

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

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

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

@media (min-width: 48em) {
  :root {
      --rem:16;
      --pd: 150rem;
      --w: 12.8;
      --halfContents: 490rem
  }
}

@media (min-width: 80em),print {
  :root {
      --pa:calc(var(--halfContents)/var(--rem) - 50vw)
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: var(--black);
  font-size: calc(var(--rem)*1vw/var(--w));
  font-weight: 500;
  line-height: 1.5
}

@media (min-width: 48em) {
  html {
      font-size:calc(var(--vw, 1vw)*var(--rem)/var(--w))
  }
}

@media (min-width: 80em),print {
  html {
      font-size:calc(var(--rem)*1px)
  }
}

*,:after,:before {
  background-repeat: no-repeat;
  cursor: revert;
  font-size: calc(var(--em)*1rem/var(--rem));
  letter-spacing: var(--let);
  transition-duration: .5s;
  transition-property: none;
  transition-timing-function: cubic-bezier(0,.55,.45,1)
}
body {
  --em: var(--rem);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--white);
  background-color: var(--grayish-white);
  font-family: 'Noto Sans JP','Roboto', sans-serif;
  line-height: 1.5;
  word-break: break-word
}
body:before {
  border-bottom: 0
}
body:after {
  border-top: 0;
  bottom: 0;
  top: auto
}

p,
time,
.detail ul {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--black);
}

p + p {
  margin-top: 1rem;
}

img {
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  appearance: none;
}

em {
  font-style: normal;
}

b {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

a,
a::before,
a::after,
button,
input[type=submit] {
  transition: all 0.3s;
}

.button, .button--center, .button--small, .button--black {
  width: 100%;
  max-width: calc(300em / var(--em));
  height: calc(67em / var(--em));
  margin-top: 8rem;
  color: var(--dark-gray);
  font-weight: normal;
  border: solid 1px var(--dark-gray);
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button, .button--center, .button--small, .button--black {
    max-width: 24rem;
    height: 5.5rem;
    margin-top: 6rem;
  }
}
.button *, .button--center *, .button--small *, .button--black * {
  background: var(--white);
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button *::before, .button--center *::before, .button--small *::before, .button--black *::before {
  content: "";
  width: calc(100% + 6.7rem);
  position: absolute;
  top: 0;
  right: -6.7rem;
  z-index: -1;
  border-right: 6.7rem solid transparent;
  border-bottom: 6.7rem solid var(--black);
  transform: translateX(-100%);
  transition: transform ease 0.3s;
}
.button *:hover, .button--center *:hover, .button--small *:hover, .button--black *:hover {
  color: var(--white);
}
.button *:hover::before, .button--center *:hover::before, .button--small *:hover::before, .button--black *:hover::before {
  transform: translateX(0);
}
.button--black {
  border: solid 1px var(--black);
  color: var(--white);
}
.button--black * {
  background-color: var(--black);
}
.button--black *::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(45deg);
  border: none;
}
.button--black *:hover::before {
  animation: shine 1s;
  transform: skewX(45deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.button--small {
  width: 18rem;
  height: 5.4rem;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .button--small {
    max-width: 14rem;
    height: 4.5rem;
  }
}
.button--center {
  margin: calc(80em / var(--em)) auto 0;
}
@media screen and (max-width: 767px) {
  .button--center {
    margin: calc(60em / var(--em)) auto 0;
  }
}

.container {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 2rem;
  }
}
.container__800 {
  max-width: 800px;
}
.container--single {
  padding-left: calc(var(--pd) / var(--rem));
  padding-right: calc(var(--pd) / var(--rem));
  max-width: initial;
  width: 100%;
}

.mt10 {
  margin-top: 1rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mt110 {
  margin-top: 11rem;
}

.mb110 {
  margin-bottom: 11rem;
}

.mt120 {
  margin-top: 12rem;
}

.mb120 {
  margin-bottom: 12rem;
}

.bg-white {
  background-color: var(--white);
}

hr {
	border-style: dotted;
    border-width: 0;
    border-top-width: 1px;
    box-sizing: content-box;
    clear: both;
    color: var(--gray);
    height: 0;
    margin: 0;
    overflow: visible;
    display: block !important;
}

main {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 6rem;
  }
}

.under-header {
  padding: calc(70em / var(--em)) 0 0;
}
@media screen and (max-width: 960px) {
  .under-header {
    padding: calc(150em / var(--em)) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .under-header {
    padding: calc(120em / var(--em)) 0 0;
  }  
}

.section--single {
  padding-bottom: calc(70em / var(--em));
}
.section--page {
  padding : calc(80em / var(--em)) 0;
}
@media (min-width: 48em) {
  .section--page {
    padding : calc(120em / var(--em)) 0;
  }
}

.wrapper {
  --pt: 100em;
  padding-left: calc(var(--pd) / var(--rem));
  padding-right: calc(var(--pd) / var(--rem));
  margin: 0 auto;
  padding-top: 0;
}
.wrapper--single {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;  
}
.wrapper--page {
  padding-left: 0;
  padding-right: 0;
}

.wp-pagenavi {
	--em: 28;
	margin: calc(30em / var(--em)) auto calc(50em / var(--em));
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gray);
}
@media (min-width: 48em) {
	.wp-pagenavi {
	  --em: 13;
	}
}
.wp-pagenavi a {
color: var(--gray);
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	--em: 28;
	margin: 0 calc(5em / var(--em));
	border: solid 1px #d3d2d2;
	width: calc(80em / var(--em));
	height: calc(80em / var(--em));
	border-radius: 50%;
	line-height: calc(80em / var(--em));
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
}
@media (min-width: 48em) {
	.wp-pagenavi span.current,
	.wp-pagenavi a.page {
	  --em: 13;
	  width: calc(40em / var(--em));
	  height: calc(40em / var(--em));
	  line-height: calc(40em / var(--em));
	}
} 
.wp-pagenavi span.current {
	border: none;
	background: var(--gray);
	color: var(--white);
}
@media (min-width: 48em) {
	.wp-pagenavi span.current {
	  --em: 13;
	}
}  
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
	background: var(--gray);
	color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	--em: 28;
	margin: 0 calc(10em / var(--em));
}
@media (min-width: 48em) {
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
	  --em: 18;
	}
}

ul.page-numbers {
	--em: 28;
	margin: calc(30em / var(--em)) auto calc(50em / var(--em));
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gray);
}
@media (min-width: 48em) {
	ul.page-numbers {
	  --em: 13;
	}
}
ul.page-numbers a {
    color: var(--gray);
}
ul.page-numbers span.current,
ul.page-numbers a.page-numbers {
	--em: 28;
	margin: 0 calc(5em / var(--em));
	border: solid 1px #d3d2d2;
	width: calc(80em / var(--em));
	height: calc(80em / var(--em));
	border-radius: 50%;
	line-height: calc(80em / var(--em));
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
}
@media (min-width: 48em) {
	ul.page-numbers span.current,
	ul.page-numbers a.page-numbers {
	  --em: 13;
	  width: calc(40em / var(--em));
	  height: calc(40em / var(--em));
	  line-height: calc(40em / var(--em));
	}
} 
.page-numbers span.current {
	border: none;
	background: var(--gray);
	color: var(--white);
}
@media (min-width: 48em) {
	.page-numbers span.current {
	  --em: 13;
	}
}  
ul.page-numbers a.page-numbers {
	background: none;
}
ul.page-numbers a.page-numbers:hover {
	background: var(--gray);
	color: var(--white);
}
ul.page-numbers a.prev,
ul.page-numbers a.next {
	--em: 28;
	background-color: initial;
	border: none;
	margin: 0 calc(-5em / var(--em));
}
ul.page-numbers a.prev:hover,
ul.page-numbers a.next:hover {
	background: initial;
    color: var(--gray);
}
@media (min-width: 48em) {
	ul.page-numbers a.prev,
	ul.page-numbers a.next {
	  --em: 18;
	}
}

.grecaptcha-badge {
  display: none;
}

/* header
----------------------------------------- */
#header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
}
.header-logo {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 250px;
	height: auto;
	z-index: 100;
}
.logo-tagline {
  --em: 24;
	display: block;
	margin-bottom: 2px;
	transform: scale(0.9);
	transform-origin: left top;
	letter-spacing: 0.16em;
}
@media (min-width: 48em) {
  .logo-tagline {
    --em: 13;
  }
}
.logo {
	display: block;
	width: 140px;
	height: auto;
	margin-bottom: 6px;
}
.logo-keyword {
	display: block;
	margin-left: -1px;
	font-size: 1.0rem;
	transform: scale(0.8);
	transform-origin: left top;
	letter-spacing: 0.16em;
}
.slide-menu-nav .gnav-sp li:last-child a {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #fff;
  padding: calc(20em / var(--em)) calc(35em / var(--em));
  width: 100%;
  max-width: 15rem;
  margin: 0 auto;
  font-weight: normal;
  transition: all 0.3s;
}

/* page-visual-area */
.page-visual-area {
	position: relative;
	padding-top: 102px;
}
.page-visual {
	position: relative;
	padding-right: 20%;
}
.page-visual-ttl {
	position: absolute;
	top: 50%;
	right: 20%;
	margin-top: -25px;
	padding: 8px 18px 9px 18px;
	background-color: #F5F5F5;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.06em;
	font-size: 1.5rem;
	opacity: 0;
	transition: all 1.2s;
}
.page-visual-area.fade-in .page-visual-ttl {
	opacity: 1;
}

/* slide-menu-btn */
.slide-menu-btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
}

/* slide-menu-nav */
.slide-menu-nav {
	box-sizing: border-box;
	position: fixed;
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	padding: 0;
	background-color: rgba(245,245,245,.96);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 9000;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
}
.slide-menu-nav.open {
	visibility: visible;
	opacity: 1;
}
.slide-menu-logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
.slide-menu-nav .gnav-sp {
	width: 100%;
	margin-top: -10px;
	text-align: center;
}
.slide-menu-nav .gnav-sp li {
	position: relative;
	margin-bottom: 6.5%;
}
.slide-menu-nav li:last-child {
	margin-bottom: 0;
}
.slide-menu-nav .gnav-sp a {
  --em: 26;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.slide-menu-nav .gnav01 {
	opacity: 0;
	transition: all .6s;
}
.slide-menu-nav .gnav02 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .06s;
}
.slide-menu-nav .gnav03 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .12s;
}
.slide-menu-nav .gnav04 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .18s;
}
.slide-menu-nav .gnav05 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .24s;
}
.slide-menu-nav.open .gnav01,
.slide-menu-nav.open .gnav02,
.slide-menu-nav.open .gnav03,
.slide-menu-nav.open .gnav04,
.slide-menu-nav.open .gnav05 {
	opacity: 1;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #fff;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 24px;
	height: 1px;
	background-color: #111;
}
.menu-trigger.active span {
	background-color: #111;
}
.menu-trigger span:nth-of-type(1) {
	top: 21px;
	left: 13px;
}
.menu-trigger span:nth-of-type(2) {
	bottom: 22px;
	left: 13px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
}

/*@media screen and (min-width: 960px) {*/
@media screen and (min-width: 767px) {
  #header {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 120px;
    padding-bottom: calc(150em / var(--em));
    overflow: hidden;
  }
  #header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
  }
  .header-logo {
    position: absolute;
    top: 86px;
    top: calc(50em / var(--em));
    left: 112px;
    display: flex;
    width: 520px;
    height: auto;
    padding-top: 30px;
    z-index: 100;
  }
  .logo-tagline {
    --em: 18;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 2px;
    transform: scale(1.0);
    transform-origin: left top;
    letter-spacing: 0.16em;
  }
  .logo {
    display: block;
    width: 178px;
    height: auto;
    margin-bottom: 6px;
  }
  .logo-keyword {
    --em: 12;
    display: block;
    margin: 4px 0 0 30px;
    transform: scale(1.0);
    transform-origin: left top;
    letter-spacing: 0.16em;
  }

  /* header-gnav-pc */
  .header-gnav-pc {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
  }
  .header-gnav-pc-list {
    align-items: center;
    background-color: var(--white);
    display: flex;
    padding: 15px 80px;
  }
  .header-gnav-pc-list li {
    width: auto;
  }
  .header-gnav-pc-list .button--black {
    height: calc(38em / var(--em));
    margin-top: 0;
  }
  .header-gnav-pc-list li:not(:last-child) {
    margin-right: 50px;
  }
  .header-gnav-pc-list a {
    --em: 15;
    position: relative;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em;
    transition: color .3s;
  }
  .header-gnav-pc-list a:hover {
    color: #999;
  }
  .header-gnav-pc-list li:last-child a {
    border: 1px solid var(--black);
    background-color: var(--black);
    color: #fff;
    padding: calc(5em / var(--em)) calc(35em / var(--em));
    width: 100%;
    max-width: 30rem;
    font-weight: normal;
    transition: all 0.3s;
  }

  /* page-visual-area */
  .page-visual-area {
    position: relative;
    padding-top: 240px;
  }
  .page-visual-area::after {
    opacity: 0;
    transition: all 1.4s;
    transition-delay: 0.4s;
  }
  .page-visual-area.fade-in::after {
    opacity: 1;
  }
  .page-visual {
    position: relative;
    padding-right: 22%;
  }
  .page-visual-ttl {
    position: absolute;
    top: 50%;
    right: 22%;
    margin-top: -25px;
    padding: 8px 18px 9px 20px;
    background-color: #F5F5F5;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.06em;
    font-size: 1.8rem;
    opacity: 0;
    transition: all 1.2s;
  }
  .page-visual-area.fade-in .page-visual-ttl {
    opacity: 1;
  }
}

/* footer
----------------------------------------- */
.footer-contents {
	order: 3;
  position: relative;
	/*margin: 0 calc(50% - 50vw) calc(65em / var(--em));
	margin: calc(175em / var(--em)) calc(50% - 50vw) calc(65em / var(--em));*/
  margin: calc(120em / var(--em)) calc(50% - 50vw) calc(100em / var(--em));
  width: 100vw;
}
.footer-contact {
  max-width: calc(1400px + 12vw);
  width: 100%;
  margin: auto;
  padding: 0 6vw;	
}
.footer-container {
	background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 70px 6vw;
  position: relative;
}
.footer-sec-title {
	margin-bottom: calc(40em / var(--em));
  text-align: center;
	width: 100%;
}
.footer-sec-title em {
	display: block;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.16;
  color: var(--black);
  text-transform: capitalize;
}
@media (min-width: 48em) {
	.footer-sec-title em {
		--em: 50;
	}
}
.footer-contact__text {
	line-height: 1.75;
  color: var(--dark-grey);
  margin-bottom: calc(40em / var(--em));
  text-align: center;	
}
.footer-contact__box-wrap {
	display: grid;
	grid-template-columns: 1fr;
}
@media (min-width: 48em) {
	.footer-contact__box-wrap {
		grid-template-columns: 1fr 1fr;
		max-width: 800px;
		width: 100%;
	}
}
.footer-contact__box {
	text-align: center;
  font-weight: 700;
  color: #333;	
}
.footer-contact__box:first-child {
	border-right: none;
	border-bottom: 1px solid var(--dark-gray);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
@media (min-width: 48em) {
	.footer-contact__box:first-child {
		border-bottom: initial;
		border-right: 1px solid var(--dark-gray);
		padding-bottom: initial;
		margin-bottom: initial;
	}
}
.footer-contact__box-title {
  --em: 28;
	font-weight: 700;
	margin-bottom: calc(20em / var(--em));	
}
@media (min-width: 48em) {
	.footer-contact__box-title {
      --em: 20;
  }
}
.footer-contact__box-tel {
	font-weight: 700;
  line-height: 1;	
}
.footer-contact__box-tel a {
	font-size: 32px;
}
.footer-contact__box-text {
	font-size: 1em;
  font-weight: 700;
  margin-top: calc(10em / var(--em));	
}
.footer-contact__button {
	width: 100%;
  max-width: 20rem;
  height: 4.7rem;
  margin-top: 8rem;
  color: var(--dark-gray);
  font-weight: normal;
  border: solid 1px var(--dark-gray);
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  margin: 0 auto;
  border: solid 1px #333;
  color: #fff;
}
.footer-contact__button a {
	color: #fff;
  background-color: #333;
  font-size: 1em;
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#footer {
	background-color: var(--dark-gray);
	color: #fff;
	position: relative;
	padding: calc(80em / var(--em)) 0;
}
.footer__wrap {
	width: 100%;
  padding: 0 6vw;
}
.footer__description {
	margin-bottom: calc(40em / var(--em));
}
.footer__description dt {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: .8em;
}
.footer__description dd {
	color: #d3d2d2;
	font-size: 14px;
}
.page-top {
	display: block;
	position: absolute;
	top: calc(80em / var(--em));
	right: 7.1%;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.page-top::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 20px;
	width: 8px;
	height: 7px;
	background: url(../images/page-top-arrow.svg) 0 0 no-repeat;
	background-size: 8px 7px;
	transition: top .3s;
}
.page-top:hover::before {
	top: 16px;
}
.footer-logo {
	margin-bottom: 35px;
}
.footer-logo a {
	display: block;
	width: calc(170em / var(--em));
	height: auto;
	margin: 0;
}
.footer-gnav {
	display: flex;
	margin-bottom: calc(40em / var(--em));
	text-align: left;
	border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 15px;
  margin-top: calc(40em / var(--em));
}
.footer-gnav li {
	margin: 0 40px 0 0;
}
.footer-gnav li:last-child {
	margin: 0;
}
.footer-gnav li a {
	--em: 24;
	color: #fff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
	transition: color .3s;
}
@media (min-width: 48em) {
  .footer-gnav li a {
    --em: 15;
  }
}
.footer-gnav li a:hover {
	color: #999;
}
#top .footer-gnav .fnav01 a,
#service .footer-gnav .fnav02 a,
#blog .footer-gnav .fnav03 a,
#profile .footer-gnav .fnav04 a,
#contact .footer-gnav .fnav05 a {
	color: #999;
}
.footer__access {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.46;
margin-bottom: calc(30em / var(--em));
}
.footer__access-text {
  color: var(--light-gray);
  font-size: 13px;
  margin-bottom: calc(30em / var(--em));
}
.footer__access-text p {
  color: var(--light-gray);
}
.footer__access-title {
  color: var(--white);
  margin-bottom: calc(10em / var(--em));
}
.footer__access-text:last-child {
  margin-bottom: 0;
}
.footer__access-sns {
  display: flex;
  align-items: center;
}
/*.footer__access-sns .facebook {
  margin-left: 1.5rem;
}*/
.footer__access-sns .x {
  display: none;
}
.footer-copyright {
	--em: 13;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.06em;
	transform: scale(1.0);
	transform-origin: left top;
	grid-column: 1 / 2;
  grid-row: 3 / 4;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0;
  margin-top: auto;
}
.footer__menu {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
.footer__menu-list {
  font-size: 2rem;
  color: var(--white);
}
.footer__menu-list a {
  padding: 0.2rem 0;
  position: relative;
}
.footer__menu-list a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--light-gray);
  transition: width 0.3s;
}
.footer__menu-list > li {
  margin-bottom: 2.5rem;
}
.footer__menu-list-en {
  font-size: 1.4rem;
  color: var(--light-gray);
  margin-left: 2rem;
}
.footer__menu-list-child {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  color: var(--white);
  display: flex;
}

/* WORKS
----------------------------------------- */
.sec-title {
  --em: 36;
  --let: .05em;
  display: grid;
  font-weight: 700;
  gap: calc(10em / var(--em));
  justify-items: center;
  line-height: calc(54em / var(--em));
  margin-bottom: calc(50em / var(--em));
}
.sec-title span:nth-child(1) {
  --em: 70;
}
.sec-title span:nth-child(2) {
  --em: 30;
  color: var(--dark-gray);
  font-weight: 400;
}
@media (min-width: 48em) {
  .sec-title {
    line-height: calc(62em / var(--em));
  }
  .sec-title span:nth-child(2) {
    --em: 18;
    line-height: calc(30em / var(--em));
  }
}
.works-list__inner {
	display: flex;
	flex-flow: wrap;
}
.works-list__inner article {
	margin: 0 0 60px 0;
	width: 100%;
}
@media (min-width: 49em) {
	.works-list__inner article {
    margin: 0 3.5% 60px 0;
		width: 31%;
	}
}
.works-list__inner article:nth-child(3n) {
	margin-right: 0;
}
.works-sec-img-side{
	margin-bottom: calc(25em / var(--em));
	overflow: hidden;
}
.works-sec-title {
  --em: 32;
  display: block;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: .5em;
  width: 100%;
}
@media (min-width: 48em) {
  .works-sec-title {
    --em: 22;
  }
}
.works-cat {
	align-items: baseline;
	color: var(--dark-gray);
	display: flex;
	font-size: .8125em;
	line-height: 1.8;
}
@media (min-width: 48em) {
	.works-cat {
		--em: 13;
	}
}
.works-cat dt {
	white-space: nowrap
}
.works-cat dd span {
	display: inline-block;
	padding-right: 1em;
	position: relative
}
.works-cat dd span:after {
	position: absolute;
	content: "、";
	bottom: 0
}
.works-cat dd span:last-child {
	padding-right: 0
}
.works-cat dd span:last-child:after {
	content: ""
}
.works__text {
  --em: 21;
	color: var(--black);
  display: block;
	line-height: 1.8;
	margin: calc(20em / var(--em)) 0 calc(90em / var(--em));
	margin: calc(20em / var(--em)) 0 0;
  width: 100%;
}
@media (min-width: 48em) {
	.works__text {
		--em: 13;
	}
}
.works__link img {
  aspect-ratio: 1920 / 1280;
  object-fit: cover;
	transition: .5s;
}
.works__link:hover img {
	transform: scale(1.1);
	filter: brightness(1.1);	
}

/* Single
----------------------------------------- */
.section-title {
  color: var(--dark-gray);
}
.section-title em {
  --em: 70;
  color: var(--black);
  display: block;
  font-weight: bold;
  line-height: 1.16;
  margin-bottom: calc(80em / var(--em));
  text-transform: capitalize;
}
.detail__post {
	order: 1;
	width: 100%;
}
@media (min-width: 64em) {
	.detail__post {
		order: 2;
		width: 69%;
	}
}
.sidebar {
	margin-top: calc(175em / var(--em));
	order: 2;
	width: 100%;
}
@media (min-width: 64em) {
	.sidebar {
		margin-top: initial;
		order: 1;
		width: calc(30% - 6vw);	
	}
}
.sidebar .accordion {
	margin-bottom: calc(80em / var(--em));
}
@media (min-width: 48em) {
	.sidebar .accordion {
    margin-bottom: calc(50em / var(--em));
	}
}
.sidebar .accordion:last-child {
	margin-bottom: 0;
}
.accordion {
	position: relative;
}
.accordion .accordion-cat-title:before {
	content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background-color: var(--dark-gray);
  transition: width ease 1s;
}
.accordion .accordion-cat-title:hover::before {
  width: 100%;
}
.accordion .accordion-cat-title:after {
  position: absolute;
  content: "";
  background: url(../images/arrow_rnd.svg) no-repeat center / 100% 100%;
  width: 25px;
  height: 25px;
  right: 0;
  top: 0;
  transform: rotate(90deg);
  transition: .3s;
}
.accordion .accordion-cat-title.open:after {
  transform: rotate(-90deg);
}
.accordion-cat-title {
	--em: 32;
	border-bottom: 1px solid #d3d2d2;
  line-height: 1.6;
  padding: 0 40px .5em 20px;
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: 600;
}
@media (min-width: 48em) {
	.accordion-cat-title {
		--em: 18;
	}
}
.accordion-content {
	display: none;
	padding: 2em 20px 0;
}
.accordion-cat__list {
    font-size: 0.8125em;
}
.accordion-cat__list li {
    margin-bottom: calc(25em / var(--em));
}
@media (min-width: 48em) {
	.accordion-cat__list li {
		margin-bottom: calc(10em / var(--em));
	}
}
.accordion-cat__list li a {
	color: var(--dark-gray);
	transition: .5s;
}
.accordion-cat__list li a:hover {
	color: #c3c3c3;
}
.detail__post img {
	margin: 15px 0;
	display: block;
}
.works-thumb {
	margin: 0 calc(50% - 50vw) calc(65em / var(--em));
  width: 100vw;
}
@media (min-width: 48em) {
	.works-thumb {
		margin: 0 0 calc(65em / var(--em));
    width: initial;
	}	
}
.works-thumb img {
	margin: 0;
}
.works-content {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
	margin-bottom: calc(140em / var(--em));
}
@media (min-width: 48em) {
	.works-content {
		margin-bottom: calc(120em / var(--em));
	}
}
.works-content .works-sec-title {
  padding: 0 5vw calc(20em / var(--em));
}
@media (min-width: 48em) {
	.works-content .works-sec-title {
    --em: 28;
    padding: 0;
  }
}
.works-content .works__text {
  --em: 24;
  margin: calc(20em / var(--em)) 0 calc(35em / var(--em));
  padding: 0 5vw calc(20em / var(--em));
}
@media (min-width: 48em) {
  .works-content .works__text {
    --em: 14;
    padding: 0;
  }
}
.works-left-side {
	padding: 0 5vw 22px;
	position: relative;
	width: 100%;
}
@media (min-width: 48em) {
	.works-left-side {
		width: 50%;
		padding: 0 5% 0 0;
	}
}
.works-content .works-left-side::after {
	position: absolute;
	content: "";
	background-image: linear-gradient(transparent 0%, #d3d2d2 0%);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
@media (min-width: 48em) {
	.works-content .works-left-side::after {
		background-size: 20px 6px;
		background-repeat: repeat-y;
		bottom: 0;
		left: initial;
		right: 0;
		width: 1px;
		height: 100%;
	}
}
.works-right-side {
	width: 100%;
	padding: 40px 5vw 0;
}
@media (min-width: 48em) {
	.works-right-side {
		width: 45%;
		padding: 0;
	}
}
.dlist--works {
	--em: 24;
	line-height: 1.6;
    margin-bottom: 1.5em;
}
@media (min-width: 48em) {
	.dlist--works {
		--em: 13;
	}
}
.dlist--works dt {
  --em: 28;
  line-height: 1;
  font-weight: 700;
  margin-bottom: .5em;
}
@media (min-width: 48em) {
  .dlist--works dt {
    --em: 16;
  }
}
.dlist--works dd a {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
.dlist--works dd a:last-child {
  padding-right: 0;
}
.dlist--works dd a:after {
  position: absolute;
  content: "/";
  right: .3em;
  bottom: 0;
}
.dlist--works dd a:last-child:after {
  content: "";
}
.detail__post a:hover {
  opacity: 0.7;
}
.works__link {
  display: inline-block;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  transition: .5s;
}
.works__link:hover {
  color: #c3c3c3;
}

/* Page-Class
----------------------------------------- */
.class-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.class {
  margin-bottom: calc(52em / var(--em));
  width: 100%;
}
@media (min-width: 48em) {
  .class {
    margin-bottom: initial;
    width: initial;
  }
}
.class-title {
  --em: 30;
  color: var(--black);
  font-weight: 900;
  margin-bottom: calc(20em / var(--em));
}
@media (min-width: 48em) {
  .class-title {
    --em: 18;
  }
}
.class-cat__list li {
  --em: 26;
  white-space: nowrap;
  margin-bottom: calc(26em / var(--em));
}
@media (min-width: 48em) {
  .class-cat__list li {
    --em: 14;
    margin-bottom: calc(15em / var(--em));
  }
}

/* Contact Form 7
----------------------------------------- */
.form__label {
	display: flex;
	align-items: center;
	color: var(--black);
	margin-top: calc(52em / var(--em));
	margin-bottom: calc(15em / var(--em));
	font-weight: 600;
}
@media (min-width: 48em) {
  .form__label {
    margin-top: calc(30em / var(--em));
  }
}
.form .form__label:first-child {
  margin-top: 0;
}
.form__button {
	margin: 4rem auto 0;
}
.form__button :not(.wpcf7-submit:disabled):hover {
	opacity: 0.7;
}
.form__button .wpcf7-previous {
	background-color: var(--grayish-white);
}
.form__button .wpcf7-previous:hover {
	color: var(--black);
}
.form__recaptcha {
	--em: 21;
	text-align: center;
	margin-top: 4rem;
}
@media (min-width: 48em) {
	.form__recaptcha {
	--em: 12;
	}
}
.form__recaptcha a {
	text-decoration: underline;
}
.form__recaptcha a:hover {
	opacity: 0.7;
}
.form .small {
	font-size: 1.2rem;
}
.form .must {
	--em: 20;
	color: var(--red);
	margin-left: calc(10em / var(--em));
}
@media (min-width: 48em) {
  .form .must {
    --em: 12;
  }
}
.form .acceptance {
	text-align: center;
	display: block;
	margin-top: calc(80em / var(--em));
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.form .acceptance {
	  margin-top: calc(40em / var(--em));
	}
}
.form .acceptance a {
	text-decoration: underline;
}
.form .acceptance a:hover {
	opacity: 0.7;
}
.form .wpcf7-list-item.first,
.form .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
@media screen and (max-width: 767px) {
	.form .wpcf7-list-item {
	  display: block;
	  margin-left: 0;
	  margin-bottom: calc(10em / var(--em));
	}
}
.form .wpcf7-spinner {
	display: none !important;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 4px;
	width: 100%;
	padding: 0.5rem 1rem;
}
.form input[type=checkbox] {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid var(--gray);
	vertical-align: -2px;
	appearance: none;
}
.form input[type=checkbox]:checked:before {
	position: absolute;
	top: 1px;
	left: 4px;
	transform: rotate(50deg);
	width: 6px;
	height: 10px;
	border-right: 2px solid var(--black);
	border-bottom: 2px solid var(--black);
	content: "";
}