@charset "utf-8";

/* ▼▼ 共通ここから ▼▼ */
* {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.has-fixed-header .site-header .container, .site-header__content  {
	height: 100%;
}

.site-branding {
	display: flex;
	align-items: center;
	pointer-events: none;
}

.content__main {
	max-width: inherit;
}

.ystdb-section__inner>* {
	margin: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 700;
	margin: 0;
}

.wp-block-button__link:hover {
	box-shadow: none !important;
}

.ystdb-button__link .ystdb-button__text {
	line-height: 1;
}

.wp-elements-b9f8aec94c3e896c29e27c1a038657dd a:where(:not(.wp-element-button)) {
	color: inherit !important;
}

.ystdb-icon {
	padding: 0;
}

.furugi-cv-btn a {
	border-width: 4px;
}

.furugi-cv-btn a:hover {
	opacity: .7;
}

.theme-244 {
	max-width: 615px;
}

.theme-244 h4 {
	position: relative;
	width: 100%;
	padding: 8px 12px 8px 30px;
	background: var(--wp--preset--color--system-grey-100);
}

.theme-244 h4::before {
	background: var(--wp--preset--color--primary-main);
	content: "";
	display: block;
	width: .5rem;
	position: absolute;
	height: calc(100% - 16px);
	top: .5rem;
	left: .75rem;
}

.pum-container {
	margin: 0;
}

.ystdtb-faq,
.ystdtb-faq.is-accordion .ystdtb-faq-item.is-faq--q,
.ystdtb-faq.is-accordion .ystdtb-faq-item.is-open+.is-faq--a {
	border-radius: 1rem;
}
/* ▲▲ 共通ここまで ▲▲ */

/* ▼▼ フォームここから ▼▼ */
@font-face {
	font-family: 'icon';
	src: url('../../fonts/icon.svg') format('svg'),
		url('../../fonts/icon.ttf') format('truetype'),
		url('../../fonts/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icon'!important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


.c-font--primary {
	color: var(--wp--preset--color--primary-main);
}

.c-font--notosans {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
}

i[class*="c-icon"],
*[class*="c-icon"]::before,
*[class*="c-icon"]::after {
	font-family: "icon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.p-box-caution--gray {
	font-family: "Noto Sans JP", sans-serif;
	background: #f1f1f1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: 100%;
	padding: .75rem 1.5rem 1.5rem;
	border-radius: .25rem;
	margin: 3.5rem auto 0;
}

.p-box-caution--gray .p-box-caution__heading {
	font-size: 1rem;
}

.p-box-caution--gray .p-box-caution__text {
	font-size: 1rem;
	font-weight: 700;
	padding: 0;
	list-style: none;
}

.js_modal,
.js_modal__boxSize {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 100vh;
	z-index: 101;
}

.js_modal__open,
.js_modal__boxSize__open {
	color: var(--wp--preset--color--primary-main);
	cursor: pointer;
}

.js_modal__close,
.js_modal__boxSize__close {
	position: absolute;
	bottom: -28px;
	right: 0;
	color: #fff;
	margin: 0;
	cursor: pointer;
}

.js_modal__body,
.js_modal__boxSize__body {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	width: 80%;
	max-width: 600px;
	height: auto;
	padding: 2rem;
	z-index: 3;
	border-radius: .5rem;
}

.js_modal__overlay,
.js_modal__boxSize__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .75;
	z-index: 2;
}

.s-modal__boxSize .slick-dotted.slick-slider {
	margin-bottom: 52px;
}

.slick-initialized .slick-slide, .slick-slide img {
	display: block;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list, .slick-slider {
	position: relative;
	display: block;
}

.slick-slider {
	padding: 0;
	user-select: none;
	touch-action: pan-y;
	-webkit-touch-callout: none;
}

.s-modal__boxSize .slick-next {
	right: 0;
}

.s-modal__boxSize .slick-prev {
	left: 0;
}

.slick-next, .slick-prev {
	z-index: 10;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
	vertical-align: middle;
}

@font-face {
	font-family: "slick";
	src: url("slick.eot");
	src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

.slick-next:before {
	content: '→';
}

.slick-prev:before {
	content: '←';
}

.slick-next:before, .slick-prev:before {
	font-family: 'slick';
	font-size: 30px;
	line-height: 1;
	color: var(--wp--preset--color--system-grey-500);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 1;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after, .slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	list-style: none;
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.s-modal__boxSize .slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	bottom: -52px;
	height: 40px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	line-height: 0;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	padding: 0;
	border: 1px solid var(--wp--preset--color--system-grey-500);
	cursor: pointer;
}

.s-modal__boxSize .slick-dots .slick-active {
	background: var(--wp--preset--color--primary-main);
	border: 1px solid var(--wp--preset--color--primary-main);
}

.s-modal__boxSize .slick-dots .slick-active img {
	opacity: .8;
}

.s-modal__boxSize-image {
	text-align: center;
	max-width: 440px;
	margin: 0 auto .5rem;
}

.s-modal__boxSize-text {
	max-width: 440px;
	margin: 0 auto;
	text-align: left;
}

.s-modal__boxsize-open {
	color: #999;
	font-size: 11px;
	line-height: 1;
	cursor: pointer;
	margin: .5rem auto 0;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.s-modal__icon {
	display: inline-block;
	width: 13px;
	margin-left: 2px;
	position: relative;
	top: 2px;
}

.js-modal.is-show {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.js-modal__open.is-show,
.js-modal__close.is-show {
	cursor: pointer;
}

.js-modal__overlay.is-show {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
}

.js-modal.is-show {
	z-index: 10000;
}

.js-modal__overlay.is-show {
	z-index: -1;
}

#commonNotice {
	width: 100%;
	max-width: 800px;
	color: #000;
	background: #fff;
	margin: 0 auto 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	border-radius: 12px;
	border: 2px solid var(--wp--preset--color--primary-main);
}

#commonNotice .noticeText {
	padding: 1rem;
	border-bottom: 1px dashed #aaa;
}

#commonNotice .noticeText:last-child {
	border-bottom: none;
}

#commonNotice .noticeText h3 {
	color: var(--wp--preset--color--primary-main);
	background: #fff;
	font-size: 1rem;
	margin: 0;
	padding: 0 0 1rem;
}

#commonNotice .noticeText p {
	margin: 0;
	padding: 0;
}

#commonNotice .noticeText .heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fafafa;
	margin: 0;
	border-radius: 12px 0 0 12px;
	cursor: pointer;
}

