/*
Theme Name: Next Japan
Template: twentytwenty
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');
*, *::before, *::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: inherit;
  word-wrap: break-word;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
  }

html {
  font-size: 100%;
}

body:not(.singular) main>article:first-of-type {
  padding-top: 0;
}

:root {
  --key-Color: #4c417f;
  --Red: #e40404;
  --Gray: #f3f3f3;
  --row-space: 6.25vw;
  --col-space: 6.2vh;
  --w50-space: 45%;
  --s1-space: 7.5vh;
  --s2-space: 5vh;
  --s3-space: 2.5vh;
  --containner: 1480px;
  --containner_small: 1000px;
  --h1: 2.841rem;
  --h2: 2.2375000000000004vw;
  --h2_en: 4.0rem;
  --h3: 1.8rem;
  --h4: 1.25rem;
  --Text-normal: 16px;
  --navi-ft-size: 1.0rem;
  --flex_hurf: calc(98% / 2);
  --flex_third: calc((100% - 5vw) / 3);
  --flex_third_space: calc((100% - 6%) / 3);
  --flex_four: calc(94% / 4);
  --flex_five: calc(92% / 5);
  --flex_six: calc(100% / 3);
  --inter: 'Inter';
  --zen: 'Zen Old Mincho';
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
   :root {
    --logo_wide: 200px;
    --nav_ft_size: 16px;
    --row-space: 5vw;
    --negative_margin_bottom: -10vh;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   :root {
    --logo_wide: 200px;
    --h3: 1.6rem;
    --nav_ft_size: 16px;
    --row-space: 1.5em;
    --col-space: 5vh;
    --s2-space: 3vh;
    --negative_margin_bottom: -10vh;
    --w50-space: 100%;
    --h2: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
   :root {
    --row-space: 4vw;
    --col-space: 5vh;
    --s1-space: 5vh;
    --s2-space: 2.5vh;
    --s3-space: 1.5vh;
    --containner: 1200px;
    --negative_margin_bottom: -5vh;
    --h1: 1.6rem;
    --h2: 2.2rem;
    --h3: 1.25rem;
    --h4: 1.1rem;
    --h2_en: 2.066rem;
    --Text-normal: 15px;
    --flex_hurf: 100%;
    --flex_third: calc(96% / 2);
    --flex_third_space: calc(100% / 1);
    --flex_five: calc(100% / 1);
    --flex_six: calc(100% / 2);
    --flex_third: 100%;
    --sp-none: none;
    --fix_head_margin: 50px;
    --flex_concept01: calc(100% / 2);
    --flex_concept02: calc(100% / 2);
    --w50-space: 100%;
    --flex_four: calc(100% / 1);
  }
  .sp-none, .br-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .br-sp, .pc-none {
    display: none;
  }
}

form a {
  color: var(--key-Color);
}

body {
  background: #fff;
  font-size: var(--navi-ft-size);
  overflow-x: hidden;
  font-family: "Arial";
  font-weight: 400;
}

a img:hover {
  opacity: 0.85;
}

p.link a{
	color:#121212;
}

p.link{
	text-align:center;
}

#site-footer a:focus {
  text-decoration: none;
}

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
  color: var(--blue);
}

iframe.map {
  margin: 2em auto 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.9);
}

header .wrap::after {
  content: '';
  height: 50%;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #edeeee;
  z-index: -1;
}

header .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  padding: 0 2.605vw;
  position: relative;
}

.single__blog ul {
  margin-left: 0;
}

.logo {
  padding: 12px 0;
}

header .wrap nav.gloval {
  font-size: var(--nav_ft_size);
}

header .wrap nav.gloval ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 auto;
}

header .wrap nav.gloval ul li {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
}

header .wrap nav.gloval ul li a {
  font-family: "Arial";
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .25em 1em;
  text-decoration: none;
  color: #212121;
  font-weight: 700;
  height: 100%;
  text-transform: uppercase;
}

header .wrap nav.gloval ul li a:hover {
  color: var(--key-Color);
}

header .wrap nav.gloval ul li a.red{
 color:#990101;
}

header .wrap nav.gloval ul li a.red::before{
  content: "";
  position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 15px 10px 0 10px;
border-color: #990101 transparent transparent transparent;
top:-15px;
  left: 42.5%;
animation:blink 1.5s ease-in-out infinite alternate;
}

header .wrap nav.gloval ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: var(--key-Color);
  transform: scale(0, 1);
  transition: 0.4s;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

header .wrap nav.gloval ul li a:hover:after {
  transform: scale(1);
}

header .wrap nav.gloval ul li.contact {
  margin-left: 1em;
}

header .wrap nav.gloval ul li.contact a:hover::after, header .wrap nav.gloval ul li.download a:hover::after {
  display: none;
}

header .wrap nav.gloval ul li.contact a {
  background: rgb(255, 102, 0);
  background: -moz-linear-gradient(-45deg, rgba(255, 102, 0, 1) 2%, rgba(246, 169, 44, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 102, 0, 1) 2%, rgba(246, 169, 44, 1) 100%);
  background: linear-gradient(135deg, rgba(255, 102, 0, 1) 2%, rgba(246, 169, 44, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#f6a92c', GradientType=1);
  color: #fff;
  height: 100%;
  padding: 10px 1em 10px 1.1em;
}

header .wrap nav.gloval ul li.contact a::before {
  content: '';
  background: url(images/mail.svg) center center;
  background-size: contain;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto 2px;
}

header .wrap nav.gloval ul li.download a {
  background: #189BE2;
  color: #fff;
  height: 100%;
  padding: 10px 1em 10px 1.1em;
}

header .wrap nav.gloval ul li.download a::before {
  content: '';
  background: url(images/file.svg) center center;
  background-size: contain;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto 2px;
}

header .wrap nav.gloval ul li.contact a:hover {
  color: #fff;
}

header .wrap nav.gloval ul li.contact a:hover {
  opacity: 0.55;
}

header .wrap nav.gloval ul li.download a:hover {
  background: var(--blue);
}

header .wrap .right__cont {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  max-width: calc(100% - 110px);
  align-items: center;
}

#web, #media, #consulting, #internet {
  margin-top: -75px;
  padding-top: 75px;
}

#media-01, #media-02, #media-03, #media-04, #media-05, #media-06, #web-01, #web-02, #web-03 {
  margin-top: -75px;
  padding-top: 75px;
}

nav.gloval {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Center {
  text-align: center;
}

.Center img {
  margin-left: auto;
  margin-right: auto;
}

p {
  letter-spacing: 0.008rem;
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

p.big__text {
  font-size: calc((var(--h3) * 1.1));
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}

div.Block {
  margin-bottom: var(--s1-space);
}

.slider__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider {
  height: 100%;
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
}

.slick-img img {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .wrap nav.gloval ul li a, header .wrap nav.gloval ul li.contact a {
    padding: 5px .35em;
  }
  header .wrap nav.gloval ul, header .Tel__wrap .Contact {
    font-size: 0.85rem !important;
  }
}

@media screen and (min-width: 768px) {
  .reserved--btn {
    position: fixed;
    top: 10vh;
    right: var(--s3-space);
  }
  header .contact-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
    padding-left: .25em;
  }
  header .wrap {
    align-items: inherit;
    flex-wrap: nowrap;
	padding:0;
  }
  header .wrap nav.gloval ul {
    display: none;
  }
  header .wrap nav.gloval {
    width: auto;
    margin-right: 35px;
  }
  header .right__cont .gloval, header .Tel__wrap .Contact {
    display: none;
  }
  .slider__wrap {
    width: 100%;
    height: 100%;
  }
  .reserved--btn {
    display: none;
  }
  .logo {
    width: 100%;
    max-width: 90px;
    padding: .2em 0;
    text-align: center;
  }
  header .contact-wrap {
    display: flex;
    flex-direction: row;
    margin-right: 48px;
    margin-bottom: 5px;
  }
  header .contact__btn {
    border-bottom-left-radius: 0.46em;
    border-bottom-right-radius: 0.46em;
    background: var(--og-color);
    color: #fff;
    display: block;
    padding: 5px;
    font-size: 10px;
    margin: 0 1px;
    width: 70px;
    text-align: center;
    text-decoration: none;
  }
  header .contact__btn i {
    display: block;
    font-size: 17px;
  }
  header .contact__btn.dowonload__btn {
    background: #189BE2;
  }
}


/*************************************

Drawer

****************************************/

