﻿@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
  background: #FFFFFF;
  color: #333333;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
html .goti,
html .goti form * {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form * {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body {
  width: 100%;
  font-size: 100%;
  text-align: center;
}
main {
  overflow: hidden;
  width: 100%;
}
.sitewrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:1220px) {
  html {
    font-size: 14px;
  }
  .sitewrap {
    width: 100%;
    min-width: 0;
  }
  .sitewrap>* {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width:1020px) {
  .sitewrap>* {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:767px) {
  html {
    font-size: 14px;
  }
  .sitewrap>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* header
-------------------------------------------------------------------*/
.t-bg {
    background-color: rgba(10, 53, 135, 0.5);
    width: 80%;
    text-align: center;
    padding: 10px;
    margin: 0 auto; /* 中央揃え */
}
header#fix_menu {
  position: absolute;
  top: 51.5px;
  left: 0;
  right: 0;
  z-index: 999;
}
header#fix_menu.fixedMenu {
  position: fixed;
  top: 0;
  background: #fff;
}
.menu_top {
  position: relative;
  overflow: hidden;
}
.menu_top #site_ttl {
  float: left;
  padding: 10px;
  white-space: nowrap;
}
.menu_top #site_ttl a {
  display: inline-block;
  vertical-align: middle;
}
.menu_top #site_ttl a {
  transition: .5s opacity;
}
.menu_top #site_ttl a:hover {
  opacity: 0.7;
}
.menu_top #site_ttl a img {
  height: 70px;
}
.menu_top .header-menu {
  float: right;
  display: flex;
  align-items: flex-end;
  margin-right: 2em;
}
.menu_top .header-menu .fixed-btn_box {
  display: flex;
  gap: 0 1em;
  text-align: left;
  margin-right: 1em;
}
.menu_top .header-menu .fixed-btn {
  position: relative;
  z-index: 10;
  display: block;
  width: 325px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background: #0384fc;
  border: 2px solid #0384fc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 0.5em 2.25em 0.5em 0.5em;
  text-decoration: none;
  transition: color .4s, background-color .4s;
}
.menu_top .header-menu .fixed-btn:hover {
  color: #022abf;
  background-color: #fff;
}
.menu_top .header-menu .fixed-btn.btn-blu {
  background-color: #dc0f36;
  border-color: #dc0f36;
}
.menu_top .header-menu .fixed-btn.btn-blu:hover {
  color: #dc0f36;
  background-color: #fff;
}
.menu_top .header-menu .fixed-btn::after {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  width: 34px;
  height: 34px;
  background: #fff;
  background-image: url(../images/icon_arrow_blu.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
}
.menu_top .header-menu .fixed-btn.btn-blu::after {
  background-image: url(../images/icon_arrow_ora.svg);
}
@media screen and (max-width:1920px) {
  .menu_top .header-menu {
    align-items: flex-start;
  }
  .menu_top .header-menu .fixed-btn {
    width: fit-content;
    font-size: 1.25rem;
    padding-right: 3.25em;
  }
  .menu_top .header-menu .tel_link a {
    display: block;
    max-width: 200px;
    padding-top: 1em;
    background: #ffffff;
    padding: 5px;
    border-radius: 0px 0px 10px 10px; /* 左上, 右上, 右下, 左下 */

  }
  .menu_top .header-menu .tel_link a img {
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
.t-bg {
    background-color: rgba(10, 53, 135, 0.5);
    width: 80%;
    text-align: center;
    padding: 10px;
    margin: 0 auto; /* 中央揃え */
}

  header#fix_menu {
    top: 10px;
  }
  .menu_top #site_ttl {
    padding: 7.5px;
  }
  .menu_top #site_ttl a img {
    height: 45px;
  }
  .menu_top .header-menu {
    align-items: flex-end;
    max-width: 191px;
    width: 51%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 16px 0.5em;
    margin-right: 0.5em;
  }
  .menu_top .header-menu .fixed-btn_box {
    position: fixed;
    z-index: 1000;
    gap: 0;
    margin-right: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .menu_top .header-menu .fixed-btn {
    width: 50%;
    font-size: min(4.75vw, 1.2rem);
    border-width: 1px;
    border-radius: 10px 10px 0 0;
    padding: 0.75em 2.25em 0.75em 0.5em;
  }
  .menu_top .header-menu .fixed-btn:hover {
    color: #fff;
    background-color: #022abf;
  }
  .menu_top .header-menu .fixed-btn.btn-blu:hover {
    color: #fff;
    background-color: #dc0f36;
  }
  .menu_top .header-menu .fixed-btn::after {
    width: 24px;
    height: 24px;
    background-size: 65%;
  }
  .menu_top .header-menu .tel_link a {
    max-width: 100%;
    padding-top: 0;
     background: #ffffff;
    padding: 5px;
    border-radius: 0px 0px 10px 10px; /* 左上, 右上, 右下, 左下 */
  }
}
@media screen and (max-width:340px) {
    
.t-bg {
    background-color: rgba(10, 53, 135, 0.5);
    width: 80%;
    text-align: center;
    padding: 10px;
    margin: 0 auto; /* 中央揃え */
}    
  .menu_top #site_ttl a img {
    height: 35px;
  }
}
main section,
main .section {
  position: relative;
  z-index: 10;
}
.holizon-title {
background: rgb(231,120,22);
background: linear-gradient(180deg, rgba(231,120,22,1) 14%, rgba(245,71,42,1) 86%);
  min-height: 11.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1em;
}
.holizon-title span {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}
.holizon-title span em {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.holizon-title span i {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fec706;
}
.holizon-title span .dotted {
  background-image: radial-gradient(circle at center, #f4e700 18%, transparent 23%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .025em;
}
.holizon-title strong {
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
}
.common-btn {
  text-align: center;
  margin: 2em auto;
}
.common-btn2 {
  text-align: center;
  margin: 2em auto;
}
.common-btn a {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 670px;
  width: 100%;
  min-height: 3.5em;
  font-size: 2.125rem;
  font-weight: bold;
  color: #fff;
  background: #dc0f36;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.3);
  margin: auto;
  padding: 0.5em;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
}

.common-btn2 a {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 670px;
  width: 100%;
  font-size: 2.125rem;
  font-weight: bold;
  color: #fff;
  background: #0384fc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.3);
  margin: auto;
  padding: 0.5em;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
}

.common-btn a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 rgba(4, 0, 0, 0.3);
}

.common-btn a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px solid #fff;
  border-radius: 5px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.common-btn a span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 1.25em;
}