#commonNotice .noticeText .heading p {
	width: 90%;
	padding: .5rem;
}

#commonNotice .noticeText .heading .showBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10%;
	min-width: 60px;
	color: #fff;
	background: var(--wp--preset--color--primary-main);
	padding: .5rem;
	text-align: center;
	border-radius: 0 12px 12px 0;
	cursor: pointer;
}

#commonNotice .noticeText .heading .showBtn i {
	margin: 0 0 0 .25rem;
	padding: 0;
}

#commonNotice .noticeText .heading .showBtn:before {
	content: "詳細";
}

#commonNotice .noticeText .heading .showBtn:hover {
	background: var(--wp--preset--color--primary-main);
}

#commonNotice .noticeText .childeListArea {
	display: none;
	padding: 1rem;
	border: 1px solid #fafafa;
	border-top: none;
	border-radius: 0 0 12px 12px;
	text-align: left;
}

#maintenance {
	position: relative;
	margin: 4rem auto 0;
}

#maintenance::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, calc(-50% - 2px));
	-ms-transform: translate(-50%, calc(-50% - 2px));
	transform: translate(-50%, calc(-50% - 2px));
	background: center/contain url(../img/maintenance-icon.png);
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

i {
	margin: 0 .25rem;
	padding: 0;
}

i.material-icons {
	margin: 0 .25rem 3px .25rem;
	vertical-align: middle;
	font-size: 1.2rem;
}

i.spriteIcons {
	display: block;
	background: top left url(../img/iconset.svg) no-repeat;
	padding: 0;
	filter: brightness(0) saturate(100%) invert(88%) sepia(10%) saturate(4953%) hue-rotate(319deg) brightness(102%) contrast(92%);
}

i.spriteIcons.size20 {
	width: 20px;
	height: 20px;
	background-size: 100px 100px;
}

i.spriteIcons.size20.name {
	background-position: 0 0;
}

i.spriteIcons.size20.postCode {
	background-position: -20px 0;
}

i.spriteIcons.size20.address {
	background-position: -40px 0;
}

i.spriteIcons.size20.tel {
	background-position: -60px 0;
}

i.spriteIcons.size20.mail {
	background-position: -80px 0;
}

i.spriteIcons.size20.boxGreen {
	background-position: 0 -20px;
}

i.spriteIcons.size20.calendar {
	background-position: -20px -20px;
}

i.spriteIcons.size20.clock {
	background-position: -40px -20px;
}

i.spriteIcons.size20.bag {
	background-position: -60px -60px;
}

a {
	text-decoration: none;
}

button {
	border: none;
	cursor: pointer;
}