.toggle-btn {
  position: relative;
  top: 0;
  right: 1.55em;
  display: block;
  width: 72px;
  height: 72px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.toggle-btn__inner {
  position: relative;
  top: 50%;
  left: 50%;
}

.bar {
  width: 40px;
  height: 2px;
  position: absolute;
  transform: translateX(-50%);
  background-color: #fff;
  transition: .3s cubic-bezier(0, .45, .47, 1);
}

.toggle-btn:hover .bar_top, .toggle-btn:hover .bar_bottom {
  transform: translateX(-30%);
}

.bar_top {
  top: -11px;
}

.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}

.bar_bottom {
  bottom: -11px;
}

.toggle-btn.close .bar_top {
  transform: translate(-50%, 10.5px) rotate(45deg);
  transition: -webkit-transform .3s cubic-bezier(0, .45, .47, 1);
  transition: transform .3s cubic-bezier(0, .45, .47, 1);
  transition: transform .3s cubic-bezier(0, .45, .47, 1), -webkit-transform .3s cubic-bezier(0, .45, .47, 1);
}

.toggle-btn.close .bar_mid {
  opacity: 0;
  transition: opacity .3s cubic-bezier(0, .45, .47, 1);
}

.toggle-btn.close .bar_bottom {
  transform: translate(-50%, -10.5px) rotate(-45deg);
  transition: -webkit-transform .3s cubic-bezier(0, .45, .47, 1);
  transition: transform .3s cubic-bezier(0, .45, .47, 1);
  transition: transform .3s cubic-bezier(0, .45, .47, 1), -webkit-transform .3s cubic-bezier(0, .45, .47, 1);
}

.menu-gl {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, .45, .47, 1);
}

.menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--key-Color);
}

.menu__body .logo {
  margin: 0 auto 2.5vh;
  max-width: 300px;
}

.menu__body {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu__logo {
  display: block;
  width: 80px;
}

.menu__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}

.menu__nav-main {
  display: flex;
  flex-flow: column;
  margin-right: 10px;
  list-style: none;
}

.menu__nav-main__item {
  margin-bottom: 30px;
  padding-right: 40px;
}

.menu__nav-main__item:last-child {
  margin-bottom: 0px;
}

.menu__nav-main__item a {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-style: var(--zen);
}

.menu__nav-main__item a:hover span {
  animation: horizontalFade 0.4s cubic-bezier(.8, 0, .2, 1) forwards;
}

.menu__nav-main__item a span {
  transition: all 0.3s cubic-bezier(0, .45, .47, 1);
}

span.en {
  font-family: var(--karla);
  color: var(--Gold);
  font-size: 0.8rem;
}

.menu__nav-main__item a:hover {
  opacity: 1;
}

.menu__nav-main .ja {
  font-size: 22px;
  line-height: 1.44;
  margin-top: 3px;
  font-weight: 600;
  color: var(--blue);
}

.menu__nav-sub {
  display: flex;
  flex-direction: column;
  margin-right: 0;
}

.menu__nav-sub__item {
  font-size: 1.4rem;
  margin-bottom: 32px;
  margin-top: 29px;
  font-weight: 600;
}

.menu__nav-sub__item a {
  position: relative;
  font-family: var(--zen), serif;
  color: var(--White);
  text-decoration: none;
}

.menu__nav-sub__item a:hover {
  opacity: 1;
}

.menu__nav-main__item a:after, .menu__nav-sub__item a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.2s cubic-bezier(0, .45, .47, 1);
}

.menu__nav-sub__item a:hover:after, .menu__nav-main__item a:hover::after {
  width: 100%;
}

.menu__nav-sub__item:last-child {
  margin-bottom: 0px;
}

.menu-gl.fade-in {
  opacity: 1;
}

.menu-gl .fadeInDelay {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.menu-gl .fadeInDelay.fade-in {
  opacity: 1;
}

.menu-gl .fadeInDelay02 li {
  overflow: hidden;
}

.menu-gl .fadeInDelay02 li a {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  -o-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  transition: all 0.3s cubic-bezier(0, .45, .47, 1);
}

.menu-gl .fadeInDelay02 li.fade-in a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  font-feature-settings: "palt";
}

.menu-gl .fadeInDelay03 {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.menu .fadeInDelay03.fade-in {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .toggle-btn {
    display: none;
  }
}


/************* 

SP  

************************************/

@media screen and (max-width: 767px) {
  .toggle-btn {
    right: 3px;
    bottom: 0;
    width: calc(100% / 4);
    height: 49px;
    background: var(--key-Color);
    color: #fff;
  }
  .bar {
    width: 32px;
  }
  .menu__body {
    margin-top: 0;
    align-items: center;
  }
  .menu__logo {
    margin: 0 auto 2em auto;
    width: 240px;
  }
  .menu__nav {
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
  }
  .menu__nav-main {
    margin-right: 0;
  }
  .menu__nav-main {
    margin-bottom: 0;
    margin-left: 0;
  }
  .menu__body .logo {
    width: 300px;
    padding: 0;
  }
  .menu__nav-main__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .menu__nav-main .en {
    font-size: 0.8rem;
  }
  .menu__nav-main .ja {
    font-size: 18px;
    margin-top: 2px;
  }
  .menu__nav-sub {
    flex-direction: row;
    margin-top: 45px;
    margin-right: 0;
  }
  .menu__nav-sub__item {
    margin-bottom: 20px;
    margin-top: 0;
    margin-right: 20px;
    font-size: 1.1rem;
    width: 100%;
  }
  .menu__nav-sub__item:last-child {
    margin-bottom: 20px;
  }
  .menu__nav-sns {
    margin-top: 25px;
  }
  .menu__nav-sns__item {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-right: 20px;
  }
  .menu__nav-sub {
    flex-wrap: wrap;
  }
}


/************* K-Visual **************/

#kv--wrap {
  position: relative;
  margin-top: 107px;
  display: flex;
  flex-wrap: wrap;
  background: #291466;
}

#kv--wrap .Image__wrap {
  width: 55%;
  object-fit: cover;
  object-position: top;
}

.main-caption {
  max-width: 1480px;
  margin: auto;
  position: relative;
}

.main-lead-wrap {
  width: 80%;
  max-width: 55vw;
  text-align: center;
  position: absolute;
  font-family: "mojito", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: var(--h1);
  top: 70%;
  left: 50%;
  transform: translateY(-70%) translateX(-50%);
}

.main-lead-wrap.sec{
  left: 1%;
  top: 85%;
  transform: translateY(-85%) translateX(-1%);
}

#kv--wrap .container {
  position: relative;
  height: 100%;
}

.main-lead img{
	margin:auto;
}

.Tel {
  line-height: 1.3;
}

header .Tel i, .Tel i {
  font-size: 24px;
  vertical-align: middle;
  color: var(--key-Color);
}

section .Tel i {
  font-size: 30px;
  margin-top: -5px;
  display: inline-block;
  font-weight: 300 !important;
}

header .Tel__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-left: .5em;
}

