@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/* ===============================================
上下左右中央配置
=============================================== */
/* ===============================================
 fontまわり一括指定
=============================================== */
body {
  background-color: #fff;
}
@media all and (min-width: 641px) {
  body {
    min-width: 1300px;
  }
}

@media all and (max-width: 640.9px) {
  .menu-open {
    height: 100vh;
    overflow-y: hidden;
  }
}
@media all and (max-width: 640.9px) {
  .menu-open:before {
    content: "";
    background-color: #99cc33;
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.ly_main {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.ly_cont {
  width: calc(100% - 30px);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 641px) {
  .ly_cont {
    width: 100%;
  }
}

@media all and (max-width: 640.9px) {
  .ly_cont.ly_cont__index {
    width: 100%;
  }
}

.ly_header,
.bl_mv,
.bl_path_wrapper,
.bl_sect,
.bl_pager,
.ly_cont_aside,
.ly_footer {
  letter-spacing: 0;
  line-height: 1.5;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  background: url("../img/dummy.png");
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-break: strict;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ly_header *,
.bl_mv *,
.bl_path_wrapper *,
.bl_sect *,
.bl_pager *,
.ly_cont_aside *,
.ly_footer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font: inherit;
  color: inherit;
}
.ly_header *:before, .ly_header *:after,
.bl_mv *:before,
.bl_mv *:after,
.bl_path_wrapper *:before,
.bl_path_wrapper *:after,
.bl_sect *:before,
.bl_sect *:after,
.bl_pager *:before,
.bl_pager *:after,
.ly_cont_aside *:before,
.ly_cont_aside *:after,
.ly_footer *:before,
.ly_footer *:after {
  box-sizing: border-box;
}
.ly_header .ly_cont,
.bl_mv .ly_cont,
.bl_path_wrapper .ly_cont,
.bl_sect .ly_cont,
.bl_pager .ly_cont,
.ly_cont_aside .ly_cont,
.ly_footer .ly_cont {
  margin: 0 auto;
}
.ly_header b,
.ly_header em,
.bl_mv b,
.bl_mv em,
.bl_path_wrapper b,
.bl_path_wrapper em,
.bl_sect b,
.bl_sect em,
.bl_pager b,
.bl_pager em,
.ly_cont_aside b,
.ly_cont_aside em,
.ly_footer b,
.ly_footer em {
  font: inherit;
  font-weight: 700;
}
.ly_header i,
.bl_mv i,
.bl_path_wrapper i,
.bl_sect i,
.bl_pager i,
.ly_cont_aside i,
.ly_footer i {
  font: inherit;
}
.ly_header ol,
.ly_header ul,
.bl_mv ol,
.bl_mv ul,
.bl_path_wrapper ol,
.bl_path_wrapper ul,
.bl_sect ol,
.bl_sect ul,
.bl_pager ol,
.bl_pager ul,
.ly_cont_aside ol,
.ly_cont_aside ul,
.ly_footer ol,
.ly_footer ul {
  list-style: none;
  padding: 0;
}
.ly_header table,
.bl_mv table,
.bl_path_wrapper table,
.bl_sect table,
.bl_pager table,
.ly_cont_aside table,
.ly_footer table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ly_header caption,
.ly_header th,
.ly_header td,
.bl_mv caption,
.bl_mv th,
.bl_mv td,
.bl_path_wrapper caption,
.bl_path_wrapper th,
.bl_path_wrapper td,
.bl_sect caption,
.bl_sect th,
.bl_sect td,
.bl_pager caption,
.bl_pager th,
.bl_pager td,
.ly_cont_aside caption,
.ly_cont_aside th,
.ly_cont_aside td,
.ly_footer caption,
.ly_footer th,
.ly_footer td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
quotes:none .ly_header q:before, .ly_header q:after,
quotes:none .ly_header blockquote:before,
.ly_header blockquote:after,
quotes:none .bl_mv q:before,
.bl_mv q:after,
quotes:none .bl_mv blockquote:before,
.bl_mv blockquote:after,
quotes:none .bl_path_wrapper q:before,
.bl_path_wrapper q:after,
quotes:none .bl_path_wrapper blockquote:before,
.bl_path_wrapper blockquote:after,
quotes:none .bl_sect q:before,
.bl_sect q:after,
quotes:none .bl_sect blockquote:before,
.bl_sect blockquote:after,
quotes:none .bl_pager q:before,
.bl_pager q:after,
quotes:none .bl_pager blockquote:before,
.bl_pager blockquote:after,
quotes:none .ly_cont_aside q:before,
.ly_cont_aside q:after,
quotes:none .ly_cont_aside blockquote:before,
.ly_cont_aside blockquote:after,
quotes:none .ly_footer q:before,
.ly_footer q:after,
quotes:none .ly_footer blockquote:before,
.ly_footer blockquote:after {
  content: "";
  content: none;
}
.ly_header article,
.ly_header aside,
.ly_header details,
.ly_header figcaption,
.ly_header figure,
.ly_header footer,
.ly_header header,
.ly_header hgroup,
.ly_header main,
.ly_header menu,
.ly_header nav,
.ly_header section,
.ly_header summary,
.bl_mv article,
.bl_mv aside,
.bl_mv details,
.bl_mv figcaption,
.bl_mv figure,
.bl_mv footer,
.bl_mv header,
.bl_mv hgroup,
.bl_mv main,
.bl_mv menu,
.bl_mv nav,
.bl_mv section,
.bl_mv summary,
.bl_path_wrapper article,
.bl_path_wrapper aside,
.bl_path_wrapper details,
.bl_path_wrapper figcaption,
.bl_path_wrapper figure,
.bl_path_wrapper footer,
.bl_path_wrapper header,
.bl_path_wrapper hgroup,
.bl_path_wrapper main,
.bl_path_wrapper menu,
.bl_path_wrapper nav,
.bl_path_wrapper section,
.bl_path_wrapper summary,
.bl_sect article,
.bl_sect aside,
.bl_sect details,
.bl_sect figcaption,
.bl_sect figure,
.bl_sect footer,
.bl_sect header,
.bl_sect hgroup,
.bl_sect main,
.bl_sect menu,
.bl_sect nav,
.bl_sect section,
.bl_sect summary,
.bl_pager article,
.bl_pager aside,
.bl_pager details,
.bl_pager figcaption,
.bl_pager figure,
.bl_pager footer,
.bl_pager header,
.bl_pager hgroup,
.bl_pager main,
.bl_pager menu,
.bl_pager nav,
.bl_pager section,
.bl_pager summary,
.ly_cont_aside article,
.ly_cont_aside aside,
.ly_cont_aside details,
.ly_cont_aside figcaption,
.ly_cont_aside figure,
.ly_cont_aside footer,
.ly_cont_aside header,
.ly_cont_aside hgroup,
.ly_cont_aside main,
.ly_cont_aside menu,
.ly_cont_aside nav,
.ly_cont_aside section,
.ly_cont_aside summary,
.ly_footer article,
.ly_footer aside,
.ly_footer details,
.ly_footer figcaption,
.ly_footer figure,
.ly_footer footer,
.ly_footer header,
.ly_footer hgroup,
.ly_footer main,
.ly_footer menu,
.ly_footer nav,
.ly_footer section,
.ly_footer summary {
  display: block;
}
.ly_header a,
.bl_mv a,
.bl_path_wrapper a,
.bl_sect a,
.bl_pager a,
.ly_cont_aside a,
.ly_footer a {
  text-decoration: none;
  color: inherit;
}
.ly_header a img,
.bl_mv a img,
.bl_path_wrapper a img,
.bl_sect a img,
.bl_pager a img,
.ly_cont_aside a img,
.ly_footer a img {
  border: none;
}
.ly_header a:hover, .ly_header a:focus,
.bl_mv a:hover,
.bl_mv a:focus,
.bl_path_wrapper a:hover,
.bl_path_wrapper a:focus,
.bl_sect a:hover,
.bl_sect a:focus,
.bl_pager a:hover,
.bl_pager a:focus,
.ly_cont_aside a:hover,
.ly_cont_aside a:focus,
.ly_footer a:hover,
.ly_footer a:focus {
  text-decoration: none;
}
.ly_header a[href^="tel:"],
.bl_mv a[href^="tel:"],
.bl_path_wrapper a[href^="tel:"],
.bl_sect a[href^="tel:"],
.bl_pager a[href^="tel:"],
.ly_cont_aside a[href^="tel:"],
.ly_footer a[href^="tel:"] {
  transition: none;
  cursor: default;
}
.ly_header a[href^="tel:"]:hover, .ly_header a[href^="tel:"]:focus,
.bl_mv a[href^="tel:"]:hover,
.bl_mv a[href^="tel:"]:focus,
.bl_path_wrapper a[href^="tel:"]:hover,
.bl_path_wrapper a[href^="tel:"]:focus,
.bl_sect a[href^="tel:"]:hover,
.bl_sect a[href^="tel:"]:focus,
.bl_pager a[href^="tel:"]:hover,
.bl_pager a[href^="tel:"]:focus,
.ly_cont_aside a[href^="tel:"]:hover,
.ly_cont_aside a[href^="tel:"]:focus,
.ly_footer a[href^="tel:"]:hover,
.ly_footer a[href^="tel:"]:focus {
  opacity: 1;
}
@media all and (min-width: 641px) {
  .ly_header a[href^="tel:"],
  .bl_mv a[href^="tel:"],
  .bl_path_wrapper a[href^="tel:"],
  .bl_sect a[href^="tel:"],
  .bl_pager a[href^="tel:"],
  .ly_cont_aside a[href^="tel:"],
  .ly_footer a[href^="tel:"] {
    pointer-events: none;
  }
}
.ly_header img,
.bl_mv img,
.bl_path_wrapper img,
.bl_sect img,
.bl_pager img,
.ly_cont_aside img,
.ly_footer img {
  max-width: 100%;
  height: auto;
}
.ly_header figure,
.ly_header picture,
.bl_mv figure,
.bl_mv picture,
.bl_path_wrapper figure,
.bl_path_wrapper picture,
.bl_sect figure,
.bl_sect picture,
.bl_pager figure,
.bl_pager picture,
.ly_cont_aside figure,
.ly_cont_aside picture,
.ly_footer figure,
.ly_footer picture {
  display: block;
  text-align: center;
}
.ly_header figure img,
.ly_header picture img,
.bl_mv figure img,
.bl_mv picture img,
.bl_path_wrapper figure img,
.bl_path_wrapper picture img,
.bl_sect figure img,
.bl_sect picture img,
.bl_pager figure img,
.bl_pager picture img,
.ly_cont_aside figure img,
.ly_cont_aside picture img,
.ly_footer figure img,
.ly_footer picture img {
  vertical-align: bottom;
}

.bl_mv.bl_mv__sub {
  position: relative;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  background: #333 url(../img/mv_bg.png) repeat center;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__sub {
    height: 37.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub {
    height: 26.0416666667vw;
    min-height: 350px;
    max-height: 500px;
  }
}
.bl_mv.bl_mv__sub .bl_mv_inner {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  max-width: 1160px;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub .bl_mv_inner {
    width: 100%;
  }
}
.bl_mv.bl_mv__sub .bl_mv_inner:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat left bottom;
  width: 230px;
  height: 100%;
  bottom: 0;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__sub .bl_mv_inner:after {
    width: 100%;
    background-size: contain;
    height: 121px;
    height: 31vw;
  }
}
.bl_mv.bl_mv__sub .bl_mv_col {
  color: #fff;
  padding-bottom: 1%;
  /*
  background: rgba(255, 255, 255, .85);
  min-width: 500px;
  min-height: 133px;
  */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__sub .bl_mv_col {
    width: 100%;
    border-radius: 8px;
    min-height: 110px;
    border-width: 4px;
  }
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub .bl_mv_col {
    width: 750px;
    height: 230px;
  }
}
.bl_mv.bl_mv__sub .bl_mv_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 6.25vw;
  font-weight: bold;
  letter-spacing: 0.625vw;
  line-height: 1.38;
  color: #fff;
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub .bl_mv_title {
    font-size: 55px;
    line-height: 1.18;
    letter-spacing: 5.5px;
  }
}
.bl_mv.bl_mv__sub .bl_mv_subTitle {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.2em;
  margin-top: 0.75em;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__sub .bl_mv_subTitle {
    font-size: 13.2px;
  }
}

.bl_path_wrapper {
  position: relative;
  background: none;
}
.bl_path_wrapper .bl_path {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  max-width: 1160px;
  margin: 0 auto;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-items: center;
  align-content: center;
  overflow: hidden;
}
@media all and (max-width: 640.9px) {
  .bl_path_wrapper .bl_path {
    font-size: 12px;
    border-radius: 4px;
    padding: 15px 0;
  }
}
@media all and (min-width: 641px) {
  .bl_path_wrapper .bl_path {
    width: 100%;
    padding: 20px 0;
  }
}
.bl_path_wrapper .bl_path > li {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50em;
}
@media all and (max-width: 640.9px) {
  .bl_path_wrapper .bl_path > li {
    max-width: 16em;
  }
}
@media all and (min-width: 641px) {
  .bl_path_wrapper .bl_path > li {
    letter-spacing: 0.2em;
  }
}
.bl_path_wrapper .bl_path > li:first-child {
  color: #0046a6;
}
.bl_path_wrapper .bl_path > li:nth-child(n+2):before {
  box-sizing: border-box;
  content: "/";
  margin: 0 0.5em;
}
.bl_path_wrapper .bl_path a {
  /*
  	// 長い文字列は省略
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	max-width: 30em;

  	@include mq(sp) {
  	max-width: 16em;
  }
  	*/
}
@media all and (min-width: 641px) {
  .bl_path_wrapper .bl_path a {
    transition: 0.2s opacity;
  }
  .bl_path_wrapper .bl_path a:hover, .bl_path_wrapper .bl_path a:focus {
    opacity: 0.7;
  }
}
.bl_path_wrapper .bl_path h1 {
  display: inline;
}

.bl_path_wrapper.bl_path_wrapper__float + #content-w > section:nth-child(1) {
  padding-top: 134px;
}
@media all and (max-width: 640.9px) {
  .bl_path_wrapper.bl_path_wrapper__float + #content-w > section:nth-child(1) {
    padding-top: 66px;
  }
}
.bl_path_wrapper.bl_path_wrapper__float .bl_path {
  position: absolute;
  padding: 0;
  top: 20px;
  left: calc(50% - 580px);
}
@media all and (max-width: 640.9px) {
  .bl_path_wrapper.bl_path_wrapper__float .bl_path {
    left: 15px;
    top: 15px;
  }
}

.bl_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}
.bl_btns:nth-child(n+2) {
  margin-top: 2em;
}

.bl_bnrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}

.bl_table {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}
.bl_table th,
.bl_table td {
  border: 1px solid #999;
  padding: 0.5em 1em;
}
.bl_table th {
  background: #f6f6f6;
  font-weight: 700;
}

.bl_list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 100%;
}
.bl_list > li {
  padding-left: 1em;
}
.bl_list > li:before {
  box-sizing: border-box;
  float: left;
  font: inherit;
  display: block;
  width: 1em;
  margin-left: -1em;
  content: "・";
}
.bl_list.bl_list__note > li:before {
  content: "※";
}
.bl_list.bl_list__dia > li:before {
  content: "◆";
}
.bl_list.bl_list__num {
  list-style: decimal;
  padding-left: 1.5em;
}
.bl_list.bl_list__num > li {
  padding-left: 0;
}
.bl_list.bl_list__num > li:before {
  display: none;
}

.bl_iframe_wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 320px;
}
.bl_iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_pager > li > a, .bl_pager > li > span, .el_btn, .bl_form_file .bl_form_fileLabel {
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  color: inherit;
  outline: none;
  font: inherit;
  width: auto;
  padding: 0.25em 0.75em 0.35em;
  line-height: 1.25;
  min-width: 44px;
  min-height: 44px;
}

.el_btn, .bl_form_file .bl_form_fileLabel {
  background: #333;
  color: #fff;
}
@media all and (min-width: 641px) {
  .el_btn, .bl_form_file .bl_form_fileLabel {
    transition: 0.2s opacity;
  }
  .el_btn:hover, .bl_form_file .bl_form_fileLabel:hover, .el_btn:focus, .bl_form_file .bl_form_fileLabel:focus {
    opacity: 0.7;
  }
}

.el_bnr {
  display: block;
  max-width: 100%;
}
.el_bnr img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media all and (min-width: 641px) {
  a.el_bnr {
    transition: 0.2s opacity;
  }
  a.el_bnr:hover, a.el_bnr:focus {
    opacity: 0.7;
  }
}

.el_wbr,
.bl_header_nav a,
.bl_header_nav label,
.bl_footer_nav a,
.bl_footer_nav label {
  max-width: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.el_wbr wbr:before,
.bl_header_nav a wbr:before,
.bl_header_nav label wbr:before,
.bl_footer_nav a wbr:before,
.bl_footer_nav label wbr:before {
  content: "​";
}

.el_w {
  display: inline-block;
}

.el_img {
  display: block;
  max-width: 100%;
  max-height: 100vw;
  overflow: hidden;
}
.el_img:empty {
  position: relative;
  background: #e1ccc3;
}
.el_img:empty:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/i_noimage_wt.png) no-repeat center/45% auto;
}
@media all and (min-width: 641px) {
  .el_img:empty:before {
    image-rendering: -webkit-optimize-contrast;
  }
}
.el_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media all and (max-width: 640.9px) {
  .hp_pc {
    display: none !important;
  }
}

@media all and (min-width: 641px) {
  .hp_sp {
    display: none !important;
  }
}

.hp_flls1e:first-letter {
  letter-spacing: 1em !important;
}

.hp_tar {
  text-align: right !important;
}

.hp_ls0 {
  letter-spacing: 0 !important;
}

.hp_df_fdc_aic {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

#content-w {
  padding-top: 0;
}

#footer {
  padding: 0;
}

a:hover img, a:focus img {
  opacity: 1;
}

.copyr {
  display: none;
}

/*
@keyframes showToLeft {
	0%   {
		opacity: 0;
		transform: translateX(20%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes showToRight {
	0%   {
		opacity: 0;
		transform: translateX(-20%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes showToTop {
	0%   {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes largeToNormal {
	0%   {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes bound {
	0%   {
		transform: scale(.5);
	}
	30%   {
		transform: scale(1.1);
	}
	60%   {
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
	}
}
*/
@keyframes bgLoopX {
  0% {
    background-position: right 0 bottom 0;
  }
  100% {
    background-position: right 100px bottom 0;
  }
}
.bl_latestPosts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*
  // ★以下は利用セクション内へのコピー用です。

  // ★列の設定
  > .bl_latestPost {
  	position: relative;

  	@include mq(sp) {
  		// ★横1列の場合
  		//margin: 70px*$sp auto 0;

  		// ★横2列の場合
  		width: 48%;
  		margin: round(60px*$sp) 0 0 4%;

  		&:nth-child(2n-1) {
  			margin-left: 0;
  		}
  	}
  	@include mq(pc) {
  	// ★ 3列の場合
  		width: 31.04%;
  		max-width: 360px;
  		margin-top: 40px;
  		margin-left: 3.44%;

  		&:nth-child(3n-2) {
  			margin-left: 0;
  		}

  		// ★ 4列の場合
  		width: 22%;
  		max-width: 260px;
  		margin-top: 40px;
  		margin-left: 4%;

  		&:nth-child(4n-3) {
  			margin-left: 0;
  		}
  	}
  }
  */
}