.underLine {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f7d988));
	background: linear-gradient(transparent 70%, #f7d988 0%);
}

.btnWrap {
	width: 70%;
	margin: 50px auto 0 auto;
	text-align: center;
}

.orderBtn {
	display: inline-block;
	position: relative;
	width: 100%;
	background: #ff9c1c;
	color: #fff;
	padding: 1rem;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-box-shadow: 0 6px 0 0 #b96e0c;
	box-shadow: 0 6px 0 0 #b96e0c;
	border-radius: 3rem;
	-webkit-transition: .3s;
	transition: .3s;
}

.orderBtn:hover {
	background: #ffac1c;
	color: #fff;
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-box-shadow: 0 2px 0 0 #b96e0c;
	box-shadow: 0 2px 0 0 #b96e0c;
	-webkit-transition: .5s;
	transition: .5s;
}

.orderBtn i.spriteIcons {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: top left/160px 160px url(../img/iconset.svg) no-repeat;
}

.orderBtn i.material-icons {
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #ff9c1c;
	background: #fff;
	padding: 2px;
	font-size: 16px;
	border-radius: 50%;
}

.linkBtn {
	display: inline-block;
	position: relative;
	color: #595959;
	background: #fff;
	margin: 1rem 0 0;
	padding: .75rem 2.25rem .75rem .75rem;
	font-size: 1rem;
	text-align: center;
	line-height: 1;
	border: 1px solid #595959;
	border-radius: 2rem;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.linkBtn:hover {
	color: #fff;
	background: #595959;
	opacity: 1;
}

.linkBtn:hover::before {
	background: #fff;
}

.linkBtn:hover::after {
	border-color: #595959;
}

.linkBtn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: .5rem;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #595959;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
}

.linkBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: calc(1rem - 2px);
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.none {
	display: none;
}

.form-wrap {
	background: #fff;
	width: 100%;
	max-width: 800px;
	margin: 1.5rem auto 0;
	padding: 0rem 2rem 2rem;
	text-align: left;
	border: 6px solid var(--wp--preset--color--primary-main);
	border-radius: 1rem;
}

.form-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.form-flex__item--large {
	position: relative;
	width: calc(50% - .5rem);
	margin: 1rem 0 0;
}

.form * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form .boxCaution {
	font-size: 0.8rem;
}

.form__lead {
	position: relative;
	color: #fff;
	background: var(--wp--preset--color--primary-main);
	width: 600px;
	margin: 1rem auto 0;
	padding: 1rem;
	font-size: 1.2rem;
	text-align: center;
	border-radius: .5rem;
}

.form__lead::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -.825rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid var(--wp--preset--color--primary-main);
}

.form__heading {
	position: relative;
	background: #fafafa;
	margin: 2rem auto 0 !important;
	padding: .75rem .5rem .75rem 1.5rem;
	font-size: 1.414rem;
	border-radius: .25rem;
	line-height: 1;
}

.form__heading::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: .75rem;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 6px;
	height: calc(100% - 1rem);
	background: var(--wp--preset--color--primary-main);
}

