/*
Theme Name: Smart Stack(Twenty Twenty Child)
Template: twentytwenty
*/
@charset "utf-8";

/* -----------------
 * Layout
 * ----------------- */
.pc_only { display: block; }
.sp_only { display: none; }
@media screen and (max-width: 768px){
	.pc_only { display: none; }
	.sp_only { display: block; }
}

/* ------------------
 * General
 * ------------------ */
body,
.entry-content {
  font-family: 'Roboto','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
}
.btn-primary {
	position: relative;
  color: #fff;
  width: 41%;
  height: 75%;
  background-color: #444 !important;
  border-color: #666 !important;
  font-size: 18px !important;
  padding: 2% 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition-duration: 0.8s;
}
.btn-primary:after {
  content: '' !important;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #888;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 2px;
}
.btn-primary:hover {
  background: #fff !important;
  color: #000 !important;
}
.btn-primary.align-center {
  margin: 0 auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
  font-family: 'Lato','Noto Sans', 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
}
input[type="submit"] {
  background: #FF9F10;
}
button:focus {
  outline: none;
}
@media screen and (max-width: 768px){
  .container.sp-overflow {
    overflow-x: scroll;
  }
}

/* ------------------
 * Header
 * ------------------ */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background: rgba(255,255,255,0.87); */
  background: rgba(255,255,255,0.99);
  z-index: 100;
}
.post-inner {
  padding-top: 0;
}
.primary-menu-wrapper + .header-toggles {
	display: none;
}
.header-inner {
	max-width: 152rem;
	padding: 1.5rem 0;
}
.primary-menu > li {
  margin: 0.8rem 0 0 4.2rem;
}
.primary-menu > li a {
	color: #333;
}
.primary-menu a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.primary-menu a::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.primary-menu a:hover::after {
  transform: scale(1, 1);
}

.search-toggle {
  display: none !important;
}
@media screen and (max-width: 1000px){
  .primary-menu > li a,
  .primary-menu li {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px){
  .header-titles {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20%;
  }
  .header-inner {
    padding: 6vw 0;
  }
  .close-nav-toggle {
    opacity: 0 !important;
  }
  .toggle-text {
    display: none;
  }
  .nav-toggle .toggle-inner {
    padding-top: 0;
  }
  .nav-toggle .toggle-icon, .nav-toggle svg {
    height: 2.8rem;
    width: 2.6rem;
  }
  .modal-menu a {
    display: block;
    padding: 2rem 2.5rem;
    text-decoration: none;
    width: 100%;
    color: #333;
    font-size: 16px !important;
    text-decoration: none !important;
  }
  .menu-wrapper {
    justify-content: flex-start;
  }
  .menu-bottom__lead {
    font-size: 16px;
    line-height: 1.8;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #000;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #000;/*左線*/
  }
  .menu-bottom__line-add {
    width: 68%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px){
  .header-inner {
    padding: 8vw 0;
  }
}

/* -----------------
 * TOP
 * ----------------- */
.carousel-item {
  padding-top: 95px;
}
.carousel-caption {
  top: 25vw !important;
  bottom: auto !important;
  left: 8% !important;
  right: auto !important;
}
.t-kv__ttl {
  margin: 6rem auto 4rem 0 !important;
  width: 100%;
  font-weight: 700;
  font-size: 80px;
  text-align: left;
  letter-spacing: 0.2px;
  text-shadow: 3px 3px 25px #000;
}
.t-kv__txt {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin-bottom: 8%;
  text-align: left;
  text-shadow: 1px 1px 5px #000;
}
.t-kv__cv {
  display: flex;
  margin-top: 45px;
  opacity: 0;
  animation: bgextendAnimeBase 0.8s ease 1s 1 forwards;
}
.t-section {
	padding: 0;
  margin-bottom: 0;
}
.t-section__ttl {
	margin-bottom: 75px;
  font-size: 48px;
	/* font-size: 38px; */
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
.t-section__ttl.align-left {
  text-align: left;
}
.t-section__ttl.align-left.is-news {
  font-size: 36px;
}
.t-section__ttl span {
	font-size: 18px;
  letter-spacing: 1px;
}
#idx-price {
  padding: 95px 0 0;
}
.t-section__ttl.is-price {
  margin: 40px auto 3rem;
}
.t-section__desc {
  margin: 50px 0 65px;
  font-size: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6 !important;
  text-align: center;
}
@media screen and (max-width: 900px){
  .slider {
    height: calc(100vw - 95px);
  }
  .carousel-caption {
    width: 90vw;
    height: 65vw;
    top: 18vw !important;
    left: 5vw !important;
  }
  .t-kv__ttl {
    width: 100%;
    font-size: 36px; 
  }
}
@media screen and (max-width: 767px){
  .carousel-item {
    padding-top: 12vw;
  }
  .carousel-caption {
    width: 90vw;
    height: 100vw;
    top: 40vw !important;
    left: 5vw !important;
  }
  .t-kv__ttl {
    margin: 0 auto 3rem 0 !important;
    width: 50%;
    font-size: 36px !important;
  }
  .t-kv__txt {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 45px;
  }
  .btn-primary {
    width: 100%;
    height: 64px;
  }
  .is-contact .btn-primary {
    width: 90%;
  }
  .t-section__ttl.align-left.is-news {
    font-size: 30px;
  }
  .t-section__ttl {
    font-size: 34px;
    line-height: 1.6;
  }
  .t-section__desc {
    font-size: 18px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 750px){
  .carousel-item {
    padding-top: 16vw;
  }
  .t-kv__ttl {
    width: 100%;
  }
  .t-kv__txt {
    font-size: 14px;
    margin-bottom: 8%;
  }
  .t-section__desc {
    font-size: 14px;
    margin-top: 45px;
  }
}
/* -----------------
 * News & Campaign
 * ----------------- */
.row.t-news__post {
  margin-bottom: 90px;
}
.t-news__view-all {
  width: 10%;
  position: relative;
}
.t-news__view-all__item {
  position: absolute;
  top: 28%;
}
.t-news__view-all__item a {
	font-size: 18px;
	color: #333;
	position: relative;
}
.t-news__view-all__item a:after {
  content: '';
  position: absolute;
	top: calc(50% - 13px);
  right: -38px;
  width: 25px;
  height: 25px;
  /*background: url(./assets/img/icon_arrow-right_white.svg) 0 0 no-repeat;
  background-size: 100% 100%;*/
  font-family: 'Material Icons';
	content: "arrow_forward";
	transition-duration: 0.8s;
}
.t-news__view-all__item a:hover:after {
	right: -43px;
}
.t-news-post__thumb a:hover {
  opacity: 0.6;
}
.t-news-post__cate {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  padding-bottom: 12px;
  position: relative;
}
.t-news-post__cate:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 22px;
	height: 3px;
	background: #FF9F10;
}
.t-news-post__ttl {
  margin: 20px 0 10px !important;
  font-weight: 700;
}
.t-news-post__time {
  font-size: 14px;
}

@media screen and (max-width: 768px){
  .wrapper__t-news {
    position: relative;
    padding-bottom: 72px;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    flex-direction: column;
  }
  .row.t-news__post {
    width: 57%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    overflow-x: scroll;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    /* justify-content: space-between; */
    flex-direction: column;
  }
  .t-news__view-all {
    width: 100%;
    margin-bottom: 90px;
  }
  .t-news__view-all__item {
    width: 100%;
    text-align: right;
  }
  .t-news-post__ttl {
    margin: 0px 0 34px !important;
    font-size: 17px;
    white-space: break-spaces;
  }  
}


/* -----------------
 * About
 * ----------------- */
.t-section.t-about {
	padding: 95px 0 100px;
  background: url(./assets/img/324sma20647.jpg) 0 0 no-repeat;
	color: #fff;
  background-size: cover;
  background-position: 50% 50%;
}
.t-about__thumb {
  width: 45%;
  margin: 0 auto;
}
.t-about__ttl {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
}
.t-about__desc {
  font-size: 16px;
  line-height: 1.6 !important;
}
.t-about__meta span {
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .t-section.t-about {
    padding: 16px 0 100px;
    /* background: url(./assets/img/t-about_bg_sp@2x.png) 0 0 no-repeat; */
    background: url(./assets/img/324sma20499_vertical.jpg) 0 0 no-repeat;
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
  }
  .t-section.t-about:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
  }
  .t-section.t-about .container {
    position: relative;
    z-index: 1;
  }
  .t-about__box {
    display: flex;
    margin-bottom: 34px;
  }
  .t-about__thumb {
    width: 30%;
  }
  .t-about__meta {
    width: 70%;
    padding: 10px;
  }
  .t-about__ttl {
    font-size: 17px;
    text-align: left;
    font-weight: 700;
    margin: 0 0 10px 0 !important;
  }
  .t-about__desc {
    font-size: 13px !important;
    font-weight: 700;
  }
}
/* -----------------
 * Program
 * ----------------- */
.t-section.t-program {
  padding: 65px 0;
  background: #F1F1F1;
}
.t-program__thumb {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 95px;
  padding: 20px;
  align-items: center;
  display: flex;
  position: relative;
}
.t-program__box:nth-child(2n) .t-program__thumb{
  flex-direction: row-reverse;
}
.t-program__thumb img {
  width: 45%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}
.t-program__thumb figcaption {
  padding: 0 0 0 32px;
}
.t-program__box:nth-child(2n) .t-program__thumb figcaption {
  padding: 0 32px 0 0;
}
.t-program__ttl {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0 !important;
  margin-top: 40px;
  margin-bottom: 24px !important;
  color: #000;
  letter-spacing: 1px;
}
.t-program__desc {
  font-size: 15.5px;
  line-height: 1.8 !important;
  color: #333;
}
/* profile */
.profile {
  width: 85%;
  margin-left: 7.5% !important;
  padding: 20px 0 0;
}
.col-md-6.profile__box {
	padding: 0 58px 0 0 !important;
}
.col-md-6.order-md-2.profile__box {
  padding: 0 0 0 58px !important;
}
.profile-heading {
	padding: 20px 0;
  font-size: 24px;
  position: relative;
}
.profile-license {
  font-size: 11px !important;
  font-weight: 700;
  padding: 35px 12px;
  /* border: 1px solid; */
}
.profile-heading:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
	background: #07A2FC;
}
.profile-type {
  font-weight: 700;
  font-size: 16px;
}
.profile-desc {
  font-size: 18px;
  margin-top: 25px;
  line-height: 1.8 !important;
}
.profile__box__img {
  margin-top: 67px;
}
.profile-image {
  /* border-radius: 35px; */
  border-radius: 50%;
}
.wrapper_license {
  padding: 20px 8px;
}
.wrapper_license p {
  font-size: 14px !important;
  line-height: 1.7;
}
.t_license_body {
  padding: 0 8px;
}
@media screen and (max-width: 768px){
  .t-program__box {
    margin-bottom: 45px;
  }
  .t-program__thumb {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .t-program__box:nth-child(2n) .t-program__thumb {
    flex-direction: column;
  }
  .t-program__thumb img {
    width: 80%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
  }
  .t-program__thumb figcaption,
  .t-program__box:nth-child(2n) .t-program__thumb figcaption {
    padding: 0;
  }
  .t-program__ttl {
    font-size: 17px;
    margin: 18px 0 !important;
  }
  .t-program__desc {
    font-size: 14px !important;
  }
  .profile {
    width: 100%;
    margin-left: 0 !important;
    padding: 20px 0 0;
    flex-direction: column-reverse;
  }
  .wrapper_license p {
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1;
    font-feature-settings: "palt";
    padding: 0;
  }
  .col-md-6.order-md-2.profile__box {
    padding: 0!important;
  }
  .col-md-6.profile__box {
    padding: 0 !important;
  }
  .col-md-6.profile__box__img {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .profile-image {
    width: 37vw !important;
    height: 37vw !important;
  }
  .profile-heading {
    padding: 16px 0;
    font-size: 22px;
    margin: 0 0 14px !important;
  }
  .profile-desc {
    font-size: 14px !important;
  }
  .wrapper_license {
    padding: 20px 0;
  }
}

@media screen and (max-width: 750px){
  .profile-image {
    width: 55vw !important;
    height: 55vw !important;
  }
}
/* -----------------
 * How to use
 * ----------------- */
.t-how-to-use {
  margin-top: 150px;
  padding-top: 90vh;
  padding-bottom: 128px;
  background: url(./assets/img/324sma21261.jpg) center 0 no-repeat;
  background-size: 100% auto;
}
.t-how-to-use__step {
  background: #fff;
  padding: 22px 0;
}
.how-to-use__item {
  margin: 0 auto;
  padding-bottom: 65px;
	background: url(./assets/img/t-how-to-use__arrow-down.svg) 9% 85% no-repeat;
  background-size: 1% 28%;
}
.how-to-use__item:last-child {
	background: none;
}
.t-how-to-use__thumb {
  width: 19%;
}
.t-how-to-use__thumb img {
  width: 80%;
}
.t-how-to-use__meta {
  padding: 28px 0;
  margin-left: 6%;
  width: 94%;
  border-bottom: 1px solid #C9C9C9;
}
.how-to-use__item:last-child .t-how-to-use__meta {
	border-bottom: none;
}
.t-how-to-use__ttl {
  margin: 0 0 12px 0 !important;
  font-size: 18px;
  font-weight: 500;
}
.t-how-to-use__ttl span {
	margin-right: 12px;
	font-size: 28px;
}
.t-how-to-use__desc {
  font-size: 16px;
}
.t-how-to-use__step {
  border-bottom: 1px solid #C9C9C9;
}
.wrapper__line-add {
  margin-top: 25px;
  width: 50%;
}
@media screen and (max-width: 768px){
  .t-how-to-use {
    margin-top: 70px;
    padding-top: 205px;
    background: url(./assets/img/324sma21261.jpg) center 0 no-repeat;
    background-size: contain !important;
  }
  .t-how-to-use__ttl {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }
  .t-how-to-use__step {
    width: 90vw !important;
    border: 1px solid #ddd;
  }
  .t-how-to-use__thumb {
    width: 28%;
  }
  .t-how-to-use__thumb img {
    margin-top: 0 !important;
  }
  .t-how-to-use__meta {
    padding: 12px 0 32px 15px;
    margin-left: 0;
    width: 65%;
  }
  .how-to-use__item {
    background: url(./assets/img/t-how-to-use__arrow-down.svg) 14% 85% no-repeat;
    background-size: 3% 28%;
  }
}

@media screen and (max-width: 450px){
  .how-to-use__item {
    background: url(./assets/img/t-how-to-use__arrow-down.svg) 15% 85% no-repeat;
  }
}

@media screen and (max-width: 768px){
 .wrapper__line-add {
    width: 80%;
  }
}
/* -----------------
 * Price
 * ----------------- */
.t-price__box {
  margin: 0 auto;
  margin-top: 55px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  /* border: 1px solid #000; */
}
.t-price__box__head {
  border-bottom: 1px solid #000;
}
.t-price__box__head,
.t-price__box__bottom {
	padding: 22px;
}
.t-price__box__head__ttl {
  margin: 0 !important;
  font-size: 28px;
  font-weight: 700;
}
.t-price__box__head__ttl span {
	font-size: 22px;
	margin-left: 22px;
}
.t-price__box__bottom___desc {
  margin: 0;
  padding: 0 24px 0 0;
  font-size: 16px !important;
  font-weight: 700;
}
.t-price__box__bottom___price {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}
.t-price__box__bottom___price span {
	font-size: 22px;
	margin-left: 2px;
}
@media screen and (max-width: 768px){
  .t-price__box__head__ttl {
    font-size: 22px;
  }
  .t-price__box__head__ttl span {
    font-size: 13px;
    margin-left: 22px;
  }
  .t-price__box__bottom {
    flex-direction: row;
  }
  .t-price__box__bottom___desc {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6 !important;
    margin-bottom: 18px;
    width: 50%;
    text-align: right;
  }
  .t-price__box__bottom___price {
    text-align: center;
    width: 50%;
  }
  .t-price__box__bottom___price span {
    font-size: 20px;
  }
}
/* -----------------
 * loop_wrap
 * ----------------- */
.wrapper__flow-photo {
  margin-bottom: 0;
}
.FlowPhoto {
  margin: 0;
  margin-top: 155px;
}
@media screen and (max-width: 768px){
  .FlowPhoto {
    margin-top: 55px;
  }
}

/* -----------------
 * Contact
 * ----------------- */
.t-section.is-contact {
  position: relative;
	padding: 95px 0 100px;
  background: url(./assets/img/324sma20254.jpg) 0 0 no-repeat;
	color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}
.t-section.is-contact:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 0;
}
.t-section.is-contact .container {
  position: relative;
  z-index: 1;
}
.is-contact .t-section__desc {
  text-align: center;
  line-height: 1.8 !important;
  margin: 0 auto;
  padding: 55px;
}
.wrapper__contact-line-add {
  width: 220px !important;
  margin: 0 !important;
  display: flex;
  justify-content: start;
}
.wrapper__t-contact-line-add {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .is-contact .t-section__desc {
    padding: 35px 8vw;
    font-size: 13px;
    font-feature-settings: "palt";
  }
  .wrapper__contact-line-add {
    width: 88% !important;
    margin: 0 auto !important;
    margin-top: 20px !important;
  }
  .wrapper__contact-line-add.is_single {
    width: 55% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .t-kv__cv.justify-content-center.is_single {
    width: 80% !important;
    font-size: 12px !important;
    margin: 0 auto !important;
    margin-top: -35px !important;
    margin-bottom: 65px !important;
    padding: 0 !important;
  }
  .t-kv__cv.justify-content-center.is_single a {
    font-size: 14px !important;
  }
  .wrapper__t-contact-line-add {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media screen and (max-width: 450px){
  .wrapper__contact-line-add {
    width: 78%;
  }
}

/* -----------------
 * Online Shop
 * ----------------- */
.t-online-shop {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 25% !important;
  padding: 30px 30px 12px;
  text-align: center;
  border: 1px solid #333;
  background: #fff;
}
.t-online-shop.fadeout {
  animation: fadein-keyframes 0.4s ease 0s 1 forwards;
}
@keyframes fadein-keyframes {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.t-online-shop__ttl {
  margin: 0 0 20px !important;
  font-weight: 700;
  text-indent: 1rem;
  /* background: url(./assets/img/icon_cart.svg) calc(50% - 104px) 2px no-repeat;
  background-size: 24px 22px; */
}
.t-online-shop__ttl:before {
  content: '';
  font-family: 'Material Icons';
  content: "shopping_cart";
  margin-right: 8px;
  vertical-align: bottom;
}
.t-online-shop__desc {
  font-size: 14px;
  text-align: center;
}
.btn-primary.is-onlineshop {
  width: 100%;
  background: #000 !important;
  border: 1px solid #000 !important;
}
.btn-primary.is-onlineshop:hover {
  width: 100%;
  background: #fff !important;
  color: #000 !important;
}
.t-online-shop__close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  background: url(./assets/img/x-btn.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.t-online-shop__close:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 768px){
  .t-online-shop {
    display: none;
  }
}

/* ---------------------------------------------
 * 240411 TOP CSS(固定ページに直書きしていたものを移植)
 * ------------------------------------------ */
.home .t-section__ttl.is-access {
  margin-bottom: 75px;
  margin-top: 120px;
}
.home .t-section__ttl.is_staff {
  margin-top: 120px;
}
.home .t-access__box__bottom___desc span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -14px;
  display: block;
}
.home .t-access__box__bottom___price span {
  font-weight: 500;
  margin-bottom: -28px;
  display: block;
}
.home .t-access__box__bottom___desc,
.home .t-access__box__bottom___price {
  font-size: 18px;
}
.home .t-program__ttl span {
  font-size: 12px;
}
.home .t-access__box__how__ttl {
  margin: 10px 0 !important;
  padding: 0.25em 0.5em;
  font-size: 16px;
  font-weight: 700;
  color: #494949;
  background: transparent;
  border-left: solid 5px #07A2FC;
}
.home .t-access__map.col-lg-12 {
  margin-bottom: 60px;
  margin-top: 35px;
}
.home .t-access {
  padding-bottom: 100px;
}
.home .t-access__box__tel__ttl {
  position: relative;
  padding: 0.6em;
  color: #fff;
  background: #07A2FC;
}
.home .t-access__box__tel__ttl:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 5px;
  border: 15px solid transparent;
  border-top: 15px solid #07A2FC;
  width: 0;
  height: 0;
}
.home .t-access__box__how__desc {
  margin-bottom: 28px !important;
  font-size: 14px !important;
}
.t-access__box__how_item:nth-child(3) .t-access__box__how__desc,
.t-access__box__how_item:nth-child(4) .t-access__box__how__desc {
  margin-bottom: 0 !important;
}
.home .t-access__box__tel__ttl {
  margin: 10px 0 !important;
}
.home .t-access__box__ttl {
  margin: 5px 0 10px !important;
  font-size: 24px;
  font-weight: 700;
}
.home .t-access__box__tel__body {
  margin-top: 22px;
}
.home iframe {
  width: 100%;
  max-height: 300px;
}
.t-access__box__head p img {
  width: 100% !important;
}
.t-access__box__how {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.t-access__box__how_item {
  width: 50%;
  padding: 0 20px 0 0;
}
@media screen and (max-width:768px) {
  .home .t-access__box__ttl {
    margin: 16px 0 10px !important;
    font-size: 20px;
  }
  .t-access__box__desc {
    font-size: 14px !important;
  }
  .t-access__box__how_item {
    width: 100%;
    padding: 0;
  }
  .t-access__box__bottom {
    padding: 20px 0 !important;
  }
  .t-access__box__bottom___desc {
    margin-bottom: 10px;
  }
  .t-access__box__head p img {
    width: 64% !important;
  }
  .t-access__box.d-md-flex.justify-content-between.col-lg-12,
  .home .t-access__map.col-lg-12 {
    padding: 0;
  }
}
/* -----------------
 * footer
 * ----------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.wrapper__footer {
  background: #000;
}
.f-box {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 0;
}
.f-box__item.logo { width: 10%; }
.f-box__item.sitemap { width: 65%; }
.f-box__item.sns { width: 25%; }
.f-box__item__list {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}
.f-box__item__list__item__link a {
  font-size: 13px;
  color: #9A9A9A;
}
.f-sns {
  display: flex;
  justify-content: start;
  margin-bottom: 30px;
}
.f-sns__item {
  margin-right: 16px;
  width: 18%;
}
.f-sns__item:not(.is_line) {
  padding: 3px;
}  
.f-sns__item a,
.f-sns__item a img {
  width: 100%;
}
.f-address__item {
  color: #9A9A9A;
  font-size: 12px;
  margin-bottom: 2px;
}
.f-address__item.is-name {
  font-size: 14px;
  font-weight: 700;
}
#site-footer {
  font-size: 13px;
  padding: 3.3rem 0 4rem;
  background: #000;
  /* text-align: center; */
}
#site-footer .section-inner {
  justify-content: center;
  color: #9A9A9A;
}

@media screen and (max-width: 768px){
  .f-box {
    padding: 40px 0 0;
    flex-direction: column;
  }
  .f-box__item.logo { width: 100%; }
  .f-box__item.sitemap { width: 100%; }
  .f-box__item.sns { width: 100%; }
  .f-box__item__list {
    flex-direction: column;
    margin: 30px 0;
  }
  .f-box__item__list__item {
    margin: 0 0 30px 0;
  }
  .f-box__item__list__item__link {
    margin: 0 0 16px 0;
  }
  .f-box__item__list__item__link a {
    font-size: 16px;
  }
  .f-sns__item {
    width: 10%;
  }
}

/* form */
#mw_wp_form_mw-wp-form-323 {
  padding: 190px 20px;
  font-size: 15px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  #mw_wp_form_mw-wp-form-323 {
    padding: 90px 20px;
    font-size: 15px;
    width: 100%;
  }
}

/* -------------------------------------
 * 2020.12.17 本番公開対応 c3_yamada add
 * ------------------------------------- */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
  width: 100%;
}
#myCarousel {
  margin-bottom: 60px;
}

/* -------------------------------------
 * 2021.03.08 記事ページ対応 c3_yamada add
 * ------------------------------------- */
.single #site-content {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 50px 0;
}
.single .entry-content {
  line-height: 1.8;
}
.single .entry-content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single .entry-content.smart-stack-post__body h2 {
  width: calc(100% - 8px) !important;
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  /* border: dashed 2px white; */
  padding: 0.2em 0.5em;
  color: #454545;
  font-size: 22px;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}
.single .entry-content.smart-stack-post__body h2:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
  
.single .entry-header-inner {
  width: 100%;
}
.single .entry-title {
  font-size: 32px;
  text-align: left;
}
.wrapper__post-meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single .entry-categories-inner {
  /* text-align: left; */
  justify-content: flex-start;
  margin-top: 10px;
}
.single .entry-categories {
  margin: 0;
}
.single .entry-categories a {
    font-size: 1.5rem;
    margin: 0;
    margin-left: 22px;
    background: #07A2FC;
    color: #fff;
    padding: 5px 8px 2px 8px;
    font-size: 12px;
    border-radius: 5px;
}
.single .post-meta-wrapper {
  max-width: 100%;
}
.single .post-meta-single-top .post-meta {
    justify-content: flex-start;
}
.single .post-author.meta-wrapper,
.single .post-comment-link.meta-wrapper,
.single .comments-wrapper {
  display: none;
}
.singular .entry-header {
  display: none;
}
.single.singular .entry-header {
  display: block;
}
.contact-line-add-link {
  display: block;
  width: 330px;
  height: 90px;
  background: url(/wp-content/themes/smart-stack/assets/img/line_btn_black.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.contact-line-add-link:hover {
  background: url(/wp-content/themes/smart-stack/assets/img/line_btn_white.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px){
  .single #site-content {
    width: 92%;
    padding: 20vw 0;
  }
  .single .entry-title {
    font-size: 24px;
  }
  .single .entry-content {
    font-size: 16px;
  }
  .single .entry-content p {
    line-height: 2;
  }
  .single .entry-categories a {
    margin-left: 10px;
  }
  .single .entry-content.smart-stack-post__body h2 {
    font-size: 18px;
  }
  .post__topics-experience__flow li h3 {
    padding: 0 0 2px 44px;
    font-size: 16px !important;
  }
}

/* --------------- 
 * 210309 ymada add
 * --------------- */
#sb_instagram {
  margin-bottom: 150px;
}

/* --------------- 
 * 210523 3topics はじめての方へ
 * --------------- */
.post__topics-experience__flow {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
  margin-bottom: 0;
}
.post__topics-experience__flow li {
  position: relative;
  line-height: 1.5em;
  padding: 0;
  margin: 45px 0;
}
.post__topics-experience__flow li h3 {
  position: relative;
  padding: 0 0 2px 48px;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.post__topics-experience__flow li h3:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #000;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post__topics-experience__flow__text {
  margin: 16px 16px 48px 40px;
  line-height: 1.6;
}
.post__topics-experience__flow__img {
  width: 64%;
  margin: 0 auto;
  padding: 24px 0 32px;
}
.post__topics__text {
    font-size: 18px;
}
.post__topics__text_img {
  position: relative;
  display: block;
  width: 88% !important;
  margin: 0 auto;
  margin-top: 20px;
}
.post__topics__text_img figcaption {
  padding: 10px 0;
  text-align: center;
}
.post__topics__faq {
  border-bottom: solid 0.3px black;
  padding-bottom: 28px;
}
.post__topics__faq:last-child {
  border-bottom: none;
}
.post__topics__question__container {
    display: flex;
    margin-bottom: 15px;
}
.post__topics__answer__container {
    display: flex;
}
.post__topics__question {
    font-family: 'Noto Sans', 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    font-size: 30px;
    margin-right: 18px;
    color: #007BFF;
    font-weight: 700;
}
.post__topics__answer {
    font-family: 'Noto Sans', 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    font-size: 30px;
    margin-right: 18px;
    color: #778899;
    font-weight: 700;
}
.post__topics__faq__text {
    font-size: 18px;
    margin-top: 11px;
}
@media screen and (max-width: 768px){
  .post__topics-experience__flow__text {
      font-size: 14px !important;
      margin-left: 15px !important;
      line-height: 1.5 !important;
  }
  .post__topics__text{
      font-size: 16px !important;
      line-height: 1.5 !important;
  }
  .post__topics__faq__text{
      font-size: 16px !important;
      line-height: 1.5 !important;
      margin-top: 17px;
  }
  .post__topics-experience__flow li h3:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

/* --------------- 
 * 210523 3topics コロナ対策
 * --------------- */
.post__topics__covid19__container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0.5px #17b3d7;
    border-radius: 16px;
    width: 780px !important;
    min-height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 45px;
}
.post__topics__covid19__img {
    width: 120px;
    height: auto;
}
p.post__topics__covid19__text {
    width: 500px;
    font-size: 18px;
    font-weight: bold;
    color: #17b3d7;
    margin-left: 35px;
}
@media screen and (max-width: 768px) {
  p.post__topics__covid19__text {
    width: 300px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5 !important;
    color: #17b3d7;
    margin-right: 10px;
    margin-left: 20px;
  }
  .post__topics__covid19__img {
    width: 120px;
    height: auto;
    margin-left: 20px;
  }
}

/* --------------- 
 * 210830 3topics トレーニングについて
 * --------------- */
.post__topics__strength__container {
    display: flex;
    align-items: center;
}
p.post__topics__strength__text {
    width: 440px;
    padding-left: 30px;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
  .post__topics__strength__container {
    flex-direction: column;
    align-content: space-around;
  }
  p.post__topics__strength__text {
    width: 100%;
    margin-top: 15px;
    padding-left: 0px;
  }
}

/* --------------- 
 * 220408 Newページ
 * --------------- */
.new_kv {
  width: 100vw;
  height: 260px;
  background: url(https://smart-stack-2020.com/wp-content/uploads/2022/04/hero_new_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-top: 95px;
  position: relative;
}
.new_kv:before {
  content: '';
  background: rgba(0,0,0,0.2);
  width: 100vw;
  height: 260px;
  position: absolute;
  z-index: 1;
}
.new_kv h1 {
  position: absolute;
  z-index: 999;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  top: 40%;
}
.new_kv h1 span {
  font-size: 1.8rem;
}
.wrapper_news-list article {
  display: flex;
  margin-top: 95px;
}
.wrapper_news-list article .entry-header {
  width: 35%;
}
.wrapper_news-list article .post-inner {
  width: 65%;
}
.news-ttl {
  font-size: 2.8rem !important;
  text-align: left;
  margin-bottom: 20px !important;
}
.post-meta-single-top .post-meta {
  justify-content: left;
}
.smart-stack-post__body p:not(.t-section__desc) {
  font-size: 16px;
  margin-bottom: 10px;
}
.smart-stack-post__body p:not(.t-section__desc) img {
  /* width: 60%; */
  width: 100%;
  margin: 0 auto;
  margin-top: 11px;
  border-radius: 8px;
}
.entry-categories-inner {
  margin: 0;
}
.entry-categories-inner_name {
  padding: 6px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #000;
  border-radius: 4px;
}
.post-author.meta-wrapper {
    display: none;
}
.pagination-wrapper {
    margin-bottom: 120px;
}
.nav-next-text,
.nav-prev-text {
    display: none;
}
@media screen and (max-width: 768px) {
  .new_kv {
    margin-top: 67px;
    height: 90vw;
    background: url(https://smart-stack-2020.com/wp-content/uploads/2022/04/hero_new_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .new_kv:before {
    content: '';
    background: rgba(0,0,0,0.2);
    width: 100vw;
    height: 90vw;
    position: absolute;
    z-index: 1;
  }
  .wrapper_news-list article {
    flex-direction: column;
  }
  .wrapper_news-list article .entry-header,
  .wrapper_news-list article .post-inner,
  .wrapper_news-list article .section-inner {
    width: 100%;
  }
  .post-meta-single-top .post-meta {
    margin-bottom: 20px;
  }
  .smart-stack-post__body p:not(.t-section__desc) img {
    border-radius: 8px;
  }
}

/* 240411 yamada add */
.pagination-single a {
  font-size: 16px;
  color: #000;
}

/*==================================================
背景色が伸びて出現
===================================*/

/*全共通*/

.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:0.8s;
  animation-delay: 0.4s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
  }
}

/*左から右*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000; /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}

/* .carousel-item {
  overflow: hidden;
}

@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.carousel-item img {
  animation-name: fadeZoom;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  background-color: #000;
} */
.slick-slide {
  position: relative;
}
.slick-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.11);
}
.slider {
  /* padding-top: 95px; */
  padding-top: 0;
  height: calc(100vh - 95px);
  height: 73.4vw;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100vw;
}
.slick-img img {
  width: 100%;
}
.slick-dots {
  bottom: 48px !important;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@media screen and (max-width:768px) {
  .slider {
    padding-top: 64px;
/*    height: 149.4vw;*/
    height: calc(100vh - 95px);
    max-height: 160vw;
    background: #fff;
  }
}

/* TOP お知らせ */
.t-section.is-news {
  padding: 55px 0 70px;
  /* margin-top: 155px; */
  background: #F3EFEB;
}
.wrapper_t_news {
  display: flex;
  justify-content: flex-start;
}
.wrapper__thumbnail-box__item {
  width: calc(20% - 15px);
}
.wrapper__thumbnail-box__item:not(:nth-child(5n)){
  padding-right: 15px;
}
.t-topics__img-link:hover {
  opacity: 0.6;
}
.t-topics__img-link figure {
  width: 100%;
  min-height: 182px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.t-topics__img-link figure img {
  border-radius: 8px;
}
.t-topics__meta {
  font-size: 14px !important;
}
.t-topics__meta__cate {
  font-size: 12px !important;
  background: #000;
  color: #fff;
  width: fit-content;
  padding: 3px 6px;
  border-radius: 4px;
}
.t-topics__desc a {
  color: #222;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .wrapper__thumbnail-box__item {
    width: calc(50% - 15px);
  }
  .wrapper__thumbnail-box__item:not(:nth-child(5n)) {
    padding-right: 0;
  }
}

#image-container {
  position: relative;
  height: 1500px; /* Adjust based on content */
  width: 100%;
}

.random-image {
  position: absolute;
  width: 150px;  /* Example size, adjust as needed */
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.post-meta-wrapper.post-meta-single.post-meta-single-top {
  display: none;
}