.bl_latestPost {
  position: relative;
  width: 100%;
}
.bl_latestPost > a {
  display: block;
  width: 100%;
  height: 100%;
  /*
  // ★以下は利用セクション内へのコピー用です。
  @include mq(sp) {
  	// ★左に画像
  	padding: 25px 15px 15px 55%;
  	min-height: 50vw;
  }
  */
}
.bl_latestPost figure {
  overflow: hidden;
  /*
  // ★以下は利用セクション内へのコピー用です。

  background: #fff;
  border-radius: 10px 10px 0 0;

  // Design (Size)
  @include mq(sp) {
  	// ★上に画像(横1列の場合)
  	width: 100%;
  	height: 58vw;

  	// ★上に画像(横2列の場合)
  	width: 100%;
  	height: 29vw;

  	// ★左に画像
  	width: 50%;
  	height: 100%;
  	position: absolute;
  	left: 0;
  	top: 0;

  	// ★丸角
  	border-radius: 10px 0 0 10px;
  }
  */
}
@media all and (min-width: 641px) {
  .bl_latestPost figure {
    height: 270px;
  }
}
.bl_latestPost figure:empty:before {
  transition: 0.4s transform;
}
.bl_latestPost figure img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: 0.4s transform;
}
.bl_latestPost time {
  display: block;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.bl_latestPost h3 {
  display: block;
}
.bl_latestPosts_cats {
  display: inline-block;
  /*
  // ★以下はコメント解除せず、利用セクション内にコピーしてください。

  // ★左上に配置
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;

  background: $c1;
  font-size: 20px;
  font-weight: 700;
  padding: .5em .75em;

   ★上部中央に配置(丸角)
  border-radius: 1.3em / 50%;
  left: 10%;
  width: 80%;
  top: -1.25em;
  text-align: center;
  font-size: 16px;
  padding: .7em .5em .8em;
  line-height: 1;
  @include mq(sp) {
  	top: -1em;
  	padding: .5em .25em .6em;
  	border-radius: 1em / 50%;
  }
  */
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}
.bl_latestPosts_cats > i {
  display: inline;
  margin-right: 0.75em;
}
.bl_latestPosts_cats > i:last-child {
  margin-right: 0;
}

.bl_sect_wideTitle {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 110px;
  padding: 1em 0 1.5em;
  color: #fff;
  font-size: 42px;
  letter-spacing: 0.14em;
  line-height: 1.52;
}
@media all and (max-width: 640.9px) {
  .bl_sect_wideTitle {
    font-size: 22px;
    margin-bottom: 60.5px;
    padding: 0.75em 0;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.bl_sect_wideTitle em {
  color: #333;
  display: inline-block;
}
.bl_sect_wideTitle small {
  font-size: 0.8em;
}
.bl_sect_wideTitle:after {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: calc(-100vw + 50%);
  height: 100%;
  width: 200vw;
  background: #cccccc;
}
.bl_sect_wideTitle:before {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  left: 50%;
  bottom: 0;
  background: #cccccc;
  width: 86px;
  height: 86px;
  transform: translate(-50%, 50%) scale(1, 0.7) rotate(45deg);
}
@media all and (max-width: 640.9px) {
  .bl_sect_wideTitle:before {
    width: 52px;
    height: 52px;
  }
}

.el_item_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.el_btn.el_btn__s1, .bl_form_file .el_btn__s1.bl_form_fileLabel {
  margin: auto;
  font-weight: 700;
  color: #fff;
  background: #f90;
}
.el_btn.el_btn__s1:after, .bl_form_file .el_btn__s1.bl_form_fileLabel:after {
  box-sizing: border-box;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform-origin: center;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 0.6em;
}
@media all and (max-width: 640.9px) {
  .el_btn.el_btn__s1, .bl_form_file .el_btn__s1.bl_form_fileLabel {
    width: 100%;
    max-width: 62.5vw;
    min-height: 10.9375vw;
    font-size: 3.75vw;
    border-radius: 5.46875vw;
  }
}
@media all and (min-width: 641px) {
  .el_btn.el_btn__s1, .bl_form_file .el_btn__s1.bl_form_fileLabel {
    width: 420px;
    height: 60px;
    font-size: 24px;
    letter-spacing: 2.4px;
    border-radius: 30px;
    image-rendering: -webkit-optimize-contrast;
  }
}

.el_btn.el_btn__s2, .bl_form_file .el_btn__s2.bl_form_fileLabel {
  background: #630;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
  border-radius: 5px;
}
.el_btn.el_btn__s2:after, .bl_form_file .el_btn__s2.bl_form_fileLabel:after {
  box-sizing: border-box;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #fff;
  border-width: 0 3px 3px 0;
  transform-origin: center;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 0.6em;
}
@media all and (max-width: 640.9px) {
  .el_btn.el_btn__s2, .bl_form_file .el_btn__s2.bl_form_fileLabel {
    width: 100%;
    max-width: 62.5vw;
    min-height: 10.9375vw;
    font-size: 3.75vw;
    border-radius: 5.46875vw;
  }
}
@media all and (min-width: 641px) {
  .el_btn.el_btn__s2, .bl_form_file .el_btn__s2.bl_form_fileLabel {
    width: 410px;
    height: 70px;
    font-size: 24px;
    letter-spacing: 2.4px;
    border-radius: 35px;
    image-rendering: -webkit-optimize-contrast;
  }
}

.un_cols.un_cols__textAndImg {
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 640.9px) {
  .un_cols.un_cols__textAndImg {
    margin-top: 41px;
  }
}
@media all and (max-width: 640.9px) {
  .un_cols.un_cols__textAndImg > li {
    font-size: 15.4px;
  }
  .un_cols.un_cols__textAndImg > li:nth-child(n+2) {
    margin-top: 77px;
  }
}
@media all and (min-width: 641px) {
  .un_cols.un_cols__textAndImg > li {
    margin-top: 80px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.63;
  }
  .un_cols.un_cols__textAndImg > li:nth-child(2n-1) > figure {
    float: left;
  }
  .un_cols.un_cols__textAndImg > li:nth-child(2n-1) > figure ~ * {
    margin-left: 53%;
  }
  .un_cols.un_cols__textAndImg > li:nth-child(2n) > figure {
    float: right;
  }
  .un_cols.un_cols__textAndImg > li:nth-child(2n) > figure ~ * {
    margin-right: 53%;
  }
}
@media all and (max-width: 640.9px) {
  .un_cols.un_cols__textAndImg > li > figure {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media all and (min-width: 641px) {
  .un_cols.un_cols__textAndImg > li > figure {
    width: 50%;
  }
}
.un_cols.un_cols__textAndImg > li > h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.42em;
  color: #6b321b;
  margin-top: 0.25em;
  padding-bottom: 0.4em;
  border-bottom: 3px solid #333;
  margin-bottom: 0.5em;
}
@media all and (max-width: 640.9px) {
  .un_cols.un_cols__textAndImg > li > h3 {
    font-size: 22px;
    margin-top: 0.75em;
    padding-bottom: 0.75em;
    text-align: center;
    line-height: 1.25;
  }
}
.un_cols.un_cols__textAndImg > li > h3 small {
  letter-spacing: 0;
  display: inline-block;
}
@media all and (max-width: 640.9px) {
  .un_cols.un_cols__textAndImg > li > h3 small {
    font-size: 0.75em;
  }
}

.bl_sect_iconTopTitle {
  background: no-repeat center top/60px auto;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-top: 80px;
  padding-left: 0.2em;
  text-align: center;
  color: #6b321b;
}
@media all and (max-width: 640.9px) {
  .bl_sect_iconTopTitle {
    background-size: 44px auto;
    padding-top: 60.5px;
    font-size: 27.5px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect_iconTopTitle {
    image-rendering: -webkit-optimize-contrast;
  }
}

.bl_btns.bl_btns__cta {
  max-width: 1000px;
}
@media all and (max-width: 640.9px) {
  .bl_btns.bl_btns__cta > .el_btn, .bl_form_file .bl_btns.bl_btns__cta > .bl_form_fileLabel {
    min-height: 66px;
    max-width: 270px;
  }
  .bl_btns.bl_btns__cta > .el_btn:nth-child(n+2), .bl_form_file .bl_btns.bl_btns__cta > .bl_form_fileLabel:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media all and (min-width: 641px) {
  .el_btn.el_btn__s1[href^="tel:"], .bl_form_file .el_btn__s1[href^="tel:"].bl_form_fileLabel {
    background: transparent;
    border: none;
  }
}
.el_btn.el_btn__s1[href^="tel:"]:after, .bl_form_file .el_btn__s1[href^="tel:"].bl_form_fileLabel:after {
  display: none;
}
.el_btn.el_btn__s1[href^="tel:"] i, .bl_form_file .el_btn__s1[href^="tel:"].bl_form_fileLabel i {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}
@media all and (max-width: 640.9px) {
  .el_btn.el_btn__s1[href^="tel:"] i, .bl_form_file .el_btn__s1[href^="tel:"].bl_form_fileLabel i {
    display: none;
  }
}
.el_btn.el_btn__s1[href^="tel:"] b, .bl_form_file .el_btn__s1[href^="tel:"].bl_form_fileLabel b {
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 38px;
  white-space: nowrap;
}
@media all and (max-width: 640.9px) {
  .el_btn.el_btn__s1[href^="tel:"] b, .bl_form_file .el_btn__s1[href^="tel:"].bl_form_fileLabel b {
    font-size: 23.1px;
  }
}
.el_btn.el_btn__s1[href^="tel:"] b:before, .bl_form_file .el_btn__s1[href^="tel:"].bl_form_fileLabel b:before {
  box-sizing: border-box;
  display: inline-block;
  content: "";
  background: url(../img/i_tel_br.png) no-repeat center/contain;
  margin: 0 0.25em -0.15em 0;
  width: 1em;
  height: 1em;
}
.el_btn.el_btn__s1[href^="tel:"] b:before, .bl_form_file .el_btn__s1[href^="tel:"].bl_form_fileLabel b:before {
  border: 2px solid #6b321b;
  border-radius: 50%;
  background-size: auto 55%;
}
.el_btn.el_btn__s1[href^="tel:"] u, .bl_form_file .el_btn__s1[href^="tel:"].bl_form_fileLabel u {
  font-size: 12.1px;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  margin-top: 0.25em;
  text-decoration: none;
}
@media all and (min-width: 641px) {
  .el_btn.el_btn__s1[href^="tel:"] u, .bl_form_file .el_btn__s1[href^="tel:"].bl_form_fileLabel u {
    display: none;
  }
}

@media all and (max-width: 640.9px) {
  .el_btn.el_btn__s1[href*="contact/"], .bl_form_file .el_btn__s1[href*="contact/"].bl_form_fileLabel {
    min-height: 66px;
  }
}
.el_btn.el_btn__s1[href*="contact/"]:after, .bl_form_file .el_btn__s1[href*="contact/"].bl_form_fileLabel:after {
  display: none;
}
@media all and (max-width: 640.9px) {
  .el_btn.el_btn__s1[href*="contact/"] b, .bl_form_file .el_btn__s1[href*="contact/"].bl_form_fileLabel b {
    letter-spacing: 0;
  }
}
.el_btn.el_btn__s1[href*="contact/"] b:before, .bl_form_file .el_btn__s1[href*="contact/"].bl_form_fileLabel b:before {
  box-sizing: border-box;
  display: inline-block;
  content: "";
  background: url(../img/i_mail_br.png) no-repeat center/contain;
  margin: 0 0.5em -0.15em 0;
  width: 1.25em;
  height: 1em;
}

.bl_company_profile {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 640.9px) {
  .bl_company_profile {
    margin-top: 27.5px;
  }
}
@media all and (min-width: 641px) {
  .bl_company_profile {
    margin-top: 60px;
    max-width: 100%;
    width: 1000px;
    font-size: 16px;
  }
}
.bl_company_profile tr:nth-child(2n) th,
.bl_company_profile tr:nth-child(2n) td {
  background: #f3ecea;
}
.bl_company_profile th,
.bl_company_profile td {
  padding: 1.1em 1em 1.2em;
  line-height: 2.13;
  vertical-align: top;
}
@media all and (max-width: 640.9px) {
  .bl_company_profile th,
  .bl_company_profile td {
    padding: 0.75em 0.75em 0.8em;
    line-height: 1.69;
  }
}
.bl_company_profile th {
  font-weight: 700;
  width: 20%;
}
@media all and (max-width: 640.9px) {
  .bl_company_profile th {
    width: 6.5em;
  }
}
@media all and (min-width: 641px) {
  .bl_company_profile th {
    letter-spacing: 0.1em;
    padding-left: 3em;
  }
}
.bl_company_profile td {
  letter-spacing: 0.05em;
}
.bl_company_profile td .el_mail {
  color: #508ada;
}
@media all and (min-width: 641px) {
  .bl_company_profile td .el_mail {
    transition: 0.2s opacity;
  }
  .bl_company_profile td .el_mail:hover, .bl_company_profile td .el_mail:focus {
    opacity: 0.7;
  }
}
@media all and (min-width: 641px) {
  .bl_company_profile .un_ib > li {
    display: inline-block;
    margin-right: 1.5em;
  }
}

body.blog #content,
body.single #content,
body.archive #content,
body.archive.date #content,
body.archive.category #content,
body.post-template-default #content {
  max-width: 1160px;
}
@media all and (min-width: 641px) {
  body.blog #content,
  body.single #content,
  body.archive #content,
  body.archive.date #content,
  body.archive.category #content,
  body.post-template-default #content {
    margin: 0 auto;
  }
}
body.blog #content main,
body.single #content main,
body.archive #content main,
body.archive.date #content main,
body.archive.category #content main,
body.post-template-default #content main {
  max-width: 780px;
}
@media all and (min-width: 641px) {
  body.blog #content main,
  body.single #content main,
  body.archive #content main,
  body.archive.date #content main,
  body.archive.category #content main,
  body.post-template-default #content main {
    margin-right: 320px;
    margin-left: 0px;
  }
}
body.blog #content main,
body.single #content main,
body.archive #content main,
body.archive.date #content main,
body.archive.category #content main,
body.post-template-default #content main {
  padding: 0;
  background: transparent;
}
body.blog #content-w,
body.single #content-w,
body.archive #content-w,
body.archive.date #content-w,
body.archive.category #content-w,
body.post-template-default #content-w {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media all and (max-width: 640.9px) {
  body.blog #content-w,
  body.single #content-w,
  body.archive #content-w,
  body.archive.date #content-w,
  body.archive.category #content-w,
  body.post-template-default #content-w {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media all and (min-width: 641px) {
  #contentInner {
    float: left;
    width: 100%;
    margin-right: -300px;
  }
}