.form__button {
	display: block;
	position: relative;
	color: #595959;
	background: #f0f0f0;
	margin: 0 auto;
	text-align: center;
	border-radius: 80px;
	-webkit-box-shadow: 0 6px 0 0 #ccc;
	box-shadow: 0 6px 0 0 #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.form__button::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 1rem;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.form__button.current,
.form__button--radio[type="radio"]:checked+.form__button {
	-webkit-transform: translate(0, 4px);
	-ms-transform: translate(0, 4px);
	transform: translate(0, 4px);
	color: #fff;
	background: var(--wp--preset--color--primary-main);
	-webkit-box-shadow: 0 2px 0 0 #790619;
	box-shadow: 0 2px 0 0 #790619;
}

.form__button.current:hover,
.form__button--radio[type="radio"]:checked+.form__button:hover {
	-webkit-box-shadow: 0 2px 0 0 #790619;
	box-shadow: 0 2px 0 0 #790619;
}

.form__button.current::after,
.form__button--radio[type="radio"]:checked+.form__button::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	-webkit-transform: translate(-1px, calc(-50% - 1px)) rotate(45deg);
	-ms-transform: translate(-1px, calc(-50% - 1px)) rotate(45deg);
	transform: translate(-1px, calc(-50% - 1px)) rotate(45deg);
	width: 6px;
	height: 12px;
	border-bottom: 3px solid var(--wp--preset--color--primary-main);
	border-right: 3px solid var(--wp--preset--color--primary-main);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.form__button:hover {
	-webkit-transform: translate(0, 4px);
	-ms-transform: translate(0, 4px);
	transform: translate(0, 4px);
	-webkit-box-shadow: 0 2px 0 0 #f0f0f0;
	box-shadow: 0 2px 0 0 #f0f0f0;
}

.form__button.medium {
	width: 80%;
	padding: .5rem .75rem;
}

.form__button.large {
	width: 100%;
	padding: .75rem;
}

.form__button--link {
	display: block;
	position: relative;
	color: #595959;
	background: #fff;
	width: 180px;
	margin: 0 auto;
	padding: .5rem 1.5rem .5rem .5rem;
	font-size: 0.8rem;
	text-align: center;
	line-height: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #595959;
	border-radius: 16px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.form__button--link::before,
.form__button--link::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transition: .3s;
	transition: .3s;
}

.form__button--link::before {
	right: .5rem;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #595959;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.form__button--link::after {
	right: .75rem;
	-webkit-transform: translate(-3px, -50%) rotate(45deg);
	-ms-transform: translate(-3px, -50%) rotate(45deg);
	transform: translate(-3px, -50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.form__button--link:hover {
	color: #fff;
	background: #595959;
}

.form__button--link:hover::before {
	background: #fff;
}

.form__button--link:hover::after {
	border-top: 2px solid #595959;
	border-right: 2px solid #595959;
}

.form__button--link.left {
	margin: 0;
}

.form__button--link.main {
	color: var(--wp--preset--color--primary-main);
	border-color: var(--wp--preset--color--primary-main);
}

.form__button--link.main::before {
	background: var(--wp--preset--color--primary-main);
}

.form__button--link.main:hover {
	color: #fff;
	background: var(--wp--preset--color--primary-main);
}

.form__button--link.main:hover::before {
	background: #fff;
}

.form__button--link.main:hover::after {
	border-top: 2px solid var(--wp--preset--color--primary-main);
	border-right: 2px solid var(--wp--preset--color--primary-main);
}

.form__button--link+.form__button--link {
	margin-top: 1rem;
}

.form__button--radio {
	display: none;
}

.form__select-wrap {
	display: none;
	position: relative;
	width: 100%;
	margin: 1rem 0 0;
	padding: .5rem 1rem;
	border-radius: .5rem;
}

.form__select-wrap .modal__text {
	margin: 1rem 0 0;
	padding: 0;
}

.form__select-wrap .modal__image {
	margin: 1rem 0 0;
}

.form__select-wrap .form__button--link {
	margin: 1rem 0 0;
}

.form__select-wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 2rem;
	-webkit-transform: translate(0, -0.5rem);
	-ms-transform: translate(0, -0.5rem);
	transform: translate(0, -0.5rem);
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 8px solid #fffee4;
}

.form__select-wrap.left::before {
	left: 2rem;
	right: unset;
}

.form__select-wrap.right::before {
	left: unset;
	right: 2rem;
}

.form__select-wrap.current,
.form__button--radio[type="radio"]:checked+.form__select-wrap.form__button {
	display: block;
}

.form__select-text {
	text-align: justify;
	background: #fffee4;
	padding: 1rem;
	border-radius: .5rem;
}

.form__body {
	display: none;
}

.form__body.current,
.form__button--radio[type="radio"]:checked+.form__body.form__button {
	display: block;
}

.form__kit-size {
	width: calc(100% / 2);
}

.form__container--large {
	width: 100%;
}

.form__label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1.5rem 0 0;
	line-height: 1;
	-webkit-tap-highlight-color: transparent;
}

.form__cargo-select .form__label,
.form__contact-select .form__label {
	position: relative;
	margin: 1.5rem 0 0 .5rem;
	padding: 0 0 0 2rem;
	cursor: pointer;
}

.form__cargo-select .form__label::before,
.form__cargo-select .form__label::after,
.form__contact-select .form__label::before,
.form__contact-select .form__label::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
}