header .Tel__wrap .Contact {
  background: var(--key-Color);
  padding: .5em 1em;
  text-align: center;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  border-radius: 0;
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
}

.link__btn {
  background: var(--blue);
  color: #fff;
  padding: .5em;
  text-align: center;
  display: inline-block;
  font-size: var(--Text-normal);
  min-width: 240px;
  margin: var(--s3-space) 0 0 auto;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link__btn:hover {
  background: #000;
}

.link__btn::after {
  content: '';
  background: url(images/arrow-right-s-line.svg) no-repeat right top -2px;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 0;
  margin-right: -10px;
  vertical-align: middle;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.Banner {
  border: 1px solid #ddd;
    margin-bottom: 0.5em;
    margin-right: 0.25em;
    margin-left: 0.25em;
}

.Banner:hover .link__btn::after {
  right: -15px;
}

@media screen and (min-width: 1921px) {
  #kv--wrap img {
    max-height: 900px;
    object-position: center;
  }
  .Top-banner-wrap {
    margin-top: 22.5vh;
  }
}


/************* 

SP  

************************************/

@media screen and (max-width: 767px) {
  #kv--wrap {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
  .main-lead-wrap::before {
    width: 15px;
    height: 100%;
  }
  header .Tel, .Tel a {
    font-size: 1.35em;
  }
  header .Tel__wrap {
    margin-bottom: 0;
  }
}


/************* 見出し **************/

h1, .main-lead {
  font-size: var(--h1);
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #fff;
}

.main-lead {
  text-align: center;
}

.logo {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.logo span{
	display:inline-block;
	margin-left:10px;
	  font-size:10px;
    color:#454545;
	text-align:left;
}

.logo a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-right: 10px;
}

.post__title {
  font-size: var(--h1);
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 2.0;
  letter-spacing: 0.085em;
  font-family: var(--inter);
  font-size: var(--h2_en);
  color: #000;
  text-transform: uppercase;
  line-height: 1.25;
}

.single__blog h1 {
  font-size: calc(var(--h2) / 2);
  margin-bottom: var(--s3-space);
  padding-bottom: .5em;
  border-bottom: 3px solid var(--key-Color);
  color: #1a1a1a;
}

h1 div {
  line-height: 1.55;
}

h1.main-lead span.wrap {
  display: inline-block;
  color: #fff;
}

h1.main-lead span.color {
  font-size: calc( var(--h1) * 1.5);
  font-weight: 900;
}

.head-caption {
  background: rgba(255, 255, 255, 0.90);
  padding: 1em;
  font-size: 0.9rem;
  border-radius: .4em;
  max-width: 700px;
  margin-top: .5em;
}

h2 {
  position: relative;
  font-family: 'Titan One', cursive;
  letter-spacing: 0.05em;
  color: var(--key-Color);
  font-weight: 400;
  font-size: var(--h2);
  font-style: italic;
  text-align: left;
  margin: 0 0 .5em;
  line-height: 1.55;
}

h2::after {
  content: '';
  height: 4px;
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
}

h2.jan {
  font-weight: 700;
  font-size: 2.0rem;
}

h2.border {
 border-bottom:4px solid #eaeaea;
 position: relative;
 padding-bottom: .5em;
 margin-bottom: 1em;
 text-align: left;
}

h2.border::before{
  content:'';
  width:10%;
  background: var(--key-Color);
  position: absolute;
  height:4px;
  bottom:-4px;
  left:20px;
}

h2 .Top span.arrow {
  display: block;
  margin: auto;
  width: 20px;
  height: 7.5vh;
  position: relative;
  margin-top: var(--s3-space);
}

h2 .Top span.arrow::before {
  content: '';
  background: var(--key-Color);
  width: .5px;
  height: 5vh;
  position: absolute;
  bottom: 0;
  right: -6px;
  transform: skewX(-31deg);
}

h2 .Top span.arrow::after {
  content: '';
  background: var(--key-Color);
  width: .5px;
  height: 7.5vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wh__bg__recruit h2 .Top span.arrow::after, .wh__bg__recruit h2 .Top span.arrow::before {
  background: #fff;
}

.en__title {
  font-family: var(--zen), serif;
  font-weight: 900;
  font-size: var(--h2_en);
  text-align: center;
  margin-bottom: .3em;
  line-height: 1.22;
  letter-spacing: 0.1em;
  color: #121212;
}

.en__title span {
  color: #000;
}

.jan__title {
  background: rgb(255, 102, 0);
  background: -moz-linear-gradient(-45deg, rgba(255, 102, 0, 1) 2%, rgba(246, 169, 44, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 102, 0, 1) 2%, rgba(246, 169, 44, 1) 100%);
  background: linear-gradient(135deg, rgba(255, 102, 0, 1) 2%, rgba(246, 169, 44, 1) 100%);
  display: inline-block;
  padding: .5em 2em;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: var(--s2-space);
  letter-spacing: 0.125em;
}

section.wh__bg__ac .jan__title {
  margin-bottom: 0;
}

/*section:last-child {
  padding-bottom: 0;
}*/

section.topic {
  padding-bottom: 0;
}

section.topic a {
  color: #121212;
}

iframe {
  margin-bottom: 1em;
}

section.pt_none {
  padding-top: 0;
}

h2.Center, h3.Center {
  display: block;
  text-align: center;
}

h2 .Top {
  position: relative;
}

.white {
  color: #fff;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: var(--s3-space);
  margin-top: 0;
  letter-spacing: 0.095em;
  line-height: 1.55;
  ;
}

h3.og {
  color: var(--og-color);
  margin-top: 0;
}

h3.grad {
  background: var(--key-Color);
  text-align: center;
  font-size: var(--h4);
  font-weight: 400;
  position: relative;
  margin-bottom: var(--s3-space);
}

h3.grad:before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 50%;
  width: 1px;
  height: 20px;
  background: var(--key-Color);
  transform: skewX(-31deg);
}

h3.grad:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: calc(50% - -6px);
  width: 1px;
  height: 50px;
  background: var(--key-Color);
}

h3.grad a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: .5em;
}

h3.grad a:hover {
  background: var(--og-color);
}

h3 span.en {
  display: block;
  margin-top: var(--s3-space);
  font-size: var(--Text-normal);
  font-family: var(--inter);
  letter-spacing: 0.055em;
  font-weight: 300;
  color: #999;
}

h3.mb_none {
  margin-bottom: .5em;
}

h3.border{
  border-left:var(--key-Color) 8px solid;
  padding-left: 15px;
  margin-bottom: 1em;
}

.single__blog h3 {
  padding-left: 10px;
  border-left: 4px solid var(--Key-Color);
}

h4 {
  font-weight: 500;
  letter-spacing: 0.095em;
  font-size: var(--h4);
  margin-top: 2em;
}

.single__blog h4 {
  margin-top: 0;
  font-size: var(--h4);
  color: var(--key-Color);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logo {
    max-width: 400px;
  }
  h3.grad a {
    font-size: 16px
  }
}

