@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 #c1510d;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c1510d;
    top: 6px; }
  20% {
    box-shadow: 0 7px 0 #c1510d;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c1510d;
    top: 6px; }
  40% {
    box-shadow: 0 7px 0 #c1510d;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 4px 0 #cd121e;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cd121e;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #cd121e;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cd121e;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #cd121e;
    top: 0px; } }
@keyframes animationmail {
  0% {
    box-shadow: 0 7px 0 #094879;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #094879;
    top: 6px; }
  20% {
    box-shadow: 0 7px 0 #094879;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #094879;
    top: 6px; }
  40% {
    box-shadow: 0 7px 0 #094879;
    top: 0px; } }
@keyframes animationbtn2mail {
  0% {
    box-shadow: 0 4px 0 #094879;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #094879;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #094879;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #094879;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #094879;
    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 #c1510d;
  -moz-box-shadow: 0 7px 0 #c1510d;
  box-shadow: 0 7px 0 #c1510d;
  background: #f66a15;
  /* 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: #fff32f !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; }

.cta_mail {
  -webkit-box-shadow: 0 7px 0 #094879;
  -moz-box-shadow: 0 7px 0 #094879;
  box-shadow: 0 7px 0 #094879;
  background: #0c64a8;
  /* Old browsers */ }
  .cta_mail.animation {
    animation: animationmail 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; }

@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: #0c64a8dd;
  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: #0c64a8;
    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; } }

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

