/**
 * Custom Styles for otonari.loopgate.jp
*/
 
body {
	color: #696357;
}

.l-header .l-2row-header .c-fluid-container {
	padding-right: 0;
}

.c-site-branding__description a {
	color:#696357;
	text-decoration: none;
}

.c-meta__item--author {
	display: none;
}

.c-meta__item {
	white-space: nowrap;
}

.c-copyright {
	text-align: center;
}

.c-meta__item {
	white-space: nowrap;
}


/* イベントリスト・ウィジェットの作成日を非表示 */
/* .top-event-info-list .c-entry-summary__meta, */
.event-simple-list .c-entry-summary__meta {
	display: none;
}

.c-meta__item--modified {
	display:none;
}

.c-meta__item--author {
	display: none;
}

.wpaw-site-branding__logo {
}

.l-contents__inner:first-child {
	padding-top: 0;
}

.c-header-content .smb-buttons {
	align-items: center;
}

.c-header-content .smb-btn,
.top-cta-btn .smb-btn {
	background-color:var(--sub-accent-color);
}

.c-header-content .smb-btn.header-download-btn {
	background-color:#ff6900;
	padding-left: 35px;
	padding-right: 35px;
	font-weight: bold;
}

.header-contact-btn {
	padding: 24px 40px;
	font-weight: bold;
}

.hedear-cta-btns {
	display: flex;
	flex-direction: row;
}

.header-contact-phone {
	margin-right: 10px;
}

@media screen and (max-width: 1323px) { 
	.header-contact-phone {
		display: none;
	}	
}

/* logo ticker */
#logo-ticker-2,
#logo-ticker-3 {
	margin-top: 0;
}


.setting-steps .smb-items__item__title {
	text-align: center;
	font-size: 1rem;
}

.conversion-area .smb-section__title {
	background-color: #E5A622;
	color: #fff;
	border-radius: 18px;
	padding: 18px 14px 0;
}

/*
.case-item {
	background-color: #fff;
	padding: 26px;
	border: 1px solid #ede8e4;
}
*/

@media screen and (min-width: 640px) { 
	.case-caption {
		height: 7em;
	}
}

.company-info .smb-information__item {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: calc(var(--_space, 1.8rem)*1*var(--_margin-scale, 1));
	margin-left: 14px;
	margin-right: 14px;
}

.company-info .smb-information__item__label {
/* 	color: var(--accent-color,#cd162c); */
/* 	font-size: 1.3rem; */
}


@media (min-width: 64em) {
	.company-info .smb-information__item__label{
/* 	    text-align: center; */
	}
}

.l-footer {
	border-top: 0 none;
}

.c-copyright {
	background-color: var(--accent-color);
	color: #fff;
}

.l-footer-widget-area,
.gs-footer-trademark {
	background-color:var(--accent-color);;
}

.gs-footer-trademark {
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}

/* loopgateの実績 */
.achievement-items .smb-items__item__title,
.achievement-items .smb-items__item__content {
	text-align: center;
}

.l-1row-header__content {
	padding-top: 0;
	padding-bottom: 0;
}

.p-entry-content>:first-child.lead-section {
	padding-top: 0;
}

/* 2row header */
.l-2row-header__row:first-child {
	padding-top: 0;
	padding-bottom: 0;
}

.l-header--2row .l-header__content {
	padding-top: 0;
	padding-bottom: 0;
}

.c-header-content-sp {
	display: flex;
	margin-right: 8px;
}

/* lp header */
.lp-header .smb-container__body {
	display: flex;
	align-items: center;
}

.lp-header-logo {
	display: flex;
	align-items: center;
}

.lp-header-copy {
	border-style: solid;
	border-width: 0 1px;
	border-color:#696357;
	padding: 0 1em;
}

.lp-header-contact-btn {
}

.header-item {
	flex-grow: 1;
}

.wp-block-image.top-kv-pc>figure,
.wp-block-image>figure.top-kv-pc,
.wp-block-image>figure.top-kv-sp,
figure.wp-block-image.top-kv-pc,
figure.wp-block-image.top-kv-sp {
	padding-top: 0;
}

.wp-block-image.top-kv-pc {
	padding-top: 0;
}

.p-entry-content .top-kv-sp {
	margin-top: 0;
}

.case-logo-list figure {
	width: 38%;
}

.top-kv-txt {
	text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.8);
}

@media (min-width: 640px) {
	.case-logo-list figure {
		width: 14%;
	}	
}

/* logo slider */
.logo-slider-container {
  overflow: hidden;
}