@media all and (max-width: 640.9px) {
  body.blog article,
  body.single article,
  body.archive article {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
body.blog .kanren *,
body.single .kanren *,
body.archive .kanren * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.blog .kanren .bl_archive_item,
body.single .kanren .bl_archive_item,
body.archive .kanren .bl_archive_item {
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
body.blog .kanren .bl_archive_item + dl,
body.single .kanren .bl_archive_item + dl,
body.archive .kanren .bl_archive_item + dl {
  margin-top: 20px;
}
body.blog .kanren .bl_archive_item dt,
body.single .kanren .bl_archive_item dt,
body.archive .kanren .bl_archive_item dt {
  width: 300px;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren .bl_archive_item dt,
  body.single .kanren .bl_archive_item dt,
  body.archive .kanren .bl_archive_item dt {
    float: none;
    width: 100%;
  }
}
@media all and (min-width: 641px) {
  body.blog .kanren .bl_archive_item dt,
  body.single .kanren .bl_archive_item dt,
  body.archive .kanren .bl_archive_item dt {
    display: flex;
  }
}
body.blog .kanren .bl_archive_item dt > a,
body.single .kanren .bl_archive_item dt > a,
body.archive .kanren .bl_archive_item dt > a {
  display: block;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren .bl_archive_item dt > a:hover > img,
  body.blog .kanren .bl_archive_item dt > a:hover > figure, body.blog .kanren .bl_archive_item dt > a:focus > img,
  body.blog .kanren .bl_archive_item dt > a:focus > figure,
  body.single .kanren .bl_archive_item dt > a:hover > img,
  body.single .kanren .bl_archive_item dt > a:hover > figure,
  body.single .kanren .bl_archive_item dt > a:focus > img,
  body.single .kanren .bl_archive_item dt > a:focus > figure,
  body.archive .kanren .bl_archive_item dt > a:hover > img,
  body.archive .kanren .bl_archive_item dt > a:hover > figure,
  body.archive .kanren .bl_archive_item dt > a:focus > img,
  body.archive .kanren .bl_archive_item dt > a:focus > figure {
    opacity: 1;
  }
}
@media all and (min-width: 641px) {
  body.blog .kanren .bl_archive_item dt > a:hover > img,
  body.blog .kanren .bl_archive_item dt > a:hover > figure, body.blog .kanren .bl_archive_item dt > a:focus > img,
  body.blog .kanren .bl_archive_item dt > a:focus > figure,
  body.single .kanren .bl_archive_item dt > a:hover > img,
  body.single .kanren .bl_archive_item dt > a:hover > figure,
  body.single .kanren .bl_archive_item dt > a:focus > img,
  body.single .kanren .bl_archive_item dt > a:focus > figure,
  body.archive .kanren .bl_archive_item dt > a:hover > img,
  body.archive .kanren .bl_archive_item dt > a:hover > figure,
  body.archive .kanren .bl_archive_item dt > a:focus > img,
  body.archive .kanren .bl_archive_item dt > a:focus > figure {
    opacity: 0.7;
  }
}
body.blog .kanren .bl_archive_item dt > a > img,
body.blog .kanren .bl_archive_item dt > a > figure,
body.single .kanren .bl_archive_item dt > a > img,
body.single .kanren .bl_archive_item dt > a > figure,
body.archive .kanren .bl_archive_item dt > a > img,
body.archive .kanren .bl_archive_item dt > a > figure {
  transition: 0.2s opacity;
}
body.blog .kanren .bl_archive_item dt figure,
body.single .kanren .bl_archive_item dt figure,
body.archive .kanren .bl_archive_item dt figure {
  margin: 0;
  width: 300px;
  height: 220px;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren .bl_archive_item dt figure,
  body.single .kanren .bl_archive_item dt figure,
  body.archive .kanren .bl_archive_item dt figure {
    width: 100%;
    height: 67vw;
  }
}
body.blog .kanren .bl_archive_item dt figure img,
body.single .kanren .bl_archive_item dt figure img,
body.archive .kanren .bl_archive_item dt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
body.blog .kanren dd,
body.single .kanren dd,
body.archive .kanren dd {
  padding: 0 0 12px 325px;
  line-height: 1.25;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd,
  body.single .kanren dd,
  body.archive .kanren dd {
    margin-top: 10px;
    padding: 0;
  }
}
body.blog .kanren dd .blog-info,
body.single .kanren dd .blog-info,
body.archive .kanren dd .blog-info {
  font-size: 14px;
}
body.blog .kanren dd .blog-info time,
body.single .kanren dd .blog-info time,
body.archive .kanren dd .blog-info time {
  display: inline-block;
  margin-bottom: 6px;
  line-height: 30px;
  margin-right: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  opacity: 0.7;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd .blog-info time,
  body.single .kanren dd .blog-info time,
  body.archive .kanren dd .blog-info time {
    width: 48%;
    margin: 0;
  }
}
body.blog .kanren dd .blog-info .post-categories,
body.single .kanren dd .blog-info .post-categories,
body.archive .kanren dd .blog-info .post-categories {
  display: inline-block;
  /*
  display: flex;
  flex-wrap: wrap;
  */
}
body.blog .kanren dd .blog-info .post-categories > li,
body.single .kanren dd .blog-info .post-categories > li,
body.archive .kanren dd .blog-info .post-categories > li {
  display: inline-block;
}
body.blog .kanren dd .blog-info a,
body.single .kanren dd .blog-info a,
body.archive .kanren dd .blog-info a {
  display: inline-block;
  color: #000;
  line-height: 30px;
  margin-bottom: 6px;
  padding: 0;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  background: #eee;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 0 1em;
  margin-right: 0.5em;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd .blog-info a,
  body.single .kanren dd .blog-info a,
  body.archive .kanren dd .blog-info a {
    font-size: 12px;
    padding: 0 0.5em;
    letter-spacing: 0;
  }
}
@media all and (min-width: 641px) {
  body.blog .kanren dd .blog-info a,
  body.single .kanren dd .blog-info a,
  body.archive .kanren dd .blog-info a {
    transition: 0.2s opacity;
  }
  body.blog .kanren dd .blog-info a:hover, body.blog .kanren dd .blog-info a:focus,
  body.single .kanren dd .blog-info a:hover,
  body.single .kanren dd .blog-info a:focus,
  body.archive .kanren dd .blog-info a:hover,
  body.archive .kanren dd .blog-info a:focus {
    opacity: 0.7;
  }
}
body.blog .kanren dd > a,
body.single .kanren dd > a,
body.archive .kanren dd > a {
  display: block;
  color: #333;
  text-decoration: none;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd > a,
  body.single .kanren dd > a,
  body.archive .kanren dd > a {
    clear: both;
    width: 100%;
  }
}
@media all and (min-width: 641px) {
  body.blog .kanren dd > a,
  body.single .kanren dd > a,
  body.archive .kanren dd > a {
    font-size: 18px;
    transition: 0.2s opacity;
  }
  body.blog .kanren dd > a:hover, body.blog .kanren dd > a:focus,
  body.single .kanren dd > a:hover,
  body.single .kanren dd > a:focus,
  body.archive .kanren dd > a:hover,
  body.archive .kanren dd > a:focus {
    opacity: 0.7;
  }
}
body.blog .kanren dd h3,
body.single .kanren dd h3,
body.archive .kanren dd h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd h3,
  body.single .kanren dd h3,
  body.archive .kanren dd h3 {
    margin-top: 6px;
  }
}
body.blog .kanren dd .bl_archive_summary,
body.single .kanren dd .bl_archive_summary,
body.archive .kanren dd .bl_archive_summary {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.75;
}
body.blog .kanren dd .bl_archive_summary > *,
body.single .kanren dd .bl_archive_summary > *,
body.archive .kanren dd .bl_archive_summary > * {
  font: inherit;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd .bl_archive_summary,
  body.single .kanren dd .bl_archive_summary,
  body.archive .kanren dd .bl_archive_summary {
    display: none;
  }
}
body.blog article h1,
body.blog article .entry-title,
body.single article h1,
body.single article .entry-title,
body.archive article h1,
body.archive article .entry-title {
  line-height: 1.25 !important;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #333;
}
@media all and (max-width: 640.9px) {
  body.blog article h1,
  body.blog article .entry-title,
  body.single article h1,
  body.single article .entry-title,
  body.archive article h1,
  body.archive article .entry-title {
    font-size: 17px;
    border-bottom-width: 2px;
  }
}
body.blog article .updated,
body.single article .updated,
body.archive article .updated {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.01em;
  opacity: 0.7;
}
body.blog article .st-catgroup,
body.single article .st-catgroup,
body.archive article .st-catgroup {
  line-break: strict;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
body.blog article .st-catgroup a,
body.single article .st-catgroup a,
body.archive article .st-catgroup a {
  margin-top: 5px;
  display: inline-block;
  transition: 0.2s opacity;
  max-width: 100%;
}
body.blog article .st-catgroup .catname,
body.single article .st-catgroup .catname,
body.archive article .st-catgroup .catname {
  border-radius: 0;
  font-weight: 700;
  background: #eee;
  display: inline-block;
  max-width: 100%;
}
body.blog .mainbox,
body.single .mainbox,
body.archive .mainbox {
  margin-top: 40px;
}
@media all and (max-width: 640.9px) {
  body.blog .mainbox,
  body.single .mainbox,
  body.archive .mainbox {
    margin-top: 30px;
  }
}
body.blog .st-post,
body.single .st-post,
body.archive .st-post {
  font-size: 15px;
  line-height: 1.75;
}
body.blog .st-post h2,
body.blog .st-post h3,
body.blog .st-post h4,
body.blog .st-post h5,
body.blog .st-post h6,
body.single .st-post h2,
body.single .st-post h3,
body.single .st-post h4,
body.single .st-post h5,
body.single .st-post h6,
body.archive .st-post h2,
body.archive .st-post h3,
body.archive .st-post h4,
body.archive .st-post h5,
body.archive .st-post h6 {
  border: none;
  background: none;
  padding: 0;
  line-height: 1.5;
  margin: 2em 0 1em;
}
body.blog .st-post h2,
body.single .st-post h2,
body.archive .st-post h2 {
  font-size: 18px;
  padding: 0.75em 1em;
  margin-top: 2em;
  background: #eee;
  color: #333;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post h2,
  body.single .st-post h2,
  body.archive .st-post h2 {
    font-size: 15px;
  }
}
body.blog .st-post h3,
body.single .st-post h3,
body.archive .st-post h3 {
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #333;
  border-width: 0 0 2px 5px;
  padding: 0.25em 0.5em;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post h3,
  body.single .st-post h3,
  body.archive .st-post h3 {
    font-size: 15px;
    border-width: 0 0 1px 3px;
  }
}
body.blog .st-post h4,
body.single .st-post h4,
body.archive .st-post h4 {
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #333;
  border-width: 2px 0;
  padding: 0.5em;
  /*
  border-left: 4px solid $cT;
  padding: .25em 0 .25em .75em;
  margin-top: 1em;
  border-left-width: 3px;
  */
}
@media all and (max-width: 640.9px) {
  body.blog .st-post h4,
  body.single .st-post h4,
  body.archive .st-post h4 {
    font-size: 15px;
    border-width: 1px 0;
  }
}
body.blog .st-post h5,
body.single .st-post h5,
body.archive .st-post h5 {
  font-size: 16px;
  border-bottom: 6px double #333;
  padding: 0.25em 0.5em;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post h5,
  body.single .st-post h5,
  body.archive .st-post h5 {
    font-size: 15px;
  }
}
body.blog .st-post h6,
body.single .st-post h6,
body.archive .st-post h6 {
  font-size: 16px;
  position: relative;
  padding-left: 24px;
}
body.blog .st-post h6:before,
body.single .st-post h6:before,
body.archive .st-post h6:before {
  content: "";
  background-color: #333;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post h6,
  body.single .st-post h6,
  body.archive .st-post h6 {
    font-size: 15px;
  }
}
body.blog .st-post aside,
body.single .st-post aside,
body.archive .st-post aside {
  margin-top: 100px;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post aside,
  body.single .st-post aside,
  body.archive .st-post aside {
    margin-top: 60px;
  }
}
body.blog .st-post .bl_single_nav,
body.single .st-post .bl_single_nav,
body.archive .st-post .bl_single_nav {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
body.blog .st-post .bl_single_nav *,
body.single .st-post .bl_single_nav *,
body.archive .st-post .bl_single_nav * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.blog .st-post .bl_single_nav .un_prev,
body.blog .st-post .bl_single_nav .un_next,
body.single .st-post .bl_single_nav .un_prev,
body.single .st-post .bl_single_nav .un_next,
body.archive .st-post .bl_single_nav .un_prev,
body.archive .st-post .bl_single_nav .un_next {
  width: 48%;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_prev,
  body.blog .st-post .bl_single_nav .un_next,
  body.single .st-post .bl_single_nav .un_prev,
  body.single .st-post .bl_single_nav .un_next,
  body.archive .st-post .bl_single_nav .un_prev,
  body.archive .st-post .bl_single_nav .un_next {
    width: 37%;
  }
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_prev b:before,
  body.single .st-post .bl_single_nav .un_prev b:before,
  body.archive .st-post .bl_single_nav .un_prev b:before {
    box-sizing: border-box;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    transform-origin: center;
    transform: rotate(-45deg);
    display: inline-block;
    margin-right: 0.6em;
  }
  body.blog .st-post .bl_single_nav .un_prev b:before,
  body.single .st-post .bl_single_nav .un_prev b:before,
  body.archive .st-post .bl_single_nav .un_prev b:before {
    margin-left: 0;
    margin-right: 0.6em;
    transform: rotate(135deg);
  }
}
@media all and (min-width: 641px) {
  body.blog .st-post .bl_single_nav .un_prev b,
  body.single .st-post .bl_single_nav .un_prev b,
  body.archive .st-post .bl_single_nav .un_prev b {
    left: 27px;
  }
}
body.blog .st-post .bl_single_nav .un_prev a,
body.single .st-post .bl_single_nav .un_prev a,
body.archive .st-post .bl_single_nav .un_prev a {
  /*
  // Arrow Icon
  @include iconArrow(before, absolute, $cT, 1.75em, 2px);
  &:before {
  	left: 30px;
  	transform: rotate(135deg);

  	@include mq(sp) {
  		width: 1em;
  		height: 1em;
  		left: 10px;
  		top: calc(50% - .5em);
  	}
  }
  */
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_prev a,
  body.single .st-post .bl_single_nav .un_prev a,
  body.archive .st-post .bl_single_nav .un_prev a {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
body.blog .st-post .bl_single_nav .un_next:first-child,
body.single .st-post .bl_single_nav .un_next:first-child,
body.archive .st-post .bl_single_nav .un_next:first-child {
  margin-left: auto;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_next b:after,
  body.single .st-post .bl_single_nav .un_next b:after,
  body.archive .st-post .bl_single_nav .un_next b:after {
    box-sizing: border-box;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    transform-origin: center;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 0.6em;
  }
}
@media all and (min-width: 641px) {
  body.blog .st-post .bl_single_nav .un_next b,
  body.single .st-post .bl_single_nav .un_next b,
  body.archive .st-post .bl_single_nav .un_next b {
    display: block;
    text-align: right;
  }
}
body.blog .st-post .bl_single_nav .un_next a,
body.single .st-post .bl_single_nav .un_next a,
body.archive .st-post .bl_single_nav .un_next a {
  /*
  // Arrow Icon
  @include iconArrow(before, absolute, $cT, 1.75em, 2px);
  &:before {
  	left: auto;
  	right: 30px;

  	@include mq(sp) {
  		width: 1em;
  		height: 1em;
  		right: 10px;
  		top: calc(50% - .5em);
  	}
  }
  */
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_next a,
  body.single .st-post .bl_single_nav .un_next a,
  body.archive .st-post .bl_single_nav .un_next a {
    justify-content: flex-end;
    padding-right: 20px;
  }
}
body.blog .st-post .bl_single_nav .un_toArchive,
body.single .st-post .bl_single_nav .un_toArchive,
body.archive .st-post .bl_single_nav .un_toArchive {
  width: 20%;
  border: 1px solid #fff;
  border-width: 0 1px;
}
body.blog .st-post .bl_single_nav .un_toArchive:first-child,
body.single .st-post .bl_single_nav .un_toArchive:first-child,
body.archive .st-post .bl_single_nav .un_toArchive:first-child {
  margin-left: auto;
}
body.blog .st-post .bl_single_nav .un_toArchive:last-child,
body.single .st-post .bl_single_nav .un_toArchive:last-child,
body.archive .st-post .bl_single_nav .un_toArchive:last-child {
  margin-right: auto;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_toArchive,
  body.single .st-post .bl_single_nav .un_toArchive,
  body.archive .st-post .bl_single_nav .un_toArchive {
    width: 26%;
  }
}
body.blog .st-post .bl_single_nav .un_toArchive a,
body.single .st-post .bl_single_nav .un_toArchive a,
body.archive .st-post .bl_single_nav .un_toArchive a {
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
}
body.blog .st-post .bl_single_nav .un_toArchive a:before,
body.single .st-post .bl_single_nav .un_toArchive a:before,
body.archive .st-post .bl_single_nav .un_toArchive a:before {
  box-sizing: border-box;
  display: inline-block;
  content: "";
  background: url(../img/i_archive_bk.png) no-repeat center/contain;
  margin: 0 0 0.5em;
  width: 100%;
  height: 22px;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_toArchive a,
  body.single .st-post .bl_single_nav .un_toArchive a,
  body.archive .st-post .bl_single_nav .un_toArchive a {
    font-size: 12px;
    line-height: 1.25;
  }
  body.blog .st-post .bl_single_nav .un_toArchive a:before,
  body.single .st-post .bl_single_nav .un_toArchive a:before,
  body.archive .st-post .bl_single_nav .un_toArchive a:before {
    height: 14px;
    margin-bottom: 0.25em;
  }
}
body.blog .st-post .bl_single_nav > li,
body.single .st-post .bl_single_nav > li,
body.archive .st-post .bl_single_nav > li {
  padding: 0;
}
body.blog .st-post .bl_single_nav > li a,
body.single .st-post .bl_single_nav > li a,
body.archive .st-post .bl_single_nav > li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 44px;
  min-height: 66px;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav > li a,
  body.single .st-post .bl_single_nav > li a,
  body.archive .st-post .bl_single_nav > li a {
    font-size: 14px;
    padding: 4px 4px 6px;
    min-height: 44px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background: #333333;
    color: #fff;
  }
}
@media all and (min-width: 641px) {
  body.blog .st-post .bl_single_nav > li a,
  body.single .st-post .bl_single_nav > li a,
  body.archive .st-post .bl_single_nav > li a {
    transition: 0.2s opacity;
  }
  body.blog .st-post .bl_single_nav > li a:hover, body.blog .st-post .bl_single_nav > li a:focus,
  body.single .st-post .bl_single_nav > li a:hover,
  body.single .st-post .bl_single_nav > li a:focus,
  body.archive .st-post .bl_single_nav > li a:hover,
  body.archive .st-post .bl_single_nav > li a:focus {
    opacity: 0.7;
  }
}
body.blog .st-post .bl_single_nav > li a b,
body.single .st-post .bl_single_nav > li a b,
body.archive .st-post .bl_single_nav > li a b {
  /*
  font-size: 32px;
  font-weight: 900;

  @include mq(sp) {
  	letter-spacing: -.05em;
  	font-size: 16px;
  }
  @include mq(pc) {
  	position: absolute;
  	display: block;
  	top: -24px;
  }
  */
}
body.blog .st-post .bl_single_nav > li dl,
body.single .st-post .bl_single_nav > li dl,
body.archive .st-post .bl_single_nav > li dl {
  display: flex;
  border: 1px solid #eee;
  background: #fff;
  padding: 30px;
  margin-top: 10px;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav > li dl,
  body.single .st-post .bl_single_nav > li dl,
  body.archive .st-post .bl_single_nav > li dl {
    display: none;
  }
}
body.blog .st-post .bl_single_nav > li dl dt,
body.single .st-post .bl_single_nav > li dl dt,
body.archive .st-post .bl_single_nav > li dl dt {
  width: 100px;
}
body.blog .st-post .bl_single_nav > li dl dt figure,
body.single .st-post .bl_single_nav > li dl dt figure,
body.archive .st-post .bl_single_nav > li dl dt figure {
  margin: 0;
  width: 100px;
  height: 100px;
}
body.blog .st-post .bl_single_nav > li dl dd,
body.single .st-post .bl_single_nav > li dl dd,
body.archive .st-post .bl_single_nav > li dl dd {
  padding-left: 20px;
  flex: 1;
}
body.blog .st-post .bl_single_nav > li dl dd p,
body.single .st-post .bl_single_nav > li dl dd p,
body.archive .st-post .bl_single_nav > li dl dd p {
  word-break: break-all;
  word-wrap: break-word;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
body.blog .st-post .bl_single_nav > li dl dd p:first-child,
body.single .st-post .bl_single_nav > li dl dd p:first-child,
body.archive .st-post .bl_single_nav > li dl dd p:first-child {
  color: rgba(0, 0, 0, 0.5);
}
body.blog .st-post .bl_single_nav > li dl dd p:last-child,
body.single .st-post .bl_single_nav > li dl dd p:last-child,
body.archive .st-post .bl_single_nav > li dl dd p:last-child {
  margin-top: 0.5em;
  color: rgb(51, 51, 51);
}
body.blog .st-post .bl_single_nav > li > p,
body.single .st-post .bl_single_nav > li > p,
body.archive .st-post .bl_single_nav > li > p {
  margin: 0;
  padding: 10px 20px;
}

.bl_pager {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bl_pager > li {
  margin: 10px 5px 0;
  list-style: none;
}
@media all and (max-width: 640.9px) {
  .bl_pager > li {
    margin: 10px 0 0;
  }
}
.bl_pager > li > a {
  background: transparent;
  color: #333;
}
@media all and (min-width: 641px) {
  .bl_pager > li > a {
    min-width: 1.5em;
    transition: 0.2s opacity;
  }
  .bl_pager > li > a:hover, .bl_pager > li > a:focus {
    opacity: 0.7;
  }
}
.bl_pager > li > span {
  background: transparent;
}
@media all and (min-width: 641px) {
  .bl_pager > li > span {
    min-width: 1.5em;
    cursor: default;
  }
}
.bl_pager .bl_pager_first > a:before,
.bl_pager .bl_pager_prev > a:before,
.bl_pager .bl_pager_next > a:after,
.bl_pager .bl_pager_last > a:after {
  box-sizing: border-box;
  position: relative;
  display: block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border: 1px solid #333;
  border-width: 0 2px 2px 0;
  transform-origin: center;
  /*
  margin-right: .5em;
  display: inline-block;
  content: "";
  border-right: .6em solid $cT;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  */
}
.bl_pager .bl_pager_prev a:before {
  transform: translateX(2px) rotate(135deg);
}
.bl_pager .bl_pager_next a:after {
  transform: translateX(-2px) rotate(-45deg);
}
@media all and (min-width: 641px) {
  .bl_pager .bl_pager_prev + .bl_pager_num {
    margin-left: 20px;
  }
}
@media all and (min-width: 641px) {
  .bl_pager .bl_pager_num + .bl_pager_next {
    margin-left: 20px;
  }
}
.bl_pager .bl_pager_num {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #1452a6;
}
.bl_pager .bl_pager_num > a,
.bl_pager .bl_pager_num > span {
  font-weight: 700;
  padding-left: 2px;
  padding-right: 2px;
}
@media all and (min-width: 641px) {
  .bl_pager .bl_pager_num > a,
  .bl_pager .bl_pager_num > span {
    height: 44px;
  }
}
.bl_pager .bl_pager_num > a {
  color: #333;
  text-decoration: none;
  background: linear-gradient(to bottom, #333, #333) no-repeat bottom 6px center/100% 1px;
}
@media all and (max-width: 640.9px) {
  .bl_pager .bl_pager_num > a {
    background-size: 1em 1px;
  }
}
.bl_pager .bl_pager_num > span {
  color: #333;
  opacity: 0.4;
}

aside .kanren {
  padding: 0;
  margin: 0;
}

.bl_aside_bnr a {
  display: block;
}
.bl_aside_bnr img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.bl_aside_bnr + * {
  margin-top: 30px;
}

@media all and (max-width: 640.9px) {
  #side {
    margin-top: 40px;
  }
}
@media all and (min-width: 641px) {
  #side aside {
    float: right;
    width: 300px !important;
    clear: none;
    padding: 0;
  }
}
#side .bl_aside_widgets + .ad,
#side #mybox .ad + .ad {
  margin-top: 30px;
}
#side .bl_aside_widgets *,
#side #mybox .ad * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#side .bl_aside_widgets .widget,
#side #mybox .ad .widget {
  list-style: none;
}
#side .bl_aside_widgets .widgettitle,
#side .bl_aside_widgets h4,
#side #mybox .ad .widgettitle,
#side #mybox .ad h4 {
  background: none;
  margin: 0;
  border: none;
  line-height: 1.25;
  font-size: 16px;
  background: #eee;
  padding: 10px 15px;
}
@media all and (max-width: 640.9px) {
  #side .bl_aside_widgets .widgettitle,
  #side .bl_aside_widgets h4,
  #side #mybox .ad .widgettitle,
  #side #mybox .ad h4 {
    padding: 10px 15px 11px;
  }
}
#side .bl_aside_widgets .widgettitle:nth-child(n+2),
#side .bl_aside_widgets h4:nth-child(n+2),
#side #mybox .ad .widgettitle:nth-child(n+2),
#side #mybox .ad h4:nth-child(n+2) {
  margin-top: 54px;
}
@media all and (max-width: 640.9px) {
  #side .bl_aside_widgets .widgettitle:nth-child(n+2),
  #side .bl_aside_widgets h4:nth-child(n+2),
  #side #mybox .ad .widgettitle:nth-child(n+2),
  #side #mybox .ad h4:nth-child(n+2) {
    margin-top: 44px;
  }
}
#side .bl_aside_widgets .widgettitle + ul,
#side .bl_aside_widgets h4 + ul,
#side #mybox .ad .widgettitle + ul,
#side #mybox .ad h4 + ul {
  margin-top: 10px;
}
#side .bl_aside_widgets ul li a,
#side #mybox .ad ul li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: underline;
}
@media all and (max-width: 640.9px) {
  #side .bl_aside_widgets ul li a,
  #side #mybox .ad ul li a {
    padding: 12px 1px 13px 20px;
    font-size: 14px;
  }
}
#side .bl_aside_widgets ul li a:before,
#side #mybox .ad ul li a:before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media all and (min-width: 641px) {
  #side .bl_aside_widgets ul li a,
  #side #mybox .ad ul li a {
    transition: 0.2s opacity;
  }
  #side .bl_aside_widgets ul li a:hover, #side .bl_aside_widgets ul li a:focus,
  #side #mybox .ad ul li a:hover,
  #side #mybox .ad ul li a:focus {
    opacity: 0.7;
  }
}
#side .bl_aside_widgets ul.bl_aside_latestPosts,
#side #mybox .ad ul.bl_aside_latestPosts {
  list-style: none;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li,
#side #mybox .ad ul.bl_aside_latestPosts > li {
  margin-top: 14px;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li > a,
#side #mybox .ad ul.bl_aside_latestPosts > li > a {
  padding: 0;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li > a:before,
#side #mybox .ad ul.bl_aside_latestPosts > li > a:before {
  display: none;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li > a figure,
#side #mybox .ad ul.bl_aside_latestPosts > li > a figure {
  width: 90px;
  height: 90px;
  margin: 0;
  float: left;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li > a time,
#side #mybox .ad ul.bl_aside_latestPosts > li > a time {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  margin: 0 0 0 100px;
  opacity: 0.7;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li > a p,
#side #mybox .ad ul.bl_aside_latestPosts > li > a p {
  margin: 0.25em 0 0 100px;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: inherit;
  font-weight: 700;
}
#side .bl_aside_widgets .calendar_wrap,
#side #mybox .ad .calendar_wrap {
  margin-top: 20px;
}
#side .bl_aside_widgets .calendar_wrap #wp-calendar,
#side #mybox .ad .calendar_wrap #wp-calendar {
  background: #fff;
}
#side .bl_aside_widgets .calendar_wrap table,
#side #mybox .ad .calendar_wrap table {
  border: 1px solid #ddd;
  border-top: none;
  table-layout: fixed;
}
#side .bl_aside_widgets .calendar_wrap table caption,
#side #mybox .ad .calendar_wrap table caption {
  background: #eee;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-width: 1px 1px 0;
}
#side .bl_aside_widgets .calendar_wrap table thead th,
#side #mybox .ad .calendar_wrap table thead th {
  font-weight: 700;
}
#side .bl_aside_widgets .calendar_wrap table th,
#side .bl_aside_widgets .calendar_wrap table td,
#side #mybox .ad .calendar_wrap table th,
#side #mybox .ad .calendar_wrap table td {
  background: none;
  border: none;
  vertical-align: middle;
}
#side .bl_aside_widgets .calendar_wrap table td,
#side #mybox .ad .calendar_wrap table td {
  line-height: 1.75;
  padding: 5px 0;
}
#side .bl_aside_widgets .calendar_wrap table a,
#side #mybox .ad .calendar_wrap table a {
  width: 2em;
  height: 2em;
  display: inline-block;
  text-decoration: none;
  line-height: 1.9;
  border-radius: 50%;
  background: #fff;
  color: #333;
}
@media all and (min-width: 641px) {
  #side .bl_aside_widgets .calendar_wrap table a,
  #side #mybox .ad .calendar_wrap table a {
    transition: 0.2s opacity;
  }
  #side .bl_aside_widgets .calendar_wrap table a:hover, #side .bl_aside_widgets .calendar_wrap table a:focus,
  #side #mybox .ad .calendar_wrap table a:hover,
  #side #mybox .ad .calendar_wrap table a:focus {
    opacity: 0.7;
  }
}
#side .bl_aside_widgets .calendar_wrap nav,
#side #mybox .ad .calendar_wrap nav {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
#side .bl_aside_widgets .calendar_wrap nav span:nth-child(1) a, #side .bl_aside_widgets .calendar_wrap nav span:nth-child(3) a,
#side #mybox .ad .calendar_wrap nav span:nth-child(1) a,
#side #mybox .ad .calendar_wrap nav span:nth-child(3) a {
  display: block;
  background-color: #eee;
  color: #333;
  line-height: 28px;
  padding: 0 12px;
  font-size: 14px;
  text-decoration: none;
}

/*
body.single {

	// メインビジュアル
	.bl_mv.bl_mv__sub {
		@include mq(sp) {
			height: 88px;
			min-height: 88px;
		}
		@include mq(pc) {
			height: 120px;
			min-height: 120px;
		}

		.bl_mv_subTitle {
			font-size: 52px;
			@include mq(sp) {
				font-size: 42px*$sp;
			}
		}
		.bl_mv_title {
			font-size: 18px;
			@include mq(sp) {
				margin-top: .25em;
				font-size: 28px*$sp;
			}
		}
	}
}
*/
.bl_single_meta {
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
}
.bl_single_meta .blogbox {
  margin: 4px 0 0 20px;
  padding: 5px 0;
}
.bl_single_meta .st-catgroup {
  margin: 0;
  padding: 0;
}
.bl_single_meta .st-catgroup .catname {
  margin: 0;
}

/*
body.single {
	.bl_article_share {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin: 0;

		// Design
		margin-top: 60px;

		@include mq(sp) {
			margin-top: 40px;
		}

		> * {
			margin-left: 20px;

			@include mq(sp) {
				margin-left: 10px;
			}
		}

		a {
			display: inline-block;
			cursor: pointer;

			@include mq(sp) {
				width: 44px;
			}
			@include mq(pc) {
				width: 32px;
				transition: .2s opacity;
				&:hover,
				&:focus {
					opacity: .7;
				}
			}
		}
	}
}
*/
.ly_header {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 3;
}
@media all and (max-width: 640.9px) {
  .ly_header {
    height: 14.0625vw;
  }
}
@media all and (min-width: 641px) {
  .ly_header {
    height: 104px;
  }
}

/*
.bl_header_sub {
	width: 100%;
	background: $bg1;
	display: flex;
	//justify-content: space-between;
	justify-content: center;

	// ★Design
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.25;
	padding: 0 45px;

	@include mq(sp) {
		position: fixed;
		padding: 0 10px;
		height: 22px;
		transition: .2s height;
		overflow: hidden;
	}
	@include mq(pc) {
		min-height: 30px;
		height: 30px; // for IE
	}
}
*/
.bl_header {
  margin: 0;
  padding: 0;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  align-content: center;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.2s height;
}
@media all and (max-width: 640.9px) {
  .bl_header {
    height: 14.0625vw;
    justify-content: flex-start;
    padding: 0;
    background: #0046a6;
  }
}
@media all and (min-width: 641px) {
  .bl_header {
    justify-content: space-between;
    align-items: center;
    height: 104px;
    min-width: 1240px;
    transition: 0.3s height, 0.3s background;
    padding: 0;
    background-color: #0046a6;
    position: absolute;
  }
}
@media all and (max-width: 640.9px) {
  .bl_header:before {
    position: fixed;
    display: block;
    content: "";
    background: #000;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0s width 0.2s, 0.2s opacity;
  }
}

