@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #59493f;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1101px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1100px) {
  html {
    font-size: .9vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1100px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.75vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #59493f;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1101px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Noto Serif JP", serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1100px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  position: absolute;
  padding: 2.4rem 4rem;
  left: 0;
  top: 0;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 1.2rem; } }
  .header-ttl {
    width: 16rem; }
    @media only screen and (max-width: 767px) {
      .header-ttl {
        width: 12rem; } }

/* --------------------------------------
		103 content
-------------------------------------- */
.div-mv {
  aspect-ratio: 3677 / 2269;
  display: flex;
  background: url("/wp-content/themes/leaflog-child/images/hakajimai/bg_main.png") no-repeat 0% 0%;
  background-size: 100% auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: -10vw; }
  @media only screen and (max-width: 767px) {
    .div-mv {
      aspect-ratio: unset;
      flex-direction: column;
      height: 100vh;
      margin: 0;
      padding-top: 3rem; } }
  .div-mv-wrap {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .div-mv-ttl {
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .div-mv-ttl {
        margin-bottom: 3.5rem; } }
    .div-mv-ttl mark {
      display: flex;
      align-items: center;
      justify-content: center;
      background: none;
      color: #59493f;
      text-shadow: 0 0 5rem #fff; }
      .div-mv-ttl mark b {
        font-size: 6rem;
        line-height: 1;
        font-weight: 700;
        color: #016319;
        margin-left: .5rem; }
        @media only screen and (max-width: 767px) {
          .div-mv-ttl mark b {
            font-size: 3.6rem; } }
        .div-mv-ttl mark b span {
          font-size: 5rem; }
          @media only screen and (max-width: 767px) {
            .div-mv-ttl mark b span {
              font-size: 2.4rem; } }
      .div-mv-ttl mark > span {
        font-size: 2.4rem;
        line-height: 1.3;
        text-align: right;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .div-mv-ttl mark > span {
            font-size: 1.4rem; } }
        .div-mv-ttl mark > span em {
          font-style: normal;
          position: relative;
          z-index: 1; }
          .div-mv-ttl mark > span em:after {
            content: "";
            z-index: -1;
            width: 100%;
            height: .8rem;
            background: rgba(183, 170, 0, 0.5);
            position: absolute;
            left: 0;
            bottom: .4rem; }
            @media only screen and (max-width: 767px) {
              .div-mv-ttl mark > span em:after {
                height: .4rem; } }
    .div-mv-ttl strong {
      font-size: 12rem;
      line-height: 1;
      letter-spacing: 0;
      background: linear-gradient(0deg, #016319 0%, #1d8e26 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 767px) {
        .div-mv-ttl strong {
          font-size: 6.8rem; } }
  @media only screen and (max-width: 767px) {
    .div-mv-mes {
      padding-bottom: 3rem; } }
  .div-mv-mes dt {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .div-mv-mes dt {
        font-size: 1.6rem;
        padding-bottom: 1rem; } }
  .div-mv-mes dd ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .div-mv-mes dd ul li {
      width: 16rem;
      height: 16rem;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.8rem;
      line-height: 1.5;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1;
      margin: 0 1rem; }
      @media only screen and (max-width: 767px) {
        .div-mv-mes dd ul li {
          width: 10rem;
          height: 10rem;
          font-size: 1.3rem;
          margin: 0 .5rem;
          letter-spacing: 0;
          font-family: "Noto Sans JP", sans-serif; } }
      .div-mv-mes dd ul li:before, .div-mv-mes dd ul li:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        opacity: 0.3;
        z-index: -1; }
      .div-mv-mes dd ul li:after {
        right: .2rem;
        bottom: .3rem; }
      .div-mv-mes dd ul li:before {
        left: -.3rem;
        top: .4rem; }
      .div-mv-mes dd ul li:nth-of-type(1) {
        background: rgba(143, 195, 31, 0.3);
        text-shadow: 0 0 1rem #016319; }
        .div-mv-mes dd ul li:nth-of-type(1):before, .div-mv-mes dd ul li:nth-of-type(1):after {
          background: #8fc31f; }
      .div-mv-mes dd ul li:nth-of-type(2) {
        background: rgba(242, 156, 159, 0.3);
        text-shadow: 0 0 1rem #f1495c; }
        .div-mv-mes dd ul li:nth-of-type(2):before, .div-mv-mes dd ul li:nth-of-type(2):after {
          background: #f29c9f; }
      .div-mv-mes dd ul li:nth-of-type(3) {
        background: rgba(183, 170, 0, 0.3);
        text-shadow: 0 0 1rem #8a8000; }
        .div-mv-mes dd ul li:nth-of-type(3):before, .div-mv-mes dd ul li:nth-of-type(3):after {
          background: #b7aa00; }
  .div-mv-plan {
    margin-left: 2vw;
    margin-top: 15rem; }
    @media only screen and (max-width: 767px) {
      .div-mv-plan {
        margin: 0; } }
    .div-mv-plan-date {
      position: absolute;
      font-size: 1.8rem;
      right: 2rem;
      top: 1rem; }
      @media only screen and (max-width: 767px) {
        .div-mv-plan-date {
          font-size: 1.2rem;
          right: 1rem; } }
    .div-mv-plan-in {
      font-size: 1.6rem;
      text-align: right;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .div-mv-plan-in {
          font-size: 1.3rem; } }
      .div-mv-plan-in b {
        font-family: "Bodoni Moda", serif;
        font-size: 2.4rem; }
        @media only screen and (max-width: 767px) {
          .div-mv-plan-in b {
            font-size: 1.8rem; } }
    .div-mv-plan-price {
      font-size: 2.8rem;
      line-height: 1;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .div-mv-plan-price {
          font-size: 1.8rem; } }
      .div-mv-plan-price > b {
        font-family: "Bodoni Moda", serif;
        font-size: 7.2rem;
        color: #f1495c; }
        @media only screen and (max-width: 767px) {
          .div-mv-plan-price > b {
            font-size: 5rem; } }
    .div-mv-plan dl {
      width: 42rem;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .div-mv-plan dl {
          width: auto; } }
      .div-mv-plan dl dt {
        width: 20rem;
        height: 4.4rem;
        background: #8a8000;
        color: #fff;
        font-size: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto -2rem;
        position: relative;
        z-index: 2;
        border-radius: 2rem; }
        @media only screen and (max-width: 767px) {
          .div-mv-plan dl dt {
            width: 14rem;
            font-size: 1.8rem;
            height: 3rem;
            margin-bottom: -1rem; } }
      .div-mv-plan dl dd {
        border: 1px solid #b7aa00;
        position: relative;
        z-index: 1;
        padding: 4rem 0 4rem;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .div-mv-plan dl dd:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          border: 1px solid #b7aa00;
          left: -.6rem;
          top: -.6rem;
          box-sizing: content-box;
          z-index: -1; }
    .div-mv-plan > a {
      width: 45rem;
      height: 10rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background: linear-gradient(0deg, #016319 0%, #1d8e26 100%);
      border: 1px solid #016319;
      border-radius: 5rem;
      color: #fff;
      font-size: 1.8rem;
      line-height: 1.3;
      font-weight: 700;
      position: relative;
      z-index: 5;
      top: -2.5rem;
      letter-spacing: 0; }
      @media only screen and (max-width: 767px) {
        .div-mv-plan > a {
          width: 30rem;
          height: 7.2rem;
          font-size: 1.2rem;
          margin-bottom: -2.5rem; } }
      .div-mv-plan > a:hover {
        background: linear-gradient(180deg, #016319 0%, #1d8e26 100%); }
      .div-mv-plan > a em {
        width: 7rem;
        height: 7rem;
        background: linear-gradient(90deg, #f1495c 0%, #f69aa4 100%);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        font-size: 2.4rem;
        position: absolute;
        left: 1.5rem;
        top: -3.5rem;
        font-family: "Noto Sans JP", sans-serif;
        font-style: normal; }
        @media only screen and (max-width: 767px) {
          .div-mv-plan > a em {
            width: 4.5rem;
            height: 4.5rem;
            font-size: 1.5rem;
            left: 0.5rem;
            top: -2rem; } }
      .div-mv-plan > a p {
        font-size: 3.2rem;
        line-height: 1.2;
        font-weight: 700;
        font-family: "Noto Sans JP", sans-serif;
        color: #feef0a; }
        @media only screen and (max-width: 767px) {
          .div-mv-plan > a p {
            font-size: 2rem; } }
        .div-mv-plan > a p span {
          font-size: 2.4rem; }
          @media only screen and (max-width: 767px) {
            .div-mv-plan > a p span {
              font-size: 1.4rem; } }

.section-trouble {
  background: url("/wp-content/themes/leaflog-child/images/hakajimai/bg_trouble.jpg");
  background-size: 51.2rem auto;
  padding: 10rem 0 0;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .section-trouble {
      padding: 4rem 0 0; } }
  .section-trouble:after {
    content: "";
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .section-trouble:after {
        display: none; } }
  .section-trouble-header {
    text-align: center;
    letter-spacing: .3rem;
    padding-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .section-trouble-header {
        padding: 0 1.5rem 2.5rem;
        letter-spacing: .1rem; } }
    .section-trouble-header p {
      font-size: 2.4rem;
      line-height: 1.3;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-trouble-header p {
          font-size: 1.6rem; } }
    .section-trouble-header-ttl {
      font-size: 3rem;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .section-trouble-header-ttl {
          font-size: 2.4rem; } }
  .section-trouble-list {
    display: flex;
    justify-content: center;
    background: url("/wp-content/themes/leaflog-child/images/hakajimai/bg_arrow.svg") no-repeat 0% 101%;
    background-size: 100% 7rem;
    padding-bottom: 14rem; }
    @media only screen and (max-width: 767px) {
      .section-trouble-list {
        flex-wrap: wrap;
        padding: 0 1rem 7.5rem; } }
    .section-trouble-list .article-trouble {
      width: 25rem;
      margin: 0 1rem;
      padding-top: 5rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-trouble-list .article-trouble {
          width: 50%;
          margin: 0;
          padding: 3rem .5rem 1rem; } }
      .section-trouble-list .article-trouble-ttl {
        position: absolute;
        left: 1rem;
        top: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        letter-spacing: .3rem; }
        @media only screen and (max-width: 767px) {
          .section-trouble-list .article-trouble-ttl {
            letter-spacing: 0; } }
        .section-trouble-list .article-trouble-ttl strong {
          font-size: 2rem;
          line-height: 1.1;
          padding: 1rem 1rem;
          background: rgba(89, 73, 63, 0.85);
          margin: 0 .5rem;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          color: #fff;
          margin-bottom: auto; }
          @media only screen and (max-width: 767px) {
            .section-trouble-list .article-trouble-ttl strong {
              font-size: 1.4rem;
              padding: .6rem; } }
      .section-trouble-list .article-trouble-fig {
        height: 25rem; }
        @media only screen and (max-width: 767px) {
          .section-trouble-list .article-trouble-fig {
            height: auto; } }
      .section-trouble-list .article-trouble:nth-of-type(2) .article-trouble-ttl strong:nth-of-type(2) {
        margin-top: 2.5rem; }
      .section-trouble-list .article-trouble:nth-of-type(3) .article-trouble-ttl strong:nth-of-type(2) {
        margin-top: 4rem; }
.section-reason {
  background: url("/wp-content/themes/leaflog-child/images/hakajimai/bg_reason.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 10rem 0 0; }
  @media only screen and (max-width: 767px) {
    .section-reason {
      background-size: 100% auto;
      background-repeat: repeat-y;
      padding: 4rem 0 0; } }
  .section-reason-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-reason-header {
        padding-bottom: 2.5rem; } }
    .section-reason-header-ttl {
      font-size: 4.6rem;
      line-height: 1.1;
      text-align: center;
      padding-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .section-reason-header-ttl {
          font-size: 3.2rem; } }
      .section-reason-header-ttl span {
        font-size: 3rem; }
        @media only screen and (max-width: 767px) {
          .section-reason-header-ttl span {
            font-size: 2.4rem; } }
      .section-reason-header-ttl strong {
        font-size: 6rem; }
        @media only screen and (max-width: 767px) {
          .section-reason-header-ttl strong {
            font-size: 4.8rem; } }
    .section-reason-header-en {
      font-size: 1.8rem;
      color: #f1495c;
      font-family: "Bodoni Moda", serif; }
      @media only screen and (max-width: 767px) {
        .section-reason-header-en {
          font-size: 1.4rem; } }
  .section-reason-inner {
    position: relative;
    padding-bottom: 10rem; }
    @media only screen and (max-width: 767px) {
      .section-reason-inner {
        padding: 0 1.5rem 2rem; } }
    .section-reason-inner:after {
      content: "";
      width: 100%;
      height: 12.5rem;
      background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      left: 0;
      bottom: 0; }
    .section-reason-inner .article-reason {
      max-width: 93rem;
      background: #fff;
      padding: 2rem;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto 2.5rem;
      box-shadow: 0 0 2rem 0 rgba(241, 73, 92, 0.1); }
      @media only screen and (max-width: 767px) {
        .section-reason-inner .article-reason {
          flex-direction: column; } }
      .section-reason-inner .article-reason-fig {
        width: 22.5rem;
        flex-shrink: 0;
        margin: 0 2rem; }
        @media only screen and (max-width: 767px) {
          .section-reason-inner .article-reason-fig {
            width: 18rem;
            margin: 0 auto 2rem; } }
      .section-reason-inner .article-reason-wrap {
        width: 100%; }
        .section-reason-inner .article-reason-wrap p {
          font-size: 2rem;
          font-weight: 500;
          text-align: left;
          padding-left: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .section-reason-inner .article-reason-wrap p {
              font-size: 1.4rem; } }
          .section-reason-inner .article-reason-wrap p small {
            font-size: 1.6rem;
            display: inline-block; }
            @media only screen and (max-width: 767px) {
              .section-reason-inner .article-reason-wrap p small {
                font-size: 1rem; } }
      .section-reason-inner .article-reason-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 3rem; }
        @media only screen and (max-width: 767px) {
          .section-reason-inner .article-reason-header {
            padding-bottom: 1.5rem; } }
        .section-reason-inner .article-reason-header-num {
          width: 9rem;
          height: 9rem;
          background: linear-gradient(45deg, #f1495c 0%, #f69aa4 100%);
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          font-size: 1.6rem;
          line-height: 1.2;
          color: #fff;
          flex-shrink: 0;
          border-radius: 50%;
          margin-right: 1.5rem;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .section-reason-inner .article-reason-header-num {
              width: 4.8rem;
              height: 4.8rem;
              font-size: 1rem;
              margin-right: .8rem; } }
          .section-reason-inner .article-reason-header-num strong {
            font-size: 4rem;
            line-height: 1;
            font-weight: 500;
            font-family: "Bodoni Moda", serif;
            letter-spacing: 0; }
            @media only screen and (max-width: 767px) {
              .section-reason-inner .article-reason-header-num strong {
                font-size: 2rem; } }
        .section-reason-inner .article-reason-header-ttl {
          font-size: 3.6rem;
          line-height: 1.1;
          position: relative; }
          @media only screen and (max-width: 767px) {
            .section-reason-inner .article-reason-header-ttl {
              font-size: 1.7rem; } }
          .section-reason-inner .article-reason-header-ttl span {
            font-size: 2.4rem; }
            @media only screen and (max-width: 767px) {
              .section-reason-inner .article-reason-header-ttl span {
                font-size: 1.4rem; } }
          .section-reason-inner .article-reason-header-ttl strong {
            font-size: 5.6rem;
            font-family: "Bodoni Moda", serif; }
            @media only screen and (max-width: 767px) {
              .section-reason-inner .article-reason-header-ttl strong {
                font-size: 2.7rem; } }
          .section-reason-inner .article-reason-header-ttl b {
            font-size: 4.8rem; }
            @media only screen and (max-width: 767px) {
              .section-reason-inner .article-reason-header-ttl b {
                font-size: 2.3rem; } }
          .section-reason-inner .article-reason-header-ttl em {
            font-size: 1.2rem;
            font-style: normal;
            position: absolute;
            bottom: -1.4rem;
            margin-left: -12rem; }
            @media only screen and (max-width: 767px) {
              .section-reason-inner .article-reason-header-ttl em {
                font-size: 1rem;
                margin-left: -10rem; } }
            .section-reason-inner .article-reason-header-ttl em strong {
              font-size: 1.6rem;
              font-family: "Bodoni Moda", serif; }
              @media only screen and (max-width: 767px) {
                .section-reason-inner .article-reason-header-ttl em strong {
                  font-size: 1.2rem; } }
  .section-reason-mes {
    background: #fff;
    padding-bottom: 2rem; }
    .section-reason-mes p {
      font-size: 3.2rem;
      line-height: 1.3;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-reason-mes p {
          font-size: 1.8rem; } }
      .section-reason-mes p strong {
        font-size: 4.6rem; }
        @media only screen and (max-width: 767px) {
          .section-reason-mes p strong {
            font-size: 2.8rem; } }
      .section-reason-mes p mark {
        background: none;
        color: #59493f;
        border-bottom: .5rem solid #f29c9f; }
        @media only screen and (max-width: 767px) {
          .section-reason-mes p mark {
            border-width: .3rem; } }
.section-after {
  background: url("/wp-content/themes/leaflog-child/images/hakajimai/bg_after.jpg");
  background-size: 51.2rem auto;
  position: relative;
  z-index: 1;
  padding-bottom: 9rem; }
  @media only screen and (max-width: 767px) {
    .section-after {
      padding-bottom: 4rem; } }
  .section-after:after {
    content: "";
    width: 100%;
    height: 5.8rem;
    background: url("/wp-content/themes/leaflog-child/images/hakajimai/bg_curve.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .section-after:after {
        height: 2.4rem; } }
  .section-after:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.5) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .section-after-header {
    padding-top: 2.5rem;
    padding-bottom: 6.5rem; }
    @media only screen and (max-width: 767px) {
      .section-after-header {
        padding: 0 0 4rem; } }
    .section-after-header-q {
      width: 42rem;
      height: 5rem;
      border-radius: 5rem;
      background: linear-gradient(180deg, #f1495c 0%, #f69aa4 100%);
      margin: 0 auto 4rem;
      color: #fff;
      font-weight: 700;
      font-size: 2.4rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .section-after-header-q {
          width: 26rem;
          height: 3rem;
          font-size: 1.6rem; } }
    .section-after-header-ttl {
      font-size: 3.6rem;
      text-shadow: 0 0 1rem rgba(95, 95, 95, 0.5);
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-after-header-ttl {
          font-size: 2rem; } }
      .section-after-header-ttl strong {
        font-size: 4.2rem; }
        @media only screen and (max-width: 767px) {
          .section-after-header-ttl strong {
            font-size: 2.4rem; } }
      .section-after-header-ttl b {
        font-size: 4.2rem;
        color: #f1495c; }
        @media only screen and (max-width: 767px) {
          .section-after-header-ttl b {
            font-size: 2.4rem; } }
  .section-after-inner .article-after {
    width: 76.5rem;
    position: relative;
    margin: 0 auto 5rem; }
    @media only screen and (max-width: 767px) {
      .section-after-inner .article-after {
        width: 30rem;
        margin: 0 auto 2.5rem; } }
    .section-after-inner .article-after-fig {
      width: 29rem;
      height: 29rem;
      border-radius: 50%;
      overflow: hidden;
      top: 50%;
      margin-top: -14.5rem;
      position: absolute; }
      @media only screen and (max-width: 767px) {
        .section-after-inner .article-after-fig {
          position: static;
          width: 18rem;
          height: 18rem;
          margin: 0 auto;
          margin-bottom: -2rem; } }
    .section-after-inner .article-after-ttl {
      font-size: 2.8rem;
      padding-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-after-inner .article-after-ttl {
          font-size: 2rem;
          text-align: center; } }
    .section-after-inner .article-after-inner {
      height: 23.5rem;
      background: #fff;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 4rem; }
      @media only screen and (max-width: 767px) {
        .section-after-inner .article-after-inner {
          height: auto; } }
      .section-after-inner .article-after-inner:after {
        content: "";
        position: absolute; }
      .section-after-inner .article-after-inner p {
        font-size: 1.8rem;
        text-align: left; }
        @media only screen and (max-width: 767px) {
          .section-after-inner .article-after-inner p {
            font-size: 1.4rem; } }
    .section-after-inner .article-after:nth-of-type(1) .article-after-fig {
      left: -14.5rem; }
    .section-after-inner .article-after:nth-of-type(1) .article-after-inner {
      padding-left: 18rem; }
      @media only screen and (max-width: 767px) {
        .section-after-inner .article-after:nth-of-type(1) .article-after-inner {
          padding: 3rem 2rem 1.5rem; } }
      .section-after-inner .article-after:nth-of-type(1) .article-after-inner:after {
        width: 15.3rem;
        height: 15.2rem;
        right: 2rem;
        top: -5rem;
        background: url("/wp-content/themes/leaflog-child/images/hakajimai/illust_1.png") no-repeat;
        background-size: 100% auto; }
        @media only screen and (max-width: 767px) {
          .section-after-inner .article-after:nth-of-type(1) .article-after-inner:after {
            width: 7.6rem;
            height: 7.6rem;
            top: 11rem;
            right: 0; } }
    .section-after-inner .article-after:nth-of-type(2) .article-after-fig {
      right: -14.5rem; }
    .section-after-inner .article-after:nth-of-type(2) .article-after-inner {
      padding-right: 18rem; }
      @media only screen and (max-width: 767px) {
        .section-after-inner .article-after:nth-of-type(2) .article-after-inner {
          padding: 3rem 2rem 1.5rem; } }
      .section-after-inner .article-after:nth-of-type(2) .article-after-inner:after {
        width: 6.65rem;
        height: 6.2rem;
        left: -2rem;
        top: -1rem;
        background: url("/wp-content/themes/leaflog-child/images/hakajimai/illust_2.png") no-repeat;
        background-size: 100% auto; }
        @media only screen and (max-width: 767px) {
          .section-after-inner .article-after:nth-of-type(2) .article-after-inner:after {
            width: 3.3rem;
            height: 3.1rem;
            left: 2rem;
            top: 18rem; } }
.section-flow {
  padding: 10rem 0;
  background: url("/wp-content/themes/leaflog-child/images/hakajimai/bg_flow.png") no-repeat 50% 0%;
  background-size: 132.4rem auto; }
  @media only screen and (max-width: 767px) {
    .section-flow {
      padding: 4rem 2rem;
      background-size: 100% auto; } }
  .section-flow-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-flow-header {
        padding-bottom: 3rem; } }
    .section-flow-header-ttl {
      font-size: 3.6rem;
      line-height: 1.1;
      padding-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .section-flow-header-ttl {
          font-size: 2.4rem; } }
      .section-flow-header-ttl strong {
        font-size: 4.6rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-header-ttl strong {
            font-size: 3.6rem; } }
    .section-flow-header-en {
      font-size: 1.8rem;
      line-height: 1;
      color: #f1495c; }
      @media only screen and (max-width: 767px) {
        .section-flow-header-en {
          font-size: 1.4rem; } }
  .section-flow-inner {
    max-width: 95rem;
    margin: 0 auto; }
    .section-flow-inner .article-flow {
      border: 1px solid #f1495c;
      border-radius: 1.5rem;
      box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
      background: #fff;
      margin-bottom: 4.2rem;
      position: relative;
      padding: 3.6rem; }
      @media only screen and (max-width: 767px) {
        .section-flow-inner .article-flow {
          padding: 1.5rem;
          margin-bottom: 2rem; } }
      .section-flow-inner .article-flow:after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -4.6rem;
        bottom: -5.6rem;
        border-style: solid;
        border-color: #f29c9f transparent transparent;
        border-width: 2.8rem 4.6rem;
        z-index: -1; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow:after {
            border-width: 1.4rem 2.3rem;
            bottom: -2.8rem;
            margin-left: -2.3rem; } }
      .section-flow-inner .article-flow:nth-last-of-type(1):after {
        display: none; }
      .section-flow-inner .article-flow-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 3rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-header {
            padding-bottom: 1.5rem; } }
        .section-flow-inner .article-flow-header:after {
          content: "";
          width: 8rem;
          height: 1px;
          background: #f1495c;
          margin-top: 1.5rem; }
        .section-flow-inner .article-flow-header-en {
          font-size: 2rem;
          font-family: "Bodoni Moda", serif;
          color: #f1495c; }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow-header-en {
              font-size: 1.3rem; } }
          .section-flow-inner .article-flow-header-en strong {
            font-size: 2.4rem;
            font-weight: 400; }
            @media only screen and (max-width: 767px) {
              .section-flow-inner .article-flow-header-en strong {
                font-size: 1.8rem; } }
        .section-flow-inner .article-flow-header-ttl {
          font-size: 2.8rem; }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow-header-ttl {
              font-size: 2rem;
              line-height: 1.3;
              text-align: center; } }
      .section-flow-inner .article-flow-inner {
        font-size: 1.8rem;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-inner {
            font-size: 1.4rem; } }
        .section-flow-inner .article-flow-inner small {
          font-size: 1.2rem; }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow-inner small {
              font-size: 1rem; } }
        .section-flow-inner .article-flow-inner.figset {
          display: flex;
          justify-content: space-between;
          text-align: left; }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow-inner.figset {
              flex-direction: column; } }
          .section-flow-inner .article-flow-inner.figset img {
            width: 32rem;
            margin-right: 3rem;
            flex-shrink: 0; }
            @media only screen and (max-width: 767px) {
              .section-flow-inner .article-flow-inner.figset img {
                width: 24rem;
                margin: 0 auto 1rem; } }
        .section-flow-inner .article-flow-inner.txt {
          text-align: left;
          padding-left: 35rem; }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow-inner.txt {
              padding: 0; } }
        .section-flow-inner .article-flow-inner dl {
          background: rgba(241, 73, 92, 0.1);
          padding: 2rem 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow-inner dl {
              flex-direction: column;
              padding: 1.5rem;
              font-size: 1.3rem; } }
          .section-flow-inner .article-flow-inner dl dt {
            padding: 0 2rem;
            flex-shrink: 0; }
            @media only screen and (max-width: 767px) {
              .section-flow-inner .article-flow-inner dl dt {
                padding: 0 0 1rem; } }
          .section-flow-inner .article-flow-inner dl dd {
            width: 100%;
            padding-right: 2.5rem; }
            .section-flow-inner .article-flow-inner dl dd ul li {
              display: flex;
              justify-content: flex-start; }
              .section-flow-inner .article-flow-inner dl dd ul li:before {
                content: "・";
                color: #f1495c;
                flex-shrink: 0;
                margin-right: .5rem; }
      .section-flow-inner .article-flow .ul-contact {
        padding-top: 2.5rem;
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow .ul-contact {
            flex-direction: column;
            padding: 1rem 0 0; } }
        .section-flow-inner .article-flow .ul-contact li {
          margin: 0 1rem; }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow .ul-contact li {
              margin: 0 auto .8rem; } }
        .section-flow-inner .article-flow .ul-contact-tel {
          width: 40rem;
          border-radius: .8rem;
          border: 1px solid #f1495c;
          background: linear-gradient(180deg, #f29c9f 0%, #f1495c 100%);
          color: #fff;
          font-weight: 700;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          position: relative;
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.35); }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow .ul-contact-tel {
              width: 28rem;
              padding: .5rem 0; } }
          .section-flow-inner .article-flow .ul-contact-tel > a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 10; }
          .section-flow-inner .article-flow .ul-contact-tel-fig {
            width: 8rem;
            position: absolute;
            right: 0;
            bottom: 0; }
            @media only screen and (max-width: 767px) {
              .section-flow-inner .article-flow .ul-contact-tel-fig {
                width: 5rem; } }
          .section-flow-inner .article-flow .ul-contact-tel p {
            font-size: 1.4rem;
            line-height: 1.4;
            font-weight: 700;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: baseline; }
            @media only screen and (max-width: 767px) {
              .section-flow-inner .article-flow .ul-contact-tel p {
                font-size: 1.2rem; }
                .section-flow-inner .article-flow .ul-contact-tel p:nth-of-type(1) {
                  padding-bottom: .5rem; }
                .section-flow-inner .article-flow .ul-contact-tel p:nth-of-type(2) {
                  padding-right: 3rem; } }
            .section-flow-inner .article-flow .ul-contact-tel p span {
              font-size: 1rem;
              font-weight: 400;
              margin-right: .5rem;
              letter-spacing: 0;
              font-family: "Noto Sans JP", sans-serif; }
              @media only screen and (max-width: 767px) {
                .section-flow-inner .article-flow .ul-contact-tel p span {
                  font-size: .9rem; } }
            .section-flow-inner .article-flow .ul-contact-tel p b {
              font-size: 1.2rem;
              font-family: "Noto Sans JP", sans-serif;
              font-weight: 400;
              letter-spacing: 0; }
              @media only screen and (max-width: 767px) {
                .section-flow-inner .article-flow .ul-contact-tel p b {
                  font-size: 1rem; } }
          .section-flow-inner .article-flow .ul-contact-tel-number {
            font-size: 3.4rem;
            font-family: "Bodoni Moda", serif;
            line-height: 1;
            padding-right: 2rem;
            display: flex;
            align-items: center; }
            @media only screen and (max-width: 767px) {
              .section-flow-inner .article-flow .ul-contact-tel-number {
                font-size: 2.8rem;
                padding-right: 1.5rem; } }
            .section-flow-inner .article-flow .ul-contact-tel-number span {
              font-size: 3rem;
              margin-right: .5rem; }
              @media only screen and (max-width: 767px) {
                .section-flow-inner .article-flow .ul-contact-tel-number span {
                  font-size: 2.4rem; } }
        .section-flow-inner .article-flow .ul-contact-form a {
          background: linear-gradient(0deg, #016319 0%, #1d8e26 100%);
          width: 40rem;
          height: 9rem;
          border-radius: 5rem;
          border: 1px solid #016319;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          font-size: 1.4rem;
          font-weight: 700;
          line-height: 1;
          color: #fff;
          position: relative;
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.35); }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow .ul-contact-form a {
              width: 28rem;
              height: 6rem;
              font-size: 1.2rem; } }
          .section-flow-inner .article-flow .ul-contact-form a:hover {
            background: linear-gradient(180deg, #016319 0%, #1d8e26 100%); }
          .section-flow-inner .article-flow .ul-contact-form a em {
            width: 5rem;
            height: 5rem;
            background: linear-gradient(-90deg, #f29c9f 0%, #f1495c 100%);
            border-radius: 50%;
            position: absolute;
            left: 1.5rem;
            top: -1.5rem;
            font-size: 1.8rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            font-family: "Noto Sans JP", sans-serif;
            font-style: normal; }
            @media only screen and (max-width: 767px) {
              .section-flow-inner .article-flow .ul-contact-form a em {
                width: 3.6rem;
                height: 3.6rem;
                font-size: 1.4rem;
                left: .3rem;
                top: -1.3rem; } }
          .section-flow-inner .article-flow .ul-contact-form a p {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 2.4rem;
            line-height: 1.5;
            color: #feef0a; }
            @media only screen and (max-width: 767px) {
              .section-flow-inner .article-flow .ul-contact-form a p {
                font-size: 2rem; } }
            .section-flow-inner .article-flow .ul-contact-form a p span {
              font-size: 1.8rem; }
              @media only screen and (max-width: 767px) {
                .section-flow-inner .article-flow .ul-contact-form a p span {
                  font-size: 1.4rem; } }
      .section-flow-inner .article-flow-fig {
        position: absolute;
        width: 32rem;
        left: 3.5rem;
        bottom: 3.5rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-fig {
            position: static;
            width: 24rem;
            margin: 0 auto 1rem; } }
.section-step {
  background: linear-gradient(90deg, rgba(241, 73, 92, 0.12) 0%, rgba(246, 154, 164, 0.12) 100%);
  position: relative;
  z-index: 1;
  padding-bottom: 9rem; }
  @media only screen and (max-width: 767px) {
    .section-step {
      padding-bottom: 2rem; } }
  .section-step:after {
    content: "";
    width: 100%;
    height: 5.8rem;
    background: url("/wp-content/themes/leaflog-child/images/hakajimai/bg_curve.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .section-step:after {
        height: 2.9rem; } }
  .section-step-header {
    padding-top: 12rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .section-step-header {
        padding-top: 7rem;
        padding-bottom: 3rem; } }
    .section-step-header-ttl {
      font-size: 3.6rem;
      line-height: 1.1;
      padding-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .section-step-header-ttl {
          font-size: 2.4rem; } }
      .section-step-header-ttl strong {
        font-size: 4.2rem; }
        @media only screen and (max-width: 767px) {
          .section-step-header-ttl strong {
            font-size: 3.6rem; } }
    .section-step-header-en {
      font-size: 1.8rem;
      line-height: 1;
      font-family: "Bodoni Moda", serif;
      color: #f1495c; }
      @media only screen and (max-width: 767px) {
        .section-step-header-en {
          font-size: 1.4rem; } }
  @media only screen and (max-width: 767px) {
    .section-step-inner {
      padding: 0 2rem; } }
  .section-step-inner .article-step {
    width: 94rem;
    position: relative;
    margin: 0 auto 5rem; }
    @media only screen and (max-width: 767px) {
      .section-step-inner .article-step {
        width: 100%;
        margin: 0 0 3rem; } }
    .section-step-inner .article-step-fig {
      width: 40rem;
      flex-shrink: 0;
      margin-left: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-step-inner .article-step-fig {
          width: 28rem;
          margin: 0 auto 1rem; } }
    .section-step-inner .article-step-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-bottom: 1.5rem;
      border-bottom: 1px solid #f29c9f;
      margin-bottom: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .section-step-inner .article-step-header {
          margin-bottom: 1.5rem;
          flex-direction: column;
          padding-bottom: 1rem; } }
      .section-step-inner .article-step-header-en {
        font-size: 1.8rem;
        flex-shrink: 0;
        margin-right: 1rem;
        color: #f1495c;
        font-family: "Bodoni Moda", serif; }
        @media only screen and (max-width: 767px) {
          .section-step-inner .article-step-header-en {
            font-size: 1.2rem; } }
        .section-step-inner .article-step-header-en strong {
          font-size: 2.8rem;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .section-step-inner .article-step-header-en strong {
              font-size: 1.6rem; } }
      .section-step-inner .article-step-header-ttl {
        font-size: 2.8rem; }
        @media only screen and (max-width: 767px) {
          .section-step-inner .article-step-header-ttl {
            font-size: 2rem;
            line-height: 1.3;
            text-align: center; } }
    .section-step-inner .article-step-wrap {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .section-step-inner .article-step-wrap {
          flex-direction: column; } }
      .section-step-inner .article-step-wrap p {
        font-size: 1.8rem;
        text-align: left; }
        @media only screen and (max-width: 767px) {
          .section-step-inner .article-step-wrap p {
            font-size: 1.4rem; } }
    .section-step-inner .article-step-inner > p {
      padding-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-step-inner .article-step-inner > p {
          padding-bottom: 1rem; } }
    .section-step-inner .article-step-inner p {
      font-size: 1.8rem;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .section-step-inner .article-step-inner p {
          font-size: 1.4rem; } }
      .section-step-inner .article-step-inner p small {
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .section-step-inner .article-step-inner p small {
            font-size: 1rem; } }
    .section-step-inner .article-step-inner > ul {
      padding-bottom: 2rem; }
      .section-step-inner .article-step-inner > ul li {
        font-size: 1.8rem;
        display: flex;
        justify-content: flex-start; }
        @media only screen and (max-width: 767px) {
          .section-step-inner .article-step-inner > ul li {
            font-size: 1.3rem; } }
        .section-step-inner .article-step-inner > ul li:before {
          content: "・";
          flex-shrink: 0;
          margin-right: .5rem; }
    .section-step-inner .article-step-inner h4 {
      text-align: center;
      font-size: 2.4rem;
      color: #f1495c;
      padding: 6rem 0 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-step-inner .article-step-inner h4 {
          font-size: 1.7rem;
          padding: 2.5rem 0 .8rem; } }
    .section-step-inner .article-step-inner dl {
      margin-bottom: 2rem; }
      .section-step-inner .article-step-inner dl > dt {
        color: #f1495c;
        font-size: 2.4rem;
        background: #fff;
        padding: 3.5rem 3.5rem 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-step-inner .article-step-inner dl > dt {
            font-size: 1.6rem;
            padding: 1.5rem 2rem .5rem; } }
      .section-step-inner .article-step-inner dl > dd {
        background: #fff;
        padding: 0 3.5rem 3.5rem; }
        @media only screen and (max-width: 767px) {
          .section-step-inner .article-step-inner dl > dd {
            padding: 0 2rem 1.5rem;
            font-size: 1.3rem; } }
        .section-step-inner .article-step-inner dl > dd img {
          width: 30rem;
          float: right;
          margin-left: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .section-step-inner .article-step-inner dl > dd img {
              width: 100%;
              float: none;
              margin: 0 0 1rem; } }
      .section-step-inner .article-step-inner dl > div {
        background: #fff;
        padding: 1.5rem;
        border-radius: 1rem;
        margin-bottom: 1rem; }
        .section-step-inner .article-step-inner dl > div dt {
          font-size: 1.8rem;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          @media only screen and (max-width: 767px) {
            .section-step-inner .article-step-inner dl > div dt {
              font-size: 1.6rem;
              line-height: 1.3;
              align-items: flex-start; } }
          .section-step-inner .article-step-inner dl > div dt:before {
            content: "";
            width: 4rem;
            height: 4rem;
            font-size: 2rem;
            border-radius: 50%;
            background: #f29c9f;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            margin-right: 1rem;
            color: #fff;
            letter-spacing: 0;
            font-family: "Bodoni Moda", serif; }
            @media only screen and (max-width: 767px) {
              .section-step-inner .article-step-inner dl > div dt:before {
                width: 2.4rem;
                height: 2.4rem;
                font-size: 1.4rem;
                margin-right: .6rem;
                position: relative;
                top: -.2rem; } }
        .section-step-inner .article-step-inner dl > div dd {
          font-family: "Noto Sans JP", sans-serif;
          padding-top: 1rem;
          padding-left: 5rem;
          padding-bottom: 1rem; }
          @media only screen and (max-width: 767px) {
            .section-step-inner .article-step-inner dl > div dd {
              padding-left: 0;
              padding-bottom: 0; } }
          .section-step-inner .article-step-inner dl > div dd p {
            font-size: 1.4rem; }
            @media only screen and (max-width: 767px) {
              .section-step-inner .article-step-inner dl > div dd p {
                font-size: 1.2rem; } }
          .section-step-inner .article-step-inner dl > div dd figure {
            float: right;
            width: 21rem;
            bottom: -1.5rem;
            position: relative; }
            @media only screen and (max-width: 767px) {
              .section-step-inner .article-step-inner dl > div dd figure {
                float: none;
                width: 20rem;
                margin: 0 auto 1rem;
                bottom: 0; } }
        .section-step-inner .article-step-inner dl > div:nth-of-type(1) dt:before {
          content: "1"; }
        .section-step-inner .article-step-inner dl > div:nth-of-type(2) dt:before {
          content: "2"; }
        .section-step-inner .article-step-inner dl > div:nth-of-type(3) dt:before {
          content: "3"; }
        .section-step-inner .article-step-inner dl > div:nth-of-type(4) dt:before {
          content: "4"; }
        .section-step-inner .article-step-inner dl > div:nth-of-type(5) dt:before {
          content: "5"; }
    .section-step-inner .article-step-catch {
      padding-top: 5rem; }
      @media only screen and (max-width: 767px) {
        .section-step-inner .article-step-catch {
          padding-top: .5rem; } }
      .section-step-inner .article-step-catch p {
        text-align: center;
        font-size: 2.8rem;
        color: #f1495c;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .section-step-inner .article-step-catch p {
            font-size: 1.6rem; } }
.section-plan {
  max-width: 110rem;
  margin: 0 auto;
  padding: 10rem 0; }
  @media only screen and (max-width: 767px) {
    .section-plan {
      padding: 4rem 2rem 2rem; } }
  .section-plan-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-plan-header {
        padding-bottom: 2.5rem; } }
    .section-plan-header-ttl {
      font-size: 4.6rem;
      line-height: 1.1;
      text-align: center;
      padding-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .section-plan-header-ttl {
          font-size: 3.6rem; } }
      .section-plan-header-ttl span {
        font-size: 2.8rem; }
        @media only screen and (max-width: 767px) {
          .section-plan-header-ttl span {
            font-size: 2rem; } }
    .section-plan-header-name {
      font-size: 2.8rem;
      font-weight: 700;
      color: #fff;
      width: 39rem;
      height: 4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(90deg, #fff 0%, #b28850 50%, #fff 100%); }
      @media only screen and (max-width: 767px) {
        .section-plan-header-name {
          font-size: 2rem;
          width: 100%;
          height: 3rem; } }
  .section-plan-catch {
    text-align: center;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-plan-catch {
        padding-bottom: 1.5rem; } }
    .section-plan-catch p {
      font-size: 2.4rem; }
      @media only screen and (max-width: 767px) {
        .section-plan-catch p {
          font-size: 1.6rem; } }
      .section-plan-catch p strong {
        font-size: 3.6rem; }
        @media only screen and (max-width: 767px) {
          .section-plan-catch p strong {
            font-size: 2.4rem; } }
  .section-plan-inner {
    font-size: 1.8rem;
    max-width: 90rem;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .section-plan-inner {
        font-size: 1.4rem; } }
  .section-plan dl {
    max-width: 87.5rem;
    margin: 1.5rem auto 3rem;
    background: #eee;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-plan dl {
        flex-direction: column;
        justify-content: center; } }
    .section-plan dl dt {
      font-size: 1.8rem;
      flex-shrink: 0;
      padding: 0 2.5rem; }
      @media only screen and (max-width: 767px) {
        .section-plan dl dt {
          font-size: 1.4rem;
          text-align: center;
          padding: 0 0 1rem; } }
    .section-plan dl dd {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-plan dl dd {
          font-size: 1.2rem; } }
  .section-plan-mes {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
    border: 1px solid #b28850;
    padding: 3rem;
    text-align: center;
    font-size: 2.8rem; }
    @media only screen and (max-width: 767px) {
      .section-plan-mes {
        width: 100%;
        padding: 2rem;
        font-size: 1.6rem; } }
    .section-plan-mes p {
      line-height: 1.3; }
    .section-plan-mes span {
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-plan-mes span {
          font-size: 1.4rem; } }
    .section-plan-mes strong {
      font-size: 3.6rem;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .section-plan-mes strong {
          font-size: 2rem; } }
    .section-plan-mes b {
      font-size: 4rem;
      font-family: "Bodoni Moda", serif; }
      @media only screen and (max-width: 767px) {
        .section-plan-mes b {
          font-size: 2.4rem; } }
    .section-plan-mes:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: .4rem;
      top: .4rem;
      z-index: -1;
      box-sizing: content-box;
      border: 1px solid #b28850;
      opacity: 0.5; }
  .section-plan-attention {
    display: flex;
    justify-content: center;
    padding: 2.5rem 0 6rem; }
    @media only screen and (max-width: 767px) {
      .section-plan-attention {
        padding-bottom: 4rem; } }
    .section-plan-attention ul {
      margin: 0 auto; }
      .section-plan-attention ul li {
        display: flex;
        justify-content: flex-start;
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .section-plan-attention ul li {
            font-size: 1.2rem; } }
        .section-plan-attention ul li:before {
          content: "※"; }
  .section-plan-pattern {
    text-align: center; }
    .section-plan-pattern p {
      font-size: 1.8rem;
      padding-bottom: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .section-plan-pattern p {
          font-size: 1.4rem; } }
      .section-plan-pattern p small {
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .section-plan-pattern p small {
            display: inline-block;
            font-size: 1rem;
            line-height: 1.3; } }
    .section-plan-pattern ul {
      display: flex;
      justify-content: center;
      padding-bottom: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .section-plan-pattern ul {
          flex-direction: column;
          padding-bottom: 0; } }
      .section-plan-pattern ul li {
        width: 36rem;
        margin: 0 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-plan-pattern ul li {
            width: 30rem;
            margin: 0 auto 1rem; } }
        .section-plan-pattern ul li figure {
          padding-bottom: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .section-plan-pattern ul li figure {
              padding-bottom: 1rem; } }
        .section-plan-pattern ul li p {
          font-size: 2.4rem;
          line-height: 1.2;
          font-weight: 700;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .section-plan-pattern ul li p {
              font-size: 1.6rem; }
              .section-plan-pattern ul li p br {
                display: none; } }

.aside-staff {
  background: url("/wp-content/themes/leaflog-child/images/hakajimai/bg_message.png") no-repeat 50% 50%;
  background-size: 145rem auto;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10rem;
  position: relative;
  z-index: 4; }
  @media only screen and (max-width: 767px) {
    .aside-staff {
      padding: 0 2rem;
      margin-top: -4rem;
      background-size: 100% auto; } }
  .aside-staff-fig {
    width: 27rem; }
    @media only screen and (max-width: 767px) {
      .aside-staff-fig {
        width: 12rem; } }
  .aside-staff-com {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 7rem; }
    @media only screen and (max-width: 767px) {
      .aside-staff-com {
        font-size: 1.6rem;
        padding-top: 2.5rem; } }
    .aside-staff-com span:nth-of-type(1) {
      font-size: 2.8rem; }
      @media only screen and (max-width: 767px) {
        .aside-staff-com span:nth-of-type(1) {
          font-size: 1.8rem; } }
      .aside-staff-com span:nth-of-type(1) b {
        font-size: 3rem; }
        @media only screen and (max-width: 767px) {
          .aside-staff-com span:nth-of-type(1) b {
            font-size: 2rem; } }
    .aside-staff-com span:nth-of-type(2) {
      font-size: 4rem; }
      @media only screen and (max-width: 767px) {
        .aside-staff-com span:nth-of-type(2) {
          font-size: 2rem; } }
      .aside-staff-com span:nth-of-type(2) strong {
        font-size: 6.4rem;
        color: #016319; }
        @media only screen and (max-width: 767px) {
          .aside-staff-com span:nth-of-type(2) strong {
            font-size: 3.2rem; } }
    .aside-staff-com span:nth-last-of-type(1) {
      font-size: 4rem;
      margin-left: auto; }
      @media only screen and (max-width: 767px) {
        .aside-staff-com span:nth-last-of-type(1) {
          font-size: 2rem; } }
      .aside-staff-com span:nth-last-of-type(1) b {
        font-size: 5.4rem;
        color: #f1495c; }
        @media only screen and (max-width: 767px) {
          .aside-staff-com span:nth-last-of-type(1) b {
            font-size: 3.2rem; } }
    .aside-staff-com strong {
      color: #fff; }
.aside-contact {
  padding-top: 2.5rem;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .aside-contact {
      flex-direction: column; } }
  .aside-contact > div {
    margin: 0 1rem; }
    @media only screen and (max-width: 767px) {
      .aside-contact > div {
        margin: .5rem 0; } }
  .aside-contact-tel {
    width: 48rem;
    height: 10rem;
    border-radius: .8rem;
    border: 1px solid #f1495c;
    background: linear-gradient(180deg, #f29c9f 0%, #f1495c 100%);
    color: #fff;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.35); }
    @media only screen and (max-width: 767px) {
      .aside-contact-tel {
        width: 32rem;
        height: 8rem;
        margin: 0 auto; } }
    .aside-contact-tel > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .aside-contact-tel-fig {
      width: 9rem;
      position: absolute;
      right: 0;
      bottom: 0; }
      @media only screen and (max-width: 767px) {
        .aside-contact-tel-fig {
          width: 6rem; } }
    .aside-contact-tel p {
      font-size: 1.8rem;
      line-height: 1.4;
      font-weight: 700;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: baseline; }
      @media only screen and (max-width: 767px) {
        .aside-contact-tel p {
          font-size: 1.4rem; }
          .aside-contact-tel p:nth-of-type(1) {
            padding-bottom: .5rem; } }
      .aside-contact-tel p:nth-last-of-type(1) {
        padding-right: 3rem; }
        @media only screen and (max-width: 767px) {
          .aside-contact-tel p:nth-last-of-type(1) {
            padding-right: 4rem; } }
      .aside-contact-tel p span {
        font-size: 1.2rem;
        font-weight: 400;
        margin: 0 .5rem; }
        @media only screen and (max-width: 767px) {
          .aside-contact-tel p span {
            font-size: .9rem; } }
      .aside-contact-tel p b {
        font-size: 1.4rem;
        font-family: "Bodoni Moda", serif;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .aside-contact-tel p b {
            font-size: 1.2rem; } }
    .aside-contact-tel-number {
      font-size: 4rem;
      font-family: "Bodoni Moda", serif;
      line-height: 1;
      padding-right: 2rem;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .aside-contact-tel-number {
          font-size: 3rem; } }
      .aside-contact-tel-number span {
        font-size: 3.6rem;
        line-height: 1;
        margin-right: .5rem; }
        @media only screen and (max-width: 767px) {
          .aside-contact-tel-number span {
            font-size: 2.4rem; } }
  .aside-contact-form a {
    background: linear-gradient(0deg, #016319 0%, #1d8e26 100%);
    width: 48rem;
    height: 10rem;
    border-radius: 5rem;
    border: 1px solid #016319;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    position: relative;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.35); }
    @media only screen and (max-width: 767px) {
      .aside-contact-form a {
        width: 32rem;
        height: 7.2rem;
        font-size: 1.4rem;
        margin: 0 auto; } }
    .aside-contact-form a:hover {
      background: linear-gradient(180deg, #016319 0%, #1d8e26 100%); }
    .aside-contact-form a em {
      width: 7rem;
      height: 7rem;
      background: linear-gradient(-90deg, #f29c9f 0%, #f1495c 100%);
      border-radius: 50%;
      position: absolute;
      left: 1.5rem;
      top: -3.5rem;
      font-size: 2.4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      font-family: "Noto Sans JP", sans-serif;
      font-style: normal; }
      @media only screen and (max-width: 767px) {
        .aside-contact-form a em {
          width: 3.6rem;
          height: 3.6rem;
          left: .5rem;
          top: -1.5rem;
          font-size: 1.6rem; } }
    .aside-contact-form a p {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 3.2rem;
      line-height: 1.5;
      color: #feef0a; }
      @media only screen and (max-width: 767px) {
        .aside-contact-form a p {
          font-size: 2.2rem; } }
      .aside-contact-form a p span {
        font-size: 2.4rem; }
        @media only screen and (max-width: 767px) {
          .aside-contact-form a p span {
            font-size: 1.6rem; } }

/* --------------------------------------
		104 footer
-------------------------------------- */
.footer {
  padding: 1.5rem;
  background: #59493f;
  color: #fff;
  text-align: center; }
  .footer-copy {
    font-size: 1.2rem; }
