@charset "UTF-8";
/*===================================
 *※※※※※※※※※※※※※※※※※※※※※
 *このファイルはSassで管理されているので
 *cssを直接編集しないでください。
 *※※※※※※※※※※※※※※※※※※※※※
 *===================================*/
ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

.hp_fs14 {
  font-size: 14px;
}

.hp_fs18 {
  font-size: 18px;
}

.hp_fs20 {
  font-size: 20px;
}

.hp_fs_m {
  font-size: 20px !important;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .hp_fs_m {
    font-size: 24px !important;
  }
}

.order-6 {
  order: 6;
}

.hp_c_main {
  color: #0079c2;
}

* {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #231815;
}

.bl_btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: #0079c2;
  color: #fff;
  border-radius: 100px;
  max-width: 400px;
  margin: 0 auto 15px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .bl_btn {
    font-size: 28px;
    margin: 0;
  }
}
.bl_btn_wrap {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .bl_btn_wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.bl_btn__web {
  background-color: #ec6d74;
  border: 2px solid #ec6d74;
}
.bl_btn__web:hover {
  background-color: #fff;
  color: #ec6d74;
}
.bl_btn__mail {
  background-color: #fff;
  border: 2px solid white;
  color: #0079c2;
}
.bl_btn__mail:hover {
  background-color: #0079c2;
  color: #fff;
}

.ly_header {
  position: absolute;
  width: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .ly_header {
    height: 70px;
    padding: 0 40px;
  }
}
.ly_header_logo {
  width: 68px;
  margin-bottom: 0;
}
.ly_header_logo a:hover img {
  opacity: 0.7;
}
.ly_header_logo img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .ly_header_logo {
    width: 112px;
  }
}
.ly_header_catch {
  margin-left: 32px;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
.ly_header_catch span {
  color: #73c1b8;
}

.bl_hero {
  background-image: url("../img/hero_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.bl_hero_top {
  position: relative;
  padding-top: clamp(70px, 120px - 5vw, 120px);
  z-index: 10;
  width: 98%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_hero_top {
    padding-top: 100px;
    width: min(80%, 1000px);
  }
}
.bl_hero_main {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bl_hero_main {
    margin-bottom: 40px;
  }
}
.bl_hero_text {
  font-size: 16px;
  color: #fff;
  margin: 0 auto 30px;
  padding: 0 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .bl_hero_text {
    text-align: center;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 992px) {
  .bl_hero_text {
    font-size: 20px;
  }
}
.bl_hero_text span {
  color: #fff100;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .bl_hero_text span {
    font-size: 24px;
  }
}
.bl_hero_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(50% + 120px);
  background-color: #0079c2;
}
@media screen and (min-width: 768px) {
  .bl_hero_bottom {
    height: calc(40% - 88px);
  }
}
.bl_hero_bottom::before {
  position: absolute;
  content: "";
  background-image: url("../img/hero_bottom_top.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 59px;
}
@media screen and (min-width: 768px) {
  .bl_hero_bottom::before {
    width: 1200px;
    height: 88px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_hero_bottom::before {
    width: 100%;
    height: 8vw;
  }
}

.bl_outline {
  background-color: #fffbc7;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .bl_outline .col-lg-6 {
    width: 47%;
  }
}
.bl_outline_title {
  font-size: 24px;
  font-weight: bold;
  color: #0079c2;
  margin-bottom: 5px;
  padding: 0 30px;
}
.bl_outline_title span {
  position: relative;
}
.bl_outline_title span::before, .bl_outline_title span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0px);
  width: 15px;
  height: 30px;
  background-image: url("../img/outline_title_deco.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bl_outline_title span::before {
  left: -30px;
  transform: translateY(-50%);
}
.bl_outline_title span::after {
  right: -30px;
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (min-width: 992px) {
  .bl_outline_title {
    font-size: 28px;
  }
}
.bl_outline_item {
  margin-bottom: 40px;
}
.bl_outline_list_item {
  padding-left: 20px;
  position: relative;
}
.bl_outline_list_item::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.bl_outline_list_item:nth-child(even)::before {
  background-color: #f39800;
}
.bl_outline_list_item:nth-child(odd)::before {
  background-color: #00a0e9;
}
@media screen and (min-width: 768px) {
  .bl_outline .un_theme_example {
    display: flex;
    gap: 10px;
  }
}
.bl_outline .un_theme_example span {
  border-bottom: 1px solid #231815;
  display: block;
  padding: 0 0 5px;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .bl_outline .un_theme_example span {
    padding: 0 10px 0 0;
    margin: 0;
    border-bottom: none;
    border-right: 1px solid #231815;
  }
}
.bl_outline .un_method_cont {
  margin-bottom: 30px;
}
.bl_outline .un_method_num {
  border-radius: 50%;
  color: #fff;
  padding: 0px 6px 2px;
  margin-right: 5px;
}
@media screen and (min-width: 992px) {
  .bl_outline .un_method_num {
    padding: 0px 8px 2px;
  }
}
.bl_outline .un_method_heading {
  color: #00a0e9;
  font-weight: bold;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
}
.bl_outline .un_method_heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #00a0e9;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.bl_outline .un_method_heading span {
  background-color: #fffbc7;
  padding-right: 20px;
  position: relative;
  z-index: 5;
}
.bl_outline .un_method_cont:last-child {
  margin-bottom: 0;
}
.bl_outline .un_method_cont:first-child .un_method_num {
  background-color: #f39800;
}
.bl_outline .un_method_cont:last-child .un_method_num {
  background-color: #00a0e9;
}
.bl_outline #mail {
  padding-top: 20px;
  margin-top: -20px;
}
@media screen and (min-width: 992px) {
  .bl_outline .bl_btn {
    font-size: 20px;
  }
}
.bl_outline .bl_inquiry {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
}
.bl_outline .bl_inquiry_btn {
  color: #231815;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  margin: 0 auto 20px;
  border: 2px solid #231815;
  display: block;
  border-radius: 30px;
  padding: 10px 0;
  transition: all 0.3s;
}
.bl_outline .bl_inquiry_btn:hover {
  background-color: #231815;
  color: #fff;
}