.slider {
  width: 100%;
  position: relative;
}

.logo-slides {
  display: flex;
  width: 200%;
  animation: slide 10s linear infinite;
}

.logo-slide {
  flex-basis: 50%;
  display:flex;
  align-items: center;
}

.logo-slide figure {
    display: block;
	--logo-width:230px;
    flex-basis: var(--logo-width, 20%);
/*     padding: clamp( 30px, 4vw, 60px ) 0; */
	width: 160px;
	margin: 0 15px !important;
    transition: transform 0.3s;
/*     cursor: pointer;	 */
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (min-width: 640px){
	.logo-list-img {
		width: 15%;
	}
	.logo-slides {
		animation: slide 12s linear infinite;
	}
}

.p-entry-content .kv-download-btn {
	margin-top: 0;
}

.wp-block-buttons .kv-btn-pc {
/* 	margin-top: -68px; */
}

.p-entry-content .kv-sp-copy {
/* 	width: 84%; */
	margin: 0 auto;
	white-space: nowrap;
}

.smb-faq__item {
	background-color:#EDE8E4;
	border-radius: 8px;
	padding: 16px;
}

.smb-faq__item__answer {
	background-color: #fff;
	margin: 16px;
	padding: 10px;
}

.smb-faq__item__question__label,
.smb-faq__item__answer__label {
	color: #524A3C;
	font-size: 32px;
}

.smf-item__label__text .sme-badge {
	margin-right: 1em;
}

.smf-text-control input {
	width: 100%;
}

.hukidashi-title {
	background-color: #696357;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
    position: relative;
	border: solid 3px #696357;
}

.smb-section__body .hukidashi-title {
	padding: 0.8em 0.8em 1em;
	margin-bottom: calc(var(--_space, 1.8rem)*3);
}

.hukidashi-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #696357;
}

.hukidashi-title h3 {
  margin: 0;
  padding: 0;
}

.issue-list {
	padding: 0 2em 0 3em;
}

.is-style-sme-list-check li:before {
	border-color: #E5A622;
}

.point-box {
	padding-left:4rem;
	padding-right: 4rem;
	max-width: 980px;
}

.point-box .smb-box__background {
	border-radius: 24px;
}

.smf-form--simple-table .smf-item.privacy-agreement{
	text-align: center;
}

