@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?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; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

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

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    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(62, 179, 189, 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: #3eb3bd;
    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 {
  border-top: 4px solid #e70212; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 7px 0 11px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }

.cta .cta_heading {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  color: #2d87fc;
  margin-bottom: 20px;
  line-height: 1.3; }
  .cta .cta_heading span {
    font-size: 30px;
    font-size: 3rem; }
.cta .cta_btn {
  width: 578px;
  margin: 0 auto; }
  .cta .cta_btn .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: 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;
    text-decoration: none;
    padding: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background: linear-gradient(to right, #00bfec 30%, #0050da 100%);
    box-shadow: inset 1px 1px 1px #3dc7f1, 0px 1px 0px 1px #0072db;
    overflow: hidden; }
    @media only screen and (min-width: 769px) {
      .cta .cta_btn .cta_wrap:hover {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75; } }
    .cta .cta_btn .cta_wrap .cta_image {
      width: 237px; }
    .cta .cta_btn .cta_wrap .cta_txt {
      width: calc(100% - 237px);
      text-align: center; }
      .cta .cta_btn .cta_wrap .cta_txt .cta_txt1 span {
        position: relative;
        display: inline-block;
        color: #e83a3b;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 2px 14px 4px;
        background: #fff;
        border-radius: 60px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        -o-border-radius: 60px;
        -ms-border-radius: 60px; }
        .cta .cta_btn .cta_wrap .cta_txt .cta_txt1 span::before {
          content: "";
          position: absolute;
          width: 18px;
          height: 100%;
          background-image: url("img/ico_comment.png");
          background-repeat: no-repeat;
          background-position: center bottom;
          background-size: 100% auto;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -10px;
          pointer-events: none; }
      .cta .cta_btn .cta_wrap .cta_txt .cta_txt2 {
        margin-top: 10px;
        font-size: 27px;
        font-size: 2.7rem;
        color: #fdfe37;
        font-weight: 700; }
        .cta .cta_btn .cta_wrap .cta_txt .cta_txt2 span {
          font-size: 22px;
          font-size: 2.2rem; }

.fv {
  background-image: url("img/fv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 390px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_txt {
    position: absolute;
    top: 17px;
    left: 164px; }

.main_ttl {
  background: #3eb3bd;
  text-align: center;
  padding: 12px 0;
  letter-spacing: 0.1em; }
  .main_ttl .comment span {
    display: inline-block;
    background: #fff;
    padding: 0 20px 3px;
    color: #3eb3bd;
    font-weight: 700;
    font-size: 21px;
    font-size: 2.1rem;
    position: relative;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px; }
    .main_ttl .comment span::before {
      content: "";
      position: absolute;
      width: 18px;
      height: 100%;
      background-image: url("img/ico_comment.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -9px;
      pointer-events: none; }
  .main_ttl h2 {
    margin-top: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem; }

.fukidashi_ttl {
  position: relative;
  padding: 0 0 50px;
  text-align: center;
  color: #3eb3bd;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem; }
  .fukidashi_ttl::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 245px;
    height: 40px;
    background: url("img/ico_fukidashi.png") no-repeat left top/100% auto; }

.section01 h2 {
  background: #3eb3bd;
  text-align: center;
  padding: 14px 0;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 700; }
  .section01 h2 span {
    font-size: 26px;
    font-size: 2.6rem;
    color: #fdfe37; }
.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 70px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .osusume h3 {
  margin-bottom: 25px;
  text-align: center; }
.section01 .osusume .box {
  overflow: hidden;
  border: #3eb3bd 2px solid;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  .section01 .osusume .box .top_box {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding: 20px; }
    .section01 .osusume .box .top_box .img {
      width: 140px;
      margin-right: 20px; }
    .section01 .osusume .box .top_box .txt {
      width: 460px; }
      .section01 .osusume .box .top_box .txt h4 {
        margin-bottom: 15px; }
        .section01 .osusume .box .top_box .txt h4 span {
          position: relative;
          display: inline-block;
          padding: 0 20px;
          background: #3eb3bd;
          border-radius: 17.5px;
          -moz-border-radius: 17.5px;
          -webkit-border-radius: 17.5px;
          -o-border-radius: 17.5px;
          -ms-border-radius: 17.5px;
          line-height: 35px;
          color: #fff;
          font-weight: 700;
          font-size: 21px;
          font-size: 2.1rem; }
          .section01 .osusume .box .top_box .txt h4 span::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -8px;
            width: 0;
            height: 0;
            border-style: solid;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 10px solid #3eb3bd;
            border-bottom: 0; }
      .section01 .osusume .box .top_box .txt ul li {
        position: relative;
        padding-left: 30px;
        font-weight: 700;
        font-size: 22px;
        font-size: 2.2rem; }
        .section01 .osusume .box .top_box .txt ul li + li {
          margin-top: 5px; }
        .section01 .osusume .box .top_box .txt ul li::before {
          content: '';
          position: absolute;
          top: 5px;
          left: 0;
          width: 22px;
          height: 27px;
          background: url("img/ico_beginner.png") no-repeat left top/100% auto; }
  .section01 .osusume .box .bottom_box {
    padding: 20px;
    background: #3eb3bd;
    text-align: center; }
.section01 .image {
  text-align: center; }
.section01 .cta {
  margin-top: 30px; }
  .section01 .cta .cta_heading {
    color: #e83a3b; }

.common_txt {
  margin: 30px auto 0;
  width: 800px; }
  .common_txt .red {
    color: #e83a3b; }
  .common_txt .strong {
    font-weight: 700; }
  .common_txt .marker {
    background: linear-gradient(transparent 20%, #fdfe37 20%); }

.comment_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: 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;
  width: 700px;
  margin: 0 auto; }
  .comment_wrap .avatar {
    width: 140px; }
  .comment_wrap .comment {
    width: calc(100% - 140px);
    padding-left: 10px; }
    .comment_wrap .comment span {
      position: relative;
      display: block;
      padding: 12px 15px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      border: solid 5px #dbdedd;
      box-sizing: border-box;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -o-border-radius: 15px;
      -ms-border-radius: 15px; }
      .comment_wrap .comment span::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -21px;
        border: 12px solid transparent;
        border-right: 12px solid #FFF;
        z-index: 2; }
      .comment_wrap .comment span::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        top: 50%;
        left: -30px;
        border: 14px solid transparent;
        border-right: 14px solid #dbdedd;
        z-index: 1; }

.section02 .nayami {
  background: #e8eceb;
  padding-top: 40px; }
  .section02 .nayami .image {
    text-align: center; }
.section02 .tool {
  overflow: hidden;
  margin-top: 30px;
  padding: 20px 45px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  background: #3eb3bd;
  text-align: center; }
  .section02 .tool h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3; }
    .section02 .tool h3 strong {
      font-size: 30px;
      font-size: 3rem;
      color: #fdfe37; }
.section02 .inner {
  padding: 30px 50px 70px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .common_txt {
  width: 700px;
  margin: 0 auto; }
.section02 .cta {
  margin-top: 30px; }

.section03 .inner {
  padding: 30px 150px 70px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 .image {
  text-align: center; }
.section03 .merit {
  background: #f8f7ec;
  margin-top: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 35px 115px; }
  .section03 .merit .content {
    background: #fff;
    border: 2px solid #e83a3b;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 30px 80px;
    position: relative; }
    .section03 .merit .content .heading {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -20px; }
      .section03 .merit .content .heading span {
        display: inline-block;
        background: #e83a3b;
        color: #fff;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 700;
        padding: 0 25px 2px;
        position: relative;
        border-radius: 60px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        -o-border-radius: 60px;
        -ms-border-radius: 60px; }
        .section03 .merit .content .heading span::before {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -8px;
          border-style: solid;
          border-width: 6px 0 6px 10px;
          border-color: transparent transparent transparent #e83a3b;
          -moz-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    .section03 .merit .content ul li {
      position: relative;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      padding-left: 30px; }
      .section03 .merit .content ul li::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 100%;
        background-image: url("img/ico_check.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none; }
.section03 .simulation {
  width: 900px;
  margin: 30px -100px 0;
  text-align: center;
  padding: 20px 90px;
  border: solid 3px #dcecf8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #eef8ff; }
.section03 .cta {
  margin-top: 30px; }

.section04 .inner {
  padding: 30px 0 70px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .heading {
  text-align: center; }
.section04 .cta {
  margin-top: 30px; }
.section04 .reason {
  margin-top: 55px; }
  .section04 .reason 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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .section04 .reason ul li {
      width: 223px;
      background: #f2f6fb;
      border: 3px solid #3eb3bd;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 45px 22px 14px;
      position: relative; }
      .section04 .reason ul li::before {
        content: "";
        position: absolute;
        width: 63px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -50px;
        pointer-events: none; }
      .section04 .reason ul li:nth-child(1)::before {
        background-image: url("img/section04_ico_01.png"); }
      .section04 .reason ul li:nth-child(2)::before {
        background-image: url("img/section04_ico_02.png"); }
      .section04 .reason ul li:nth-child(3)::before {
        background-image: url("img/section04_ico_03.png"); }
      .section04 .reason ul li:nth-child(4)::before {
        background-image: url("img/section04_ico_04.png"); }
  .section04 .reason .txt {
    margin-top: 3px;
    text-align: center;
    font-weight: 700;
    color: #3eb3bd;
    line-height: 1.3; }
    .section04 .reason .txt span {
      display: block;
      font-size: 12px;
      font-size: 1.2rem; }
  .section04 .reason p {
    margin-top: 15px;
    font-weight: 500; }
.section04 .image2 {
  margin-top: 40px;
  text-align: center; }
.section04 .common_txt {
  padding: 0 150px; }
.section04 .bnr_cv {
  position: relative;
  margin-top: 30px; }
  .section04 .bnr_cv .bnr {
    position: absolute;
    top: 130px;
    right: 270px;
    width: 210px;
    background: #ccc; }

.section05 .main_ttl {
  padding: 25px 0; }
  .section05 .main_ttl h2 {
    margin-top: 0; }
.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 150px 40px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .comment_wrap .comment span {
  padding: 30px 25px; }
.section05 .flow {
  background: #e9f4f1; }
  .section05 .flow .flow_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 150px; }
    @media only screen and (max-width: 768px) {
      .section05 .flow .flow_inner {
        width: 100%; } }
  .section05 .flow ul li {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 40px;
    -webkit-box-shadow: 0 0 30px rgba(180, 188, 186, 0.35);
    -moz-box-shadow: 0 0 30px rgba(180, 188, 186, 0.35);
    box-shadow: 0 0 30px rgba(180, 188, 186, 0.35);
    position: relative;
    margin-top: 60px;
    /*&:nth-child(3)::before {
        background-image: url("img/section05_ico_03.png");
    }*/ }
    .section05 .flow ul li:first-child {
      margin-top: 0; }
    .section05 .flow ul li::before {
      content: "";
      position: absolute;
      width: 65px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -32px;
      pointer-events: none; }
    .section05 .flow ul li:nth-child(1)::before {
      background-image: url("img/section05_ico_01.png"); }
    .section05 .flow ul li:nth-child(2)::before {
      background-image: url("img/section05_ico_02.png"); }
    .section05 .flow ul li:nth-child(3)::before {
      background-image: url("img/section05_ico_04.png");
      width: 204px; }
  .section05 .flow .cta {
    margin-top: 30px; }
  .section05 .flow .image {
    margin-top: 30px;
    text-align: center; }
  .section05 .flow .txt_1 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    padding-top: 10px; }
    .section05 .flow .txt_1 span.red {
      color: #e83a3b;
      font-weight: 700; }
  .section05 .flow .heading {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.03em; }
    .section05 .flow .heading span {
      display: inline-block;
      color: #2d87fc;
      border-bottom: 1px solid #2d87fc;
      padding-bottom: 2px; }
    .section05 .flow .heading span.linenasi {
      display: inline-block;
      color: #2d87fc;
      font-weight: 700;
      border-bottom: 0px solid #2d87fc;
      padding-bottom: 0px; }
.section05 .flow2 .flow2_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    .section05 .flow2 .flow2_inner {
      width: 100%; } }
  .section05 .flow2 .flow2_inner .contents {
    -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;
    margin: 20px 120px; }
    .section05 .flow2 .flow2_inner .contents .contents_item {
      position: relative;
      width: 23%; }
      .section05 .flow2 .flow2_inner .contents .contents_item .txt1 {
        font-weight: 700;
        color: #009ca9;
        font-size: 35px;
        font-size: 3.5rem;
        text-align: center; }
      .section05 .flow2 .flow2_inner .contents .contents_item .contents_item_txt {
        font-weight: 700;
        color: #333;
        padding: 120px 0 0;
        text-align: center; }
      .section05 .flow2 .flow2_inner .contents .contents_item .ico {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
.section05 .flow2 .image {
  padding-top: 10px;
  text-align: center; }
.section05 .flow2 .txt {
  background: #f8f7ec;
  padding: 40px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  width: 700px;
  margin: 0 auto; }
.section05 .flow2 .common_txt {
  width: 700px; }
  .section05 .flow2 .common_txt .large {
    font-size: 35px;
    font-size: 3.5rem; }
.section05 .flow2 .cta {
  margin-top: 40px; }
.section05 .recommend {
  width: 800px;
  margin: 50px auto 0;
  background: #f8f7ec;
  padding: 30px 0 40px; }
  .section05 .recommend .heading {
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    color: #3eb3bd; }
  .section05 .recommend .items {
    margin-top: 20px;
    -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; }
    .section05 .recommend .items .item {
      width: 210px;
      margin-left: 20px; }
      .section05 .recommend .items .item:first-child {
        margin-left: 0; }
      .section05 .recommend .items .item .name {
        background: #3eb3bd; }
        .section05 .recommend .items .item .name a {
          display: block;
          text-align: center;
          color: #fff;
          font-size: 18px;
          font-size: 1.8rem;
          padding: 5px;
          text-decoration: none;
          font-weight: 700; }
      .section05 .recommend .items .item .image {
        margin-top: 12px; }

footer {
  background: #fff;
  margin-top: 30px; }

footer .ft_menu {
  padding: 20px 0; }

footer .ft_menu .p_mark {
  width: 700px;
  margin: 0px auto;
  padding: 20px; }

footer .ft_menu .p_mark p {
  display: inline-block; }

footer .ft_menu .p_mark .pra_txt {
  width: 500px; }

footer .ft_menu .ft_nav {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

footer .ft_menu .ft_nav li.pri_pol {
  width: 160px; }

footer .ft_menu .ft_nav li.contact {
  width: 120px; }

footer .ft_menu .ft_nav ul {
  display: flex;
  justify-content: space-around; }

footer .ft_menu .ft_nav ul li {
  display: inline-block;
  margin-left: 20px; }

footer .ft_menu .ft_nav ul li:first-child {
  margin-left: 0; }

footer .ft_menu .ft_nav ul li a {
  text-decoration: none;
  font-size: 15px; }

footer .copyright {
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #f00; }

@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; } }
.shiny_btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #384878;
  overflow: hidden; }
  .shiny_btn::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }

.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;
    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 .box {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .box .img {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 178px;
        width: 60%; }
    .exitProtection .wrap .cta {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 12px;
      width: 370px;
      margin: auto; }
    .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; }

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

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

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding: 5px; }
  .fixed_cta .img {
    width: 500px;
    margin: 0 20px -5px 0; }
  .fixed_cta .cta_btn {
    width: 250px; }
    .fixed_cta .cta_btn a {
      overflow: hidden;
      background: linear-gradient(to right, #00bfec 30%, #0050da 100%);
      box-shadow: inset 1px 1px 1px #3dc7f1, 0px 1px 0px 1px #0072db;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 10px 0;
      font-size: 22px;
      font-size: 2.2rem;
      color: #fff;
      text-align: center;
      font-weight: 700;
      line-height: 1.2; }
      .fixed_cta .cta_btn a span {
        font-size: 17px;
        font-size: 1.7rem;
        color: #fdfe37; }