.form__cargo-select .form__label::before,
.form__contact-select .form__label::before {
	left: 0;
	background: #fff;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.form__cargo-select .form__label::after,
.form__contact-select .form__label::after {
	display: none;
	left: 4px;
	background: var(--wp--preset--color--primary-main);
	width: 16px;
	height: 16px;
}

.form__cargo-select .form__cargo-guide {
	display: none;
	padding: 0 0 0 2.5rem;
}

.form__cargo-select .form__button--radio[type="radio"]:checked+.form__method-wrap .form__label::after {
	display: block;
}

.form__cargo-select .form__button--radio[type="radio"]:checked+.form__method-wrap .form__cargo-guide {
	display: block;
}

.form__contact-select .form__contact-guide {
	display: none;
	padding: 0 0 0 2.5rem;
}

.form__contact-select .form__button--radio[type="radio"]:checked+.form__contact-wrap .form__label::after {
	display: block;
}

.form__contact-select .form__button--radio[type="radio"]:checked+.form__contact-wrap .form__contact-guide {
	display: block;
}

.form__guide-image {
	max-width: 300px;
}

.form__guide-text {
	position: relative;
	background: #fffee4;
	margin: 1rem 0 0;
	padding: 1rem;
	border-radius: .5rem;
	text-align: justify;
}

.form__guide-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 2rem;
	-webkit-transform: translate(0, -1rem);
	-ms-transform: translate(0, -1rem);
	transform: translate(0, -1rem);
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 8px solid #fffee4;
}

.form select {
	cursor: pointer;
}

.form input.form__input {
	outline: none;
	border: none;
	border-bottom: 1px solid #ccc;
}

.form input.form__input:focus {
	border-bottom: 1px solid var(--wp--preset--color--primary-main);
}

.form input.form__input.errorInput {
	background: #FFEBEB;
	border-bottom: 1px solid var(--wp--preset--color--primary-main);
}

.form input.form__input.errorInput::-webkit-input-placeholder {
	color: #ccc;
}

.form input.form__input.errorInput:-ms-input-placeholder {
	color: #ccc;
}

.form input.form__input.errorInput::-ms-input-placeholder {
	color: #ccc;
}

.form input.form__input.errorInput::placeholder {
	color: #ccc;
}

.form__input {
	padding: .75rem;
	font-size: 1.2rem;
}

.form__input::-webkit-input-placeholder {
	color: #f0f0f0;
}

.form__input:-ms-input-placeholder {
	color: #f0f0f0;
}

.form__input::-ms-input-placeholder {
	color: #f0f0f0;
}

.form__input::placeholder {
	color: #f0f0f0;
}

.form__input.small {
	width: 25%;
}

.form__input.medium {
	width: 38%;
}

.form__input.large {
	width: 100%;
}

.form__input+.form__input {
	margin: .5rem 0 0;
}

.form__input--select {
	position: relative;
	padding: 0;
	z-index: 2;
}

.form__input--select::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	width: 4px;
	height: 4px;
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: -1;
}

.c-flex.form__input--select::before {
	display: none;
}

.form__birth-select {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: .5rem;
}

.form__birth-select .medium{
	-webkit-flex-basis: 16%;
	-ms-flex-preferred-size: 16%;
	flex-basis: 16%;
}

.form__input--select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	width: 100%;
	padding: .75rem;
	font-size: 1.2rem;
	border: 1px solid #595959;
	border-radius: .5rem;
}

.form__input--select select.errorInput {
	position: relative;
	border: 1px solid rgba(191, 34, 34, .9);
}

.form__input.js-other-job {
	display: none;
}

.form__error-wrap {
	background: #FFEBEB;
	margin: 1rem auto 0;
	padding: 1rem;
	border-radius: .5rem;
}

.form__error-wrap:first-of-type {
	margin: 2rem auto 0;
}

.form__error {
	color: var(--wp--preset--color--primary-main);
	padding: 0;
}

.form .mypage-wrap {
	max-width: 800px;
	margin: 2rem auto 0;
}

.form .mypage-wrap .mypage__title {
	color: #fff;
	background: var(--wp--preset--color--primary-main);
	margin: 0;
	padding: 1rem;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1;
	border-radius: 1rem 1rem 0 0;
}

.form .mypage-wrap .mypage__content {
	background: #fff;
	padding: 1rem;
	border: 3px solid var(--wp--preset--color--primary-main);
	border-top: none;
	border-radius: 0 0 1rem 1rem;
	text-align: justify;
}

.form .mypage-wrap .mypage__text {
	margin: 0;
	padding: 0;
}

.form .mypage-wrap .linkBtn {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: .5rem 0 0;
}

.form .mypage-wrap .linkBtn:hover {
	color: #fff;
}

.form .js_modal {
	text-align: justify;
}

.form .js_modal .form__heading {
	margin: 0 !important;
}

.form .js_modal .form__heading+.modal__text {
	margin: 1rem auto;
}

.form .js_modal .modal__image {
	display: block;
}

.form .js_errorText {
	display: block;
	color: rgba(191,34,34,.9);
	font-size: 0.8rem;
}

.c-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-font--s {
	font-size: 0.8rem;
}

body:after {
	content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
	display: none;
}