.common-btn a span::after {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  width: 34px;
  height: 34px;
  background: #fff;
  background-image: url(../images/icon_arrow_ora.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.common-btn.btn-blu a {
  background: #0f92dc;
}
.common-btn.btn-blu a span::after {
  background-image: url(../images/icon_arrow_blu.svg);
}
.mv-wrap {
  background: url(../images/kenmin-bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 8.5em;
  padding-bottom: 1.5em;
}
.mv-wrap .mv-inner {
  max-width: 1000px;
  margin: auto;
  text-align: left;
}
.mv-wrap .mv-title {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 1em;
  flex-wrap: wrap;
  margin-bottom: 4em;
  filter:drop-shadow(2px 2px 0 #fff)drop-shadow(2px -2px 0 #fff)drop-shadow(-2px 2px 0 #fff)drop-shadow(-2px -2px 0 #fff);
}
.mv-wrap .mv-title span {
  width: 100%;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: right;
  margin-bottom: -1.5em;
  color: #010e37;
}
.mv-wrap .mv-title em {
  font-size: 5.125rem;
  font-weight: 900;
  line-height: 1.2;
  color: #ee6705;
}
.mv-wrap .mv-lead {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.mv-wrap .mv-lead em {
  background: #fec706;
  background: linear-gradient(0deg, #fec706 40%, rgba(255, 255, 255, 0) 40%);
}
.mv-wrap .mv-lead span{
  font-size:1.125rem;
  color: #c20c13;
}
.mv-wrap .mv-decoration {
  position: absolute;
  z-index: -5;
  bottom: 0;
  filter: drop-shadow(4px 4px 0 #fff)drop-shadow(4px -4px 0 #fff)drop-shadow(-4px 4px 0 #fff)drop-shadow(-4px -4px 0 #fff);
  transform: translateX(-50%);
}
.mv-wrap .mv-decoration.decoration01 {
  bottom: 1em;
  left: calc(50% - 550px);
}
.mv-wrap .mv-decoration.decoration02 {
  right: calc(50% - 780px);
}
.point-wrap .point-box {
  background: #276ec5;
  background-size: cover;
  background-position: center;
  padding: 10em 0 6em;
}
.point-wrap .point-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 6em 2em;
  flex-wrap: wrap;
}
.point-wrap .point-item {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(56, 44, 44, 0.1);
  flex-basis: 48%;
  padding: 0 1.5em 1.25em;
}
.point-wrap .point-item .point-title {
  text-align: center;
}
.point-wrap .point-item .point-title i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  font-size: 2.8125rem;
  font-weight: 500;
  color: #fff;
  background: #6f4023;
  border-radius: 50%;
  padding-bottom: 0.15em;
  margin: -1.25em auto 0.5em;
}
.point-wrap .point-item .point-title span {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.point-wrap .point-item .point-item-col{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4%;
  flex-wrap: wrap;
}

.point-wrap .point-item .point-item-col2{
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4%;
  flex-wrap: wrap;
}

.point-wrap .point-item .point-image {
  text-align: center;
  margin: 2em auto;
  width: auto;
}
.point-wrap .point-item .point-text{flex: 1;}
.point-wrap .point-item .point-subtitle {
  margin-bottom: 0.75em;
  font-size: 1.375rem;
  font-weight: bold;
}
.point-wrap .point-item .point-subtitle span {
  font-size: 1.75rem;
  font-weight: bold;
}
.point-wrap .point-item .point-subtitle span.sp_big{
  font-size:2.25rem;
  margin-right:0.25em;
}
.point-wrap .point-item .point-subtitle em {
  font-size: 4.375rem;
  font-weight: bold;
  line-height: 0.9;
  color: #ee6705;
}
.point-wrap .point-item .point-text p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}
.point-wrap .point-item .point-text p em{
  display:block;
  font-size: 1.75rem;
  line-height: 1;
}
.point-wrap .point-item .point-text p.point-caution {
  font-size: 0.875rem;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}
.point-wrap .point-item .point-table {
  max-width: 250px;
  width: 48%;
  margin: 0 auto 0.5em;
}
.point-wrap .point-item .point-table ~ .point-text{
  width:48%;
}
.point-wrap .point-item .point-table tr>* {
  width: 52%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid;
  padding: 0.25rem;
}
.point-wrap .point-item .point-table tr th {
  width: 48%;
}
.point-wrap .point-item .point-table tr td em {
  font-size: 1.875rem;
}
.point-wrap .point-item .point-table tfoot tr>* {
  padding: 0.75rem 0.25rem;
}
.point-wrap .point-item .point-text .point-lead,
.point-wrap .point-item .point-text .point-lead-top{
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.25em;
}
.point-wrap .point-item .point-text .point-lead-top{
  margin-bottom:0;
}
.comparison-wrap .comparison-box {
  background: url(../img/lp-try-01/bg_comparison01.png);
  background-size:cover;
  background-position:center;
  padding: 5em 0;
}
.comparison-wrap .comparison-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 3em;
}
.comparison-wrap .comparison-item {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border: 5px solid #9d9d9d;
  border-radius: 20px;
  padding: 3em 1em;
}
.comparison-wrap .comparison-item>* {
  max-width: 470px;
  margin: auto;
}
.comparison-wrap .comparison-item_text {
  margin-top: 2em;
}
.comparison-wrap .comparison-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.comparison-wrap .comparison-title em {
  color: #9d9d9d;
}
.comparison-wrap .comparison-item_text li {
  position: relative;
  z-index: 10;
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 2em;
}
.comparison-wrap .comparison-item_text li+li {
  margin-top: 0.75em;
}
.comparison-wrap .comparison-item_text li::before {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  width: 20px;
  height: 21px;
  background: url(../img/lp-try-01/icon_check.svg) no-repeat;
  background-size: contain;
  top: 0.2em;
  left: 0;
}
.comparison-wrap .comparison-item.item_newspaper {
  border-color: #ee6705;
}
.comparison-wrap .comparison-item.item_newspaper .comparison-title em {
  color: #ee6705;
}
.why-wrap .why-box {
  background: #f9cd7b;
  background-size: cover;
  background-position: center;
  padding: 6em 0;
}
.why-wrap .why-inner_box {
  background: #fff;
  border: 5px solid #ee6705;
  border-radius: 20px;
  padding-top: 5em;
  padding-bottom: 5em;
}
.why-wrap .why-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2em 1em;
  max-width: 1000px;
  margin: auto;
}
.why-wrap .why-item {
  max-width: 270px;
  width: calc((100% - 2em)/ 3);
  text-align: center;
}
.why-wrap .why-item_text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 1.5em;
}
.why-wrap .why-item_caution {
  width: 100%;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 500;
}
.cta-wrap {
  background: url(../img/lp-try-01/bg_cta01.jpg);
  background-size: cover;
  background-position: center;
  padding: 6em 0;
}
.cta02-wrap {
  background: url(../img/lp-try-01/bg_cta01.jpg);
  background-size: cover;
  background-position: center;
  padding: 6em 0;
}
.cta-wrap .cta-title {
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 15px rgba(56, 44, 44, 0.3);
  margin-bottom: 1em;
}
.cta-wrap .cta-box,
.cta02-wrap .cta02-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(56, 44, 44, 0.05);
  padding: 5em 1em 4em;
}
.cta-wrap .cta-box .cta-lead {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.cta-wrap .cta-box .cta-lead em {
  background: #fec706;
  background: linear-gradient(0deg, #fec706 40%, rgba(255, 255, 255, 0) 40%);
}
.cta02-wrap .cta02-title {
  position: relative;
  z-index: 10;
  width: 422px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  background: #63a651;
  border-radius: 5em;
  padding: 0.5em;
  margin: 0 auto -1.25em;
}
.cta02-wrap .cta02-title::after {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8.5px 0 8.5px;
  border-color: #63a651 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
}
.cta02-wrap .cta02-box .cta02-lead {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2em;
}
.cta02-wrap .cta02-box .cta02-lead em {
  font-size: 2.5rem;
  background: #fec706;
  background: linear-gradient(0deg, #fec706 40%, rgba(255, 255, 255, 0) 40%);
}
.change-wrap {
  background: #fbfbfb;
  padding: 10em 0;
}
.change-wrap .change-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.change-wrap .change-title em {
  font-size: 3.125rem;
}
.change-wrap .change-title em.dotted {
  background-image: radial-gradient(circle at center, #ee6705 18%, transparent 23%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.75em;
  padding-top: .45em;
}
.change-wrap .change-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1em;
}
.change-wrap .change-item {
  max-width: 342px;
  width: calc((100% - 1em) / 3);
}
.change-wrap .change-item_image {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  padding-top: 100%;
  filter: drop-shadow(0 0 10px rgba(56, 44, 44, 0.1));
  margin-bottom: 2.5em;
  border: 3px solid #ee6705;
}
.change-wrap .change-item_image img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 70%;
}
.change-wrap .change-item_text {
  text-align: center;
}
.change-wrap .change-item_text .change-subtitle {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ee6705;
  margin-bottom: 0.5em;
}
.change-wrap .change-item_text p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
.days-wrap {
  background: #fcf3d3;
  background-size: cover;
  background-position: top center;
  padding: 9em 0;
}
.days-wrap .days-title {
  text-align: center;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 2px solid #959595;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.days-wrap .days-title em {
  color: #ee6705;
}
.days-wrap .days-lead {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5em;
}
.days-wrap .days-list {
  position: relative;
  z-index: 10;
}
.days-wrap .days-list::after {
  position: absolute;
  z-index: -5;
  display: inline-block;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 6px dotted #ee6705;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.days-wrap .days-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 21.5em;
  background: #fff;
  border: 3px solid #ee6705;
  border-radius: 10px;
  overflow: hidden;
  padding-right: 1em;
  margin-bottom: 4em;
}
.days-wrap .days-item:last-child {
  margin-bottom: 0;
}
.days-wrap .days-item .days-date {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 300px;
  padding-left: 2em;
  padding-bottom: 1em;
  margin-right: 3em;
}
.days-wrap .days-item .days-date::after {
  position: absolute;
  z-index: -5;
  display: inline-block;
  content: "";
  width: 180%;
  padding-top: 180%;
  background: #ee6705;
  border-radius: 50%;
  top: -50%;
  right: 0;
  transform: translateY(-50%);
}
.days-wrap .days-item .days-date span {
  font-size: 2.125rem;
  font-weight: bold;
  color: #fff;
}
.days-wrap .days-item .days-date em {
  font-size: 3.75rem;
}
.days-wrap .days-item .days-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 1em;
  max-width: 800px;
  width: calc(100% - (300px + 3em));
}
.days-wrap .days-item .days-detail_text {
  max-width: 520px;
}
.days-wrap .days-item .days-detail_title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.days-wrap .days-item .days-detail_text p {
  font-size: 1.25rem;
  line-height: 1.8;
}
.days-wrap .days-item .days-detail_image {
  min-width: 180px;
}
.experiences-wrap {
   background: url(../img/lp-try-01/bg_experiences.jpg);
  background-size: cover;
  background-position: top center;
  padding: 5em 0 7em;
}
.experiences-wrap .experiences-box {
  background: #fff;
  padding: 4em 1em 7em;
}
.experiences-wrap .experiences-box>* {
  max-width: 1000px;
  margin: auto;
}
.experiences-wrap .experiences-title {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  padding-top: 2em;
  margin-bottom: 0.5em;
}
.experiences-wrap .experiences-title::before {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  width: 37px;
  height: 71px;
  background: url(../img/lp-try-01/icon_bulb.svg)no-repeat;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.experiences-wrap .experiences-title em {
  font-size: 3.125rem;
  color: #ee6705;
}
.experiences-wrap .experiences-lead {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #616161;
  margin-bottom: 5em;
}
.experiences-wrap .experiences-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 1em;
}
.experiences-wrap .experiences-item+.experiences-item {
  margin-top: 4em;
}
.experiences-wrap .experiences-item dt {
  width: 170px;
}
.experiences-wrap .experiences-item dd {
  position: relative;
  z-index: 10;
  max-width: 750px;
  width: 100%;
  border: 3px solid #929292;
  border-radius: 15px;
  background: #fff;
  margin-left: 2.5em;
  padding: 2em 1em;
}
.experiences-wrap .experiences-item dd::before,
.experiences-wrap .experiences-item dd::after {
  position: absolute;
  z-index: -10;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -1.75em;
  border-top: 20px solid transparent;
  border-right: 1.75em solid #929292;
  border-bottom: 20px solid transparent;
}
.experiences-wrap .experiences-item dd::after {
  left: calc(5px - 1.75em);
  border-right: 1.75em solid #fff;
}
.experiences-wrap .experiences-item dd p {
  max-width: 590px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  margin: auto;
}
.experiences-wrap .experiences-item dd p em {
  color: #ee6705;
}
.paper-wrap {
  background: #fdfdfd;
  padding: 8em 4% 10em;
}
.paper-wrap .paper-inner {
  max-width: 1550px;
  text-align: left;
  margin: auto;
}
.paper-wrap .paper-title {
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.paper-wrap .paper-lead {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 3em;
}
.paper-wrap .paper-lead em {
  color: #ee6705;
}
.paper-wrap .paper-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5em 0.95em;
}
.paper-wrap .paper-item {
  width: calc((100% - 2.85em) / 4);
  padding: 2.5em 1.5em;
  box-shadow: 0 0 10px rgba(56, 44, 44, 0.1);
  border-radius: 20px;
  background: #fff;
}
.paper-wrap .paper-item .paper-item_title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 0.25em;
  font-size: 1.75rem;
  font-weight: bold;
  color: #ee6705;
  line-height: 1;
  margin-bottom: 0.5em;
}
.paper-wrap .paper-item .paper-item_title i{
  filter: brightness(0) saturate(100%) invert(58%) sepia(71%) saturate(5766%) hue-rotate(7deg) brightness(101%) contrast(96%);
}
.paper-wrap .paper-item p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
}
.price-wrap {
  background: #fcf0c2;
  padding: 7em 0 3em;
}
.price-wrap .price-title {
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.price-wrap .price-box {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 1em;
  margin: 0 auto 3em;
}
.price-wrap .price-item {
  max-width: 496px;
  width: 100%;
  background: #fff;
  border: 3px solid #e07309;
  border-radius: 10px;
  overflow: hidden;
}
.price-wrap .price-item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 3em;
  font-size: 2.5rem;
  font-weight: bold;
  color: #e07309;
  background: #f7dcc1;
}
.price-wrap .price-item dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 12em;
}
.price-wrap .price-item dd .price-text {
  font-size: 2.5rem;
  font-weight: bold;
}
.price-wrap .price-item dd .price-text em {
  font-size: 4.0625rem;
}
.price-wrap .price-item dd .price-caution {
  font-size: 1.25rem;
  font-weight: 500;
}
.price-wrap .price-item.item-set {
  border-color: #4e69b5;
}
.price-wrap .price-item.item-set dt {
  color: #4e69b5;
  background: #d1d9ed;
}
.price-wrap .common-btn{
  margin-bottom:1em;
}
.price-wrap2 .common-btn a{
  background: #0384fc;
}
.price-wrap .common-btn a span::after{
  background-image: url(../img/lp-try-01/icon_arrow_blu.svg);
}
.price-wrap .text_link{
  text-align:center;
  font-size:1.125rem;
  font-weight:500;
}
.other-wrap {
  background: #fdfdfd;
  padding: 6em 0;
}
.other-wrap .other-logo {
  max-width: 280px;
  margin: 0 auto 5em;
}
.other-wrap .other-btn {
  margin: auto;
  text-align: center;
}
.other-wrap .other-btn a {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 494px;
  width: 100%;
  min-height: 3.5em;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  background: #63a651;
  border: 2px solid #63a651;
  border-radius: 7em;
  text-decoration: none;
  padding: 0.5em 2.5em;
  margin: auto;
  transition: color .4s, background .4s;
}
.other-wrap .other-btn a:hover {
  color: #63a651;
  background: #fff;
}
.other-wrap .other-btn a::after {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  width: 34px;
  height: 34px;
  background: #fff;
  background-image: url(../img/lp-try-01/icon_arrow_grn.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
#pageTop {
  position: fixed;
  bottom: 90px;
  right: 3%;
  z-index: 500;
  z-index: 1200;
}

@media screen and (max-width:1290px) {
  .mv-wrap .mv-title {
    margin-bottom: 1em;
  }
  .mv-wrap .mv-title i{
    max-width:400px;
  }
  .mv-wrap .mv-title span{
    text-align: center;
    font-size:1.85rem;
    margin-left: 6.5em;
  }
  .mv-wrap .mv-title em {
    font-size: 4rem;
  }
  .mv-wrap .mv-lead {
    margin-bottom: .5em;
  }
  .mv-wrap .mv-decoration {
    transform: none;
  }
  .mv-wrap .mv-decoration.decoration01 {
    bottom: 1em;
    left: -4.5em;
    max-width: 250px;
  }
  .mv-wrap .mv-decoration.decoration02 {
    max-width: 220px;
    right: -1.5em;
  }
  .point-wrap .point-item .point-text .point-lead {
    font-size: 1rem;
  }
  .point-wrap .point-item .point-text p em{
    font-size:1.5rem;
  }
  .point-wrap .point-item .point-subtitle em{
    font-size:3.5rem;
  }
  .point-wrap .point-item .point-subtitle{
    font-size:1.125rem;
  }
}
@media screen and (max-width:1140px) {
  .days-wrap .days-item.item03 .days-detail_text p br {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .holizon-title {
    min-height: 6.5rem;
  }
  .holizon-title span {
    font-size: 1.575rem;
  }
  .holizon-title span em,
  .holizon-title span i {
    font-size: 2.15rem;
  }
  .holizon-title strong {
    font-size: 1.5rem;
  }
  .common-btn {
    margin: 1.5em auto;
  }
  .common-btn a,
  .common-btn a:hover{
    max-width: 100%;
    min-height: 4.25em;
    font-size: 1.25rem;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(4, 0, 0, 0.3);
    transform: none;
  }
  .common-btn a::after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .common-btn a span {
    padding-right: 1.5em;
  }
  .common-btn a span::after {
    width: 24px;
    height: 24px;
    background-size: 65%;
  }
  .mv-wrap {
    background-image: url(../images/kenmin-bg-m.png);
    background-size: 100%;
    padding-top: 5.5em;
    padding-bottom: 1em;
  }
  .mv-wrap .mv-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .mv-wrap .mv-title {
    flex-direction:column;
    align-items: center;
    gap: 1em 0;
    margin-bottom: 1.25em;
  }
  .mv-wrap .mv-title span {
    font-size: min(4.35vw, 1.125rem);
    margin-bottom: 0;
    margin-left: auto;
    text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;
  }
  .mv-wrap .mv-title i{
    max-width:80%;
  }
  .mv-wrap .mv-title em {
    text-align:center;
    font-size: min(8vw,2.125rem);
  }
  .mv-wrap .mv-lead {
    font-size: min(4.25vw,1.15rem);
    margin-bottom: 1em;
  }
  .mv-wrap .mv-lead span{
    font-size:min(3.25vw,0.95rem);
  }
  .mv-wrap .mv-decoration {
    transform: translateX(-50%);
    filter: drop-shadow(2px 2px 0 #fff)drop-shadow(2px -2px 0 #fff)drop-shadow(-2px 2px 0 #fff)drop-shadow(-2px -2px 0 #fff);
  }
  .mv-wrap .mv-decoration.decoration01 {
    max-width: 80px;
    bottom: 36%;
    left: calc(50% - 135px);
  }
  .mv-wrap .mv-decoration.decoration02 {
    max-width: 68px;
    bottom: 36%;
    right: calc(50% - 190px);
  }
  .point-wrap .point-box {
    background-image: url(../img/lp-try-01/bg_point01_sp.jpg);
    background-position: center top;
    padding: 2em 0;
  }
  .point-wrap .point-list {
    flex-direction:column;
    gap: 2.5em 0;
  }
  .point-wrap .point-item {
    align-items:center;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 0 1.5em 1.25em;
  }
  .point-wrap .point-item .point-title {
    max-width:270px;
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
    color: #fff;
    background: #6f4023;
    border-radius:4em;
    padding:0.5em;
    margin: -1em auto 1em;
  }
  .point-wrap .item03 .point-title{
  }
  .point-wrap .item04 .point-title{
    margin-bottom: 3em;
  }
  .point-wrap .point-item .point-title i {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 1.29rem;
    border-radius: 0;
    padding-bottom: 0;
    margin: 0;
    margin-right: 0.75em;
  }
  .point-wrap .point-item .point-item-col{
    align-items:center;
  }
  .point-wrap .point-item .point-title span {
    font-size: 1.07rem;
    margin-bottom: 0;
  }
  .point-wrap .point-item .point-image {
    text-align: center;
    margin: 0;
    width: 35%;
  }
  .point-wrap .point-item .point-text {
    width: 55%;
  }
  .point-wrap .point-item .point-subtitle {
    text-align: center;
    margin-bottom: 0.25em;
    font-size: 1rem;
  }
  .point-wrap .point-item .point-subtitle span {
    font-size: min(4vw,1rem);
  }
  .point-wrap .point-item .point-subtitle span.sp_big {
    font-size: min(6vw,1.75rem);
    margin-right: 0.5em;
  }
  .point-wrap .point-item .point-subtitle em {
    font-size: min(8.5vw,2.5rem);
  }
  .point-wrap .point-item .point-text p {
    font-weight: normal;
    text-align: center;
  }
  .point-wrap .item04 .point-text p{
    font-size: 0.75rem;
  }
  .point-wrap .point-item.item02 .point-text p{
    font-weight:bold;
    margin-bottom:0.25em;
  }
  .point-wrap .point-item .point-text p.point-caution{
    font-size:0.75rem;
  }
  .point-wrap .point-item .point-table {
    max-width: 100%;
    width: 41%;
    margin: 0;
  }
  .point-wrap .point-item .point-table tr>* {
    font-size: 0.875rem;
  }
  .point-wrap .point-item .point-table tr td em {
    font-size: 1rem;
  }
  .point-wrap .point-item .point-table tfoot tr>* {
    padding: 0.5rem 0.25rem;
  }
  .point-wrap .point-item .point-lead {
    width: 100%;
    font-size: 1rem;
    order:1;
  }
  .point-wrap .point-item.item03 .point-image{
    order:2;
  }
  .point-wrap .point-item.item03 .point-text{
    order:3;
  }
  .point-wrap .item03 .point-text .point-lead,
  .point-wrap .item04 .point-text .point-lead-top{
    font-size: 1rem;
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    top: 16%;
    margin:auto;
  }
  .comparison-wrap .comparison-box {
    background-image: url(../img/lp-try-01/bg_comparison01.png);
    padding: 2em 0;
  }
  .comparison-wrap .comparison-list {
    flex-direction:column;
    gap: 1.5em 0;
  }
  .comparison-wrap .comparison-item {
    border-width: 3px;
    border-radius: 12px;
    padding: 2em 1em;
  }
  .comparison-wrap .comparison-item>* {
    max-width: 100%;
  }
  .comparison-wrap .comparison-item_image{
    height: 80px;
  }
  .comparison-wrap .comparison-item_image img{
    object-fit:contain;
    max-width: inherit;
    width: 100%;
    height:100%;
  }
  .comparison-wrap .comparison-item_text {
    margin-top: 0.5em;
  }
  .comparison-wrap .comparison-title {
    font-size: 1.285rem;
    margin-bottom: 0.5em;
  }
  .comparison-wrap .comparison-item_text li {
    line-height: 1.6;
    padding-left: 1.75em;
  }
  .comparison-wrap .comparison-item_text li+li {
    margin-top: 1em;
  }
  .comparison-wrap .comparison-item_text li::before {
    width: 14px;
    height: 15px;
  }
  .why-wrap .why-box {
    padding: 2em 0;
  }
  .why-wrap .why-inner_box {
    border-width: 3px;
    border-radius: 12px;
    padding:2em 1em;
  }
  .why-wrap .why-list {
    flex-direction:column;
    gap: 1em;
    max-width: 100%;
  }
  .why-wrap .why-item {
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .why-wrap .why-item_image{
    width: 42%;
  }
  .why-wrap .why-item_text {
    width: 50%;
    font-size: 1rem;
    margin-top: 0;
  }
  .why-wrap .why-item_caution {
    text-align: left;
    font-size: 0.75rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  .cta-wrap {
    background-position: center bottom;
    padding: 2em 0;
  }
  .cta02-wrap {
    padding: 2em 0;
  }
  .cta-wrap .cta-title {
    font-size: 1.75rem;
    margin-bottom: 0.75em;
  }
  .cta-wrap .cta-box,
  .cta02-wrap .cta02-box {
    border-radius: 8px;
    padding: 2em 1em 0.25em;
  }
  .cta-wrap .cta-box .cta-lead {
    font-size: 1.5rem;
    margin-bottom: -0.5em;
  }
  .cta02-wrap .cta02-title {
    max-width: 240px;
    width:100%;
    font-size: 1.25rem;
    margin: 0 auto -0.85em;
  }
  .cta02-wrap .cta02-title::after {
    border-width:  9px 5px 0 5px;
    bottom: -9px;
  }
  .cta02-wrap .cta02-box .cta02-lead {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .cta02-wrap .cta02-box .cta02-lead em {
    font-size: 1.5rem;
  }
  .change-wrap {
    padding: 3em 0;
  }
  .change-wrap .change-title {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
  .change-wrap .change-title em {
    font-size: 1.785rem;
  }
  .change-wrap .change-list {
    flex-direction:column;
    gap: 1em;
  }
  .change-wrap .change-item {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    max-width: 100%;
    width: 100%;
  }
  .change-wrap .change-item_image {
    width:30%;
    border-radius: 50%;
    padding-top: 30%;
    margin-bottom: 0;
    border-width: 1px;
  }
  .change-wrap .change-item_image img {
    max-width: 65%;
  }
  .change-wrap .change-item_text {
    width:70%;
    text-align: left;
    padding-left:5%;
  }
  .change-wrap .change-item_text .change-subtitle {
    font-size: 1.5rem;
    margin-bottom:0.25em;
  }
  .change-wrap .change-item_text p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .days-wrap {
    background-image: url(../img/lp-try-01/bg_7days01_sp.jpg);
    padding: 3em 0;
  }
  .days-wrap .days-title {
    font-size: 2rem;
    line-height:1.4;
    border-bottom-width:1px;
  }
  .days-wrap .days-lead {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 3em;
  }
  .days-wrap .days-list::after {
    border-left-width: 4px;
  }
  .days-wrap .days-item {
    flex-direction:column;
    align-items:flex-start;
    min-height: 0;
    border-width: 2px;
    border-radius: 8px;
    padding: 0;
    overflow:visible;
    margin-bottom: 2.5em;
  }
  .days-wrap .days-item .days-date {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 130px;
    background: #ee6705;
    border-radius:2em;
    padding:0.35em;
    margin-right: 0;
    margin-top:-1.5em;
    margin-left:-0.15em;
  }
  .days-wrap .days-item .days-date::after {
    display:none;
  }
  .days-wrap .days-item .days-date span {
    font-size: 1rem;
  }
  .days-wrap .days-item .days-date em {
    font-size: 1.75rem;
  }
  .days-wrap .days-item .days-detail {
    position:relative;
    z-index:10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 1em;
    max-width: 100%;
    width: 100%;
    padding: 0.5em 1em 1em;
  }
  .days-wrap .days-item .days-detail_text {
    max-width: 100%;
  }
  .days-wrap .days-item .days-detail_title {
    font-size: 1.5rem;
    margin-bottom: 0.25em;
  }
  .days-wrap .days-item .days-detail_text p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .days-wrap .days-item.item03 .days-detail_text p br,
  .days-wrap .days-item.item03 .days-detail_text p br.display_sp {
    display: block ;
  }
  .days-wrap .days-item.item03 .days-detail_text p br.display_pc {
    display: none;
  }
  .days-wrap .days-item .days-detail_image {
    position:absolute;
    z-index:-10;
    min-width: 0;
    width: 80px;
    bottom:1em;
    right:1em;
  }
  .days-wrap .days-item.item03 .days-detail_image{
    width: 100px;
    top:-10px;
    bottom:auto;
  }
  .days-wrap .days-item.item04 .days-detail_image{
    width: 65px;
  }
  .days-wrap .days-item.item05 .days-detail_text p{
    max-width: 200px;
  }
  .experiences-wrap {
    padding: 2em 0;
  }
  .experiences-wrap .experiences-box {
    padding: 2em 1em;
  }
  .experiences-wrap .experiences-box>* {
    max-width: 1000px;
    margin: auto;
  }
  .experiences-wrap .experiences-title {
    font-size: 1.5rem;
    margin-bottom:0.5em;
  }
  .experiences-wrap .experiences-title::before {
    width: 19px;
    height: 35px;
    background-size:contain;
  }
  .experiences-wrap .experiences-title em {
    display:block;
    font-size: 1.785rem;
  }
  .experiences-wrap .experiences-lead {
    font-size: 0.75rem;
    margin-bottom: 3em;
  }
  .experiences-wrap .experiences-item {
    gap: 0 0.5em;
  }
  .experiences-wrap .experiences-item+.experiences-item {
    margin-top: 1em;
  }
  .experiences-wrap .experiences-item dt {
    width: 70px;
  }
  .experiences-wrap .experiences-item dd {
    max-width: 100%;
    width: 100%;
    border-width: 2px;
    border-radius: 10px;
    margin-left: 1em;
    padding:1em;
  }
  .experiences-wrap .experiences-item dd::before,
  .experiences-wrap .experiences-item dd::after {
    top: 30%;
    left: -1em;
    border-top: 10px solid transparent;
    border-right: 1em solid #929292;
    border-bottom: 10px solid transparent;
  }
  .experiences-wrap .experiences-item dd::after {
    left: calc(3px - 1em);
    border-right: 1em solid #fff;
  }
  .experiences-wrap .experiences-item dd p {
    max-width: 100%;
    font-size: 0.875rem;
  }
  .paper-wrap {
    padding: 3em 15px;
  }
  .paper-wrap .paper-inner {
    max-width: 100%;
  }
  .paper-wrap .paper-title {
    font-size: 1.75rem;
  }
  .paper-wrap .paper-lead {
    font-size: 1rem;
  }
  .paper-wrap .paper-list {
    gap: 1em;
  }
  .paper-wrap .paper-item {
    width: calc((100% - 1em) / 2);
    padding: 1em .5em;
    border-radius: 14px;
  }
  .paper-wrap .paper-item .paper-item_title {
    font-size: 1.45rem;
    margin-bottom: 0.5em;
    gap: 0 0.1em;
  }
  .paper-wrap .paper-item .paper-item_title i{
    width:20px;
  }
  .paper-wrap .paper-item .paper-item_title small{
    font-size:1rem;
  }
  .paper-wrap .paper-item p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .price-wrap {
    padding: 2em 0;
  }
  .price-wrap .price-title {
    font-size: 1.75rem;
  }
  .price-wrap .price-box {
    max-width: 100%;
    margin: 0 auto 2em;
  }
  .price-wrap .price-item {
    max-width: 100%;
    width: 100%;
    border-width: 2px;
    border-radius: 8px;
 }
  .price-wrap .price-item dt {
    min-height: 2.5em;
    font-size: 1.5rem;
  }
  .price-wrap .price-item dd {
    min-height: 5em;
  }
  .price-wrap .price-item dd .price-text {
    font-size: 1.5rem;
  }
  .price-wrap .price-item dd .price-text em {
    font-size: 2.25rem;
  }
  .price-wrap .price-item dd .price-caution {
    font-size: 0.75rem;
  }
  .other-wrap {
    padding: 2em 0;
  }
  .other-wrap .other-logo {
    max-width: 120px;
    margin: 0 auto 1.5em;
  }
  .other-wrap .other-btn a {
    max-width: 300px;
    min-height: 4em;
    font-size: 1.15rem;
    padding: 0.5em 2em;
  }
  .other-wrap .other-btn a:hover {
    color: #fff;
    background: #63a651;
  }
  .other-wrap .other-btn a::after {
    width: 24px;
    height: 24px;
    background-size: 65%;
  }
  #pageTop {
    width:50px;
    bottom: 80px;
  }
  footer{
    padding-bottom:90px;
  }

    

}
@media screen and (max-width:340px) {
  .change-wrap .change-item_text p br,
  .days-wrap .days-item.item02 .days-detail_title br {
    display:none;
  }
  .days-wrap .days-item.item02 .days-detail_image{
    bottom:0;
    width:70px;
  }
  .days-wrap .days-item.item03 .days-detail_image{
    width:80px;
  }
}



ul li.kenmin-topic {
  list-style-type: disc !important;
  line-height: 2em !important;
}

.point-text {
  font-size: 1.2em;
}
@media screen and (max-width:748px) {
  .point-text {
  font-size: 1.0em;
  margin-top: 0px;
}
}

.point-item .item02 .point-item-col {
  text-align: center;
}



a.btn_02 {
	display: block;
	text-align: center;
	margin:0 auto;
	text-decoration: none;
	padding: 1.5rem 4rem;
	font-weight: bold;
	border: 2px solid #0a3587;
	color: #000000;
	transition: 0.5s;
	border-radius: 100vh;
}
a.btn_02:hover {
	color: #fff;
	background: #ef6b20;
}

.f-btn {
  width:95%;
  margin: 0 auto 0;
}


.tel_link {
    background: #ffffff;
    padding: 5px;
    border-radius: 0px 0px 10px 10px; /* 左上, 右上, 右下, 左下 */
}

.t-bg {
    background-color: rgba(10, 53, 135, 0.7);
    width: 90%;
    text-align: center;
    padding: 10px;
    margin: 0 auto; /* 中央揃え */
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}