@charset "UTF-8";
/*=======================================================
ãåºæ¬è¨­å®
=======================================================*/
@font-face {
  font-family: "noto-sans-jp";
  src: url(./fonts/Noto_Sans_JP/NotoSansJP-Regular.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-jp";
  src: url(./fonts/Noto_Sans_JP/NotoSansJP-Bold.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
  outline: none;
}
body,
.ly_head,
.ly_main,
.ly_foot {
  min-width: 1024px;
}
body {
  background: #fff;
  font-family: "noto-sans-jp", "ãã©ã®ãè§ã´ ProN", "Hiragino Kaku Gothic ProN", "æ¸¸ã´ã·ãã¯ Medium", "æ¸¸ã´ã·ãã¯ä½", "Yu Gothic Medium", YuGothic, "ï¼­ï¼³ ï¼°ã´ã·ãã¯", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  color: #222;
}
article,
aside,
figcaption,
figure,
picture,
footer,
main,
header,
nav,
section {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
ul,
ol {
  list-style: none;
}
p,
li,
dt,
dd,
th,
td {
  -ms-line-break: strict;
  line-break: strict;
  word-break: break-word;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
picture {
  line-height: 0;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  outline: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}
input[type=checkbox] {
  display: none;
}
input[type=radio] {
  display: none;
}
button, textarea {
  font-family: inherit;
  font-size: 100%;
}
/* PC SP */
.pc {
  display: initial;
}
.sp {
  display: none;
}
@media only screen and (min-device-width: 1025px) {
  /* PCã®ã¿ããã¼å¹æ */
  a:hover,
  .hp_hover:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  label:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) {
  body,
  .ly_head,
  .ly_main,
  .ly_foot {
	min-width: 0;
	max-width: none;
	width: 100%;
  }
  body {
    font-size: 15px;
    line-height: 1.5;
  }
  .sp {
    display: initial;
  }
  .pc {
    display: none;
  }
}
/*=============================
ãå±éã¬ã¤ã¢ã¦ã
==============================*/
/* å¨ä½ã®Wrapper */
.ly_allWrapper {
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto;
}
/* inner */
.ly_head_inner,
.ly_foot_inner,
.ly_cont,
.ly_cont_inner {
  width: 1024px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
/* 2ã«ã©ã  */
.ly_cont__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 44px;
}
.ly_cont_main {
  width: 700px;
}
.ly_cont_side {
  width: 280px;
}
/* bl_media */
.bl_mediaList {
  display: flex;
  flex-wrap: wrap;
}
.bl_media {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 32px;
}
.bl_media__rev {
  flex-direction: row-reverse;
}
.bl_media_txt+.bl_media_txt {
  margin-top: 25px;
}
.bl_media_txt+.el_att {
  margin-top: 8px;
}
/* bl_card */
.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.bl_card {
  position: relative;
}
@media screen and (max-width: 750px) {
  /* inner */
  .ly_cont,
  .ly_cont_inner {
	width: 100%;
	padding: 0 20px;
  }
  /* 2ã«ã©ã  */
  .ly_cont__col {
    gap: 80px;
  }
  .ly_cont_main,
  .ly_cont_side {
    width: 100%;
  }
  .bl_media_txt+.bl_media_txt {
    margin-top: 20px;
  }
  .bl_media_txt+.el_att {
    margin-top: 13px;
  }
}
/*=============================
ãå±éãã¼ã
==============================*/
/* åsectionã¡ã¤ã³è¦åºã */
.el_sec_mainTtl {
  text-align: center;
}
/* bl_bulletList */
.bl_bulletList > li {
  padding-left: 1em;
  position: relative;
}
.bl_bulletList > li::before {
  content: "ã»";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.bl_bulletList.bl_bulletList__square > li {
  padding-left: calc(1em + 8px);
}
.bl_bulletList.bl_bulletList__square > li::before {
  content: "â ";
}
/* bl_numList */
.bl_numList {
  counter-reset: num;
}
.bl_numList > li {
  padding-left: 1.2em;
  position: relative;
}
.bl_numList > li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.bl_numList.bl_numList__circle > li:first-of-type::before {
  content: "â ";
}
.bl_numList.bl_numList__circle > li:nth-of-type(2)::before {
  content: "â¡";
}
.bl_numList.bl_numList__circle > li:nth-of-type(3)::before {
  content: "â¢";
}
.bl_numList.bl_numList__circle > li:nth-of-type(4)::before {
  content: "â£";
}
.bl_numList.bl_numList__circle > li:nth-of-type(5)::before {
  content: "â¤";
}
/* el_btn */
.el_btn {
  padding-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* â» */
.el_att {
  padding-left: 1em;
  position: relative;
  font-size: 14px;
}
.el_att::before {
  content: "â»";
  position: absolute;
  top: 0;
  left: 0;
}
.el_att01, .el_att02 {
  padding-left: 2em;
}
.el_att01::before {
  content: "â»1";
}
.el_att02::before {
  content: "â»2";
}
span.el_att {
  display: block;
}
@media screen and (max-width: 750px) {
  /* åsectionã¡ã¤ã³è¦åºã */
  /* el_btn */
  /* el_label */
  .el_label {
    padding-top: 0;
  }
  .el_att {
	font-size: 10px;
  }
}
/*=============================
ããã«ãã¿ã°
==============================*/
/* ã¦ããã */
.hp_unit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* ææä½ */
.hp_mincho {
  font-family: "æ¸¸ææä½", "Yu Mincho", YuMincho, "ãã©ã®ãææ Pro", "Hiragino Mincho Pro", "MS Pææ", "MS PMincho", serif;
  font-weight: bold;
}
/* bold */
.hp_bold {
  font-weight: bold !important;
}
/* italic */
.hp_italic {
  transform: skewX(-10deg);
}
/* æã¡æ¶ãç· */
.hp_strikethrough {
  padding: 3px 0 0 8px;
  background-image: linear-gradient(#222, #222);
  background-position: 0 50%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  letter-spacing: 0;
}
/* opacity1 */
.hp_opacity1 {
  opacity: 1 !important;
}
/* é»è©±ãªã³ã¯ */
.hp_tel {
  pointer-events: none;
}
/* ã¢ã¯ã»ã³ãã«ã©ã¼ */
.hp_color__orange {
  color: #EB5C02;
}
/* å½±ä»ãè§ä¸¸ç½ããã¯ã¹ */
.hp_shadowRadiusWhiteBox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 750px) {
  /* ã¦ããã */
  .hp_unit {
    display: block;
  }
  /* é»è©±ãªã³ã¯ */
  .hp_tel {
    pointer-events: auto;
  }
}
/*=============================
ãheader
==============================*/
.bl_head {
  height: 88px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.bl_head.scroll {
  box-shadow: 0px 3px 10px #00000014;
  background: #fff;
}
.bl_head .ly_cont_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ã­ã´ */
.bl_head_logo > a {
  display: block;
  width: 166px;
}
.bl_head_logo > div.logo-image {
  display: block;
  width: 166px;
}
.bl_head_btn {
  width: 244px;
  height: 56px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #FFCE00 0%, #EB5C02 100%);
  border: 2px solid #EB5C02;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 1px 31px;
  position: relative;
}
.bl_head_btn::before {
  background: url(./images/icon_home.svg) top center / contain no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .bl_head{}
  /* ã­ã´ */
  .bl_head_logo > a {
	width: 122px;
  }
  .bl_head_logo > div.logo-image {
	width: 122px;
  }
  .bl_head_btn {
    width: 198px;
    height: 50px;
    font-size: 15px;
    padding: 0 0 0 24px;
    text-align: center;
  }
  .bl_head_btn::before{
    width: 16px;
    height: 16px;
    left: 10px;
  }
  .bl_head_btnItem.pc {
    display: none;
  }
}
/*=============================
ãfooter
=============================*/
.bl_footer {
  background: #F9F1E0;
}
.bl_footer_gnav {
  padding: 20px 0 19px;
}
.bl_footer_gnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.bl_footer_gnav li {
  position: relative;
  padding-left: 13px;
}
.bl_footer_gnav li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #EB5C02;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 1px;
}
.bl_footer_gnav a {
  font-size: 15px;
  letter-spacing: 0.04em;
}
/* ã³ãã¼ã©ã¤ã */
.bl_foot_copyright {
  width: 100%;
  height: 30px;
  background: #404040;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 3px;
}
.bl_foot_copyright small {
  color: #fff;
  font-size: 12px;
}
/* ãã¼ã¸ããããã¿ã³ */
.bl_pagetop {
  width: 1024px;
  height: 0;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
.bl_pagetop span {
  width: 76px;
  height: 76px;
  z-index: 900;
}
.bl_pagetop img {
  opacity: 0;
}
.bl_pagetop .fade img {
  transition: all 0.5s ease-in-out;
}
.bl_pagetop .in img {
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  /* ãã¼ã¸ããããã¿ã³ */
  .bl_pagetop {
    width: 100%;
  }
  .bl_pagetop span {
    right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .ly_main {
    min-height: calc(100vh - 139px);
    /* pxã¯footerã®é«ã */
  }
  .bl_footer_gnav {
    padding: 16px 0;
  }
  .bl_footer_gnav li {
    padding-left: 13px;
  }
  .bl_footer_gnav li::before {
    border-width: 5px 0 5px 8px;
    margin-top: 0;
  }
  .bl_footer_gnav a {
    font-size: 14px;
  }
  /* ã³ãã¼ã©ã¤ã */
  .bl_foot_copyright {
    height: 30px;
  }
  .bl_foot_copyright small {
    font-size: 11px;
  }
  /* ãã¼ã¸ããããã¿ã³ */
  .bl_pagetop {}
  .bl_pagetop span {
    width: 66px;
    height: 66px;
    right: 14px;
  }
}