i.spriteIcons {
	display: inline-block;
	background: top left url(../img/iconset.svg);
	vertical-align: middle;
}

#commonNotice {
	width: 100%;
	color: #000;
	background: #fff;
	margin: 0 auto 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	border-radius: 12px;
	border: 2px solid var(--wp--preset--color--primary-main);
}

#commonNotice .noticeText {
	padding: 1rem;
	border-bottom: 1px dashed #aaa;
}

#commonNotice .noticeText:last-child {
	border-bottom: none;
}

#commonNotice .noticeText h3 {
	color: var(--wp--preset--color--primary-main);
	font-size: 1rem;
	margin: 0;
	padding: 0 0 1rem;
}

#commonNotice .noticeText p {
	margin: 0;
	padding: 0;
}

#commonNotice .noticeText .heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fafafa;
	border-radius: 12px 0 0 12px;
}

#commonNotice .noticeText .heading p {
	width: 90%;
	padding: .5rem;
}

#commonNotice .noticeText .heading .showBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10%;
	min-width: 60px;
	color: #fff;
	background: var(--wp--preset--color--primary-main);
	padding: .5rem;
	text-align: center;
	border-radius: 0 12px 12px 0;
	cursor: pointer;
}

#commonNotice .noticeText .heading .showBtn i {
	margin: 0 0 0 .25rem;
	padding: 0;
}

#commonNotice .noticeText .heading .showBtn:before {
	content: "詳細";
}

#commonNotice .noticeText .heading .showBtn:hover {
	background: var(--wp--preset--color--primary-main);
}

#commonNotice .noticeText .childeListArea {
	display: none;
	margin: 0;
	padding: 1rem;
	border: 1px solid #fafafa;
	border-top: none;
	border-radius: 0 0 12px 12px;
}
/* ▲▲ フォームここまで ▲▲ */

@media (min-width: 601px) {
	/* ▼▼ 共通ここから ▼▼ */
	.brNone br {
		display: none;
	}
	/* ▲▲ 共通ここまで ▲▲ */
}

@media (max-width: 1024px) {
	/* ▼▼ 共通ここから ▼▼ */
	.fontSize-64px {
		font-size: 64px !important;
	}

	.fontSize-32px {
		font-size: 32px !important;
	}

	.fontSize-24px {
		font-size: 24px !important;
	}

	.fontSize-20px {
		font-size: 20px !important;
	}

	.fontSize-18px {
		font-size: 18px !important;
	}

	.fontSize-16px {
		font-size: 16px !important;
	}

	.fontSize-14px {
		font-size: 14px !important;
	}

	.fontSize-12px {
		font-size: 12px !important;
	}

	.fontSize-10px {
		font-size: 10px !important;
	}

	.paddingTB-8px {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.paddingLR-16px {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.gap-8px {
		gap: 8px !important;
	}

	.gap-16px {
		gap: 16px !important;
	}

	.gap-24px {
		gap: 24px !important;
	}

	.imgWidth-24px img {
		width: 24px !important;
	}

	.imgWidth-full img {
		width: 100% !important;
	}

	.height-40px {
		height: 40px !important;
	}

	.furugi-cv-btn a {
		border-width: 2px;
	}

	.s-reason__icon {
		width: 32px !important;
		height: 24px !important;
	}

	.s-reason__icon img {
		width: 100% !important;
		height: 100% !important;
		vertical-align: text-top;
		object-position: 50% 50%;
	}

	.wp-container-core-group-is-layout-7c9f0e16 {
		flex-direction: row !important;
		justify-content: space-between;
	}

	.theme-244 {
		max-width: calc(100% - 32px);
	}

	.ystdtb-faq-item__label {
		font-size: 18px !important;
	}

	.ystdtb-faq,
	.ystdtb-faq.is-accordion .ystdtb-faq-item.is-faq--q,
	.ystdtb-faq.is-accordion .ystdtb-faq-item.is-open+.is-faq--a {
		border-radius: .75rem;
	}

	.ystdtb-faq.is-accordion .ystdtb-faq-item.is-faq--q:not(.is-open) {
		padding: 1rem 1.5rem;
	}

	.ystdtb-faq.is-accordion .ystdtb-faq-item.is-faq--q .is-open {
		padding: 1rem 1.5rem .5rem;
	}

	.ystdtb-faq.is-accordion .ystdtb-faq-item.is-open+.is-faq--a {
		padding: .5rem 1.5rem 1rem;
	}

	.ystdtb-faq-item.is-faq--q p {
		font-size: 14px !important;
	}
	/* ▲▲ 共通ここまで ▲▲ */

	/* ▼▼ フォームここから ▼▼ */
	.p-box-caution--gray {
		padding: 1rem;
		border-radius: 0.5rem;
		margin: 2.5rem auto 0;
	}

	.p-box-caution--gray .p-box-caution__heading {
		font-size: 1rem;
	}

	.p-box-caution--gray .p-box-caution__text {
		font-size: 0.8rem;
		font-weight: 400;
	}
	/* ▲▲ フォームここまで ▲▲ */
}

@media (max-width: 1024px) and (orientation: landscape) {
	/* ▼▼ 共通ここから ▼▼ */
	.theme-244 {
		height: 90dvh !important;
		top: 50% !important;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.theme-244>.pum-container.pum-scrollable .pum-content {
		max-height: 100%;
	}
	/* ▲▲ 共通ここまで ▲▲ */

	/* ▼▼ フォームここから ▼▼ */
	.s-modal__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: auto;
		width: 80vw;
		max-width: 600px;
		height: 90dvh;
	}

	.js-modal.is-show {
		height: 100dvh;
	}

	.s-modal__boxSize-image {
		max-width: 300px;
	}

	.js_modal__body,
	.js_modal__boxSize__body {
		padding: 1rem;
	}

	.s-modal__boxSize-image {
		max-width: 230px;
	}
	/* ▲▲ フォームここまで ▲▲ */
}

@media screen and (max-width: 991px) and (min-width: 769px) {
	/* ▼▼ フォームここから ▼▼ */
	#commonNotice {
		width: 100%;
		font-size: 1rem;
	}

	#commonNotice .noticeText h3 {
		color: var(--wp--preset--color--primary-main);
		padding: 0 0 .5rem;
		font-size: 1rem;
	}

	#commonNotice .noticeText .heading {
		text-align: left;
	}

	#commonNotice .noticeText .heading .showBtn {
		min-width: 66px;
		font-size: 0.8rem;
	}

	#commonNotice .noticeText .childeListArea {
		padding: .5rem;
	}
	/* ▲▲ フォームここまで ▲▲ */
}

