@media screen and (min-width: 769px) {
  #kv_inside {
    background: url("../img/alignment/main.jpg") center center no-repeat;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  #kv_inside {
    background: url("../img/alignment/sp/main.jpg") center center no-repeat;
    background-size: cover; } }

#contact_block .contact_ttl {
  background: url("../img/alignment/contact.jpg") center center no-repeat;
  background-size: cover; }

/**/
@media screen and (min-width: 769px) {
  #alignment1,
  #alignment_btm {
    padding-bottom: 12rem; } }
@media screen and (max-width: 768px) {
  #alignment1,
  #alignment_btm {
    padding-bottom: 12rem; } }

section .sec_ttl {
  position: relative; }
  @media screen and (min-width: 769px) {
    section .sec_ttl {
      padding-top: 8rem; } }
  @media screen and (max-width: 768px) {
    section .sec_ttl {
      padding-top: 8rem; } }

section .sec_ttl h3 {
  position: relative;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    section .sec_ttl h3 {
      border-left: #353E5A 2px solid; } }
  @media screen and (max-width: 768px) {
    section .sec_ttl h3 {
      border-left: #353E5A 2px solid; } }

.plan_box .info {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .plan_box .info {
      padding: 6rem 0 0; } }
  @media screen and (max-width: 768px) {
    .plan_box .info {
      padding: 4rem 0 0; } }

.plan_box .info .ttl {
  position: relative;
  font-weight: 700; }
  @media screen and (min-width: 769px) {
    .plan_box .info .ttl {
      line-height: 1em;
      font-size: 3rem;
      letter-spacing: 0.1em;
      padding: 0 0 3rem; } }
  @media screen and (max-width: 768px) {
    .plan_box .info .ttl {
      line-height: 1.5em;
      font-size: 4.8rem;
      letter-spacing: 0.1em;
      padding: 0 0 2rem; } }

.plan_box .info .ttl span {
  position: relative; }
  @media screen and (min-width: 769px) {
    .plan_box .info .ttl span {
      line-height: 1.875em;
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .plan_box .info .ttl span {
      display: block;
      line-height: 1.715em;
      font-size: 2.8rem; } }

.alignment_set {
  position: relative; }
  @media screen and (min-width: 769px) {
    .alignment_set {
      width: 100%;
      max-width: 128rem;
      margin: 0 auto 0; } }
  @media screen and (max-width: 768px) {
    .alignment_set {
      width: 100%;
      margin: 0 auto 0; } }

@media screen and (min-width: 769px) {
  .alignment_set.alignment2 figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 64rem; } }
@media screen and (max-width: 768px) {
  .alignment_set.alignment2 figure {
    position: relative;
    width: 70rem;
    margin: 0 auto;
    padding: 0 0 6rem; } }

@media screen and (min-width: 769px) {
  .alignment_set.alignment3 figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 64rem; } }
@media screen and (max-width: 768px) {
  .alignment_set.alignment3 figure {
    position: relative;
    width: 70rem;
    margin: 0 auto;
    padding: 0 0 6rem; } }

.alignment_set.alignment2 .box {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .alignment_set.alignment2 .box {
      width: 50rem;
      min-height: 40rem;
      margin-left: 11rem; } }
  @media screen and (max-width: 768px) {
    .alignment_set.alignment2 .box {
      width: 70rem; } }

.alignment_set.alignment3 .box {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .alignment_set.alignment3 .box {
      width: 50rem;
      min-height: 40rem;
      margin-left: 72rem; } }
  @media screen and (max-width: 768px) {
    .alignment_set.alignment3 .box {
      width: 70rem; } }

.alignment_set .box h4 {
  position: relative;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    .alignment_set .box h4 {
      line-height: 1em;
      font-size: 2rem;
      letter-spacing: 0.1em;
      padding-bottom: 2rem; } }
  @media screen and (max-width: 768px) {
    .alignment_set .box h4 {
      line-height: 1.05em;
      font-size: 4rem;
      letter-spacing: 0.05em;
      padding-bottom: 3rem; } }

#btm_set {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #btm_set {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 4rem 4rem; } }
  @media screen and (max-width: 768px) {
    #btm_set {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 4rem; } }

#btm_set div {
  position: relative;
  display: block;
  border: #e5e5e5 1px solid;
  flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    #btm_set div {
      width: 32.6rem;
      padding: 3rem 2rem 3rem; } }
  @media screen and (max-width: 768px) {
    #btm_set div {
      width: 100%;
      padding: 5rem 4rem 4rem; } }

#btm_set div:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  transition: .4s ease-in-out;
  pointer-events: none; }
  @media screen and (min-width: 769px) {
    #btm_set div:after {
      border-top: #353E5A 1rem solid !important; } }
  @media screen and (max-width: 768px) {
    #btm_set div:after {
      border-top: #353E5A 2rem solid !important; } }

#btm_set div .ttl {
  position: relative;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    #btm_set div .ttl {
      line-height: 1.5em;
      font-size: 2rem;
      letter-spacing: 0.1em;
      padding: 0 0 1rem; } }
  @media screen and (max-width: 768px) {
    #btm_set div .ttl {
      line-height: 1.334em;
      font-size: 4.2rem;
      letter-spacing: 0.1em;
      padding: 0 0 3rem; } }

