:root {
    --blue01: #122A88;
  }
  
  main {
    padding-top: 0;
  }
  
  .sec_inner {
    max-width: 1200px;
    margin: auto;
  }
  
  .support_wrap {
    line-height: 1.6;
    /* overflow-x: hidden; */
  }
  
  #freepages_body img {
    max-width: auto;
  }
  
  .support_wrap img {
    height: auto;
  }
  
  .fl {
    flex-wrap: nowrap;
  }
  
  #page_title {
    display: none;
  }
  
  .h2_deco {
    width: fit-content;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    padding: 0 5px;
    padding-bottom: 3px;
    font-size: 36px;
    color: var(--blue01);
    border-bottom: solid 1px var(--blue01);
  }
  
  .h2_deco:before,
  .h2_deco:after {
    position: absolute;
    bottom: 20px;
    content: "";
    width: 5px;
    height: 5px;
    bottom: -3px;
    border-radius: 5px;
    background: var(--blue01);
  }
  
  .h2_deco:before {
    left: -5px;
  }
  
  .btn_shadow {
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    display: block;
    width: fit-content;
    padding: 10px 20px;
    background: var(--blue01);
    box-shadow: 0px 5px 0px #091A5A;
    transition: 0.2s;
    cursor: pointer;
    position: relative;
  }
  
  @media (max-width: 1024px) {
    .support_wrap {
      font-size: 16px;
    }
  
    .sec_inner {
      padding: 0 20px;
    }
  
    .btn_shadow span {
      font-size: 14px;
      margin-right: 8px;
    }
  
    .h2_deco {
      font-size: 22px;
    }
  
    .h2_deco:before {
      left: -2px;
    }
  
    .h2_deco:after {
      right: -3px;
    }
  
  }
  
  @media (min-width: 756px) and (max-width: 1025px) {
    .sec_inner {
      padding: 0 20px;
    }
  
  }
  
  
  /* header */
  header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    background: #fff;
  }
  
  header h1 {
    font-size: 5px;
  }
  
  .header_sp {
    display: none;
  }
  
  .header_pc {
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
  }
  
  .header_pc .fl {
    align-items: center;
  }
  
  .header_pc .header_logo {
    max-width: 185px;
    height: max-content;
  }
  
  .header_pc_right {
    gap: 20px;
  }
  
  .header_logo {
    max-width: 170px;
    height: 30px;
  }
  
  .header_tel {
    max-width: 170px;
    height: max-content;
  }
  
  .header_pc nav {
    font-weight: 700;
    gap: 30px;
    display: flex;
  }
  
  .header_pc nav a {
    position: relative;
  }
  
  .header_pc nav a:hover:before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    border-bottom: solid 2px var(--blue01);
  }
  
  .header_pc table {
    width: 120px;
    font-size: 12px;
    line-height: 1.2;
  }
  
  .header_pc table th {
    text-align: left;
    font-weight: 500;
    width: 50px;
  }
  
  .header_pc .btn_shadow {
    max-width: 190px;
    padding: 10px 10px;
    min-width: fit-content;
    bottom: 2px;
  }
  
  @media (min-width: 1025px) and (max-width: 1025px) {
    .header_pc {
      gap: 0;
      justify-content: space-between;
    }
  }
  
  @media (max-width: 1024px) {
    .header_pc {
      display: none;
    }
  
    .header_sp {
      display: block;
    }
  
    #header-menu1 {
      margin-bottom: 20px;
    }
  
    #header-menu-wrapper>div.header_sp_cta {
      background: #122A88D9;
      padding: 20px 0 30px;
    }
  
    .header_sp_cta .fl {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
  
    .header_sp_cta .fl>p {
      color: #fff;
      font-size: 18px;
      position: relative;
    }
  
    .header_sp_cta img {
      max-width: 200px;
    }
  
    .header_sp_cta a.btn_shadow {
      font-size: 20px;
      padding: 15px 200x;
    }
  
    .header_sp_cta .fl>p:before,
    .header_sp_cta .fl>p:after {
      content: "";
      position: absolute;
      background: #fff;
      height: 65%;
      width: 2px;
      top: 3px;
      bottom: 0;
      margin: auto;
    }
  
    .header_sp_cta .fl>p:before {
      left: -8px;
      transform: rotate(-15deg);
    }
  
    .header_sp_cta .fl>p:after {
      right: -8px;
      transform: rotate(15deg);
    }
  
    #header-menu-wrapper>div.header_sp_tel {
      padding: 20px;
    }
  
    .header_sp_tel .fl {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
    }
  
    .header_sp_tel .fl p {
      margin-bottom: 10px;
    }
  
    .header_sp_tel .fl a,
    .header_sp_tel .fl img {
      display: block;
    }
  
    .telbox a:after {
      content: none;
    }
  
  }
  
  /* header end */
  
  /* title_mimamori */
  #page_title_sup {
    display: block;
    /* margin-top:60px; */
  }
  
  .titlePop:after {
    background: transparent url(/common/img/lp_about/balloon_close2.svg) no-repeat center / contain;
  }
  
  .title_support {
    position: relative;
    /* height: 475px;  */
    height: 535px;
  }
  
  .title_bg {
    display: flex;
    height: 100%;
  }
  
  .title_bg img {
    width: 50%;
    object-fit: cover;
    height: 100%;
  }
  
  .title_text {
    position: absolute;
    top: 40px;
    top: 100px;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: #122A88cc;
    padding: 30px 25px 10px;
    width: fit-content;
    margin: auto;
    color: #fff;
    text-align: center;
  }
  
  .title_text h2 {
    font-size: 36px;
    width: fit-content;
    margin: auto;
    margin-bottom: 25px;
    position: relative;
  
  }
  
  .title_text h2:first-of-type:after {
    content: "";
    background: url(/common/img/lp_about/ico_h1_deco.png);
    left: 0;
    background-repeat: no-repeat;
    right: 0;
    width: 100%;
    height: 6px;
    bottom: -10px;
    position: absolute;
    background-size: cover;
  }
  
  .title_cir_box {
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .title_cir_box>dl {
    width: 173px;
    height: 173px;
    background: #fff;
    border-radius: 500px;
    color: var(--blue01);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: 700;
  }
  
  .title_cir_box>dl dt {
    color: #fff;
    background: var(--blue01);
    border-radius: 50px;
    padding: 0px 8px 1px;
    margin-top: 25px;
  }
  
  .title_cir_box>dl dd {
    line-height: 1.4;
    margin-top: 10px;
  }
  
  .title_cir_box>dl:first-of-type dd {
    padding-top: 10px;
  }
  
  .title_cir_box>dl span {
    font-size: 28px;
  }
  
  .title_cir_box>dl dd a {
    width: 25px;
    position: relative;
    display: inline-block;
    height: fit-content;
    vertical-align: middle;
    padding-top: 1px;
    padding-left: 5px;
  }
  
  .title_bg .tab_only {
    display: none;
  }
  
  @media (max-width: 1024px) {
    #page_title_sup {
      height: 460px;
      margin-top: 60px;
    }
  
    .title_support {
      height: auto;
      height: 100%;
    }
  
    .title_bg {
      flex-direction: column;
    }
  
    .title_bg img {
      width: 100%;
    }
  
    .title_text {
      padding: 10px 5px 10px;
      width: 100%;
      border-radius: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: fit-content;
    }
  
    .title_text h2 {
      font-size: 22px;
      margin-bottom: 15px;
    }
  
    .title_text h2:first-of-type:after {
      content: "";
      background: url(/common/img/lp_about/ico_h1_deco.png);
      background-repeat: no-repeat;
      width: 100%;
      background-size: contain;
      bottom: -5px;
    }
  
    .title_text h2 span {
      font-size: 16px;
    }
  
    .title_cir_box.fl.sb {
      gap: 5px;
      justify-content: center;
    }
  
    .title_cir_box>dl {
      width: 119px;
      height: 119px;
      font-size: 14px;
    }
  
    .title_cir_box>dl dd {
      margin-top: 0px;
    }
  
    .title_cir_box>dl dd a {
      width: 17px;
      position: relative;
      display: inline-block;
      height: fit-content;
      vertical-align: middle;
      padding-top: 1px;
      padding-left: 2px;
    }
  
    .title_cir_box>dl span {
      font-size: 20px;
    }
  
    .title_cir_box>dl.box2 span {
      font-size: 16px;
    }
  
    .title_text h2:last-of-type {
      margin-bottom: 0px;
    }
  }
  
  @media (min-width: 755px) and (max-width: 1025px) {
    #page_title_sup {
      height: auto;
    }
  
    .title_bg {
      flex-direction: colomun;
    }
  
    .title_bg img {
      height: auto;
      max-width: 100%;
      margin: auto;
      display: block;
      object-fit: cover;
      height: 50%;
    }
  
    .title_bg .pc_only {
      display: none;
    }
  
    .title_bg .sp_only {
      display: none;
    }
  
    .title_bg .tab_only {
      display: block;
    }
  
    .title_cir_box.fl.sb {
      gap: 25px;
      justify-content: center;
    }
  }
  
  /* title end */
  
  
  /* intro  */
  #intro {
    background: #F2F5FF;
    padding: 45px 0 75px;
  }
  
  #intro h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
  
  #intro h2 span {
    font-size: 36px;
    color: var(--blue01);
  }
  
  .casual_wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
  
  .casual_box {
    background: #fff;
    padding: 20px 28px;
    background: #fff;
    border-radius: 10px;
    max-width: 505px;
    width: 100%;
  }
  
  .casual_box>div {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 25px;
  }
  
  .casual_box h3 {
    width: fit-content;
    margin: auto;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  
  .casual_box h3:before,
  .casual_box h3:after {
  
    content: "";
    position: absolute;
    background: #000;
    height: 65%;
    width: 2px;
    top: 3px;
    bottom: 0;
    margin: auto;
  }
  
  .casual_box h3:before {
    left: -8px;
    transform: rotate(-15deg);
  }
  
  .casual_box h3:after {
    right: -8px;
    transform: rotate(15deg);
  }
  
  .casual_box>div>div:last-of-type {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .casual_box div img {
    display: block;
  }
  
  .casual_box ul {}
  
  .casual_box li {
    position: relative;
    padding-left: 20px;
  }
  
  .casual_box li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -2px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(/common/img/lp_about/ico_check.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 5px;
  }
  
  .casual_box li.adjli:before {
    top: -20px;
  }
  
  .casual_box .btn_shadow {
    margin-top: 10px;
    font-size: 20px;
    width: 100%;
    bottom: 5px;
  }
  
  .btn_shadow span {
    position: relative;
    background: #fff;
    padding: 1px 5px 3px;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 8px;
    top: -2px;
    color: var(--blue01);
  }
  
  .btn_shadow.yel span {
    color: #E28F3D;
  }
  
  .casual_sel select {
    font-size: 16px;
    width: 100%;
    border: solid 1px #E0E0E0;
    padding: 10px 10px 13px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  .casual_sel {
    position: relative;
  }
  
  .casual_sel select option:hover {
    background: #0f0;
  
  }
  
  .casual_sel::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 1px;
    border: 2px solid;
    border-color: transparent transparent var(--blue01) var(--blue01);
    transform: rotate(-45deg);
    z-index: 50;
    right: 15px;
    top: 17px;
    bottom: auto;
    ;
    margin: auto;
  
    opacity: 1;
  }
  
  .btn_shadow.yel {
    background: #E28F3D;
    box-shadow: 0px 5px 0px #D26E0C;
  }
  
  .btn_shadow.gre {
    background: #22B666;
    box-shadow: 0px 5px 0px #169651;
    padding-left: 45px;
  }
  
  .btn_shadow.whi {
    background: #fff;
    color: var(--blue01);
    border: solid 2px var(--blue01);
    box-shadow: 0px 5px 0px #122A88;
    padding-left: 50px;
  
  }
  
  .btn_shadow.gre:before,
  .btn_shadow.whi:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 22px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
  }
  
  .btn_shadow.gre:before {
    background: url(/common/img/lp_about/ico_tel.svg) no-repeat;
  }
  
  .btn_shadow.whi:before {
    background: url(/common/img/lp_about/ico_ser.svg) no-repeat;
  
  }
  
  /* hover*/
  .btn_shadow:hover {
    color: #fff;
    box-shadow: 0 0 0;
    background: #091A5A;
    transform: translateY(4px);
    transition: 0.4s;
    opacity: 1;
  }
  
  .btn_shadow:hover span {
    color: #091A5A;
  }
  
  .btn_shadow.yel:hover {
    background: #D26E0C;
  }
  
  .btn_shadow.yel:hover span {
    color: #D26E0C;
  }
  
  .btn_shadow.gre:hover {
    background: #169651;
  }
  
  .btn_shadow.whi:hover {
    color: #fff;
    background-color: #091A5A;
  }
  
  .btn_shadow.whi:hover:before {
    background: url(/common/img/lp_about/ico_ser_whi.svg) no-repeat;
  }
  
  .ser_cap_sp {
    font-size: 12px;
  }
  
  @media (max-width: 1024px) {
    #intro {
      padding: 20px 0 50px;
    }
  
    #intro h2 {
      display: none;
    }
  
    .casual_box h3 {
      font-size: 17px;
    }
  
    .casual_box h3.adjh3 {
      font-size: 17px;
    }
  
    .casual_box h3:before,
    .casual_box h3:after {
      content: none;
    }
  
    .casual_box {
      padding: 20px 10px 25px;
    }
  
    .casual_box>div {
      gap: 5px;
      align-items: center;
      display: flex;
      flex-direction: column;
    }
  
    .casual_box>div img {
      max-width: 190px;
      text-align: center;
      margin: auto;
      margin-bottom: 5px;
      display: block;
    }
  
    .casual_box>div>div {
      max-width: 230px;
      width: 100%;
    }
  
    .casual_box .btn_shadow {
      max-width: 230px;
    }
  
    .casual_sel select {
      margin-bottom: 5px;
    }
  
    .btn_shadow.whi {
      padding-left: 45px;
      margin-bottom: 15px;
    }
  
    .ser_cap_sp {
      font-size: 12px;
      padding-left: 5px;
      margin-bottom: -5px;
    }
  
    .casu_03 li::before {
      top: -19px;
    }
  }
  
  @media (min-width: 755px) and (max-width: 1025px) {
    #intro {
      padding-top: 50px;
    }
  }
  
  /* hover end */
  
  /* intor end */
  
  /* anx */
  #anx {
    padding: 60px 0 100px;
    background: #FBFBFB;
    overflow: hidden;
  }
  
  .anx_intro h2 {
    position: relative;
    font-size: 24px;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 0.05em;
  }
  
  .anx_intro h2 span {
    font-size: 36px;
    color: var(--blue01);
  }
  
  .anx_intro h2 img {
    width: 60px;
    position: absolute;
    top: 5px;
  }
  
  .anx_box_wrap {
    gap: 25px;
    margin-bottom: 100px;
  }
  
  .anx_box_wrap a {
    background: #fff;
    max-width: 280px;
    width: 100%;
    height: 170px;
    text-align: center;
    border: solid 2px var(--blue01);
    border-radius: 10px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.20);
    position: relative;
    display: block;
    font-size: 24px;
    padding: 24px;
    line-height: 1.4;
  }
  
  .anx_box_wrap a:first-of-type {
    padding-top: 50px;
  }
  
  .anx_box_wrap a:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 12px;
    margin: auto;
    width: 25px;
    height: 15px;
    background: url(/common/img/lp_about/ico_arrow_down.png);
    background-size: cover;
  }
  
  .anx_box_wrap a span {
    color: var(--blue01);
    font-weight: 700;
  }
  
  .anx_box_wrap a img {
    position: absolute;
    width: 75px;
    bottom: -16px;
    right: -18px;
  }
  
  .axn_plan {
    position: relative;
    padding-top: 100px;
    text-align: center;
  
  }
  
  .axn_plan:after {
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    width: 1440px;
    height: 1440px;
    border-radius: 2000px;
    right: 0px;
    left: -120px;
    margin: auto;
    z-index: -5;
  }
  
  .axn_plan>p {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 50px;
  }
  
  .axn_plan_box {
    gap: 25px;
    justify-content: center;
  }
  
  .axn_plan_box>div {
    max-width: 460px;
    width: 100%;
  }
  
  .axn_plan_box dl {
    text-align: left;
  }
  
  .axn_plan_box dl dt {
    margin-bottom: 5px;
  }
  
  .axn_plan_box dl dd {
    font-size: 12px;
  }
  
  @media (max-width: 1024px) {
    #anx {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .anx_intro h2 {
      font-size: 18px;
      margin-bottom: 30px;
    }
  
    .anx_intro h2 span {
      font-size: 22px;
    }
  
    .anx_intro h2 img {
      display: none;
    }
  
    .anx_box_wrap {
      gap: 40px 20px;
      flex-wrap: wrap;
      margin-bottom: 70px;
    }
  
    .anx_box_wrap a {
      width: 47%;
      font-size: 16px;
      height: 115px;
      padding: 15px 5px;
    }
  
    .anx_box_wrap a img {
      position: absolute;
      width: 50px;
      bottom: -20px;
      right: 5px;
    }
  
    .anx_box_wrap a:after {
      width: 15px;
      height: 10px;
    }
  
    .anx_box_wrap a:first-of-type {
      padding-top: inherit;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .adjp {
      font-size: 15px;
    }
  
    .axn_plan {
      padding-top: 80px;
    }
  
    .axn_plan:after {
      width: 110%;
      left: -5%;
    }
  
    .axn_plan>p {
      line-height: 1.8;
      font-size: 16px;
      text-align: left;
      margin-bottom: 20px;
    }
  
    .axn_plan_box {
      font-size: 14px;
    }
  
    .axn_plan_box dl dd {
      font-size: 14px;
    }
  }
  
  @media (min-width: 755px) and (max-width: 1025px) {
    .fl.sb.anx_box_wrap {
      justify-content: center;
      max-width: 700px;
      margin: auto;
    }
  
    .axn_plan {
      margin-top: 100px;
    }
  
    .axn_plan>p {
      max-width: 80%;
      margin: auto;
      margin-bottom: 20px;
    }
  
    .adjp {
      font-size: 16px;
    }
  }
  
  /* anx end */
  
  /* system */
  #system {
    background: #F9FAFF;
    padding: 100px 0 80px;
  }
  
  .sys_desc {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }
  
  .sys_desc p {
    margin-bottom: 1em;
  }
  
  .sys_cap_01 {
    font-size: 12px;
    margin-bottom: 45px;
  }
  
  .sys_cap_01 li {
    padding-left: 15px;
    position: relative;
    width: fit-content;
    margin: auto;
  }
  
  .sys_cap_01 li:before {
    content: "※";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  
  .sys_img {
    justify-content: center;
    gap: 25px;
    flex-wrap: nowrap;
  }
  
  .sys_img>div {
    width: 460px;
  }
  
  @media (max-width: 1024px) {
    #system {
      padding: 50px 0;
    }
  
    .sys_desc {
      text-align: left;
      font-size: 16px;
      line-height: 1.8;
    }
  
    .sys_cap_01 {
      margin-bottom: 20px;
    }
  
    .sys_img {
      justify-content: center;
      gap: 25px;
      flex-direction: column;
    }
  
    .sys_img>div {
      width: 100%;
      font-size: 14px;
    }
  }
  
  @media (min-width: 740px) and (max-width: 1025px) {
    .sys_img {
      max-width: 460px;
      margin: auto;
    }
  
    .sys_cap_01 li {
  
      margin: 0;
    }
  }
  
  /* sys end */
  
  /* living */
  #living {
    padding: 80px 0;
  }
  
  .living_intro {
    text-align: center;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.8;
  }
  
  .liv_box {
    gap: 75px;
  }
  
  .liv_box img {
    max-width: 650px;
  }
  
  .liv_box h3 {
    color: var(--blue01);
    font-size: 26px;
    margin-bottom: 5px;
  }
  
  .liv_box_intro {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
  }
  
  .liv_01 {
    margin-bottom: 20px;
  }
  
  .liv_01_l {
    padding-top: 15px;
  }
  
  .liv_01_r {
    max-width: 475px;
    width: 100%;
  }
  
  .liv_01_r>div:first-of-type {
    max-width: 450px;
    margin-bottom: 65px;
  }
  
  .liv_01_r>div:last-of-type {
    margin-left: auto;
    margin-right: 0;
    max-width: 325px;
  }
  
  .liv_02 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: 20px;
  }
  
  .liv_02_r {
    padding-top: 60px;
    max-width: 610px;
  }
  
  .liv_02_r img {
    max-width: 550px;
  }
  
  .liv_02_l {
    max-width: 500px;
  }
  
  .liv_03 {
    margin-top: -110px;
  }
  
  .liv_03_r {
    margin-top: 240px;
    max-width: 450px;
    width: 100%;
  }
  
  .liv_03_r img {
    max-width: 350px;
  }
  
  .liv_03_r>div:first-of-type {
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 45px;
  }
  
  .liv_04 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: 20px;
    margin-top: -30px;
    margin-bottom: 20px;
  }
  
  .liv_04_r {
    padding-top: 60px;
    max-width: 550px;
    margin-left: 50px;
  }
  
  .liv_04_r img {
    max-width: 600px;
  }
  
  .liv_04_l {
    max-width: 450px;
  }
  
  .liv_04_l>div:first-of-type {
    margin-bottom: 85px;
  }
  
  .liv_04_l>div:last-of-type {
    width: 350px;
    margin-left: 75px;
  }
  
  .liv_05 {
    margin-bottom: 90px;
  }
  
  .liv_05_l {
    padding-top: 35px;
    max-width: 605px;
  }
  
  .liv_05_l img {
    max-width: 550px;
  }
  
  .liv_05_r {
    width: 100%;
    margin-left: 0px;
    max-width: 520px;
  }
  
  .liv_05_r>div {
    width: fit-content;
  }
  
  .liv_05_r img {
    max-width: 350px;
  }
  
  .liv_05_r>div:first-of-type {
    margin-bottom: 100px;
  }
  
  .liv_05_r>div:last-of-type {
    margin-left: auto;
    margin-right: 0;
  }
  
  h3.liv_h3_deco {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--blue01);
  }
  
  .food .fl {
    gap: 30px;
  }
  
  .food .fl>div {
    max-width: 650px;
  }
  
  .food p {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.8;
  }
  
  .food .text_cap {
    font-size: 14px;
  }
  
  .food .t_right {
    text-align: right;
  }
  
  @media (max-width: 1024px) {
    #living {
      padding: 50px 0 0;
    }
  
    .living_intro {
      text-align: left;
      margin-bottom: 35px;
      font-size: 16px;
    }
  
    .liv_box h3 {
      font-size: 20px;
      text-align: center;
    }
  
    .img_cap {
      font-size: 14px;
    }
  
    .liv_01 {
      padding-top: 0;
      flex-direction: column;
    }
  
    .liv_box {
      gap: 30px;
      font-size: 14px;
      margin-bottom: 50px;
    }
  
    .liv_01_l {}
  
    .liv_01_l img {
      max-width: 330px;
      margin-right: 0;
      margin-left: auto;
      margin-bottom: 5px;
      display: block;
    }
  
    .liv_01_l .img_cap {
      max-width: 330px;
      margin-right: 0;
      margin-left: auto;
    }
  
    .liv_01_r>div:first-of-type img {
      max-width: 240px;
    }
  
    .liv_01_r>div:first-of-type {
      margin-bottom: 30px;
    }
  
    .liv_01_r>div:last-of-type {
      max-width: 260px;
      display: block;
      margin-right: 0;
      margin-left: auto;
    }
  
    .liv_02 {
      flex-direction: column;
      margin-left: 0px;
    }
  
    .liv_02_r {
      padding-top: 0px;
    }
  
    .liv_02_r img {
      max-width: 300px;
    }
  
    .liv_02_l {
      max-width: 240px;
      display: block;
      margin-right: 0;
      margin-left: auto;
    }
  
    .liv_03 {
      margin-top: 0;
      flex-direction: column;
    }
  
    .liv_03_l img,
    .liv_03_l .img_cap {
      max-width: 300px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      display: block;
    }
  
    .liv_03_l .img_cap {
      text-align: left;
    }
  
    .liv_03_r {
      margin-top: 0;
    }
  
    .liv_03_r img {
      max-width: 230px;
    }
  
    .liv_03_r>div:first-of-type {
      margin-left: 0;
      margin-right: auto;
      margin-bottom: 30px;
    }
  
    .liv_03_r>div:last-of-type {
      margin-left: auto;
      margin-right: 0;
      max-width: 230px;
      display: block;
    }
  
    .liv_04 {
      flex-direction: column;
      margin-left: 0;
      margin-top: 0;
    }
  
    .liv_04_r {
      margin-left: 0;
      padding-top: 0;
    }
  
    .liv_04_r img,
    .liv_04_r .img_cap {
      max-width: 300px;
      margin-right: 0;
      margin-left: auto;
      text-align: center;
      display: block;
    }
  
    .liv_04_r .img_cap {
      text-align: left;
    }
  
    .liv_04_l img {
      max-width: 230px;
    }
  
    .liv_04_l>div:first-of-type {
      margin-bottom: 30px;
    }
  
    .liv_04_l>div:last-of-type {
      max-width: 260px;
      width: 100%;
      margin-left: auto;
      margin-right: 0;
    }
  
    .liv_04_l>div:last-of-type img {
      max-width: 260px;
    }
  
    .liv_05 {
      flex-direction: column;
    }
  
    .liv_05_l {
      padding-top: 0;
    }
  
    .liv_05_l img,
    .liv_05_l .img_cap {
      max-width: 280px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      display: block;
    }
  
    .liv_05_l .img_cap {
      text-align: left;
    }
  
    .liv_05_r {
      margin-left: 0;
    }
  
    .liv_05_r div:first-of-type img {
      max-width: 260px;
    }
  
    .liv_05_r>div:first-of-type {
      margin-bottom: 30px;
    }
  
    .liv_05_r div:last-of-type {
      max-width: 230px;
    }
  
    .sch_lp h3.liv_h3_deco {
      font-size: 20px;
      color: var(--blue01);
      border-bottom: solid 2px var(--blue01);
      margin-bottom: 15px;
    }
  
    .food {
      margin-bottom: 50px;
    }
  
    .food .fl {
      flex-direction: column;
    }
  
    .food p {
      font-size: 16px;
    }
  
    .food .t_right {
      text-align: left;
    }
  }
  
  @media (min-width: 755px) and (max-width: 1025px) {
    .liv_01 {
      padding-top: 0;
      flex-direction: row;
    }
  
    .liv_01_l img {
      max-width: 650px;
    }
  
    .liv_01_r>div:first-of-type img {
      max-width: 650px;
    }
  
    .liv_01_r>div:last-of-type {
      max-width: 650px;
    }
  
    .liv_02 {
      flex-direction: row-reverse;
    }
  
    .liv_02_l {
      max-width: 500px;
    }
  
    .liv_02_r img {
      max-width: 550px;
    }
  
    .liv_03 {
      flex-direction: row;
    }
  
    .liv_03_r img {
      max-width: 550px;
    }
  
    .liv_03_l img,
    .liv_03_l .img_cap {
      max-width: 650px;
    }
  
    .liv_03_r>div:last-of-type {
      max-width: 650px;
    }
  
    .liv_04 {
      flex-direction: row-reverse;
    }
  
    .liv_04_r img,
    .liv_04_r .img_cap {
      max-width: 600px;
    }
  
    .liv_04_l img {
      max-width: 600px;
    }
  
    .liv_05 {
      flex-direction: row;
    }
  
    .liv_05_l img,
    .liv_05_l .img_cap {
      max-width: 600px;
    }
  
    .liv_05_r div:first-of-type img {
      max-width: 600px;
    }
  
    .liv_05_r div:last-of-type {
      max-width: 600px;
    }
  
    .liv_05_r img {
      max-width: 600px;
    }
  
    .food .fl>div {
      max-width: 100%;
    }
  
    .food .t_right {
      text-align: left;
      max-width: 660px;
      margin: auto;
      display: block;
    }
  
    .food img {
      max-width: 460px;
      margin: auto;
      display: block;
    }
  
  }
  
  /* living end */
  
  /* sch */
  .sch_lp {
    padding-bottom: 80px;
  }
  
  .sch_lp h3 {
    margin-bottom: 50px;
  }
  
  .sch_lp_wrap {
    background: #F2F5FF;
    padding: 20px 40px;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  
  .sch_lp_time {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    justify-content: space-between;
  }
  
  .sch_lp_time>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .sch_lp_time>div img {
    margin-bottom: 10px;
  }
  
  .sch_lp_time p {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    padding-bottom: 3px;
    font-weight: 700;
  }
  
  .sch_lp_time img {
    width: 45px;
  }
  
  .sch_lp_desc {
  
    max-width: 1030px;
    font-size: 20px;
    width: 100%;
    position: relative;
    background: #fff;
    background: linear-gradient(90deg, #FFF 17.77%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 10px;
    padding: 20px 50px;
  }
  
  .sch_lp_desc:before {
    left: 50px;
    top: 37px;
    margin: auto;
    content: "";
    position: absolute;
    border-left: solid 1px var(--blue01);
    width: 1px;
    height: 87%;
  }
  
  .sch_lp_desc th {
    position: relative;
    padding-right: 35px;
    padding-left: 10px;
  }
  
  .sch_lp_desc th:before {
    left: -2px;
    top: -30px;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute;
    background: var(--blue01);
    width: 5px;
    height: 5px;
    border-radius: 10px;
  }
  
  .sch_lp_desc th.cir_none:before {
    content: none;
  }
  
  .sch_lp_desc tr:last-of-type th:before {
    top: 0;
    bottom: 0;
  }
  
  .sch_lp_desc td {
    padding-bottom: 27px;
    color: #000000;
  }
  
  .sch_lp_desc tr:last-of-type td {
    padding-bottom: 0;
  }
  
  .sch_lp_desc img {
    position: absolute;
    max-width: 250px;
  }
  
  .sch_lp_img01 {
    left: 370px;
    top: -50px;
    width: 155px;
  }
  
  .sch_lp_img02 {
    right: -20px;
    top: -40px;
    width: 250px;
  }
  
  img.sch_lp_img03 {
    left: 450px;
    top: 130px;
    max-width: 280px;
  }
  
  .sch_lp_img04 {
    right: 10px;
    top: 210px;
    width: 250px;
  }
  
  img.sch_lp_img05 {
    left: 430px;
    bottom: -35px;
    max-width: 280px;
  }
  
  .sch_lp_img06 {
    right: -10px;
    bottom: -40px;
    width: 135px;
  }
  
  .sch_lp_cap {
    font-size: 14px;
    padding-left: 15px;
    position: relative;
  }
  
  .sch_lp_cap:before {
    content: "※";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  
  @media (max-width: 755px) {
    .sch_lp {
      padding-bottom: 0;
    }
  
    .sch_lp_wrap {
      margin-left: -5%;
      margin-right: -5%;
      padding: 20px 15px;
      margin-bottom: 0;
    }
  
    .sch_lp_time {
      display: none;
    }
  
    .sch_lp_desc {
      display: flex;
      border: solid 0px #000000;
      font-size: 16px;
      padding: 20px 30px;
      padding-right: 15px;
      padding-bottom: 10px;
      justify-content: space-between;
    }
  
    .sch_lp_desc:before {
      left: 30px;
      top: 34px;
      height: 87%;
    }
  
    .sch_lp_desc th {
      padding-right: 15px;
    }
  
    .sch_lp_desc td {
      padding-bottom: 10px;
    }
  
    .sch_lp_desc img {
      position: relative;
      max-width: 100px;
      display: block;
      height: 70px;
      object-fit: contain;
      margin-bottom: 20px;
    }
  
    img.sch_lp_img01 {
      left: 0;
      right: 0;
      top: auto;
      bottom: auto;
      width: 100px;
    }
  
    img.sch_lp_img02 {
      left: 0;
      right: 0;
      top: auto;
      bottom: auto;
      width: 100px;
    }
  
    img.sch_lp_img03 {
      left: 0;
      right: 0;
      top: auto;
      bottom: auto;
      width: 100px;
    }
  
    img.sch_lp_img04 {
      left: 0;
      right: 0;
      top: auto;
      bottom: auto;
      width: 100px;
    }
  
    img.sch_lp_img05 {
      left: 0;
      right: 0;
      top: auto;
      bottom: auto;
      width: 100px;
      margin-bottom: 0;
    }
  
    img.sch_lp_img06 {
      left: 0;
      right: 0;
      top: auto;
      bottom: auto;
      width: 100px;
    }
  
    .sch_lp_desc tr:last-of-type th:before {
      top: -13px;
      bottom: 0;
    }
  
    .sch_lp_cap {
      background: #F2F5FF;
      margin-left: -5%;
      margin-right: -5%;
      padding: 0 5%;
      padding-left: calc(5% + 20px);
      padding-bottom: 20px;
    }
  
    .sch_lp_cap:before {
      left: 5%;
    }
  
  }
  
  @media (min-width: 755px) and (max-width: 1025px) {
    .sch_lp_time {
      margin-right: 10px;
    }
  
    .sch_lp h3.liv_h3_deco {
      font-size: 20px;
      color: var(--blue01);
      border-bottom: solid 2px var(--blue01);
      margin-bottom: 40px;
    }
  
    .sch_lp_desc img {
      position: absolute;
      max-width: 130px;
    }
  
    .sch_lp_img01 {
      left: 312px;
      left: auto;
      right: 150px;
    }
  
    img.sch_lp_img03 {
      left: 350px;
      left: auto;
      right: 180px;
      top: 130px;
      max-width: 130px;
    }
  
    .sch_lp_img04 {
      right: -9px;
      top: 257px;
      width: 250px;
    }
  
    img.sch_lp_img05 {
      left: 275px;
      left: auto;
      right: 170px;
      bottom: 90px;
    }
  
  }
  
  
  /* sch end */
  
  /* cta */
  .sup_cta {
    padding: 50px 0;
    background: #FCF4EC;
  }
  
  .sup_cta h2 {
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  
  .sup_cta h2 span {
    font-size: 36px;
    color: var(--blue01);
  }
  
  .cta_box_wrap {
    gap: 30px;
    margin-bottom: 20px;
  }
  
  .cta_box_wrap .casual_box {
    max-width: 585px;
    padding: 20px 40px;
  }
  
  .cta_box_wrap .casual_box>div {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 35px;
  }
  
  .cta_box_wrap .casual_box>div img {
    max-height: 130px;
    object-fit: cover;
  }
  
  .cta_box_wrap .casual_box>div .btn_shadow {
    max-width: 250px;
  }
  
  .sup_cta .tel_cap {
    margin-top: -5px;
  }
  
  @media (max-width: 1024px) {
    .sup_cta {
      padding: 40px 0;
    }
  
    .sup_cta h2 {
      display: none;
    }
  
    #blog .sup_cta .casual_box h3 {
      margin-bottom: 10px;
    }
  
    .cta_box_wrap {
      gap: 20px;
      margin-bottom: 0px;
      flex-direction: column;
    }
  
    .cta_box_wrap .casual_box {
      padding: 20px 10px;
    }
  
    .cta_box_wrap .casual_box>div {
      padding: 0px;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
    }
  
    .cta_box_wrap .casual_box ul {
      padding-left: 7px;
    }
  
    .cta_box_wrap .casual_box>div img {
      margin-bottom: 10px;
    }
  
    .cta_box_wrap .casual_box>div>div {
      max-width: 260px;
      width: 100%;
    }
  
    .cta_box_wrap .casual_box>div .btn_shadow {
      max-width: 260px;
    }
  
    .cta_box_wrap .casual_box .btn_shadow {
      margin-top: 10px;
      font-size: 20px;
      padding: 12px 20px 12px 30px;
      max-width: 260px;
  
    }
  
    .sup_cta .telbox {
      display: none;
    }
  
  }
  
  @media (min-width: 755px) and (max-width: 1025px) {
    .cta_box_wrap {
      align-items: center;
    }
  }
  
  /* cta end*/
  
  /* voice */
  #voice {
    padding: 80px 0;
  }
  
  #voice h2 {
    margin-bottom: 40px;
  }
  
  .slide_voice {
    width: 100%;
    max-width: 1200px;
  }
  
  .slide_voice .slick-slide {
    margin: 0 12.5px;
  }
  
  .slide_voice .slick-prev {
    position: absolute;
    content: "";
    right: auto;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 5px solid;
    border-color: #13257d #13257d transparent transparent;
    transform: rotate(-135deg);
    border-radius: 2px;
  }
  
  .slick-prev:before {
    content: none;
  }
  
  .slide_voice .slick-next {
    position: absolute;
    content: "";
    right: -30px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 5px solid;
    border-color: #13257d #13257d transparent transparent;
    transform: rotate(45deg);
    border-radius: 2px;
  }
  
  .slide_voice .slick-next:before {
    content: none;
    opacity: 1;
  }
  
  .slide_voice .slick-dots {
    bottom: -40px;
    opacity: 1;
  }
  
  .slide_voice .slick-dots li {
    margin: 0 1px;
  }
  
  .slide_voice .slick-dots li.slick-active button:before {
    color: var(--blue01);
  }
  
  .slide_voice .slick-dots li button:before {
    width: 15px;
    height: 15px;
    font-size: 9px;
    content: '•';
    color: #E7E7E7;
    opacity: 1;
  }
  
  .voice_box {
    border: solid 2px var(--blue01);
    border-radius: 10px;
    max-width: 280px;
    padding: 15px;
  }
  
  .voice_box>.fl {
    gap: 10px;
    align-items: center;
    font-size: 12px;
    margin-bottom: 20px;
  }
  
  .voice_box>.fl img {
    max-width: 100px;
  }
  
  .voice_name {
    background: var(--blue01);
    padding: 2px 5px 5px;
    color: #fff;
    width: 135px;
    height: fit-content;
  }
  
  .voice_box dl dt {
    color: var(--blue01);
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  @media (max-width: 1024px) {
    #voice {
      padding: 50px 0 70px;
    }
  
    #voice h2 {
      margin-bottom: 25px;
    }
  
    .voice_box {
      max-width: 280px;
    }
  
    .voice_box {
      width: 100%;
    }
  
    .slide_voice {
      max-width: 90%;
      margin: auto;
    }
  
    .slide_voice .slick-slide {
      margin: 0 20px;
    }
  
    .slide_voice .slick-prev {
      left: -5px;
      width: 20px;
      height: 20px;
    }
  
    .slide_voice .slick-next {
      right: -5px;
      width: 20px;
      height: 20px;
    }
  }
  
  @media (min-width: 755px) and (max-width: 1025px) {
    .slide_voice {
      max-width: 300px;
    }
  
    .slide_voice .slick-slide {
      margin: 0 20px;
    }
  
    .voice_box {
      max-width: 280px;
    }
  }
  
  /* voice end */
  
  
  /* blog */
  #blog {
    padding: 80px 0 80px;
  }
  
  #blog h2 {
    margin-bottom: 25px;
  }
  
  .blog_intro {
    text-align: center;
    margin-bottom: 25px;
  }
  
  .blog_box_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
  }
  
  .blog_box_wrap .fl {
    gap: 15px;
    align-items: center;
  }
  
  .blog_home {
    padding: 3px 10px 5px;
    border-radius: 10px;
    font-size: 12px;
    background: #E28F3D;
    line-height: 1;
    color: #fff;
  }
  
  #blog .blog_box_wrap h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  
  .blog_box_wrap img {
    height: 190px;
    object-fit: contain;
  }
  
  @media (max-width: 1024px) {
    #blog {
      padding-top: 70px;
      padding-bottom: 50px;
    }
  
    .blog_intro {
      text-align: left;
      margin-bottom: 15px;
    }
  
    .blog_box_wrap {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0px;
    }
  
    .blog_box_wrap a {
      display: grid;
      grid-template-columns: 130px 1fr;
      gap: 30px;
      border-bottom: solid 2px #E7E7E7;
      padding: 10px 15px;
    }
  
    .blog_box_wrap a:last-of-type {
      border-bottom: none;
    }
  
    .blog_box_wrap .fl {
      gap: 5px;
      align-items: center;
      flex-direction: column;
      align-items: baseline;
    }
  
    .blog_home {
      font-size: 12px;
      margin-bottom: 5px;
    }
  
    #blog .blog_box_wrap h3 {
      font-size: 16px;
    }
  
    .blog_box_wrap img {
      height: 85px;
    }
  }
  
  /* blog end */
  
  
  /* flow */
  #flow {
    padding: 80px 0;
    background: #FBFBFB;
  }
  
  .flow_box_wrap {
    flex-wrap: nowrap;
  }
  
  .flow_box {
    border: solid 2px var(--blue01);
    border-radius: 10px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    padding: 30px 20px 20px;
    font-weight: 700;
    position: relative;
    background: #fff;
  }
  
  .flow_box:after {
    position: absolute;
    content: "";
    right: -21px;
    top: 0;
    bottom: 0px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 15px solid var(--blue01);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  
  .flow_box:last-of-type:after {
    content: none;
  }
  
  .flow_num {
    color: var(--blue01);
    margin-bottom: 20px;
  }
  
  .flow_num img {
    width: 34px;
    margin-left: 5px;
  }
  
  .flow_box .flow_img {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  
  .flow_01 {
    max-width: 130px;
  }
  
  .flow_02 {
    max-width: 105px;
  }
  
  .flow_03 {
    max-width: 160px;
  }
  
  .flow_04 {
    max-width: 110px;
    margin-left: 30px;
  }
  
  .flow_05 {
    max-width: 120px;
  }
  
  .flow_box h3 {
    font-size: 20px;
  }
  
  @media (max-width: 755px) {
    #flow {
      padding: 50px 0;
    }
  
    .flow_box_wrap {
      flex-direction: column;
    }
  
    .flow_box {
      max-width: 100%;
      display: flex;
      flex-direction: row-reverse;
      margin-bottom: 35px;
      justify-content: space-between;
      padding: 0px 15px 0px;
    }
  
    .flow_box:last-of-type {
      margin-bottom: 0;
    }
  
    .flow_box:after {
      right: 0;
      left: 0;
      top: auto;
      bottom: -35px;
      margin: auto;
      transform: rotate(90deg);
    }
  
    .flow_box>div {
      width: 48%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  
    .flow_box>div:first-of-type {
      margin-left: 0px;
    }
  
    .flow_box>div.flow_img {
      margin-bottom: 0px;
    }
  
    .flow_box>div.flow_img img {
      height: 85px;
      object-fit: contain;
    }
  
    .flow_num {
      margin-bottom: 0px;
      text-align: left;
    }
  
    .flow_num img {
      width: 23px;
      margin-left: 5px;
    }
  
    .flow_box h3 {
      font-size: 18px;
      text-align: left;
    }
  
    .flow_box:after {
      right: -21px;
    }
  
  }
  
  @media (min-width: 755px) and (max-width: 1025px) {
    .flow_box .sp_only {
      display: none;
    }
  
    .flow_img img.pc_only {
      display: block !important;
    }
  
    .flow_box h3.pc_only {
      display: block !important;
    }
  
    .flow_box_wrap.fl.sb {
      gap: 20px;
    }
  
    .flow_box h3 {
      font-size: 16px;
    }
  
    .flow_box .flow_img {
      height: 60px;
    }
  
    .flow_04 {
      margin-left: 15px;
    }
  }
  
  /* flow end */
  /* list */
  #list {
    padding: 80px 0;
  }
  
  .list_intro {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 20px;
  }
  
  .home_list {
    margin-bottom: 60px;
  }
  
  .accord_cont {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .accord_cont>div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 30px;
  
    /* align-items: flex-end; */
  }
  
  .list_accord_btn {
    color: var(--blue01);
    font-size: 26px;
    position: relative;
    font-weight: 700;
    border-bottom: solid 2px #E7E7E7;
    padding: 20px 10px;
    cursor: pointer;
  }
  
  .list_accord_btn span {
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    margin-right: 5px;
  }
  
  .list_accord_btn::before,
  .list_accord_btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 18px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    background-color: #13257d;
  }
  
  .list_accord_btn::after {
    transform: rotate(90deg);
  }
  
  .list_accord_btn.on::before {
    content: none;
  }
  
  .home_list_box {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
  }
  
  .home_list_box .home_intro_cap {
    background: #F2F5FF;
    text-align: center;
    height: 60px;
    font-weight: 700;
    color: var(--blue01);
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .home_list_box .home_intro_cap span {
    font-size: 20px;
  }
  
  .home_list_img {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  
  .home_list_img img {
    height: 255px;
    object-fit: cover;
  }
  
  .home_list_img>span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 3px 5px;
    /* background: linear-gradient(90deg, rgba(18, 42, 136, 0.70) 6.04%, rgba(18, 42, 136, 0.50) 34.57%, rgba(18, 42, 136, 0.00) 57.61%); */
    background: linear-gradient(90deg, rgba(18, 42, 136, 0.70) 6.04%, rgba(18, 42, 136, 0.50) 34.57%, rgba(18, 42, 136, 0.10) 100%);
  }
  
  .home_list_img span span {
    font-size: 16px;
  }
  
  .home_list_box dt {
    font-size: 24px;
    font-weight: 700;
  }
  
  .home_list_box dd {
    font-size: 18px;
    /* height: 58px; */
  }
  
  .home_list_btn {
    gap: 15px;
    position: absolute;
    bottom: 0;
  }
  
  .home_list_box .btn_shadow {
    max-width: 175px;
    width: 100%;
    font-size: 16px;
    padding: 12px 25px;
  }
  
  .home_list_box .btn_shadow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }
  
  .home_list_box .btn_shadow span {
    font-size: 12px;
    margin-right: 8px;
    margin-left: 2px;
    padding: 0px 5px 2px;
    top: -1px;
  }
  
  .accord_cont>div.kodawari {
    display: block;
    margin-bottom: 40px;
  }
  
  .kodawari h3 {
    position: relative;
    font-size: 20px;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 20px;
  
  }
  
  .kodawari h3 span {
    color: var(--blue01);
  }
  
  .kodawari h2:before {
    background: url(/common/img/lp_about/ico_kodawari_ttl.svg);
    background-size: contain;
    width: 50px;
    height: 37px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .kodawari_wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .kodawari_wrap a {
    background: #fff;
    display: block;
    border-radius: 10px;
    padding: 3px 12px 5px;
    border: solid 2px var(--blue01);
    box-shadow: 0px 5px 0px var(--blue01);
    font-size: 18px;
    color: var(--blue01);
    font-weight: 700;
    position: relative;
  }
  
  .kodawari_wrap a:hover {
    background: #091A5A;
    box-shadow: 0 0 0;
    color: #fff;
    border-bottom: solid 2px var(--blue01);
    transform: translateY(4px);
    transition: 0.4s;
    opacity: 1;
  }
  
  .kodawari_wrap a span {
    position: relative;
  }
  
  .kodawari_wrap a span:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
    width: 30px;
    height: 30px;
    background-size: cover;
  }
  
  .kodawari_wrap a span.ico_kango:before {
    background: url(/common/img/lp_about/ico_kodawari_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
  }
  
  .kodawari_wrap a:hover span.ico_kango:before {
    background: url(/common/img/lp_about/ico_kodawari_01_wh.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
  }
  
  .kodawari_wrap a span.ico_price:before {
    background: url(/common/img/lp_about/ico_kodawari_02.svg);
    background-repeat: no-repeat;
  }
  
  .kodawari_wrap a:hover span.ico_price:before {
    background: url(/common/img/lp_about/ico_kodawari_02_wh.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .kodawari_wrap a span.ico_room:before {
    background: url(/common/img/lp_about/ico_kodawari_03.svg);
    background-repeat: no-repeat;
    top: 10px;
  }
  
  .kodawari_wrap a:hover span.ico_room:before {
    background: url(/common/img/lp_about/ico_kodawari_03_wh.svg);
    background-repeat: no-repeat;
    background-size: conttain;
  }
  
  .kodawari_wrap a span.ico_ninchi:before {
    background: url(/common/img/lp_about/ico_kodawari_04.svg);
    background-repeat: no-repeat;
    top: 8px;
  }
  
  .kodawari_wrap a:hover span.ico_ninchi:before {
    background: url(/common/img/lp_about/ico_kodawari_04_wh_02.svg);
    background-repeat: no-repeat;
    background-size: conttain;
  }
  
  @media (max-width: 1024px) {
    #list {
      padding: 50px 0;
    }
  
    .list_intro {
      text-align: left;
      font-size: 16px;
    }
  
    .list_accord_btn {
      font-size: 18px;
      padding: 10px 10px;
    }
  
    .list_accord_btn span {
      font-size: 14px;
    }
  
    .list_accord_btn::before,
    .list_accord_btn::after {
      width: 2px;
    }
  
    .accord_cont>div {
      display: grid;
      grid-template-columns: 1fr;
    }
  
    .accord_cont {
      margin-top: 15px;
    }
  
    .home_list {
      margin-bottom: 50px;
    }
  
    .home_list_img>span {
      font-size: 18px;
    }
  
    .home_list_img>span span {
      font-size: 14px;
    }
  
    .home_list_box dt {
      font-size: 18px;
    }
  
    .home_list_box dd {
      font-size: 16px;
      height: auto;
    }
  
    .home_list_box .btn_shadow:after {
      content: none;
    }
  
    .home_list_box .btn_shadow span {
      top: -1px;
    }
  
    .home_list_box .home_intro_cap {
      font-size: 14px;
    }
  
    .home_list_box .home_intro_cap span {
      font-size: 18px;
    }
  
    .kodawari h3 {
      font-size: 16px;
  
    }
  
    .kodawari h3 span {}
  
    /* .kodawari h3:before {
      background: url(/common/img/lp_about/ico_kodawari_ttl.svg);
      background-size: contain;
      width: 30px;
      height: 22px;
    } */
    .kodawari_wrap {
      gap: 15px;
    }
  
    .kodawari_wrap a {
      width: fit-content;
    }
  
    .kodawari_wrap a {
      width: fit-content;
      font-size: 16px;
    }
  
    .kodawari_wrap a span.ico_kango:before {
      width: 16px;
      height: 20px;
      background-size: contain;
      left: -24px;
      top: 1px;
    }
  
    .kodawari_wrap a span.ico_price:before {
      width: 20px;
      height: 20px;
      background-size: cover;
      left: -26px;
      top: 1px;
    }
  
    .list_more {
      color: var(--blue01);
      width: fit-content;
      text-decoration: underline;
      font-size: 16px;
      text-align: center;
      margin: auto;
      margin-top: -10px;
      margin-bottom: 0px;
      position: relative;
      font-weight: 700;
    }
  
    .list_more:after {
      position: absolute;
      content: "";
      top: 0;
      bottom: 4px;
      right: -16px;
      margin: auto;
      width: 5px;
      height: 5px;
      border: 2px solid;
      border-color: transparent transparent var(--blue01) var(--blue01);
      transform: rotate(-45deg);
    }
  
    .home_list_img img {
      height: 235px;
      object-fit: cover;
    }
  }
  
  /* list */
  
  /* qa */
  #qa {
    padding: 80px 0;
  }
  
  #qa h2 {
    margin-bottom: 40px;
  }
  
  .qa_cat {
    max-width: 1120px;
    margin: auto;
    margin-bottom: 70px;
  }
  
  .qa_cat h3 {
    margin-bottom: 5px;
    color: var(--blue01);
    font-size: 26px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-bottom: 2px solid var(--blue01);
  }
  
  .qa_box {
    margin-bottom: 30px;
    border-bottom: solid 1px #cfcfcf;
  }
  
  .qa_box>div {
    position: relative;
  }
  
  .qa_box>div::before,
  .qa_box>div::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 18px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    background-color: #13257d;
  }
  
  .qa_box>div::after {
    transform: rotate(90deg);
  }
  
  .qa_box>div.on::before {
    content: none;
  }
  
  .qa_box p {
    position: relative;
    padding-left: 80px;
    font-size: 20px;
    cursor: pointer;
  }
  
  .qa_box p:before {
    position: absolute;
    content: "";
    width: 39px;
    height: 39px;
    left: 20px;
    top: 0;
    margin: auto;
  }
  
  .qa_box p.pri_q {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  
  .qa_box p.pri_q:before {
    background: url(/common/img/lp_about/ico_q.png) no-repeat;
    background-size: contain;
    top: -4px;
  }
  
  .qa_box p.pri_a {
    display: none;
    padding-top: 0px;
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 1.6;
  }
  
  .qa_box p.pri_a a {
    text-decoration: underline;
    font-weight: 700;
  }
  
  .qa_box p.pri_a:before {
    top: -2px;
    background: url(/common/img/lp_about/ico_a.png) no-repeat;
    background-size: contain;
  }
  
  @media (max-width: 1024px) {
    #qa {
      padding: 50px 0;
    }
  
    #qa h2 {
      margin-bottom: 25px;
    }
  
    .qa_cat h3 {
      margin-bottom: 0px;
      font-size: 18px;
      padding-left: 10px;
    }
  
    .qa_box {
      margin-bottom: 0px;
    }
  
    .qa_cat {
      margin-bottom: 40px;
    }
  
    .qa_cat:last-of-type {
      margin-bottom: 0px;
    }
  
    .qa_box p.pri_q {
      margin-top: 15px;
      margin-bottom: 15px;
      padding-left: 45px;
      font-weight: 700;
      width: 88%;
    }
  
    .qa_box p.pri_q:before {
      top: 1px;
      width: 25px;
      height: 25px;
      left: 10px;
    }
  
    .qa_box p {
      position: relative;
      padding-left: 45px;
      font-size: 16px;
    }
  
    .qa_box p.pri_a {
      font-size: 16px;
      padding-bottom: 5px;
      width: 88%;
    }
  
    .qa_box p.pri_a:before {
      top: 0px;
      width: 25px;
      height: 25px;
      left: 10px;
    }
  
    .qa_box>div::before,
    .qa_box>div::after {
      width: 2px;
      height: 18px;
      top: 4px;
      bottom: auto;
      right: 25px;
    }
  
  }
  
  /* qa end */
  
  /* form */
  #form {
    padding: 100px 0;
    background: #E28F3D;
    z-index: 70;
  }
  
  #form h2 {
    color: #fff;
    font-size: 36px;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
  }
  
  #form h2:before {
    position: absolute;
    content: "";
    width: 35%;
    height: 35px;
    left: -20px;
    top: 2px;
    bottom: 0;
    margin: auto;
    background: url(/common/img/lp_about/ico_btn_mail.svg) no-repeat;
  }
  
  .form_box {
    max-width: 910px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    margin: auto;
    padding: 60px;
  }
  
  .form_box span {
    font-size: 18px;
  }
  
  .form_box dd>div span.dt_three_word {
    width: 65px;
  }
  
  .form_box dl {
    display: flex;
    margin-top: -1px;
    font-size: 18px;
  }
  
  .form_box dt {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: baseline;
    align-items: center;
    max-width: 260px;
    width: 100%;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: 700;
  
  }
  
  .form_box dt span {
    font-size: 16px;
    font-weight: 500;
  }
  
  .form_box dt span.form_cap_small {
    font-size: 14px;
  }
  
  .form_box dt .ico_must {
    position: relative;
    top: 0;
    bottom: 0;
    margin: 0;
    margin-left: 15px;
    background: #FF0000;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px 2px;
    right: 10px;
  }
  
  .form_box .al_c {
    align-items: center;
  }
  
  .form_box dd {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 550px;
    width: 100%;
    /* max-height: 100px;
      height: 100%; */
    background: #fff;
    padding: 20px 10px;
    padding-right: 0;
    font-size: 20px;
    font-weight: 700;
  
    margin-left: -1px;
  }
  
  .form_box dd {
    gap: 20px;
  }
  
  .form_box dd>div {
    display: flex;
    align-items: center;
  }
  
  .form_box dd>div span {
    width: 50px;
    display: inline-block;
  }
  
  .form_box dd input {
    font-size: 18px;
    border: solid 1px #E0E0E0;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100%;
  }
  
  .form_box dd div.input_txt_max {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  
  .form_box dd div.input_txt_max input {
    width: 100%;
  }
  
  .form_box dd .input_pref_box {
    position: relative;
  }
  
  .form_box dd .input_pref_box select {
    width: 320px;
  }
  
  .input_tel_box {
    width: 140px;
  }
  
  .form_box dd div.input_sel_arr {
    position: relative;
    display: inline-block;
  }
  
  .form_box .input_sel_arr::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 1px;
    border: 2px solid;
    border-color: transparent transparent #000 #000;
    transform: rotate(-45deg);
    z-index: 50;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
  }
  
  .form_box dd select {
    font-size: 18px;
    width: 100%;
    border: solid 1px #E0E0E0;
    padding: 10px 10px;
    border-radius: 5px;
    color: #A1A1A1;
    /* color: #868D96; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
  }
  
  .form_box dd select.active {
    color: #000;
  }
  
  .form_box dd .wid_half {
    width: 200px;
    display: inline-block;
  }
  
  .form_box dd .wid_max {
    width: 100%;
  }
  
  textarea.input_txt_max {
    padding: 5px;
    width: 100%;
    border: solid 1px #E0E0E0;
    border-radius: 5px;
  }
  
  .add_check {
    margin-top: 18px;
    font-size: 12px;
  }
  
  .form_txt_cap {
    font-weight: 500;
    margin-top: 5px;
    font-size: 14px;
  }
  
  .dd_fl_d_col dt {
    align-items: center;
  }
  
  .dd_fl_d_col dd {
    flex-wrap: wrap;
    gap: 0;
  }
  
  .form_box dt p.else_cap {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
  }
  
  .form_box input[type="checkbox" i] {
    border: solid 1px #C1C1C1;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    padding-bottom: 13px;
    top: 1px;
    position: relative;
  }
  
  .form_pp {
    border: solid 1px #C1C1C1;
    padding: 20px 40px;
    padding-right: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    height: 250px;
  }
  
  .form_pp_inner {
    height: 200px;
    padding-right: 30px;
    overflow-y: scroll;
  }
  
  .form_pp_inner::-webkit-scrollbar {
    width: 3px;
    background-color: #000;
  }
  
  .form_pp_inner::-webkit-scrollbar-thumb {
    background-color: #A1A1A1;
    border: solid 1px #A1A1A1;
    border-radius: 10px;
  }
  
  .form_pp_inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #000;
  }
  
  .form_pp_inner::-webkit-scrollbar-track-piece {
    background: #F3F3F3;
  }
  
  .form_pp h3 {
    font-size: 18px;
    border-bottom: solid 1px #C1C1C1;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: 500;
  }
  
  .priv_intro,
  .priv_desc {
    margin-bottom: 15px;
  }
  
  .div_submit {
    max-width: fit-content;
    margin: auto;
  }
  
  .priv_check {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .form_box .priv_check input[type="checkbox" i] {
    top: 2px;
  }
  
  .btn_form_submit .s_btn.off {
    background: #B3B3B3;
    box-shadow: 0px 5px 0px #A0A0A0;
    pointer-events: none;
  }
  
  .btn_form_submit .s_btn {
    font-family: 'Noto Sans JP', 'Noto Sans JP', "MS PGothic", arial, helvetica, sans-serif;
    border: 0;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    max-width: 325px;
    font-weight: 500;
    background: #122A88;
    border-radius: 40px;
    box-shadow: 0px 5px 0px #091A5A;
    padding: 15px 0 20px;
    color: #fff;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  .btn_form_submit .s_btn:hover {
    box-shadow: 0 0 0;
    transform: translateY(4px);
    transition: 0.4s;
    opacity: 1;
  }
  
  .f400 {
    font-weight: 400;
  }
  
  @media (max-width: 1024px) {
    #form {
      padding: 25px 0 40px;
    }
  
    #form h2 {
      font-size: 22px;
    }
  
    #form h2:before {
      width: 23px;
      height: 21px;
      left: 0px;
      top: 2px;
      bottom: 0;
      margin: auto;
      background: url(/common/img/lp_about/ico_btn_mail.svg) no-repeat;
      background-size: contain;
    }
  
    .form_box {
      width: 100%;
      border-radius: 0;
      padding: 20px;
    }
  
    .form_box dl {
      font-size: 16px;
      flex-direction: column;
    }
  
    .form_box dt {
      padding: 0px 0px;
      font-size: 16px;
      max-width: 100%;
    }
  
    .form_box dd {
      font-size: 16px;
      gap: 15px;
      flex-direction: column;
      align-items: flex-start;
      padding-left: 0;
      padding-top: 15px;
      padding-bottom: 30px;
      max-width: 100%;
    }
  
    .form_box dd>div {
      width: 100%;
      gap: 10px;
    }
  
    .form_box dd>div span {
      width: 40px;
      font-size: 16px;
    }
  
    .form_box dd .wid_half {
      width: 100%;
      display: block;
    }
  
    .form_box dd input {
      font-size: 16px;
    }
  
    .form_box dd .input_pref_box select {
      width: 100%;
      font-size: 16px;
    }
  
    .form_box .add_check input[type="checkbox" i] {
      top: -8px;
    }
  
    .form_pp {
      padding: 15px 15px 0;
      margin-top: 0px;
      height: 240px;
      font-size: 14px;
    }
  
    .form_pp h3 {
      font-size: 16px;
    }
  
    .form_pp_inner {
      padding-right: 15px;
      height: 210px;
    }
  
    .div_submit {
      max-width: 260px;
      margin: auto;
    }
  
    .priv_check {
      position: relative;
    }
  
    .form_box .priv_check input[type="checkbox" i] {
      position: absolute;
      top: 5px;
    }
  
    .form_box .priv_check label {
      padding-left: 20px;
      display: block;
    }
  
    .btn_form_submit .s_btn {
      font-size: 20px;
      margin-bottom: 20px;
    }
  
    .form_box dd>div.input_tel_box,
    .form_box dd>div .p-postal-code {
      width: 140px;
    }
  
    .form_box .add_check input[type="checkbox" i] {
      top: 1px;
      right: -9px;
    }
  
  }
  
  /* form end */
  
  
  /* footer */
  footer {
    padding: 30px 0 60px;
    text-align: center;
  }
  
  .footer_txt_01 {
    font-size: 12px;
    margin-bottom: 40px;
  }
  
  footer img {
    max-width: 160px;
    margin-bottom: 30px;
  }
  
  .footer_txt_02 {
    font-size: 14px;
  }
  
  @media (max-width: 1024px) {
    footer {
      padding-bottom: 0px;
    }
  
    .footer_txt_01 {
      width: 90%;
      margin: auto;
      margin-bottom: 30px;
    }
  
    footer img {
      max-width: 130px;
    }
  
    .footer_txt_02 {
      font-size: 12px;
    }
  }
  
  @media (min-width: 755px) and (max-width: 1025px) {
    footer {
      padding-bottom: 40px;
    }
  }
  
  /* footer end */
  
  
  /* btmcat */
  
  .btm_cta {
    display: none;
    position: sticky;
    ;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #122A88D9;
    z-index: 50;
    padding-bottom: 2px;
  }
  
  .btm_cta.on {
    display: block;
  }
  
  .btm_cta>div {
    width: fit-content;
    margin: auto;
    color: #fff;
    text-align: center;
    padding: 5px 0 0;
    gap: 10px;
    align-items: center;
  }
  
  .btm_cta img {
    max-width: 225px;
  }
  
  .btm_cta>div>div {
    padding-bottom: 5px;
  }
  
  .btm_cta p {
    margin-bottom: 10px;
  }
  
  .btm_cta .btn_shadow.yel {
    max-width: 290px;
    width: 100%;
    font-size: 20px;
  }
  
  
  @media (max-width:755px) {
    .btm_cta {
      padding: 2px 10px 9px;
    }
  
    .btm_cta img {
      max-width: 160px;
      margin-right: 15px;
    }
  
    .btm_cta>div {
      font-size: 14px;
      gap: 10;
      margin: 0;
    }
  
    .btm_cta p {
      margin-bottom: 3px;
    }
  
    .btm_cta .btn_shadow.yel {
      padding: 4px 20px 6px 15px;
      font-size: 16px;
      width: fit-content;
      margin: auto;
    }
  
    .btm_cta .btn_shadow span {
      font-size: 12px;
    }
  
  }
  
  @media (min-width: 755px) and (max-width: 1025px) {
    .btm_cta .pc_only {
      display: none;
    }
  
    .btm_cta>div {
      margin: auto;
    }
  }
  
  /* btmcta end */
  
  
  /* .support_wrap img {
    height: 220px;
    object-fit: contain;
    width: 100%;
  } */
  
  .modal_overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 0vw;
    height: 0vh;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 5000;
  }
  
  .modal_overlay.on {
    visibility: visible;
    opacity: 1;
    width: 100vw;
    height: 100vh;
    position: fixed;
  }
  
  .sbm_modal_content {
    text-align: center;
    display: none;
    width: 100%;
    max-width: 850px;
    margin: auto;
    background: #fff;
    padding: 30px 30px 35px;
    /* padding-right: 30px; */
  
  }
  
  .sbm_modal_content.on {
    position: fixed;
    visibility: visible;
    width: 100%;
    height: auto;
    z-index: 5000;
    overflow: hidden;
    display: block;
    left: 0;
    right: 0;
    top: 26%;
    margin: auto;
    padding: 40px;
    transform: translateY(-50%);
    opacity: 1;
    transition: .1s;
  }
  
  .sbm_in_ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  
  .sbm_in_cap {
    font-size: 18px;
    margin-bottom: 75px;
  }
  
  .sbm_modal_inner .fl {
    gap: 50px;
  }
  
  .sbm_modal_inner button {
    display: block;
    width: 100%;
    max-width: 150px;
    box-shadow: 2px 6px 10px #00000044;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 17px;
    border-radius: 20px;
    padding: 5px 20px;
    color: #fff;
    background: #122A88;
    font-weight: bold;
  }
  
  .sbm_modal_inner #sbm_modal_close {
    background: #F7F7F7;
    color: #000;
  }
  
  .modal_cross_box {
    cursor: pointer;
    text-align: center;
    display: block;
    width: fit-content;
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 14px;
  }
  
  .modal_cross {
    border-radius: 10px;
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #122A88;
    transform: rotate(45deg);
    vertical-align: middle;
    border-radius: 10px;
  }
  
  .modal_cross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #122A88;
    transform: rotate(90deg);
    border-radius: 10px;
  }
  
  .modal_cross_box p:last-child {
    margin-top: 5px;
  }
  
  @media screen and (max-width: 1024px) {
    .sbm_modal_content.on {
      width: 90%;
      padding: 20px 15px;
      top: 30%;
    }
  
    .sbm_in_ttl {
      text-align: left;
      font-size: 24px;
      margin-bottom: 30px;
    }
  
    .sbm_in_cap {
      text-align: left;
      font-size: 14px;
      margin-bottom: 55px;
    }
  
    .sbm_modal_inner .fl {
      gap: 15px;
    }
  
    .sbm_modal_inner button {
      font-size: 16px;
    }
  
    .modal_cross_box {
      right: 15px;
      top: 15px;
    }
  }
  
  .form-text.errors {
    background: #FDF0F2;
    border: solid 1px #DC3545;
  }
  
  .form_box dd>div span.error {
    color: red;
    font-size: 13px;
    width: 100%;
    padding-left: 0px;
    display: none;
  }
  
  .form_box dd>div.error_left0 span.error {
    padding-left: 0px;
  }
  
  .form_box dd>div.error_left0 span.error {
    padding-left: 0px;
  }
  
  #form_day .form_box dd>div span.error {
    padding-left: 0px;
  }
  
  .input_sel_wrap:has(.errors) {
    margin-bottom: 20px;
  }
  
  .input_sel_wrap:has(.error) span.errors {
    bottom: 15px;
  }
  
  .form_box dd>div span.error.view {
    display: block;
    position: absolute;
  }
  
  @media screen and (max-width: 1024px) {
    .input_sel_wrap:has(.errors) {
      margin-bottom: 0px;
    }
  
    #form_day .form_box dd>div span.error {
      padding-left: 0px;
      width: 100%;
    }
  
    .form_box dd>div span.error.view {
      display: block;
      position: relative;
    }
  
  }
  
  @media screen and (max-width: 1024px) {
    .accord_cont>div:nth-child(2)>div:nth-child(n+6) {
      display: none;
    }
  
    .accord_cont.all>div:nth-child(2)>div:nth-child(n+6) {
      display: block;
    }
  
    .list_more.close:after {
      transform: rotate(-225deg);
    }
  }
  
  .kodawari_wrap a span:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 19px;
    background: transparent url(/common/img/lp_about/akar-icons_link-out.svg) no-repeat 5px -1px /19px auto;
    vertical-align: middle;
  }
  
  .kodawari_wrap a:hover span:after {
    background-image: url(/common/img/lp_about/akar-icons_link-out-ov.svg);
  }
  
  .home_list_box .home_intro_cap>p {
    white-space: nowrap;
  }
  
  .home_list_box .home_intro_cap.nocap {
    background-color: transparent;
  }