@media screen and (max-width: 767px) {
  .logo {
    margin: auto;
  }
	.logo img{
	 max-width: 70px;
	}
  h1.main-lead span.wrap {
    background: #fff;
  }
	h1, .main-lead{
		text-align:left;
	}
	
  .head-caption {
    padding-bottom: 0;
  }
  h1.main-lead span.color {
    font-size: calc( var(--h1) * 1.2);
  }
  h2 {
    display: block;
    text-align: center;
  }
  h3.grad a {
    font-size: 1.0rem;
  }
  h3 span.en {
    margin-top: .5em;
    font-size: 0.8rem;
  }
  section.wh__bg__recruit h2.white {
    color: var(--key-Color);
  }
  h1 div:nth-child(n+2) {
    margin-top: 0;
  }
  h2 .Top {
    padding-bottom: var(--s3-space);
  }
  h2 .Top::before {
    content: '';
    height: 3vh;
    bottom: -.6em;
    left: 52%;
    transform: translateX(-52%);
    transform: rotate(45deg);
  }
  h2 .Top::after {
    content: '';
    height: 6vh;
    bottom: -.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .jan__title {
    font-size: 1.1rem;
    margin-bottom: 1em;
  }
  .en__title {
    margin-bottom: .5em;
  }
  section.og__bg h2 {
    padding-bottom: 0;
  }
  h2 .Top span.arrow::before {
    right: -1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #kv--wrap {
    width: calc(100% - 1em);
    margin-left: auto;
  }
  .main-lead-wrap {
    top: 0vh;
    margin-top: -30vh;
    position: relative;
  }
  .Top-banner-wrap {
    margin-top: 1em;
  }
  .logo img{
    max-width: 60px;
  }
  header .wrap {
    padding: 0 1.605vw;
  }
  header .wrap .right__cont {
    max-width: calc(100% - 80px);
    justify-content: flex-end;
  }
  header .Tel__wrap .Contact {
    padding: .3em;
  }
  a.Contact i {
    font-size: 0.9rem !important;
    margin-right: 5px !important;
  }
}


/************* Section **************/

section {
  padding: var(--col-space) var(--row-space);
  position: relative;
}

section.topic .containner__wrap {
  margin-top: -8.16666vw;
  padding: 2.60416vw;
  position: relative;
  z-index: 5;
  background: #fff;
}

section.topic ul.topic {
  margin: auto;
  padding: 0;
  display: flex;
  list-style: none;
}

section.topic ul.topic li {
  margin: 0;
  padding: 0;
}

section.topic ul.topic img {
  max-width: 30px;
  object-fit: scale-down;
  margin-right: 1em;
}

section#maker {
  padding-top: 0;
}

section.wh__bg {
  background: #fff;
  max-width: calc(100% - var(--row-space));
  padding-right: 0;
  margin-right: 0;
  border-bottom-right-radius: var(--corner);
  z-index: 2;
  margin-bottom: var(--negative_margin_bottom);
}

#maker .Flex__wrap::after {
  display: block;
  content: "";
  width: 197px;
}

#maker .Flex__wrap{
    justify-content: flex-start;
}

section.wh__bg__news {
  margin: auto;
  max-width: calc(100% - (var(--row-space)));
}

section.wh__bg__news:last-child {
  padding-top: 0;
}

section.wh__bg__ac {
  z-index: 3;
  overflow: hidden;
  background: #fff;
}

section.wh__bg__ac::after {
  content: '';
  z-index: -1;
  position: absolute;
  right: 0;
  height: 110vh;
  top: -10vh;
  border-bottom-left-radius: var(--corner);
  border-top-left-radius: var(--corner);
  width: 50vw;
  background: var(--Gray);
}

section.service {
  background: url(images/service__bg.png)no-repeat center bottom;
  background-size: cover;
}

section.og__bg {
  position: relative;
  z-index: 1;
}

section.og__bg .container.js-active, section.og__bg .container.js-active::after {
  opacity: 1.0;
}