#btm_set div .txt {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    #btm_set div .txt {
      line-height: 1.5em;
      font-size: 1.4rem;
      letter-spacing: 0em;
      padding: 0 0 1rem; } }
  @media screen and (max-width: 768px) {
    #btm_set div .txt {
      line-height: 2em;
      font-size: 2.8rem;
      letter-spacing: 0.05em;
      padding: 0 0 2rem; } }

#btm_set div .tax {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    #btm_set div .tax {
      line-height: 1.875em;
      font-size: 1.6rem;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 768px) {
    #btm_set div .tax {
      line-height: 2.143em;
      font-size: 2.8rem;
      letter-spacing: 0.1em; } }

#btm_set div .tax strong {
  position: relative;
  display: inline-block;
  font-weight: LBold;
  color: #FF6C3F; }
  @media screen and (min-width: 769px) {
    #btm_set div .tax strong {
      line-height: 1em;
      font-size: 3rem;
      padding: 0 0.5rem; } }
  @media screen and (max-width: 768px) {
    #btm_set div .tax strong {
      line-height: 1em;
      font-size: 6rem;
      padding: 0 0.5rem; } }

#btm_set div .tax span {
  color: #FF6C3F; }

#alignment_btm .link_view {
  background: #353E5A;
  color: #fff;
  border: #353E5A 1px solid; }
  @media screen and (min-width: 769px) {
    #alignment_btm .link_view {
      margin: 6rem auto 0;
      width: 28rem;
      height: 4rem; } }
  @media screen and (max-width: 768px) {
    #alignment_btm .link_view {
      margin: 8rem auto 0;
      width: 48rem;
      height: 7rem; } }

#alignment_btm .link_view::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  top: 0;
  right: 0;
  height: 100%;
  transition: .4s ease-in-out; }
  @media screen and (min-width: 769px) {
    #alignment_btm .link_view::after {
      background: url("../img/arrow_btn_w.svg") center center no-repeat;
      background-size: 1rem auto; } }
  @media screen and (max-width: 768px) {
    #alignment_btm .link_view::after {
      background: url("../img/arrow_btn_w.svg") center center no-repeat;
      background-size: 1rem auto; } }

#alignment_btm .link_view:hover {
  background: #353E5A;
  color: #fff; }

#alignment_btm .link_view:hover::after {
  transform: translateX(5px); }
  @media screen and (min-width: 769px) {
    #alignment_btm .link_view:hover::after {
      background: url("../img/arrow_btn_w.svg") center center no-repeat;
      background-size: 1rem auto; } }
  @media screen and (max-width: 768px) {
    #alignment_btm .link_view:hover::after {
      background: url("../img/arrow_btn_w.svg") center center no-repeat;
      background-size: 1.5rem auto; } }

#alignment_btm .icon_set {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    #alignment_btm .icon_set {
      padding: 0rem 0 3rem;
      gap: 0.5rem; } }
  @media screen and (max-width: 768px) {
    #alignment_btm .icon_set {
      padding: 0rem 0 4rem;
      gap: 0.5rem;
      flex-wrap: wrap; } }

#alignment_btm .icon_set p {
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  transition: .4s ease-in-out; }
  @media screen and (min-width: 769px) {
    #alignment_btm .icon_set p {
      padding: 0.5rem 1rem;
      font-weight: 400;
      line-height: 1em;
      font-size: 1.4rem;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 768px) {
    #alignment_btm .icon_set p {
      padding: 1rem 2rem;
      font-weight: 400;
      line-height: 1em;
      font-size: 2.4rem;
      letter-spacing: 0.05em; } }

#alignment_btm .icon_set p {
  background: #353E5A; }
