@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=Baskervville:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #111111;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 1.5625vw;
  }
}

@-ms-viewport {
  width: device-width;
}
.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;
}

.ly_header,
.bl_mv,
.bl_path_wrapper,
.bl_sect,
.bl_pager,
.ly_cont_aside,
.ly_footer {
  line-height: 1.5;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  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;
  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 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;
}
.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 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;
}
.bl_mv.bl_mv__sub {
  position: relative;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  background: #eee no-repeat center/cover;
  color: #000;
}
.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;
  align-items: center;
  align-content: center;
}
.bl_mv.bl_mv__sub .bl_mv_col {
  /*
  background: rgba(255, 255, 255, .85);
  min-width: 500px;
  min-height: 133px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;

  @include mq(sp) {
  	min-width: 400px*$sp;
  	min-height: 100px*$sp;
  }
  @include mq(pc) {
  	height: 133px;
  }
  */
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.bl_mv.bl_mv__sub .bl_mv_title {
  line-height: 1.25;
  color: #333333;
  font-size: 24px;
  margin-top: 0.5em;
}
.bl_mv.bl_mv__sub .bl_mv_subTitle {
  display: block;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
  font-size: 48px;
}

.bl_mv.bl_mv__sub.bl_mv__concept .bl_mv_subTitle {
  text-shadow: -1px 0px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff;
}

.bl_path_wrapper {
  position: relative;
}
.bl_path_wrapper .bl_path {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  max-width: 1160px;
  margin: 0 auto;
  justify-content: flex-start;
  line-height: 1.5;
  color: #111111;
  align-items: center;
  align-content: center;
  overflow: hidden;
}
.bl_path_wrapper .bl_path > li {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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;
  }
  	*/
}
.bl_path_wrapper .bl_path h1 {
  display: inline;
}

.bl_path_wrapper.bl_path_wrapper__float + #content-w > section:nth-child(1) {
  padding-top: 160px;
}
.bl_path_wrapper.bl_path_wrapper__float .bl_path {
  position: absolute;
  border-radius: 6px;
  background: #fff;
  padding: 10px 20px;
  top: 30px;
}

.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: #1d2e86;
  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%;
}

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

.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: #ffeed5;
  color: #000;
}
.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;
}
.el_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

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

.hp_sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .hp_sp {
    display: block !important;
  }
}

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

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

.hp_tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .hp_tel {
    pointer-events: fill;
  }
}

#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;
  }
  */
}
.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;
}
.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_latestPost_cont a {
  text-decoration: underline;
  color: #f8b551;
}

/* セッティングを読み込む */
.ly_main {
  min-width: 120rem;
  margin: 14rem auto 0 auto;
}
@media screen and (max-width: 640px) {
  .ly_main {
    min-width: initial;
  }
}

.ly_cont {
  max-width: 100rem;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .ly_main {
    width: 100%;
    max-width: 64rem;
    margin: auto;
    margin-top: 10rem;
    overflow-x: hidden;
  }
}
.ly_m_inner {
  max-width: 120rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ly_m_inner {
    max-width: 87.5%;
  }
}

.navBtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 400;
  width: 8rem;
  height: 10rem;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1d2e86;
}

.navBtn:hover {
  opacity: 0.5;
}

.navBtn .hambarg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4.8rem;
  height: 0.6rem;
  background-color: #fff;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.navBtn .hambarg:nth-child(1) {
  top: 30%;
}

.navBtn .hambarg:nth-child(2) {
  top: 50%;
}

.navBtn .hambarg:nth-child(3) {
  top: 70%;
}

.on.hambarg:nth-child(1),
.on.hambarg:nth-child(2),
.on.hambarg:nth-child(3) {
  top: 50%;
}

