@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?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 4px 0 #cd1210;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cd1210;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #cd1210;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cd1210;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #cd1210;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 4px 0 #cd1210;
  -moz-box-shadow: 0 4px 0 #cd1210;
  box-shadow: 0 4px 0 #cd1210;
  background: #fc8b8b;
  background: -webkit-linear-gradient(top, #fc8b8b 0%, #f51111 100%);
  background: linear-gradient(to bottom, #fc8b8b 0%, #f51111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8b8b', endColorstr=' #f51111', GradientType=0);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border: 1px solid #f51111;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @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;
    color: #fff !important;
    text-align: center; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

.form_section table {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      font-size: 17px;
      font-size: 1.7rem;
      table-layout: fixed; } }
  .form_section table th, .form_section table td {
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        padding: 3px 0; } }
  .form_section table th {
    width: 200px;
    position: relative;
    padding-left: 60px;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .form_section table th {
        padding-left: 30px;
        width: 130px; } }
  .form_section table td {
    padding-left: 10px; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }
  @media only screen and (max-width: 768px) {
    .form_section span.require,
    .form_section span.option {
      font-size: 10px;
      font-size: 1rem;
      padding: 1px 4px; } }
.form_section span.require {
  background: #f40c0c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 0.6em 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%; }
.form_section textarea {
  height: 200px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #f40c0c;
  background: #f40c0c;
  color: #fff;
  width: 400px;
  padding: 12px 0;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  font-size: 25px;
  font-size: 2.5rem;
  margin: 25px auto 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 80%;
      margin-top: 15px;
      font-size: 21px;
      font-size: 2.1rem;
      padding: 11px 0; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
.form_section .checkbox li,
.form_section .radio li {
  margin-top: 5px; }
  .form_section .checkbox li:first-child,
  .form_section .radio li:first-child {
    margin-top: 0; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts,
  .form_section .radio.inline_parts {
    font-size: 0; }
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 18px 20px 20px 50px;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .form_section .checkbox .parts,
    .form_section .radio .parts {
      font-size: 14px; } }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 7px;
    height: 14px;
    margin-top: -11px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative;
  width: 250px; }
  @media only screen and (max-width: 768px) {
    .form_section .selector {
      width: 100%; } }
  .form_section .selector::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8.5px 0 8.5px;
    border-color: #bbbbbb transparent transparent transparent; }
    @media only screen and (max-width: 768px) {
      .form_section .selector::after {
        border-width: 10px 6px 0 6px;
        right: 10px; } }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section label.error {
  font-size: 11px;
  font-size: 1.1rem;
  color: #f40c0c;
  margin-top: 5px;
  display: block; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

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

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

a {
  color: #000; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #000;
    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; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(0, 83, 170, 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: #0053aa;
    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 {
  padding: 8px 0;
  background: #fff;
  -webkit-box-shadow: 2px 0 3px #e6e6e6;
  -moz-box-shadow: 2px 0 3px #e6e6e6;
  box-shadow: 2px 0 3px #e6e6e6;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .header {
      padding: 10px 10px; } }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 227px; }
    @media only screen and (max-width: 768px) {
      .header .logo {
        width: 160px; } }
  .header .header_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 0;
    width: 240px;
    margin-top: -2px; }
    @media only screen and (max-width: 768px) {
      .header .header_btn {
        width: 120px; }
        .header .header_btn .cta_btn {
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px; } }

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .fv {
      background: none; } }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 410px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        height: auto; } }
  @media only screen and (min-width: 769px) {
    .fv .fv_image {
      position: absolute;
      top: 35px;
      right: 0;
      z-index: 1; } }

.cta {
  text-align: center; }
  .cta .cta_txt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 768px) {
      .cta .cta_txt {
        font-size: 3.6vw; } }
    .cta .cta_txt span {
      font-weight: 700;
      font-size: 140%;
      font-weight: 700;
      background: linear-gradient(transparent 60%, #fff443 60%);
      display: inline-block;
      margin-right: 5px; }
  .cta .cta_btn {
    width: 500px;
    margin: 10px auto 0; }
    @media only screen and (max-width: 768px) {
      .cta .cta_btn {
        width: calc(100% - 20px); } }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 50px 40px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 10px 10px 30px; }
      .section01 .inner .top_txt {
        text-align: center; } }