.privacy-policy-frame {
	padding: 20px;
	height: 330px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.privacy-policy-frame h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.iframe-container {
	width:100%;
	height:260px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;	
	display: inline-block;
	background-color: #fff;
}

iframe {
	border: none;
}

.privacy-frame {
	width:100%;
	height:100%;
	border:none;
	display:block;
}

.privacy-policy .smb-accordion__item__title {
	background-color: transparent;
	text-align: right;
}

.privacy-policy .smb-accordion__item__title__label {
	padding-right: 10px;
}

.privacy-policy .smb-accordion__item__body {
	padding:0;
}


.c-page-header {
	background-color: #EDE8E4;
/* 	margin-bottom: calc(var(--_space, 1.8rem)*3); */
	margin-bottom: 0;
	padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}

@media (min-width: 40em) {
	.c-page-header  {
		height: 6rem;
	}
}

.footer-contact .smb-section__title {
/*
	background-color: #86B070;
	color: #fff;
*/
	padding-top: 28px;
	padding-bottom: 15px;
}

.footer-contact .recatptcha-terms {
	margin-top: 4rem;
}

.smf-action .smf-button-control__control {
	background-color: var(--accent-color,#cd162c);
	background-image: none;
	color: #fff;
}

.smf-error-messages {
	font-weight: bold;
}

.three-steps .smb-section__lede {
	background: linear-gradient(transparent 50%, #ffc342 153%);
	padding-left: 1em;
	padding-right: 1em;
}

.three-steps .smb-items__item {
	background-color: #fff;
	padding: 10px;
}

ul.menu > li {
	font-weight: 700;
}

.widget_nav_menu ul.sub-menu {
	margin-left: 1em;
}

ul.sub-menu > li {
	font-weight: normal;
}

.p-entry-content>.campaign-info {
	margin-top: 0;
}

.campaign-info h2 {
	background-color: #EBE7E3;
	border-left: 6px solid #676358;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 1em;
	text-align: center;
}

@media (min-width: 40em) {
	.campaign-info h2  {
		text-align: left;
	}
}

.p-entry-content .campaign-title {
	margin-top:0;
}

.campaign-title .smb-section__title {
	line-height: 2;
}

.wp-block-image.camp-kv > figure {
	margin-top: 0;
	padding-top:0;
}

.open-new-window-btn a:after{
	content: '';
	display: inline-block;
	width:16px;
	height:16px;
	background-size: cover;
	vertical-align: middle;
	background-image:url(/docs/wp-content/uploads/2021/11/open-another-window-icon-16.png);
	align-items:center;
	margin-left:15px;
}

.cta-column-simple .wp-block-button a,
.conversion-area .wp-block-button a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.smf-action .smf-button-control__control {
	padding-top: 18px;
	padding-bottom: 18px;	
}

.smb-box.form-box .smb-alert--success {
	background-color:#d8e7ef;
	border-color: #d8e7ef;
}

.add-osusume.smb-box.form-box .smb-alert--success {
	background-color: #fff;
}


@media (min-width: 64em) {
	.smb-box.form-box {
		padding-left: 60px;
		padding-right: 60px;
	}
	.kv-lead {
		width: 980px;
/*
		padding-left: 5rem;
		padding-right: 5rem;
*/
	}
}

h2.section-head {
	border: none;
	background-color: transparent;
	font-size: 2rem;
	color: #696357;
}

.side-banner {
	position: fixed;
	bottom:114px;
	right: 17px;
	width: 220px;
	z-index: 1031;
}

.side-banner#banner-camp {
	bottom: 300px;
}

.side-banner a:hover img {
  filter: brightness(1.03); /* 明るくする */
  opacity: 1;
}

.side-banner .side-banner-close-btn {
	position: absolute;
	top: -7px;
	right: -7px;
	cursor: pointer;
	width: 25px;
	height: 25px;
}


@media screen and (min-width: 640px){
	.download-btn a,
	.trial-btn a {
		white-space: nowrap;
	}
}

/* Snow Monkey v19 対応 */
.l-2row-header .c-container {
	padding-left: 10px;
	padding-right: 0;
}

.c-site-branding__description {
	margin-top: -5px;
	margin-bottom: 5px;
}

/* 見出し等の文字サイズを Snow Monkey v18 と同じものにする */

/* 見出し用 */
h2,
h3,
h3.smb-media-text__title {
/*   font-size: 1.2rem; */ /*  19.2px */
  font-size: 1.1rem;
}

@media (min-width: 1024px) {
  h2,
  h3,
  h3.smb-media-text__title {
    font-size: 1.5rem;  /* 24px */
  }
}

/* セクションタイトル用 */
.smb-section__title {
/*   font-size: 1.5rem; */  /* 24px */
  font-size: 1.2rem;  
}

.l-2row-header__row {
	position: relative;
}

.c-site-branding__title {
	position: absolute;
	bottom: -2px;
	width: 198px;
}

.c-site-branding__description {
	position: absolute;
	top: 12px;
	font-size: 16px;
	font-weight: 700;
	color: #696357;
}

@media (min-width: 1024px) {
	.c-site-branding__title {
		bottom: 0;
		width: 300px;
		height: auto;
	}
	
	.c-site-branding__description{
		top: 2px;
		font-size: 26px;
		font-weight: 700;
	}
	
	.smb-section__title {
		font-size: 2rem;  /* 32px */
	}
	.c-site-branding__description {
		margin-top: 10px;
		margin-bottom: auto;
	}
}

[data-scrolled="false"] .c-site-branding__description {
	color: #696357;
}

/* ページタイトル用 */

.c-entry__title {
  font-size: 1.66667rem;  /* 26.66672px */
}

@media (min-width: 640px) {
  .c-entry__title {
    font-size: 2rem;  /* 32px */
  }
}

@media (min-width: 1024px) {
  .c-entry__title {
    font-size: 2.5rem;  /* 40px */
  }
}

.form-section .c-container,
.faq-section .c-container {
	padding-left: 0;
	padding-right: 0;
}

.smb-faq__item {
    margin-top: calc(var(--_space, 1.8rem)*1*var(--_margin-scale, 1));	
}

/* TOP KV */
.p-entry-content > .kv-top-sp {
	margin-top:0;
}

.otonari-set-sp {
	padding: 0 10px;
}

/* logo Ticker Splide */
.splide__slide img {
  height: auto;
  width: 100%;
}

.splide--loop {
	margin-top:0;
}

.br-pc {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.nowrap-pc {
	white-space: normal;
}

@media(min-width:640px) {
	.br-pc {
		display: inline;
	}
	.br-sp {
		display: none;
	}
	.nowrap-pc {
		white-space: nowrap;
	}
}

.cta-white-paper-col {
	
}

.wh-col {
	background-color: #fff;
	padding: 16px;
}

.blog-links .smb-items__item__title {
	font-size: 16px;
	font-weight: 700;
}

@media(min-width:1024px) {
	#merit {
		background-image: url(/docs/wp-content/uploads/2023/10/content-bak-green.png);
		background-repeat: no-repeat;
		background-position: top 100px right -3%;
		background-size: 20% 1240px;
	}
}

.cta-box-r{
	position: relative;
}

#cta-r-fig {
	position: absolute;
	top: -35px;
	right: -69px;
	margin:0;
	height: auto;
}

#cta-r-fig img {
	width: 148px;
}