section.og__bg .container.js-active::after {
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

section.og__bg .jan__title {
  margin-bottom: calc(var(--s2-space) / 2);
}

section.wh__bg__recruit {
  background: #fff;
  z-index: 3;
}

.containner__wrap {
  max-width: var(--containner);
  margin: auto;
  position: relative;
}

.containner__wrap+.containner__wrap {
  margin-top: var(--s1-space);
}

.containner__wrap__small {
  max-width: var(--containner_small);
  margin: auto;
  position: relative;
}

.containner__wrap__small + .containner__wrap__small, .containner__wrap__small + .containner__wrap{
  margin-top: var(--s2-space);
}

section.contact {
  padding-top: 0;
  padding-bottom: calc(var(--col-space) / 2);
}

p {
  font-size: var(--navi-ft-size);
  line-height: 2.0;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

section.bg__bk p {
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.wh__bg__recruit::before {
    max-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  section.topic .containner__wrap {
    max-width: 97%;
    margin-top: -11.16666vw;
  }
  section.wh__bg__ac::after {
    height: 100%;
  }
  section.wh__bg__news::before {
    width: 90vw;
  }
  section.wh__bg__recruit::before {
    height: 100%;
    max-height: 300px;
    width: 100vw;
    border-bottom-right-radius: 0;
  }
}


/************* Layout **************/

.Flex__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

ul.Flex__wrap {
  list-style: none;
  margin: auto;
}

ul.Flex__wrap li {
  margin: 0 0 2em;
}

ul.Flex__wrap li figure {
  background: #ddd;
}

ul.Flex__wrap li figure img {
  max-height: 190px;
  min-height: 190px;
  width: 100%;
  object-fit: cover;
}

ul.Flex__wrap h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  margin-top: .5em;
}

ul.Flex__wrap li h2.list a {
  color: #121212;
  text-decoration: none;
  font-weight: 400;
  font-family: "Arial";
  font-size: 1.05rem;
}

ul.Flex__wrap li h2.list:after {
  display: none;
}

ul.Flex__wrap li h2.list a:hover {
  text-decoration: underline !important;
  color: var(--key-Color);
}

.Flex__wrap.Start {
  justify-content: flex-start;
}

.Flex__wrap.Center {
  justify-content: center;
}

.Flex__wrap.Reverse {
  flex-direction: row-reverse;
}

.Flex__wrap.Banner .link__btn {
  margin-left: auto;
  margin-right: auto;
}

.Flex__wrap.align__items__center {
  align-items: center;
}

.Flex__wrap.flex__start {
  align-items: flex-start;
}

.Flex__wrap.nowrap {
  flex-wrap: nowrap;
}

.Flex__wrap h1 {
  min-width: 55%;
  line-height: 1.55;
  border-right: 1px solid #fff
}

section.bg__bk .Flex__wrap p.Text {
  width: 40%;
}

.Flex__wrap .Hurf {
  width: var(--flex_hurf);
  position: relative;
}

.Flex__wrap .Hurf.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.Flex__wrap .Hurf h3:first-child {
  margin-top: 0;
}

.Flex__wrap .three {
  width: var(--flex_third);
  margin-top: var(--s2-space);
}

.Flex__wrap.flex__start .three {
  width: var(--flex_third_space);
  margin-right: 3%;
  margin-top: 0;
}

.blog .three img {
  margin-top: 0;
  max-height: 200px;
  min-height: 200px;
  object-fit: cover;
  width: 100%;
  border: 1px solid #ccc;
}

.Flex__wrap .four {
  width: var(--flex_four);
}

.Flex__wrap.Start .four {
  margin-right: 2%;
}

.Flex__wrap.Start .four:nth-of-type(4n) {
  margin-right: 0;
}

.Flex__wrap .five {
  width: var(--flex_five);
  margin-right: 2%;
}

.Flex__wrap.Start .five:nth-of-type(5n) {
  margin-right: 0;
}

.Flex__wrap .five h3 {
  font-size: 15px;
  margin: 0 0 .5em;
  font-weight: 400;
}

.Flex__wrap .three:nth-of-type(3n) {
  margin-top: 0;
  margin-right: 0;
}

.Flex__wrap .three.auto {
  margin-left: auto;
  margin-right: auto;
}

.Flex__wrap .three h3 {
  margin-top: 0;
  font-size: 1.05rem;
  margin-bottom: var(--s3-space);
}

.Flex__wrap .three h3.grad {
  margin-top: 0;
  font-size: 1.25rem;
  margin-bottom: 0;
  border-radius: 1.46em;
}

.Flex__wrap .three h3.grad a {
  border-radius: 1.46em;
}

.Flex__wrap .three img {
  margin-top: 0;
  max-height: 260px;
  min-height: 260px;
  object-fit: cover;
  width: 100%;
}

.Flex__wrap .three img.thumbnail {
  margin-top: 0;
  min-height: 190px;
  max-height: 200px;
  width: 100%;
  border: 1px solid #ddd;
}

.Flex__wrap .three h3.grad::before, .Flex__wrap .three h3.grad::after {
  display: none;
}

.Banner_wrap .Flex__wrap .three {
  margin-top: var(--s3-space);
}

.Banner_wrap:not(:last-child) {
  margin-bottom: var(--s2-space);
}

.blog .three h3 {
  margin-top: 0;
  font-size: 1.25rem;
  margin-top: var(--s3-space);
}

section .Flex__wrap+.Flex__wrap {
  padding: var(--col-space) 0 0;
}

.Flex__wrap.Reverse {
  flex-direction: row-reverse;
}

.Right {
  text-align: right;
}

.Flex__wrap .Image {
  width: 40%;
}

.Flex__wrap .Text {
  width: 57%;
}

.rso__item{
  background:#e8e8e8;
  padding:1em;
  border-radius: 0.456em;
  margin-top: var(--s3-space);
}

.rso__item figure{
  text-align: center;
  margin-bottom: 1em;
}

.rso__item .title{
  font-weight: bold;
  text-align: center;
  font-size: 1.05rem;
}

.rso__banner{
 position: relative;
}

.rso__banner img{
  width:100%;
  height:100%;
  object-fit:cover;
}

 .rso__banner .title{
   background:rgba(76,65,127,0.95);
   padding:1em;
   font-size: 1.3rem;
   font-weight: 600;
   color:#fff;
   position: absolute;
   bottom:0;
   left:0;
   width:100%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
 }

 .rso__banner a{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:5;
 }

 .rso__banner i{
  font-weight: 300;
  font-size:1.5rem;
  margin-right: 0;
 }

@media screen and (max-width: 767px) {
  .Flex__wrap h1 {
    border-right: 0;
    margin-bottom: var(--col-space);
  }
  .Flex__wrap .four {
    margin-bottom: 2em;
  }
  .Flex__wrap .five {
    margin-right: 0;
  }
  .Flex__wrap .four p {
    font-size: 0.9rem;
    margin-top: .5em;
    text-align: center;
  }
  .Flex__wrap.Start .four {
    margin-right: 0;
  }
  .Flex__wrap.nowrap {
    flex-wrap: wrap;
  }
  .Flex__wrap .Banner {
    width: calc(98% / 2);
    margin-right: 2%;
	margin-left:0;
  }
  .Flex__wrap .Banner:nth-of-type(7n) {
    margin-right: 2%;
  }
  .Flex__wrap .Banner:nth-of-type(even) {
    margin-right: 0;
  }
  .Flex__wrap .Hurf:first-child {
    margin-bottom: var(--s2-space);
  }
  .Flex__wrap.Banner:not(:last-child) {
    margin-bottom: var(--s2-space);
  }
  .Flex__wrap .three h3 {
    margin-bottom: 2.55em;
  }
  .post-11 .Flex__wrap .three h3 {
    margin-bottom: 1em;
  }
  .Flex__wrap .three:nth-of-type(3n) {
    margin-right: 0;
  }
  .Flex__wrap .three:first-child {
    margin-top: 0;
  }
  .Flex__wrap .three a.Contact {
    margin-bottom: var(--s2-space) !important;
  }
  .Flex__wrap .Image {
    width: 100%;
    margin-bottom: 1em;
  }
  .Flex__wrap .Text {
    width: 100%;
    margin-bottom: 2em;
  }
  .blog.Flex__wrap.flex__start .three {
    margin-right: auto;
    margin-left: auto;
  }
  .blog.Flex__wrap .three h3 {
    margin-bottom: 1em;
  }
  .achievement.Flex__wrap .three h3 {
    margin-bottom: 0;
  }
  .achievement.Flex__wrap .three h3 a {
    text-decoration: none;
  }
  .blog.Flex__wrap .three:nth-of-type(-n+3), .blog.Flex__wrap .three {
    margin-bottom: 1em;
  }
  .blog.Flex__wrap.flex__start .three:last-of-type {
    margin-bottom: 0;
  }
}


/************* リンク **************/

a.detail__link {
  display: block;
  padding: .85em .5em;
  border: 1px solid var(--key-Color);
  position: relative;
  margin: 1em 0 0 auto;
  text-align: center;
  border-radius: 0.86em;
  color: #FFF;
  background: var(--key-Color);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
}

a.detail__link:hover {
  color: var(--key-Color);
  background: #fff;
}

a.null {
  pointer-events: none;
}

.Banner a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

a.text__link {
  color: var(--key-Color);
  font-size: var(--h3);
  text-decoration: underline;
  position: relative;
  padding-right: 65px;
  margin: var(--s3-space) 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0.15em;
  display: inline-block;
}

a.text__link::after {
  content: '';
  background: url(images/curcle.svg)no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.text__link:hover {
  text-decoration: none;
  opacity: 0.85;
}

a.text__link:hover::after {
  right: -10px;
}

a.Contact {
  background: var(--Red);
  border-radius: 1.46em;
  display: block;
  padding: var(--s3-space);
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: var(--h3);
  margin: 0 auto;
  text-decoration: none;
  letter-spacing: 0.085em;
  transition: all .55s;
}

.Flex__wrap .three a.Contact {
  margin: 0 auto;
}

a.Contact i {
  font-size: 1.355rem;
  margin-right: .5em;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
  font-weight: 300;
}

.Banner_wrap a {
  font-size: 1.0rem;
  background: #022e78;
  color: #fff;
  margin: auto;
  padding: .5em !important;
}

.Banner_wrap a.Contact.small {
  margin: auto;
}

a.Contact:hover {
  background: rgb(255, 0, 0);
}

a.entry {
  max-width: 400px;
  margin: var(--s3-space) auto 0;
  font-size: 1.4rem;
}

a.Contact.small {
  font-size: 17px;
  padding: 1em;
  margin-top: .5em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  a.Contact {
    margin-left: 2px;
    margin-right: 2px;
  }
}

ul.footer {
  list-style: none;
  margin: auto;
  font-size: 12px;
}

ul.footer li {
  font-weight: 300;
  margin: .5em 0;
  letter-spacing: 0.055em;
}

.footer a:hover {
  text-decoration: none !important;
}

.footer__link__wrap {
  margin-bottom: var(--s3-space);
}

.five h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #fff;
}

#site-footer a:hover {
  text-decoration: none;
  opacity: 0.55;
}

@media screen and (max-width: 767px) {
  a.text__link::after {
    width: 32px;
    height: 32px;
  }
  a.text__link {
    padding-right: 38px;
  }
  a.entry {
    font-size: 1.2rem;
  }
  .footer__link__wrap {
    display: none;
  }
}


/************* 画像 **************/

figure img {
  margin-left: auto;
  margin-right: auto;
}

figure.Center {
  margin-bottom: var(--s1-space);
}

.Banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  img.access--logo {
    max-width: 200px;
    margin: auto;
  }
  figure.wide img {
    object-fit: cover;
    min-height: 33.33vh;
  }
}


/************* Footer **************/

#site-footer {
  color: #121212;
  border: none;
  width: 100vw;
  padding: 0;
}

.footer_links {
  background: #f1f1f1;
  margin: auto;
  padding: var(--col-space) var(--row-space);
}

.footer_links .containner__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer_links .Left {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 60%;
}

.footer_links .Right {
  max-width: 40%;
}

