@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 7px 0 #b44807;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #b44807;
    top: 6px; }
  20% {
    box-shadow: 0 7px 0 #b44807;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #b44807;
    top: 6px; }
  40% {
    box-shadow: 0 7px 0 #b44807;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 4px 0 #b44807;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #b44807;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #b44807;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #b44807;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #b44807;
    top: 0px; } }
@keyframes animationbtn3 {
  0% {
    top: -13px; }
  10% {
    top: -7px; }
  20% {
    top: -13px; }
  30% {
    top: -7px; }
  40% {
    top: -13px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 7px 0 #b44807;
  -moz-box-shadow: 0 7px 0 #b44807;
  box-shadow: 0 7px 0 #b44807;
  background: #fb6409;
  /* Old browsers */
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 31px;
    font-size: 3.1rem;
    text-align: center;
    padding: 15px 0;
    text-shadow: 1px 1px 2px rgba(209, 60, 35, 0.8); }
    .cta_btn a span {
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

.remarks {
  margin-top: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.54); }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #1b1b1b;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #1b1b1b; }

.notice {
  text-align: left;
  font-size: 10px; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #1b1b1b;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.animation3 {
  animation: animationbtn3 2s infinite; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(0, 122, 52, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #007a34;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 2px 0 3px #e6e6e6;
  -moz-box-shadow: 2px 0 3px #e6e6e6;
  box-shadow: 2px 0 3px #e6e6e6; }
  .header .inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 80px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 308px;
    position: absolute;
    left: 0;
    top: 0; }
  .header .header_cta {
    position: absolute;
    right: 0;
    top: 15px;
    /*
    &::before {
        content:"";
        position: absolute;
        width:82px;
        height:34px;
        background-image: url("img/header_cta.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size:100% auto;
        left:15px;
        top:7px;
        pointer-events: none;
        z-index: 15;
    }
    */ }
    .header .header_cta a {
      color: #fff !important;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 12px 20px 12px 110px;
      background: url("img/header_cta.png") 18px 6px no-repeat; }
    .header .header_cta .cta_btn {
      -webkit-box-shadow: 0 4px 0 #b44807;
      -moz-box-shadow: 0 4px 0 #b44807;
      box-shadow: 0 4px 0 #b44807;
      border-radius: 80px;
      -moz-border-radius: 80px;
      -webkit-border-radius: 80px;
      -o-border-radius: 80px;
      -ms-border-radius: 80px; }
    .header .header_cta .animation {
      animation: animationbtn2 2s infinite; }
    .header .header_cta p {
      font-size: 11px;
      font-size: 1.1rem;
      color: #686868;
      padding-top: 5px;
      text-align: center;
      display: none; }

.index .fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index .fv .inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 385px; }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
  .index .fv .fvimg {
    right: 20px;
    top: 20px;
    position: absolute;
    /*animation: animationZoom2 3s ease-in-out infinite;*/
    z-index: 10; }
  .index .fv .fv_image {
    position: absolute;
    top: 30px;
    left: 106px;
    z-index: 20;
    pointer-events: none; }
  .index .fv .fv_cta {
    width: 540px;
    position: absolute;
    z-index: 10;
    left: 110px;
    bottom: 80px; }
  .index .fv .fv_cta_wrap {
    position: relative; }
    .index .fv .fv_cta_wrap span.cta_sub_txt {
      background-color: #fff;
      box-shadow: 0 1px 3px #999;
      width: 80%;
      text-align: center;
      padding: 1px 0;
      color: #202020;
      position: absolute;
      font-weight: bold;
      border-radius: 15px;
      font-size: 17px;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 10; }
    .index .fv .fv_cta_wrap .cta_btn a {
      padding: 30px 30px 15px; }
  .index .fv .fv_note {
    color: #686868;
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    width: 540px;
    z-index: 10;
    left: 110px;
    bottom: 36px; }
.index .first {
  padding-top: 80px;
  padding-bottom: 20px;
  background: #fffeeb; }
  .index .first .inner {
    width: 760px;
    margin: 0 auto 1em; }
    .index .first .inner .content {
      position: relative; }
      .index .first .inner .content .notification {
        position: absolute;
        text-align: center;
        top: -20px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
      .index .first .inner .content .cv_simulate {
        padding-top: 30px;
        position: relative;
        height: 330px; }
        .index .first .inner .content .cv_simulate .phone_img {
          position: absolute;
          left: 70px; }
        .index .first .inner .content .cv_simulate .cv_ttl {
          position: absolute;
          left: 224px; }
        .index .first .inner .content .cv_simulate .cv_point {
          position: absolute;
          left: 224px;
          top: 100px; }
        .index .first .inner .content .cv_simulate .txt {
          position: absolute;
          left: 224px;
          top: 225px; }
          .index .first .inner .content .cv_simulate .txt span {
            color: #f02c12;
            font-weight: bold; }
  .index .first .fv_cta .fv_cta_wrap {
    position: relative;
    width: 540px;
    margin: 0 auto; }
    .index .first .fv_cta .fv_cta_wrap span.cta_sub_txt {
      background-color: #fff;
      box-shadow: 0 1px 3px #999;
      width: 80%;
      text-align: center;
      padding: 1px 0;
      color: #202020;
      position: absolute;
      font-weight: bold;
      border-radius: 15px;
      font-size: 17px;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 10; }
    .index .first .fv_cta .fv_cta_wrap .cta_btn a {
      padding: 30px 30px 15px; }
  .index .first .fv_note {
    color: #686868;
    font-size: 11px;
    font-size: 1.1rem;
    width: 540px;
    margin: 10px auto; }
.index .section01 .inner {
  padding: 30px 0;
  width: 980px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .index .section01 .inner {
      width: 100%; } }
.index .section01 .top_heading {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500; }
.index .section01 h2 {
  text-align: center;
  margin-top: 15px; }
.index .section01 .items {
  margin-top: 0; }
  .index .section01 .items .item {
    margin-top: 80px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 2px solid #007a34; }
    .index .section01 .items .item:first-child {
      margin-top: 0; }
  .index .section01 .items .item_inner {
    padding: 30px 40px;
    background: #fffeeb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
.index .section01 .heading {
  text-align: center;
  background: #007a34;
  /* Old browsers */
  position: absolute;
  top: -60px;
  width: 120px;
  height: 60px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  .index .section01 .heading span {
    display: inline-block;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 500;
    color: #fff;
    padding: 5px 20px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px; }
.index .section01 .image {
  text-align: center; }
.index .section01 .trigger {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #1a2e50;
  padding: 15px;
  position: relative;
  border: 1px solid #007a34;
  background: #fff; }
  .index .section01 .trigger::before {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #007a34;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700; }
  .index .section01 .trigger.active::before {
    content: "ー"; }
.index .section01 .acordion_inner {
  background: #fff;
  border-top: none;
  padding: 25px 40px; }
.index .section01 .overview {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 600px;
  margin: 0 auto; }
  .index .section01 .overview .photo {
    width: 40%;
    text-align: right; }
  .index .section01 .overview .ttl {
    padding: 30px;
    background: #e4f9ee;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    width: 60%; }
    .index .section01 .overview .ttl p {
      font-size: 15px;
      font-size: 1.5rem; }
.index .section01 .txt {
  margin-top: 20px;
  line-height: 1.7;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg); }
  .index .section01 .txt span {
    color: #007a34;
    font-weight: 700; }
.index .section02 {
  background: #e9ebea;
  position: relative;
  /*
  h2 {
      text-align: center;@include radius(10px);
      background: #21741f;
      @include fs(32);
      font-weight: 500;
      color:#fff;
      padding:13px 0 20px;
      line-height:1.2;
      position: relative;
      &::before {
          content:"";
          @include center(x);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 17px 24px 0 24px;
          border-color: #4f4f4f transparent transparent transparent;
          bottom:-17px;
      }
      span {
          @include fs(23);
      }
      strong {
          font-weight: 800;
          color:#fff32f;
      }
  }
  .items {
      margin-top: 50px;
      @include css3(display, flex);
      @include css3(flex-wrap, wrap);
      @include css3(justify-content, center);
      .item {
          width:290px;
          background: #fff;
          text-align: center;
          @include radius(5px);
          padding:30px 0 20px;
          margin-left: 15px;
          margin-top: 15px;
          &:nth-child(1),
          &:nth-child(2),
          &:nth-child(3) {
              margin-top: 0;
          }
          &:nth-child(3n+1) {
              margin-left: 0;
          }
          .txt {
              @include fs(18);
              font-weight: 500;
          }
          .image {
              margin-top: 18px;
          }
      }
  }
  */ }
  .index .section02::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 180px 0 180px;
    border-color: #e9ebea transparent transparent transparent;
    bottom: -40px; }
  .index .section02 .inner {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .index .section02 .inner {
        width: 100%; } }
    .index .section02 .inner .ttl {
      margin-bottom: 30px; }
.index .cta {
  background: #007a34; }
  .index .cta .inner {
    width: 980px;
    margin: 0 auto;
    padding: 40px 0 0; }
    @media only screen and (max-width: 768px) {
      .index .cta .inner {
        width: 100%; } }
  .index .cta h2 {
    text-align: center;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 3rem; }
    .index .cta h2 span {
      font-size: 40px;
      font-size: 4rem;
      color: #fff000;
      background: linear-gradient(transparent 95%, #fff000 95%); }
  .index .cta .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .index .cta .wrap .image {
      width: 175px;
      margin-left: 25px; }
    .index .cta .wrap .btn {
      width: 470px; }
  .index .cta .cta_txt {
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 10px;
    font-weight: 800;
    color: #007a34; }
  .index .cta .cta_image {
    margin-top: 15px;
    text-align: center; }
  .index .cta .cta_btn a {
    line-height: 1.2;
    padding: 6px 0 15px;
    text-align: center;
    position: relative; }
  .index .cta .cta_btn_wrap {
    position: relative; }
    .index .cta .cta_btn_wrap span.cta_sub_txt {
      background-color: #fff;
      box-shadow: 0 1px 3px #999;
      width: 80%;
      text-align: center;
      padding: 1px 0;
      color: #202020;
      position: absolute;
      font-weight: bold;
      border-radius: 15px;
      font-size: 17px;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 10; }
.index .section02 + .cta .inner, .index .section07 + .cta .inner {
  padding-top: 70px; }
.index .section03 .inner {
  width: 980px;
  margin: 0 auto;
  padding: 50px 0 30px; }
  @media only screen and (max-width: 768px) {
    .index .section03 .inner {
      width: 100%; } }
.index .section03 h2 {
  text-align: center;
  line-height: 1.4;
  font-size: 23px;
  font-size: 2.3rem;
  background: transparent url(../assets/img/ttl_underpoint.png) center bottom no-repeat;
  padding-bottom: 1em; }
  .index .section03 h2 span {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 800;
    color: #c24b71; }
.index .section03 .heading {
  text-align: center;
  margin-top: 25px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.1; }
  .index .section03 .heading span {
    font-size: 41px;
    font-size: 4.1rem;
    color: #c24b71; }
    .index .section03 .heading span span {
      font-size: 51px;
      font-size: 5.1rem; }
.index .section03 .items {
  margin-top: 60px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .index .section03 .items .item {
    width: 310px;
    border: 1px solid #007a34;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    position: relative;
    padding: 37px 0 20px;
    text-align: center;
    background: #e4f9ee; }
.index .section03 .merit {
  width: 136px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  background: #007a34;
  color: #fff;
  font-weight: 700;
  padding: 3px 0;
  font-size: 18px;
  font-size: 1.8rem; }
.index .section03 .txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500; }
.index .section03 .image {
  margin-top: 20px; }
.index .section04 {
  background: #fffeeb; }
  .index .section04 .inner {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 70px; }
    @media only screen and (max-width: 768px) {
      .index .section04 .inner {
        width: 100%; } }
  .index .section04 h2 {
    text-align: center; }
    .index .section04 h2 span {
      font-size: 27px;
      font-size: 2.7rem;
      color: #000;
      font-weight: 500;
      display: block;
      margin-bottom: 10px; }
  .index .section04 .items {
    margin-top: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .index .section04 .items .item {
      width: 310px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      position: relative;
      padding: 0;
      text-align: center; }
  .index .section04 .ttl {
    width: 135px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    background: #007a34;
    color: #fff;
    font-weight: 800;
    padding: 3px 0;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px; }
  .index .section04 .txt {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    color: #202020; }
.index .section05 {
  background: #f5f5f5; }
  .index .section05 .inner {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 30px; }
    @media only screen and (max-width: 768px) {
      .index .section05 .inner {
        width: 100%; } }
  .index .section05 h2 {
    text-align: center;
    line-height: 1.4;
    font-size: 23px;
    font-size: 2.3rem;
    background: transparent url(../assets/img/ttl_underpoint.png) center bottom no-repeat;
    padding-bottom: 1em; }
    .index .section05 h2 span {
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 800;
      color: #007a34; }
  .index .section05 .lead {
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500; }
    .index .section05 .lead span {
      font-size: 22px;
      font-size: 2.2rem;
      color: #c24b71;
      font-weight: 700; }
  .index .section05 .items {
    margin-top: 40px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .index .section05 .items .item {
      width: 310px;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      position: relative;
      background: #fff;
      padding: 25px 17px 25px; }
  .index .section05 .heading {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    color: #007a34; }
  .index .section05 .txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 15px; }
  .index .section05 .image {
    margin-top: 10px; }
  .index .section05 .point {
    margin-top: 30px;
    position: relative;
    background: #e4f9ee;
    border: 1px solid #40bd9c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 1em;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500; }
    .index .section05 .point::before {
      content: "POINT";
      color: #007a34;
      width: 100%;
      font-size: 15px;
      font-size: 1.5rem;
      top: -1.7em;
      left: 0;
      text-align: center;
      font-weight: 700;
      position: absolute; }
  .index .section05 .items .item {
    /*
    &:nth-child(2) {
        .heading {
            color:#128307;
        }
        .point {
            background: #f5fdf4;
            border-color:#128307;
            &::before {
                color:#128307;
            }
        }
    }
    &:nth-child(3) {
        .heading {
            color:#85593c;
        }
        .image {
            margin-top: 32px;
        }
        .point {
            background: #fbf5f1;
            border-color:#85593c;
            &::before {
                color:#85593c;
            }
        }
    }
    */ }
.index .section06 .inner {
  padding: 67px 0 40px;
  width: 980px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .index .section06 .inner {
      width: 100%; } }
.index .section06 .content {
  border: 2px solid #c5cfdc;
  background: #f7f7f7;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  padding: 35px 0; }
  .index .section06 .content .heading {
    text-align: center;
    padding-bottom: 1em; }
    .index .section06 .content .heading span {
      color: #007a34;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 500; }
.index .section06 .txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }
  .index .section06 .txt span {
    font-size: 22px;
    font-size: 2.2rem;
    color: #333;
    font-weight: 700;
    text-decoration: underline; }
.index .section06 .items {
  background: #fff;
  margin: 25px auto 0;
  padding: 1em 0;
  width: 800px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .index .section06 .items .item:nth-child(2) {
    margin-left: 30px; }
.index .section07 {
  position: relative; }
  .index .section07::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 180px 0 180px;
    border-color: #fff transparent transparent transparent;
    bottom: -40px; }
  .index .section07 .inner {
    padding: 30px 40px 70px;
    width: 980px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .index .section07 .inner {
        width: 100%; } }
  .index .section07 h2 {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500;
    color: #007a34;
    background: transparent url("../assets/img/ttl_underpoint.png") center bottom no-repeat;
    padding-bottom: .25em; }
  .index .section07 .items {
    margin-top: 30px; }
    .index .section07 .items .item {
      padding: 20px 0;
      border-bottom: 1px solid #e0e0e0; }
  .index .section07 .question {
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    padding: 5px 0 5px 50px; }
    .index .section07 .question::after {
      content: "";
      position: absolute;
      width: 38px;
      height: 100%;
      background-image: url("../assets/img/section07_question.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 0;
      top: 0;
      pointer-events: none; }
    .index .section07 .question::before {
      content: "＋";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      color: #007a34;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700; }
    .index .section07 .question.active::before {
      content: "ー"; }
  .index .section07 .answer {
    padding: 20px 0 0 50px; }
    .index .section07 .answer span {
      font-weight: 700;
      color: #c24b71; }

.fixed_cta {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 30;
  background: #007a34; }
  .fixed_cta .inner {
    position: relative;
    height: 135px;
    padding-top: 10px;
    width: 980px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
  .fixed_cta .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .fixed_cta .wrap .image {
      width: 222px; }
    .fixed_cta .wrap .btn {
      width: 420px;
      margin-left: 30px;
      padding-top: 7px; }
      .fixed_cta .wrap .btn .cta_txt {
        text-align: center;
        font-weight: 700;
        color: #fff;
        font-size: 17px;
        font-size: 1.7rem;
        margin-bottom: 5px;
        padding-top: 0; }
      .fixed_cta .wrap .btn .cta_btn a {
        line-height: 1.2;
        padding: 18px 0 18px 80px;
        text-align: left;
        position: relative;
        color: #fff !important;
        font-size: 20px;
        font-size: 2rem; }
        .fixed_cta .wrap .btn .cta_btn a::before {
          content: "";
          position: absolute;
          width: 30px;
          height: 100%;
          background-image: url("img/cta_ico.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          left: 25px;
          top: 0;
          pointer-events: none; }
      .fixed_cta .wrap .btn .cta_note {
        color: #fff;
        margin-top: .75em;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        display: none; }

.footer .inner {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0; }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      width: 100%; } }
.footer .f_nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .footer .f_nav ul li {
    margin-left: 25px; }
    .footer .f_nav ul li:first-child {
      margin-left: 0; }
    .footer .f_nav ul li a {
      text-decoration: none; }
.footer .copyright {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background: #333;
  font-size: 13px;
  font-size: 1.3rem; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 22vw;
        width: 60%; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 26px; }
      .exitProtection .wrap .btn.shiny {
        overflow: hidden; }
        .exitProtection .wrap .btn.shiny::after {
          content: '';
          position: absolute;
          top: -100px;
          left: -100px;
          width: 50px;
          height: 50px;
          background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
          animation-name: shiny;
          animation-duration: 4s;
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
          pointer-events: none;
          z-index: 10; }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.page {
  font-family: "Noto Sans JP", sans-serif; }
  .page .container {
    padding: 30px 0 50px;
    width: 800px;
    margin: 0 auto; }
  .page .logo {
    text-align: center;
    width: 436px;
    margin: 0 auto; }
  .page .page_ttl {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #333;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed; }
  .page .page_inner {
    padding: 50px 50px 0; }

.page_company dl dt {
  background: #e4f9ee;
  padding: 22px 30px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #333;
  font-weight: 700; }
.page_company dl dd {
  padding: 26px 30px;
  font-size: 20px;
  font-size: 2rem; }
  .page_company dl dd h3 {
    color: #007a34;
    border-bottom: 1px solid #e4f9ee;
    padding: 1em 0 .5em;
    margin-bottom: .5em; }
  .page_company dl dd .note {
    padding-top: 2em;
    color: #868686;
    font-size: 13px;
    font-size: 1.3rem; }

.page_fee dl dt {
  padding: 22px 0;
  font-size: 28px;
  font-size: 2.8rem;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #ededed; }
.page_fee dl dd {
  padding: 26px 0;
  font-size: 20px;
  font-size: 2rem; }
.page_fee .remarks {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem; }
  .page_fee .remarks ul li {
    position: relative;
    padding-left: 1.2em; }
    .page_fee .remarks ul li::before {
      content: "※";
      position: absolute;
      top: 0;
      left: 0; }

.page_privacy {
  font-size: 18px;
  font-size: 1.8rem; }
  .page_privacy .section {
    margin-top: 40px; }
    .page_privacy .section h2 {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      color: #333;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ededed; }
  .page_privacy ol {
    list-style-type: decimal;
    margin-left: 1em; }
    .page_privacy ol > li {
      margin-top: 20px; }
      .page_privacy ol > li:first-child {
        margin-top: 0; }
  .page_privacy ul {
    margin-left: 2em;
    list-style-type: disc; }
    .page_privacy ul ol > li {
      margin-top: 5px; }

body span, body dl, h1, h2, h3, h4, h5, h6 {
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg); }

.ttl, .txt, .heading, .trigger, .point, .item, .question, .answer, .footer, .lead, .top_heading {
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg); }

@keyframes animationZoom2 {
  50% {
    transform: scale(1.1); } }