.cta-box-l{
	position: relative;
}

#cta-l-fig {
	position: absolute;
	top: 88px;
	left: -68px;
	margin:0;
}

#cta-l-fig img {
	width: 83px;
}

.cta-column-contact p.is-style-sme-speech {
	visibility: hidden;
}

#top-kv-pc,
#top-kv-sp {
	position: relative;
}

.top-kv-base {
	filter: brightness(91%);
}

.top-kv-catch-img-pc {
	position: absolute;
	bottom: 13vh;
	left: 50%;
    transform: translateX(-50%);
    width: 60vw;
}

.top-kv-catch-img-sp {
	position:absolute;
	bottom: 13%;
	left: 9%;
	right: 12%;	
/*
	left:50%;
	transform: translateX(-50%);
*/
}

#top-kv-pc img::before {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: black;
  opacity:0.5;
}

#top-kv-catch-text-pc {
	font-size:3rem;
	text-shadow: #333 1px 0 10px;
}

.cta-box {
	position: relative;
}

.cta-column-item{
  transition-duration: .4s;
}

.cta-column-item:hover {
  transform: scale(1.1);
  z-index: 999;
}

.cta-column-item:hover p,
.cta-column-item:hover .smb-btn {
  box-shadow:2px 2px 4px rgba(0,0,0,0.2);
}

@media(min-width:640px) {
	.cta-download-img {
		position: absolute;
		left: -253px;
		top: -2px;
	}
	#cta-r-fig {
		right: -193px;
		top: -60px;
	}
	#cta-r-fig img {
		width: 294px;
	}
	#cta-l-fig {
		left:-205px;
		top: -60px;
	}
	#cta-l-fig img {
		width: 296px;
	}
}

.download-btn .smb-btn {
/* 	border: 1px solid #fff; */
}

.merit-item .smb-items__item__body {
	margin-right: 45px;
}

.problem-item .smb-items__item__figure {
	padding: 0 3rem;
}
.problem-item .smb-items__item__title {
	text-align: center;
}

#visual-information h2,
#merit h2 {
	text-align: left;
}

.package-items {
}

.package-item .smb-items__item__title {
	font-size:18px;
	text-align: center;
}

.case-item {
	position: relative;
	padding-top: 53px;
}

.case-fig {
	position: absolute;
	top: -53px;
	z-index: 1;
	height: 176px;
}

.case-item-box {
	width: 21em;
	height: 21em;
	padding-top: 9em;
}

#contact-form {
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
}

#contact-form a {
	color: #fff;
/* 	text-decoration: none; */
}

.privacy-link:a {
	color: #000;
}

a:where(:not(.wp-element-button)) {
    color: var(--_color-text);
    text-decoration: underline;
}

.smf-action .smf-button-control__control {
	background-color: var(--sub-accent-color);
	border: none 0;
	padding: 18px 42px;
	font-weight: bold;
}

.download-form .smf-action .smf-button-control__control {
	background-color:#ff6900;
}

.smf-sending:before {
	border: 0 none;
}

.footer-company-info {
	color: #fff;
}

.gs-footer-trademark {
	color: #fff;
}

.footer-contact {
	position: relative;
}

.footer-contact-fig {
	position: absolute;
	right:	28px;
	top: -114px;
}

.footer-contact-fig img {
	width: 83px;
	height: auto;
}

.l-footer-widget-area a {
	color: #fff;
	text-decoration: none;
}

@media(min-width:640px) {
	.footer-contact-fig {
		right: 0;
		top: -212px;
	}
	.footer-contact-fig img	{
		width: 185px;
	}
}

.partner-btn-container {
	padding-top: 120px;
	position: relative;
}

.partner-fig {
	position: absolute;
	left: 0;
	top: -9px;
}

.partner-fig img {
	width: 100px;
	height: auto;
}