.footer_links .Left p {
  font-size: 0.9rem;
}

.footer_links .Left img {
  max-width: 70px;
  margin-right: 1.5em;
}

.footer_links .Right .sns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_links .Right .sns a {
  color: var(--key-Color) !important;
}

.footer_links .Right .sns i {
  font-size: 35px;
  margin: 0 2px;
}

.footer_links .Right .sns img {
  width: 27px;
  display: inline-block;
  vertical-align: middle;
  margin: -7px 4px 0;
}

footer ul.menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  font-size: var(--Text-normal);
  margin: 0 auto;
  width: 100%;
}

footer ul.menu li {
  margin: 0;
  padding: .5em 0 .75em;
}

footer ul.menu a {
  text-decoration: none;
  color: #1a1a1a;
}

footer ul.menu li::after {
  content: '|';
  margin-left: .5em;
  margin-right: .5em;
  display: inline-block;
  color: #1a1a1a;
}

footer ul.menu li:last-child::after {
  display: none;
}

footer ul.menu a:hover {
  text-decoration: underline;
}

.sns__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto -.5em;
  padding-top: 0.2em;
}

.sns__wrap a {
  display: block;
  margin: 0 .2em;
  color: #101010;
  font-size: 30px;
  text-decoration: none;
}

.footer__info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: var(--s3-space) auto;
}

.footer__privacy {
  padding-bottom: var(--s3-space);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.955rem;
}

.footer__privacy a {
  margin: 0 .5em;
}

.footer__privacy a:hover {
  text-decoration: none !important;
  opacity: 0.55;
}

.footer__privacy a:after {
  content: '/';
  margin-left: 1em;
}

.footer__privacy a:first-child::before {
  content: '/';
  margin-right: 1em;
}

.footer__info .logo {
  width: 150px;
  margin-right: 1em;
}

.footer__info .text {
  width: clac(98% - 120px);
  font-size: 0.9rem;
  letter-spacing: 0.055em;
}

.copy {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 2em;
  font-family: var(--inter);
}

@media screen and (max-width: 767px) {

  ul#menu-footer-nav {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  .footer_links .Left {
    max-width: 100%;
    margin:0 auto 1em;
    padding: 0 var(--row-space);
    display: block;
  }
  #site-footer {
    padding-bottom: 0 !important;
  }
  .footer_links .Left img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer_links .Right {
    max-width: 100%;
    margin: auto;
  }
  footer ul.menu {
    display: block;
  }
  footer ul.menu li::after {
    display: none;
  }
  footer ul.menu a {
    display: block;
    padding: .5em;
    border: 1px solid #1a1a1a;
    margin-bottom: .5em;
    text-align: center;
  }
  .sns__wrap {
    margin-top: .5em;
    margin-bottom: 0;
  }
  footer ul.menu li {
    padding: 0;
  }
  .footer_links {
    padding: .5em .2em 80px;
  }
}


/************* 新着情報 **************/

ul.news {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: auto;
  list-style: none;
  background: #fbfbfb;
  padding: var(--s3-space);
  flex-wrap: wrap;
}

ul.news li {
  width: var(--flex_third);
  margin: .5em 0;
  align-items: center;
}

.home ul.news li{
	  width: var(--flex_hurf);
}

ul.news li{
  display: flex;
}

ul.news li .image{
  width:120px;
  min-width: 120px;
  margin-right: .5em;
}

ul.news li .image img{
  width:120px;
  padding:5px;
  background: #fff;
  border:1px solid #ddd;
  object-fit: cover;
}

ul.news li .text__wrap {
  margin: .5em 0;
  position: relative;
  z-index: 3;
}

ul.news li .text__wrap__flex {
  display: flex;
}

ul.news li .text__wrap__flex span {
  margin-bottom: 0 !important;
  margin-right: 1em;
}

ul.news li .Image {
  width: calc(100% - 20px);
  margin-left: 20px;
}

ul.news li .text__wrap span.days {
  display: block;
  font-style: italic;
  margin-bottom: .5em;
  font-size: 0.9rem;
}

ul.news li .text__wrap a {
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  ul.news li {
    width: calc(100% / 1);
    margin: 0 auto .5em;
  }
  ul.news li:last-child {
    margin-bottom: 0;
  }
ul.news li .image{
  width:90px;
  min-width: 90px;
}
}


/************* Page-FV **************/

.page-fv-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 32.5vh;
  width: 100%;
  position: relative;
  margin-top: 92px;
  background: url(https://next-limited.co.jp/wp-content/uploads/2023/06/sec_img.jpg)no-repeat;
  background-size: cover;
}

.page-fv-wrap .Image {
  width: 50%;
  background: url(images/kv__img03.jpg)no-repeat;
  background-size: cover;
}

