@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_en, .faq_list_dl dt::before, .faq_list_dl dd > div::before, .reason_list_wrap .reason_list li .reason_list_title .no_wrap .no, .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dd .in .tel_no, .step_list .step_list_in ul li .no_wrap, .page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel .in {
  font-family: "Montserrat", sans-serif;
}

.text {
  line-height: 2;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
@media (max-width: 1279.9px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 4.2666666667vw;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #1D1D1D;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 1rem;
  background: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767.9px) {
  body {
    font-size: 0.875rem;
  }
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: #1D1D1D;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a [href=""] {
  pointer-events: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  opacity: 0.7;
}

select,
input,
button,
textarea {
  font-family: "noto sans jp", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

input:focus,
textarea:focus {
  background: #f8f8f8 !important;
}

button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

picture {
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

video {
  width: 100%;
}

p {
  margin: 0;
  line-height: 1.8;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.obj-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide:focus {
  outline: none;
}

picture img {
  width: 100%;
}

.inbox {
  max-width: 77.5rem;
  margin: 0 auto;
  position: relative;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.bg_yw, .page_contact,
.page_privacy {
  background: #FEFFF5;
}

.bg_gr {
  background: #F2FBF1;
}

.line_title {
  padding: 1rem 1.25rem 1.375rem;
  font-size: 3rem;
  line-height: 1.4583333333;
  font-weight: bold;
  color: #FFFFFF;
  background: #096241;
  position: relative;
  z-index: 5;
  text-align: center;
}
.line_title::after {
  content: "";
  width: 1.8125rem;
  height: 1.625rem;
  background: url("../img/i_down.svg") center bottom no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(100% - 0.375rem);
  left: 50%;
  margin-left: -0.90625rem;
  z-index: 5;
}
.line_title + .inbox > p, .line_title + div > .inbox > p {
  margin-top: 3.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
}
.line_title + .inbox > p b, .line_title + div > .inbox > p b {
  color: #F81515;
  border-bottom: 1px solid #F81515;
}

@media (max-width: 767.9px) {
  .line_title {
    padding: 0.75rem 1.25rem 1rem;
    font-size: 1.625rem;
    line-height: 1.5;
    min-height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .line_title + .inbox > p, .line_title + div > .inbox > p {
    margin-top: 2rem;
    text-align: left;
  }
}
.bdr_title {
  font-size: 2.0625rem;
  color: #1E8C63;
  font-weight: bold;
  border-bottom: 2px solid #1E8C63;
  display: inline-block;
}

@media (max-width: 767.9px) {
  .bdr_title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .sub_title {
    margin-top: 3.75rem;
    margin-bottom: 3.375rem;
    padding: 0;
    font-size: 3rem;
    color: #096241;
    background: transparent;
    text-align: center;
    font-weight: bold;
  }
  .sub_title::after {
    display: none;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* dis */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.wp-block-buttons {
  margin-top: 1.875rem;
}

.wp-block-button__link,
.btn_default,
.btn_border {
  height: 4rem;
  padding-right: 3.75rem;
  padding-left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25;
  color: #FFFFFF;
  background: #1E8C63 url("../img/i_arw.svg") right 1.875rem center no-repeat;
  background-size: 0.5625rem;
  border-radius: 3.75rem;
  font-weight: 600;
}
.wp-block-button__link span,
.btn_default span,
.btn_border span {
  padding-bottom: 0.16em;
}
.wp-block-button__link.tel,
.btn_default.tel,
.btn_border.tel {
  background-color: #1E8C63;
}
.wp-block-button__link.mail,
.btn_default.mail,
.btn_border.mail {
  background-color: #FF7A18;
}
.wp-block-button__link.line,
.btn_default.line,
.btn_border.line {
  background-color: #05C755;
}

.btn_border {
  font-size: 1.375rem;
  color: #1E8C63;
  border: 3px solid #1E8C63;
  background: #FFFFFF url("../img/i_arw_gr.svg") right 1.875rem center no-repeat;
  background-size: 0.5625rem;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn_border:hover {
  color: #FFFFFF;
  background-image: url("../img/i_arw_w.svg");
  background-color: #1E8C63;
  opacity: 1;
}
.btn_border:hover::before {
  background-image: url("../img/i_que_w.svg");
}
.btn_border::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background: url("../img/i_que.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-top: -0.9375rem;
}

span.page_link {
  display: block;
}

@media (min-width: 768px) {
  .wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 8.75rem;
    overflow: hidden;
  }
  .wrapper .page_link {
    margin-top: -8.75rem;
    padding-top: 8.75rem;
  }
  .wrapper.js-fix {
    padding-top: 6.25rem;
  }
  .wrapper.js-fix .page_link {
    margin-top: -6.25rem;
    padding-top: 6.25rem;
  }
}
@media (max-width: 767.9px) {
  .wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 4.0625rem;
    overflow: hidden;
  }
  .wrapper .page_link {
    margin-top: -4.0625rem;
    padding-top: 4.0625rem;
  }
}
.wrapper {
  position: relative;
}
.wrapper article {
  position: relative;
  z-index: 50;
}

.page_header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 200;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.04);
}
.page_header_in {
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media (min-width: 768px) {
  .js-fix .page_header_in {
    height: 6.25rem;
  }
}
.page_header .header_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_header .header_l img {
  width: 16.8125rem;
}
.page_header .header_r {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.page_header .hd_menu_nav .hd_menu_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 4.375rem;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media (min-width: 768px) {
  .js-fix .page_header .hd_menu_nav .hd_menu_nav_list {
    height: 3.125rem;
  }
}
.page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.875rem;
}
.page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel .in {
  margin-right: 1.375rem;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
}
.page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel .in a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #1E8C63;
}
.page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel .in img {
  width: 1.6875rem;
  margin-right: 0.5625rem;
  top: 0.06em;
  position: relative;
}
.page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel .tx {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel .tx_tt {
  margin-right: 0.6875rem;
  font-size: 0.625rem;
  padding: 0.5em 1em;
  border-radius: 1em;
  border: 1px solid #333;
  position: relative;
  top: 0.06em;
}
.page_header .hd_menu_nav .hd_menu_nav_list li.mail {
  width: 14.3125rem;
}
.page_header .hd_menu_nav .hd_menu_nav_list li.mail a {
  height: 4.375rem;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
  font-size: 1.1875rem;
  background-image: none;
}
@media (min-width: 768px) {
  .js-fix .page_header .hd_menu_nav .hd_menu_nav_list li.mail a {
    height: 3.125rem;
  }
}
.page_header .hd_menu_nav .hd_menu_nav_list li.mail img {
  width: 1.875rem;
  margin-right: 0.8125rem;
}
.page_header .hd_menu_nav .hd_menu_nav_list li .btn_default {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .page_header .menu_hd_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 4.375rem;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .js-fix .page_header .menu_hd_list {
    height: 3.125rem;
  }
  .page_header .menu_hd_list li {
    margin-left: 3.125rem;
    font-weight: 500;
  }
}

@media (max-width: 767.9px) {
  .page_header_in {
    padding: 0 0 0 0.8125rem;
    height: 4.0625rem;
  }
  .page_header .header_l {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    background: #FF7A18;
  }
  .page_header .hd_logo {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    border-radius: 0 0.625rem 0 0;
  }
  .page_header .hd_logo img {
    width: 8rem;
    margin-right: 0;
  }
  .page_header .header_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list {
    height: 4.0625rem;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel {
    width: 4.0625rem;
    display: block;
    padding-right: 0;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel .in {
    font-size: 0.625rem;
    margin-right: 0;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel .in a {
    height: 4.0625rem;
    color: #FFFFFF;
    background: #1E8C63;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel .in img {
    width: 1.4375rem;
    margin-right: 0;
    top: 0.06em;
    position: relative;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list li.hd_menu_nav_tel .in .sp {
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list li.mail {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 4.375rem !important;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list li.mail a {
    width: 4.375rem;
    height: 4.0625rem;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    font-size: 0.625rem;
    border-radius: 0 0 0 0.625rem !important;
    padding-right: 0;
    padding-left: 0;
    background-image: none;
  }
  .js-fix .page_header .hd_menu_nav .hd_menu_nav_list li.mail a {
    height: 4.0625rem;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list li.mail .in {
    width: 100%;
    text-align: center;
    margin-top: 0.375rem;
  }
  .page_header .hd_menu_nav .hd_menu_nav_list li.mail img {
    width: 1.6875rem;
    margin-top: 0.3125rem;
    margin-right: 0;
  }
  .page_header .menu_bt {
    width: 4.0625rem;
    height: 4.0625rem;
    z-index: 6001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #096241;
    white-space: nowrap;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    padding-top: 1.5rem;
  }
  .page_header .menu_bt span.bar {
    width: 1.4375rem;
    height: 2px;
    border-radius: 0.125rem;
    background: #FFFFFF;
    display: block;
    position: relative;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page_header .menu_bt span.bar::before, .page_header .menu_bt span.bar::after {
    content: "";
    width: 1.4375rem;
    height: 2px;
    border-radius: 0.125rem;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  .page_header .menu_bt span.bar::before {
    top: -0.5625rem;
  }
  .page_header .menu_bt span.bar::after {
    bottom: -0.5625rem;
  }
  .page_header .menu_bt .tx {
    width: 100%;
    margin-top: 0.9375rem;
    font-size: 0.625rem;
    color: #FFFFFF;
    display: block;
  }
  .page_header .menu_bt.open span.bar {
    background: transparent;
  }
  .page_header .menu_bt.open span.bar::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page_header .menu_bt.open span.bar::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .page_header .hd_menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_header .hd_menu .hd_nav {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.45);
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    z-index: 500;
    opacity: 0;
    pointer-events: none;
  }
  .page_header .hd_menu .hd_nav_in {
    width: 21.75rem;
    margin-left: auto;
    height: 100%;
    overflow: auto;
    background: #FFFFFF;
    border-radius: 1.25rem 0 0 0;
    padding: 8.125rem 1.5625rem 3.125rem 1.5625rem;
    -webkit-transform: translate3d(101%, 0, 0);
            transform: translate3d(101%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .menu_open .page_header .hd_menu .hd_nav {
    opacity: 1;
    pointer-events: auto;
  }
  .menu_open .page_header .hd_menu .hd_nav .hd_nav_in {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .page_header .hd_menu .hd_nav .menu_hd_list {
    display: block;
    padding-bottom: 3.75rem;
    padding-inline: 1.5625rem;
    border-bottom: 1px solid rgba(103, 103, 103, 0.3);
  }
  .page_header .hd_menu .hd_nav .menu_hd_list li + li {
    margin-top: 1.875rem;
  }
  .page_header .hd_menu .hd_nav .menu_hd_list li a {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list {
    padding-top: 2.5rem;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_tel {
    text-align: center;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_tel .in {
    margin-right: 0;
    display: block;
    font-size: 1.6875rem;
    line-height: 1;
    font-weight: 600;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_tel .in a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    color: #096241;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_tel .in img {
    width: 1.6875rem;
    margin-right: 0.9375rem;
    top: 0.06em;
    position: relative;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_tel .tx {
    margin-top: 0.75rem;
    font-size: 1.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_tel .tx_tt {
    margin-right: 1.1875rem;
    font-size: 0.6875rem;
    padding: 0.5em 1em 0.4em;
    border-radius: 1em;
    border: 1px solid #333;
    position: relative;
    top: 0.02em;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_mail,
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_line {
    font-size: 1.125rem;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_mail a,
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_line a {
    padding-right: 0;
    padding-left: 1.4375rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_mail {
    margin-top: 3.125rem;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_mail img {
    width: 1.6875rem;
    margin-right: 0.625rem;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_line {
    margin-top: 1.25rem;
  }
  .page_header .hd_menu .hd_nav .menu_ft_list .menu_nav_line img {
    width: 1.875rem;
    margin-right: 0.75rem;
  }
}
.page_footer {
  background: #1E8C63;
  color: #FFFFFF;
  text-align: center;
  padding: 3.375rem 0 1rem;
}
.page_footer .footer_title {
  margin-bottom: 4.125rem;
}
.page_footer .footer_title img {
  width: 12.125rem;
}
.page_footer .page_top {
  margin: 3.25rem;
}
.page_footer .page_top a.page_top_btn img {
  width: 2.5rem;
}
.page_footer .copyright {
  font-size: 0.625rem;
}

@media (max-width: 767.9px) {
  .page_footer {
    padding: 1.25rem 0 4.875rem;
  }
  .page_footer .footer_title {
    margin-bottom: 0.625rem;
  }
  .page_footer .page_top {
    margin: 0 0 5rem;
  }
  .page_footer .page_top a.page_top_btn img {
    width: 2.5rem;
  }
}
.menu_fix_list {
  width: 100%;
  height: 3.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
}
.js-sp-fix .menu_fix_list {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.menu_fix_list li {
  width: calc(33.333% - 2px);
  font-size: 0.6875rem;
}
.menu_fix_list li a {
  height: 3.75rem;
  padding: 0 !important;
  text-align: left;
  border-radius: 0 !important;
  background-image: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.menu_fix_list li a span {
  padding-bottom: 0.1em;
}
.menu_fix_list li.menu_fix_tel .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_fix_list li.menu_fix_tel .in img {
  width: 1.4375rem;
  margin-right: 0.5rem;
}
.menu_fix_list li.menu_fix_tel .in .tel_no {
  font-weight: 600;
}
.menu_fix_list li.menu_fix_tel .in .tel_no span {
  display: block;
}
.menu_fix_list li.menu_fix_tel .tx {
  font-weight: normal;
}
.menu_fix_list li.menu_fix_line .in, .menu_fix_list li.menu_fix_mail .in {
  font-weight: 600;
}
.menu_fix_list li.menu_fix_line .in span, .menu_fix_list li.menu_fix_mail .in span {
  display: block;
}
.menu_fix_list li.menu_fix_mail img {
  width: 1.6875rem;
  margin-right: 0.5rem;
}
.menu_fix_list li.menu_fix_line img {
  width: 1.875rem;
  margin-right: 0.5rem;
}

#fv {
  position: relative;
  z-index: 5;
}
#fv .inbox {
  position: relative;
}
#fv .inbox > figure {
  width: 54.5161290323%;
  position: absolute;
  top: -3.5rem;
  right: -3.1666666667%;
}
#fv .fv_title_wrap {
  padding-top: 3.25rem;
  padding-bottom: 3.125rem;
}
#fv .fv_title_wrap .fv_title .tx01 {
  max-width: 28.25rem;
  margin-bottom: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fv .fv_title_wrap .fv_title .tx01::after {
  content: "";
  width: 100%;
  height: 1.375rem;
  background: url("../img/fv_text_bg.svg") center no-repeat;
  background-size: contain;
}
#fv .fv_title_wrap .fv_title .tx01 b {
  color: #1E8C63;
  font-weight: bold;
  font-size: 1.9375rem;
  margin-right: 0.5rem;
}
#fv .fv_title_wrap .fv_title .tx01 span {
  font-weight: 600;
  font-size: 1.5rem;
}
#fv .fv_title_wrap .fv_title .tx02 img {
  width: 57%;
}
#fv .fv_title_wrap .mv_cta {
  margin-top: 4.375rem;
}
#fv .fv_title_wrap .mv_cta .mv_cta_tt {
  margin-bottom: 0.875rem;
  display: inline-block;
}
#fv .fv_title_wrap .mv_cta .mv_cta_tt.slash_wrap span {
  font-size: 1rem;
  font-weight: 600;
  color: #FF7A18;
  padding: 0 1.375rem;
  display: inline-block;
  position: relative;
}
#fv .fv_title_wrap .mv_cta .mv_cta_tt.slash_wrap span::before, #fv .fv_title_wrap .mv_cta .mv_cta_tt.slash_wrap span::after {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 1.6875rem;
  background: url("../img/i_slash.svg") no-repeat;
  background-size: contain;
  bottom: 0;
}
#fv .fv_title_wrap .mv_cta .mv_cta_tt.slash_wrap span::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#fv .fv_title_wrap .mv_cta .mv_cta_tt.slash_wrap span::after {
  right: 0;
}
#fv .fv_title_wrap .mv_cta a.btn_default.mail {
  max-width: 20.625rem;
  height: 4.375rem;
  font-size: 1.375rem;
  background-position: right 1.75rem center;
}
#fv .fv_title_wrap .mv_cta a.btn_default.mail img {
  width: 1.6875rem;
  margin-right: 1.6875rem;
}
@media (max-width: 767.9px) {
  #fv .inbox > figure {
    width: 100%;
    position: absolute;
    top: 9.25rem;
    right: 0;
  }
  #fv .fv_title_wrap {
    padding-top: 1.6875rem;
    padding-bottom: 1.875rem;
  }
  #fv .fv_title_wrap .fv_title .tx01 {
    max-width: 16.25rem;
    margin-bottom: 0.875rem;
  }
  #fv .fv_title_wrap .fv_title .tx01::after {
    width: 100%;
    height: 0.75rem;
    margin-top: 0.3125rem;
    background-image: url(../img/fv_text_bg_sp.svg);
  }
  #fv .fv_title_wrap .fv_title .tx01 b {
    font-size: 1.125rem;
    margin-right: 0.125rem;
  }
  #fv .fv_title_wrap .fv_title .tx01 span {
    font-size: 0.875rem;
  }
  #fv .fv_title_wrap .fv_title .tx02 img {
    width: 100%;
  }
  #fv .fv_title_wrap .mv_cta {
    margin-top: 24rem;
  }
}
.about_head {
  border-radius: 6.5rem 6.5rem 0 0;
  padding-top: 2.125rem;
  padding-bottom: 3.125rem;
}
.about_head .about_head_in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_head .about_head_in .text_wrap {
  padding-top: 2.125rem;
}
.about_head .about_head_in .text_wrap .about_head_text {
  margin-top: 3.125rem;
  font-weight: bold;
  font-size: 2.0625rem;
  line-height: 1.4545454545;
}
.about_head .about_head_in .text_wrap .about_head_text .tx01 span {
  display: block;
}
.about_head .about_head_in .text_wrap .about_head_text .tx02 {
  margin-top: 1rem;
  display: block;
}
.about_head .about_head_in .text_wrap .about_head_text .tx02 b {
  color: #FF7A18;
  font-size: 3.5625rem;
  margin-right: 1.125rem;
  font-weight: bold;
}
.about_head .about_head_in figure {
  width: 31.75rem;
}
.about_head .about_head_in figure img {
  width: 24rem;
}
.about_head .about_list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_head .about_list li {
  width: calc(33.333% - 1.875rem);
}
.about_head .about_list li .btn_border {
  padding: 0 0.625rem 0 0;
  height: 5rem;
}
.about_head .about_list li .btn_border span {
  padding-bottom: 0.12em;
}

@media (max-width: 767.9px) {
  .about_head {
    border-radius: 1.25rem 1.25rem 0 0;
    padding-top: 1.8125rem;
    padding-bottom: 2.5rem;
  }
  .about_head .about_head_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_head .about_head_in .text_wrap {
    padding-top: 0;
  }
  .about_head .about_head_in .text_wrap .about_head_text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .about_head .about_head_in .text_wrap .about_head_text .tx02 {
    margin-top: 0.5rem;
  }
  .about_head .about_head_in .text_wrap .about_head_text .tx02 b {
    font-size: 2.0625rem;
    margin-right: 0.375rem;
  }
  .about_head .about_head_in figure {
    margin-top: 1.5rem;
    width: 100%;
  }
  .about_head .about_list {
    margin-top: 1.25rem;
  }
  .about_head .about_list li {
    width: 100%;
  }
  .about_head .about_list li + li {
    margin-top: 1.25rem;
  }
  .about_head .about_list li .btn_border {
    padding: 0 0 0 0.5rem;
    height: 3.75rem;
  }
}
.step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.875rem;
  padding-bottom: 4.125rem;
}
.step_list .step_list_in {
  width: 100%;
  max-width: 35.125rem;
}
.step_list .step_list_in ul li {
  min-height: 9.6875rem;
  border: 3px solid #1E8C63;
  color: #1E8C63;
  background: #FFFFFF;
  border-radius: 0.375rem;
  padding: 1.5625rem 1.375rem 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step_list .step_list_in ul li + li {
  margin-top: 4rem;
  position: relative;
}
.step_list .step_list_in ul li + li::before {
  content: "";
  width: 2.9375rem;
  height: 2.125rem;
  background: url("../img/i_down02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -1.46875rem;
  bottom: calc(100% + 1.0625rem);
}
.step_list .step_list_in ul li .no_wrap {
  width: 4.5rem;
  margin-right: 2.375rem;
  padding-right: 1.375rem;
  border-right: 2px solid #1E8C63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.step_list .step_list_in ul li .no_wrap span {
  width: 100%;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
.step_list .step_list_in ul li .no_wrap .tx {
  font-size: 1rem;
  padding-left: 0.25em;
}
.step_list .step_list_in ul li .no_wrap .no {
  font-size: 2.4375rem;
}
.step_list .step_list_in ul li .tx_wrap {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 2.25rem;
  margin-block: -0.3125rem;
  line-height: 1.4444444444;
  font-weight: 600;
}
.step_list .step_list_in ul li .tx_wrap b {
  font-weight: inherit;
}

.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(255, 226, 0, 0.5)));
  background: linear-gradient(transparent 75%, rgba(255, 226, 0, 0.5) 75%);
}

@media (max-width: 767.9px) {
  .step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.5rem;
    padding-bottom: 3.3125rem;
  }
  .step_list .step_list_in + div {
    margin-top: 2.5rem;
    position: relative;
  }
  .step_list .step_list_in + div::before {
    content: "";
    width: 1.75rem;
    height: 1.25rem;
    background: url("../img/i_down02.svg") no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -0.875rem;
    bottom: calc(100% + 0.5625rem);
  }
  .step_list .step_list_in ul li {
    min-height: 3.75rem;
    padding: 0.8125rem 0.8125rem 0.875rem;
  }
  .step_list .step_list_in ul li + li {
    margin-top: 2.5rem;
  }
  .step_list .step_list_in ul li + li::before {
    width: 1.75rem;
    height: 1.25rem;
    margin-left: -0.875rem;
    bottom: calc(100% + 0.6875rem);
  }
  .step_list .step_list_in ul li .no_wrap {
    width: 2.875rem;
    margin-right: 1.5rem;
    padding-right: 0.875rem;
  }
  .step_list .step_list_in ul li .no_wrap .tx {
    font-size: 0.625rem;
    padding-left: 0;
  }
  .step_list .step_list_in ul li .no_wrap .no {
    font-size: 1.5rem;
  }
  .step_list .step_list_in ul li .tx_wrap {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 1.375rem;
    margin-block: -0.3125rem;
    line-height: 1.4545454545;
    font-weight: 600;
  }
  .step_list .step_list_in ul li .tx_wrap b {
    font-weight: inherit;
  }
  .marker {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(255, 226, 0, 0.5)));
    background: linear-gradient(transparent 75%, rgba(255, 226, 0, 0.5) 75%);
  }
}
#about02 {
  background: #FFFFFF;
}

.limit_dl {
  max-width: 56.25rem;
  margin: 2.375rem auto 0;
  padding-bottom: 3.125rem;
}
.limit_dl .limit_dl_in {
  margin-bottom: -3px;
}
.limit_dl .limit_dl_in:nth-child(odd) dt {
  background: #1E8C63;
}
.limit_dl .limit_dl_in:nth-child(odd) dd {
  background: #DBE7E3;
}
.limit_dl .limit_dl_in:nth-child(even) dt {
  background: #5DB511;
}
.limit_dl .limit_dl_in:nth-child(even) dd {
  background: #FEFFF5;
}
.limit_dl .limit_dl_in dt {
  border-radius: 3px 3px 0 0;
  font-size: 1.625rem;
  padding-left: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.limit_dl .limit_dl_in dt::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.75rem;
  background: #FFFFFF;
  border-radius: 1.75rem;
  margin-top: 0.12em;
  display: block;
}
.limit_dl .limit_dl_in dd {
  min-height: 8.75rem;
  padding: 1.375rem 1.25rem 1.6875rem 5.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.limit_dl .limit_dl_in dd::before {
  content: "";
  width: 0.3125rem;
  height: calc(100% - 1.125rem - 1.5rem);
  background: url("../img/line_dot.svg");
  position: absolute;
  top: 1.125rem;
  left: 2.1875rem;
}
.limit_dl .limit_dl_in dd::after {
  content: "";
  width: 1.75rem;
  height: 1.25rem;
  background: url("../img/i_down02.svg");
  background-size: contain;
  position: absolute;
  bottom: 1rem;
  left: 1.4375rem;
}
.limit_dl .limit_dl_in dd ul li {
  font-size: 1.375rem;
  line-height: 1.6;
}
.limit_dl .limit_dl_in dd ul li::before {
  content: "・";
}

.limit_over_dl {
  max-width: 56.25rem;
  margin: 3.125rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.limit_over_dl + p {
  margin-top: 3.75rem;
}
.limit_over_dl .limit_over_dl_in {
  width: calc(50% - 1.25rem);
  padding: 1.875rem;
  border-radius: 0.3125rem;
}
.limit_over_dl .limit_over_dl_in:nth-child(odd) {
  background: rgba(219, 219, 219, 0.5);
}
.limit_over_dl .limit_over_dl_in:nth-child(even) {
  background: rgba(237, 237, 231, 0.5);
}
.limit_over_dl .limit_over_dl_in dt {
  text-align: center;
  border-bottom: 1px solid #333333;
  font-size: 1.25rem;
  padding-bottom: 1.75rem;
  font-weight: 600;
  line-height: 1.43;
}
.limit_over_dl .limit_over_dl_in dt b {
  font-size: 1.75rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5625rem;
}
.limit_over_dl .limit_over_dl_in dd {
  padding-top: 2rem;
}
.limit_over_dl .limit_over_dl_in dd p {
  font-size: 1.25rem;
  line-height: 1.7;
}
.limit_over_dl .limit_over_dl_in dd p b {
  color: #F81515;
  font-weight: 800;
}
.limit_over_dl .limit_over_dl_in dd figure {
  margin-top: 1.125rem;
}

@media (max-width: 767.9px) {
  .limit_dl {
    margin: 2.125rem auto 0;
    padding-bottom: 2rem;
  }
  .limit_dl .limit_dl_in dt {
    font-size: 1.375rem;
    padding-left: 0.875rem;
    height: 2.8125rem;
  }
  .limit_dl .limit_dl_in dt::before {
    width: 1.4375rem;
    height: 1.4375rem;
    margin-right: 0.625rem;
  }
  .limit_dl .limit_dl_in dd {
    min-height: 6.125rem;
    padding: 1.25rem 1.25rem 2.5rem 2.8125rem;
  }
  .limit_dl .limit_dl_in dd::before {
    height: calc(100% - 1.25rem - 1.75rem);
    top: 1.25rem;
    left: 1.375rem;
  }
  .limit_dl .limit_dl_in dd::after {
    bottom: 1rem;
    left: 0.6875rem;
  }
  .limit_dl .limit_dl_in dd ul li {
    font-size: 1.0625rem;
    line-height: 1.6;
    padding-left: 1em;
    position: relative;
    letter-spacing: 0;
  }
  .limit_dl .limit_dl_in dd ul li::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .limit_over_dl {
    margin: 2rem auto 0;
  }
  .limit_over_dl + p {
    margin-top: 1.5rem;
  }
  .limit_over_dl .limit_over_dl_in {
    width: 100%;
    padding: 1.5rem 1.625rem;
  }
  .limit_over_dl .limit_over_dl_in + div {
    margin-top: 1.625rem;
  }
  .limit_over_dl .limit_over_dl_in dt {
    font-size: 1.0625rem;
    padding-bottom: 1.1875rem;
  }
  .limit_over_dl .limit_over_dl_in dt b {
    font-size: 1.5rem;
    margin-bottom: 0.1875rem;
  }
  .limit_over_dl .limit_over_dl_in dd {
    padding-top: 1.25rem;
  }
  .limit_over_dl .limit_over_dl_in dd p {
    font-size: 1.0625rem;
    line-height: 1.6;
  }
  .limit_over_dl .limit_over_dl_in dd figure {
    margin-top: 0;
  }
}
.regret_slider_wrap {
  margin-bottom: 3rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1480px) {
  .regret_slider_wrap {
    max-width: 94.625rem;
  }
  .regret_slider_wrap #regret_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .regret_slider_wrap #regret_slider .regret_slider_item {
    width: 18.75rem;
  }
}
@media (max-width: 1479.9px) {
  .regret_slider_wrap {
    margin-bottom: 4.375rem;
  }
  .regret_slider_wrap #regret_slider {
    margin-bottom: 3.125rem;
  }
}
.regret_slider_wrap #regret_slider .slick-list {
  overflow: inherit;
}
.regret_slider_wrap #regret_slider .regret_slider_item {
  padding: 0 0.625rem;
}
.regret_slider_wrap #regret_slider .regret_slider_item .in {
  height: 100%;
  background: rgba(207, 234, 224, 0.5);
  border-radius: 0.3125rem;
  padding: 1.25rem 1.25rem 1.875rem;
}
.regret_slider_wrap #regret_slider .regret_slider_item .regret_list_title {
  font-size: 1.125rem;
  padding-left: 0.375rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.regret_slider_wrap #regret_slider .regret_slider_item figure {
  margin-bottom: 1.75rem;
}
.regret_slider_wrap #regret_slider .regret_slider_item p {
  font-size: 1.0625rem;
  line-height: 1.6;
}