@media(min-width:640px) {
	.partner-btn-container {
		padding-top: 50px;
	}
	.partner-fig {
		left: 150px;
		top: -29px;
		
	}
	.partner-fig img {
		width: 100px;
		height: auto;
	}
}

.p-footer-sub-nav {
	background-color: var(--accent-color);
}

#menu-footer-sub-nav {
	display: flex;
	justify-content: center;
}

ul#menu-footer-sub-nav.menu > li  {
	font-weight: normal;
	margin: 0 10px;
}

.widget_nav_menu ul#menu-footer-sub-nav>li+li {
	margin-top:0;
}

.p-footer-sub-nav a:link,
.p-footer-sub-nav a:visited,
.p-footer-sub-nav a:hover,
.p-footer-sub-nav a:active,
ul#menu-footer-sub-nav.menu > li a:link,
ul#menu-footer-sub-nav.menu > li a:visited,
ul#menu-footer-sub-nav.menu > li a:hover,
ul#menu-footer-sub-nav.menu > li a:active {
	color: #fff;
}

/*
[data-scrolled=false] .header-link a {
	color: #fff;
}

[data-scrolled=true] .header-link a {
	color: #000;
}
*/

.smb-buttons>.smb-btn-wrapper.header-link {
	margin-top: 7px;
}

.header-link a,
.header-link-md a {
	text-decoration: none;
	color: #000;
}

.header-link a:hover,
.header-link-md a:hover {
	text-decoration: underline;
}

.header-link a {
	margin-right: 20px;
}

.header-link a:last-child {
	margin-right: 0;
}

.header-link-md a {
	margin-right: 10px;
}

.top-kv-area {
	position: relative;
}

.top-cta-btn-sp {
	position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 90vw;
    font-weight: bold;
}

.top-cta-btns-pc {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	width: 80vw;
	z-index: 999;

}

.top-kv-btn .smb-btn,
.top-cta-btn-sp .smb-btn {
	border: 2px solid #fff;
}

@media screen and (min-width: 1600px) {
	.top-cta-btns-pc {
		bottom: 8vh;	
	}
	.top-kv-catch-img-pc {
		bottom: 22vh;
	}
}

.top-cta-btn .smb-btn {
	padding: 14px 80px;
	border: 2px solid #fff;
	font-weight: bold;
 	background-image: url(/docs/wp-content/uploads/2023/11/e7b7d56389a7b038c389a59f2561c66d.png);	
 	background-size: 16px;
 	background-position: 95% 50%;
	background-repeat: no-repeat;	
}

.cta-with-image  {
	background-color: #86B070;
}

.problems {
	position: relative;
}

@media screen and (min-width: 640px) {
	.problem-img img {
		position: absolute;
		top:  -193px;
/* 		right: -244px; */
		right: -15vw;
		width:  432px;
		z-index: -1;
	}
}

.problem-items .is-style-sme-speech {
	width: 100%;
}

.problem-items .smb-items__item {
	border: 2px solid #b9b9b9;
	border-radius: 4px;
	padding: 26px;
}

#news {
	border-width: 1px 0;
	border-color: #d3d3d3;
	border-style: solid;
	margin-top: 80px;
}

@media screen and (min-width: 640px) {
	#news .c-row__col--md-1-4 {
		--_item-width: 15%;
	}
}

/* Footer CTA */

.p-footer-cta .c-btn {
	font-weight: 700;
	font-size: 16px;
}

.c-btn .c-btn--full .p-footer-cta__secondary-btn,
.p-footer-cta__secondary-btn {
	color: var(--sub-accent-color);
}


/*  フォームページでフッターCTAを表示しない */
.page-id-128 .p-footer-cta,
.page-id-1401 .p-footer-cta  {
  display: none;
}


/* PCでは表示しない */
@media (min-width:1024px) {
  .p-footer-cta {
    display: none;
  }
}

.grecaptcha-badge { visibility: hidden; }

/* 項目ブロック（バナー）ホバー効果を無効に */
@media (min-width: 64em) {
  .smb-items__banner:active .smb-items__banner__figure,
  .smb-items__banner:focus .smb-items__banner__figure,
  .smb-items__banner:hover .smb-items__banner__figure {
    filter: none !important;
  }
}


/*
@media (min-width: 40em)(タブレットサイズ)
@media (min-width: 64em)(PCサイズ)
*/

@media screen and (min-width: 640px) { // 640px〜1023pxまで
}
@media screen and (min-width: 1024px) { // 1024px〜1279pxまで
}
@media screen and (min-width: 1280px) { // 1280px〜
}