.bl_info {
  padding: 50px 15px 70px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 5px 20px;
    grid-auto-flow: column;
    align-items: center;
  }
}
.bl_info_heading {
  margin-bottom: 5px;
  font-weight: bold;
}
.bl_info_col:nth-child(even) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .bl_info_col:nth-child(even) {
    margin-bottom: 0;
  }
}
.bl_info_col:nth-child(2) img {
  width: 240px;
}
.bl_info_col:nth-child(4) img {
  width: 170px;
}
.bl_info_col:last-child {
  margin-bottom: 0;
}

.un_anniversary_logo {
  max-width: 300px;
  margin: 0 auto 70px;
  padding: 0 15px;
}
.un_anniversary_logo a {
  display: block;
}
.un_anniversary_logo img {
  transition: all 0.3s;
}
.un_anniversary_logo img:hover {
  opacity: 0.7;
}

.ly_footer {
  padding: 50px 0 20px;
  color: white;
  background-color: #0079c2;
}
.ly_footer .bl_btn {
  font-size: 20px;
}
.ly_footer_logo {
  width: 150px;
  margin: 35px auto 5px;
}
.ly_footer_logo img {
  transition: all 0.3s;
}
.ly_footer_logo:hover img {
  opacity: 0.7;
}
.ly_footer_cr {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.ly_footer_cr a {
  color: white;
}
.ly_footer_cr a:hover {
  text-decoration: none;
}

.el_site_logo {
  width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .el_site_logo {
    width: 400px;
  }
}
.el_site_logo a img {
  transition: all 0.3s;
}
.el_site_logo a:hover img {
  opacity: 0.7;
}

.un_page_logo {
  width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .un_page_logo {
    margin: 10px 100px;
    width: 160px;
  }
}
.un_page_logo a:hover img {
  opacity: 0.7;
}
.un_page_logo img {
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */