/**
 * フロントとエディタの両方に適応するスタイル
 */

@charset "UTF-8";

/*共通*/
* {
  font-feature-settings: "palt";
  font-family: 'Zen Maru Gothic', var(--swl-font_family);
	letter-spacing: .08em;
	font-weight:500;

}

a {
  text-decoration: none !important;
}

a:hover {
  opacity: 0.7 !important;
  cursor: pointer;
}

sub,
sup {
  font-size: 10px;
  letter-spacing: .1em;
  display: block;
}

/*幅広オーバーライド from 1230px to 1200px*/
@media (min-width: 1238px) {
  .alignwide {
    left: -85px;
    width: calc(100% + 170px);
  }
}

/*リストスタイルnone*/
ul.list-style-none {
  list-style: none !important;
  padding-left: 0 !important;
}

/*リストスタイルnone*/



/*共通*/


/*ユーティリティ*/
.width-100 {
  width: 100%;
}

.sec-child-width-100 :nth-child(n+2) {
  width: 100%;
}

.pd-0 {
  padding: 0 !important;
}

.mg-l-auto {
  margin-left: auto !important;
}

.mg-b-125em{
	margin-bottom:1.25em!important;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.text-align-justify {
  text-align: justify;
}

.text-align-last-justify {
  text-align-last: justify;
}

.align-item-cnt {
  display: flex !important;
  align-items: center !important;
}

.justify-content-cnt {
  display: flex !important;
  justify-content: center !important;
}

.w-article {
  width: var(--article_size);
}

.d-flex {
  display: flex;
}

.obj-fit-cover {
  object-fit: cover;
}

.text-narrow-08 {
  transform: scale(0.8, 1);
}

.zindex-1 {
  z-index: 1!important;
}

.border-bt-dotted {
  border-bottom: 1px dotted;
}

.ovf-visible,
.ovf-visible *{
	overflow:visible;
}

/*スクロールバー非表示*/
.scb-none::-webkit-scrollbar {
  display: none;
}

.scb-none {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*改行禁止*/
.nowrap {
  white-space: nowrap !important;
}

/*縦書き*/
.is-style-vertical-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*縦書き*/
.icon-posted:before {
  display: none;
}

.p-postList__meta :before {
  display: none;
}

/*投稿リストの一個目を消す*/
.disp-none-first-post ul>li:first-child {
  display: none;
}

/*
 * 画像の上に文字を重ねる
 * 以下の構成でグループに指定
 * グループ
 *  -画像
 *  -テキスト
 * */

.is-style-overlay-text {
  position: relative;
}

.is-style-overlay-text div:nth-child(n+2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-text-parent {
  position: relative;
}

.overlay-text-child-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*ユーティリティ*/

/*ricco専用*/
.boder-botted-tb {
    border-top: 2.5569px dotted var(--color_main);
    border-bottom: 2.5569px dotted var(--color_main);
	padding: 5px 2px!important;
}
.wp-block-gallery {
    gap: 0.5em!Important;
}

/*トップ*/
.wp-block-columns.top-about-col {
    padding-left: 60px;
    padding-right: 80px;
}

.link-icon-arrow svg {
    background: var(--color_main);
    border-radius: 1.2em;
	width:1.2em;
	height:1.2em;
	fill: #fff;
}
.link-icon-arrow svg path:first-child {
    fill: transparent;
}
.contact-banner a {
    color: var(--color_main)!important;
	letter-spacing: 0.15em;
}
.top-faq a{
	width: 405px;
    margin: 0 auto;
    border-radius: 20px;
	padding: 17px 10px!important;
	    line-height: 1;
}
.is-style-check_list li:before {
    content: url("https://bysprt.co.jp/wp-content/uploads/2023/07/check-icon-e1690475646349.png")!important;
}
.top-contactform {
    display: flex;
    width: 354px;
    height: 95.9px;
    padding: 28px 10px 28px 10px!important;
    align-items: center;
    justify-content: center;
	border: 1px solid var(--color_main);
	border-radius: 12.7844px;
	box-shadow: 2.5569px 2.5569px 6.3922px #4FAA90;
	margin-bottom: 30px!important;
}
.top-contactform a {
    color: var(--color_main)!important;
	font-weight:bold;
}

/*私たちについて*/
.about-greeting-title {
	width:26%!important;
	margin: 0 auto!important;
	padding:20px 35px!important;
}

.about-greeting-rcol > div > .swell-block-column.swl-has-mb--s:first-child {
    margin: 0;
}
.about-flow-wp{
	padding-bottom: 8em!important;
}
.about-flow-wp > div {
    padding: 0 5.875em;
}
.about-flow-col {
    padding: 0 21px;
	position: relative;
}

.swell-block-columns.about-flow-col > .swell-block-columns__inner {
    padding: 40px 0 95px 0;
    border: 2px solid var(--color_main);
	position:relative;
	row-gap: 0em;
	justify-content: space-around;
	width: 100%;
    margin: 0 auto;
}
.swell-block-columns.about-flow-col:not(:first-child) > .swell-block-columns__inner {
    padding: 35px 0;
    margin-top: 3.875em!Important;
	justify-content: space-evenly;
}
.about-flow-col > .swell-block-columns__inner .swell-block-column{
	margin:0!important;
}
.about-flow-num {
    position: absolute;
    padding: 0!important;
    line-height: .8!important;
    margin: 0!important;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 25px;
    height: 80px;
    top: 32px;
    left: -13px;
}
.swell-block-columns.about-flow-col:not(:first-child) > .swell-block-columns__inner .about-flow-num {
     top: 50%;
    transform: translateY(-50%);
}
.about-form a {
    width: 389px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 14px 10px!important;
    line-height: 1;
}
.about-flow-01-last-text {
    position: absolute;
    bottom: 30px;
}
.swell-block-column.swl-has-mb--s.about-flow-col-man {
    margin-top: -61px!Important;
    margin-bottom: 65px!important;
}
.swell-block-column.swl-has-mb--s.about-flow-col-woman {
    margin-top: -60px!important;
}
.about-step3-img {
    position: absolute;
    top: -16px;
    right: -92px;
}

/*FAQ*/
.beg-aq-aco summary:before {
  color: var(--color_main);
  content: "\ea56";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  font-family: icomoon;
  position: absolute;
  width: 1em;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.beg-aq-aco {
  font-size: 1.125rem;
	color:#000;
}

.beg-aq-aco summary {
  background: #fff;
  padding: 35px 70px;
}

.beg-aq-aco .swell-block-accordion__body {
  background: #fff;
  padding: 0px 70px 35px;
}

.beg-aq-aco .icon-plus:before,
.beg-aq-aco .icon-minus:before {
  font-size: 40px;
  color: var(--color_main);
}

/*コンタクト*/
.contact-form-title-wp {
    width: 657px;
    margin: 0 auto;
	  top: -10px;
    position: relative;
}
.contact-tel-wp {
    width: 740px;
    margin: 0 auto;
	 border: 1px solid var(--color_main);
	justify-content: center;
}

/*フッター*/
.b-footer-wp {
    padding-top: 45px!important;
    padding-bottom: 60px!important;
}
.b-footer-col-left {
    border-right: 1px solid #464646;
}
.footer-nav-links {
    gap: 50px;
}
.b-footer-contact-title .mininote {
    display: inline-block!important;
}
.b-footer-contact-title  {
    width: 225px;
    border: 5px solid var(--color_main)!important;
	border-radius: 18.5971px!important;
	padding: 9px 0px!important;
}
.b-footer-contact-wp {
    padding-top: 50px!important;
    padding-bottom: 60px!important;
}
.b-footer-contact-wp a {
    color: #fff!important;
}
.b-footer-contactform-text {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 16px 0;
}
.b-footer-contactform-text a{
   color: #fff!important;
}

.b-footer-contact-col-left-inner-left {
    padding-top: 10px;
}
.b-footer-contact-col {
    padding: 30px 0 0 90px;
	gap: 50px!important;
}
.b-footer-contact-col-left-inner {
    gap: 0!important;
}

.b-footer-contact-table td {
    line-height: 1;
	padding: 9px 0;
}
.b-footer-contact-table tr:not(:first-child) td:not(:first-child) {
    padding: 7px 0;
}
.b-footer-contact-table td,
.b-footer-contact-table th{
	border: 0.8px solid var(--color_main)!important;
}
.b-footer-contact-table {
    border: 2px solid var(--color_main);
    border-radius: 8.3994px;
}

/* SwellのスマホとPC切り替わり */
@media (min-width: 960px) {}

@media (max-width: 959px) {
	/*text-align*/
  .sp-text-align-center {
    text-align: center !important;
  }

  .sp-text-align-justify {
    text-align: justify !important;
  }

  /*font-size*/
  .sp-fs-08em {
    font-size: 0.8em !important;
  }

  .sp-fs-09em {
    font-size: 0.9em !important;
  }

  .sp-fs-095em {
    font-size: 0.95em !important;
  }

  .sp-fs-17em {
    font-size: 1.7em !important;
  }

  .sp-fs-18em {
    font-size: 1.8em !important;
  }

  /*margin*/
  .sp-mg-bt-0 {
    margin-bottom: 0 !important;
  }

  .sp-mg-bt-1em {
    margin-bottom: 1em !important;
  }

  .sp-mg-bt-2em {
    margin-bottom: 2em !important;
  }

  .sp-mg-bt-3em {
    margin-bottom: 3em !important;
  }

  .sp-mg-bt-4em {
    margin-bottom: 4em !important;
  }
	
  /*height*/
	.sp-height-1em{
		height:1em!important;
	}
	
	.sp-height-24em{
		height:24em!important;
	}

  /*padding*/
  .sp-pd-0 {
    padding: 0 !important;
  }

  /*line-height*/
  .sp-lh-2 {
    line-height: 2 !important;
  }

  /*flex*/
  .sp-flex-wrap {
    flex-wrap: wrap !important;
  }
}
/* SwellのスマホとPC切り替わり */

@media (min-width: 960px){
	.fullWide-pd-0 .swell-block-fullWide__inner {
	padding: 0!important;
	}
	
	.about-greeting-rcol > div {
		justify-content: space-between;
		column-gap: 1.5em;
		flex-wrap: nowrap;
	}
}

@media (( min-width: 768px) and (max-width: 959px)){
	.mid-height-6em{
		height:6em!important;
	}
}
/*小デバイス*/
@media (max-width: 769px) {
	/*text-align*/
  .xs-text-align-center {
    text-align: center !important;
  }
  .xs-text-align-left {
    text-align: left !important;
  }

  .xs-text-align-justify {
    text-align: justify !important;
  }

  /*font-size*/
  .xs-fs-08em {
    font-size: 0.8em !important;
  }

  .xs-fs-09em {
    font-size: 0.9em !important;
  }

  .xs-fs-095em {
    font-size: 0.95em !important;
  }
  .xs-fs-01em {
    font-size: 1em !important;
  }
  .xs-fs-13em {
    font-size: 1.3em !important;
  }

  .xs-fs-17em {
    font-size: 1.7em !important;
  }

  .xs-fs-18em {
    font-size: 1.8em !important;
  }
	.xs-fs-20em {
    font-size: 2em !important;
  }
  /*line-height*/
	.xs-lh-10{
		line-height:1;
	}
	.xs-lh-11{
		line-height:1.1;
	}
	.xs-lh-12{
		line-height:1.2;
	}
	.xs-lh-13{
		line-height:1.3;
	}
	.xs-lh-14{
		line-height:1.4;
	}
	.xs-lh-15{
		line-height:1.5;
	}
	.xs-lh-2{
		line-height:2;
	}
	.xs-lh-25{
		line-height:2.5;
	}
  /*margin*/
  .xs-mg-bt-0 {
    margin-bottom: 0 !important;
  }
  .xs-mg-bt-05em {
    margin-bottom: 0.5em !important;
  }

  .xs-mg-bt-1em {
    margin-bottom: 1em !important;
  }

  .xs-mg-bt-2em {
    margin-bottom: 2em !important;
  }

  .xs-mg-bt-3em {
    margin-bottom: 3em !important;
  }

  .xs-mg-bt-4em {
    margin-bottom: 4em !important;
  }
	
  /*height*/
	.xs-height-0{
		height:0!important;
	}
	.xs-height-1em{
		height:1em!important;
	}
	.xs-height-2em{
		height:2em!important;
	}
	.xs-height-4em{
		height:4em!important;
	}
	.xs-height-6em{
		height:6em!important;
	}
	.xs-height-7em{
		height:7em!important;
	}
	.xs-height-8em{
		height:8em!important;
	}
	.xs-height-9em{
		height:9em!important;
	}
	.xs-height-18em{
		height:18em!important;
	}
  /*padding*/
  .xs-pd-0 {
    padding: 0 !important;
  }

  /*line-height*/
  .xs-lh-2 {
    line-height: 2 !important;
  }

  /*flex*/
  .xs-flex-wrap {
    flex-wrap: wrap !important;
  }
  .top-faq a{
	width: 100%;
	font-size: 1.7rem!important;
	line-height: 1.2;
  }

}

/*極小デバイス*/
@media (max-width: 600px) {

	.xxs-height-6em{
		height:6em!important;
	}
}

/*極小デバイス*/
@media (max-width: 380px) {

	.xxxs-height-1em{
		height:1em!important;
	}
}
	
/* WPカラム切り替わり*/
@media (min-width: 782px) {

}

@media (max-width: 781px) {

}
/* WPカラム切り替わり*/