.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: 75px;
    padding-top: 19px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 250px; }
  .header .header_cta {
    position: absolute;
    right: 0;
    top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
    .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 #cd121e;
      -moz-box-shadow: 0 4px 0 #cd121e;
      box-shadow: 0 4px 0 #cd121e;
      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 .cta_mail {
      -webkit-box-shadow: 0 4px 0 #094879;
      -moz-box-shadow: 0 4px 0 #094879;
      box-shadow: 0 4px 0 #094879;
      background: #0c64a8;
      /* Old browsers */ }
      .header .header_cta .cta_mail.animation {
        animation: animationbtn2mail 2s infinite; }

.fv {
  background-image: url("img/fv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 325px; }
  .fv .inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 319px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_cta {
    width: 440px;
    position: absolute;
    z-index: 10;
    left: 110px;
    bottom: 36px; }
  .fv .fv_cta_wrap {
    position: relative; }
    .fv .fv_cta_wrap span.cta_sub_txt {
      background-color: #fff;
      border: solid 2px #f65c12;
      width: 80%;
      text-align: center;
      padding: 1px 0;
      color: #d74c08;
      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; }

.cta {
  background: transparent; }
  .cta .inner {
    width: 980px;
    margin: 0 auto;
    padding: 25px 0; }
    @media only screen and (max-width: 768px) {
      .cta .inner {
        width: 100%; } }
  .cta h2 {
    text-align: center;
    font-weight: 800;
    color: #333;
    margin-bottom: 0;
    font-size: 28px;
    font-size: 2.8rem; }
    .cta h2 span {
      font-size: 24px;
      font-size: 2.4rem; }
  .cta p {
    color: #417095;
    text-decoration: underline;
    text-align: center;
    font-size: 19px;
    font-size: 1.9rem; }
  .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;
    padding-top: 2.5em; }
    .cta .wrap .btn {
      width: 45%;
      margin-left: 25px; }
  .cta .switch {
    text-align: center;
    padding: 40px 0 10px; }
  .cta .cta_txt {
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 10px;
    font-weight: 800;
    color: #08b003; }
  .cta .cta_image {
    margin-top: 15px;
    text-align: center; }
  .cta .cta_btn a {
    line-height: 1.2;
    padding: 18px 0 12px;
    text-align: center;
    position: relative; }
  .cta .cta_btn_wrap {
    position: relative; }
    .cta .cta_btn_wrap span.cta_sub_txt {
      background-color: #fcf6b2;
      width: 80%;
      text-align: center;
      padding: 3px 0;
      color: #333;
      position: absolute;
      font-weight: normal;
      border-radius: 15px;
      font-size: 12px;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 10; }

.section01 {
  background: #e5f2fc; }
  .section01 .inner {
    padding: 40px 0;
    width: 980px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        width: 100%; } }
    .section01 .inner .top_heading {
      border: 1px solid #0c64a8;
      text-align: center;
      color: #0c64a8;
      padding: 8px 0 10px;
      background: #fff;
      width: 560px;
      margin: 0 auto 15px;
      border-radius: 25px;
      font-size: 1.5em;
      font-weight: bold; }
      .section01 .inner .top_heading sup {
        font-size: .5em;
        color: #888; }
    .section01 .inner .top_heading_sub {
      color: #333;
      font-weight: bold;
      text-align: center;
      font-size: 1.4em;
      font-weight: bold;
      margin-bottom: 25px; }
    .section01 .inner .wrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-evenly; }
      .section01 .inner .wrap .item {
        width: 45%;
        text-align: center;
        overflow: hidden;
        border: 1px solid #eee;
        border-radius: 10px; }
        .section01 .inner .wrap .item .ttl {
          background: #3b81b7;
          line-height: 1.5;
          font-size: 15px;
          font-size: 1.5rem;
          color: #fff;
          padding: 15px 0; }
        .section01 .inner .wrap .item .txt {
          background: #fff;
          font-size: 19px;
          font-size: 1.9rem;
          color: #333;
          height: 140px;
          vertical-align: middle;
          position: relative; }
          .section01 .inner .wrap .item .txt span {
            color: #f66a15;
            font-weight: bold; }
          .section01 .inner .wrap .item .txt::before {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 9px 10px 0 10px;
            border-color: #3b81b7 transparent transparent transparent;
            top: 0px; }
        .section01 .inner .wrap .item:first-child .txt {
          padding-top: 40px; }
        .section01 .inner .wrap .item:last-child .txt {
          padding-top: 25px; }
    .section01 .inner .remarks {
      padding-left: 30px;
      color: #f66a15; }
  .section01 .items {
    margin-top: 25px; }
    .section01 .items .item {
      margin-top: 30px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border: 2px solid #08b003;
      overflow: hidden; }
      .section01 .items .item:first-child {
        margin-top: 0; }
    .section01 .items .item_inner {
      padding: 30px 40px; }
  .section01 .heading {
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#18a86d+50,0e965e+51 */
    background: #08b003;
    /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a86d', endColorstr='#0e965e',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    padding: 10px; }
    .section01 .heading span {
      display: inline-block;
      background: #fff;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 500;
      color: #08b003;
      padding: 5px 20px;
      border-radius: 60px;
      -moz-border-radius: 60px;
      -webkit-border-radius: 60px;
      -o-border-radius: 60px;
      -ms-border-radius: 60px; }
  .section01 .image {
    text-align: center; }
  .section01 .trigger {
    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; }
    .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; }
    .section01 .trigger.active::before {
      content: "ー"; }
  .section01 .acordion_inner {
    background: #fcf5ee;
    border-top: none;
    padding: 25px 40px; }
  .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; }
    .section01 .overview .ttl {
      padding-left: 80px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      width: 60%; }
    .section01 .overview .photo {
      width: 40%;
      padding-left: 20px; }

.section02 {
  background: #f2f3f4;
  position: relative; }
  .section02 .inner {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 70px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
  .section02 h2 {
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500;
    color: #417095;
    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;
    } */ }
    .section02 h2 span {
      font-size: 23px;
      font-size: 2.3rem;
      color: #4c4c4c; }
    .section02 h2 strong {
      font-weight: 800;
      color: #fff32f; }
  .section02 .onayami {
    text-align: center; }

.section02 + .cta .inner {
  padding-top: 70px; }

.section03 .inner {
  width: 980px;
  margin: 0 auto;
  padding: 50px 0 30px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 .sol {
  text-align: center;
  margin-bottom: 2em; }
.section03 h2 {
  text-align: center;
  padding: 20px 0;
  line-height: 1.4;
  font-size: 27px;
  font-size: 2.7rem;
  position: relative;
  color: #333;
  font-weight: bold; }
  .section03 h2 span {
    font-size: 39px;
    font-size: 3.9rem;
    color: #417095;
    text-decoration: underline; }
  .section03 h2::before {
    position: absolute;
    content: "";
    background: transparent url("img/section03_arrow_l.png") 0 0 no-repeat;
    top: 25px;
    left: 150px;
    width: 55px;
    height: 85px; }
  .section03 h2::after {
    position: absolute;
    content: "";
    background: transparent url("img/section03_arrow_r.png") 0 0 no-repeat;
    top: 25px;
    right: 140px;
    width: 55px;
    height: 85px; }
.section03 .heading {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700; }
  .section03 .heading span {
    font-size: 50px;
    font-size: 5rem;
    color: #f55709; }
.section03 .merit {
  width: 136px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  background: #fde3d6;
  border: 1px solid #f55709;
  color: #f55709;
  font-weight: 700;
  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; }
.section03 .txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px; }
.section03 .arrow {
  text-align: center;
  margin-bottom: -60px; }
.section03 .image {
  margin-top: 20px; }

.section04 {
  background: #e5f2fc; }
  .section04 .inner {
    width: 860px;
    margin: 0 auto;
    padding: 70px 0 50px;
    position: relative; }
    .section04 .inner .ttl_sub {
      position: absolute;
      width: 757px;
      height: 122px;
      top: 137px;
      right: 30px; }
  .section04 h2 {
    text-align: center;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 149px; }
    .section04 h2 span {
      font-size: 23px;
      font-size: 2.3rem;
      color: #000;
      margin-bottom: 10px; }
    .section04 h2 strong {
      background: linear-gradient(transparent 90%, #F5F309 90%); }
  .section04 .items {
    margin-top: 60px; }
    .section04 .items .wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-evenly;
      -moz-justify-content: space-evenly;
      -ms-justify-content: space-evenly;
      -o-justify-content: space-evenly;
      justify-content: space-evenly;
      background: #fff;
      border-radius: 12px;
      margin-bottom: 2em;
      position: relative; }
      .section04 .items .wrap .item_l {
        width: 25%; }
        .section04 .items .wrap .item_l .image {
          margin-top: 30px; }
      .section04 .items .wrap .item_r {
        width: 70%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        position: relative;
        padding: 40px 20px 40px 0; }
        .section04 .items .wrap .item_r .ttl {
          color: #0c64a8;
          font-weight: 800;
          padding: 3px 0;
          font-size: 21px;
          font-size: 2.1rem; }
        .section04 .items .wrap .item_r .txt {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.5; }
          .section04 .items .wrap .item_r .txt strong {
            font-weight: bold; }
      .section04 .items .wrap::before {
        content: "";
        position: absolute;
        top: -24px;
        left: 0;
        width: 130px;
        height: 50px; }
      .section04 .items .wrap:nth-child(1)::before {
        background: transparent url("img/section04_ico1.png") 0 0 no-repeat; }
      .section04 .items .wrap:nth-child(2)::before {
        background: transparent url("img/section04_ico2.png") 0 0 no-repeat; }
      .section04 .items .wrap:nth-child(3)::before {
        background: transparent url("img/section04_ico3.png") 0 0 no-repeat; }
  .section04 .guide {
    width: 700px;
    border: 3px solid #fcdecd;
    border-radius: 10px;
    padding: 20px 0 20px 50px;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    margin: 0 auto;
    background: #fff;
    position: relative; }
    .section04 .guide h3 {
      color: #f66a15; }
    .section04 .guide p {
      color: #333; }
    .section04 .guide::after {
      content: "";
      width: 120px;
      height: 109px;
      background: url("img/section04_img4.png") 0 0 no-repeat;
      position: absolute;
      bottom: -1px;
      right: 30px; }

.section05 {
  background: #fff; }
  .section05 .inner {
    width: 650px;
    padding: 50px 0 30px;
    margin: 0 auto; }
  .section05 h2 {
    text-align: center;
    line-height: 1.4;
    font-size: 19px;
    font-size: 1.9rem;
    color: #417095;
    text-decoration: underline; }
  .section05 .lead {
    text-align: center;
    margin-top: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #333;
    font-weight: bold; }
    .section05 .lead span {
      font-size: 32px;
      font-size: 3.2rem;
      color: #0c64a8; }
  .section05 .items {
    margin-top: 40px; }
    .section05 .items .wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      background: #fff;
      margin-bottom: 40px;
      position: relative; }
      .section05 .items .wrap::after {
        content: "";
        position: absolute;
        background: #83bce7;
        width: 50px;
        height: calc(40px / 2);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px; }
      .section05 .items .wrap:last-child {
        margin-bottom: 0; }
        .section05 .items .wrap:last-child::after {
          display: none; }
      .section05 .items .wrap .image {
        width: 25%;
        margin-top: 10px; }
      .section05 .items .wrap .item {
        width: 75%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        position: relative;
        padding: 25px 17px 25px; }
      .section05 .items .wrap .item:nth-child(1) .heading {
        font-size: 2.3rem; }
  .section05 .heading {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    color: #333; }
  .section05 .txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 15px; }

.section06 {
  background: #f2f3f4; }
  .section06 .inner {
    padding: 40px 0;
    width: 980px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        width: 100%; } }
  .section06 .content {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    position: relative;
    padding: 10px 0; }
    .section06 .content .heading {
      text-align: center;
      margin-bottom: 2em; }
      .section06 .content .heading span {
        display: inline-block;
        color: #333;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: 500;
        padding: 5px 50px; }
    .section06 .content .acc .acc_item {
      background: #fff;
      border: 1px solid #cbcbcb;
      margin-bottom: 1em; }
      .section06 .content .acc .acc_item h2 {
        font-size: 23px;
        font-size: 2.3rem;
        text-align: center;
        padding: 16px;
        font-weight: bold;
        cursor: pointer; }
        .section06 .content .acc .acc_item h2 span {
          content: "";
          position: absolute;
          background: #83bce7;
          width: 26px;
          height: calc(30px / 2);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
          position: absolute;
          right: 2%;
          transform: translateX(-50%);
          top: 28px; }
        .section06 .content .acc .acc_item h2.active span {
          clip-path: polygon(50% 0, 100% 100%, 0 100%); }
      .section06 .content .acc .acc_item .acc_context {
        padding: 30px;
        display: none; }
        .section06 .content .acc .acc_item .acc_context .price_wrap {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: space-evenly;
          margin-bottom: 50px; }
          .section06 .content .acc .acc_item .acc_context .price_wrap .price {
            font-size: 19px;
            font-size: 1.9rem;
            color: #f66a15;
            text-align: center;
            font-weight: bold;
            padding: 10px;
            border: 2px solid #f66a15;
            border-radius: 5px;
            width: 280px;
            background: #fef5f0; }
            .section06 .content .acc .acc_item .acc_context .price_wrap .price p {
              color: #333;
              font-weight: normal; }
            .section06 .content .acc .acc_item .acc_context .price_wrap .price span {
              font-size: 23px;
              font-size: 2.3rem; }
        .section06 .content .acc .acc_item .acc_context table {
          border-collapse: collapse;
          table-layout: fixed;
          width: 790px;
          margin: 0 auto 10px; }
          .section06 .content .acc .acc_item .acc_context table tr th {
            border: 1px solid #ddd;
            text-align: center;
            background: #f0f0f0;
            width: 200px;
            font-size: 19px;
            font-size: 1.9rem;
            font-weight: bold; }
            .section06 .content .acc .acc_item .acc_context table tr th span {
              font-size: 15px;
              font-size: 1.5rem;
              color: #888;
              font-weight: normal; }
            .section06 .content .acc .acc_item .acc_context table tr th sup {
              font-size: 13px;
              font-size: 1.3rem;
              color: #888;
              font-weight: normal; }
          .section06 .content .acc .acc_item .acc_context table tr td {
            border: 1px solid #ddd;
            padding: .8em 1em;
            width: 295px; }
            .section06 .content .acc .acc_item .acc_context table tr td.item {
              font-size: 19px;
              font-size: 1.9rem; }
              .section06 .content .acc .acc_item .acc_context table tr td.item sup {
                font-size: 13px;
                font-size: 1.3rem;
                color: #888; }
            .section06 .content .acc .acc_item .acc_context table tr td.value {
              font-size: 23px;
              font-size: 2.3rem;
              font-weight: bold;
              line-height: 1.2; }
              .section06 .content .acc .acc_item .acc_context table tr td.value span {
                font-size: 15px;
                font-size: 1.5rem;
                color: #555;
                font-weight: normal; }
        .section06 .content .acc .acc_item .acc_context .henkinseido {
          padding-top: 2em; }
          .section06 .content .acc .acc_item .acc_context .henkinseido .top_heading {
            border: 1px solid #0c64a8;
            text-align: center;
            color: #0c64a8;
            padding: 8px 0 10px;
            background: #fff;
            width: 560px;
            margin: 0 auto 15px;
            border-radius: 25px;
            font-size: 1.5em;
            font-weight: bold; }
            .section06 .content .acc .acc_item .acc_context .henkinseido .top_heading sup {
              font-size: .5em;
              color: #888; }
          .section06 .content .acc .acc_item .acc_context .henkinseido .top_heading_sub {
            color: #333;
            font-weight: bold;
            text-align: center;
            font-size: 1.4em;
            font-weight: bold;
            margin-bottom: 25px; }
          .section06 .content .acc .acc_item .acc_context .henkinseido .wrap {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-evenly; }
            .section06 .content .acc .acc_item .acc_context .henkinseido .wrap .item {
              width: 45%;
              text-align: center;
              overflow: hidden;
              border: 1px solid #eee;
              border-radius: 10px; }
              .section06 .content .acc .acc_item .acc_context .henkinseido .wrap .item .ttl {
                background: #3b81b7;
                line-height: 1.5;
                font-size: 15px;
                font-size: 1.5rem;
                color: #fff;
                padding: 15px 0; }
              .section06 .content .acc .acc_item .acc_context .henkinseido .wrap .item .txt {
                background: #fff;
                font-size: 19px;
                font-size: 1.9rem;
                color: #333;
                height: 140px;
                vertical-align: middle;
                position: relative; }
                .section06 .content .acc .acc_item .acc_context .henkinseido .wrap .item .txt span {
                  color: #f66a15;
                  font-weight: bold; }
                .section06 .content .acc .acc_item .acc_context .henkinseido .wrap .item .txt::before {
                  content: "";
                  position: absolute;
                  left: 50%;
                  transform: translateX(-50%);
                  z-index: 1;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 9px 10px 0 10px;
                  border-color: #3b81b7 transparent transparent transparent;
                  top: 0px; }
              .section06 .content .acc .acc_item .acc_context .henkinseido .wrap .item:first-child .txt {
                padding-top: 40px; }
              .section06 .content .acc .acc_item .acc_context .henkinseido .wrap .item:last-child .txt {
                padding-top: 25px; }
  .section06 .txt {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem; }
    .section06 .txt span {
      font-size: 22px;
      font-size: 2.2rem;
      color: #f55709;
      font-weight: 700; }
  .section06 .items {
    margin-top: 25px;
    -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; }
    .section06 .items .item:nth-child(2) {
      margin-left: 30px; }

.section07 {
  background: #e5f2fc; }
  .section07 .inner {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0; }
    @media only screen and (max-width: 768px) {
      .section07 .inner {
        width: 100%; } }
    .section07 .inner .heading {
      text-align: center;
      margin-bottom: 4em; }
    .section07 .inner ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .section07 .inner ul li {
        width: 30%;
        background: #fff;
        margin-left: 3%;
        margin-bottom: 4em;
        padding: 20px;
        border-radius: 10px;
        text-align: center; }
        .section07 .inner ul li:nth-child(1) {
          margin-left: 0; }
          .section07 .inner ul li:nth-child(1) .image {
            background: url("img/section07_img1.png") center center no-repeat; }
        .section07 .inner ul li:nth-child(2) .image {
          background: url("img/section07_img2.png") center center no-repeat; }
        .section07 .inner ul li:nth-child(3) .image {
          background: url("img/section07_img3.png") center center no-repeat; }
        .section07 .inner ul li:nth-child(4) {
          margin-left: 0;
          margin-bottom: 0; }
          .section07 .inner ul li:nth-child(4) .image {
            background: url("img/section07_img4.png") center center no-repeat; }
        .section07 .inner ul li:nth-child(5) {
          margin-bottom: 0; }
          .section07 .inner ul li:nth-child(5) .image {
            background: url("img/section07_img5.png") center center no-repeat; }
        .section07 .inner ul li h3 {
          font-weight: bold;
          font-size: 21px;
          font-size: 2.1rem;
          color: #333; }
          .section07 .inner ul li h3 span {
            color: #f66a15;
            font-size: 25px;
            font-size: 2.5rem; }
          .section07 .inner ul li h3 sup {
            color: #888;
            font-size: .5em; }
        .section07 .inner ul li .image {
          height: 150px;
          width: 100%; }
        .section07 .inner ul li p {
          color: #333;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.7; }
    .section07 .inner .remarks {
      padding-top: 2em; }
      .section07 .inner .remarks .remark {
        color: #888;
        font-size: 12px;
        font-size: 1.2rem; }

.section08 {
  background: #fff; }
  .section08 .inner {
    width: 900px;
    margin: 0 auto;
    padding: 30px 0; }
    .section08 .inner h2 {
      text-align: center;
      margin: 15px 0;
      font-size: 24px;
      font-size: 2.4rem;
      color: #333;
      font-weight: bold; }
      .section08 .inner h2 span {
        font-size: 32px;
        font-size: 3.2rem;
        color: #0c64a8; }
    .section08 .inner .achieve h2 {
      padding: 20px;
      text-align: center;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 1.5;
      font-weight: bold;
      position: relative; }
      .section08 .inner .achieve h2::before {
        content: "";
        width: 113px;
        height: 67px;
        position: absolute;
        left: 0;
        top: 25px; }
    .section08 .inner .achieve:nth-child(2) h2::before {
      background: transparent url("img/section08_ico1.png") 0 0 no-repeat; }
    .section08 .inner .achieve:nth-child(3) h2::before {
      background: transparent url("img/section08_ico2.png") 0 0 no-repeat; }
    .section08 .inner .achieve:nth-child(4) h2::before {
      background: transparent url("img/section08_ico3.png") 0 0 no-repeat; }
    .section08 .inner .achieve img {
      display: block;
      text-align: center;
      margin: 10px auto; }
    .section08 .inner .achieve .item {
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 15px; }
      .section08 .inner .achieve .item h3 {
        color: #465d6f;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold; }
      .section08 .inner .achieve .item p {
        color: #333;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.75; }
      .section08 .inner .achieve .item .readmore {
        width: 100%;
        padding: 20px 0;
        background: #ffffffdd;
        position: absolute;
        bottom: 0;
        left: 0; }
        .section08 .inner .achieve .item .readmore p {
          padding: 10px 20px 12px;
          border: 1px solid #0c64a8;
          color: #0c64a8;
          width: 320px;
          margin: 0 auto;
          text-align: center;
          font-weight: bold;
          border-radius: 25px;
          cursor: pointer; }
      .section08 .inner .achieve .item + .item {
        color: #f00; }

.section09 {
  background: #fff; }
  .section09 .inner {
    padding: 30px 40px 70px;
    width: 980px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section09 .inner {
        width: 100%; } }
  .section09 h2 {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500; }
  .section09 .items {
    margin-top: 30px; }
    .section09 .items .item {
      padding: 20px 0;
      border-bottom: 1px solid #e0e0e0; }
  .section09 .question {
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    padding: 5px 50px 5px 50px; }
    .section09 .question::after {
      content: "";
      position: absolute;
      width: 38px;
      height: 100%;
      background-image: url("img/section09_question.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 0;
      top: 0;
      pointer-events: none; }
    .section09 .question::before {
      content: "＋";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      color: #727171;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700; }
    .section09 .question.active::before {
      content: "ー"; }
  .section09 .answer {
    padding: 20px 0 0 50px;
    background: url("img/section09_answer.png") 0 24px no-repeat; }
    .section09 .answer span {
      font-weight: 700;
      color: #f55709; }

.section10 {
  background: #0c64a8;
  padding: 35px 0; }
  .section10 .inner_wrap {
    padding: 50px 30px 30px;
    background: #fff;
    border-radius: 10px;
    width: 800px;
    margin: 0 auto; }
    .section10 .inner_wrap .main_ttl {
      width: 600px;
      margin: 0px auto 30px;
      text-align: center; }
      .section10 .inner_wrap .main_ttl h2 {
        margin-bottom: 20px;
        color: #333;
        font-size: 2.1em;
        font-weight: bold; }
    .section10 .inner_wrap .inner {
      width: 700px;
      border-radius: 7px;
      margin: 0 auto; }
      .section10 .inner_wrap .inner h2 {
        text-align: center;
        position: relative; }
        .section10 .inner_wrap .inner h2::after {
          width: 400px;
          height: 60px;
          text-align: center;
          position: absolute;
          top: -120px;
          left: 50%;
          margin-left: calc(-400px/2);
          content: "問合せフォーム";
          color: #fff;
          font-size: 1.75em;
          font-family: "Noto Sans JP", sans-serif; }
      .section10 .inner_wrap .inner .form_section table {
        border: none;
        margin: 10px auto 0; }
        .section10 .inner_wrap .inner .form_section table th {
          background: #fff;
          border: none;
          width: 32%;
          position: relative; }
          .section10 .inner_wrap .inner .form_section table th span {
            position: absolute;
            top: 24px;
            right: 0;
            padding: .22em .8em .3em;
            font-size: .7em; }
            .section10 .inner_wrap .inner .form_section table th span.require {
              background: #f66a15;
              color: #fff; }
            .section10 .inner_wrap .inner .form_section table th span.any {
              background: #c0c0c0;
              color: #fff;
              top: 23px; }
        .section10 .inner_wrap .inner .form_section table td {
          background: #fff;
          border: none;
          padding: 10px; }
          .section10 .inner_wrap .inner .form_section table td input[type="number"]::-webkit-outer-spin-button,
          .section10 .inner_wrap .inner .form_section table td input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          .section10 .inner_wrap .inner .form_section table td input[type="number"], .section10 .inner_wrap .inner .form_section table td input[type="text"], .section10 .inner_wrap .inner .form_section table td input[type="email"] {
            padding: .75em;
            border: 1px solid #ddd;
            border-radius: 3px; }
          .section10 .inner_wrap .inner .form_section table td input.address {
            width: 85%; }
          .section10 .inner_wrap .inner .form_section table td textarea {
            width: 100%;
            height: 150px; }
          .section10 .inner_wrap .inner .form_section table td table td {
            padding: 0; }
          .section10 .inner_wrap .inner .form_section table td .error {
            color: #d00;
            display: block;
            font-size: .8em;
            padding-top: .75em; }
          .section10 .inner_wrap .inner .form_section table td.guide {
            text-align: center; }
            .section10 .inner_wrap .inner .form_section table td.guide a {
              color: #08b4e5; }
          .section10 .inner_wrap .inner .form_section table td.agreeCheck {
            text-align: center;
            padding-bottom: 2em; }
            .section10 .inner_wrap .inner .form_section table td.agreeCheck label {
              cursor: pointer;
              position: relative; }
              .section10 .inner_wrap .inner .form_section table td.agreeCheck label input.error {
                display: inline; }
              .section10 .inner_wrap .inner .form_section table td.agreeCheck label label.error {
                padding: 0;
                display: inline;
                position: absolute;
                top: 2em;
                left: 50%;
                margin-left: -128px; }
          .section10 .inner_wrap .inner .form_section table td .input-group label {
            display: inline-block;
            margin: 0 10px;
            background-color: #f2f2f2;
            /* 灰色の背景 */
            padding: 10px 45px;
            border-radius: 25px;
            /* ボタンを丸みを帯びさせる */
            border: 1px solid #ccc;
            /* 枠線 */
            cursor: pointer;
            /* カーソルを指に */
            transition: background-color 0.3s;
            /* 色の変化にアニメーションを設定 */
            user-select: none;
            /* テキスト選択を無効化 */ }
          .section10 .inner_wrap .inner .form_section table td .input-group input[type="radio"] {
            display: none;
            /* ラジオボタンを非表示 */ }
          .section10 .inner_wrap .inner .form_section table td .input-group input[type="radio"]:checked + label {
            background-color: #64b0eb;
            /* アクティブなラベルの背景色 */
            color: white;
            /* アクティブなラベルのテキスト色 */
            border-color: #64b0eb;
            /* アクティブなラベルの枠線色 */ }
  .section10 .inner_guide {
    padding: 30px 0 0;
    text-align: center;
    font-size: 15px;
    color: #272727; }
    .section10 .inner_guide span {
      color: #f00;
      font-weight: bold;
      font-size: 17px; }
  .section10 .err_message {
    text-align: center;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
    width: 62%; }
  .section10 .formparts {
    display: none; }
  .section10 .formparts-active {
    display: block !important; }
  .section10 .form_section button {
    display: block;
    border: none;
    border-bottom: 5px solid #c86500;
    text-shadow: 0 0 3px #c86500;
    background: #f57c00;
    border-radius: 42px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    -o-border-radius: 42px;
    -ms-border-radius: 42px;
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
    width: 380px;
    text-align: center;
    font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 25px auto;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  @media only screen and (max-width: 768px) {
    .section10 .form_section button {
      width: 100%; } }
  .section10 .progress {
    margin: 0 auto;
    margin-top: 10px;
    width: 50%;
    align-items: center; }
    .section10 .progress .progressbar {
      width: 85%;
      height: 10px;
      background: #fff;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .section10 .progress .progressbar {
          width: 85%; } }
      .section10 .progress .progressbar span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: #f59d11;
        height: 10px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
    .section10 .progress .progress_txt {
      width: 15%;
      padding-left: 10px;
      color: #f59d11;
      font-weight: bold; }
      .section10 .progress .progress_txt span {
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        margin-right: 3px; }
  .section10 .form_parts_wrap {
    position: relative;
    margin-top: 20px; }
    .section10 .form_parts_wrap .image {
      position: absolute;
      right: -20px;
      top: -180px; }
    .section10 .form_parts_wrap .text-tel {
      width: auto; }
    .section10 .form_parts_wrap .note {
      margin-top: 20px;
      color: #fff;
      text-align: center; }

.fixed_cta {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 30;
  background: #73b8ed; }
  .fixed_cta .inner {
    position: relative;
    height: 100px;
    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 .btn {
      width: 390px;
      margin-left: 30px; }
      .fixed_cta .wrap .btn .cta_btn a {
        line-height: 1.2;
        padding: 12px 0;
        text-align: center;
        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; }

.footer {
  margin-top: 0px; }
  .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: #333333;
    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: 48%;
      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: 436px;
    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 {
  background-color: #f1f1f1;
  padding: 30px; }
  .page_company .container {
    width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px; }
  .page_company .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 25px;
    font-family: "Noto Sans JP", sans-serif; }
  .page_company .company_info table {
    border: solid 1px #ddd;
    border-collapse: collapse;
    width: 100%; }
    .page_company .company_info table td {
      border: solid 1px #ddd;
      padding: 10px; }
    .page_company .company_info table th {
      border: solid 1px #ddd;
      background-color: #e9e9e9;
      padding: 10px;
      font-weight: bold;
      color: #333;
      width: 25%; }

.page_privacy {
  background-color: #f1f1f1;
  padding: 30px; }
  .page_privacy .container {
    width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px; }
  .page_privacy .container2 {
    width: 800px;
    margin: 0px auto 50px;
    background-color: #fff; }
    .page_privacy .container2 .ttl {
      font-size: 23px;
      text-align: center;
      width: 100%;
      background-color: #009688;
      padding: 15px 0;
      color: #fff; }
    .page_privacy .container2 .inner {
      padding: 30px; }
  .page_privacy .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: .75em; }
  .page_privacy .content h3 {
    font-weight: bold;
    text-align: left;
    font-size: 15px; }
  .page_privacy .content .txt {
    text-align: left;
    font-size: 13px;
    margin-bottom: 30px; }
    .page_privacy .content .txt a {
      color: #179bee; }

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); }