@media (max-width: 767.9px) {
  .line_title.sub_title {
    margin-top: 1.875rem;
  }
  .regret_slider_wrap {
    margin-top: 2.75rem;
    margin-bottom: 2.875rem;
    margin-left: 0.625rem;
  }
  .regret_slider_wrap #regret_slider {
    width: 18.75rem;
    margin-bottom: 1.6875rem;
  }
  .regret_slider_wrap #regret_slider .slick-list {
    overflow: inherit;
  }
}
.about_cta_wrap {
  max-width: 77.5rem;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.about_cta_wrap .about_cta_title {
  margin-bottom: 3.125rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: bold;
}
.about_cta_wrap .about_cta_title b {
  color: #F81515;
}

.down_arw {
  position: relative;
  margin-bottom: 2.3125rem;
  text-align: center;
  font-weight: 800;
  font-size: 1.75rem;
}
.down_arw:not(.none_arw)::before {
  content: "";
  width: 6.375rem;
  height: 3.1875rem;
  background: url("../img/i_arw_down.svg");
  background-size: contain;
  margin-bottom: 3.375rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cta_wrap {
  position: relative;
  padding-left: 1.6875rem;
  padding-bottom: 3.125rem;
}
.cta_wrap .cta_title {
  position: absolute;
  width: 6.75rem;
  height: 6.75rem;
  left: 0;
  top: -2.125rem;
  border-radius: 6.75rem;
  background: #FF7A18;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.4em;
}
.cta_wrap .cta_title span {
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  font-weight: bold;
  text-align: center;
}
.cta_wrap .cta_wrap_in {
  border-radius: 1.3125rem;
  border: 3px solid #CECECE;
  background: #FFFFFF;
  padding: 1.875rem 0 1.75rem;
}
.cta_wrap .cta_wrap_in .cta_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in {
  position: relative;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in:not(:first-child)::before {
  width: 1px;
  height: 100%;
  background: #CECECE;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in dt {
  font-size: 1.25rem;
  padding-top: 1rem;
  margin-bottom: 1.5625rem;
  font-weight: bold;
  text-align: center;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in dd {
  padding-bottom: 0.6875rem;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in dd .btn_default {
  padding-right: 1.875rem;
  padding-left: 1.25rem;
  background-position: right 1.125rem center;
  max-width: 18.4375rem;
  margin-left: auto;
  margin-right: auto;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in dd .btn_default span {
  font-size: 1.125rem;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.mail {
  width: 33.8448422847%;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.mail .btn_default img {
  width: 1.6875rem;
  margin-right: 0.625rem;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel {
  width: 33.0775788576%;
  padding-left: 5.1150895141%;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dt {
  margin-bottom: 1rem;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dd {
  text-align: center;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dd > span {
  display: block;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dd .in img {
  width: 1.6875rem;
  margin-right: 0.625rem;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dd .in .tel_no {
  line-height: 1;
  font-size: 1.875rem;
  font-weight: 600;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dd .tx {
  margin-top: 0.75rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dd .tx_tt {
  margin-right: 0.6875rem;
  font-size: 0.625rem;
  padding: 0.5em 1em;
  border-radius: 1em;
  border: 1px solid #333;
  position: relative;
  top: 0.06em;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.line {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 2.1312872975%;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.line .btn_default {
  padding-left: 1.125rem;
}
.cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.line .btn_default img {
  width: 1.875rem;
  margin-right: 0.9375rem;
}

@media (max-width: 767.9px) {
  .about_cta_wrap .about_cta_title {
    margin-bottom: 3rem;
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: left;
  }
  .about_cta_wrap .about_cta_title b {
    border-bottom: 1px solid #F81515;
  }
  .down_arw {
    margin-bottom: 5.3125rem;
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .down_arw:not(.none_arw)::before {
    margin-bottom: 2.375rem;
  }
  .cta_wrap {
    position: relative;
    padding-left: 0;
    padding-bottom: 3.125rem;
  }
  .cta_wrap .cta_title {
    width: 6.125rem;
    height: 6.125rem;
    top: -4.625rem;
    left: 50%;
    margin-left: -3.0625rem;
  }
  .cta_wrap .cta_wrap_in {
    padding: 0.9375rem 1.0625rem 1.75rem;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in:not(:first-child)::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in dt {
    font-size: 1.25rem;
    padding-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in dd {
    padding-bottom: 0.6875rem;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in dd .btn_default {
    padding-right: 1.875rem;
    padding-left: 1.25rem;
    background-position: right 1.125rem center;
    max-width: 18.4375rem;
    margin-left: auto;
    margin-right: auto;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in dd .btn_default span {
    font-size: 1.125rem;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.mail {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel {
    width: 100%;
    padding-left: 0;
    padding-bottom: 1.5rem;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dt {
    margin-bottom: 1rem;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dd .in .tel_no {
    letter-spacing: 0;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dd .tx {
    margin-top: 0.5rem;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.tel dd .tx_tt {
    margin-right: 0.625rem;
    top: 0.08em;
  }
  .cta_wrap .cta_wrap_in .cta_dl .cta_dl_in.line {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 0;
  }
}
.reason_list_wrap {
  margin-top: 4.875rem;
  margin-bottom: 3.125rem;
}
.reason_list_wrap .reason_list {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
.reason_list_wrap .reason_list li + li {
  margin-top: 3.125rem;
  padding-top: 3.125rem;
  border-top: 1px dashed #707070;
}
.reason_list_wrap .reason_list li:nth-child(odd) .reason_list_in .text_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.reason_list_wrap .reason_list li .reason_list_title {
  margin-bottom: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason_list_wrap .reason_list li .reason_list_title .no_wrap {
  width: 4.375rem;
  height: 4.375rem;
  margin-right: 1.5625rem;
  border-radius: 4.375rem;
  background: #5DB511;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1;
}
.reason_list_wrap .reason_list li .reason_list_title .no_wrap span {
  width: 100%;
  text-align: center;
}
.reason_list_wrap .reason_list li .reason_list_title .no_wrap .tx {
  font-size: 0.875rem;
  font-weight: bold;
}
.reason_list_wrap .reason_list li .reason_list_title .no_wrap .no {
  margin-top: 0.25rem;
  font-size: 1.875rem;
  font-weight: 600;
}
.reason_list_wrap .reason_list li .reason_list_title .tx_wrap {
  font-size: 1.75rem;
  font-weight: bold;
}
.reason_list_wrap .reason_list li .reason_list_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reason_list_wrap .reason_list li .reason_list_in > * {
  width: calc(50% - 1.5625rem);
}
.reason_list_wrap .reason_list li .reason_list_in .text_wrap p {
  font-size: 1.25rem;
  line-height: 2;
}
.reason_list_wrap .reason_list li .reason_list_in figure.reason01_img img {
  max-width: 24rem;
}
@media (max-width: 767.9px) {
  .reason_list_wrap {
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }
  .reason_list_wrap .reason_list li + li {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .reason_list_wrap .reason_list li .reason_list_title {
    margin-bottom: 1.125rem;
    display: block;
  }
  .reason_list_wrap .reason_list li .reason_list_title .no_wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
  }
  .reason_list_wrap .reason_list li .reason_list_title .tx_wrap {
    font-size: 1.625rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  .reason_list_wrap .reason_list li .reason_list_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason_list_wrap .reason_list li .reason_list_in > * {
    width: 100%;
  }
  .reason_list_wrap .reason_list li .reason_list_in .text_wrap {
    margin-top: 1.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reason_list_wrap .reason_list li .reason_list_in .text_wrap p {
    font-size: 1.0625rem;
    line-height: 1.6;
  }
  .reason_list_wrap .reason_list li .reason_list_in figure.reason01_img {
    margin-bottom: 0.5rem;
  }
  .reason_list_wrap .reason_list li .reason_list_in figure.reason01_img img {
    width: 100%;
  }
}
.reward_list_wrap {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.reward_list_wrap .reward_title {
  text-align: center;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
}
.reward_list_wrap .reward_table {
  width: 100%;
  table-layout: fixed;
  background: #FFFFFF;
  border: 1px solid #707070;
}
.reward_list_wrap .reward_table th, .reward_list_wrap .reward_table td {
  font-size: 1.0625rem;
  padding: 0.75rem 1.875rem;
  text-align: left;
  border-bottom: 1px solid #707070;
}
.reward_list_wrap .reward_table th:not(:first-child), .reward_list_wrap .reward_table td:not(:first-child) {
  border-left: 1px solid #707070;
}
.reward_list_wrap .reward_table .reward_table_head tr {
  background: #E0ECEE;
}
.reward_list_wrap .reward_table.table01 {
  margin-bottom: 3.125rem;
}
.reward_list_wrap .reward_table.table01 .reward_table_head tr th {
  height: 4.75rem;
}
.reward_list_wrap .reward_table.table01 th:first-child, .reward_list_wrap .reward_table.table01 td:first-child {
  width: 19.875rem;
}
.reward_list_wrap .reward_table.table02 th:first-child, .reward_list_wrap .reward_table.table02 td:first-child {
  width: 12.25rem;
}
.reward_list_wrap .reward_table.reward_plan_table {
  min-width: 67.875rem;
}
.reward_list_wrap .reward_table.reward_plan_table thead tr {
  background-color: transparent;
}
.reward_list_wrap .reward_table.reward_plan_table thead th {
  height: 4.75rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
.reward_list_wrap .reward_table.reward_plan_table thead th:not(:first-child) {
  color: #ffffff;
}
.reward_list_wrap .reward_table.reward_plan_table thead th:nth-child(2) {
  background: #FF7A18;
}
.reward_list_wrap .reward_table.reward_plan_table thead th:nth-child(3) {
  background: #1A69AC;
}
.reward_list_wrap .reward_table.reward_plan_table thead th:nth-child(4) {
  background: #8B56BA;
}
.reward_list_wrap .reward_table.reward_plan_table thead th:nth-child(5) {
  background: #5DB511;
}
.reward_list_wrap .reward_table.reward_plan_table th, .reward_list_wrap .reward_table.reward_plan_table td {
  font-weight: 800;
}
.reward_list_wrap .reward_table.reward_plan_table th:first-child, .reward_list_wrap .reward_table.reward_plan_table td:first-child {
  width: 28.125rem;
  padding-left: 2.5rem;
  font-weight: 500;
}
.reward_list_wrap .reward_table.reward_plan_table th:not(:first-child), .reward_list_wrap .reward_table.reward_plan_table td:not(:first-child) {
  text-align: center;
  padding: 0;
}
.reward_list_wrap .reward_table.reward_plan_table tr:not(.reward_plan_table_price) td:nth-child(2) {
  background: rgba(255, 122, 24, 0.13);
}
.reward_list_wrap .reward_table.reward_plan_table tr:not(.reward_plan_table_price) td:nth-child(3) {
  background: rgba(26, 105, 172, 0.13);
}
.reward_list_wrap .reward_table.reward_plan_table tr:not(.reward_plan_table_price) td:nth-child(4) {
  background: rgba(139, 86, 186, 0.13);
}
.reward_list_wrap .reward_table.reward_plan_table tr:not(.reward_plan_table_price) td:nth-child(5) {
  background: rgba(93, 181, 17, 0.13);
}
.reward_list_wrap .reward_table.reward_plan_table .reward_plan_table_price {
  background: #FFFF00;
}
.reward_list_wrap .reward_table.reward_plan_table .reward_plan_table_price th, .reward_list_wrap .reward_table.reward_plan_table .reward_plan_table_price td {
  font-weight: 600;
}
.reward_list_wrap .reward_table.table03 thead tr {
  color: #ffffff;
  background: #FF7A18;
}
.reward_list_wrap .reward_table.table03 th, .reward_list_wrap .reward_table.table03 td {
  font-weight: 500;
}
.reward_list_wrap .reward_table.table03 th:first-child, .reward_list_wrap .reward_table.table03 td:first-child {
  width: 26rem;
}
.reward_list_wrap .reward_att_text {
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  line-height: 1.6;
}
.reward_list_wrap .reward_att_text + .reward_att_text02 {
  margin-top: -2.375rem;
}
.reward_list_wrap .reward_att_text02 {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.reward_list_wrap .reward_att_text02:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.table03 + .reward_list_wrap .reward_att_text02 {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.reward_list_wrap .reward_list_block_in {
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
.reward_list_wrap .reward_list_block_in:not(.open) {
  max-height: 16rem !important;
}
.reward_list_wrap .reward_list_block_in.open + .reward_list_more {
  opacity: 0;
  display: none;
}
.reward_list_wrap .reward_list_more {
  padding-top: 1.5rem;
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 1.0625rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.reward_list_wrap .reward_list_more::before {
  content: "";
  width: 2.9375rem;
  height: 1.5rem;
  background: url("../img/i_arw_more.svg");
  background-size: contain;
  margin-bottom: 0.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.reward_list_wrap .reward_list_more:hover {
  opacity: 0.7;
}

@media (max-width: 767.9px) {
  .reward_list_wrap {
    padding-top: 1.75rem;
    padding-bottom: 2.75rem;
  }
  .reward_list_wrap .reward_title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .reward_list_wrap .reward_plan_table_wrap {
    width: calc(100% + 2.5rem);
    margin-inline: -1.25rem;
    overflow-x: auto;
    padding-inline: 1.25rem;
  }
  .reward_list_wrap .reward_table th, .reward_list_wrap .reward_table td {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
    padding: 0.5rem 0.8125rem;
  }
  .reward_list_wrap .reward_table .reward_table_head tr {
    background: #E0ECEE;
  }
  .reward_list_wrap .reward_table .reward_table_head tr th {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    text-align: center;
  }
  .reward_list_wrap .reward_table.table01 {
    margin-bottom: 1.875rem;
  }
  .reward_list_wrap .reward_table.table01 .reward_table_head tr th {
    height: 4.1875rem;
  }
  .reward_list_wrap .reward_table.table01 tr:not(:nth-child(1)) td:nth-child(2) {
    text-align: center;
  }
  .reward_list_wrap .reward_table.table01 th:first-child, .reward_list_wrap .reward_table.table01 td:first-child {
    width: 59.7014925373%;
  }
  .reward_list_wrap .reward_table.table01 td:nth-child(1) {
    font-size: 0.875rem;
  }
  .reward_list_wrap .reward_table.table02 th:first-child, .reward_list_wrap .reward_table.table02 td:first-child {
    width: 35.8208955224%;
  }
  .reward_list_wrap .reward_table.table02 td:nth-child(1) {
    font-size: 0.875rem;
  }
  .reward_list_wrap .reward_table.reward_plan_table thead th {
    height: 4.75rem;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
  .reward_list_wrap .reward_table.reward_plan_table th, .reward_list_wrap .reward_table.reward_plan_table td {
    font-weight: 800;
  }
  .reward_list_wrap .reward_table.reward_plan_table th:first-child, .reward_list_wrap .reward_table.reward_plan_table td:first-child {
    width: 21.25rem;
    padding-left: 1.25rem;
    font-weight: 500;
  }
  .reward_list_wrap .reward_table.reward_plan_table th:not(:first-child), .reward_list_wrap .reward_table.reward_plan_table td:not(:first-child) {
    text-align: center;
    padding: 0;
  }
  .reward_list_wrap .reward_table.table03 th:first-child, .reward_list_wrap .reward_table.table03 td:first-child {
    width: 52.5373134328%;
  }
  .reward_list_wrap .reward_table.table03 thead th, .reward_list_wrap .reward_table.table03 thead td {
    height: 3rem;
  }
  .reward_list_wrap .reward_table.table03 tbody th:first-child, .reward_list_wrap .reward_table.table03 tbody td:first-child {
    font-size: 0.875rem;
    padding-block: 0.75rem;
  }
  .reward_list_wrap .reward_att_text {
    margin-top: 1.5625rem;
    margin-bottom: 1.875rem;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .reward_list_wrap .reward_att_text + .reward_att_text02 {
    margin-top: -1.5rem;
  }
  .reward_list_wrap .reward_att_text02 {
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    letter-spacing: 0;
  }
  .reward_list_wrap .reward_list_block_in {
    margin-inline: -1.25rem;
    padding-inline: 1.25rem;
  }
  .reward_list_wrap .reward_list_block_in:not(.open) {
    max-height: 4.0625rem !important;
  }
  .reward_list_wrap .reward_list_more {
    padding-top: 2.75rem;
  }
}
.staff_slider_wrap {
  padding: 3.125rem 0;
}
.staff_slider_wrap #staff_slider .staff_slider_item {
  padding: 0 0.625rem 0.375rem;
}
.staff_slider_wrap #staff_slider .staff_slider_item .in {
  height: 100%;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #FFFFFF;
  padding-bottom: 1.5rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.staff_slider_wrap #staff_slider .staff_slider_item .name_wrap {
  width: 100%;
  max-width: 14.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #707070;
  text-align: center;
}
.staff_slider_wrap #staff_slider .staff_slider_item .name_wrap span {
  display: block;
}
.staff_slider_wrap #staff_slider .staff_slider_item .name_wrap .job {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
.staff_slider_wrap #staff_slider .staff_slider_item .name_wrap .name {
  font-size: 1.75rem;
  margin-top: 0.375rem;
  line-height: 1.4285714286;
  font-weight: bold;
}
.staff_slider_wrap #staff_slider .staff_slider_item figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1rem;
}
.staff_slider_wrap #staff_slider .staff_slider_item .staff_history_title {
  width: 100%;
  max-width: 14.625rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  padding-top: 0.6875rem;
  margin-bottom: 0.6875rem;
}
.staff_slider_wrap #staff_slider .staff_slider_item .staff_history_dl {
  width: 100%;
  max-width: 14.625rem;
  margin-left: auto;
  margin-right: auto;
}
.staff_slider_wrap #staff_slider .staff_slider_item .staff_history_dl .staff_history_dl_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5857142857;
}
.staff_slider_wrap #staff_slider .staff_slider_item .staff_history_dl .staff_history_dl_in + div {
  margin-top: 0.3125rem;
}
.staff_slider_wrap #staff_slider .staff_slider_item .staff_history_dl .staff_history_dl_in dt {
  width: 5.5em;
}
.staff_slider_wrap #staff_slider .staff_slider_item .staff_history_dl .staff_history_dl_in dt::after {
  content: "：";
}
.staff_slider_wrap #staff_slider .staff_slider_item .staff_history_dl .staff_history_dl_in dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media (max-width: 767.9px) {
  .staff_slider_wrap {
    margin-inline: -1.25rem;
    padding: 2.75rem 0 2.25rem 0.625rem;
  }
  .staff_slider_wrap #staff_slider {
    width: 18.75rem;
    margin-bottom: 2.75rem;
  }
  .staff_slider_wrap #staff_slider .slick-list {
    overflow: inherit;
  }
  .staff_slider_wrap #staff_slider .staff_slider_item .staff_history_title {
    font-weight: bold;
    line-height: 1.5;
  }
}
.voice_slider_wrap {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}
.voice_slider_wrap #voice_slider {
  padding-bottom: 3.125rem;
}
.voice_slider_wrap #voice_slider .slick-list {
  overflow: initial;
}
.voice_slider_wrap #voice_slider .voice_slider_item {
  padding: 0 0.625rem 0.375rem;
}
.voice_slider_wrap #voice_slider .voice_slider_item .in {
  height: 100%;
  border: 3px solid #1E8C63;
  border-radius: 0.3125rem;
  background: #FFFFFF;
  padding: 1.5625rem 1.4375rem 1.875rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.voice_slider_wrap #voice_slider .voice_slider_item .voice_text {
  max-width: 14.625rem;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/dot_line.svg") 0 -1px;
  background-size: 14.625rem auto;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
}
.voice_slider_wrap #voice_slider .voice_slider_item .type_wrap {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice_slider_wrap #voice_slider .voice_slider_item .type_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.1875rem;
  margin-bottom: 0.625rem;
  background: url("../img/voice_bdr.svg") center 0 no-repeat;
  background-size: contain;
}
.voice_slider_wrap #voice_slider .voice_slider_item .type_wrap .type {
  min-width: 6.625rem;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice_slider_wrap #voice_slider .voice_slider_item .type_wrap .type span {
  height: 2.4375rem;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 0.5625rem;
  color: #FFFFFF;
  background: #1E8C63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.75rem;
}
.voice_slider_wrap #voice_slider .voice_slider_item .type_wrap .prof {
  font-size: 1.25rem;
  font-weight: 600;
}

.slide_control_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slide_control_wrap .slick-arrow {
  width: 3.125rem;
  height: 3.125rem;
  background: url("../img/i_slide.webp") no-repeat;
  background-size: contain;
  text-indent: 300%;
  overflow: hidden;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slide_control_wrap .slick-arrow:hover {
  opacity: 0.7;
}
.slide_control_wrap .slick-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.slide_control_wrap .slick-dots {
  margin: 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide_control_wrap .slick-dots li {
  margin: 0 0.625rem;
}
.slide_control_wrap .slick-dots li.slick-active button {
  background: #333333;
}
.slide_control_wrap .slick-dots button {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.9375rem;
  text-indent: 300%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #CECECE;
}
.slide_control_wrap .slick-dots button:hover {
  opacity: 0.7;
}

@media (max-width: 767.9px) {
  .voice_slider_wrap {
    padding-top: 3rem;
    padding-bottom: 2.375rem;
  }
  .voice_slider_wrap #voice_slider {
    padding-bottom: 2.375rem;
  }
  .slide_control_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slide_control_wrap#regret_slider_control, .slide_control_wrap#staff_slider_control {
    margin-left: 0.625rem;
    margin-right: 1.25rem;
  }
  .slide_control_wrap .slick-dots {
    margin: 0 0;
  }
}
.faq_list {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.faq_list_dl {
  border-radius: 0.3125rem;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #CECECE;
}
.faq_list_dl + div {
  margin-top: 1.25rem;
}
.faq_list_dl dt, .faq_list_dl dd {
  font-size: 1.25rem;
  line-height: 1.6;
  position: relative;
}
.faq_list_dl dt::before, .faq_list_dl dd > div::before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 1.75rem;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  top: 1.5625rem;
  left: 1.25rem;
}
.faq_list_dl dt {
  padding: 1.875rem 0 1.875rem 5rem;
  position: relative;
  cursor: pointer;
}
.faq_list_dl dt:before {
  content: "Q";
  background: #1E8C63;
  padding-bottom: 0.16em;
}
.faq_list_dl dt:hover span {
  opacity: 0.7;
}
.faq_list_dl dt span {
  padding-right: 4.5rem;
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.faq_list_dl dt span::before, .faq_list_dl dt span::after {
  content: "";
  width: 1.5rem;
  height: 3px;
  background: #cbc3b2;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: 1.875rem;
}
.faq_list_dl dt span::after {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq_list_dl dt.open span::after {
  opacity: 0;
}
.faq_list_dl dd {
  display: none;
  margin: 0.3125rem 4.5rem 0 1.25rem;
  padding: 1.875rem 0 1.875rem 0;
  position: relative;
  border-top: 2px solid #CECECE;
}
.faq_list_dl dd > div {
  padding: 0 0 0 3.75rem;
  position: relative;
}
.faq_list_dl dd > div::before {
  content: "A";
  background: #FF7A18;
  padding-bottom: 0.1em;
  top: 0;
  left: 0;
}

@media (max-width: 767.9px) {
  .faq_list {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .faq_list_dl {
    padding-bottom: 0.4375rem;
  }
  .faq_list_dl dt, .faq_list_dl dd {
    font-size: 1.0625rem;
    line-height: 1.7647058824;
  }
  .faq_list_dl dt::before, .faq_list_dl dd > div::before {
    top: 1.5625rem;
    left: 1.0625rem;
  }
  .faq_list_dl dt {
    padding: 1.375rem 0 0.9375rem 4.75rem;
  }
  .faq_list_dl dt span {
    padding-right: 3.375rem;
  }
  .faq_list_dl dt span::before, .faq_list_dl dt span::after {
    right: 0.875rem;
  }
  .faq_list_dl dd {
    margin: 0.3125rem 1.25rem 0 1.25rem;
    padding: 1.25rem 0 1.4375rem 0;
  }
  .faq_list_dl dd > div {
    padding: 0 0 0 3.75rem;
    position: relative;
  }
  .faq_list_dl dd > div::before {
    top: 0;
    left: 0;
  }
}
#last .last_text {
  padding-top: 3.125rem;
  margin-bottom: 4.1875rem;
  text-align: center;
}
#last .last_text p {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.6;
}
#last .last_text p + p {
  margin-top: 1.6em;
}
#last .down_arw::before {
  background-image: url(../img/i_arw_down_bl.svg);
}

@media (max-width: 767.9px) {
  #last .last_text {
    padding-top: 2.75rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
  #last .last_text p {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
  #last .last_text p + p {
    margin-top: 1.6em;
  }
  #last .down_arw::before {
    background-image: url(../img/i_arw_down_bl.svg);
  }
}
.page_title {
  text-align: center;
  margin-bottom: 3.5rem;
  font-weight: 500;
}
.post_header .page_title {
  padding-top: 3.5rem;
}
.page_title span {
  display: block;
  letter-spacing: 0.1em;
}
.page_title .ja {
  font-size: 1.375rem;
  line-height: 1.4375;
}
.page_title .ja:first-child {
  font-size: 2rem;
}
.page_title .en {
  color: #63B8E3;
  font-size: 1.25rem;
  line-height: 1.45;
}
.page_title .en:first-child {
  font-size: 1.125rem;
}
.page_title .ja + .en {
  margin-top: 0.25rem;
}
.page_title .en + .ja {
  margin-top: 0.6875rem;
}

@media (max-width: 767.9px) {
  .page_title {
    margin-bottom: 3rem;
  }
  .post_header .page_title {
    padding-top: 2.25rem;
    margin-bottom: 2.5rem;
  }
  .page_title .ja {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 0.25em;
  }
  .page_title .ja:first-child {
    font-size: 1.5rem;
  }
  .page_title .en {
    font-size: 1.125rem;
  }
  .page_title .en:first-child {
    font-size: 1rem;
  }
  .page_title .ja + .en {
    margin-top: 0.25rem;
  }
  .page_title .en + .ja {
    margin-top: 0.5rem;
  }
}
.smf-form {
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 1.25rem 3.25rem;
}

.form_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.8125rem;
}
.form_head > * {
  width: calc(50% - 0.9375rem);
}
.form_head .form_head_text {
  font-size: 1.75rem;
  line-height: 1.6;
  color: #1E8C63;
  font-weight: bold;
}
.form_head .check_list li {
  padding-left: 1.5625rem;
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
}
.form_head .check_list li + li {
  margin-top: 0.6875rem;
}
.form_head .check_list li::before {
  content: "";
  width: 1.3125rem;
  height: 1.125rem;
  top: 0.3125rem;
  left: 0;
  background: url("../img/i_check.svg") no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
}

.form_line {
  margin-bottom: 3.125rem;
  text-align: center;
}
.form_line .slash_wrap {
  display: inline-block;
  margin-bottom: 1.375rem;
  line-height: 1.5;
}
.form_line .slash_wrap span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  padding: 0 1.375rem;
  display: inline-block;
  position: relative;
}
.form_line .slash_wrap span::before, .form_line .slash_wrap span::after {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 1.625rem;
  background: url("../img/i_slash_bl.svg") no-repeat;
  background-size: contain;
  bottom: 0;
}
.form_line .slash_wrap span::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.form_line .slash_wrap span::after {
  right: 0;
}
.form_line .btn_default {
  max-width: 18.4375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.125rem;
  padding-right: 0;
  font-size: 1.125rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form_line .btn_default img {
  width: 1.875rem;
  margin-right: 1.25rem;
}

.form_title_wrap {
  margin-bottom: 2.5rem;
  text-align: center;
}
.form_title_wrap .form_title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
}
.form_title_wrap .form_title_text {
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
}
.form_title_wrap .form_title_text + p {
  margin-top: 1em;
}

@media (max-width: 767.9px) {
  .smf-form {
    padding: 1.25rem 0 2rem;
  }
  .form_head {
    margin-bottom: 3rem;
  }
  .form_head > * {
    width: 100%;
  }
  .form_head .form_head_text {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .form_head .check_list {
    margin-top: 1.25rem;
  }
  .form_title_wrap {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .form_title_wrap .form_title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
  .form_title_wrap .form_title_text {
    margin-top: 0.9375rem;
    line-height: 1.5294117647;
  }
}
.wp-block-snow-monkey-forms-item {
  padding: 1.25rem 0;
  border-top: 1px dotted #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-snow-monkey-forms-item .smf-item__col--label {
  margin-right: 1.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0 !important;
  font-size: 1.125rem;
  font-weight: 600;
}
.wp-block-snow-monkey-forms-item .smf-item__col--label .smf-item__label__text {
  width: 12.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-snow-monkey-forms-item .smf-item__col--controls {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.smf-form--letter .smf-item__col--label {
  padding-bottom: 0 !important;
}

input.smf-form--letter.smf-text-control__control,
textarea.smf-textarea-control__control {
  background: #FFFFFF;
  border: 1px solid #888888;
  border-radius: 0;
  font-size: 1.125rem;
  padding: 0 1.125rem;
}

input.smf-text-control__control {
  height: 3.125rem;
}
input.smf-text-control__control.size_m {
  max-width: 28.75rem;
}

textarea.smf-textarea-control__control {
  height: 17.5rem;
  padding: 0.9375rem 1.125rem;
}

form[data-screen=confirm] .smf-placeholder {
  font-size: 1.375rem;
}

form[data-screen=confirm] .smf-item__label__text strong {
  display: none !important;
}

form[data-screen=confirm] .smf-form--letter .smf-item {
  padding: 1.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form[data-screen=confirm] .smf-form--letter .smf-item__col--label {
  padding-top: 0;
}

.page_edit {
  /*
  .snow-monkey-form[data-screen="loading"] {
    visibility: hidden;
  }

  .smf-form [data-invalid="1"] {
    border-color: #d98585;
  }

    .smf-radio-buttons-control__control {
      margin-top: .5em;
      .smf-label {
        & + .smf-label {
          margin-top: fs(6);
        }
      }
    }
    .smf-radio-button-control {
      line-height: fs(20);
      input {
        display: none;
        &:checked + span {
          &::before {
            background: #78B9D9;
          }
        }
        & + span {
          padding-left: fs(30);
          position: relative;
          &::before,&::after {
            content: '';
            width: fs(20);
            height: fs(20);
            background: #FFFFFF;
            border-radius: fs(20);
            position: absolute;
            display: block;
          }
          &::before {
            top: 0;
            left: 0;
            border: 1px solid #78B9D9;
          }
          &::after {
            width: fs(10);
            height: fs(10);
            top: fs(5);
            left: fs(5);
          }
        }
      }
    }
    .smf-form .smf-radio-button-control__control:checked {
      background-color: #78B9D9;
    }
    */
}
.page_edit .smf-form--letter + .smf-action {
  margin-top: 0.75rem;
  margin-bottom: 7.4375rem;
  padding: 0 0 0;
  text-align: center;
}
.page_edit .smf-form--letter .smf-item {
  margin: 0;
  padding: 1rem 0 1rem;
}
.page_edit .smf-form--letter .smf-item.req .smf-item__label__text strong {
  background: #78B9D9;
}
.page_edit .smf-form--letter input, .page_edit .smf-form--letter textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.page_edit .smf-form--letter .any .smf-item__label__text strong {
  color: #FF6818;
  background-color: transparent;
  border: 1px solid #FF6818;
}
.page_edit .smf-form--letter .smf-item__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_edit .smf-form--letter .smf-item__label__text strong {
  width: 3.125rem;
  height: 1.625rem;
  color: #FFFFFF;
  background: #FF6818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  padding: 0 0.5em 0.12em;
  position: relative;
  top: 0.06em;
}
.page_edit form[data-screen=input] .confirm {
  display: none;
}
.page_edit form[data-screen=confirm] .input, .page_edit form[data-screen=confirm] .privacy_wrap, .page_edit form[data-screen=confirm] .form_head, .page_edit form[data-screen=confirm] .form_line {
  display: none;
}
.page_edit .privacy_wrap {
  margin-top: 2.5rem;
  text-align: center;
  margin-left: -13.75rem;
  font-size: 1rem;
}
.page_edit .privacy_wrap div[data-name=privacy-check] {
  margin-bottom: 1.25rem;
}
.page_edit .privacy_wrap a {
  color: #1573E6;
}
.page_edit .privacy_wrap a::before {
  content: "＞";
}
.page_edit .privacy_wrap .att_text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}
.page_edit .privacy_wrap .att_text::before {
  content: "※";
}
.page_edit .smf-action {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_edit .smf-action .smf-button-control {
  width: 100%;
  max-width: 20.9375rem;
}
.page_edit .smf-action .smf-button-control__control {
  width: 100%;
  height: 3.75rem;
  padding: 0 0.625rem 0 0;
  position: relative;
  background-size: 0.375rem auto;
  font-size: 1.375rem;
  font-weight: 500;
  background: #FFFFFF url("../img/i_arw_gr.svg");
  background-repeat: no-repeat;
  background-position: right 1.375rem center;
  background-size: 0.4375rem auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #1E8C63;
  border: 1px solid #1E8C63;
  border-radius: 4.5rem;
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_edit .smf-action .smf-button-control__control:hover, .page_edit .smf-action .smf-button-control__control[data-action=complete] {
  background-color: #1E8C63;
  background-image: url("../img/i_arw_w.svg");
  color: #FFFFFF;
  border: 1px solid #1E8C63;
}
.page_edit .smf-action .smf-button-control__control[data-action=complete]:hover {
  opacity: 0.7;
}
.page_edit .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0.625rem;
}
.page_edit .smf-action .smf-button-control__control .smf-sending {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_edit .smf-control-fieldset {
  display: contents;
}
.page_edit .smf-control-fieldset > * + * {
  margin-top: var(--_margin-2);
}
.page_edit .smf-control-fieldset > .smf-control-legend {
  padding: 0;
}
.page_edit .smf-control-description {
  color: var(--_dark-color-gray);
  margin-top: var(--_margin-2);
  --_font-size-level: -1;
  font-size: var(--_font-size);
  line-height: var(--_line-height);
}
.page_edit .smf-error-messages {
  color: #cc3033;
  font-size: 0.875rem;
  margin-top: var(--_margin-2);
}
@-webkit-keyframes smf-sending {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes smf-sending {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.page_edit .smf-sending[aria-hidden=true] {
  visibility: hidden;
}
.page_edit .smf-sending:before {
  -webkit-animation: smf-sending 2s ease-out 0s infinite;
          animation: smf-sending 2s ease-out 0s infinite;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  border-radius: 100%;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}
.page_edit .smf-focus-point {
  position: relative;
  top: -100px;
  visibility: hidden;
}
.page_edit .smf-system-error-status-text {
  color: var(--_color-gray);
  --_font-size-level: -1;
  font-size: var(--_font-size);
  line-height: var(--_line-height);
}

.smf-checkbox-control input {
  display: none !important;
}
.smf-checkbox-control input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5625rem;
}
.smf-checkbox-control input + span::before {
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.5rem;
  border: 1px solid #707070;
  content: "";
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
.smf-checkbox-control input + span::after {
  content: "";
  position: absolute;
  display: none;
}
.smf-checkbox-control input:checked + span::after {
  display: block;
}
.smf-checkbox-control input[type=checkbox] + span::after {
  width: 0.75rem;
  height: 0.375rem;
  border: solid #1573E6;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0.4375rem;
  left: 0.1875rem;
}

@media (max-width: 767.9px) {
  .wp-block-snow-monkey-forms-item {
    padding: 1.25rem 0;
  }
  .wp-block-snow-monkey-forms-item .smf-item__col--label {
    margin-bottom: 0.625rem;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .wp-block-snow-monkey-forms-item .smf-item__col--label .smf-item__label__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wp-block-snow-monkey-forms-item .smf-item__col--label .smf-item__label__text strong {
    margin-left: 0.6875rem;
  }
  .wp-block-snow-monkey-forms-item .smf-item__col--controls {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .smf-form--letter .smf-item__col--label {
    padding-bottom: 0 !important;
  }
  input.smf-form--letter.smf-text-control__control,
  textarea.smf-textarea-control__control {
    padding: 0 0.9375rem;
  }
  textarea.smf-textarea-control__control {
    height: 15.3125rem;
    padding: 0.75rem 0.9375rem;
  }
  form[data-screen=confirm] .smf-placeholder {
    font-size: 1.25rem;
    margin-top: 0.5em;
  }
  form[data-screen=confirm] .smf-form--letter .smf-item {
    padding: 1.375rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  form[data-screen=confirm] .smf-form--letter .smf-item:last-child {
    border-bottom: 1px dotted #333333;
  }
  form[data-screen=confirm] .smf-form--letter .smf-item__col--label {
    padding-top: 0;
  }
  .page_edit .smf-form--letter + .smf-action {
    margin-top: 1.125rem;
    margin-bottom: 3.125rem;
  }
  .page_edit .smf-form--letter .smf-item {
    margin: 0;
    padding: 1rem 0 1rem;
  }
  .page_edit .smf-form--letter .smf-item__label__text strong {
    margin-left: 0.6875rem !important;
  }
  .page_edit .privacy_wrap {
    text-align: left;
    margin-left: 0;
    font-size: 1rem;
  }
  .page_edit .privacy_wrap div[data-name=privacy-check] {
    margin-bottom: 1.25rem;
  }
  .page_edit .privacy_wrap .att_text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page_edit .privacy_wrap .att_text::before {
    content: "※";
  }
  .page_edit .smf-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_edit .smf-action .smf-button-control {
    width: 100%;
  }
  .page_edit .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1.125rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .page_edit .smf-action .smf-button-control__control .smf-sending {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.page_wrap {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}
.page_wrap .wp-block-heading {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}
.page_wrap .wp-block-heading:first-child {
  margin-top: 0;
}
.page_wrap h2 {
  font-size: 1.75rem;
}
.page_wrap h3 {
  font-size: 1.5rem;
}
.page_wrap h4 {
  font-size: 1.25rem;
}
.page_wrap h5 {
  font-size: 1.125rem;
}
.page_wrap p + p {
  margin-top: 1em;
}