.page-fv-wrap.rso01{
  background: url(https://next-limited.co.jp/wp-content/uploads/2023/06/rso_1_img.jpg)no-repeat;
  background-size: cover;
  min-height:50vh;
}

.page-fv-wrap.rso02{
  background: url(https://next-limited.co.jp/wp-content/uploads/2023/06/rso_2_img.jpg)no-repeat;
  background-size: cover;
}
.page-fv-wrap.rso03{
  background: url(https://next-limited.co.jp/wp-content/uploads/2023/06/rso_3_img.jpg)no-repeat;
  background-size: cover;
}

.page-fv-wrap .Contents {
  background: #f3f3f3;
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: var(--s3-space);
  text-align: center;
  border-bottom-right-radius: var(--corner);
}

.page-fv-wrap .Contents h1 {
  letter-spacing: 0.085em;
  font-family: var(--zen);
  font-size: var(--h2_en);
  color: #000;
  text-transform: uppercase;
  line-height: 1.25;
  position: relative;
}

.page-fv-wrap .main-lead-wrap h1 span {
  font-size: calc(var(--h1) * 3);
  position: relative;
  z-index: 2;
}

.main-lead-wrap.sec h1{
	text-align:left;
}

.main-lead-wrap.sec h1 span {
	font-size: calc(var(--h1) * 3);
}

/*.page-fv-wrap .main-lead-wrap h1:after {
  content: '';
  transform: skewX(-45deg);
  position: absolute;
  left: 30%;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}*/

.page-fv-wrap .main-lead-wrap h1 span {
  transform: skewX(0);
}

.page-fv-wrap .main-lead-wrap h1.bgnone{
	text-align:center;
}

.page-fv-wrap .main-lead-wrap h1.bgnone::after{
	display:none;
}

.main-lead-wrap.full{
	max-width:100%;
    margin-left:auto;
	margin-right:auto;
  left: 50%;
  top:50%;
  transform: translateX(-50%);
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

span.jan {
  font-size: var(--Text-normal);
  color: var(--key-Color);
  display: block;
  margin-top: .5em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-fv-wrap {
    min-height: 30vh;
  }
}

@media screen and (max-width: 767px) {

	.main-lead-wrap.full{
		top:40%;
	}

  .page-fv-wrap, .page-fv-wrap.rso01{
    margin-top: 0;
	min-height: 20vh;
  }
  .page-fv-wrap .Image {
    display: none;
  }
  .page-fv-wrap .Contents {
    width: 100%;
  }
	.page-fv-wrap .main-lead-wrap h1:after{
		left:20%;
	}

	.page-fv-wrap .main-lead-wrap h1 span{
		    font-size: calc(var(--h1) * 2);
	}
}

.breadcrumb {
  background: #fff;
  text-align: center;
  color: #fff;
  position: relative;
  right: 0;
  bottom: 0;
  color: #262626;
  min-width: 20vw;
  text-align: right;
  font-size: 0.8rem;
  padding: 2em 1em 0;
  color: #555;
}

.breadcrumb ul {
  margin: 0;
  list-style: none;
  font-size: 0.9rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: var(--key-Color) !important;
}

.breadcrumb ul li {
  margin: 0;
}

.breadcrumb ul li:nth-child(n+2)::before {
  content: '>';
  margin: 0 5px;
}

.breadcrumb ul li:nth-of-type(4) {
  display: none;
}


/************* Table **************/

p.Center+dl.list {
  margin-top: 2em;
}

.products dl.list {
  font-size: 1.1rem;
}

.products dl.list:first-child {
  margin-top: 0;
}

.products.Flex__wrap.flex__start .three{
	width:100%;
}

dl.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
}

dl.list dt {
  width:20%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 1em .5em;
}

dl.list dt, dl.list dd {
  padding: 1.5em .5em;
  margin: 0;
  line-height: 2.0;
}

dl.list dd {
  width: 70%;
  padding-left: 1em;
  border-bottom: #ddd 1px solid;
}

dl.list dt {
  border-bottom: #ddd 1px solid;
  position: relative;
}

dl.list dt:before {
  content: '';
  background: var(--key-Color);
  width: 60px;
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 0;
}

dl.list:last-of-type dd {
  border-bottom: #ddd 1px solid;
}

.products dl.list {
  margin: .5em 0;
}

.products dl.list dt{
  padding: .5em;
  width:12%;
}

.products dl.list dd{
	width:88%;
}

.slider-products {
  background: #000;
  border-top: 5px solid #000;
}

.products dl.list dt {
  text-align: left;
}

.thumbnail-img {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.products {
  margin-top: 2em;
}

.slider-products img {
  width: auto;
  height: 100%;
  margin: auto;
  max-height: 50vh;
}

.slick-prev, .slick-next {
  display: none !important;
}

.thumbnail-products {
  border: 5px solid #000;
  background: #000;
}

.thumbnail-products img {
  max-height: 170px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

dl.list.min {
  font-size: 15px;
  padding: .2em;
}

dl ul, ol {
  margin-bottom: 0;
  margin-left: 0;
}

div.Block:last-of-type {
  margin-bottom: 0;
}

.products_title {
  color: var(--key-Color);
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 800;
  font-size: calc( var(--h2) / 1.85);
}

.products_title:after {
  display: none;
}

.single_bottom_arrow {
  margin-top: var(--s2-space);
  color: var(--key-Color);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.single_bottom_arrow .ppt_10 {
  margin-left: .5em;
  margin-right: .5em;
}

.single_bottom_arrow a {
  display: block;
  color: var(--key-Color);
  text-decoration: none;
  padding: 1em;
  border: 1px solid var(--key-Color);
}

.single_bottom_arrow a:hover {
  background: var(--key-Color);
  color: #fff;
}

.youtube_wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  margin-top: 2em;
}

.youtube_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

textarea {
  font-size: 100%;
  max-height: 300px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
  padding: .75em;
  border: 1px solid #ccc;
  font-size: 100%;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
  width: 100%;
  border-radius: .46em;
  max-width: 600px;
  margin: auto;
  font-size: 20px !important;
  background: var(--og-color) !important;
  font-weight: 500;
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  text-decoration: none;
  background: #e31313 !important;
}

a.list {
  display: block;
  background: #000;
  color: #fff;
  padding: .5em;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  width: 300px;
  margin: 2em auto;
  text-decoration: none;
  border: 1px solid #000;
}

a.list:hover {
  background: #fff;
  color: #000;
}

.wpcf7-spinner {
  visibility: hidden;
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0.5em auto;
  position: relative;
}

p.text_min {
  font-size: 0.9rem;
  margin-top: var(--s3-space);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  font-size: 16px;
  font-family: var(--zen), serif !important;
}

textarea {
  height: 30rem;
  line-height: 1.5;
  width: 100%;
}

select {
  width: 100%;
  padding: 1em;
  border: 1px solid #ccc;
}

input[type=radio], input[type=checkbox] {
  -moz-appearance: auto;
  -ms-appearance: auto;
  appearance: auto;
  display: inline-block;
  margin-right: 0;
  opacity: 1;
  width: 22px;
  z-index: 0;
  height: 22px;
  position: relative;
  top: 4px;
  float: none;
}

span.text_red {
  background: #fe0000;
  padding: 0.2em 0.75em 0.2em 0.75em;
  color: #fff;
  font-size: 13px;
  margin-left: 0.3em;
  text-align: center;
  border-radius: 1.35em;
  line-height: 1.5;
  display: inline-block;
}

label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

input[type="checkbox"] {
  position: relative;
  top: 5px;
  display: inline-block;
  margin: 0;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #6e6c65;
  box-shadow: none;
  cursor: pointer;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
  background: var(--key-Color) !important;
}

.slider-products {
  position: relative;
}

.slider-products::before {
  position: absolute;
  z-index: 5;
  content: 'Next Limited';
  top: 50%;
  font-style: italic;
  left: 50%;
  color: #fff;
  opacity: 0.65;
  font-size: 1.9rem;
  text-shadow: black 2px 0px 2px, black -2px 0px 2px, black 0px -2px 2px, black -2px 0px 2px, black 2px 2px 2px, black -2px 2px 2px, black 2px -2px 2px, black -2px -2px 2px, black 1px 2px 2px, black -1px 2px 2px, black 1px -2px 2px, black -1px -2px 2px, black 2px 1px 2px, black -2px 1px 2px, black 2px -1px 2px, black -2px -1px 2px, black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 767px) {
  .slider-products img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 300px;
  }
  .thumbnail-products img {
    max-height: 90px;
  }
  .slider-products .slick-track {
    height: auto;
  }
	.products dl.list{
		display:block;
	}
	
  dl.list dt, dl.list dd {
    width: 100%;
  }
  dl.list dd {
    padding-left: .5em;
    padding-right: .5em;
  }
  dl.list dt {
    border-right: none;
    justify-content: flex-start;
  }
  dl.list dt, dl.list dd {
    padding: 1em .5em;
  }
	.products dl.list dt, .products dl.list dd{
	 width:100%;
	}
	
  .single_bottom_arrow {
    margin-top: var(--s1-space);
  }
  br.pc {
    display: none;
  }
  dl.list dt {
    border-bottom: var(--key-Color) 1px solid;
  }
  .youtube_wrap {
    margin-top: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #fe0000;
  color: #fe0000;
}

.Bnr .Bnr__img {
  position: fixed;
  bottom: -1px;
  width: 100%;
  z-index: 99999;
  background: var(--key-Color);
  padding: 0 !important;
  min-height: auto;
  box-shadow: 0px -3px 3px -4px #777777;
}

.Bnr .Bnr__img a {
  background: var(--key-Color);
  width: calc(100% / 4);
  color: #fff;
  font-size: 11px;
  display: block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 1.0;
}

.Bnr .Bnr__img a i {
  font-size: 28px;
  display: block;
}

.writing .Bnr__img a:hover {
  background: transparent !important;
  color: #fff !important;
}

.bottom_menu_contents_wrap {
  padding: 2px 0 2px;
}

.bottom_menu_contents a.Tel:hover {
  background: none !important;
  color: #000 !important;
}

.bottom_menu_contents {
  display: flex;
}

.wpcf7-spinner {
  display: none;
}


/***********

SP

***********************/

@media screen and (max-width: 767px) {
  #site-footer {
    padding-bottom: 80px;
  }
  .contact__wrap {
    border: 4px solid #000;
  }
  .bottom_menu_contents a.Contact span {
    display: none;
  }
  .bottom_menu_contents .ri-arrow-right-s-fill {
    display: none;
  }
  .bottom_menu_contents a.Contact i {
    font-size: 1.15rem;
    margin-right: 3px;
  }
  .bottom_menu_contents a.Contact {
    font-size: 13px !important;
    border-radius: 0.2em;
    line-height: 1.15;
    padding: 0.75em 0.5em !important;
  }
}

.timeline {
  list-style: none;
  border: none;
  margin-top: 2em;
}

.timeline>li {
  margin-bottom: 60px;
  padding-top: 0;
  border: none;
}

.timeline>li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-date {
  width: 110px;
  float: left;
  margin-top: 15px;
}

.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}

.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #0080c6;
  position: absolute;
  left: 106px;
  top: 24px;
  border-radius: 100%;
}

.timeline-date {
  margin-bottom: 0 !important;
  font-weight: bold;
}

.timeline-content p {
  padding-top: 15px;
}

.Time_line_bottom_image_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Time_line_bottom_image_wrap .Item {
  width: calc(94%/4);
}


/**************** 会員登録 *********************/

.swpm-form-builder fieldset {
  clear: both;
  margin: 0 auto 1em auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.swpm-form-builder ul li {
  margin-bottom: 1em !important;
}

input.swpm-text, input[type="text"].swpm-text, input[type="tel"].swpm-text, input[type="email"].swpm-text, input[type="url"].swpm-text, textarea.swpm-textarea {
  padding: 1em;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
}

.swpm-form-builder li div+div {
  margin-top: .5em;
}

#item-swpm-18 {
  display: none;
}

.swpm-form-builder label, label.swpm-desc {
  padding: .5em 1em;
  background: #fafaf9;
  font-size: 1.0rem;
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  margin-bottom: .5em;
}

.swpm-login-widget-logged div {
  padding: .5em;
  margin-bottom: 1em;
  background: #fafaf9;
}

.swpm-edit-profile-link a, .swpm-logged-logout-link a {
  background: #000;
  text-decoration: none;
  display: block;
  padding: .5em;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}

.swpm-logged-membership, .swpm-logged-expiry, .swpm-logged-status, .swpm-edit-profile-link, .swpm-join-us-link {
  display: none;
}

.submit_wrap {
  margin-top: 1em;
}

.swpm-remember-me label {
  display: inline-block;
}

.swpm-login-submit input[type="submit"], .swpm-pw-reset-submit-button input[type="submit"] {
  margin: 1em auto;
  display: block;
}

.swpm-login-form-inner label.swpm-label, .swpm-pw-reset-email label {
  padding: .5em;
  background: #fafaf9;
  font-weight: 600;
}

.swpm-forgot-pass-link a {
  display: block;
  padding: .75em;
  background: #000;
  max-width: 250px;
  text-align: center;
  border-radius: 0.56em;
  text-decoration: none;
  color: #fff;
  margin: 2em auto 0;
}

.swpm-legend h3, #item-swpm-51, .swpm-legend {
  display: none;
}

.swpm-item-password ::placeholder {
  color: #fff !important;
}

/***********

SP

***********************/

@media screen and (max-width: 767px) {
	input.swpm-medium, input[type="text"].swpm-medium, input[type="email"].swpm-text{
		width:100%;
	}
	
}

/**************** RSO *********************/

.rso_flow_wrap{
	padding:var(--s2-space);
	background:#fff;
	display:flex;
	flex-direction:row-reverse;
	justify-content: space-between;
	box-shadow: 0px 0px 10px -5px #777777;
	align-items:center;
}

.rso_flow_wrap:not(:last-child){
	margin-bottom:2em;
}

.rso_flow_wrap .image{
	margin-left:.5em;
	max-width:90px;
}

.rso_flow_wrap h4{
	color:var(--key-Color);
	font-weight:700;
	font-size:1.2rem;
	margin-bottom:.75em;
	margin-top:0;
}

.rso_flow_wrap h4 .icon{
	background:var(--key-Color);
	display:inline-block;
	margin-right:.5em;
	padding:6px 3px;
	text-align:center;
	line-height:28px;
	font-size:1.05rem;
	width:35px;
	height:35px;
	color:#fff;
}

.wpulike-default button.wp_ulike_btn{
background: #e0e0e0 !important;
}

.comment-reply-title, .comments .comment-respond .comment-reply-title{
	font-size:1.4rem;
    margin:0 auto 1em;
	line-height:1.45;
}

.comment-respond label{
	font-size:1.2rem;
    font-weight:700;
}

.required{
	color:#fe0000;
}

.comment-respond #submit{
	background-color: #cd2653 !important;
}