.section01 .top_txt 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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .section01 .top_txt ul {
      display: inline-block; } }
  .section01 .top_txt ul li {
    margin-left: 1em;
    margin-top: 6px;
    position: relative;
    padding-left: 23px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .section01 .top_txt ul li {
        margin-left: 0;
        text-align: left;
        font-weight: 500;
        margin-top: 3px;
        padding-left: 18px; } }
    .section01 .top_txt ul li::before {
      content: "";
      position: absolute;
      width: 16px;
      height: 100%;
      background-image: url("img/section01_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 7px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section01 .top_txt ul li::before {
          width: 12px;
          top: 5px; } }
    @media only screen and (min-width: 769px) {
      .section01 .top_txt ul li:nth-child(1), .section01 .top_txt ul li:nth-child(2) {
        margin-top: 0; } }
.section01 .cta {
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .section01 .cta {
      margin-top: 10px; } }
.section01 .risk {
  margin-top: 20px;
  background-image: url("img/section01_risk.png");
  background-repeat: repeat;
  background-position: left top;
  padding: 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .section01 .risk {
      padding: 5px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      background-size: 6px auto; } }
  .section01 .risk .risk_content {
    background: #545454;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 35px 85px 30px; }
    @media only screen and (max-width: 768px) {
      .section01 .risk .risk_content {
        padding: 10px 15px 15px; } }
  .section01 .risk h2 {
    text-align: center; }
    @media only screen and (min-width: 769px) {
      .section01 .risk h2 span {
        display: inline-block;
        position: relative;
        font-weight: 900;
        font-size: 27px;
        font-size: 2.7rem;
        padding-bottom: 10px;
        background-image: url("img/section01_border.png");
        background-repeat: no-repeat;
        background-position: left bottom; }
        .section01 .risk h2 span::before, .section01 .risk h2 span::after {
          content: "";
          position: absolute;
          width: 46px;
          height: 100%;
          background-image: url("img/section01_ico_caution.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          top: 3px;
          pointer-events: none;
          z-index: 10; }
        .section01 .risk h2 span::before {
          left: -55px; }
        .section01 .risk h2 span::after {
          right: -55px; } }
    @media only screen and (max-width: 768px) {
      .section01 .risk h2 .ttl_wrap {
        display: inline-block;
        position: relative;
        font-weight: 900;
        font-size: 5vw;
        line-height: 1.8; }
        .section01 .risk h2 .ttl_wrap::before, .section01 .risk h2 .ttl_wrap::after {
          content: "";
          position: absolute;
          width: 30px;
          height: 100%;
          background-image: url("img/section01_ico_caution.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          top: 3px;
          pointer-events: none;
          z-index: 10; }
        .section01 .risk h2 .ttl_wrap::before {
          left: -40px; }
        .section01 .risk h2 .ttl_wrap::after {
          right: -40px; }
        .section01 .risk h2 .ttl_wrap span {
          padding-bottom: 5px;
          background-image: url("img/section01_border_sp.png");
          background-repeat: no-repeat;
          background-position: left bottom;
          background-size: auto 4px; } }
  .section01 .risk .items {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .section01 .risk .items {
        margin-top: 15px; } }
    .section01 .risk .items .item {
      -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 .risk .items .item + .item {
        margin-top: 15px; }
        @media only screen and (max-width: 768px) {
          .section01 .risk .items .item + .item {
            margin-top: 10px; } }
      .section01 .risk .items .item .heading {
        width: 140px;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        padding: 5px 0; }
        @media only screen and (max-width: 768px) {
          .section01 .risk .items .item .heading {
            width: 90px;
            font-size: 19px;
            font-size: 1.9rem; } }
        .section01 .risk .items .item .heading::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -30px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 0 9px 18px;
          border-color: transparent transparent transparent #000; }
          @media only screen and (max-width: 768px) {
            .section01 .risk .items .item .heading::before {
              border-width: 6px 0 6px 12px;
              right: -18px; } }
      .section01 .risk .items .item p {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 500;
        flex: 1;
        padding-left: 40px; }
        @media only screen and (max-width: 768px) {
          .section01 .risk .items .item p {
            padding-left: 25px;
            font-size: 18px;
            font-size: 1.8rem; } }
      .section01 .risk .items .item:nth-child(1) .heading {
        background: #5f47f3; }
        .section01 .risk .items .item:nth-child(1) .heading::before {
          border-color: transparent transparent transparent #5f47f3; }
      .section01 .risk .items .item:nth-child(2) .heading {
        background: #b63ede; }
        .section01 .risk .items .item:nth-child(2) .heading::before {
          border-color: transparent transparent transparent #b63ede; }
      .section01 .risk .items .item:nth-child(3) .heading {
        background: #06b04a; }
        .section01 .risk .items .item:nth-child(3) .heading::before {
          border-color: transparent transparent transparent #06b04a; }
  .section01 .risk .remarks {
    margin-top: 20px;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem; }
    @media only screen and (max-width: 768px) {
      .section01 .risk .remarks {
        margin-top: 14px; } }
.section01 .provider {
  margin-top: 40px;
  position: relative;
  background: #e8f3ff;
  padding: 75px 100px 25px; }
  @media only screen and (max-width: 768px) {
    .section01 .provider {
      padding: 60px 15px 20px;
      margin-top: 70px; } }
  .section01 .provider h2 {
    text-align: center;
    font-weight: 900;
    font-size: 28px;
    font-size: 2.8rem;
    position: absolute;
    line-height: 1.4;
    left: 0;
    top: -25px;
    width: 100%;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .section01 .provider h2 {
        font-size: 5vw;
        top: -45px; } }
    .section01 .provider h2 .ttl_wrap {
      display: inline-block;
      position: relative;
      letter-spacing: 0.03em; }
      .section01 .provider h2 .ttl_wrap::before, .section01 .provider h2 .ttl_wrap::after {
        content: "";
        position: absolute;
        width: 33px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        top: 0;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section01 .provider h2 .ttl_wrap::before, .section01 .provider h2 .ttl_wrap::after {
            width: 14px;
            top: 2px;
            background-position: center bottom; } }
      .section01 .provider h2 .ttl_wrap::before {
        background-image: url("img/section01_ttl_before.png");
        left: -50px; }
        @media only screen and (max-width: 768px) {
          .section01 .provider h2 .ttl_wrap::before {
            left: 37px; } }
      .section01 .provider h2 .ttl_wrap::after {
        background-image: url("img/section01_ttl_after.png");
        right: -50px; }
        @media only screen and (max-width: 768px) {
          .section01 .provider h2 .ttl_wrap::after {
            right: 37px; } }
      .section01 .provider h2 .ttl_wrap strong {
        font-size: 120%;
        color: #f40c0c;
        font-weight: 900; }
  .section01 .provider .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; }
    @media only screen and (max-width: 768px) {
      .section01 .provider .wrap {
        display: block; } }
    .section01 .provider .wrap .image {
      width: 294px; }
      @media only screen and (max-width: 768px) {
        .section01 .provider .wrap .image {
          width: 100%; } }
    .section01 .provider .wrap .txt {
      padding-left: 20px;
      flex: 1; }
      @media only screen and (max-width: 768px) {
        .section01 .provider .wrap .txt {
          display: none; } }
      .section01 .provider .wrap .txt 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: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .section01 .provider .wrap .txt ul li {
          border-radius: 2px;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          -o-border-radius: 2px;
          -ms-border-radius: 2px;
          background: #fff;
          border: 1px solid #d8d8d8;
          margin-right: 5px;
          margin-top: 5px;
          padding: 3px 6px; }
      .section01 .provider .wrap .txt p {
        margin-top: 10px;
        text-align: right;
        color: #2e2e2e; }

.section02 {
  background-image: url("img/section02_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .section02 {
      background-image: url("img/section02_bg_sp.jpg"); } }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 45px 0 50px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        padding: 35px 10px 45px; } }
  .section02 .logo {
    width: 300px;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    padding: 10px 40px; }
    @media only screen and (max-width: 768px) {
      .section02 .logo {
        width: 215px;
        padding: 5px 27px; } }
  .section02 h2 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 9px #14a0de , 0 0 9px #14a0de , 0 0 9px #14a0de;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1.3; }
    @media only screen and (max-width: 768px) {
      .section02 h2 {
        font-size: 6vw;
        margin-top: 15px;
        line-height: 1.2; } }
    .section02 h2 .yellow {
      color: #fff443;
      font-size: 130%; }
      .section02 h2 .yellow span {
        font-size: 130%; }
  .section02 .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; }
    @media only screen and (max-width: 768px) {
      .section02 .items {
        margin-top: 0; } }
    .section02 .items .item {
      background: #fff;
      width: 320px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 25px 20px 20px;
      margin-top: 20px;
      -webkit-box-shadow: 0 0 8px rgba(39, 39, 39, 0.25);
      -moz-box-shadow: 0 0 8px rgba(39, 39, 39, 0.25);
      box-shadow: 0 0 8px rgba(39, 39, 39, 0.25); }
      @media only screen and (min-width: 769px) {
        .section02 .items .item:nth-child(1), .section02 .items .item:nth-child(2), .section02 .items .item:nth-child(3) {
          margin-top: 0; } }
      @media only screen and (max-width: 768px) {
        .section02 .items .item {
          width: 48.5%;
          margin-top: 15px;
          padding: 15px 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px; }
          .section02 .items .item p {
            font-size: 18px;
            font-size: 1.8rem; } }
      .section02 .items .item .heading {
        text-align: center;
        background: #0040a7;
        text-align: center;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 900;
        padding: 5px 0;
        width: calc(100% - 20px);
        margin: auto;
        color: #fff443;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px; }
        @media only screen and (max-width: 768px) {
          .section02 .items .item .heading {
            width: 100%;
            font-size: 4vw;
            padding: 3px 0; } }
      .section02 .items .item .image {
        margin: 12px 0 10px;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .section02 .items .item .image {
            width: 115px;
            margin: 12px auto 10px; } }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 100px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      padding: 30px 10px; } }
.section03 .flow h2 {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em; }
  .section03 .flow h2 span {
    font-size: 130%;
    color: #0053aa; }
.section03 .flow .items {
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .section03 .flow .items {
      margin-top: 20px; } }
  .section03 .flow .items .item {
    -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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .section03 .flow .items .item {
        position: relative;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start; } }
    .section03 .flow .items .item + .item {
      margin-top: 25px; }
      @media only screen and (max-width: 768px) {
        .section03 .flow .items .item + .item {
          margin-top: 12px; } }
    .section03 .flow .items .item .step {
      width: 100px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .section03 .flow .items .item .step {
          width: 50px;
          position: static;
          background: #fff; } }
      .section03 .flow .items .item .step::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 100%;
        background-image: url("img/section03_border.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 49px;
        top: 113px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section03 .flow .items .item .step::before {
            background-image: url("img/section03_border_sp.png");
            width: 2px;
            background-repeat: repeat-y;
            height: 40%;
            left: 24px;
            top: 58px;
            z-index: -1; } }
      .section03 .flow .items .item .step .step_ico_pc,
      .section03 .flow .items .item .step .step_ico_sp {
        border: 1px solid #0053aa;
        text-align: center;
        line-height: 100px;
        font-size: 20px;
        font-size: 2rem;
        color: #0053aa;
        font-weight: 900;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%; }
        @media only screen and (max-width: 768px) {
          .section03 .flow .items .item .step .step_ico_pc,
          .section03 .flow .items .item .step .step_ico_sp {
            line-height: 1.1;
            height: 50px;
            font-size: 17px;
            font-size: 1.7rem; } }
        .section03 .flow .items .item .step .step_ico_pc span,
        .section03 .flow .items .item .step .step_ico_sp span {
          font-size: 130%; }
          @media only screen and (max-width: 768px) {
            .section03 .flow .items .item .step .step_ico_pc span,
            .section03 .flow .items .item .step .step_ico_sp span {
              font-size: 100%; }
              .section03 .flow .items .item .step .step_ico_pc span span,
              .section03 .flow .items .item .step .step_ico_sp span span {
                font-size: 130%;
                display: block; } }
    @media only screen and (min-width: 769px) {
      .section03 .flow .items .item .step_ico_sp {
        display: none; } }
    @media only screen and (max-width: 768px) {
      .section03 .flow .items .item .step_ico_pc {
        display: none; }
      .section03 .flow .items .item .step_ico_sp {
        -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; } }
    @media only screen and (max-width: 768px) {
      .section03 .flow .items .item:nth-child(3) .step::before {
        height: 50%; } }
    .section03 .flow .items .item:last-child .step::before {
      display: none; }
    .section03 .flow .items .item:last-child .step .step_ico_pc,
    .section03 .flow .items .item:last-child .step .step_ico_sp {
      background: #0053aa;
      color: #fff; }
.section03 .flow .image {
  width: 220px;
  margin: 0 15px; }
  @media only screen and (max-width: 768px) {
    .section03 .flow .image {
      width: 110px;
      margin: 0 10px; } }
.section03 .flow .txt {
  flex: 1; }
  .section03 .flow .txt .heading {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .section03 .flow .txt .heading {
        font-size: 18px;
        font-size: 1.8rem; } }
  .section03 .flow .txt p {
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .section03 .flow .txt p {
        margin-top: 0;
        font-size: 17px;
        font-size: 1.7rem; } }
.section03 .price {
  margin-top: 45px;
  background: #f5fcff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border: 4px solid #90defe;
  text-align: center;
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .section03 .price {
      margin-top: 30px;
      border-width: 3px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 20px; } }
  .section03 .price h2 {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 768px) {
      .section03 .price h2 {
        font-size: 4.2vw; } }
    .section03 .price h2 span {
      display: block;
      color: #0053aa;
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: 900; }
      @media only screen and (max-width: 768px) {
        .section03 .price h2 span {
          font-size: 32px;
          font-size: 3.2rem; } }
  .section03 .price .txt1 {
    color: #f40c0c;
    font-weight: 900;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 0.8; }
    @media only screen and (max-width: 768px) {
      .section03 .price .txt1 {
        font-size: 32px;
        font-size: 3.2rem; } }
    .section03 .price .txt1 span {
      font-size: 150%; }
      .section03 .price .txt1 span span {
        font-size: 200%;
        display: inline-block;
        margin-right: 5px; }
  .section03 .price .txt2 {
    text-align: center;
    font-weight: 900;
    margin-top: 10px;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.05em; }
  .section03 .price .items {
    margin-top: 10px;
    -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; }
    @media only screen and (max-width: 768px) {
      .section03 .price .items {
        display: block;
        width: 85%;
        margin: auto;
        margin-top: 10px; } }
    .section03 .price .items .item {
      width: 340px;
      background: #fff995;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.3;
      padding: 3px 0 8px;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 768px) {
        .section03 .price .items .item {
          width: 100%;
          padding: 1px 0 5px; } }
      .section03 .price .items .item span {
        font-size: 180%;
        color: #f40c0c;
        font-weight: 900; }
      .section03 .price .items .item + .item {
        margin-left: 15px; }
        @media only screen and (max-width: 768px) {
          .section03 .price .items .item + .item {
            margin: 8px 0 0; } }
  .section03 .price .txt3 {
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .section03 .price .txt3 {
        font-size: 18px;
        font-size: 1.8rem; } }

.section04 {
  background-image: url("img/section04_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 50px 50px; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        padding: 30px 10px 40px; } }
  .section04 h2 {
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    text-shadow: 0 0 9px #14a0de , 0 0 9px #14a0de , 0 0 9px #14a0de; }
    @media only screen and (max-width: 768px) {
      .section04 h2 {
        font-size: 28px;
        font-size: 2.8rem; } }
    .section04 h2 span {
      font-size: 130%; }
  .section04 .content {
    background: #fff;
    margin-top: 25px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 35px 50px 30px; }
    @media only screen and (max-width: 768px) {
      .section04 .content {
        margin-top: 15px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 20px; } }
  .section04 .heading {
    font-size: 22px;
    font-size: 2.2rem;
    background: #daf6ff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section04 .heading {
        font-size: 4.2vw;
        padding: 5px 5px 5px 62px;
        text-align: left;
        line-height: 1.4;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px; } }
    .section04 .heading .ico {
      top: -15px;
      left: -9px;
      position: absolute;
      width: 88px; }
      @media only screen and (max-width: 768px) {
        .section04 .heading .ico {
          width: 60px;
          top: -5px; } }
  .section04 .image {
    text-align: center;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .section04 .image {
        width: calc(555px / 2);
        margin: 15px auto 0; } }
  .section04 .txt {
    margin-top: 15px; }
    @media only screen and (max-width: 768px) {
      .section04 .txt {
        font-size: 17px;
        font-size: 1.7rem; } }
    .section04 .txt span {
      font-weight: 700; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 55px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      padding: 30px 10px 45px; } }
.section05 .cta {
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .section05 .cta {
      margin-bottom: 30px; } }
.section05 h2 {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .section05 h2 {
      font-size: 30px;
      font-size: 3rem; } }
.section05 .items .item {
  border-bottom: 1px solid #c4c4c4; }
.section05 .question, .section05 .answer {
  position: relative;
  padding-left: 60px; }
  @media only screen and (max-width: 768px) {
    .section05 .question, .section05 .answer {
      padding-left: 35px; } }
  .section05 .question::before, .section05 .answer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    pointer-events: none;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; }
    @media only screen and (max-width: 768px) {
      .section05 .question::before, .section05 .answer::before {
        width: 25px;
        height: 25px; } }
.section05 .question {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 60px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .section05 .question {
      font-size: 18px;
      font-size: 1.8rem;
      padding-top: 17px;
      padding-bottom: 17px;
      padding-right: 40px; } }
  .section05 .question::before {
    background-image: url("img/ico_question.png"); }
  .section05 .question::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    background-image: url("img/ico_trigger.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .section05 .question::after {
        width: 15px;
        right: 10px; } }
  .section05 .question.active::after {
    background-image: url("img/ico_trigger_active.png"); }
.section05 .answer {
  padding: 0 60px 30px 60px; }
  @media only screen and (max-width: 768px) {
    .section05 .answer {
      padding-left: 35px;
      padding-right: 15px; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .section05 .answer {
      font-size: 17px;
      font-size: 1.7rem; } }

  .section05 .answer::before {
    top: 0;
    background-image: url("img/ico_answer.png"); }

.section06 {
  background-image: url("img/section06_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .section06 {
      background-image: url("img/section06_bg_sp.jpg"); } }
  .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 50px 75px; }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        padding: 30px 10px 40px; } }
  .section06 h2 {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    font-size: 4rem;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .section06 h2 {
        font-size: 30px;
        font-size: 3rem; } }
  .section06 .form_section {
    margin-top: 30px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 40px 125px 50px; }
    @media only screen and (max-width: 768px) {
      .section06 .form_section {
        margin-top: 15px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 15px 10px 20px; } }

.fixed_cta {
  position: fixed;
  width: 100%;
  z-index: 50;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9); }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 4px 0 6px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .fixed_cta .cta {
      width: 90%;
      margin: auto; } }
  .fixed_cta .cta .cta_txt {
    font-size: 15px;
    font-size: 1.5rem; }
  .fixed_cta .cta .cta_btn {
    margin-top: 3px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .cta .cta_btn a {
        padding: 0 12px; } }

.footer {
  margin-top: 45px; }
  @media only screen and (max-width: 768px) {
    .footer {
      margin-top: 30px; } }
  .footer .f_nav {
    padding-bottom: 20px; }
    .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;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .footer .f_nav ul li {
        margin-left: 10px;
        padding-left: 10px;
        position: relative;
        font-size: 18px;
        font-size: 1.8rem; }
        .footer .f_nav ul li::before {
          content: "｜";
          position: absolute;
          top: 0;
          left: -8px; }
        .footer .f_nav ul li:first-child {
          margin-left: 0;
          padding-left: 0; }
          .footer .f_nav ul li:first-child::before {
            display: none; }
        .footer .f_nav ul li a {
          text-decoration: none; }
  .footer .copyright {
    background: #bbbbbb;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .footer .copyright {
        font-size: 11px;
        font-size: 1.1rem; } }

.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 .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 420px; }
    @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(380 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
    .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;
      top: 71.85%; }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }
        .exitProtection .wrap .btn .cta_btn a {
          padding: 5px 0; }

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

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

.page {
  background: #f4f8ff;
  padding: 40px 0 100px; }
  @media only screen and (max-width: 768px) {
    .page {
      padding: 20px 10px 50px; } }
  .page .container {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 40px 100px; }
    @media only screen and (max-width: 768px) {
      .page .container {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page .container {
        padding: 30px 20px; } }
    .page .container section + section {
      margin-top: 30px; }
  .page h2 {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }

.page_privacy h2 {
  margin-bottom: 20px; }
.page_privacy .ttl {
  font-weight: 700; }
.page_privacy .items {
  margin-top: 20px; }
  .page_privacy .items .item + .item {
    margin-top: 30px; }

.page_company table {
  width: 660px;
  margin: 30px auto 0;
  border: 1px solid #b3b3b3;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .page_company table {
      width: 100%;
      margin-top: 20px;
      font-size: 17px;
      font-size: 1.7rem; } }
  .page_company table th, .page_company table td {
    vertical-align: middle;
    padding: 10px 15px;
    border: 1px solid #b3b3b3; }
  .page_company table th {
    width: 185px;
    background: #0053aa;
    color: #fff;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .page_company table th {
        width: 90px; } }

.page_thanks .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500; }
.page_thanks .btns {
  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: 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; }
  @media only screen and (max-width: 768px) {
    .page_thanks .btns {
      display: block; } }
  .page_thanks .btns .btn {
    width: 300px; }
    @media only screen and (max-width: 768px) {
      .page_thanks .btns .btn {
        width: 80%;
        margin: auto; } }
    .page_thanks .btns .btn:nth-child(2) {
      margin-left: 20px; }
      @media only screen and (max-width: 768px) {
        .page_thanks .btns .btn:nth-child(2) {
          margin: 10px auto 0; } }
