@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;900&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 #ce4b11;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #ce4b11;
    top: 6px; }
  20% {
    box-shadow: 0 7px 0 #ce4b11;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #ce4b11;
    top: 6px; }
  40% {
    box-shadow: 0 7px 0 #ce4b11;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 4px 0 #ce4b11;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #ce4b11;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #ce4b11;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #ce4b11;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #ce4b11;
    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 #ce4b11;
  -moz-box-shadow: 0 7px 0 #ce4b11;
  box-shadow: 0 7px 0 #ce4b11;
  background: #f95a14;
  /* Old browsers */
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px; }
  @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;
    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 a span.mdlpos {
        position: absolute;
        width: 25px;
        height: 25px;
        right: 12px;
        top: 32px; }
  .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;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #1b1b1b; }

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

@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(8, 176, 3, 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: #08b003;
    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;
  background: #fff; }
  .header .inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 65px;
    padding-top: 19px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 308px;
    position: absolute;
    left: 0;
    top: 6px; }
  .header .header_cta {
    position: absolute;
    right: 0;
    top: 10px; }
    .header .header_cta::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 76px;
      height: 50px;
      background-image: url("img/header_cta.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: -65px;
      pointer-events: none;
      z-index: 15; }
    .header .header_cta a {
      color: #fff !important;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 10px 20px; }
    .header .header_cta .cta_btn {
      -webkit-box-shadow: 0 4px 0 #ce4b11;
      -moz-box-shadow: 0 4px 0 #ce4b11;
      box-shadow: 0 4px 0 #ce4b11;
      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 .remarks {
    margin-top: 4px;
    text-align: right; }

.index .fv {
  background-image: url("img/fv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index .fv .inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 319px; }
    @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: 50px;
    z-index: 20;
    pointer-events: none; }
  .index .fv .fv_cta {
    width: 440px;
    position: absolute;
    z-index: 10;
    left: 190px;
    bottom: 60px; }
  .index .fv .fv_cta_wrap {
    position: relative; }
    .index .fv .fv_cta_wrap span.cta_sub_txt {
      background-color: #fff;
      width: 90%;
      text-align: center;
      padding: 1px 0;
      color: #30200a;
      border: solid 2px #249b04;
      position: absolute;
      font-weight: bold;
      border-radius: 15px;
      font-size: 12px;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 10; }
      .index .fv .fv_cta_wrap span.cta_sub_txt span {
        color: #249b04; }
    .index .fv .fv_cta_wrap .cta_btn a {
      padding: 15px 20px; }
.index .first {
  padding-top: 80px;
  background: #FFFFE4; }
  .index .first .inner {
    width: 760px;
    margin: 0 auto; }
    .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 .section01 .inner {
  padding: 30px 0 0;
  width: 980px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .index .section01 .inner {
      width: 100%; } }
.index .section01#achievements .inner {
  padding: 0 0 70px; }
.index .section01 .top_heading {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #30200a; }
.index .section01 h2 {
  text-align: center;
  margin-top: 15px; }
.index .section01 .items .item {
  margin-bottom: 70px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 3px solid #30200a;
  position: relative; }
  .index .section01 .items .item:last-child {
    margin-bottom: 10px; }
  .index .section01 .items .item .heading {
    text-align: center;
    background: transparent url(img/section01_ico_01.png) 0 0 no-repeat;
    background-size: cover;
    padding: 0;
    position: absolute;
    left: -38px;
    top: -18px;
    width: 176px;
    height: 65px; }
    .index .section01 .items .item .heading span {
      display: none;
      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 .items .item:nth-child(2) .heading {
    background: transparent url(img/section01_ico_02.png) 0 0 no-repeat; }
  .index .section01 .items .item:nth-child(3) .heading {
    background: transparent url(img/section01_ico_03.png) 0 0 no-repeat; }
.index .section01 .items .item_inner {
  padding: 30px 40px; }
.index .section01 .image {
  text-align: center; }
.index .section01 .trigger {
  cursor: pointer;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #08b003;
  padding: 15px;
  position: relative;
  border: 1px solid #08b003;
  background: #f3fde5;
  border-radius: 30px; }
  .index .section01 .trigger::before {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #08b003;
    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: 0px 0px 25px 334px; }
.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; }
  .index .section01 .overview .ttl {
    padding-left: 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    width: 60%;
    color: #1b5338; }
  .index .section01 .overview .photo {
    width: 40%;
    padding-left: 20px; }
.index .section01 .txt {
  margin-top: 0px;
  line-height: 1.7;
  color: #30200a;
  font-size: 18px;
  font-size: 1.8rem;
  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 {
    font-weight: 700; }
.index #achievements #voice {
  margin-bottom: 20px; }
.index .section02 {
  background: #f0f4ef;
  position: relative;
  /*
  .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: 60px 250px 0 250px;
    border-color: #f0f4ef transparent transparent transparent;
    bottom: -60px; }
  .index .section02 .inner {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0 0; }
    @media only screen and (max-width: 768px) {
      .index .section02 .inner {
        width: 100%; } }
  .index .section02 h2 {
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: #f8ffef;
    border: 3px solid #d8e5c6;
    font-size: 32px;
    font-size: 3.2rem;
    color: #333;
    padding: 13px 0 20px;
    line-height: 1.2;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    margin-bottom: 1.5em; }
    .index .section02 h2::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 17px 24px 0 24px;
      border-color: #d8e5c6 transparent transparent transparent;
      bottom: -17px; }
    .index .section02 h2 span {
      font-size: 23px;
      font-size: 2.3rem;
      font-family: 'M PLUS Rounded 1c', sans-serif;
      font-weight: 500; }
    .index .section02 h2 strong {
      font-weight: 800;
      color: #ff7a18; }
  .index .section02 .onayami {
    text-align: center;
    position: relative;
    top: -45px; }
.index .cta {
  background: #249b04; }
  .index .cta .inner {
    width: 980px;
    margin: 0 auto;
    padding: 5em 0 0; }
    @media only screen and (max-width: 768px) {
      .index .cta .inner {
        width: 100%; } }
  .index .cta h2 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: "Noto Sans JP", sans-serif; }
    .index .cta h2 span {
      font-size: 36px;
      font-size: 3.6rem;
      color: #fff602;
      background: linear-gradient(transparent 95%, #fff602 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: 135px; }
    .index .cta .wrap .btn {
      width: 470px;
      margin-left: 25px; }
  .index .cta .cta_txt {
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 10px;
    font-weight: 800;
    color: #08b003; }
  .index .cta .cta_image {
    margin-top: 15px;
    text-align: center;
    display: none; }
  .index .cta .cta_note {
    color: #fff;
    padding-top: 1em;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }
  .index .cta .cta_btn a {
    line-height: 1.2;
    padding: 24px 25px 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;
      width: 80%;
      text-align: center;
      padding: 1px 0;
      color: #30200a;
      border: solid 2px #249b04;
      position: absolute;
      font-weight: bold;
      border-radius: 15px;
      font-size: 15px;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 10; }
.index .section03 .inner {
  width: 980px;
  margin: 0 auto;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .index .section03 .inner {
      width: 100%; } }
.index .section03 h2 {
  background: transparent url("img/section03_h2bg.png") center 24px no-repeat;
  background-size: 70%;
  text-align: center;
  padding: 0 0 90px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  color: #f95a14;
  font-weight: 700; }
  .index .section03 h2 span {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    color: #30200a; }
.index .section03 .heading {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif; }
  .index .section03 .heading span {
    font-size: 50px;
    font-size: 5rem;
    color: #249b04;
    background: linear-gradient(transparent 80%, #fff602 80%); }
    .index .section03 .heading span strong {
      font-size: 70px;
      font-size: 7rem; }
.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: 2px solid #30200a;
    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: #f0feee; }
.index .section03 .merit {
  width: 136px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  background: #249b04;
  color: #fff;
  font-weight: 700;
  padding: 3px 0;
  font-size: 18px;
  font-size: 1.8rem;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px; }
.index .section03 .txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #30200a; }
.index .section03 .image {
  margin-top: 20px; }
.index .section04 {
  background: #f0ffed; }
  .index .section04 .inner {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (max-width: 768px) {
      .index .section04 .inner {
        width: 100%; } }
  .index .section04 h2 {
    text-align: center; }
    .index .section04 h2 span {
      font-size: 30px;
      font-size: 3rem;
      color: #000;
      font-weight: 700;
      display: block;
      margin-bottom: 10px;
      padding-bottom: 1.2em;
      background: url("img/section04_h2bg.png") center bottom no-repeat; }
  .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: 300px;
      height: 300px;
      border: 4px solid #249b04;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      position: relative;
      padding: 100px 0 20px;
      text-align: center;
      background: #fff; }
  .index .section04 .remarks {
    margin-top: 30px;
    display: none; }
    .index .section04 .remarks .remark {
      font-size: .8em;
      color: #888; }
  .index .section04 .ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    color: #249b04;
    font-weight: 700;
    padding: 3px 0;
    font-size: 23px;
    font-size: 2.3rem;
    border-bottom: 1px solid #249b04; }
  .index .section04 .txt {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3;
    color: #30200a; }
  .index .section04 .image {
    margin-top: 20px; }
.index .section05 {
  background: #fff; }
  .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 {
    /*
    border-top: 2px solid $mainColor;
    border-bottom: 2px solid $mainColor;
    */
    text-align: center;
    padding: 20px 0;
    line-height: 1.4;
    font-size: 23px;
    font-size: 2.3rem;
    font-family: "Noto Sans JP", sans-serif;
    background: transparent url("img/section05_h2bg.png") center center no-repeat;
    background-size: 45%; }
    .index .section05 h2 span {
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 700;
      color: #30200a; }
  .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: #f95a14;
      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: 2px solid #04399b;
      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: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    color: #04399b; }
  .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: #f0f4fc;
    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 span {
      color: #04399b; }
    .index .section05 .point sup {
      color: #888;
      font-size: .6em; }
    .index .section05 .point::before {
      content: "POINT";
      color: #fff;
      width: 50%;
      background: #04399b;
      font-size: 15px;
      font-size: 1.5rem;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -.85em;
      left: 50%;
      text-align: center;
      font-weight: 700;
      position: absolute; }
  .index .section05 .items .item:nth-child(2) {
    border: 2px solid #197301; }
    .index .section05 .items .item:nth-child(2) .heading {
      color: #197301; }
    .index .section05 .items .item:nth-child(2) .point {
      background: #eefaea; }
      .index .section05 .items .item:nth-child(2) .point span {
        color: #197301; }
      .index .section05 .items .item:nth-child(2) .point::before {
        background: #197301; }
  .index .section05 .items .item:nth-child(3) {
    border: 2px solid #7a2b9f; }
    .index .section05 .items .item:nth-child(3) .heading {
      color: #7a2b9f; }
    .index .section05 .items .item:nth-child(3) .image {
      margin-top: 32px; }
    .index .section05 .items .item:nth-child(3) .point {
      background: #f9f2fc; }
      .index .section05 .items .item:nth-child(3) .point span {
        color: #7a2b9f; }
      .index .section05 .items .item:nth-child(3) .point::before {
        background: #7a2b9f; }
.index .section06 {
  background: #fff; }
  .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 {
    background: #e3ece1;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    position: relative;
    padding: 85px 0 35px; }
    .index .section06 .content .heading {
      position: absolute;
      width: 100%;
      left: 0;
      top: 24px;
      text-align: center; }
      .index .section06 .content .heading span {
        display: inline-block;
        color: #fff;
        background: #30200a;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 500;
        padding: 5px 50px;
        border-radius: 30px; }
  .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: #ff7a18;
      font-weight: 700; }
  .index .section06 .items {
    margin: 25px auto 0;
    padding: 20px 0;
    -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;
    background: #fff;
    border-radius: 10px;
    width: 80%; }
    .index .section06 .items .item:nth-child(2) {
      margin-left: 30px; }
.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: #1b5338;
  font-family: "Noto Sans JP", sans-serif; }
.index .section07 .items {
  margin-top: 30px; }
  .index .section07 .items .item {
    padding: 20px;
    border: 2px solid #30200a;
    border-radius: 10px;
    margin-bottom: 1.5em;
    cursor: pointer; }
.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("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: #727171;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700; }
  .index .section07 .question.active::before {
    content: "ー"; }
.index .section07 .answer {
  padding: 20px 0 10px 50px;
  background: url("img/section07_answer.png") 0 15px no-repeat; }
  .index .section07 .answer span {
    font-weight: 700;
    color: #ff7a18; }

.fixed_cta {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 30;
  background: #4fcc2e; }
  .fixed_cta .inner {
    position: relative;
    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: 260px; }
    .fixed_cta .wrap .btn {
      width: 450px;
      margin-left: 30px; }
      .fixed_cta .wrap .btn .cta_txt {
        text-align: center;
        font-weight: 700;
        color: #30200a;
        font-size: 17px;
        font-size: 1.7rem;
        margin-bottom: 5px;
        padding-top: 5px; }
      .fixed_cta .wrap .btn .cta_btn a {
        line-height: 1.2;
        padding: 18px 0 18px 55px;
        text-align: left;
        position: relative;
        color: #fff !important;
        font-size: 20px;
        font-size: 2rem; }
        .fixed_cta .wrap .btn .cta_btn a span {
          color: #fff602;
          font-size: 26px;
          font-size: 2.6rem; }
        .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: 18px;
          top: 0;
          pointer-events: none; }

.footer {
  margin-top: 10px; }
  .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: #1b5338;
    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: 20px; }
      .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: 256px;
    margin: 0 auto; }
  .page .page_ttl {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #1a2e50;
    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 .section {
  margin-top: 40px; }
  .page_company .section h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2e50;
    margin-bottom: 20px;
    text-align: center; }
  .page_company .section .subsection {
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 30px; }
  .page_company .section h3 {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    color: #1a2e50;
    margin-bottom: 0px; }
    .page_company .section h3 + p {
      margin-bottom: 15px; }
      .page_company .section h3 + p:last-child {
        margin-bottom: 0; }
.page_company dl dt {
  background: #f7f7f7;
  padding: 22px 30px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #1a2e50;
  font-weight: 700; }
.page_company dl dd {
  padding: 26px 30px;
  font-size: 20px;
  font-size: 2rem; }
  .page_company dl dd:last-child {
    padding: 0; }
    .page_company dl dd:last-child dt {
      padding: 30px 0 15px;
      background: transparent; }
    .page_company dl dd:last-child dd {
      padding: 30px; }

.page_fee dl dt {
  padding: 22px 0;
  font-size: 28px;
  font-size: 2.8rem;
  color: #1a2e50;
  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: #1a2e50;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ededed; }
    .page_privacy .section h3 {
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 700;
      color: #1a2e50;
      margin-bottom: 20px; }
  .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); } }