.logged-in-as, .comment-respond p.comment-notes, .comment-respond p.logged-in-as{
 font-size:1.0rem;
 margin:0 auto .5em;
 display:none;
}

.comment-reply-title:after{
	display:none;
}

.comment-author, .comment-metadata, .comment-reply-title small{
    font-size: 1.0rem;
}

.comment-meta{
    min-height:auto;
}

.comment-footer-meta{
	margin-top:1em;
    font-size:1.0rem;
}

.comment-footer-meta a{
	 font-size:1.0rem !important;
}

hr.styled-separator{
	margin:2em auto;
}

.section-inner.small{
	display:none;
}

.comment-meta .avatar{
	display:none;
}

.section-inner.thin, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	max-width:100%;
}

.comment-form-comment label{
  font-size: 0 !important;
}
.comment-form-comment label::before{
  font-size: 18px;
  content: "";
}

.comment-edit-link, .comment-reply, .comment-reply-link, .comment-footer-meta a, .by-post-author, a#cancel-comment-reply-link{
  font-size: 0 !important;
}

.comment-reply-title{
  font-size: 0 !important;
}

/*.comment-reply-title::before{
  content:'Reply';
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
  display: inline-block;
}*/

.comment-edit-link::before{
  font-size: 14px;
  content: "Edit";
}

.comment-reply-link::before{
  font-size: 14px;
  content: "Reply";
}

a#cancel-comment-reply-link::before{
  font-size: 14px;
  content: "Cancel";
}

.by-post-author::before{
  font-size: 14px;
  content: "From the poster";
}


.comment-footer-meta, .comment-respond, .comment-reply-title{
  text-transform: capitalize !important;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

.comment-author a{
  pointer-events: none;
}

#searchform{
	display:flex;
    font-size:1.0rem;
    margin-top:2em;
}

#searchform input[type="text"]{
 font-size:0.9rem;
}

#searchform button{
	max-width:100px;
    padding:.9em 0.5em;
    font-size: 0.9rem !important;
    border-radius:0;
}


/* Login form -  hidden "username" */
.swpm-login-widget-form .swpm-username-label .swpm-label{
	font-size:0;
	
}

.swpm-login-widget-form .swpm-username-label .swpm-label:after{
	content:'Email';
	display:inline-block;
	font-size:15px;
	padding:0.5em;
}

/* Login form -  hidden "forgot password" */
.swpm-login-widget-form .swpm-forgot-pass-link{
	display:none;
}

/* button */
.button-section{
	max-width: var(--containner_small);
	margin:0 auto 1rem auto;
	text-align:center;
	padding-top:2rem;
	padding-bottom:2rem;
}

.button-section div{
	margin:0 0 0.5em;
}

.btn-basic {
  background: var(--key-Color);
  padding: 1.25rem 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  border-radius: 0.25rem;
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
	text-decoration:none;
	display:inline-block;
}
.swpm-form-builder label.swpm-choice{
	margin: -25px 0 0 23px;
    display: inline-block;
    vertical-align: middle;
	background:#fff;
}
input.swpm-text, input[type="text"].swpm-text, input[type="tel"].swpm-text, input[type="email"].swpm-text, input[type="url"].swpm-text, textarea.swpm-textarea{
	width:100%;
}

/* registration form hidden password */
/*
ul.swpm-section.swpm-section-1 li#item-swpm-50{
	display:none;
}
*/