.on.hambarg:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.on.hambarg:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.on.hambarg:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.stop-scrl {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.bread {
  color: #111111;
  margin-top: 12px;
}

.bread > ul {
  display: flex;
  font-size: 12px;
  line-height: 1;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .bread > ul {
    line-height: 1;
    font-size: 2.2rem;
    flex-wrap: wrap;
  }
}

.bread > ul > li:nth-child(2n) {
  margin: 0 1rem;
}
@media screen and (max-width: 640px) {
  .bread > ul > li:nth-child(2n) {
    margin: 0 1rem;
  }
}

.bread > ul > li {
  overflow: hidden;
}

.bread > ul > li > a {
  color: #111111;
  text-decoration: none;
  overflow-wrap: break-word;
}

.el_btn_normal {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  width: 50rem;
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  color: #fff;
  background: #1d2e86;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-radius: 1.2rem;
}
@media screen and (max-width: 640px) {
  .el_btn_normal {
    width: 50rem;
    height: 10rem;
    line-height: 1;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

.el_btn_normal:hover {
  background: #182251;
}

.el_icon_arrow {
  position: absolute;
  right: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (max-width: 640px) {
  .el_icon_arrow {
    width: 4rem;
  }
}

.sec-tit.subColor {
  color: #fff;
}

.sec-tit.subColor:before {
  background-color: #fff;
}

.sec-tit.subColor:after {
  background-color: #fff;
}

@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header.fadeout {
  animation: fadein-keyframes 0.3s ease 0s 1 forwards;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.bread {
  max-width: 116rem;
  margin: 1.56rem auto;
}
@media screen and (max-width: 640px) {
  .bread {
    max-width: 87.5%;
    margin: 2.5rem auto;
  }
}

.bl_stn {
  background-image: url(../img/top/img_top_bg_3.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.el_sec-tit-nr {
  line-height: 1.6666666667;
  font-size: 3rem;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .el_sec-tit-nr {
    line-height: 1.6578947368;
    font-size: 3.8rem;
    letter-spacing: 0.15em;
  }
}

.el_sec-tit-nr::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 5rem;
  background-color: #ee7e00;
  margin-right: 1rem;
}
@media screen and (max-width: 640px) {
  .el_sec-tit-nr::before {
    width: 1.4rem;
    height: 7.1rem;
    margin-right: 1.4rem;
  }
}

.bl_sec-tit1 {
  background-image: url(../img/top/img_top_bg_6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 29.7rem;
  height: 9.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #313131;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

.bl_sec-tit1 > span {
  transform: translateY(-0.65rem);
}

@media screen and (max-width: 640.9px) {
  .hp_lb-pc {
    display: none;
  }
}
.hp_lb-sp {
  display: none;
}
@media screen and (max-width: 640.9px) {
  .hp_lb-sp {
    display: block;
  }
}

.ly_cont {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .ly_cont {
    max-width: calc(100% - 30px);
  }
}

.heading-secondary {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
.heading-secondary_original {
  color: #e14f24;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .heading-secondary_original {
    font-size: 19.8px;
  }
}
.heading-secondary_custom {
  border: 2px solid #0f0f0f;
  position: relative;
  height: 70px;
  width: 284px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .heading-secondary_custom {
    font-size: 17.6px;
    height: 44px;
    width: 156.2px;
  }
}
.heading-secondary_custom::before, .heading-secondary_custom::after {
  content: "";
  position: absolute;
  background: #0f0f0f;
}
.heading-secondary_custom::before {
  height: 100%;
  width: 2px;
  top: 10px;
  right: -10px;
}
.heading-secondary_custom::after {
  bottom: -10px;
  left: 9px;
  height: 2px;
  width: 100%;
}

/* セッティングを読み込む */
.ly_header {
  padding: 0.8rem 0 0 0;
  min-width: 120rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  .ly_header {
    min-width: 100%;
    padding: 1.4rem 0 1.7rem 0;
  }
}

.ly_header-hi {
  display: flex;
  justify-content: space-between;
}

.ly_logo {
  padding-left: 3rem;
}
@media screen and (max-width: 640px) {
  .ly_logo {
    padding-left: 1.3rem;
  }
}

.ly_logo > .el_header-tit {
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .ly_logo > .el_header-tit {
    line-height: 1;
    font-size: 2rem;
  }
}

.bl_logo > a {
  transition: 0.5s;
}

.bl_logo > a:hover {
  opacity: 0.5;
}

.bl_logo > a > figure {
  width: 24.8rem;
  height: 3.7rem;
}

.ly_logo > a > figure {
  margin-top: 1.2rem;
}

.ly_header-info {
  display: flex;
  transform: translateY(-0.8rem);
  margin-right: 3rem;
}

.bl_header-info > p {
  line-height: 1.4285714286;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #1d2e86;
  margin: 2rem 1.5rem 0 0;
  text-align: right;
}

.bl_header-info > a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 4rem;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  background: #1d2e86;
  width: 36rem;
  height: 7rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.bl_header-info > a > img {
  width: 3.8rem;
  height: 3.8rem;
  transform: translateX(-1.7rem);
}

.ly_header-low {
  padding: 2.2rem 0;
}

.bl_header-low {
  background: #ee7e00;
}

.bl_header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  color: #fff;
  list-style: none;
}

.bl_header-nav > li {
  padding: 0 3.5rem;
  position: relative;
}

.bl_header-nav > li::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0rem;
}

.bl_header-nav > li:last-child::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 100%;
  background: #fff;
  position: absolute;
  left: initial;
  top: 0;
  right: 0;
}

.bl_header-nav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.bl_header-nav > li > a:hover {
  opacity: 0.5;
}

.bl_spNav {
  position: fixed;
  top: -1500%;
  right: 0;
  transition: 1s;
  padding-top: 8rem;
  background-color: #1d2e86;
  text-align: right;
  color: #fff;
  width: 100%;
}

.bl_spNav > ul {
  line-height: 1;
  font-size: 3rem;
  letter-spacing: 0.15em;
  padding: 3rem 7rem 12rem 7rem;
}

.bl_spNav > ul > li {
  border-bottom: 1px solid #fff;
  text-align: center;
}

.bl_spNav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3.3rem 0 3.3rem 0;
  transition: 0.5s;
}

.bl_spNav > ul > li > a :hover {
  opacity: 0.5;
}

._onHeader {
  background: rgba(49, 49, 49, 0.7);
  transition: 0.4s;
}

._onHeader > .bl_header_nav {
  color: #fff;
}

._hp_headerOpen {
  top: 0;
  transition: 0.6s;
}

.el_btn_h-tel {
  line-height: 0.9333333333;
  font-size: 3rem;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  margin-right: 2rem;
}

.el_btn-contact {
  position: fixed;
  right: 2%;
  bottom: 15%;
  transition: 0.5s;
  z-index: 999999;
}
.el_btn-contact:hover {
  opacity: 0.5;
}

.el_btn-contact > img {
  width: 12rem;
  margin-bottom: 2.5rem;
}

.ly_row.type-btn-header {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  flex-direction: row;
  z-index: 9999999;
  display: none;
}
@media screen and (max-width: 640px) {
  .ly_row.type-btn-header {
    display: flex;
  }
}

.contact-btn {
  width: 50%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}

.contact-btn > img {
  width: 4rem;
  margin-right: 0.5rem;
}

.contact-btn.mail {
  background: #ee7e00;
}

.contact-btn.tel {
  background: #1d2e86;
}

/* セッティングを読み込む */
.ly_footer {
  padding: 3rem 4.6rem 1.9rem 4.6rem;
}
@media screen and (max-width: 1200px) {
  .ly_footer {
    padding: 3rem 2rem 1.9rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .ly_footer {
    padding: 4rem 2rem 9.6rem 2rem;
  }
}

.bl_footer {
  background: #1d2e86;
  color: #fff;
}

.ly_row.type6 {
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .ly_row.type6 {
    justify-content: center;
    align-items: center;
  }
}

.bl_footer-col > .footer-title {
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .bl_footer-col > .footer-title {
    line-height: 1.5714285714;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .bl_footer-col > .footer-title {
    line-height: 1.4375;
    font-size: 3.2rem;
    text-align: center;
  }
}

.ly_row.type7 {
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .ly_row.type7 {
    flex-direction: column;
    align-items: flex-start;
  }
}

.ly_row.type7 > figure {
  width: 28.6rem;
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  .ly_row.type7 > figure {
    width: 49rem;
    margin-top: 4rem;
    margin-left: 1rem;
  }
}

.ly_row.type7 > address {
  line-height: 1.8571428571;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-style: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  margin-left: 2.9rem;
}
@media screen and (max-width: 1200px) {
  .ly_row.type7 > address {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .ly_row.type7 > address {
    line-height: 1.6666666667;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 3.8rem;
  }
}

.bl_footer-col.menu {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .bl_footer-col.menu {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}

.bl_footer-col.menu > a {
  width: 30rem;
  height: 10rem;
}
@media screen and (max-width: 640px) {
  .bl_footer-col.menu > a {
    width: 45rem;
    margin-top: 3rem;
    display: block;
  }
}

.footer-menu {
  line-height: 2.2857142857;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.ly_footer-nav {
  margin-right: 8.23rem;
}
@media screen and (max-width: 1200px) {
  .ly_footer-nav {
    margin-right: 0;
    margin-top: 1rem;
  }
}

.bl_footer-list {
  display: flex;
}

.bl_footer-list > li {
  padding-left: 3rem;
  white-space: nowrap;
}

small {
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  background: #ee7e00;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 2rem 0;
}
@media screen and (max-width: 640px) {
  small {
    line-height: 1;
    font-size: 2.2rem;
    padding-bottom: 12rem;
  }
}

.pageTop {
  position: fixed;
  bottom: 1rem;
  right: 2.3rem;
  width: 8rem;
  height: 8rem;
  background-color: #ee7e00;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  z-index: 999999;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .pageTop {
    line-height: 2.1428571429;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    bottom: 16rem;
    right: 2.3rem;
  }
}

.pageTop > p {
  line-height: 2.1428571429;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: -2rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pageTop > p {
    line-height: 1.3636363636;
    font-size: 2.2rem;
    letter-spacing: 0em;
    margin-top: -1.2rem;
  }
}

.pageTop::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 1rem 1rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .pageTop::before {
    margin: 1.1rem 0 0 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 7.5px;
  }
}

.pageTop:hover {
  opacity: 0.5;
}

/* セッティングを読み込む */
.ly_mv {
  padding: 7rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .ly_mv {
    padding: 0;
  }
}

.bl_mv {
  height: 78.6rem;
  background-image: url(../img/top/img_top_bg_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 640px) {
  .bl_mv {
    height: 74.9rem;
    background-position: 60% 10%;
  }
}

.bl_mv_img {
  max-width: 138rem;
  transform: translateY(1.5rem);
  padding: 0 2.8rem;
}
.ly_top-detail {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ly_top-detail {
    flex-direction: column-reverse;
  }
}

.bl_top-detail {
  max-width: 117rem;
  padding: 13.3rem 0 10.9rem 0;
}
@media screen and (max-width: 640px) {
  .bl_top-detail {
    padding: 11rem 0 0 0;
  }
}

.bl_top-detail > p {
  line-height: 2.25;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  max-width: 83rem;
  margin-right: 5.71rem;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .bl_top-detail > p {
    margin: 3.8rem auto 1rem auto;
    max-width: 87.5%;
    line-height: 1.7857142857;
    font-size: 2.8rem;
    letter-spacing: 0em;
  }
}

.bl_top-detail > figure {
  width: 27.9rem;
  height: 25.6rem;
}
@media screen and (max-width: 640px) {
  .bl_top-detail > figure {
    margin: auto;
    width: 40rem;
    height: 36.6rem;
  }
}

.bg_1 {
  background-image: url(../img/top/img_top_bg_8.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .bg_1 {
    background-image: url(../img/top/img_top_bg_sp_8.png);
  }
}

.ly_bg_1 {
  padding: 2.05rem 0 5.5rem 0;
}
@media screen and (max-width: 640px) {
  .ly_bg_1 {
    padding: 5rem 0 7.2rem 0;
  }
}

.ly_title-01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ly_title-01 {
    justify-content: space-between;
  }
}

.bl_title-01 {
  max-width: 91.4rem;
}
@media screen and (max-width: 640px) {
  .bl_title-01 {
    max-width: 100%;
  }
}

.bl_title-01 > h2 > figure {
  width: 67.9rem;
  padding: 0 4.78rem;
  margin-right: 1rem;
}
@media screen and (max-width: 640px) {
  .bl_title-01 > h2 > figure {
    padding: 0;
    width: 37rem;
  }
}

.bl_title-01 > img {
  width: 11.6rem;
}
@media screen and (max-width: 640px) {
  .bl_title-01 > img {
    width: 10.6rem;
  }
}

.ly_sec-top-1_pr {
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  .ly_sec-top-1_pr {
    margin-top: 3.4rem;
  }
}

.el_pr {
  line-height: 1.5;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #313131;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .el_pr {
    line-height: 1.5625;
    font-size: 3.2rem;
    letter-spacing: 0.075em;
  }
}

.ly_row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .ly_row {
    flex-direction: column;
  }
}

.ly_row.type1 {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .ly_row.type1 {
    margin-top: 2.2rem;
  }
}

.ly_row.type2 {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .ly_row.type2 {
    margin-top: 0;
  }
}

.bl-top-feature-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .bl-top-feature-item {
    flex-direction: row;
    width: 87.5%;
    margin: auto;
    justify-content: flex-start;
    padding: 1rem 0;
    border-bottom: 0.1rem solid #1d2e86;
  }
}

.bl-top-feature-item.hp_sp_nobd {
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .bl-top-feature-item:first-child {
    border-top: 0.1rem solid #1d2e86;
  }
}

.ly_fea-item {
  margin: 0 2rem;
}

.bl-top-feature-item > img {
  width: 16rem;
}
@media screen and (max-width: 640px) {
  .bl-top-feature-item > img {
    width: 12rem;
  }
}

.bl-top-feature-item > h3 {
  line-height: 1.3;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #1d2e86;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-top: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .bl-top-feature-item > h3 {
    line-height: 1.25;
    font-size: 4rem;
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-left: 1rem;
    text-align: left;
    white-space: nowrap;
  }
}

@media screen and (max-width: 640px) {
  .bl-top-feature-item > .short {
    text-align: justify;
    text-align-last: justify;
    letter-spacing: -0.045em;
  }
}

.ly-top-more1 {
  margin: 3.3rem auto 0 auto;
}
@media screen and (max-width: 640px) {
  .ly-top-more1 {
    margin: 5.3rem auto 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .bl_title-02 > h2 > img {
    width: 55rem;
  }
}

.ly_title-02 {
  margin: auto;
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .ly_title-02 {
    margin-top: 1.2rem;
  }
}

.ly_bg_2 {
  padding: 3.6rem 0 6rem 0;
}

.bg_2 {
  background-image: url(../img/top/img_top_bg_12.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .bg_2 {
    background-image: url(../img/top/img_top_bg_sp_12.png);
  }
}

.ly_row.type3 {
  gap: 3.52rem;
  margin: 1rem auto;
}
@media screen and (max-width: 640px) {
  .ly_row.type3 {
    margin: -1rem auto;
    gap: 0.5rem;
  }
}

.bl_top-sup {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 35rem;
  height: 32rem;
}
@media screen and (max-width: 640px) {
  .bl_top-sup {
    width: 56.1rem;
    height: 38rem;
  }
}

.bl_top-sup > h3 {
  line-height: 1;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  margin-top: 7.5rem;
  margin-right: 1rem;
  width: fit-content;
  margin-left: 12rem;
}
@media screen and (max-width: 640px) {
  .bl_top-sup > h3 {
    line-height: 1;
    font-size: 4rem;
    letter-spacing: 0.05em;
    margin-left: 13rem;
  }
}

.bl_top-sup.type1 > h3 {
  color: #eb6877;
}

.bl_top-sup.type2 > h3 {
  color: #5ebfed;
}

.bl_top-sup.type3 > h3 {
  color: #8fc31f;
}

.bl_top-sup > p {
  line-height: 1.625;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  max-width: 24rem;
  margin-top: 2rem;
  margin-left: 8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .bl_top-sup > p {
    line-height: 1.6923076923;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    max-width: 47.3rem;
    margin-top: 3rem;
    margin-left: 5rem;
  }
}

.bl_top-sup.type1 {
  background-image: url(../img/top/img_top_bg_3.png);
}
@media screen and (max-width: 640px) {
  .bl_top-sup.type1 {
    background-image: url(../img/top/img_top_bg_sp_3.png);
  }
}

.bl_top-sup.type2 {
  background-image: url(../img/top/img_top_bg_4.png);
}
@media screen and (max-width: 640px) {
  .bl_top-sup.type2 {
    background-image: url(../img/top/img_top_bg_sp_4.png);
  }
}

.bl_top-sup.type3 {
  background-image: url(../img/top/img_top_bg_5.png);
}
@media screen and (max-width: 640px) {
  .bl_top-sup.type3 {
    background-image: url(../img/top/img_top_bg_sp_5.png);
  }
}

@media screen and (max-width: 640px) {
  .ly_top-sup {
    margin: auto;
  }
}

.ly_top-bun1 {
  padding: 7rem 0;
  text-align: center;
}

.bl_bun-link {
  display: inline-block;
  max-width: 116rem;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .bl_bun-link {
    max-width: 87.5%;
  }
}

.bl_bun-link:hover {
  opacity: 0.5;
}

.bg_3 {
  background-image: url(../img/top/img_top_bg_8.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.ly_bg_3 {
  padding: 6rem 0 0 0;
}

.bl_top-blog {
  padding: 0.7rem 15rem 2rem 15rem;
  max-width: 130rem;
  margin: auto;
  border-radius: 4rem;
}
@media screen and (max-width: 640px) {
  .bl_top-blog {
    padding: 4.3rem 0 1.5rem 0;
  }
}

.el_sec-tit.is_blog {
  color: #135aa3;
}

.el_sec-tit.is_blog > span {
  color: #00b7ee;
}

.ly_top-blog-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .ly_top-blog-list {
    flex-direction: column;
  }
}

.bl_top-blog-list {
  margin-top: 3.3rem;
}
@media screen and (max-width: 640px) {
  .bl_top-blog-list {
    margin-top: 8.3rem;
  }
}

.bl_top-blog-item {
  background: #fff;
  padding: 3rem 2.86rem 1.5rem 2.86rem;
  width: 30rem;
  border-radius: 2rem;
}
@media screen and (max-width: 640px) {
  .bl_top-blog-item {
    width: 39rem;
    margin: auto;
    padding: 2.9rem;
    height: 48rem;
  }
}

.bl_top-blog-item > a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s;
}

.bl_top-blog-item > a > img {
  width: 100%;
  height: 17.7rem;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .bl_top-blog-item > a > img {
    width: 100%;
    height: 23.8rem;
    object-fit: contain;
  }
}

.bl_top-blog-item > a:hover {
  opacity: 0.5;
}

.bl_top-blog-list > li:nth-child(2) {
  margin: 0 5rem;
}
@media screen and (max-width: 640px) {
  .bl_top-blog-list > li:nth-child(2) {
    margin: 5rem auto;
  }
}

.bl_top-blog-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_top-blog-info > li > time {
  line-height: 1.75;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .bl_top-blog-info > li > time {
    line-height: 2.3636363636;
    font-size: 2.2rem;
    letter-spacing: 0em;
  }
}

.el_top-cat {
  line-height: 1.4285714286;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: #000;
  background: #ee7e00;
  padding: 0 0.95rem;
  max-width: 15rem;
  border-radius: 10rem;
}
@media screen and (max-width: 640px) {
  .el_top-cat {
    line-height: 1;
    font-size: 2.8rem;
    padding: 0.5rem 1.92rem;
    max-width: 18rem;
    border-radius: 1rem;
  }
}

.ly_top-blog-info {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .ly_top-blog-info {
    margin-top: 0rem;
  }
}

.el_blog-tit {
  font-weight: 600;
  line-height: 1.625;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  text-decoration: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .el_blog-tit {
    line-height: 1.4285714286;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
}

.el_blog-tit::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .el_blog-tit::after {
    margin-top: 2.1rem;
  }
}

.bl_top-blog-list > li > p {
  line-height: 1.8571428571;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .bl_top-blog-list > li > p {
    line-height: 1.5821428571;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}

.el_btn-more.ly_top-blog-more {
  margin: 4.7rem auto;
}
@media screen and (max-width: 640px) {
  .el_btn-more.ly_top-blog-more {
    margin: 9rem auto;
  }
}

.ly_title-03 {
  margin: auto;
}

.ly_row.type4 {
  margin: 5.8rem 0;
}
@media screen and (max-width: 640px) {
  .ly_row.type4 {
    justify-content: center;
    align-items: center;
    margin: 4.5rem 0;
  }
}

.el_btn_normal.ly-top-more2 {
  width: 40rem;
  height: 7rem;
  line-height: 1;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  margin: 0 1rem;
}
@media screen and (max-width: 640px) {
  .el_btn_normal.ly-top-more2 {
    width: 50rem;
    height: 10rem;
    line-height: 1;
    font-size: 3rem;
    letter-spacing: 0.15em;
  }
}

.el_btn_normal.ly-top-more2.facebook {
  line-height: 1;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  background: #1877f2;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .el_btn_normal.ly-top-more2.facebook {
    width: 50rem;
    height: 10rem;
    line-height: 1;
    font-size: 3rem;
    letter-spacing: 0.06em;
    margin-top: 2rem;
  }
}

.el_btn_normal.ly-top-more2.facebook:hover {
  background: #182251;
}

.el_icon_arrow.facebook {
  right: initial;
  left: 3rem;
  width: 4.1rem;
}
.bl_bun-link.premium {
  max-width: 100rem;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .bl_bun-link.premium {
    max-width: 56rem;
  }
}

.bl_bun-link.premium:hover {
  opacity: 0.5;
}

.bg_4 {
  background-color: #fbf6f2;
}

.ly_bg_4 {
  padding: 5.3rem 0;
}
@media screen and (max-width: 640px) {
  .ly_bg_4 {
    padding: 5.3rem 0 0 0;
  }
}

.bl_sec-tit1.ly_title-04 {
  width: 57.5rem;
  height: 9.3rem;
  background-image: url(../img/top/img_top_bg_7.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin: 0 auto 0 auto;
  line-height: 1;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #313131;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  justify-content: flex-end;
  padding-right: 10rem;
}

.ly_row.type5 {
  padding: 3.8rem 4.8rem;
  max-width: 120rem;
  background: #fff;
  margin: 6rem auto;
  border-radius: 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .ly_row.type5 {
    margin: 2.4rem 0 0 0;
    padding: 2rem 0;
  }
}

.place-map {
  margin-right: 3.8rem;
}
@media screen and (max-width: 640px) {
  .place-map {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .ly_place-info {
    max-width: 87.5%;
    margin: 3.4rem auto;
  }
}

.bl_place-list {
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .bl_place-list {
    line-height: 1;
    font-size: 3rem;
  }
}

.ly__place-list {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #f8b551;
}
@media screen and (max-width: 640px) {
  .ly__place-list {
    flex-direction: column;
  }
}

.ly__place-list:first-child {
  border-top: 0.1rem solid #f8b551;
}

.bl_place-item-name {
  width: 13rem;
  padding: 1.1rem 2.13rem;
  white-space: nowrap;
  text-align: justify;
  text-align-last: justify;
  background: #ffeed5;
}
@media screen and (max-width: 640px) {
  .bl_place-item-name {
    width: 100%;
    padding: 2.4rem 20rem;
  }
}

.bl_place-item-detail {
  padding-left: 2.3rem;
}
@media screen and (max-width: 640px) {
  .bl_place-item-detail {
    padding: 2.55rem 0;
  }
}

.ly_parking {
  margin-top: 3rem;
}

.parking-tit {
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .parking-tit {
    line-height: 1;
    font-size: 3rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.el_place-item-detail {
  line-height: 1.7142857143;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  max-width: 98rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .el_place-item-detail {
    line-height: 1.5384615385;
    font-size: 2.6rem;
    margin-top: 2rem;
    letter-spacing: 0em;
  }
}

.bl_map {
  height: 28rem;
}
@media screen and (max-width: 640px) {
  .bl_map {
    height: 60.7rem;
  }
}

.bl_map > iframe {
  width: 100%;
  height: 100%;
}

/* セッティングを読み込む */
.ly_sub-mv {
  height: 40rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .ly_sub-mv {
    height: 60rem;
  }
}

.ly_sub-mv > figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ly_sub-mv > figure > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ly_sub-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.el_sub-tit {
  line-height: 1;
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #1d2e86;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 1px #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

/* セッティングを読み込む */ /* セッティングを読み込む */
.ly_row.news1 {
  max-width: 116rem;
  min-width: 120rem;
  margin: 12rem auto 8rem auto;
  justify-content: space-between;
  padding: 0 2rem;
}
@media screen and (max-width: 640px) {
  .ly_row.news1 {
    min-width: auto;
    max-width: 54.2rem;
    margin: 9.8rem auto 8rem auto;
  }
}

.ly_news-archive {
  max-width: 100%;
}

.news-card.ly_row {
  align-items: flex-start;
  padding-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .news-card.ly_row {
    padding-bottom: 2.7rem;
  }
}

.news-card.ly_row > a {
  transition: 0.5s;
}

.news-card.ly_row > a:hover {
  opacity: 0.5;
}

.news-card.ly_row:nth-child(n+2) {
  margin-top: 3.68rem;
}

.ly_news-card-info {
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .ly_news-card-info {
    flex-direction: row;
    margin-top: 2.2rem;
  }
}

.ly_news-card-info > .el_category {
  margin-right: 1.75rem;
}
.bl_news-card-text {
  width: 100%;
  max-width: 44.6rem;
}
@media screen and (max-width: 640px) {
  .bl_news-card-text {
    max-width: 100%;
  }
}

.el_category {
  padding: 0.75rem 0;
  min-width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d2e86;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .el_category {
    line-height: 1;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    padding: 0.8rem 0.7rem;
    min-width: 18rem;
  }
}

.bl_news-card-text > a {
  transition: 0.5s;
}

.bl_news-card-text > a:hover {
  opacity: 0.5;
}

.bl_news-card-info > time {
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #7f7f7f;
}
@media screen and (max-width: 640px) {
  .bl_news-card-info > time {
    line-height: 1.9458333333;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

.news-card {
  border-bottom: 1px solid #333333;
}

.news-card > a {
  display: block;
  margin-right: 2.2rem;
  width: 30.5rem;
  height: 22rem;
}
@media screen and (max-width: 640px) {
  .news-card > a {
    width: 100%;
    height: 42rem;
  }
}

.news-card > a > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .news-card > a > img {
    width: 100%;
    height: 100%;
  }
}

.ly_news-card-tit {
  margin-top: 3.59rem;
}
@media screen and (max-width: 640px) {
  .ly_news-card-tit {
    margin-top: 1.5rem;
  }
}

.el_news-card-tit {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #4c4c4c;
  text-align: justify;
  overflow-wrap: break-word;
}
@media screen and (max-width: 640px) {
  .el_news-card-tit {
    line-height: 1.3846153846;
    font-size: 2.6rem;
    letter-spacing: 0.025em;
  }
}

.el_news-card-pr {
  line-height: 1.8571428571;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #4c4c4c;
}
@media screen and (max-width: 640px) {
  .el_news-card-pr {
    line-height: 1.6666666667;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}

.ly_news-card-pr {
  margin-top: 1.8rem;
  text-align: justify;
  overflow-wrap: break-word;
}

.ly_sidebar {
  max-width: 30rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ly_sidebar {
    width: 100%;
    max-width: 100%;
    margin-top: 14rem;
  }
}

@media screen and (max-width: 640px) {
  .ly_side-1 {
    width: 100%;
  }
}

.el_side-tit {
  width: 100%;
  padding: 0.3rem 0 0.3rem 1.4rem;
  background: #ee7e00;
  color: #fff;
  line-height: 1.875;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .el_side-tit {
    line-height: 1;
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    padding: 1.8rem 0 1.8rem 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .ly_side-card.ly_row {
    flex-direction: row;
    justify-content: space-between;
  }
}

.ly_side-card {
  margin-top: 1.6rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 640px) {
  .ly_side-card {
    margin-top: 3.3rem;
    margin-bottom: 4.6rem;
  }
}

.bl_side-card > a {
  display: block;
  margin-right: 1.85rem;
  width: 9rem;
  height: 9rem;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .bl_side-card > a {
    width: 14rem;
    height: 14rem;
  }
}

.bl_side-card > a:hover {
  opacity: 0.5;
}

.bl_side-card > a > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .bl_side-card > a > img {
    width: 100%;
    height: 100%;
  }
}

.bl_side-info {
  width: 100%;
  max-width: 18.7rem;
}
@media screen and (max-width: 640px) {
  .bl_side-info {
    max-width: 37.9rem;
  }
}

.bl_side-info > time {
  display: block;
  line-height: 1.7142857143;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #4c4c4c;
}
@media screen and (max-width: 640px) {
  .bl_side-info > time {
    line-height: 1.0909090909;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}

.bl_side-info > h4 {
  line-height: 1.4285714286;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: #4c4c4c;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: justify;
  overflow-wrap: break-word;
}
@media screen and (max-width: 640px) {
  .bl_side-info > h4 {
    line-height: 1.3333333333;
    font-size: 2.4rem;
    letter-spacing: 0em;
    margin-top: 2rem;
  }
}

.ly_side-2 {
  margin-top: 5.5rem;
}
@media screen and (max-width: 640px) {
  .ly_side-2 {
    margin-top: 10.3rem;
  }
}

.ly_category-side-list {
  margin-top: 1.4rem;
  padding-left: 1rem;
}

.bl_category-side-list > li {
  line-height: 2.8571428571;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #707070;
}
@media screen and (max-width: 640px) {
  .bl_category-side-list > li {
    line-height: 2.5;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}

.bl_category-side-list > li > a {
  color: inherit;
}

.hp_no-deco {
  text-decoration: none;
}

.hp_sp.pagelinks {
  width: 100%;
  text-align: center;
}

.pagelinks {
  text-align: center;
  margin-bottom: 11.33rem;
  order: 1;
}
@media screen and (max-width: 640px) {
  .pagelinks {
    margin-top: 4.33rem;
    margin-bottom: 0;
  }
}

.page-numbers {
  line-height: 1.875;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #ee7e00;
}
@media screen and (max-width: 640px) {
  .page-numbers {
    line-height: 1.0714285714;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
  }
}

.page-numbers.current {
  color: #000;
}

.next.page-numbers {
  text-decoration: none;
  margin-left: 2.97rem;
}
@media screen and (max-width: 640px) {
  .next.page-numbers {
    margin-left: 9.26rem;
  }
}

.page-numbers {
  margin: 0 2.5rem;
}
@media screen and (max-width: 640px) {
  .page-numbers {
    margin: 0 3.9rem;
  }
}

.prev.page-numbers {
  text-decoration: none;
  margin-right: 2.97rem;
}
@media screen and (max-width: 640px) {
  .prev.page-numbers {
    margin-right: 9.26rem;
  }
}

/* セッティングを読み込む */
.ly_row.single {
  max-width: 116rem;
  min-width: 120rem;
  margin: 12rem auto 8rem auto;
  justify-content: space-between;
  padding: 0 2rem;
}
@media screen and (max-width: 640px) {
  .ly_row.single {
    min-width: auto;
    max-width: 87.5%;
    margin: 7.95rem auto 8rem auto;
  }
}

.ly_news-single {
  width: 100%;
  max-width: 80rem;
  color: #333333;
}

.ly_row.bl_news-single-info {
  align-items: center;
  justify-content: space-between;
  margin-top: 1.3rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 640px) {
  .ly_row.bl_news-single-info {
    flex-direction: row;
  }
}

.ly_row.bl_news-single-info > time {
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0em;
  color: #666666;
}

.ly_row.bl_news-single-info > p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: #666666;
  padding: 0.8rem 1rem;
  min-width: 10rem;
  border: 1px solid #b5b5b5;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_news-single > p {
  line-height: 1.6666666667;
  font-size: 1.5rem;
  letter-spacing: 0em;
  margin-bottom: 2rem;
  overflow-wrap: break-word;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .bl_news-single > p {
    line-height: 1.5;
    font-size: 2rem;
    letter-spacing: 0em;
  }
}

.bl_news-single > h1 {
  line-height: 1.3333333333;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #1d2e86;
  padding: 1.49rem 1.47rem 1.49rem 1.47rem;
  border-radius: 0.4rem;
  margin-bottom: 9.62rem;
}
@media screen and (max-width: 640px) {
  .bl_news-single > h1 {
    line-height: 1.3125;
    font-size: 3.2rem;
    padding: 1rem 2.67rem 1rem 2.67rem;
  }
}

.bl_news-single > .entry-title {
  line-height: 1.75;
  font-size: 2.4rem;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  border-bottom: 0.4rem solid #1d2e86;
  padding-bottom: 0.4rem;
  background: none;
  color: inherit;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.bl_news-single > h2 {
  line-height: 1.4058823529;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding: 1.49rem 1.47rem 1.49rem 1.47rem;
  margin-bottom: 9.62rem;
  border-top: 1px solid #2e1500;
  border-bottom: 1px solid #2e1500;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .bl_news-single > h2 {
    line-height: 1.3125;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    padding: 1rem 2.67rem 1rem 2.67rem;
  }
}

.bl_news-single > h3 {
  line-height: 1.4058823529;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding: 0.3rem 0 0.3rem 1.47rem;
  margin-bottom: 9.62rem;
  border-left: 4px solid #ee7e00;
}
@media screen and (max-width: 640px) {
  .bl_news-single > h3 {
    line-height: 1.3125;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

.ly_news-single.bl_news-single > .attachment-post-thumbnail {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 640px) {
  .ly_news-single.bl_news-single > .attachment-post-thumbnail {
    height: auto;
    margin-bottom: 11.1rem;
  }
}

.page-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  padding: 5.61rem 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-top: 11.2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page-links {
    border-bottom: 4px solid #1d2e86;
    border-top: 4px solid #1d2e86;
  }
}

.btn_page {
  color: inherit;
  display: flex;
  align-items: center;
}

.btn_page > a {
  color: inherit;
  line-height: 1.875;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .btn_page > a {
    line-height: 1.0714285714;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
  }
}

.btn_page > a:hover {
  color: #ee7e00;
}

.btn_page > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
}

.btn_page-archive {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn_page > img {
  width: 0.9rem;
  height: 1.5rem;
}

.btn_page-next > img {
  margin-left: 3.17rem;
}
@media screen and (max-width: 640px) {
  .btn_page-next > img {
    margin-left: 1rem;
  }
}

.btn_page-prev > img {
  margin-right: 3.17rem;
}
@media screen and (max-width: 640px) {
  .btn_page-prev > img {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .wp-block-image figcaption {
    line-height: 1.4285714286;
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
}

.hp_lt-sp {
  letter-spacing: -1px;
}
.hp_h-auto {
  height: auto !important;
}
.hp_ojf {
  object-fit: cover;
}
.hp_hd-blue {
  color: #1d2e86 !important;
  margin: 30px 0 40px 0;
}
@media screen and (max-width: 640.9px) {
  .hp_hd-blue {
    font-size: 23.1px !important;
    display: none;
  }
}

.bl_sect__bsn > * {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.bl_sect__bsn .heading-tertiary {
  color: #e14f24;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 30px;
}
.bl_sect__bsn .ttl-sm {
  color: #ee7e00;
  font-size: 32px;
  font-weight: 800;
  padding-bottom: 13px;
  border-bottom: 3px solid currentcolor;
}
.bl_sect__bsn .ttl-sm_custom {
  color: #1d2e86;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn .ttl-sm {
    padding-bottom: 9.35px;
    font-size: 17.6px;
    border-bottom: 2px solid currentcolor;
  }
}

.bg-wt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  padding: 14px 0;
  background-color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-align: center;
  color: #313131;
}
@media screen and (max-width: 640.9px) {
  .bg-wt {
    padding: 4px 0;
    margin: 4px;
    padding: 5.5px 0;
    font-size: 18.7px;
  }
}

.bl_sect__bsn1 {
  padding: 83px 0 86px 0;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 {
    padding: 47.85px 0 45.65px 0;
  }
}
.bl_sect__bsn1 .ly_cont {
  padding: 0 78px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .ly_cont {
    padding: 0;
  }
}
.bl_sect__bsn1 .bsn1_heading {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 127px;
  font-size: 34px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 1.7px;
  text-align: center;
  color: #1d2e86;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .bsn1_heading {
    margin-bottom: 78.65px;
    font-size: 23.1px;
  }
}
.bl_sect__bsn1 .bsn1_heading-btm {
  font-weight: 800;
}
.bl_sect__bsn1 .bsn1_img {
  display: inline-block;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .bsn1_img {
    width: 211.2px;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .bsn1_img2 {
    width: 78.1px;
  }
}
.bl_sect__bsn1 .bsn1_features {
  margin-bottom: 57px;
  width: 400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: solid 30px #7ecef4;
  border-color: #7ecef4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .bsn1_features {
    margin-bottom: 40.15px;
    width: 220px;
    height: 220px;
    border: solid 16.5px #7ecef4;
  }
}
.bl_sect__bsn1 .bsn1_feature {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  background-color: #ee7e00;
  position: absolute;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .bsn1_feature {
    width: 110px;
    height: 110px;
    font-size: 16.5px;
  }
}
.bl_sect__bsn1 .bsn1_feature_1 {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.bl_sect__bsn1 .bsn1_feature_2 {
  right: 0;
  bottom: -30px;
  transform: translateX(50%);
}
.bl_sect__bsn1 .bsn1_feature_3 {
  left: 0;
  bottom: -30px;
  transform: translateX(-50%);
}
.bl_sect__bsn1 .bsn1_txt-box {
  margin-bottom: 70px;
  line-height: 2.25;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .bsn1_txt-box {
    margin-bottom: 31.35px;
    font-size: 15.4px;
    line-height: 1.61;
    letter-spacing: 1.4px;
  }
}
.bl_sect__bsn1 .bsn1_btns {
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .bsn1_btns {
    gap: 19.25px;
    flex-direction: column;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .bsn1_btns {
    align-items: center;
  }
}
.bl_sect__bsn1 .bsn1_btn {
  width: 500px;
  height: 100px;
  padding: 0 28px;
  border-radius: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.33;
  letter-spacing: 3.6px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.4s;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .bsn1_btn {
    width: 275px;
    height: 55px;
    font-size: 15.4px;
    padding: 0 11px;
    line-height: 1.4;
  }
}
.bl_sect__bsn1 .bsn1_btn:hover, .bl_sect__bsn1 .bsn1_btn:focus {
  opacity: 0.8;
}
.bl_sect__bsn1 .bsn1_btn:link, .bl_sect__bsn1 .bsn1_btn:visited {
  text-decoration: none;
}
.bl_sect__bsn1 .bsn1_btn span {
  flex: 1;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn1 .bsn1_btn span {
    flex: auto;
  }
}
.bl_sect__bsn1 .bsn1_btn_or {
  background-color: #ee7e00;
}
.bl_sect__bsn1 .bsn1_btn_bl {
  background-color: #1d2e86;
}

.bl_sect__bsn2 {
  padding: 80px 0 90px 0;
  background-image: url(../img/access/bg-orange.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 {
    padding: 44px 0 75.35px 0;
    background-image: url(../img/access/bg-orange_sp.jpg);
  }
}
.bl_sect__bsn2 .ly_cont {
  position: relative;
  padding: 0 100px;
  padding-bottom: 20px;
}
.bl_sect__bsn2 .ly_cont::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -100px;
  background-image: url(../img/business/kaden.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 282px;
  height: 105px;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .ly_cont::after {
    right: 0;
    bottom: -75.35px;
    width: 155.1px;
    height: 57.75px;
    background-size: contain;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .ly_cont {
    padding: 0;
  }
}
.bl_sect__bsn2 .heading-secondary {
  width: 575px;
  height: 92px;
  margin-bottom: 37px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .heading-secondary {
    margin-bottom: 19.25px;
    width: 316.25px;
    height: 50.6px;
  }
}
.bl_sect__bsn2 .heading-tertiary {
  margin-bottom: 30px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .heading-tertiary {
    font-size: 23.1px;
    line-height: 1.14;
    padding: 0 13.75px;
  }
}
.bl_sect__bsn2 .bsn2_ly_flex1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_ly_flex1 {
    gap: 24.75px;
  }
}
.bl_sect__bsn2 .bsn2_flex1_item {
  padding: 0 0 0 37px;
  height: 270px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_flex1_item {
    gap: 16.5px;
    flex-direction: column;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_flex1_item {
    height: auto;
    padding: 0;
    padding-top: 20.35px;
  }
}
.bl_sect__bsn2 .bsn2_flex1_item figure {
  flex: 1;
}
.bl_sect__bsn2 .bsn2_flex1_item figure img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_service-img_1 {
    content: url(../img/business/img1_sp.jpg);
  }
  .bl_sect__bsn2 .bsn2_service-img_2 {
    content: url(../img/business/img2_sp.jpg);
  }
  .bl_sect__bsn2 .bsn2_service-img_3 {
    content: url(../img/business/img3_sp.jpg);
  }
  .bl_sect__bsn2 .bsn2_service-img_4 {
    content: url(../img/business/img4_sp.jpg);
  }
  .bl_sect__bsn2 .bsn2_service-img_5 {
    content: url(../img/business/img5_sp.jpg);
  }
}
.bl_sect__bsn2 .bsn2_txt-box {
  padding: 30px 0;
  flex: 0 0 543px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_txt-box {
    flex: 0 0 auto;
    padding: 0 13.75px;
  }
}
.bl_sect__bsn2 .bsn2_txt {
  margin-top: 22px;
  line-height: 1.63;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #111;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_txt {
    margin-top: 12.1px;
    font-size: 13.2px;
  }
}
.bl_sect__bsn2 .bsn2_h3 {
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #e14f24;
  font-size: 34px;
  letter-spacing: 1.7px;
  position: relative;
  max-width: 700px;
  margin: 55px auto 33px auto;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_h3 {
    margin-top: 55px;
    margin-bottom: 25.3px;
    font-size: 23.1px;
    line-height: 1.14;
  }
}
.bl_sect__bsn2 .bsn2_h3::before, .bl_sect__bsn2 .bsn2_h3::after {
  content: "";
  position: absolute;
  top: 0;
  width: 76px;
  height: 80px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_h3::before, .bl_sect__bsn2 .bsn2_h3::after {
    width: 41.8px;
    height: 44px;
    background-size: contain;
  }
}
.bl_sect__bsn2 .bsn2_h3::before {
  left: 0;
  background-image: url(../img/business/flag-lf.png);
}
.bl_sect__bsn2 .bsn2_h3::after {
  right: 0;
  background-image: url(../img/business/flag-r.png);
}
.bl_sect__bsn2 .bsn2_h3 span {
  display: block;
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_h3 span {
    font-size: 16.5px;
  }
}
.bl_sect__bsn2 .bsn2_txt-blue {
  margin-top: 28px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_txt-blue {
    font-size: 14.3px;
  }
}
.bl_sect__bsn2 .bsn2_txt-blue span {
  color: #1d2e86;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  display: block;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_txt-blue span {
    font-size: 14.3px;
  }
}
.bl_sect__bsn2 .bsn2_txt-blue span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1d2e86;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn2 .bsn2_txt-blue span::after {
    top: 10px;
    left: 0;
  }
}

.bl_sect__bsn3 {
  padding: 90px 0 87px 0;
  background-image: url(../img/access/bg-blue.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn3 {
    padding: 47.85px 0 66px 0;
    background-image: url(../img/access/bg-blue_sp.jpg);
  }
}
.bl_sect__bsn3 .ly_cont {
  position: relative;
  padding: 0 100px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn3 .ly_cont {
    padding: 0;
  }
}
.bl_sect__bsn3 .ly_cont::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -87px;
  background-image: url(../img/business/trunk.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 250px;
  height: 136px;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn3 .ly_cont::after {
    left: 0;
    bottom: -75.35px;
    width: 137.5px;
    height: 74.8px;
    background-size: contain;
  }
}
.bl_sect__bsn3 .bsn3_h2 {
  width: 575px;
  height: 92px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn3 .bsn3_h2 {
    width: 316.25px;
    height: 50.6px;
    margin-bottom: 39.6px;
  }
}
.bl_sect__bsn3 .bsn3_ly_flex1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn3 .bsn3_ly_flex1 {
    gap: 24.75px;
  }
}
.bl_sect__bsn3 .bsn3_flex1_item {
  padding: 0 0 0 37px;
  height: 270px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn3 .bsn3_flex1_item {
    gap: 16.5px;
    flex-direction: column;
  }
}
.bl_sect__bsn3 .bsn3_flex1_item:last-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn3 .bsn3_flex1_item {
    height: auto;
    padding: 0;
    padding-top: 20.35px;
  }
}
.bl_sect__bsn3 .bsn3_flex1_item figure {
  flex: 1;
}
.bl_sect__bsn3 .bsn3_flex1_item figure img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn3 .bsn3_service-img_6 {
    content: url(../img/business/img6_sp.png);
  }
  .bl_sect__bsn3 .bsn3_service-img_7 {
    content: url(../img/business/img7_sp.png);
  }
  .bl_sect__bsn3 .bsn3_service-img_8 {
    content: url(../img/business/img8_sp.png);
  }
}
.bl_sect__bsn3 .bsn3_txt-box {
  padding: 30px 0;
  flex: 0 0 543px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn3 .bsn3_txt-box {
    flex: 0 0 auto;
    padding: 0 13.75px;
  }
}
.bl_sect__bsn3 .bsn3_txt {
  margin-top: 22px;
  line-height: 1.63;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #111;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn3 .bsn3_txt {
    margin-top: 12.1px;
    font-size: 13.2px;
  }
}

.bl_sect__bsn4 {
  padding: 80px 0;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn4 {
    padding: 33px 0;
  }
}
.bl_sect__bsn4 .bsn4_cta {
  max-width: 1160px;
}
.bl_sect__bsn4 .bsn4_cta-bg {
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn4 .bsn4_bg-or {
    content: url(../img/business/cta-bg_sp.jpg);
  }
}
.bl_sect__bsn4 .bsn4_cta-btm {
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 30px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  margin: 13px 0 0;
  background-color: #1d2e86;
  color: #fff;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn4 .bsn4_cta-btm {
    gap: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn4 .bsn4_cta-btm {
    height: 82.5px;
  }
}
.bl_sect__bsn4 .bsn4_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.67;
  letter-spacing: 4.5px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn4 .bsn4_txt {
    letter-spacing: 2px;
    font-size: 16.5px;
    line-height: 1;
    text-align: center;
  }
}
.bl_sect__bsn4 .bsn4_tel {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn4 .bsn4_tel {
    gap: 8.8px;
  }
}
.bl_sect__bsn4 .bsn4_tel:link, .bl_sect__bsn4 .bsn4_tel:visited {
  color: #fff;
  text-decoration: none;
}
.bl_sect__bsn4 .bsn4_tel img {
  display: inline-block;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn4 .bsn4_tel-icon {
    width: 30.8px;
    height: 30.8px;
  }
}
.bl_sect__bsn4 .bsn4_tel-num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 58px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__bsn4 .bsn4_tel-num {
    font-size: 34.1px;
  }
}

.hp_lt-sp {
  letter-spacing: -1px;
}

.bl_sect__acc > * {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.bl_sect__acc1 {
  padding: 30px 0 0 0;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc1 {
    padding: 38.5px 0 41.25px;
  }
}
.bl_sect__acc1 .ly_cont {
  position: relative;
  padding: 0 100px;
  padding-top: 95px;
  padding-bottom: 60px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc1 .ly_cont {
    padding: 0 11px;
    padding-top: 44px;
    padding-bottom: 27.5px;
  }
}
.bl_sect__acc1 .acc1_content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc1 .acc1_content {
    margin-top: 38.5px;
    gap: 38.5px;
  }
}
.bl_sect__acc1 .acc1_txt-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  font-size: 20px;
  font-family: "游明朝", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc1 .acc1_txt-box {
    gap: 27.5px;
    font-size: 15.4px;
  }
}
.bl_sect__acc1 .acc1_auth {
  align-self: end;
}
.bl_sect__acc1 .acc1_img {
  position: absolute;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc1 .acc1_img img {
    width: 60%;
  }
}
.bl_sect__acc1 .acc1_img_1 {
  top: 0;
  left: 305px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc1 .acc1_img_1 {
    left: 28.05px;
  }
}
.bl_sect__acc1 .acc1_img_2 {
  top: 106px;
  right: 290px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc1 .acc1_img_2 {
    right: 0;
    top: 30px;
  }
}
.bl_sect__acc1 .acc1_img_3 {
  left: 180px;
  bottom: 90px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc1 .acc1_img_3 {
    left: 38.5px;
    bottom: 0;
  }
}

.bl_sect__acc2 {
  padding: 68px 0 60px 0;
  background-image: url(../img/access/bg-orange.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 {
    background-image: url(../img/access/bg-orange_sp.jpg);
    padding: 35.2px 0 40.15px 0;
  }
}
.bl_sect__acc2 .ly_cont {
  padding: 0 120px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 .ly_cont {
    padding: 0;
  }
}
.bl_sect__acc2 .acc2_white-box {
  padding: 60px 75px 45px 50px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 .acc2_white-box {
    padding: 38.5px 11px;
  }
}
.bl_sect__acc2 .acc2_list {
  margin-top: 60px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 .acc2_list {
    margin-top: 30.8px;
  }
}
.bl_sect__acc2 .acc2_item {
  display: flex;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 .acc2_item {
    font-size: 13.2px;
  }
}
.bl_sect__acc2 .acc2_item:first-child {
  border-top: 2px solid #f8b551;
}
.bl_sect__acc2 .acc2_item:not(first-child) {
  border-bottom: 2px solid #f8b551;
}
.bl_sect__acc2 .acc2_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffeed5;
  flex: 0 0 200px;
  padding: 0 30px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 .acc2_label {
    flex: 0 0 110px;
    padding: 0 11px;
  }
}
.bl_sect__acc2 .acc2_detail {
  padding: 14px 0;
  padding-left: 30px;
  width: 100%;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 .acc2_detail {
    padding: 9.35px 0;
    padding-left: 17.6px;
  }
}
.bl_sect__acc2 .acc2_ly_flex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 .acc2_ly_flex {
    gap: 9.35px;
    flex-direction: column;
  }
}
.bl_sect__acc2 .acc2_flex_item {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 .acc2_flex_item {
    gap: 9.35px;
  }
}
.bl_sect__acc2 .acc2_flex_item:first-child {
  flex: 0 0 150px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 .acc2_flex_item:first-child {
    flex: 0 0 auto;
  }
}
.bl_sect__acc2 .acc2_flex_item:nth-child(2) {
  flex: 0 0 177px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc2 .acc2_flex_item:nth-child(2) {
    flex: 0 0 auto;
  }
}

.bl_sect__acc3 {
  padding: 85px 0;
  background-image: url(../img/access/bg-blue.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc3 {
    background-image: url(../img/access/bg-blue_sp.jpg);
    padding: 44px 0;
  }
}
.bl_sect__acc3 .ly_cont {
  padding: 0 100px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc3 .ly_cont {
    padding: 0;
  }
}
.bl_sect__acc3 .heading-secondary {
  color: #1d2e86;
}
.bl_sect__acc3 h2 {
  font-size: 36px !important;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc3 h2 {
    font-size: 19.8px !important;
  }
}
.bl_sect__acc3 .acc3_ly_flex {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc3 .acc3_ly_flex {
    gap: 33px;
    flex-direction: column;
  }
}
.bl_sect__acc3 .acc3_flex_item {
  background-color: #fff;
  padding: 0 32px 25px 32px;
  border-radius: 20px;
  flex: 0 0 470px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc3 .acc3_flex_item {
    padding: 0 7.7px;
    padding-bottom: 11px;
    flex: 0 0 auto;
  }
}
.bl_sect__acc3 .acc3_icon {
  margin-bottom: 33px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc3 .acc3_icon {
    margin-bottom: 11px;
  }
}
.bl_sect__acc3 .acc3_heading-tertiary {
  width: 240px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 26px;
  color: #fff;
  background-color: #1d2e86;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc3 .acc3_heading-tertiary {
    margin-bottom: 16.5px;
    width: 132px;
    height: 27.5px;
    font-size: 14.3px;
  }
}
.bl_sect__acc3 .acc3_icon {
  display: flex;
  justify-content: center;
}
.bl_sect__acc3 .acc3_list {
  margin-top: 24px;
}
.bl_sect__acc3 .acc3_item {
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc3 .acc3_item {
    font-size: 13.2px;
  }
}
.bl_sect__acc3 .acc3_item:first-child {
  border-top: 1px solid #f8b551;
}
.bl_sect__acc3 .acc3_item:not(first-child) {
  border-bottom: 1px solid #f8b551;
}
.bl_sect__acc3 .acc3_label {
  background-color: #ffeed5;
  flex: 0 0 130px;
  padding: 9px 16px;
  text-align-last: justify;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc3 .acc3_label {
    flex: 0 0 110px;
    padding: 9px 11px;
  }
}
.bl_sect__acc3 .acc3_detail {
  padding: 12px 0;
  padding-left: 12px;
  width: 100%;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc3 .acc3_detail {
    padding: 9.35px 0;
    padding-left: 17.6px;
  }
}

.bl_sect__acc4 {
  background-color: #fbf6f2;
  padding: 70px 0 80px 0;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 {
    padding: 38.5px 0 31.35px 0;
  }
}
.bl_sect__acc4 h2 {
  width: 564px;
  height: 67px;
  background-color: transparent;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 h2 {
    width: 100%;
    height: 42.35px;
  }
}
.bl_sect__acc4 h2 figure {
  display: inline-block;
}
.bl_sect__acc4 h2 figure img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 h2 figure img {
    width: 60%;
  }
}
.bl_sect__acc4 h2 span {
  font-weight: 800;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 h2 span {
    margin-left: -30px;
  }
}
.bl_sect__acc4 .acc4_bg-wt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  padding: 7px 0;
  background-color: #fff;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 .acc4_bg-wt {
    padding: 4px 0;
    margin: 4px;
  }
}
.bl_sect__acc4 .acc4_white-box {
  margin-top: 55px;
  background-color: #fff;
  padding: 45px 50px;
  border-radius: 20px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 .acc4_white-box {
    padding: 25.3px 11px 19.8px 11px;
  }
}
.bl_sect__acc4 .acc4_ly_flex {
  display: flex;
  gap: 37px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 .acc4_ly_flex {
    gap: 20.35px;
    flex-direction: column;
  }
}
.bl_sect__acc4 .acc4_img {
  flex: 0 0 626px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 .acc4_img {
    flex: 0 0 auto;
  }
}
.bl_sect__acc4 .acc4_img img {
  height: 100%;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 .acc4_img img {
    content: url(../img/access/map_sp.jpg);
  }
}
.bl_sect__acc4 .acc4_list {
  margin-bottom: 25px;
  flex: 1;
}
.bl_sect__acc4 .acc4_item {
  display: flex;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 .acc4_item {
    font-size: 13.2px;
  }
}
.bl_sect__acc4 .acc4_item:first-child {
  border-top: 1px solid #f8b551;
}
.bl_sect__acc4 .acc4_item:not(first-child) {
  border-bottom: 1px solid #f8b551;
}
.bl_sect__acc4 .acc4_label {
  background-color: #ffeed5;
  flex: 0 0 130px;
  padding: 10px 20px;
  text-align-last: justify;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 .acc4_label {
    flex: 0 0 110px;
    padding: 8px 11px;
  }
}
.bl_sect__acc4 .acc4_detail {
  padding: 12px 0;
  padding-left: 22px;
  width: 100%;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 .acc4_detail {
    padding: 9.35px 0;
    padding-left: 17.6px;
  }
}
.bl_sect__acc4 .acc4_park-intro {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 .acc4_park-intro {
    font-size: 15.4px;
    margin-bottom: 0;
  }
}
.bl_sect__acc4 .acc4_txt {
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__acc4 .acc4_txt {
    font-size: 13.2px;
    line-height: 1.3;
  }
}

.hp_center_cont {
  display: flex;
  justify-content: center;
}

.bl_sect__pre > * {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
}

.bl_sect__pre1 {
  padding: 63px 0 70px 0;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre1 {
    padding: 44px 0 49.5px 0;
  }
}
.bl_sect__pre1 > * {
  color: #1d2e86;
  text-align: center;
}
.bl_sect__pre1 .pre1_heading-secondary {
  width: 400px;
  height: 60px;
  border-radius: 14.4px;
  background-color: #1d2e86;
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre1 .pre1_heading-secondary {
    width: 220px;
    height: 33px;
    font-size: 16.5px;
    border-radius: 10px;
  }
}
.bl_sect__pre1 .pre1_price {
  font-weight: 800;
  margin-top: 34px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre1 .pre1_price {
    margin-top: 18.7px;
  }
}
.bl_sect__pre1 .pre1_price span {
  line-height: 1;
}
.bl_sect__pre1 .pre1_price_txt {
  font-size: 50px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre1 .pre1_price_txt {
    font-size: 27.5px;
  }
}
.bl_sect__pre1 .pre1_price_num {
  font-size: 70px;
  line-height: 1.96;
  letter-spacing: 3.5px;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre1 .pre1_price_num {
    font-size: 38.5px;
  }
}
.bl_sect__pre1 .pre1_price_tax {
  font-size: 36px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre1 .pre1_price_tax {
    font-size: 19.8px;
  }
}
.bl_sect__pre1 .pre1_txt1 {
  width: 600px;
  font-size: 34px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  text-align: center;
  padding-bottom: 36px;
  border-bottom: 3px solid #ee7e00;
  line-height: 1;
  margin-top: 26px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre1 .pre1_txt1 {
    padding-bottom: 16.5px;
    font-size: 18.7px;
    width: 255.75px;
    letter-spacing: 0;
    margin-top: 12.1px;
  }
}
.bl_sect__pre1 .pre1_txt2 {
  margin-top: 35px;
  idth: 594px;
  height: 65px;
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre1 .pre1_txt2 {
    font-size: 15.4px;
    margin-top: 12.1px;
  }
}
.bl_sect__pre1 .pre1_img {
  margin-top: 60px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre1 .pre1_img {
    margin-top: 23.65px;
  }
  .bl_sect__pre1 .pre1_img img {
    content: url(../img/premium/home-appliance_sp.png);
  }
}

.bl_sect__pre2 > * {
  color: #1d2e86;
  text-align: center;
}
.bl_sect__pre2 .pre2_heading-secondary {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_heading-secondary figure img {
    content: url(../img/premium/ttl-blue_sp.png);
  }
}
.bl_sect__pre2 .pre2_content {
  padding: 60px 0 79px 0;
  background-color: #f19833;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_content {
    padding: 33px 0 43.45px 0;
  }
}
.bl_sect__pre2 .pre2_ly_grid {
  display: grid;
  grid-template-columns: repeat(6, 180px);
  grid-template-rows: repeat(2, 380px);
  grid-row-gap: 22px;
  grid-column-gap: 20px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_ly_grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_ly_grid {
    grid-template-rows: repeat(5, min-content);
    padding: 0 14.3px;
  }
}
.bl_sect__pre2 .pre2_grid_item {
  border-radius: 20px;
  border: solid 4px #ee7e00;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_grid_item {
    border: solid 3px #ee7e00;
  }
}
.bl_sect__pre2 .pre2_grid_item::before, .bl_sect__pre2 .pre2_grid_item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 52px;
}
.bl_sect__pre2 .pre2_grid_item::before {
  left: 0;
  background-image: url(../img/premium/flag-lf.png);
}
.bl_sect__pre2 .pre2_grid_item::after {
  right: 0;
  background-image: url(../img/premium/flag-r.png);
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_grid_item_1, .bl_sect__pre2 .pre2_grid_item_2, .bl_sect__pre2 .pre2_grid_item_3, .bl_sect__pre2 .pre2_grid_item_4, .bl_sect__pre2 .pre2_grid_item_5 {
    grid-column: 1/-1 !important;
  }
}
.bl_sect__pre2 .pre2_grid_item_1 {
  grid-column: 1/3;
}
.bl_sect__pre2 .pre2_grid_item_2 {
  grid-column: 3/5;
}
.bl_sect__pre2 .pre2_grid_item_3 {
  grid-column: 5/-1;
}
.bl_sect__pre2 .pre2_grid_item_4 {
  grid-column: 2/4;
}
.bl_sect__pre2 .pre2_grid_item_5 {
  grid-column: 4/6;
}
.bl_sect__pre2 .pre2_privilege {
  width: 150px;
  background-color: #1d2e86;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: 800;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_privilege {
    width: 110px;
  }
}
.bl_sect__pre2 .pre2_privilege_txt {
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_privilege_txt {
    font-size: 17.6px;
  }
}
.bl_sect__pre2 .pre2_privilege_num {
  font-size: 40px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_privilege_num {
    font-size: 29.15px;
  }
}
.bl_sect__pre2 .pre2_desc {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
  font-family: "Noto Sans JP" !important;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_desc {
    font-size: 14.3px;
  }
}
.bl_sect__pre2 .pre2_main-ttl {
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.5px;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_main-ttl {
    font-size: 22px;
    line-height: 1.13;
    letter-spacing: 1px;
    margin-top: 0;
  }
}
.bl_sect__pre2 .pre2_free {
  font-size: 50px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.72;
  letter-spacing: 2.5px;
  text-align: center;
  color: #e14f24;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre2 .pre2_free {
    font-size: 35.75px;
  }
}
.bl_sect__pre3 {
  padding: 53px 0 57px 0;
  background-image: url(../img/access/bg-blue.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 {
    padding: 38.5px 0;
  }
}
.bl_sect__pre3 > * {
  color: #1d2e86;
}
.bl_sect__pre3 .pre3_heading-secondary {
  margin-bottom: 34px;
  width: 575px;
  height: 92px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_heading-secondary {
    width: 316.25px;
    height: 50.6px;
    margin-bottom: 33px;
  }
}
.bl_sect__pre3 .pre3_bg-wt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  padding: 16px 0;
  background-color: #fff;
}
.bl_sect__pre3 .pre3_bg-wt span {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #313131;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_bg-wt span {
    font-size: 18.7px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_bg-wt {
    padding: 4px 0;
    margin: 4px;
  }
}
.bl_sect__pre3 .pre3_price {
  font-size: 70px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3.5px;
  text-align: center;
  color: #1d2e86;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_price {
    font-size: 38.5px;
  }
}
.bl_sect__pre3 .pre3_price span {
  text-shadow: 5px 5px 3px #fff, -5px -5px 3px #fff, -5px 5px 3px #fff, 5px -5px 3px #fff, 5px 0px 3px #fff, -5px 0px 3px #fff, 0px 5px 3px #fff, 0px -5px 1px #fff;
  display: inline-block;
}
.bl_sect__pre3 .pre3_price_txt {
  font-size: 50px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_price_txt {
    font-size: 27.5px;
  }
}
.bl_sect__pre3 .pre3_price_tax {
  font-size: 36px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_price_tax {
    font-size: 19.8px;
  }
}
.bl_sect__pre3 .pre3_txt {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.88;
  letter-spacing: 1.6px;
  text-align: center;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 1px #fff;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_txt {
    font-size: 17.6px;
    text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, 1px 0px 3px #fff, -1px 0px 3px #fff, 0px 1px 3px #fff, 0px -1px 1px #fff;
  }
}
.bl_sect__pre3 .pre3_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  background-color: #fff100;
  z-index: -1;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_txt::after {
    height: 16.5px;
  }
}
.bl_sect__pre3 .pre3_txt_1::after {
  width: 550px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_txt_1::after {
    width: 302.5px;
  }
}
.bl_sect__pre3 .pre3_txt_2::after {
  width: 450px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_txt_2::after {
    width: 247.5px;
  }
}
.bl_sect__pre3 .pre3_tel-btn {
  margin-top: 50px;
  width: 500px;
  height: 90px;
  border-radius: 20px;
  background-color: #1d2e86;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  transition: opacity 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_tel-btn {
    height: 51.7px;
    width: 352px;
    border-radius: 15px;
    gap: 8.8px;
    margin-top: 18.7px;
  }
}
.bl_sect__pre3 .pre3_tel-btn:hover, .bl_sect__pre3 .pre3_tel-btn:focus {
  opacity: 0.8;
}
.bl_sect__pre3 .pre3_tel-btn:link, .bl_sect__pre3 .pre3_tel-btn:visited {
  text-decoration: none;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_tel-icon {
    width: 31.9px;
    height: 31.9px;
  }
}
.bl_sect__pre3 .pre3_tel-num {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre3 .pre3_tel-num {
    font-size: 27.5px;
  }
}