@media all and (max-width: 640.9px) {
  .bl_header_title {
    margin-left: 3.75vw;
    width: 37.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_header_title {
    transition: 0.2s height, 0.2s margin;
    margin-left: 20px;
  }
}

p.bl_header_catch_text {
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 640.9px) {
  p.bl_header_catch_text {
    text-align: right;
    font-size: 2.03125vw;
    line-height: 1.36;
  }
}
@media all and (min-width: 641px) {
  p.bl_header_catch_text {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

b.bl_header_catch {
  font-weight: inherit;
  margin: 0;
  display: none;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  max-height: 3em;
  opacity: 1;
  transition: 0.2s opacity, 0.2s max-height;
}
@media all and (max-width: 640.9px) {
  b.bl_header_catch {
    font-feature-settings: "palt";
    font-size: 12px;
  }
}
.ly_header a.bl_header_name {
  display: flex;
  color: inherit;
  line-height: 1.25;
  transition: 0.2s margin;
  font-weight: 700;
  transition: 0.2s width, 0.2s margin;
  color: #fff;
  font-weight: 700;
}
@media all and (max-width: 640.9px) {
  .ly_header a.bl_header_name {
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
    font-size: 3.75vw;
  }
  .ly_header a.bl_header_name:nth-child(2) {
    margin-top: -1.25vw;
  }
}
@media all and (min-width: 641px) {
  .ly_header a.bl_header_name {
    align-items: flex-end;
    gap: 4px;
    font-size: 14px;
    letter-spacing: 2.2px;
  }
  .ly_header a.bl_header_name:nth-child(2) {
    margin-bottom: 0.5em;
  }
}
@media all and (max-width: 640.9px) {
  .ly_header a.bl_header_name img {
    margin-left: 2.5vw;
    width: 14.0625vw;
  }
}
@media all and (min-width: 641px) {
  .ly_header a.bl_header_name img {
    width: 148px;
  }
}
@media all and (min-width: 641px) {
  .ly_header a.bl_header_name p {
    font-size: 20px;
  }
}

@media all and (max-width: 640.9px) {
  nav.bl_header_drawer {
    position: fixed;
    top: 14.0625vw;
    right: -100%;
    transition: 0.3s right, 0.2s top, 0.2s height;
    padding-bottom: 7.5vw;
    overflow: auto;
    width: 100%;
    max-height: 100vh;
    color: #333;
    height: calc(100vh - 15.625vw);
  }
}
@media all and (min-width: 641px) {
  nav.bl_header_drawer {
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 8px;
    justify-content: center;
    width: auto;
  }
}

@media all and (max-width: 640.9px) {
  .bl_header_drawer_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d8eceb;
    z-index: -1;
  }
}

ul.bl_header_nav {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 19px;
  line-height: 1.25;
  color: #0046a6;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 93.75vw;
    margin: auto;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1em;
    padding-bottom: 0.25em;
    font-size: 18px;
    color: #fff;
    justify-content: center;
    width: auto;
    transition: 0.2s height;
  }
  ul.bl_header_nav.is_passView {
    position: fixed;
    left: 0;
    top: 0;
    height: 70px;
  }
  ul.bl_header_nav.is_passView > li > a:after,
  ul.bl_header_nav.is_passView > li > label:after {
    bottom: 1px;
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav .un_contact {
    display: none;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav .un_contact a {
    display: flex;
    flex-direction: row;
    gap: 4px;
    color: #0046a6;
    border-radius: 3px;
    background: #fff;
  }
  ul.bl_header_nav .un_contact a::before {
    content: "";
    width: 19px;
    height: 15px;
    background: url(../img/index/mail_icon2.png) no-repeat center/contain;
  }
}
ul.bl_header_nav li {
  position: relative;
}
@media all and (min-width: 641px) {
  ul.bl_header_nav li:hover > ul, ul.bl_header_nav li:focus > ul {
    max-height: 100vh;
    transition: 0.3s max-height ease-in;
  }
  ul.bl_header_nav li:focus-within > ul {
    max-height: 100vh;
    transition: 0.3s max-height ease-in;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav li.un_sub {
    display: none;
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav li.un_contact {
    display: none;
  }
}
ul.bl_header_nav a,
ul.bl_header_nav label {
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  position: relative;
  color: inherit;
  font-weight: 700;
  padding: 16.5px 0 16.5px 22px;
  font-size: 15.4px;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav a,
  ul.bl_header_nav label {
    justify-content: space-between;
    padding: 4.375vw 3.125vw;
    font-size: 3.90625vw;
    font-weight: bold;
    letter-spacing: 0.059375vw;
    text-align: center;
    color: #0046a6;
  }
  ul.bl_header_nav a.is_checked ~ ul,
  ul.bl_header_nav label.is_checked ~ ul {
    max-height: 100vh;
    transition: 0.3s max-height ease-in;
  }
  ul.bl_header_nav a::after,
  ul.bl_header_nav label::after {
    content: "";
    width: 2.03125vw;
    height: 2.96875vw;
    background: url(../img/goods/i_arrow_b.png) no-repeat center/contain;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav a,
  ul.bl_header_nav label {
    position: relative;
    width: 100%;
    font-size: inherit;
  }
}
ul.bl_header_nav a i,
ul.bl_header_nav label i {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.25em;
  padding-left: 0.25em;
  margin-top: 6px;
  font-weight: 700;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav a i,
  ul.bl_header_nav label i {
    display: none;
  }
}
ul.bl_header_nav label {
  cursor: default;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav label {
    position: relative;
  }
  ul.bl_header_nav label.js_acc_toggle:nth-last-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    z-index: 1;
    background: linear-gradient(to bottom, #333, #333) no-repeat left center/1px 80%;
  }
  ul.bl_header_nav label.js_acc_toggle:nth-last-child(3) ~ a:after {
    display: none;
  }
  ul.bl_header_nav label:after {
    box-sizing: border-box;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #333;
    border-width: 0 2px 2px 0;
    transform-origin: center;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: calc(50% - 0.2777777778em);
    right: 0.75em;
  }
  ul.bl_header_nav label:after {
    right: 1.25em;
    transform: rotate(45deg);
    transition: 0.2s transform;
  }
  ul.bl_header_nav label.is_checked:after {
    transform: rotate(-135deg);
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav .js_acc_toggle:nth-last-child(3) {
    padding: 0;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav .js_acc_toggle:nth-last-child(3) {
    display: none;
  }
}
ul.bl_header_nav > li {
  display: block;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav > li {
    width: 100%;
    border-bottom: 0.3125vw solid #fff;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li {
    height: 100%;
    margin: 0 0.5em;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li > a,
  ul.bl_header_nav > li > label {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0.2em;
    padding: 4px 0.25em 6px 0.45em;
  }
  ul.bl_header_nav > li > a:after,
  ul.bl_header_nav > li > label:after {
    position: absolute;
    display: block;
    content: "";
    opacity: 0;
    background: #fff;
    left: 50%;
    bottom: -4px;
    height: 3px;
    width: 0%;
    transition: 0.2s opacity, 0.2s width, 0.2s left;
  }
  ul.bl_header_nav > li > a:hover:after, ul.bl_header_nav > li > a:focus:after,
  ul.bl_header_nav > li > label:hover:after,
  ul.bl_header_nav > li > label:focus:after {
    left: 5%;
    width: 90%;
    opacity: 1;
  }
}
ul.bl_header_nav > li ul {
  overflow: hidden;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav > li ul {
    max-height: 0;
    transition: 0.3s max-height ease-out;
  }
  ul.bl_header_nav > li ul > li {
    border-top: 1px solid #fff;
  }
  ul.bl_header_nav > li ul > li > a,
  ul.bl_header_nav > li ul > li > label {
    padding-left: 30px;
    font-weight: 500;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
  }
  ul.bl_header_nav > li ul:hover, ul.bl_header_nav > li ul:focus {
    overflow: visible;
  }
  ul.bl_header_nav > li ul:focus-within {
    overflow: visible;
  }
  ul.bl_header_nav > li ul > li + li {
    margin-top: 1px;
  }
  ul.bl_header_nav > li ul a,
  ul.bl_header_nav > li ul label {
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    letter-spacing: 0.1em;
    transition: 0.2s background;
    min-width: 10em;
  }
  ul.bl_header_nav > li ul a:hover, ul.bl_header_nav > li ul a:focus,
  ul.bl_header_nav > li ul label:hover,
  ul.bl_header_nav > li ul label:focus {
    background: #fff;
    color: #cccccc;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li:hover > ul, ul.bl_header_nav > li:focus > ul {
    max-height: 100vh;
    transition: 0.3s max-height ease-in;
  }
  ul.bl_header_nav > li:focus-within > ul {
    max-height: 100vh;
    transition: 0.3s max-height ease-in;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li > ul {
    left: 0;
    top: 100%;
    max-height: 0;
    min-width: 100%;
    transition: 0.3s max-height ease-out 0.1s;
  }
}
ul.bl_header_nav > li > ul > li {
  /*
  &:first-child {
  	@include mq(pc) {
  		// Design
  		border-top: 1px solid #fff;
  	}
  }
  */
  /*
  &:last-child {
  	> a,
  	> label {
  		@include mq(pc) {
  			// Design
  			padding-bottom: 20px;
  		}
  	}
  }
  */
}
ul.bl_header_nav > li > ul > li > a,
ul.bl_header_nav > li > ul > li > label {
  white-space: nowrap;
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li > ul li:hover > ul, ul.bl_header_nav > li > ul li:focus > ul {
    transition: 0.3s max-width ease-in;
    max-width: 100%;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li > ul li:focus-within > ul {
    transition: 0.3s max-width ease-in;
    max-width: 100%;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li > ul ul {
    left: 100%;
    top: 0;
    max-width: 0;
    transition: 0.3s max-width ease-out 0.1s;
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav > li > ul ul a,
  ul.bl_header_nav > li > ul ul label {
    padding-left: 50px;
  }
}

ul.bl_header_cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25vw;
    margin-left: 5vw;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_cta {
    gap: 24px;
    width: max-content;
    height: 100%;
    padding-right: 24px;
  }
}
ul.bl_header_cta .bl_header_cta_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_cta .bl_header_cta_txt {
    font-size: 2.8125vw;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_cta .bl_header_cta_txt {
    align-items: center;
    gap: 4px;
    font-size: 22px;
    line-height: 1.14;
    letter-spacing: 2.2px;
  }
}
ul.bl_header_cta .bl_header_cta_mail a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #0046a6;
  background: url(../img/index/bg_btn_contact_y.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  ul.bl_header_cta .bl_header_cta_mail a {
    width: 176px;
    height: 76px;
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
ul.bl_header_cta .bl_header_cta_mail a::before {
  content: "";
  background: url(../img/index/i_mail_b.png) no-repeat center/contain;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_cta .bl_header_cta_mail a::before {
    width: 5vw;
    height: 3.75vw;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_cta .bl_header_cta_mail a::before {
    width: 32px;
    height: 24px;
  }
}
ul.bl_header_cta .bl_header_cta_tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #48cdcb;
  line-height: 1;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_cta .bl_header_cta_tel a {
    gap: 1.25vw;
    font-size: 4.6875vw;
    letter-spacing: 0.0953125vw;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_cta .bl_header_cta_tel a {
    gap: 8px;
    font-size: 27px;
    letter-spacing: 1.32px;
  }
}
ul.bl_header_cta .bl_header_cta_tel a::before {
  content: "";
  width: 4.84375vw;
  height: 4.84375vw;
  background: url(../img/index/i_tel_s.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  ul.bl_header_cta .bl_header_cta_tel a::before {
    width: 34px;
    height: 34px;
  }
}

@media all and (max-width: 640.9px) {
  .bl_header_cta_mail a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10vw;
    width: 84.375vw;
    height: 15.625vw;
    font-size: 4.375vw;
    font-weight: bold;
    color: #0046a6;
    background: url(../img/index/bg_btn_contact_sp_y.png) no-repeat center/contain;
  }
}
.bl_header_cta_mail a::before {
  content: "";
  background: url(../img/index/i_mail_b.png) no-repeat center/contain;
}
@media all and (max-width: 640.9px) {
  .bl_header_cta_mail a::before {
    width: 6.5625vw;
    height: 4.84375vw;
  }
}

@media all and (min-width: 641px) {
  .ly_header.ly_header__index .bl_header_nav li:nth-child(1) a:after, .ly_header.ly_header__blog .bl_header_nav li:nth-child(2) a:after, .ly_header.ly_header__company .bl_header_nav li:nth-child(3) a:after, .ly_header.ly_header__goods .bl_header_nav li:nth-child(4) a:after, .ly_header.ly_header__merit .bl_header_nav li:nth-child(5) a:after {
    left: 5%;
    width: 90%;
    opacity: 1;
  }
}

.bl_contact_btns {
  display: flex;
  flex-direction: column;
  gap: 9.9px;
  width: 77%;
  align-items: center;
  margin: 51.7px auto 0;
}
.bl_contact_btns .el_btn {
  background-color: #339900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13.2px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  gap: 8.25px;
}
.bl_contact_btns .el_btn__mail {
  font-size: 20.35px;
  letter-spacing: 1.529px;
}
.bl_contact_btns .el_btn__mail:before {
  content: "";
  background: url(../img/index/mail_icon.png) no-repeat center center;
  background-size: contain;
  width: 20.35px;
  height: 15.95px;
}
.bl_contact_btns .el_btn__tel {
  font-size: 22px;
  letter-spacing: 2.2px;
}
.bl_contact_btns .el_btn__tel:before {
  content: "";
  background: url(../img/index/tel_icon2.png) no-repeat center center;
  background-size: contain;
  width: 13.2px;
  height: 20.35px;
}

.bl_header_drawerToggle {
  z-index: 2;
  top: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 44px;
  min-height: 44px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto;
  top: 0;
  right: 0;
  width: 50px;
  position: fixed;
  background: #0046a6;
}
@media all and (max-width: 640.9px) {
  .bl_header_drawerToggle {
    width: 14.0625vw;
    height: 14.0625vw;
    transition: 0.2s top;
  }
}
@media all and (min-width: 641px) {
  .bl_header_drawerToggle {
    display: none;
  }
}
.bl_header_drawerToggle:hover, .bl_header_drawerToggle:focus {
  opacity: 1;
}
.bl_header_drawerToggle em {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: 1;
  text-align: center;
  color: #999;
  font-size: 10px;
}
.bl_header_drawerIcon {
  width: 24px;
  height: 22px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.bl_header_drawerIcon i {
  height: 4px;
  display: block;
  width: 100%;
  transition: 0.3s ease-in-out;
  transform-origin: center;
  background: #fff;
}

.bl_header_drawerState {
  display: none;
}
@media all and (max-width: 640.9px) {
  .bl_header_drawerState:checked ~ .bl_header {
    backdrop-filter: none;
  }
}
@media all and (max-width: 640.9px) and (max-width: 640.9px) {
  .bl_header_drawerState:checked ~ .bl_header .bl_header_drawerToggle {
    background: #d8eceb;
  }
}
@media all and (max-width: 640.9px) {
  .bl_header_drawerState:checked ~ .bl_header .bl_header_drawerToggle .bl_header_drawerIcon i {
    background: #0046a6;
  }
  .bl_header_drawerState:checked ~ .bl_header .bl_header_drawerToggle .bl_header_drawerIcon i:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .bl_header_drawerState:checked ~ .bl_header .bl_header_drawerToggle .bl_header_drawerIcon i:nth-child(2) {
    transform: rotate(45deg);
    opacity: 0;
  }
  .bl_header_drawerState:checked ~ .bl_header .bl_header_drawerToggle .bl_header_drawerIcon i:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .bl_header_drawerState:checked ~ .bl_header .bl_header_drawer {
    right: 0;
  }
}

.bl_header_info {
  display: none;
  padding: 15px 20px 0;
  text-align: center;
}
.bl_header_info_name {
  font-weight: 700;
  font-size: 19.8px;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}

.bl_header_info_adrs {
  margin-top: 0.75em;
}

.is_noTop .bl_header_catch {
  opacity: 0;
  max-height: 0;
}
@media all and (min-width: 641px) {
  .is_noTop .bl_header_name {
    margin-top: 0;
    margin-bottom: auto;
  }
}
.admin-bar #wpadminbar {
  background: rgba(35, 40, 45, 0.9);
}
@media all and (max-width: 640.9px) {
  .admin-bar .ly_header {
    height: calc(14.0625vw - 46px);
  }
}
@media all and (min-width: 641px) {
  .admin-bar .bl_header {
    margin-top: 32px;
  }
}

.bl_sect__cta.bl_sect__ctaContact {
  padding: 9.375vw 0 12.5vw;
  background: url(../img/index/bg_contact_sp.png) no-repeat top center/cover;
}
@media all and (min-width: 641px) {
  .bl_sect__cta.bl_sect__ctaContact {
    padding: 48px 0 88px;
    background: url(../img/index/bg_contact.png) no-repeat top center/cover;
  }
}

.bl_sect__ctaContact_head {
  margin: auto;
  width: 65vw;
}
@media all and (min-width: 641px) {
  .bl_sect__ctaContact_head {
    width: 700px;
  }
}

a.bl_sect__ctaContact_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875vw;
  font-size: 6.875vw;
  font-weight: 900;
  color: #ff436b;
}
@media all and (min-width: 641px) {
  a.bl_sect__ctaContact_tel {
    gap: 20px;
    margin-top: 16px;
    font-size: 61px;
    letter-spacing: 6.1px;
  }
}
a.bl_sect__ctaContact_tel::before {
  content: "";
  width: 7.8125vw;
  height: 7.8125vw;
  background: url(../img/index/i_tel_p.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  a.bl_sect__ctaContact_tel::before {
    width: 78px;
    height: 78px;
  }
}

.bl_sect a.bl_sect__ctaContact_mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.75vw;
  margin: 3.75vw auto 0;
  width: 87.5vw;
  height: 16.25vw;
  font-size: 3.90625vw;
  font-weight: 900;
  color: #fff;
  transition: 0.3s;
  background: url(../img/index/bg_btn_contact_sp.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  .bl_sect a.bl_sect__ctaContact_mail {
    gap: 40px;
    margin: 48px auto 0;
    width: 600px;
    height: 104px;
    font-size: 25px;
    letter-spacing: 2.5px;
    background: url(../img/index/bg_btn_contact.png) no-repeat center/contain;
  }
}
.bl_sect a.bl_sect__ctaContact_mail::before {
  content: "";
  width: 7.5vw;
  height: 5.9375vw;
  background: url(../img/index/i_mail.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  .bl_sect a.bl_sect__ctaContact_mail::before {
    width: 48px;
    height: 38px;
  }
}
.bl_sect a.bl_sect__ctaContact_mail::after {
  content: "";
  width: 5vw;
  height: 5vw;
  background: url(../img/index/i_arrow.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  .bl_sect a.bl_sect__ctaContact_mail::after {
    width: 32px;
    height: 32px;
  }
}
.bl_sect a.bl_sect__ctaContact_mail:hover, .bl_sect a.bl_sect__ctaContact_mail:focus {
  opacity: 0.7;
}

.bl_sect__cta.bl_sect__ctaAccess {
  padding: 8.75vw 0 5vw;
  border-top: 3px solid #ffe400;
  background: linear-gradient(to top, #d8eceb, #fff);
}
@media all and (min-width: 641px) {
  .bl_sect__cta.bl_sect__ctaAccess {
    padding: 200px 0 152px;
  }
}

.bl_sect__ctaAccess_box {
  position: relative;
}
@media all and (min-width: 641px) {
  .bl_sect__ctaAccess_box {
    margin: auto;
    width: 1000px;
  }
}

.bl_sect__ctaAccess_bef {
  position: absolute;
  width: 44.6875vw;
  top: -18.75vw;
}
@media all and (min-width: 641px) {
  .bl_sect__ctaAccess_bef {
    width: 380px;
    top: -232px;
    left: -48px;
  }
}

.bl_sect__ctaAccess_flex {
  display: flex;
}
@media all and (max-width: 640.9px) {
  .bl_sect__ctaAccess_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 78.125vw;
  }
}

.bl_sect__ctaAccess_tbl {
  flex-grow: 1;
}
.bl_sect__ctaAccess_tbl h2 {
  margin: auto;
  width: fit-content;
  font-size: 4.6875vw;
  font-weight: 500;
  color: #0046a6;
  background: linear-gradient(#ffe400, #ffe400) no-repeat center bottom/100% 0.78125vw;
}
@media all and (max-width: 640.9px) {
  .bl_sect__ctaAccess_tbl h2 {
    padding: 0 1.875vw 0.625vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__ctaAccess_tbl h2 {
    padding-bottom: 8px;
    font-size: 30px;
    letter-spacing: 3px;
    background: linear-gradient(#ffe400, #ffe400) no-repeat center bottom/104px 5px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect__ctaAccess_tbl table {
    margin-top: 4.375vw;
    width: 100%;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__ctaAccess_tbl table {
    margin-top: 48px;
  }
}
.bl_sect__ctaAccess_tbl tbody {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 640.9px) {
  .bl_sect__ctaAccess_tbl tbody {
    gap: 1.875vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__ctaAccess_tbl tbody {
    gap: 32px;
  }
}
.bl_sect__ctaAccess_tbl th {
  text-align: justify;
  text-align-last: justify;
  color: #0046a6;
  background: #ffe400;
}
@media all and (max-width: 640.9px) {
  .bl_sect__ctaAccess_tbl th {
    font-size: 3.125vw;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect__ctaAccess_tbl th {
    width: 23.75vw;
    padding: 0.625vw 5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__ctaAccess_tbl th {
    width: 124px;
    padding: 2px 20px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.8px;
  }
}
.bl_sect__ctaAccess_tbl td {
  padding-left: 6.25vw;
  font-size: 3.4375vw;
  font-weight: 500;
  line-height: 1;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__ctaAccess_tbl td {
    padding-left: 32px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

@media all and (max-width: 640.9px) {
  .bl_sect__ctaAccess_img {
    margin-top: 3.125vw;
    width: 100%;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__ctaAccess_img {
    flex-shrink: 0;
    width: 500px;
  }
}

.bl_sect__cta.bl_sect__ctaMap {
  position: relative;
  width: 100%;
  height: 46.875vw;
}
@media all and (min-width: 641px) {
  .bl_sect__cta.bl_sect__ctaMap {
    height: 480px;
  }
}
.bl_sect__cta.bl_sect__ctaMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_backToTop {
  position: relative;
  /*
  // ★基準位置より上の場合
  @include mq(sp) {
  	margin-top: 70px;
  	margin-bottom: -70px;
  }
  @include mq(pc) {
  	margin-top: -20px;
  	margin-bottom: 20px;
  }
  */
}
@media all and (max-width: 640.9px) {
  .bl_backToTop {
    margin-top: 30vw;
    margin-bottom: -30vw;
  }
}
@media all and (min-width: 641px) {
  .bl_backToTop {
    margin-top: 264px;
    margin-bottom: -264px;
  }
}
.bl_backToTop > a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.25;
  transition: 0.2s border, 0.2s color, 0.2s height, 0.2s width, 0.2s opacity;
  color: #0046a6;
  background: #d8eceb;
  border: solid 1px #0046a6;
}
@media all and (max-width: 640.9px) {
  .bl_backToTop > a {
    right: 3.75vw;
    bottom: 3.75vw;
    border-width: 2px;
    font-size: 12px;
    width: 12.5vw;
    height: 12.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_backToTop > a {
    right: 30px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
  .bl_backToTop > a:hover, .bl_backToTop > a:focus {
    opacity: 0.7;
  }
}
.bl_backToTop > a::after {
  content: "";
  position: relative;
  background: url(../img/index/icon_bg01.png) no-repeat center/contain;
}
@media all and (max-width: 640.9px) {
  .bl_backToTop > a::after {
    width: 5vw;
    height: 3.28125vw;
  }
}
@media all and (min-width: 641px) {
  .bl_backToTop > a::after {
    width: 32px;
    height: 21px;
  }
}

.bl_backToTop > a {
  position: fixed;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.bl_backToTop.is_inView > a {
  position: absolute;
}

body.is_noTop .bl_backToTop > a {
  opacity: 1;
  pointer-events: auto;
}
.ly_footer {
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #0046a6;
  color: #fff;
}

.bl_footer_nav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 48px;
  color: #fff;
}
@media all and (max-width: 640.9px) {
  .bl_footer_nav {
    display: none;
  }
}
.bl_footer_nav li {
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
}

.bl_footer {
  margin: 0 auto;
  max-width: 1160px;
  font-size: 14px;
  overflow: hidden;
}
@media all and (max-width: 640.9px) {
  .bl_footer {
    padding: 6.25vw 0 3.75vw;
  }
}
@media all and (min-width: 641px) {
  .bl_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    padding: 64px 0 48px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_footer .bl_img img {
    width: 25.9375vw;
    height: 22.65625vw;
  }
}

.bl_footer_info {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 640.9px) {
  .bl_footer_info {
    align-items: center;
    text-align: center;
    gap: 6.25vw;
  }
}
@media all and (min-width: 641px) {
  .bl_footer_info {
    align-items: flex-start;
    gap: 32px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.bl_footer_adrs {
  font-weight: bold;
}
@media all and (max-width: 640.9px) {
  .bl_footer_adrs {
    text-align: center;
    font-size: 3.4375vw;
    letter-spacing: 0.34375vw;
  }
}

@media all and (max-width: 640.9px) {
  .bl_footer_logo img {
    width: 46.25vw;
  }
}
@media all and (min-width: 641px) {
  .bl_footer_logo img {
    width: 251px;
  }
}

.bl_footer_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 640.9px) {
  .bl_footer_cont {
    margin-top: 6.25vw;
  }
}
@media all and (min-width: 641px) {
  .bl_footer_cont {
    gap: 40px;
  }
}

.bl_footer_sub {
  padding: 36px 0;
  background: #0046a6;
}
@media all and (max-width: 640.9px) {
  .bl_footer_sub {
    padding: 1.875vw 0;
  }
}
@media all and (min-width: 641px) {
  .bl_footer_sub {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-end;
    justify-content: center;
  }
}

.bl_footer_copyright {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 640.9px) {
  .bl_footer_copyright {
    text-align: center;
    font-size: 3.125vw;
  }
}
@media all and (min-width: 641px) {
  .bl_footer_copyright {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.bl_form_selectLabel select, .bl_form .bl_form_date, .bl_form .bl_form_min, .bl_form .bl_form_hour, .bl_form input[type=number].bl_form_price, .bl_form input[type=number].bl_form_day, .bl_form input[type=number].bl_form_month, .bl_form input[type=number].bl_form_year, .bl_form .bl_form_num, .bl_form .bl_form_city, .bl_form .bl_form_name[type=text], .bl_form textarea, .bl_form select, .bl_form input[type=tel], .bl_form input[type=email], .bl_form input[type=text],
.bl_form input[type=number],
.bl_form input[type=url],
.bl_form input[type=password],
.bl_form input[type=search] {
  -webkit-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  margin: 0;
  appearance: none;
  box-sizing: border-box;
  font: inherit;
  vertical-align: middle;
  background: #fff;
  display: inline-block;
  max-width: 100%;
  min-width: 3em;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 8px;
  box-shadow: 0 2px 0 #eee inset;
  line-height: 26px;
}
.bl_form_selectLabel select::placeholder, .bl_form .bl_form_date::placeholder, .bl_form .bl_form_min::placeholder, .bl_form .bl_form_hour::placeholder, .bl_form input[type=number].bl_form_price::placeholder, .bl_form input[type=number].bl_form_day::placeholder, .bl_form input[type=number].bl_form_month::placeholder, .bl_form input[type=number].bl_form_year::placeholder, .bl_form .bl_form_num::placeholder, .bl_form .bl_form_city::placeholder, .bl_form .bl_form_name[type=text]::placeholder, .bl_form textarea::placeholder, .bl_form select::placeholder, .bl_form input[type=tel]::placeholder, .bl_form input[type=email]::placeholder, .bl_form input[type=text]::placeholder,
.bl_form input[type=number]::placeholder,
.bl_form input[type=url]::placeholder,
.bl_form input[type=password]::placeholder,
.bl_form input[type=search]::placeholder {
  color: #b1b1b1;
}
.bl_form_selectLabel select:-ms-input-placeholder, .bl_form .bl_form_date:-ms-input-placeholder, .bl_form .bl_form_min:-ms-input-placeholder, .bl_form .bl_form_hour:-ms-input-placeholder, .bl_form .bl_form_num:-ms-input-placeholder, .bl_form .bl_form_city:-ms-input-placeholder, .bl_form .bl_form_name[type=text]:-ms-input-placeholder, .bl_form textarea:-ms-input-placeholder, .bl_form select:-ms-input-placeholder, .bl_form input[type=tel]:-ms-input-placeholder, .bl_form input[type=email]:-ms-input-placeholder, .bl_form input[type=text]:-ms-input-placeholder,
.bl_form input[type=number]:-ms-input-placeholder,
.bl_form input[type=url]:-ms-input-placeholder,
.bl_form input[type=password]:-ms-input-placeholder,
.bl_form input[type=search]:-ms-input-placeholder {
  color: #b1b1b1;
}
.bl_form_selectLabel select::-ms-input-placeholder, .bl_form .bl_form_date::-ms-input-placeholder, .bl_form .bl_form_min::-ms-input-placeholder, .bl_form .bl_form_hour::-ms-input-placeholder, .bl_form input[type=number].bl_form_price::-ms-input-placeholder, .bl_form input[type=number].bl_form_day::-ms-input-placeholder, .bl_form input[type=number].bl_form_month::-ms-input-placeholder, .bl_form input[type=number].bl_form_year::-ms-input-placeholder, .bl_form .bl_form_num::-ms-input-placeholder, .bl_form .bl_form_city::-ms-input-placeholder, .bl_form .bl_form_name[type=text]::-ms-input-placeholder, .bl_form textarea::-ms-input-placeholder, .bl_form select::-ms-input-placeholder, .bl_form input[type=tel]::-ms-input-placeholder, .bl_form input[type=email]::-ms-input-placeholder, .bl_form input[type=text]::-ms-input-placeholder,
.bl_form input[type=number]::-ms-input-placeholder,
.bl_form input[type=url]::-ms-input-placeholder,
.bl_form input[type=password]::-ms-input-placeholder,
.bl_form input[type=search]::-ms-input-placeholder {
  color: #b1b1b1;
}
.bl_form_selectLabel select::-ms-expand, .bl_form .bl_form_date::-ms-expand, .bl_form .bl_form_min::-ms-expand, .bl_form .bl_form_hour::-ms-expand, .bl_form input[type=number].bl_form_price::-ms-expand, .bl_form input[type=number].bl_form_day::-ms-expand, .bl_form input[type=number].bl_form_month::-ms-expand, .bl_form input[type=number].bl_form_year::-ms-expand, .bl_form .bl_form_num::-ms-expand, .bl_form .bl_form_city::-ms-expand, .bl_form .bl_form_name[type=text]::-ms-expand, .bl_form textarea::-ms-expand, .bl_form select::-ms-expand, .bl_form input[type=tel]::-ms-expand, .bl_form input[type=email]::-ms-expand, .bl_form input[type=text]::-ms-expand,
.bl_form input[type=number]::-ms-expand,
.bl_form input[type=url]::-ms-expand,
.bl_form input[type=password]::-ms-expand,
.bl_form input[type=search]::-ms-expand {
  display: none;
}
.bl_form_selectLabel select::-ms-clear, .bl_form .bl_form_date::-ms-clear, .bl_form .bl_form_min::-ms-clear, .bl_form .bl_form_hour::-ms-clear, .bl_form input[type=number].bl_form_price::-ms-clear, .bl_form input[type=number].bl_form_day::-ms-clear, .bl_form input[type=number].bl_form_month::-ms-clear, .bl_form input[type=number].bl_form_year::-ms-clear, .bl_form .bl_form_num::-ms-clear, .bl_form .bl_form_city::-ms-clear, .bl_form .bl_form_name[type=text]::-ms-clear, .bl_form textarea::-ms-clear, .bl_form select::-ms-clear, .bl_form input[type=tel]::-ms-clear, .bl_form input[type=email]::-ms-clear, .bl_form input[type=text]::-ms-clear,
.bl_form input[type=number]::-ms-clear,
.bl_form input[type=url]::-ms-clear,
.bl_form input[type=password]::-ms-clear,
.bl_form input[type=search]::-ms-clear {
  visibility: hidden;
}
.bl_form_selectLabel select::-webkit-search-cancel-button, .bl_form .bl_form_date::-webkit-search-cancel-button, .bl_form .bl_form_min::-webkit-search-cancel-button, .bl_form .bl_form_hour::-webkit-search-cancel-button, .bl_form input[type=number].bl_form_price::-webkit-search-cancel-button, .bl_form input[type=number].bl_form_day::-webkit-search-cancel-button, .bl_form input[type=number].bl_form_month::-webkit-search-cancel-button, .bl_form input[type=number].bl_form_year::-webkit-search-cancel-button, .bl_form .bl_form_num::-webkit-search-cancel-button, .bl_form .bl_form_city::-webkit-search-cancel-button, .bl_form .bl_form_name[type=text]::-webkit-search-cancel-button, .bl_form textarea::-webkit-search-cancel-button, .bl_form select::-webkit-search-cancel-button, .bl_form input[type=tel]::-webkit-search-cancel-button, .bl_form input[type=email]::-webkit-search-cancel-button, .bl_form input[type=text]::-webkit-search-cancel-button,
.bl_form input[type=number]::-webkit-search-cancel-button,
.bl_form input[type=url]::-webkit-search-cancel-button,
.bl_form input[type=password]::-webkit-search-cancel-button,
.bl_form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.bl_form_selectLabel select:disabled, .bl_form .bl_form_date:disabled, .bl_form .bl_form_min:disabled, .bl_form .bl_form_hour:disabled, .bl_form .bl_form_num:disabled, .bl_form .bl_form_city:disabled, .bl_form .bl_form_name[type=text]:disabled, .bl_form textarea:disabled, .bl_form select:disabled, .bl_form input[type=tel]:disabled, .bl_form input[type=email]:disabled, .bl_form input[type=text]:disabled,
.bl_form input[type=number]:disabled,
.bl_form input[type=url]:disabled,
.bl_form input[type=password]:disabled,
.bl_form input[type=search]:disabled {
  opacity: 0.7;
  cursor: default;
}
@media all and (max-width: 640.9px) {
  .bl_form_selectLabel select, .bl_form .bl_form_date, .bl_form .bl_form_min, .bl_form .bl_form_hour, .bl_form input[type=number].bl_form_price, .bl_form input[type=number].bl_form_day, .bl_form input[type=number].bl_form_month, .bl_form input[type=number].bl_form_year, .bl_form .bl_form_num, .bl_form .bl_form_city, .bl_form .bl_form_name[type=text], .bl_form textarea, .bl_form select, .bl_form input[type=tel], .bl_form input[type=email], .bl_form input[type=text],
  .bl_form input[type=number],
  .bl_form input[type=url],
  .bl_form input[type=password],
  .bl_form input[type=search] {
    font-size: 16px;
  }
}

.bl_form input[type=text].bl_form_postCode,
.bl_form input[type=number].bl_form_postCode,
.bl_form input[type=url].bl_form_postCode,
.bl_form input[type=password].bl_form_postCode,
.bl_form input[type=search].bl_form_postCode {
  max-width: 7.5em;
}
.bl_form input[type=email] {
  width: 100%;
}
.bl_form input[type=tel] {
  width: 20em;
}
.bl_form input[autocomplete=cc-exp] {
  width: 8em;
}
.bl_form input[autocomplete=cc-csc] {
  width: 5em;
}
.bl_form select {
  text-overflow: ellipsis;
}
.bl_form textarea {
  vertical-align: bottom;
  width: 100%;
  min-height: 8em;
  max-height: 90vh;
  line-height: 1.5;
  margin-top: 5px;
}
@media all and (min-width: 641px) {
  .bl_form textarea {
    min-height: 10em;
  }
}
.bl_form .bl_form_name[type=text] {
  width: 14em;
  margin-right: 0.5em;
  max-width: 45%;
}
.bl_form .bl_form_name[type=text]:last-child {
  margin-right: 0;
}
.bl_form .bl_form_city {
  width: 16em;
}
.bl_form .bl_form_num {
  width: 8em;
}
.bl_form input[type=number].bl_form_year {
  max-width: 5em !important;
}
.bl_form input[type=number].bl_form_month {
  width: 3.5em !important;
}
.bl_form input[type=number].bl_form_day {
  width: 3.5em !important;
}
.bl_form input[type=number].bl_form_price {
  width: 10em !important;
}
.bl_form .bl_form_hour {
  width: 4em;
}
.bl_form .bl_form_min {
  width: 4em;
}
.bl_form .bl_form_date::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bl_form .bl_form_date::-webkit-clear-button {
  -webkit-appearance: none;
}

.bl_form_radioLabel {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 1em;
  cursor: pointer;
}
.bl_form_radioLabel input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.bl_form_radioLabel input[type=radio]:checked ~ i:before {
  display: block;
}
.bl_form_radioLabel input[type=radio]:hover ~ i, .bl_form_radioLabel input[type=radio]:focus ~ i {
  border-color: #333;
}
.bl_form_radioLabel > i {
  position: relative;
  display: inline-block;
  margin: 0 0.5em 0 0;
  vertical-align: -0.4em;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  transition: 0.05s border-color;
}
.bl_form_radioLabel > i:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  display: none;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  background: #333;
}

.bl_form_checkboxLabel {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  margin-right: 1em;
}
.bl_form_checkboxLabel > input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.bl_form_checkboxLabel > input[type=checkbox]:checked ~ i:before {
  display: block;
}
.bl_form_checkboxLabel > input[type=checkbox]:hover ~ i, .bl_form_checkboxLabel > input[type=checkbox]:focus ~ i {
  border-color: #333;
}
.bl_form_checkboxLabel > i {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  vertical-align: -0.4em;
  margin: 0 0.5em 0 0;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
  transition: 0.05s border-color;
}
.bl_form_checkboxLabel > i:before {
  position: absolute;
  display: block;
  content: "";
  width: 30%;
  height: 60%;
  top: 53%;
  left: 50%;
  border: 3px solid #333;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -65%) rotate(45deg);
  display: none;
}

.bl_form_selectLabel {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.bl_form_selectLabel:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  pointer-events: none;
  content: "▼";
  color: #333;
  font-size: 10px;
  top: 1px;
  right: 1px;
  width: 34px;
  height: calc(100% - 2px);
  border-radius: 0 3px 3px 0;
}
.bl_form_selectLabel.bl_form_pref {
  width: 8em;
}
.bl_form_selectLabel select {
  width: 100%;
  cursor: pointer;
  padding-right: 36px;
}

.bl_form_dateLabel {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.bl_form_dateLabel:before {
  position: absolute;
  display: block;
  line-height: 1;
  font-size: 0.8em;
  content: "";
  top: calc(50% - 0.75em);
  right: 0.75em;
  width: 17px;
  height: 21px;
  pointer-events: none;
}
@media all and (min-width: 641px) {
  .bl_form_dateLabel:before {
    right: 1.25em;
  }
}
.bl_form_dateLabel input[type=text],
.bl_form_dateLabel input[type=date] {
  width: 12em;
}

.ui-datepicker.ui-widget.ui-widget-content {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-calendar th {
  padding: 0 0.3em;
}

.bl_form_file {
  line-height: 1.25;
}
@media all and (min-width: 641px) {
  .bl_form_file {
    width: 240px;
  }
}
.bl_form_file .bl_form_fileImg {
  text-align: center;
  position: relative;
  z-index: 0;
  height: 28.125vw;
  background: #e5e1da;
}
@media all and (min-width: 641px) {
  .bl_form_file .bl_form_fileImg {
    height: 180px;
  }
}
.bl_form_file .bl_form_fileImg figcaption {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
@media all and (min-width: 641px) {
  .bl_form_file .bl_form_fileImg figcaption {
    font-size: 36px;
  }
}
.bl_form_file .bl_form_fileImg img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  z-index: 1;
  width: 100%;
  height: 28vw;
}
@media all and (min-width: 641px) {
  .bl_form_file .bl_form_fileImg img {
    height: 180px;
  }
}
.bl_form_file .bl_form_fileLabel {
  position: relative;
  margin: 1em auto 0;
  border: 1px solid #7d7d7d;
  color: #4e4e4e;
  font-weight: 700;
  border-radius: 3px;
  min-height: 30px;
  background: #e8ded1;
  background: linear-gradient(to bottom, #f6ede3, #dbcfbf);
  font-size: 13px;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
@media all and (min-width: 641px) {
  .bl_form_file .bl_form_fileLabel {
    font-size: 16px;
    width: 200px;
    height: 42px;
  }
}
.bl_form_file .bl_form_fileLabel input[type=file] {
  opacity: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.bl_form_file .bl_form_fileLabel input[type=file]:focus ~ i {
  border: 1px solid #333;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bl_form_file .js_form_fileCancel {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  background: #000;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
  line-height: 1;
  opacity: 0.9;
}
.bl_form_file .js_form_fileCancel:before {
  content: "×";
}
@media all and (min-width: 641px) {
  .bl_form_file .js_form_fileCancel {
    transition: 0.2s opacity;
  }
  .bl_form_file .js_form_fileCancel:hover, .bl_form_file .js_form_fileCancel:focus {
    opacity: 0.7;
  }
}

em.bl_form_req,
em.bl_form_optional {
  display: inline-block;
  background: #f50;
  color: #fff;
  padding: 2px 4px;
  margin-left: 5px;
  font: inherit;
  line-height: 1.25;
}

em.bl_form_optional {
  background: #999;
}

.bl_form_hint {
  font-size: 12px;
  line-height: 1.5;
  margin: 0.25em 0;
}
@media all and (min-width: 641px) {
  .bl_form_hint {
    font-size: 14px;
  }
}

.bl_form_totalError {
  background: #fcc;
  font-size: 16px;
  padding: 10px;
  font-weight: 700;
  color: #f33;
}

.bl_form_error {
  color: #f50;
  font-weight: 700;
  margin-top: 0.25em;
  line-height: 1.5;
}

.bl_form_table {
  width: 100%;
  margin: 1em auto;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 2em;
  max-width: 1000px;
  line-height: 50px;
  font-size: 14px;
}
@media all and (max-width: 640.9px) {
  .bl_form_table, .bl_form_table thead, .bl_form_table tbody, .bl_form_table tr, .bl_form_table th, .bl_form_table td {
    display: block;
  }
}
@media all and (max-width: 640.9px) {
  .bl_form_table tr {
    margin-top: 1em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1em;
  }
}
.bl_form_table th,
.bl_form_table td {
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding: 8px 25px 10px;
}
@media all and (max-width: 640.9px) {
  .bl_form_table th,
  .bl_form_table td {
    border: none;
    padding: 0;
  }
}
@media all and (max-width: 640.9px) {
  .bl_form_table th {
    line-height: 1.25;
  }
}
@media all and (min-width: 641px) {
  .bl_form_table th {
    font-weight: 700;
    width: 22%;
  }
}

@media all and (min-width: 641px) {
  .admin-bar .ly_header.ly_header__index .bl_header {
    top: 0;
  }
}

.bl_mv.bl_mv__index {
  position: relative;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  background: #eee no-repeat center/cover;
  overflow: hidden;
  background-color: #e5e7ea;
  /*
  // Swiper スライド切替ボタン群
  .swiper-pagination-bullets {
  	width: 100%;
  	z-index: 1;

  	// ★Design
  	bottom: 2px;

  	//text-align: right;
  	//padding-right: calc(50vw - 580px);

  	//@include mq(sp) {
  	//padding-right: 15px;
  	//}
  }

  // Swiper スライド切替ボタン
  .swiper-pagination-bullet {
  	position: relative;
  	width: 44px;
  	height: 44px;

  	// Design
  	background: transparent;
  	opacity: .6;

  	@include mq(sp) {
  		width: 34px;
  	}
  	@include mq(pc) {
  		//width: 30px;

  		transition: .2s opacity;
  		&:hover,
  		&:focus {
  			opacity: 1;
  		}
  	}

  	&:focus {
  		outline: none;
  	}

  	// 図形
  	&:before {
  		position: absolute;
  		display: block;
  		content: "";
  		background: #eee;
  		border-radius: 50%;
  		width: 16px;
  		height: 16px;
  		transition: .2s background, .2s opacity;
  		left: 50%;
  		top: 50%;
  		transform: translate(-50%,-50%);

  		@include mq(sp) {
  			width: 14px;
  			height: 14px;
  		}
  		// ★四角いデザイン
  		//width: 100%;
  		//height: 6px;
  		//opacity: .5;
  	}


  	// アクティブ
  	&.swiper-pagination-bullet-active {
  		// Design
  		&:before {
  			background: $bg1;
  		}
  	}
  }
  */
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__index {
    height: 65vw;
    background: url(../img/index/mv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__index {
    background-image: url(../img/index/mv_pc.jpg);
    height: 700px;
  }
}
.bl_mv.bl_mv__index .bl_mv_slide {
  height: 100%;
}
.bl_mv.bl_mv__index .bl_mv_slide picture {
  height: 100%;
}
.bl_mv.bl_mv__index .bl_mv_slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_mv.bl_mv__index .swiper-pagination {
  display: flex;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__index .swiper-pagination {
    gap: 4.375vw;
    bottom: 4.375vw;
    left: calc(50% - 8.125vw);
  }
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__index .swiper-pagination {
    gap: 28px;
    bottom: 40px;
    left: calc(50% - 52px);
  }
}
.bl_mv.bl_mv__index .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__index .swiper-pagination .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__index .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.bl_mv.bl_mv__index .bl_mv_inner {
  height: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.bl_mv.bl_mv__index .bl_mv_inner .bl_mv__txt {
  position: relative;
  text-align: center;
  font-weight: 900;
  color: #37c5b0;
  text-shadow: 4px 0px 0 #fff, 3.6956px 1.5308px 0 #fff, 2.8284px 2.8284px 0 #fff, 1.5308px 3.6956px 0 #fff, 0px 4px 0 #fff, -1.5308px 3.6956px 0 #fff, -2.8284px 2.8284px 0 #fff, -3.6956px 1.5308px 0 #fff, -4px 0px 0 #fff, -3.6956px -1.5308px 0 #fff, -2.8284px -2.8284px 0 #fff, -1.5308px -3.6956px 0 #fff, 0px -4px 0 #fff, 1.5308px -3.6956px 0 #fff, 2.8284px -2.8284px 0 #fff, 3.6956px -1.5308px 0 #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__index .bl_mv_inner .bl_mv__txt {
    padding: 10vw 3.125vw 8.75vw;
    font-size: 4.6875vw;
    line-height: 1.68;
    letter-spacing: 0.46875vw;
  }
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__index .bl_mv_inner .bl_mv__txt {
    padding: 88px 64px;
    font-size: 40px;
    letter-spacing: 8px;
    font-size: 57.5px;
    line-height: 1.33;
    letter-spacing: 5.75px;
  }
}

/* ===============================================
 各セクション
=============================================== */
.bl_sect__index_ttl {
  display: flex;
  justify-content: center;
  gap: 1.25vw;
  font-size: 5.46875vw;
  align-items: center;
  font-weight: bold;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__index_ttl {
    gap: 8px;
    font-size: 40px;
    letter-spacing: 4px;
  }
}
.bl_sect__index_ttl > span {
  font-size: 3.90625vw;
}
@media all and (min-width: 641px) {
  .bl_sect__index_ttl > span {
    font-size: 30px;
    letter-spacing: 3px;
  }
}

.bl_sect.bl_sect__indexAbout {
  padding: 6.25vw 0 7.5vw;
  background: #d8eceb;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__indexAbout {
    padding: 40px 0 88px;
  }
}

.bl_sect__indexAbout_ttl {
  align-items: baseline;
}

.bl_sect__indexAbout_box {
  position: relative;
  margin: 13.75vw auto 0;
  padding: 7.5vw 0 5.625vw;
  box-shadow: 1.234375vw 1.1875vw 0 0 rgba(105, 105, 105, 0.3);
  background: #fff;
}
@media all and (min-width: 641px) {
  .bl_sect__indexAbout_box {
    margin: 104px auto 0;
    width: 1000px;
    padding: 72px 0 56px;
    box-shadow: 7.9px 7.6px 0 0 rgba(105, 105, 105, 0.3);
  }
}
.bl_sect__indexAbout_box::before {
  position: absolute;
  content: "";
  width: 2.96875vw;
  height: 6.40625vw;
  top: -11.25vw;
  left: calc(50% - 1.5625vw);
  background: url(../img/index/i_arrow_u.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  .bl_sect__indexAbout_box::before {
    width: 19px;
    height: 41px;
    top: -80px;
    left: calc(50% - 10px);
  }
}

.bl_sect__indexAbout_ttlsub {
  position: absolute;
  top: -3.75vw;
  left: calc(50% - 4em);
  font-size: 5.46875vw;
  font-weight: bold;
  color: #ffe400;
  text-shadow: 0.625vw 0vw 0 #164ebf, 0.5774375vw 0.2391875vw 0 #164ebf, 0.4419375vw 0.4419375vw 0 #164ebf, 0.2391875vw 0.5774375vw 0 #164ebf, 0vw 0.625vw 0 #164ebf, -0.2391875vw 0.5774375vw 0 #164ebf, -0.4419375vw 0.4419375vw 0 #164ebf, -0.5774375vw 0.2391875vw 0 #164ebf, -0.625vw 0vw 0 #164ebf, -0.5774375vw -0.2391875vw 0 #164ebf, -0.4419375vw -0.4419375vw 0 #164ebf, -0.2391875vw -0.5774375vw 0 #164ebf, 0vw -0.625vw 0 #164ebf, 0.2391875vw -0.5774375vw 0 #164ebf, 0.4419375vw -0.4419375vw 0 #164ebf, 0.5774375vw -0.2391875vw 0 #164ebf;
}
@media all and (min-width: 641px) {
  .bl_sect__indexAbout_ttlsub {
    top: -32px;
    font-size: 40px;
    letter-spacing: 6px;
    color: #ffe400;
    text-shadow: 4px 0px 0 #164ebf, 3.6956px 1.5308px 0 #164ebf, 2.8284px 2.8284px 0 #164ebf, 1.5308px 3.6956px 0 #164ebf, 0px 4px 0 #164ebf, -1.5308px 3.6956px 0 #164ebf, -2.8284px 2.8284px 0 #164ebf, -3.6956px 1.5308px 0 #164ebf, -4px 0px 0 #164ebf, -3.6956px -1.5308px 0 #164ebf, -2.8284px -2.8284px 0 #164ebf, -1.5308px -3.6956px 0 #164ebf, 0px -4px 0 #164ebf, 1.5308px -3.6956px 0 #164ebf, 2.8284px -2.8284px 0 #164ebf, 3.6956px -1.5308px 0 #164ebf;
  }
}

.bl_sect__indexAbout_txt {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.4375vw;
  font-weight: bold;
  text-align: center;
  color: #0046a6;
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexAbout_txt {
    line-height: 1.82;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__indexAbout_txt {
    font-size: 22px;
    line-height: 2.05;
    letter-spacing: 2.2px;
  }
}

.bl_sect.bl_sect__indexGoods {
  padding: 7.5vw 0 6.25vw;
  background: #fff;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__indexGoods {
    padding: 72px 0 80px;
  }
}

.bl_sect__indexGoods_ttl {
  gap: 5vw;
}
@media all and (min-width: 641px) {
  .bl_sect__indexGoods_ttl {
    gap: 24px;
  }
}
.bl_sect__indexGoods_ttl::before {
  flex-grow: 1;
  content: "";
  width: 3px;
  height: 3px;
  background: #0046a6;
}
.bl_sect__indexGoods_ttl::after {
  flex-grow: 1;
  content: "";
  width: 3px;
  height: 3px;
  background: #0046a6;
}

.bl_sect__indexGoods_box {
  display: flex;
  flex-direction: column;
  margin: 10vw auto 0;
}
@media all and (min-width: 641px) {
  .bl_sect__indexGoods_box {
    gap: 80px;
    margin: 104px auto 0;
    width: 1080px;
  }
}

.bl_sect__indexGoods_ttlsub {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43.75vw;
  height: 8.125vw;
  font-size: 3.90625vw;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 0px 0.9375vw #001e47, 0.9239px 0.3827px 0.9375vw #001e47, 0.7071px 0.7071px 0.9375vw #001e47, 0.3827px 0.9239px 0.9375vw #001e47, 0px 1px 0.9375vw #001e47, -0.3827px 0.9239px 0.9375vw #001e47, -0.7071px 0.7071px 0.9375vw #001e47, -0.9239px 0.3827px 0.9375vw #001e47, -1px 0px 0.9375vw #001e47, -0.9239px -0.3827px 0.9375vw #001e47, -0.7071px -0.7071px 0.9375vw #001e47, -0.3827px -0.9239px 0.9375vw #001e47, 0px -1px 0.9375vw #001e47, 0.3827px -0.9239px 0.9375vw #001e47, 0.7071px -0.7071px 0.9375vw #001e47, 0.9239px -0.3827px 0.9375vw #001e47;
  background: url(../img/index/bg_ttl_goods.png) no-repeat center/cover;
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexGoods_ttlsub {
    top: -4.0625vw;
    left: calc(50% - 21.875vw);
  }
}
@media all and (min-width: 641px) {
  .bl_sect__indexGoods_ttlsub {
    width: 280px;
    height: 52px;
    top: -26px;
    left: calc(50% - 140px);
    font-size: 25px;
    letter-spacing: 2.5px;
    color: #fff;
    text-shadow: 1px 0px 6px #001e47, 0.9239px 0.3827px 6px #001e47, 0.7071px 0.7071px 6px #001e47, 0.3827px 0.9239px 6px #001e47, 0px 1px 6px #001e47, -0.3827px 0.9239px 6px #001e47, -0.7071px 0.7071px 6px #001e47, -0.9239px 0.3827px 6px #001e47, -1px 0px 6px #001e47, -0.9239px -0.3827px 6px #001e47, -0.7071px -0.7071px 6px #001e47, -0.3827px -0.9239px 6px #001e47, 0px -1px 6px #001e47, 0.3827px -0.9239px 6px #001e47, 0.7071px -0.7071px 6px #001e47, 0.9239px -0.3827px 6px #001e47;
  }
}

.bl_sect__indexGoods_card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5vw 0 22.5vw 0;
  border: solid 3px #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__indexGoods_card {
    padding: 0 0 224px 0;
  }
}
.bl_sect__indexGoods_card.el_ext {
  background: url(../img/index/bg_goods1.png) no-repeat center bottom/contain;
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexGoods_card.el_ext {
    padding-top: 13.75vw;
  }
}
.bl_sect__indexGoods_card.el_ext .bl_sect__indexGoods_ttlsub {
  width: 47.5vw;
  left: calc(50% - 23.75vw);
}
@media all and (min-width: 641px) {
  .bl_sect__indexGoods_card.el_ext .bl_sect__indexGoods_ttlsub {
    width: 340px;
    left: calc(50% - 170px);
  }
}
.bl_sect__indexGoods_card.el_ext .bl_sect__indexGoods_lst.el_etc::after {
  right: 2.5em;
  bottom: 0.5em;
}
@media all and (min-width: 641px) {
  .bl_sect__indexGoods_card.el_ext .bl_sect__indexGoods_lst.el_etc::after {
    right: 1em;
    bottom: 2em;
  }
}

.bl_sect .bl_sect__indexGoods_boxsub {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 641px) {
  .bl_sect .bl_sect__indexGoods_boxsub {
    gap: 80px;
  }
}
.bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card {
  padding: 0 0 21.25vw 0;
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card {
    margin-top: 7.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card {
    padding: 0 520px 0 0;
  }
}
.bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_int {
  background: url(../img/index/bg_goods2_sp.png) no-repeat bottom/contain;
}
@media all and (min-width: 641px) {
  .bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_int {
    background: url(../img/index/bg_goods2.png) no-repeat right/contain;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_int {
    padding: 5vw 0 30vw;
  }
}
.bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_int .bl_sect__indexGoods_lst {
  width: 100%;
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_int .bl_sect__indexGoods_lst {
    height: 17.5vw;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_int .bl_sect__indexGoods_lst::before {
    bottom: -1.5em;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_int .bl_sect__indexGoods_lst::after {
    bottom: -1em;
  }
}
.bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_new {
  background: url(../img/index/bg_goods3_sp.png) no-repeat bottom/contain;
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_new {
    padding-top: 7.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_new {
    background: url(../img/index/bg_goods3.png) no-repeat right/contain;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_card.el_new .bl_sect__indexGoods_lst {
    height: auto;
  }
}
.bl_sect .bl_sect__indexGoods_boxsub .bl_sect__indexGoods_lst {
  flex-direction: column;
  width: fit-content;
}

.bl_sect .bl_sect__indexGoods_lst {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  font-size: 3.59375vw;
  font-weight: bold;
  color: #0046a6;
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_lst {
    align-content: center;
    column-gap: 7.5vw;
    height: 35.9375vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect .bl_sect__indexGoods_lst {
    column-gap: 16px;
    height: 200px;
    padding: 32px 48px;
    font-size: 25px;
    line-height: 1.6;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_lst li {
    width: fit-content;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_lst .el_top {
    padding: 10vw 0 7.5vw;
  }
}
.bl_sect .bl_sect__indexGoods_lst.el_etc::after {
  position: absolute;
  content: "etc.";
}
@media all and (max-width: 640.9px) {
  .bl_sect .bl_sect__indexGoods_lst.el_etc::after {
    right: 4em;
    bottom: 0.5em;
  }
}
@media all and (min-width: 641px) {
  .bl_sect .bl_sect__indexGoods_lst.el_etc::after {
    right: 3em;
    bottom: 0.5em;
  }
}
.bl_sect .bl_sect__indexGoods_lst.el_text::before {
  position: absolute;
  content: "ご相談承ります。";
  left: calc(50% - 4em);
  bottom: 0.5em;
}
.bl_sect .bl_sect__indexGoods_lst.el_center {
  justify-content: center;
  align-items: center;
}

.bl_sect.bl_sect__indexInfo {
  padding: 6.25vw 0 7.5vw;
  background: #d8eceb;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__indexInfo {
    padding: 56px 0 48px;
  }
}
.bl_sect.bl_sect__indexInfo .bl_sect__goods_ttl {
  margin-left: 6.25vw;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__indexInfo .bl_sect__goods_ttl {
    margin-left: 80px;
  }
}
.bl_sect.bl_sect__indexInfo .swiper-button-next {
  width: 2.8125vw;
  height: 4.375vw;
  top: 40%;
  left: unset;
  right: 2px;
  background: url(../img/index/i_arrow_b_r.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__indexInfo .swiper-button-next {
    display: none;
  }
}
.bl_sect.bl_sect__indexInfo .swiper-button-prev {
  width: 2.8125vw;
  height: 4.375vw;
  top: 40%;
  left: 2px;
  right: unset;
  background: url(../img/index/i_arrow_b_l.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__indexInfo .swiper-button-prev {
    display: none;
  }
}

@media all and (max-width: 640.9px) {
  .bl_sect__indexInfo_wrap {
    margin: 0 -15px;
  }
}

.bl_sect__indexInfo_lst {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 6.25vw;
}
@media all and (min-width: 641px) {
  .bl_sect__indexInfo_lst {
    gap: calc((100% - 840px) / 3);
    margin: 48px auto 0;
    width: 944px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexInfo_lst li {
    width: 28.125vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__indexInfo_lst li {
    width: 210px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexInfo_lst.bl_latestPosts li figure {
    width: 28.125vw;
    height: 28.125vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__indexInfo_lst.bl_latestPosts li figure {
    height: 210px;
  }
}

.bl_sect__indexInfo_img {
  width: 100%;
}
@media all and (min-width: 641px) {
  .bl_sect__indexInfo_img {
    height: 210px;
  }
}

.bl_sect__indexInfo_ttlsub {
  font-size: 3.125vw;
  font-weight: 500;
}
@media all and (min-width: 641px) {
  .bl_sect__indexInfo_ttlsub {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 1.8px;
  }
}

a.bl_sect__indexInfo_link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #ffe400;
  background: #0046a6;
}
@media all and (max-width: 640.9px) {
  a.bl_sect__indexInfo_link {
    gap: 3.75vw;
    margin-left: auto;
    width: 27.5vw;
    height: 6.875vw;
    min-height: unset;
    font-size: 3.125vw;
  }
}
@media all and (min-width: 641px) {
  a.bl_sect__indexInfo_link {
    gap: 12px;
    margin: 0 80px 0 auto;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
a.bl_sect__indexInfo_link::after {
  content: "";
  width: 1.875vw;
  height: 2.96875vw;
  background: url(../img/index/i_arrow_y.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  a.bl_sect__indexInfo_link::after {
    width: 12px;
    height: 19px;
  }
}

.bl_sect.bl_sect__indexSns {
  padding: 9.375vw 0 12.5vw;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__indexSns {
    padding: 48px 0 64px;
  }
}

.bl_sect__indexSns_ttl {
  text-align: center;
  font-size: 3.90625vw;
  font-weight: 900;
  letter-spacing: 0.78125vw;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__indexSns_ttl {
    font-size: 25px;
    letter-spacing: 5px;
  }
}

.bl_sect__indexSns_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexSns_box {
    flex-direction: column;
    gap: 5.625vw;
    margin-top: 8.75vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__indexSns_box {
    gap: 120px;
    margin-top: 40px;
  }
}

a.bl_sect__indexSns_link {
  display: flex;
  align-items: center;
  gap: 3.125vw;
  width: 62.5vw;
  height: 10.9375vw;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.4375vw;
  letter-spacing: 1.03125vw;
  color: #fefefe;
}
@media all and (max-width: 640.9px) {
  a.bl_sect__indexSns_link {
    justify-content: flex-start;
    padding-left: 12.5vw;
  }
}
@media all and (min-width: 641px) {
  a.bl_sect__indexSns_link {
    justify-content: center;
    gap: 20px;
    width: 400px;
    height: 70px;
    font-size: 22px;
    letter-spacing: 6.6px;
    border-radius: 35px;
  }
}
a.bl_sect__indexSns_link::before {
  content: "";
  width: 5.46875vw;
  height: 5.46875vw;
}
@media all and (min-width: 641px) {
  a.bl_sect__indexSns_link::before {
    width: 35px;
    height: 35px;
  }
}
a.bl_sect__indexSns_link.el_insta {
  background: url(../img/index/bg_insta.png) no-repeat center/contain;
}
a.bl_sect__indexSns_link.el_insta::before {
  background: url(../img/index/i_insta.png) no-repeat center/contain;
}
a.bl_sect__indexSns_link.el_fb {
  background: url(../img/index/bg_fb.png) no-repeat center/contain;
}
a.bl_sect__indexSns_link.el_fb::before {
  background: url(../img/index/i_fb.png) no-repeat center/contain;
}

.bl_sect.bl_sect__indexLine {
  padding: 5vw 0 3.75vw;
  background: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__indexLine {
    padding: 40px 0 48px;
  }
}
.bl_sect.bl_sect__indexLine.el_linear {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 70, 166) 3%, rgb(0, 70, 166) 97%, rgb(0, 10, 166) 100%);
}

.bl_sect__indexLine_cont.el_bg {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 641px) {
  .bl_sect__indexLine_cont.el_bg {
    gap: 56px;
  }
}
.bl_sect__indexLine_cont.el_bg::before {
  content: "";
  width: 6.40625vw;
  height: 10.15625vw;
  background: url(../img/index/bg_line_l.png) no-repeat center/contain;
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexLine_cont.el_bg::before {
    display: block;
    margin-bottom: -6.25vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__indexLine_cont.el_bg::before {
    width: 68px;
    height: 82px;
  }
}
.bl_sect__indexLine_cont.el_bg::after {
  content: "";
  width: 6.40625vw;
  height: 10.15625vw;
  background: url(../img/index/bg_line_r.png) no-repeat center/contain;
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexLine_cont.el_bg::after {
    display: block;
    margin-bottom: -6.25vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__indexLine_cont.el_bg::after {
    width: 68px;
    height: 82px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexLine_cont.el_bg .bl_sect__indexLine_txt {
    font-size: 3.59375vw;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexLine_cont.el_bg .bl_sect__indexLine_txt > span {
    font-size: 2.96875vw;
  }
}

.bl_sect__indexLine_txt {
  text-align: center;
  font-size: 4.6875vw;
  font-weight: bold;
  color: #fff;
}
@media all and (min-width: 641px) {
  .bl_sect__indexLine_txt {
    font-size: 35px;
    line-height: 1.13;
    letter-spacing: 2px;
  }
}
.bl_sect__indexLine_txt.el_y {
  color: #ffe400;
}
@media all and (min-width: 641px) {
  .bl_sect__indexLine_txt.el_y {
    font-size: 40px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__indexLine_txt > span {
    font-size: 25px;
  }
}

.bl_sect.bl_sect__indexConsult {
  padding: 5vw 0 10vw;
  background: linear-gradient(to top, #d8eceb, #fff);
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__indexConsult {
    padding: 80px 0 48px;
  }
}

.bl_sect__indexConsult_img {
  margin: auto;
  width: 100%;
}
@media all and (min-width: 641px) {
  .bl_sect__indexConsult_img {
    width: 1080px;
  }
}

.bl_sect__indexConsult_head {
  text-align: center;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 5.9375vw;
  font-weight: 900;
  color: #0046a6;
  text-shadow: 0.625vw 0.625vw 1.09375vw rgba(87, 87, 87, 0.3);
}
@media all and (min-width: 641px) {
  .bl_sect__indexConsult_head {
    margin-top: 64px;
    font-size: 45px;
    line-height: 1.44;
    letter-spacing: 4.5px;
    text-shadow: 4.3px 4.2px 7px rgba(87, 87, 87, 0.3);
  }
}

.bl_sect__indexConsult_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexConsult_box {
    flex-direction: column;
    margin: 7.5vw calc(50% - 50vw) 0;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__indexConsult_box {
    margin-top: 80px;
  }
}

@media all and (min-width: 641px) {
  .bl_sect__indexConsult_imghouse {
    width: 657px;
    height: 578px;
  }
}

@media all and (min-width: 641px) {
  .bl_sect__indexConsult_txt {
    flex-grow: 1;
  }
}

.bl_sect__indexConsult_ttlsub {
  font-size: 4.6875vw;
  font-weight: 900;
  color: #0046a6;
}
@media all and (max-width: 640.9px) {
  .bl_sect__indexConsult_ttlsub {
    margin-top: 5vw;
    padding: 0 8.75vw 1.25vw;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 50%, rgb(255, 228, 0) 50%) no-repeat left bottom/4.375vw 4.375vw, linear-gradient(#ffe400, #ffe400) no-repeat left 4.375vw bottom/calc(100% - 8.75vw) 4.375vw, linear-gradient(315deg, rgba(255, 255, 255, 0) 50%, rgb(255, 228, 0) 50%) no-repeat left 100% bottom/4.375vw 4.375vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__indexConsult_ttlsub {
    padding-left: 36px;
    padding-bottom: 8px;
    font-size: 28px;
    letter-spacing: 2.8px;
    background: linear-gradient(#ffe400, #ffe400) no-repeat bottom left/472px 28px, linear-gradient(315deg, rgba(255, 255, 255, 0) 50%, rgb(255, 228, 0) 50%) no-repeat left 472px bottom/28px 28px;
  }
}
.bl_sect__indexConsult_ttlsub .el_outline {
  font-size: 4.375vw;
  color: #1bc2cc;
  text-shadow: 0.625vw 0vw 0 #fff, 0.5774375vw 0.2391875vw 0 #fff, 0.4419375vw 0.4419375vw 0 #fff, 0.2391875vw 0.5774375vw 0 #fff, 0vw 0.625vw 0 #fff, -0.2391875vw 0.5774375vw 0 #fff, -0.4419375vw 0.4419375vw 0 #fff, -0.5774375vw 0.2391875vw 0 #fff, -0.625vw 0vw 0 #fff, -0.5774375vw -0.2391875vw 0 #fff, -0.4419375vw -0.4419375vw 0 #fff, -0.2391875vw -0.5774375vw 0 #fff, 0vw -0.625vw 0 #fff, 0.2391875vw -0.5774375vw 0 #fff, 0.4419375vw -0.4419375vw 0 #fff, 0.5774375vw -0.2391875vw 0 #fff;
}
@media all and (min-width: 641px) {
  .bl_sect__indexConsult_ttlsub .el_outline {
    font-size: 25px;
    letter-spacing: 2.5px;
    color: #1bc2cc;
    text-shadow: 4px 0px 0 #fff, 3.6956px 1.5308px 0 #fff, 2.8284px 2.8284px 0 #fff, 1.5308px 3.6956px 0 #fff, 0px 4px 0 #fff, -1.5308px 3.6956px 0 #fff, -2.8284px 2.8284px 0 #fff, -3.6956px 1.5308px 0 #fff, -4px 0px 0 #fff, -3.6956px -1.5308px 0 #fff, -2.8284px -2.8284px 0 #fff, -1.5308px -3.6956px 0 #fff, 0px -4px 0 #fff, 1.5308px -3.6956px 0 #fff, 2.8284px -2.8284px 0 #fff, 3.6956px -1.5308px 0 #fff;
  }
}
.bl_sect__indexConsult_ttlsub .el_skew {
  display: block;
  transform: skewX(-5deg);
}

ul.bl_sect__indexConsult_lst {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  width: 65.625vw;
  padding: 8.75vw 0 8.75vw 8.75vw;
  background: #fff;
}
@media all and (max-width: 640.9px) {
  ul.bl_sect__indexConsult_lst {
    margin: 6.25vw auto 0;
  }
}
@media all and (min-width: 641px) {
  ul.bl_sect__indexConsult_lst {
    gap: 8px;
    margin-top: 56px;
    margin-left: 36px;
    width: 416px;
    padding: 40px 0 40px 56px;
  }
}
ul.bl_sect__indexConsult_lst li {
  font-size: 3.90625vw;
  font-weight: 900;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  ul.bl_sect__indexConsult_lst li {
    font-size: 25px;
    letter-spacing: 2.5px;
  }
}

.bl_mv.bl_mv__sub.bl_mv__company {
  background: url(../img/company/mv_sp.jpg) no-repeat center/cover;
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub.bl_mv__company {
    background: url(../img/company/mv_pc.jpg) no-repeat center/cover;
  }
}

.bl_sect.bl_sect__companyGreet {
  background: #d8eceb;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__companyGreet {
    padding: 11.25vw 0 12.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__companyGreet {
    margin-top: -61px;
    padding: 72px 0 64px;
  }
}

.bl_sect__companyGreet_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
  width: 73.75vw;
  height: 10vw;
  padding-bottom: 5vw;
  font-size: 3.75vw;
  font-weight: bold;
  color: #0046a6;
  background: url(../img/company/bg_fukidashi.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  .bl_sect__companyGreet_ttl {
    gap: 16px;
    width: 472px;
    height: 64px;
    padding-bottom: 32px;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.bl_sect__companyGreet_ttl .el_jp {
  font-size: 2.8125vw;
  font-weight: bold;
  color: #37c5b0;
}
@media all and (min-width: 641px) {
  .bl_sect__companyGreet_ttl .el_jp {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.bl_sect__companyGreet_txt {
  margin: 10vw auto 0;
  font-size: 3.59375vw;
  line-height: 2.17;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__companyGreet_txt {
    margin: 48px auto 0;
    width: fit-content;
    font-size: 20px;
    line-height: 2.5;
  }
}

.bl_sect__companyGreet_name {
  margin-top: 10vw;
  text-align: right;
  font-size: 3.125vw;
  font-weight: bold;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__companyGreet_name {
    margin-right: 96px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.bl_sect__companyGreet_name .el_name {
  margin-left: 1.875vw;
  font-size: 4.140625vw;
}
@media all and (min-width: 641px) {
  .bl_sect__companyGreet_name .el_name {
    margin-left: 20px;
    font-size: 26.5px;
  }
}

.bl_sect.bl_sect__companyPhilo {
  padding: 6.25vw 0 10vw;
  background: url(../img/company/bg_philo01_sp.jpg) no-repeat top center/cover;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__companyPhilo {
    padding: 120px 0 160px;
    background: url(../img/company/bg_philo01.png) no-repeat top -136px center;
  }
}

.bl_sect__companyPhilo_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: fit-content;
  padding: 0 1.875vw;
  font-size: 4.6875vw;
  font-weight: bold;
  color: #0046a6;
  border-left: solid 2.34375vw #d8eceb;
}
@media all and (max-width: 640.9px) {
  .bl_sect__companyPhilo_ttl {
    width: 42.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__companyPhilo_ttl {
    height: 48px;
    padding: 0 20px;
    font-size: 35px;
    letter-spacing: 3.5px;
    border-left: solid 15px #d8eceb;
  }
}
.bl_sect__companyPhilo_ttl.el_sub {
  margin-top: 10vw;
  font-size: 3.90625vw;
}
@media all and (min-width: 641px) {
  .bl_sect__companyPhilo_ttl.el_sub {
    margin-top: 88px;
    font-size: 25px;
  }
}

.bl_sect__companyPhilo_txt {
  margin-top: 3.75vw;
  text-align: center;
  font-size: 4.21875vw;
  font-weight: bold;
  line-height: 1.63;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__companyPhilo_txt {
    margin-top: 56px;
    font-size: 28px;
    letter-spacing: 4.2px;
  }
}
.bl_sect__companyPhilo_txt.el_sub {
  font: 3.4375vw;
}
@media all and (max-width: 640.9px) {
  .bl_sect__companyPhilo_txt.el_sub {
    line-height: 1.36;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__companyPhilo_txt.el_sub {
    font-size: 18px;
  }
}

.bl_sect.bl_sect__companyAbout {
  padding: 6.25vw 0 10vw;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__companyAbout {
    padding: 72px 0 200px;
  }
}

@media all and (min-width: 641px) {
  .bl_sect__companyAbout_tbl {
    margin: 0 -16px;
  }
}
.bl_sect__companyAbout_tbl tr {
  color: #0046a6;
  border-bottom: solid 1px #dcdcdc;
}
.bl_sect__companyAbout_tbl th,
.bl_sect__companyAbout_tbl td {
  padding: 2.5vw 0;
  vertical-align: top;
}
@media all and (min-width: 641px) {
  .bl_sect__companyAbout_tbl th,
  .bl_sect__companyAbout_tbl td {
    padding: 24px 0;
  }
}
.bl_sect__companyAbout_tbl th {
  width: 27.5vw;
  padding-left: 1.875vw;
  font-weight: bold;
}
@media all and (min-width: 641px) {
  .bl_sect__companyAbout_tbl th {
    width: 344px;
    padding-left: 88px;
    font-size: 25px;
    line-height: 2;
    letter-spacing: 3.75px;
  }
}
.bl_sect__companyAbout_tbl td {
  font-size: 3.125vw;
  font-weight: 300;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__companyAbout_tbl td {
    padding-right: 80px;
    font-size: 20px;
    line-height: 2.5;
  }
}

@media all and (min-width: 641px) {
  .bl_sect__companyAbout_lst li:nth-of-type(n+2) {
    margin-top: 1em;
  }
}

.bl_sect__companyAbout_ttlsub {
  margin: 8.75vw auto 0;
  width: fit-content;
  padding-bottom: 1.875vw;
  font-size: 4.6875vw;
  font-weight: bold;
  color: #0046a6;
  background: linear-gradient(#d8eceb, #d8eceb) no-repeat bottom center/20vw 0.9375vw;
}
@media all and (min-width: 641px) {
  .bl_sect__companyAbout_ttlsub {
    margin: 104px auto 0;
    padding-bottom: 12px;
    font-size: 25px;
    background: linear-gradient(#d8eceb, #d8eceb) no-repeat bottom center/94px 6px;
  }
}

.bl_sect__companyAbout_hist {
  margin-top: 3.75vw;
}
@media all and (min-width: 641px) {
  .bl_sect__companyAbout_hist {
    margin: 80px -16px 0;
  }
}
.bl_sect__companyAbout_hist table {
  width: 100%;
  border: solid 1px #dcdcdc;
}
.bl_sect__companyAbout_hist th,
.bl_sect__companyAbout_hist td {
  padding: 2.5vw 0;
  vertical-align: top;
}
@media all and (min-width: 641px) {
  .bl_sect__companyAbout_hist th,
  .bl_sect__companyAbout_hist td {
    padding: 4px 0;
  }
}
.bl_sect__companyAbout_hist th {
  width: 26.25vw;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  text-align: justify;
  text-align-last: justify;
  font-size: 3.28125vw;
  font-weight: bold;
  color: #0046a6;
  background: #f4f9ff;
}
@media all and (min-width: 641px) {
  .bl_sect__companyAbout_hist th {
    width: 268px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 25px;
    line-height: 2.2;
  }
}
.bl_sect__companyAbout_hist td {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 3.125vw;
  line-height: 1.5;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__companyAbout_hist td {
    padding-top: 16px;
    padding-left: 104px;
    padding-right: 128px;
    font-size: 20px;
  }
}

.bl_mv.bl_mv__sub.bl_mv__goods {
  background: url(../img/goods/mv_sp.jpg) no-repeat center/cover;
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub.bl_mv__goods {
    background: url(../img/goods/mv_pc.jpg) no-repeat center/cover;
  }
}

.bl_sect__goods_ttl {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 3.75vw;
  text-align: center;
  font-size: 6.25vw;
  font-weight: bold;
  letter-spacing: 0.625vw;
  color: #0046a6;
}
@media all and (max-width: 640.9px) {
  .bl_sect__goods_ttl {
    margin-left: -15px;
    padding-left: 12.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goods_ttl {
    gap: 20px;
    font-size: 40px;
    letter-spacing: 4px;
  }
}
.bl_sect__goods_ttl::before {
  position: absolute;
  content: "";
  width: 10vw;
  height: 0.46875vw;
  top: 50%;
  left: 0;
  background: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__goods_ttl::before {
    width: 80px;
    height: 3px;
    left: -96px;
  }
}
.bl_sect__goods_ttl .el_jp {
  font-size: 3.125vw;
  font-weight: bold;
  letter-spacing: 0.3125vw;
  color: #37c5b0;
}
@media all and (min-width: 641px) {
  .bl_sect__goods_ttl .el_jp {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.bl_sect.bl_sect__goodsAbout {
  padding: 3.125vw 0 18.75vw;
  background: url(../img/goods/bg_about01_sp.jpg) no-repeat center bottom/cover;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__goodsAbout {
    padding: 64px 0 224px;
    background: url(../img/goods/bg_about01.jpg) no-repeat center/cover;
  }
}

.bl_sect__goodsAbout_box {
  margin: auto;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsAbout_box {
    width: 1024px;
  }
}

.bl_sect__goodsAbout_ttl {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsAbout_ttl {
    font-size: 40px;
    letter-spacing: 4px;
  }
}

.bl_sect__goodsAbout_txt {
  margin-top: 5vw;
  font-size: 3.125vw;
  font-weight: 300;
  line-height: 2;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsAbout_txt {
    margin: 64px auto 0;
    width: 880px;
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 2px;
  }
}

.bl_sect.bl_sect__goodsService {
  position: relative;
  padding: 3.75vw 0 36.25vw;
  background: linear-gradient(rgba(65, 138, 201, 0.5), rgba(65, 138, 201, 0.5)) repeat-x bottom 3.75vw center/100% 17.5vw, url(../img/goods/bg_service01.jpg);
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__goodsService {
    padding: 48px 0 288px;
    background: linear-gradient(rgba(65, 138, 201, 0.5), rgba(65, 138, 201, 0.5)) repeat-x bottom 56px center/100% 104px, url(../img/goods/bg_service01.jpg);
  }
}
.bl_sect.bl_sect__goodsService::after {
  position: absolute;
  content: "";
  width: 95.625vw;
  height: 35vw;
  bottom: -3.75vw;
  left: calc(50% - 47.8125vw);
  background: url(../img/goods/bg_service01.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__goodsService::after {
    bottom: -12px;
    left: calc(50% - 384px);
    width: 767px;
    height: 268px;
  }
}
.bl_sect.bl_sect__goodsService .bl_sect__indexGoods_ttlsub {
  position: static;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__goodsService .bl_sect__indexGoods_ttlsub {
    margin-right: auto;
  }
}

@media all and (min-width: 641px) {
  .bl_sect__goodsService_box {
    margin: auto;
    width: 1024px;
  }
}

.bl_sect__goodsService_col {
  margin-top: 6.25vw;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsService_col {
    margin-top: 100px;
  }
}

.bl_sect__goodsService_bnr {
  width: 100%;
}

.bl_sect__goodsService_head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsService_head {
    gap: 3.75vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsService_head {
    gap: 8px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsService_head.el_col {
    flex-direction: column;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsService_head.el_col .bl_sect__indexGoods_ttlsub {
    margin-right: auto;
  }
}
.bl_sect__goodsService_head.el_long .bl_sect__indexGoods_ttlsub {
  width: 60.625vw;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsService_head.el_long .bl_sect__indexGoods_ttlsub {
    width: 428px;
  }
}
.bl_sect__goodsService_txt {
  width: fit-content;
  font-weight: 900;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsService_txt {
    font-size: 25px;
    line-height: 2;
    letter-spacing: 2.5px;
  }
}

.bl_sect__goodsService_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw 2%;
  margin-top: 5vw;
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsService_lst {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsService_lst {
    gap: 40px;
    margin-top: 56px;
  }
}
.bl_sect__goodsService_lst li {
  width: 32%;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsService_lst li {
    width: 310px;
  }
}

.bl_sect__goodsService_img {
  width: 100%;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsService_img img {
    border-radius: 5px;
  }
}

.bl_sect__goodsService_imgttl {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 900;
  color: #0046a6;
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsService_imgttl {
    line-height: 1.27;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsService_imgttl {
    margin-top: 16px;
    font-size: 18px;
  }
}

.bl_sect.bl_sect__goodsExample {
  padding: 6.25vw 0 7.5vw;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__goodsExample {
    padding: 48px 0 160px;
  }
}

.bl_sect__goodsExample_lst {
  display: flex;
  justify-content: center;
  gap: 7.5vw;
  margin-top: 8.75vw;
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsExample_lst {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsExample_lst {
    gap: 80px;
    margin-top: 72px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsExample_lst li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.75vw;
    width: 72.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsExample_lst li {
    width: 280px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsExample_lst li:nth-of-type(1) .bl_sect__goodsExample_img {
    width: 24.375vw;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsExample_lst li:nth-of-type(2) .bl_sect__goodsExample_img {
    width: 27.8125vw;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsExample_lst li:nth-of-type(3) .bl_sect__goodsExample_img {
    width: 27.1875vw;
  }
}

.bl_sect__goodsExample_txt {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.7;
  color: #2287c8;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsExample_txt {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.67;
  }
}

.bl_sect.bl_sect__goodsDiy {
  position: relative;
  background: #d8eceb;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__goodsDiy {
    padding: 0 0 5.9375vw;
    background: linear-gradient(rgba(0, 0, 0, 0) 6.25vw, #d8eceb 6.25vw, calc(100% - 6.25vw), #0046a6 calc(100% - 6.25vw));
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__goodsDiy {
    padding: 0 0 63px;
    background: linear-gradient(rgba(0, 0, 0, 0) calc(100% - 384px), #d8eceb calc(100% - 384px), #d8eceb calc(100% - 64px), #0046a6 calc(100% - 64px));
    overflow-x: hidden;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__goodsDiy::after {
    position: absolute;
    content: "TOZAI SANGYO";
    bottom: 0;
    left: calc(50% - 4em);
    font-size: 7.5vw;
    font-weight: bold;
    letter-spacing: 0.625vw;
    line-height: 1;
    color: #fff;
    opacity: 0.5;
    height: 1em;
  }
}

.bl_sect__goodsDiy_box {
  position: relative;
  display: flex;
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsDiy_box {
    flex-direction: column;
    gap: 5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsDiy_box {
    align-items: flex-end;
    gap: 36px;
    margin: 0 -64px;
  }
}
.bl_sect__goodsDiy_box::after {
  position: absolute;
  content: "";
  width: 92.8125vw;
  height: 46.71875vw;
  background: url(../img/goods/bg_diy02_sp.png) no-repeat center/contain;
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsDiy_box::after {
    top: 15vw;
    left: calc(50% - 46.40625vw);
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsDiy_box::after {
    width: 1499px;
    height: 367px;
    bottom: -63px;
    left: calc(50% - 760px);
    background: url(../img/goods/bg_diy02.png) no-repeat center/contain;
  }
}

@media all and (min-width: 641px) {
  .bl_sect__goodsDiy_col {
    padding-bottom: 60px;
  }
}

@media all and (max-width: 640.9px) {
  .bl_sect__goodsDiy_ttl {
    width: 67.5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsDiy_ttl {
    margin-top: 32px;
    width: 510px;
  }
}

.bl_sect__goodsDiy_txt {
  margin-top: 3.75vw;
  font-size: 3.4375vw;
  font-weight: 900;
  line-height: 1.91;
  color: #0046a6;
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsDiy_txt {
    text-align: center;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsDiy_txt {
    margin-top: 8px;
    margin-left: auto;
    width: fit-content;
    font-size: 23px;
    line-height: 1.52;
    color: #0046a6;
    text-shadow: 4px 0px 0 #fff, 3.6956px 1.5308px 0 #fff, 2.8284px 2.8284px 0 #fff, 1.5308px 3.6956px 0 #fff, 0px 4px 0 #fff, -1.5308px 3.6956px 0 #fff, -2.8284px 2.8284px 0 #fff, -3.6956px 1.5308px 0 #fff, -4px 0px 0 #fff, -3.6956px -1.5308px 0 #fff, -2.8284px -2.8284px 0 #fff, -1.5308px -3.6956px 0 #fff, 0px -4px 0 #fff, 1.5308px -3.6956px 0 #fff, 2.8284px -2.8284px 0 #fff, 3.6956px -1.5308px 0 #fff;
  }
}

@media all and (max-width: 640.9px) {
  .bl_sect__goodsDiy_img {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsDiy_img {
    width: 739px;
  }
}

.bl_sect.bl_sect__goodsPlaza {
  padding: 15vw 0;
  background: linear-gradient(to top, #d8eceb, #fff);
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__goodsPlaza {
    padding: 64px 0 96px;
  }
}
.bl_sect.bl_sect__goodsPlaza .bl_sect__indexLine_cont {
  margin-top: 3.75vw;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__goodsPlaza .bl_sect__indexLine_cont {
    gap: 12px;
    margin-top: 12px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__goodsPlaza .bl_sect__indexLine_cont.el_bg::before, .bl_sect.bl_sect__goodsPlaza .bl_sect__indexLine_cont.el_bg::after {
    margin-bottom: -5vw;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__goodsPlaza .bl_sect__indexLine_cont .bl_sect__indexLine_txt {
    font-size: 4.84375vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__goodsPlaza .bl_sect__indexLine_cont .bl_sect__indexLine_txt {
    font-size: 51px;
  }
}

.bl_sect__goodsPlaza_box {
  padding: 7.5vw 0 6.25vw;
  background: #0046a6 url(../img/goods/bg_diy01_sp.jpg) center/cover;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsPlaza_box {
    margin: 0 -20px;
    padding: 20px 120px 56px 104px;
    background: #0046a6 url(../img/goods/bg_diy01.png) repeat-x bottom center;
  }
}

.bl_sect__goodsPlaza_col {
  display: flex;
  align-items: center;
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsPlaza_col {
    justify-content: center;
    text-align: center;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsPlaza_col {
    gap: 88px;
  }
}

.bl_sect__goodsPlaza_ttl {
  font-size: 4.53125vw;
  font-weight: 900;
  color: #fff;
}
@media all and (min-width: 641px) {
  .bl_sect__goodsPlaza_ttl {
    font-size: 35px;
    letter-spacing: 7px;
  }
}

@media all and (min-width: 641px) {
  .bl_sect__goodsPlaza_img {
    width: 400px;
  }
}

.bl_sect__goodsPlaza_link {
  display: flex;
  justify-content: center;
  gap: 3.75vw;
  margin-top: 3.75vw;
}
@media all and (max-width: 640.9px) {
  .bl_sect__goodsPlaza_link {
    flex-direction: column;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__goodsPlaza_link {
    gap: 64px;
    margin-top: 24px;
  }
}

a.bl_sect__goodsPlaza_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875vw;
  font-size: 6.875vw;
  font-weight: 900;
  color: #fff60e;
}
@media all and (min-width: 641px) {
  a.bl_sect__goodsPlaza_tel {
    gap: 12px;
    font-size: 44px;
    letter-spacing: 4.4px;
  }
}
a.bl_sect__goodsPlaza_tel::before {
  content: "";
  background: url(../img/goods/i_tel_y.png) no-repeat center/contain;
}
@media all and (max-width: 640.9px) {
  a.bl_sect__goodsPlaza_tel::before {
    width: 6.09375vw;
    height: 6.09375vw;
  }
}
@media all and (min-width: 641px) {
  a.bl_sect__goodsPlaza_tel::before {
    width: 39px;
    height: 39px;
  }
}

a.bl_sect__goodsPlaza_mail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.125vw;
  font-weight: 900;
  color: #0046a6;
  background: #fff60e;
}
@media all and (max-width: 640.9px) {
  a.bl_sect__goodsPlaza_mail {
    gap: 3.75vw;
    margin: auto;
    width: 61.25vw;
    height: 12.5vw;
    padding: 0 5vw 0 13.75vw;
    border-radius: 6.25vw;
  }
}
@media all and (min-width: 641px) {
  a.bl_sect__goodsPlaza_mail {
    gap: 24px;
    height: 80px;
    padding: 0 24px 0 88px;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 40px;
  }
}
a.bl_sect__goodsPlaza_mail::before {
  content: "";
  width: 6.25vw;
  height: 4.375vw;
  background: url(../img/goods/i_mail_b.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  a.bl_sect__goodsPlaza_mail::before {
    width: 40px;
    height: 28px;
  }
}
a.bl_sect__goodsPlaza_mail::after {
  content: "";
  margin-left: 6.25vw;
  width: 3.28125vw;
  height: 5vw;
  background: url(../img/goods/i_arrow_b.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  a.bl_sect__goodsPlaza_mail::after {
    margin-left: 40px;
    width: 21px;
    height: 32px;
  }
}

.bl_mv.bl_mv__sub.bl_mv__merit {
  background: url(../img/merit/mv_sp.jpg) no-repeat center/cover;
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub.bl_mv__merit {
    background: url(../img/merit/mv_pc.jpg) no-repeat center/cover;
  }
}
.bl_mv.bl_mv__sub.bl_mv__merit .bl_mv_title {
  color: #0046a6;
}

.bl_sect.bl_sect__meritHead {
  padding-bottom: 10vw;
  background: linear-gradient(to top, #d8eceb, #fff);
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__meritHead {
    padding-bottom: 88px;
  }
}

.bl_sect__meritHead_txt {
  text-align: center;
  font-size: 3.59375vw;
  font-weight: bold;
  line-height: 1.74;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__meritHead_txt {
    font-size: 23px;
    letter-spacing: 2.3px;
  }
}

.bl_sect__meritHead_img {
  margin: 6.25vw auto 0;
  width: 86.40625vw;
}
@media all and (min-width: 641px) {
  .bl_sect__meritHead_img {
    margin: 56px auto 0;
    width: 553px;
  }
}

.bl_sect.bl_sect__meritStep {
  padding: 7.5vw 0 11.25vw;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__meritStep {
    padding: 48px 0 104px;
  }
}

.bl_sect__meritHead_ttl {
  text-align: center;
  font-size: 3.90625vw;
  font-weight: 900;
  line-height: 1.6;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__meritHead_ttl {
    font-size: 25px;
    letter-spacing: 2.5px;
  }
}

.bl_sect__meritStep_slide {
  margin: 8.75vw auto 0;
  width: 82.5vw;
}
.bl_sect__meritStep_slide .swiper-button-prev {
  width: 6.5625vw;
  height: 13.59375vw;
  top: 22.5vw;
  background: url(../img/merit/arrow_prev.png) no-repeat center/contain;
}
.bl_sect__meritStep_slide .swiper-button-next {
  width: 6.5625vw;
  height: 13.59375vw;
  top: 22.5vw;
  background: url(../img/merit/arrow_next.png) no-repeat center/contain;
}

.bl_sect__meritStep_lst li {
  padding: 0 12.5vw;
}

@media all and (min-width: 641px) {
  .bl_sect__meritStep_img {
    margin: 40px auto 0;
    width: 100%;
  }
}

.bl_sect__meritStep_plat {
  margin: 10vw auto 0;
  width: 100%;
}
@media all and (min-width: 641px) {
  .bl_sect__meritStep_plat {
    margin: 160px auto 0;
    width: 1000px;
  }
}

.bl_sect__meritCont_col {
  display: flex;
  flex-direction: column;
  gap: 54.375vw;
}
@media all and (max-width: 640.9px) {
  .bl_sect__meritCont_col {
    margin: 0 -15px;
    padding: 0 5vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect__meritCont_col {
    gap: 272px;
  }
}

.bl_sect.bl_sect__meritCont {
  padding: 12.5vw 0 20.625vw;
  background: #dbeeec;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__meritCont {
    padding: 72px 0;
  }
}

ul.bl_sect__meritCont_lst {
  position: relative;
  display: flex;
}
@media all and (max-width: 640.9px) {
  ul.bl_sect__meritCont_lst {
    flex-wrap: wrap;
    gap: 6.25vw calc(100% - 82.5vw);
  }
}
@media all and (min-width: 641px) {
  ul.bl_sect__meritCont_lst {
    gap: calc((100% - 1056px) / 3);
  }
}
ul.bl_sect__meritCont_lst > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 41.25vw;
  padding: 3.75vw 2.5vw;
  background: #fff;
  border-radius: 2.34375vw;
  border: solid 0.46875vw #0046a6;
}
@media all and (min-width: 641px) {
  ul.bl_sect__meritCont_lst > li {
    width: 264px;
    padding: 24px 16px;
    border-radius: 15px;
    border: solid 3px #0046a6;
  }
}
ul.bl_sect__meritCont_lst > li.el_center {
  justify-content: center;
}
@media all and (min-width: 641px) {
  ul.bl_sect__meritCont_lst > li.el_center {
    margin: auto;
    max-height: 100px;
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_sect__meritCont_lst > li.el_next_sp::after {
    position: absolute;
    content: "";
    width: 5vw;
    height: 4.53125vw;
    top: calc(50% - 2.1875vw);
    right: -6.5625vw;
    background: url(../img/merit/i_arrow01.png) no-repeat center/contain;
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_sect__meritCont_lst > li.el_next_rtt_sp::after {
    position: absolute;
    content: "";
    width: 5vw;
    height: 4.53125vw;
    bottom: -6.25vw;
    left: -6.5625vw;
    background: url(../img/merit/i_arrow01.png) no-repeat center/contain;
    transform: rotate(135deg);
  }
}
@media all and (min-width: 641px) {
  ul.bl_sect__meritCont_lst > li:nth-last-of-type(n+2)::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 24px;
    top: calc(50% - 12px);
    right: -34px;
    background: url(../img/merit/i_arrow01.png) no-repeat center/contain;
  }
}
ul.bl_sect__meritCont_lst.el_arrow::before {
  position: absolute;
  content: "";
  width: 58.125vw;
  height: 43.75vw;
  top: 67.5vw;
  left: calc(50% - 29.0625vw);
  background: url(../img/merit/img_cont01.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  ul.bl_sect__meritCont_lst.el_arrow::before {
    width: 372px;
    height: 280px;
    top: 184px;
    left: calc(50% - 186px);
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_sect__meritCont_lst.el_bottom {
    row-gap: 13.75vw;
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_sect__meritCont_lst.el_bottom > li.el_next_rtt_sp::after {
    bottom: -10vw;
  }
}

.bl_sect__meritCont_ttlsub {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.96875vw;
  font-weight: 900;
  color: #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__meritCont_ttlsub {
    font-size: 19.5px;
    letter-spacing: 0.98px;
  }
}
.bl_sect__meritCont_ttlsub:has(+ ul) {
  width: 100%;
  padding-bottom: 1.25vw;
  border-bottom: dashed 1px #0046a6;
}
@media all and (min-width: 641px) {
  .bl_sect__meritCont_ttlsub:has(+ ul) {
    padding-bottom: 8px;
  }
}

ul.bl_sect__meritCont_lstsub {
  padding-top: 1.25vw;
}
@media all and (min-width: 641px) {
  ul.bl_sect__meritCont_lstsub {
    padding-top: 8px;
  }
}
ul.bl_sect__meritCont_lstsub > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.8125vw;
  font-weight: bold;
  color: #37c5b0;
}
@media all and (min-width: 641px) {
  ul.bl_sect__meritCont_lstsub > li {
    font-size: 18px;
  }
}

/*
body.blog,
body.single,
body.archive {

	// ヘッダー
	#header {
		// Stingerに対するリセット
		text-align: left;
	}
	#header .h-main {
		.logo {
			margin-bottom: 0;
		}
	}

	// メインビジュアル
	.ly_main .main-visual {
		background: url(../../../../../img/info-visual.jpg) no-repeat center/contain;
		margin-bottom: 20px;

		@include mq(sp) {
			background: url(../../../../../img/info-visual-sp.jpg) no-repeat center/cover;
			margin-bottom: 0;
		}

		// 緑色背景カラム
		.container {
			max-height: 188px;

			@include mq(sp) {
				max-height: 110px;
			}
		}

		// アイコン
		.box1 .box2 h1 {
			padding-top: 40px;

			@include mq(sp) {
				padding-top: 30px;
			}

			&:before {
				background: url(../../../../../img/info-icon.png) no-repeat center;
				top: -20px;

				@include mq(sp) {
					background-size: 50% auto;
				}
			}
		}
	}

	#footer {
		// Stingerに対するリセット
		text-align: left;

		// デザイン再現
		padding-top: 8px;

		p {
			// Stingerに対するリセット
			font-size: 16px;
			margin-bottom: 0;
		}

		.copy,
		.rcopy {
			// Stingerに対するリセット
			color: #fff;
		}

		.wrapper .copy {
			// Stingerに対するリセット
			padding-top: 16px;
			line-height: 1;
		}

		a:hover {
			color: #90ba00;
		}
	}
}

body.blog,
body.single,
body.archive {

	// 施工事例カテゴリのMV変更
	&.category-work {

		// メインビジュアル
		.ly_main .main-visual {
			background-image: url(../../../../../img/works-visual.jpg);

			@include mq(sp) {
				background-image: url(../../../../../img/works-visual-sp.jpg);
			}

			// アイコン
			.box1 .box2 h1 {
				&:before {
					background-image: url(../../../../../img/works-icon.png);
				}
			}
		}
	}
}
*/
/*
.bl_mv.bl_mv__sub.bl_mv__info {
	background-color: #eee;
	background-image: url(../img/info_mv_pc.jpg);


	// Design
	@include mq(sp) {
		background-image: url(../img/info_mv_sp.jpg);
	}
}
*/
/*
body.single,
body.archive,
body.archive.date,
body.archive.category,
body.post-template-default {
	#content {
		// 最大コンテナ幅
		max-width: 1160px;

		// メイン側の幅
		main {
			// Design
			max-width: 780px;

			@include mq(pc) {
				margin-right: 320px;
				margin-left: 0px;
			}
		}
	}

	#content-w {
		// Design
		padding-top: 130px;
		padding-bottom: 100px;

		@include mq(sp) {
			padding-top: 160px*$sp;
			padding-bottom: 50px;
		}
	}
}
*/
.bl_mv.bl_mv__sub.bl_mv__blog {
  background: url(../img/blog/mv_sp.jpg) no-repeat center/cover;
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub.bl_mv__blog {
    background: url(../img/blog/mv_pc.jpg) no-repeat center/cover;
  }
}

body.blog .kanren .bl_archive_item,
body.single .kanren .bl_archive_item,
body.archive .kanren .bl_archive_item {
  border-bottom-color: black;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren .bl_archive_item dt,
  body.single .kanren .bl_archive_item dt,
  body.archive .kanren .bl_archive_item dt {
    /*
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 1em;
    */
  }
}
body.blog .kanren .bl_archive_item dt figure,
body.single .kanren .bl_archive_item dt figure,
body.archive .kanren .bl_archive_item dt figure {
  /*
  // 角丸
  overflow: hidden;
  border-radius: 10px;
  */
}
body.blog .kanren dd .blog-info,
body.single .kanren dd .blog-info,
body.archive .kanren dd .blog-info {
  display: flex;
}
@media all and (min-width: 641px) {
  body.blog .kanren dd .blog-info,
  body.single .kanren dd .blog-info,
  body.archive .kanren dd .blog-info {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
body.blog .kanren dd .blog-info a,
body.single .kanren dd .blog-info a,
body.archive .kanren dd .blog-info a {
  background: rgba(72, 205, 203, 0.3);
  color: #0046a6;
  font-weight: 400;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd .blog-info a,
  body.single .kanren dd .blog-info a,
  body.archive .kanren dd .blog-info a {
    margin: 0;
  }
}
@media all and (min-width: 641px) {
  body.blog .kanren dd .blog-info a,
  body.single .kanren dd .blog-info a,
  body.archive .kanren dd .blog-info a {
    padding: 4px 10px;
    line-height: 1;
    border-radius: 3px;
  }
}
body.blog .kanren dd .blog-info time,
body.single .kanren dd .blog-info time,
body.archive .kanren dd .blog-info time {
  color: #0046a6;
  opacity: 0.5;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd .blog-info time,
  body.single .kanren dd .blog-info time,
  body.archive .kanren dd .blog-info time {
    margin-left: 13.2px;
  }
}
body.blog .kanren dd a,
body.single .kanren dd a,
body.archive .kanren dd a {
  color: #0046a6;
}
body.blog .kanren dd a .el_btn,
body.single .kanren dd a .el_btn,
body.archive .kanren dd a .el_btn {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: fit-content;
  background: #0046a6;
}
@media all and (min-width: 641px) {
  body.blog .kanren dd a .el_btn,
  body.single .kanren dd a .el_btn,
  body.archive .kanren dd a .el_btn {
    gap: 16px;
    margin-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
    font-weight: 500;
  }
}
body.blog .kanren dd a .el_btn::after,
body.single .kanren dd a .el_btn::after,
body.archive .kanren dd a .el_btn::after {
  content: "";
  background: url(../img/blog/i_arrow.png) no-repeat center/contain;
}
@media all and (min-width: 641px) {
  body.blog .kanren dd a .el_btn::after,
  body.single .kanren dd a .el_btn::after,
  body.archive .kanren dd a .el_btn::after {
    width: 6px;
    height: 10px;
  }
}
body.blog article h1,
body.blog article .entry-title,
body.single article h1,
body.single article .entry-title,
body.archive article h1,
body.archive article .entry-title {
  color: #0046a6;
  border-bottom-color: #dcdcdc;
}
body.blog article .bl_single_meta,
body.single article .bl_single_meta,
body.archive article .bl_single_meta {
  flex-direction: row-reverse;
  justify-content: space-between;
}
body.blog article .st-catgroup .catname,
body.single article .st-catgroup .catname,
body.archive article .st-catgroup .catname {
  background: transparent;
  font-weight: 400;
  background: rgba(72, 205, 203, 0.3);
  color: #0046a6;
  border-radius: 3px;
  padding-bottom: 6px;
}
body.blog article .blogbox,
body.single article .blogbox,
body.archive article .blogbox {
  margin-left: 0;
}
body.blog article .blogbox time,
body.single article .blogbox time,
body.archive article .blogbox time {
  color: #0046a6;
}
@media all and (min-width: 641px) {
  body.blog article .bl_single_img,
  body.single article .bl_single_img,
  body.archive article .bl_single_img {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
@media all and (max-width: 640.9px) {
  body.blog article .bl_single_img,
  body.single article .bl_single_img,
  body.archive article .bl_single_img {
    margin-top: 18.15px;
    margin-bottom: 38.5px;
  }
}
body.blog .st-post h2,
body.single .st-post h2,
body.archive .st-post h2 {
  background: #0046a6;
  color: #fff;
  font-weight: 700;
}
body.blog .st-post h3,
body.single .st-post h3,
body.archive .st-post h3 {
  border-color: black;
}
body.blog .st-post h4,
body.single .st-post h4,
body.archive .st-post h4 {
  border-color: black;
  color: #333;
}
body.blog .st-post h5,
body.single .st-post h5,
body.archive .st-post h5 {
  border-color: #333;
}
body.blog .st-post h6:before,
body.single .st-post h6:before,
body.archive .st-post h6:before {
  background-color: #333;
}
body.blog .st-post .bl_single_nav li a,
body.single .st-post .bl_single_nav li a,
body.archive .st-post .bl_single_nav li a {
  color: #000;
  background: none;
}
body.blog .st-post .bl_single_nav li.un_prev a b::before,
body.single .st-post .bl_single_nav li.un_prev a b::before,
body.archive .st-post .bl_single_nav li.un_prev a b::before {
  border-color: #000;
}
body.blog .st-post .bl_single_nav li.un_next a b::after,
body.single .st-post .bl_single_nav li.un_next a b::after,
body.archive .st-post .bl_single_nav li.un_next a b::after {
  border-color: #000;
}
body.blog .st-post .bl_single_nav .el_img:empty:before,
body.single .st-post .bl_single_nav .el_img:empty:before,
body.archive .st-post .bl_single_nav .el_img:empty:before {
  background-size: 70% auto;
}

#side #mybox .ad h4 {
  background: #0046a6;
  color: #fff;
}
#side #mybox .ad .cat-item {
  color: #0046a6;
}
#side #mybox .ad .wp-block-archives-list {
  color: #0046a6;
  margin-top: 10px;
}
#side #mybox .ad .calendar_wrap table a {
  background: #fff;
  color: #333;
}
#side #mybox .ad .calendar_wrap nav span:nth-child(1) a, #side #mybox .ad .calendar_wrap nav span:nth-child(3) a {
  background: #fff;
  color: #333;
}
#side #mybox .ad ul.bl_aside_latestPosts > li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
#side #mybox .ad ul.bl_aside_latestPosts > li p,
#side #mybox .ad ul.bl_aside_latestPosts > li time {
  color: #0046a6;
}
#side #mybox .ad ul.bl_aside_latestPosts .el_img:empty:before {
  background-size: 70% auto;
}

.bl_mv.bl_mv__sub.bl_mv__contact {
  background: url(../img/contact/mv_sp.jpg) no-repeat center/cover;
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub.bl_mv__contact {
    background: url(../img/contact/mv_pc.jpg) no-repeat center/cover;
  }
}

.bl_sect.bl_sect__contact {
  line-height: 1.5;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact {
    font-size: 16px;
    line-height: 1.75;
  }
}
.bl_sect.bl_sect__contact .bl_sect_title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  font-size: 22px;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact .bl_sect_title {
    font-size: 26px;
  }
}
.bl_sect.bl_sect__contact .bl_sect_lead {
  text-align: center;
  font-size: 1.1em;
  margin: 1em auto 0;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact .bl_sect_lead {
    font-size: 1.25em;
  }
}
.bl_sect.bl_sect__contact .un_num {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0.25em;
  text-decoration: none;
}
.bl_sect.bl_sect__contact .un_text {
  margin-top: 1em;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact .un_text {
    text-align: center;
  }
}
.bl_sect.bl_sect__contact .un_text em {
  color: #f50;
}
.bl_sect.bl_sect__contact .un_text a {
  text-decoration: underline;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact .un_text a {
    transition: 0.2s opacity;
  }
  .bl_sect.bl_sect__contact .un_text a:hover, .bl_sect.bl_sect__contact .un_text a:focus {
    opacity: 0.7;
  }
}

.bl_sect.bl_sect__contact.bl_sect__contactTel {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactTel {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.bl_sect.bl_sect__contact.bl_sect__contactFax {
  background: #fff;
  padding: 60px 0;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactFax {
    padding: 30px 0;
  }
}

.bl_sect.bl_sect__contact.bl_sect__contactForm {
  padding: 30px 0 100px;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form textarea {
  min-height: 16em;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table {
    line-height: 40px;
    border-collapse: separate;
    border-spacing: 0 10px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th,
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td {
    border: none;
    padding-top: 0;
    padding-bottom: 2px;
    font-size: 16px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th {
    padding-top: 2px;
    background: #fff;
  }
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_btns .el_btn.bl_form_submit {
  color: #fff;
  background: #0046a6;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit {
  background: #fff;
  color: #333;
  font-weight: 700;
  border-radius: 3px;
  width: 100%;
  max-width: 280px;
  min-height: 3.5em;
  height: 3.5em;
  font-size: 18px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit {
    font-size: 16px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit {
    border-radius: 5px;
    width: 25%;
  }
}

.bl_mv.bl_mv__sub.bl_mv__privacy {
  background: url(../img/privacy/mv_sp.jpg) no-repeat center/cover;
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub.bl_mv__privacy {
    background: url(../img/privacy/mv_pc.jpg) no-repeat center/cover;
  }
}

.bl_sect.bl_sect__privacy {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__privacy {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.bl_sect.bl_sect__privacy .ly_cont {
  line-height: 1.75;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__privacy .ly_cont {
    line-height: 2;
    border-radius: 25px;
  }
}

.bl_privacy_lead {
  font-weight: 700;
  margin-top: 2em;
}
@media all and (min-width: 641px) {
  .bl_privacy_lead {
    text-align: center;
    font-size: 18px;
  }
}

.bl_privacy {
  border: 1px solid #a6a6a6;
  margin: 1.5em auto;
  max-height: 50vw;
  overflow: auto;
  padding: 1em;
  font-size: 14px;
  max-width: 1000px;
}
@media all and (min-width: 641px) {
  .bl_privacy {
    margin-top: 3em;
    max-height: 17.5em;
    padding: 1em 2em;
  }
}

.bl_sect.bl_sect__privacy dt,
.bl_privacy dt {
  margin-top: 1em;
  font-weight: 700;
}
.bl_sect.bl_sect__privacy ul li,
.bl_privacy ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.bl_sect.bl_sect__privacy ul i,
.bl_privacy ul i {
  font: inherit;
  width: 1em;
}
.bl_sect.bl_sect__privacy a,
.bl_privacy a {
  text-decoration: underline;
}
.bl_sect.bl_sect__privacy a[href^="tel:"],
.bl_privacy a[href^="tel:"] {
  text-decoration: none;
}
.bl_sect.bl_sect__privacy table,
.bl_privacy table {
  margin: 0.25em 0;
}
.bl_sect.bl_sect__privacy table th,
.bl_sect.bl_sect__privacy table td,
.bl_privacy table th,
.bl_privacy table td {
  border: 1px solid #ccc;
  padding: 0.25em 1em;
}

.bl_privacy_title {
  font-weight: 700;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.25;
}
.bl_privacy_title:nth-child(n+2) {
  margin-top: 2em;
}
.bl_privacy_title small {
  font-size: 0.85em;
}

.bl_privacy_col {
  border: 1px solid #ccc;
  margin: 0.75em 0;
  padding: 0.5em 1em;
}
.bl_privacy_col a {
  color: #23ac38;
}
.bl_privacy_col a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.bl_privacy_col .bl_privacy_contact {
  margin-top: 0;
}
.bl_privacy_col .bl_privacy_contact dt {
  font-weight: inherit;
  float: left;
  clear: both;
  margin: 0;
  min-width: 5em;
}
.bl_privacy_col .bl_privacy_contact dd {
  margin-left: 5em;
}

.bl_privacy_meta {
  text-align: right;
}
.bl_privacy_meta:first-child {
  margin-bottom: 1em;
}
.bl_privacy_meta:last-child {
  margin-top: 1em;
}
.bl_privacy_meta + * {
  margin-top: 1em;
}

.bl_privacy_contact {
  margin-top: 1em;
}/*# sourceMappingURL=style.css.map */