@media (max-width: 768px) {
	/* ▼▼ フォームここから ▼▼ */
	.js_modal__body,
	.js_modal__boxSize__body {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background: #fff;
		width: calc(100% - 3rem);
		max-width: 600px;
		height: auto;
		padding: 1rem;
		z-index: 3;
	}

	.js_modal__body .form__button--link,
	.js_modal__boxSize__body .form__button--link {
		padding: .5rem 1.5rem .5rem .5rem;
	}

	.js_modal__overlay,
	.js_modal__boxSize__overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .75;
		z-index: 2;
	}

	.s-modal__boxSize-image {
		max-width: 230px;
	}

	.s-modal__boxSize .slick-dots {
		height: 38px;
	}

	.s-modal__boxSize .slick-dots li {
		width: 38px;
		height: 38px;
		margin: 0 4px;
	}

	#commonNotice {
		width: 100%;
		font-size: 1rem;
	}

	#commonNotice .noticeText {
		padding: .5rem;
	}

	#commonNotice .noticeText h3 {
		color: var(--wp--preset--color--primary-main);
		padding: 0 0 .5rem;
		font-size: 1rem;
	}

	#commonNotice .noticeText .heading {
		text-align: left;
	}

	#commonNotice .noticeText .heading .showBtn {
		min-width: 66px;
		font-size: 0.8rem;
	}

	#commonNotice .noticeText .childeListArea {
		padding: .5rem;
	}

	#maintenance {
		margin: 3rem auto 0;
		padding: 1rem;
	}

	#maintenance::before {
		content: "";
		width: 60px;
		height: 60px;
	}

	.btnWrap {
		width: 100%;
		margin: 16px auto 0 auto;
	}

	.orderBtn {
		padding: .75rem 0;
		-webkit-box-shadow: 0 4px 0 0 #b96e0c;
		box-shadow: 0 4px 0 0 #b96e0c;
	}

	.orderBtn:hover {
		-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
		transform: translateY(2px);
		-webkit-box-shadow: 0 2px 0 0 #b96e0c;
		box-shadow: 0 2px 0 0 #b96e0c;
	}

	.js_modal__body {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background: #fff;
		width: calc(100% - 3rem);
		max-width: 600px;
		height: auto;
		padding: 1rem;
		z-index: 3;
	}

	.js_modal__body .form__button--link {
		padding: .5rem 1.5rem .5rem .5rem;
	}

	.js_modal__overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .75;
		z-index: 2;
	}

	.form-wrap {
		padding: 0rem .5rem 1rem;
		border: 3px solid var(--wp--preset--color--primary-main);
	}

	.form-flex__item--large {
		width: calc(50% - .25rem);
		margin: 1rem 0 0;
	}

	.form * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.form__lead {
		width: 100%;
		padding: .5rem;
		font-size: 1rem;
	}

	.form__heading {
		margin: 1rem auto 0;
		font-size: 1rem;
	}

	.form__button {
		-webkit-box-shadow: 0 4px 0 0 #ccc;
		box-shadow: 0 4px 0 0 #ccc;
	}

	.form__button--link {
		width: calc(100% - .5rem);
		padding: .25rem 1.25rem .25rem .25rem;
	}

	.form__button--link::before {
		width: 14px;
		height: 14px;
	}

	.form__button--link::after {
		right: .6rem;
		width: 4px;
		height: 4px;
		border-width: 2px;
	}

	.form__button--link+.form__button--link {
		margin-top: .5rem;
	}

	.form__button.medium {
		width: calc(100% - .5rem);
		padding: .25rem .25rem .25rem 1.5rem;
		font-size: 0.8rem;
	}

	.form__button.large {
		padding: .5rem .5rem .5rem 1.5rem;
		font-size: 0.8rem;
	}

	.form__button::before {
		left: .5rem;
		width: 18px;
		height: 18px;
	}

	.form__button::after {
		left: .9rem;
		width: 4px;
		height: 8px;
		left: 1.4rem;
		border-width: 2px;
	}

	.form__button.current,
	.form__button--radio[type="radio"]:checked+.form__button {
		-webkit-transform: translate(0, 2px);
		-ms-transform: translate(0, 2px);
		transform: translate(0, 2px);
		-webkit-box-shadow: 0 ​2px 0 0 #790619;
		box-shadow: 0 ​2px 0 0 #790619;
	}

	.form__button.current::after,
	.form__button--radio[type="radio"]:checked+.form__button::after {
		width: 4px;
		height: 8px;
		left: .9rem;
		border-width: 2px;
	}

	.form__select-wrap {
		font-size: 0.8rem;
		padding: .5rem;
	}

	.form__birth-select .medium {
		-webkit-flex-basis: 30%;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}

	.form__select-wrap .material-icons {
		font-size: 1.2rem;
	}

	.form__select-wrap .modal__text {
		margin: .5rem 0 0;
	}

	.form__select-wrap .modal__image {
		margin: .5rem 0 0;
	}

	.form__select-wrap .form__button--link {
		width: 180px;
		margin: .5rem 0 0;
	}

	.form__select-text {
		padding: .75rem;
	}

	.form__input {
		font-size: 1rem;
	}

	.form__input.small {
		width: 38%;
	}

	.form__input.medium {
		width: 62%;
	}

	.form__input--select select {
		padding: .75rem;
		font-size: 1rem;
	}

	.form__guide-image {
		max-width: 100%;
	}

	.form__guide-text {
		padding: .75rem;
		font-size: 0.8rem;
	}

	.form__error-wrap {
		margin: .5rem auto 0;
		padding: .75rem;
	}

	.form__error-wrap:first-of-type {
		margin: .5rem auto 0;
	}

	.form .mypage-wrap {
		width: 100%;
		margin: 1.5rem auto 0;
	}

	.form .mypage-wrap .mypage__title {
		padding: .75rem;
		font-size: 1rem;
		line-height: 1.25;
	}

	.form .mypage-wrap .mypage__content {
		padding: .75rem;
	}

	.form .mypage-wrap .linkBtn {
		margin: .5rem auto 0;
	}

	.form .js_modal .js_modal__body .form__heading {
		line-height: 1.5;
	}

	#commonNotice {
		width: 100%;
		font-size: 1rem;
	}

	#commonNotice .noticeText {
		padding: .5rem;
	}

	#commonNotice .noticeText h3 {
		color: var(--wp--preset--color--primary-main);
		padding: 0 0 .5rem;
		font-size: 1rem;
	}

	#commonNotice .noticeText .heading .showBtn {
		min-width: 52px;
		padding: .25rem;
	}

	#commonNotice .noticeText .childeListArea {
		padding: .5rem;
		text-align: left;
	}
	/* ▲▲ フォームここまで ▲▲ */
}

@media (max-width: 600px) {
	/* ▼▼ 共通ここから ▼▼ */
	.widthOver {
		margin-left: calc(((100vw - 100%) / 2) * -1) !important;
		margin-right: calc(((100vw - 100%) / 2) * -1) !important;
	}
	/* ▲▲ 共通ここまで ▲▲ */
}