.bl_sect__pre4 {
  padding: 47px 0 55px 0;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre4 {
    padding: 30.8px 0 41.8px 0;
  }
}
.bl_sect__pre4 .pre4_content {
  padding-left: 40px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre4 .pre4_content {
    padding: 0 14.3px;
  }
}
.bl_sect__pre4 .pre4_ttl {
  margin-bottom: 30px;
  color: #1d2e86;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: justify;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre4 .pre4_ttl {
    font-size: 15.4px;
    margin-bottom: 25.3px;
  }
}
.bl_sect__pre4 .pre4_txt {
  max-width: 1155px;
  font-family: "Noto Sans CJK jp";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
}
.bl_sect__pre4 .pre4_txt span {
  display: block;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre4 .pre4_txt span {
    padding-left: 5px;
  }
}
.bl_sect__pre4 .pre4_txt span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #111;
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre4 .pre4_txt span::after {
    top: 10px;
    left: 0;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_sect__pre4 .pre4_txt {
    font-size: 13.2px;
    letter-spacing: 1.2px;
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    gap: 16.5px;
  }
}

.bl_sect.bl_sect__contact {
  line-height: 1.5;
}
@media screen 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: 16.5px;
}
.bl_sect.bl_sect__contact .bl_sect_lead {
  text-align: center;
  font-size: 15.4px;
  margin: 1em auto 0;
}
@media screen 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 screen 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 screen 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;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact .un_text {
    font-size: 15.4px;
  }
}

.bl_sect.bl_sect__contact.bl_sect__contactTel {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen 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 {
  padding: 60px 0;
}
@media screen 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 screen 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;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table {
  width: 100%;
}
@media screen 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 screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table {
    width: 100%;
  }
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td {
  width: 80%;
  padding: 0 20px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td {
    width: 100%;
    display: block;
  }
}
@media screen 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;
  }
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th input,
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th textarea,
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td input,
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td textarea {
  border: 1px solid currentcolor;
  border-radius: 3px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th input,
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th textarea,
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td input,
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td textarea {
    padding: 5px 10px;
  }
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th textarea,
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td textarea {
  height: 100%;
  display: block;
}
@media screen and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th {
    padding-top: 2px;
    background: #eee;
    padding: 2px 25px;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th {
    font-size: 14px;
    display: block;
    margin: 10px;
  }
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_btns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit {
  background: #1d2e86;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  width: 100%;
  max-width: 280px;
  min-height: 3.5em;
  height: 3.5em;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit {
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit {
    border-radius: 5px;
    width: 25%;
  }
}

.ly_pri-cont {
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .ly_pri-cont {
    width: 90%;
  }
}

.bl_sect.bl_sect__privacy {
  padding-top: 80px;
  padding-bottom: 150px;
}
.bl_sect.bl_sect__privacy > * > * {
  font-size: 16px !important;
}
@media screen 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 screen 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 screen 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 screen 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;
}

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
   --swiper-navigation-color: var(--swiper-theme-color);
   */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
   --swiper-pagination-color: var(--swiper-theme-color);
   --swiper-pagination-bullet-size: 8px;
   --swiper-pagination-bullet-width: 8px;
   --swiper-pagination-bullet-height: 8px;
   --swiper-pagination-bullet-inactive-color: #000;
   --swiper-pagination-bullet-inactive-opacity: 0.2;
   --swiper-pagination-bullet-opacity: 1;
   --swiper-pagination-bullet-horizontal-gap: 4px;
   --swiper-pagination-bullet-vertical-gap: 6px;
   */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
   --swiper-preloader-color: var(--swiper-theme-color);
   */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
