@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; } }
@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 5px 0 #cf560e;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cf560e;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #cf560e;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cf560e;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #cf560e;
    top: 0px; } }
@media only screen and (max-width: 768px) {
  @keyframes animationbtn {
    0% {
      box-shadow: 0 3px 0 #cf560e;
      top: 0px; }
    10% {
      box-shadow: 0 0 0 #cf560e;
      top: 6px; }
    20% {
      box-shadow: 0 3px 0 #cf560e;
      top: 0px; }
    30% {
      box-shadow: 0 0 0 #cf560e;
      top: 6px; }
    40% {
      box-shadow: 0 3px 0 #cf560e;
      top: 0px; } } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #cf560e;
  -moz-box-shadow: 0 5px 0 #cf560e;
  box-shadow: 0 5px 0 #cf560e;
  background: #ff690f;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .cta_btn {
      -webkit-box-shadow: 0 3px 0 #cf560e;
      -moz-box-shadow: 0 3px 0 #cf560e;
      box-shadow: 0 3px 0 #cf560e; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .cta_btn a {
        font-size: 4.5vw; } }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

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.5; }

a {
  color: #1e53ff; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #1e53ff;
    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(3, 159, 234, 0.75);
  border: #fff 1px solid;
  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: #039fea;
    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; } }

.remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem; }
  @media only screen and (max-width: 768px) {
    .remarks {
      margin-top: 5px; } }

.container {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(16, 16, 16, 0.12);
  -moz-box-shadow: 0 0 15px rgba(16, 16, 16, 0.12);
  box-shadow: 0 0 15px rgba(16, 16, 16, 0.12); }
  @media only screen and (max-width: 768px) {
    .container {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .container {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }

.header {
  border-top: 4px solid #2d758e;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .header {
      border-top-width: 2px; } }
  .header .inner {
    padding: 10px 0;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 5px 0; } }
    .header .inner .logo {
      width: 83px;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .header .inner .logo {
          width: 50px; } }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    border: 1px solid #929292;
    color: #929292;
    padding: 1px 5px; }
    @media only screen and (max-width: 768px) {
      .header .header_pr {
        font-size: 10px;
        font-size: 1rem;
        padding: 1px 3px;
        right: 10px; } }

.main_ttl {
  text-align: center;
  background-image: url("../../img/main_ttl_bg.png");
  background-repeat: repeat;
  background-position: left top;
  background-size: 13px auto;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  padding: 17px 0;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      padding: 13px 0;
      font-size: 4.4vw;
      background-size: 8px auto; } }

.section01 .inner {
  padding: 30px 50px 110px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 15px 10px 70px; } }
.section01 .recommend {
  border: 2px solid #039fea;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 15px 35px; }
  @media only screen and (max-width: 768px) {
    .section01 .recommend {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 5px 10px; } }
  .section01 .recommend ul li {
    padding: 15px 0;
    padding-left: 87px;
    position: relative;
    background-image: url("../../img/section01_border.png");
    background-repeat: repeat-x;
    background-position: left bottom; }
    @media only screen and (max-width: 768px) {
      .section01 .recommend ul li {
        background-size: 4px auto;
        padding-left: 45px;
        padding-top: 10px; } }
    .section01 .recommend ul li::before {
      content: "";
      position: absolute;
      width: 67px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 0;
      top: 0;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section01 .recommend ul li::before {
          width: 33px;
          background-position: center top;
          top: 14px; } }
    .section01 .recommend ul li:nth-child(1)::before {
      background-image: url("../../img/ico_rank01.png"); }
    .section01 .recommend ul li:nth-child(2)::before {
      background-image: url("../../img/ico_rank02.png"); }
    .section01 .recommend ul li:nth-child(3)::before {
      background-image: url("../../img/ico_rank03.png"); }
    .section01 .recommend ul li:last-child {
      background: none; }
  .section01 .recommend .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; }
    .section01 .recommend .wrap .image {
      width: 140px; }
      @media only screen and (max-width: 768px) {
        .section01 .recommend .wrap .image {
          width: 90px; } }
    .section01 .recommend .wrap .btn {
      width: 215px; }
      @media only screen and (max-width: 768px) {
        .section01 .recommend .wrap .btn {
          width: 100%;
          margin-top: 4px; } }
      .section01 .recommend .wrap .btn .cta_btn {
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px; }
        @media only screen and (max-width: 768px) {
          .section01 .recommend .wrap .btn .cta_btn {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px; } }
        .section01 .recommend .wrap .btn .cta_btn a {
          font-size: 20px;
          font-size: 2rem; }
          @media only screen and (max-width: 768px) {
            .section01 .recommend .wrap .btn .cta_btn a {
              font-size: 15px;
              font-size: 1.5rem;
              padding: 5px 0; } }
    .section01 .recommend .wrap .txt {
      flex: 1;
      padding: 0 20px; }
      @media only screen and (max-width: 768px) {
        .section01 .recommend .wrap .txt {
          padding: 0;
          padding-left: 10px; } }
      .section01 .recommend .wrap .txt .name {
        font-size: 14px;
        font-size: 1.4rem; }
        .section01 .recommend .wrap .txt .name a {
          display: inline-block;
          position: relative;
          font-weight: 500;
          padding-right: 20px; }
          @media only screen and (max-width: 768px) {
            .section01 .recommend .wrap .txt .name a {
              font-weight: 700;
              padding-right: 16px; } }
          .section01 .recommend .wrap .txt .name a::before {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            background-image: url("../../img/ico_blank.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 0;
            top: 4px;
            pointer-events: none;
            z-index: 10; }
            @media only screen and (max-width: 768px) {
              .section01 .recommend .wrap .txt .name a::before {
                width: 10px;
                height: 10px; } }
      .section01 .recommend .wrap .txt .lead {
        font-weight: 700;
        color: #333333;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4; }
        @media only screen and (max-width: 768px) {
          .section01 .recommend .wrap .txt .lead {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 500; } }
        .section01 .recommend .wrap .txt .lead span {
          color: #FC1A1A; }
.section01 .comparison {
  margin-top: 45px; }
  @media only screen and (max-width: 768px) {
    .section01 .comparison {
      margin-top: 30px; } }
  .section01 .comparison .heading {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    color: #039fea;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section01 .comparison .heading {
        font-size: 27px;
        font-size: 2.7rem; } }
    .section01 .comparison .heading span {
      display: block;
      width: 280px;
      margin: auto;
      margin-bottom: 9px;
      position: relative;
      border: 2px solid #039fea;
      font-size: 23px;
      font-size: 2.3rem;
      background: #edf8fd;
      padding: 3px 0;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      color: #111; }
      @media only screen and (max-width: 768px) {
        .section01 .comparison .heading span {
          width: 190px;
          font-size: 19px;
          font-size: 1.9rem;
          margin-bottom: 7px; } }
      .section01 .comparison .heading span::before, .section01 .comparison .heading span::after {
        content: "";
        position: absolute;
        left: 50%;
        translate: -50% 100%;
        border-style: solid;
        bottom: 0; }
      .section01 .comparison .heading span::before {
        border-width: 10px 7px 0 7px;
        border-color: #039fea transparent transparent; }
      .section01 .comparison .heading span::after {
        border-width: 6.5px 4.6px 0 4.6px;
        border-color: #edf8fd transparent transparent; }
  .section01 .comparison .wrap {
    width: 700px;
    margin: 25px auto 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section01 .comparison .wrap {
        width: 100%;
        margin-top: 15px; } }
    .section01 .comparison .wrap::before {
      content: "";
      position: absolute;
      left: 159px;
      top: 0;
      width: 271px;
      height: 100%;
      pointer-events: none;
      border: 3px solid #039fea; }
      @media only screen and (max-width: 768px) {
        .section01 .comparison .wrap::before {
          left: 79px;
          width: calc( (100% - 75px) / 2 ); } }
  .section01 .comparison table {
    width: 100%;
    table-layout: fixed; }
    .section01 .comparison table th, .section01 .comparison table td {
      text-align: center; }
    .section01 .comparison table thead tr th {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      color: #fff;
      padding: 7px 0; }
      @media only screen and (max-width: 768px) {
        .section01 .comparison table thead tr th {
          width: 80px;
          line-height: 1.3;
          font-size: 16px;
          font-size: 1.6rem; }
          .section01 .comparison table thead tr th span {
            font-size: 13px;
            font-size: 1.3rem;
            display: block; } }
      .section01 .comparison table thead tr th:nth-child(2) {
        background: #039fea;
        width: 270px; }
        @media only screen and (max-width: 768px) {
          .section01 .comparison table thead tr th:nth-child(2) {
            width: calc( (100% - 80px) / 2 ); } }
      .section01 .comparison table thead tr th:nth-child(3) {
        background: #adabab;
        width: 270px; }
        @media only screen and (max-width: 768px) {
          .section01 .comparison table thead tr th:nth-child(3) {
            width: calc( (100% - 80px) / 2 ); } }
    .section01 .comparison table tbody tr th, .section01 .comparison table tbody tr td {
      border: 1px solid #b6b6b6;
      padding: 15px 10px; }
    .section01 .comparison table tbody tr th {
      color: #039fea; }
    .section01 .comparison table tbody tr td {
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .section01 .comparison table tbody tr td .ico {
          width: 26px;
          margin: auto; } }
      .section01 .comparison table tbody tr td .ico + p {
        margin-top: 7px;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .section01 .comparison table tbody tr td .ico + p {
            margin-top: 4px; } }
      .section01 .comparison table tbody tr td:nth-of-type(1) {
        background: #fffeeb; }
  .section01 .comparison .bottom_txt {
    width: 700px;
    margin: 25px auto 0;
    background: #edf8fd;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px 0;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .section01 .comparison .bottom_txt {
        width: 100%;
        margin-top: 20px;
        font-size: 4vw; } }
    .section01 .comparison .bottom_txt span {
      font-size: 120%;
      color: #ff690f; }

.section02 {
  background: #edf8fd; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 75px 50px 50px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        padding: 55px 10px 30px; } }
  .section02 .section02_ttl {
    width: 700px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    text-align: center;
    font-weight: 700;
    z-index: 5;
    top: -55px; }
    @media only screen and (max-width: 768px) {
      .section02 .section02_ttl {
        width: 84%;
        top: -37px; } }
    .section02 .section02_ttl::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      width: 100%;
      height: 100%;
      border: 2px solid #111;
      pointer-events: none;
      z-index: 5; }
    .section02 .section02_ttl::before {
      content: "";
      position: absolute;
      top: 6px;
      left: 6px;
      pointer-events: none;
      background: #f7f700;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      width: 100%;
      height: 100%;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        .section02 .section02_ttl::before {
          top: 4px;
          left: 4px; } }
    .section02 .section02_ttl h2 {
      position: relative;
      z-index: 10;
      text-align: center;
      font-weight: 700;
      font-size: 26px;
      font-size: 2.6rem;
      padding: 18px 0;
      line-height: 1.3; }
      @media only screen and (max-width: 768px) {
        .section02 .section02_ttl h2 {
          padding: 13px 0;
          font-size: 4.5vw;
          line-height: 1.4; } }
      .section02 .section02_ttl h2 span {
        font-size: 23px;
        font-size: 2.3rem; }
        @media only screen and (max-width: 768px) {
          .section02 .section02_ttl h2 span {
            font-size: 80%; } }

.client_archive > ul > li {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .client_archive > ul > li {
      margin-top: 30px; } }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #111;
  background: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .client_archive .client_card {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; } }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 130px;
    border-bottom: 1px solid #111; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_name {
        padding: 8px 8px 8px 60px; } }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 85px;
      height: 69px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 35px;
      top: -15px;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name::before {
          width: 42px;
          height: 35px;
          left: 10px;
          top: -6px; } }
    .client_archive .client_card .client_name a {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none;
      display: inline-block;
      position: relative;
      padding-right: 36px; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name a {
          font-size: 4.2vw;
          padding-right: 20px; } }
      .client_archive .client_card .client_name a::before {
        content: "";
        position: absolute;
        width: 26px;
        height: 26px;
        background-image: url("../../img/ico_blank.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        right: 0;
        top: 8px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .client_archive .client_card .client_name a::before {
            width: 13px;
            height: 13px; } }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 20px 30px 30px; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_inner {
        padding: 10px 10px 20px; } }
.client_archive > ul > li:nth-child(1) .client_card {
  background: #ffffe1; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
    background-image: url("../../img/ico_rank01.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("../../img/ico_rank02.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("../../img/ico_rank03.png"); }
.client_archive.recommend .client_card .client_name {
  padding-left: 30px; }
  @media only screen and (max-width: 768px) {
    .client_archive.recommend .client_card .client_name {
      padding-left: 15px; } }
  .client_archive.recommend .client_card .client_name::before {
    display: none; }
@media only screen and (max-width: 768px) {
  .client_archive .cta_btn {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px; }
  .client_archive .cta_btn a {
    padding: 16px 0;
    font-size: 4.2vw; } }
.client_archive .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; }
  @media only screen and (max-width: 768px) {
    .client_archive .overview {
      display: block; } }
  .client_archive .overview .image {
    width: 300px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .image {
        width: 240px;
        margin: auto; } }
  .client_archive .overview .txt {
    flex: 1;
    padding-left: 25px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .txt {
        padding: 8px 0 0; } }
    .client_archive .overview .txt .heading {
      font-size: 20px;
      font-size: 2rem;
      color: #ff690f;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .txt .heading {
          text-align: center;
          font-size: 4vw; } }
    .client_archive .overview .txt table {
      width: 100%;
      margin-top: 15px;
      border: 1px solid #e7e7e7;
      background: #fff;
      font-size: 13px;
      font-size: 1.3rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 8px 5px;
        border-left: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        line-height: 1.3; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .txt table th, .client_archive .overview .txt table td {
            text-align: center; } }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #039fea;
        background: #ebf7fc;
        width: 21.5%;
        padding-right: 0;
        font-weight: 700;
        padding: 8px 0 8px 8px; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .txt table th {
            width: calc(100% / 3); } }
      .client_archive .overview .txt table td {
        width: 28.5%;
        font-size: 12px;
        font-size: 1.2rem; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .txt table td {
            width: calc(100% / 3); }
            .client_archive .overview .txt table td.left {
              text-align: left; } }
        .client_archive .overview .txt table td .ico_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; }
          @media only screen and (max-width: 768px) {
            .client_archive .overview .txt table td .ico_wrap {
              display: block; } }
          .client_archive .overview .txt table td .ico_wrap .ico {
            width: 25px; }
            @media only screen and (max-width: 768px) {
              .client_archive .overview .txt table td .ico_wrap .ico {
                margin: auto; } }
          .client_archive .overview .txt table td .ico_wrap .txt {
            flex: 1;
            padding-left: 6px; }
            @media only screen and (max-width: 768px) {
              .client_archive .overview .txt table td .ico_wrap .txt {
                padding: 3px 0 0; } }
    .client_archive .overview .txt .cta_btn {
      margin-top: 7px; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .txt .cta_btn {
          width: calc(100% - 15px);
          margin: 10px auto 0; } }
.client_archive .point {
  margin-top: 30px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 2px solid #039fea;
  text-align: center;
  padding: 30px 20px 20px; }
  @media only screen and (max-width: 768px) {
    .client_archive .point {
      margin-top: 25px;
      padding: 25px 14px 14px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .client_archive .point .ttl {
    background: #039fea;
    color: #fff;
    font-weight: 700;
    padding: 6px 0;
    font-size: 18px;
    font-size: 1.8rem;
    width: 270px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    background: #039fea; }
    @media only screen and (max-width: 768px) {
      .client_archive .point .ttl {
        width: 185px;
        padding: 4px 0;
        top: -16px; } }
  .client_archive .point ul {
    display: inline-block; }
  .client_archive .point ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3px;
    position: relative;
    padding-left: 23px;
    text-align: left;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .client_archive .point ul li {
        padding-left: 18px; } }
    .client_archive .point ul li:first-child {
      margin-top: 0; }
    .client_archive .point ul li::before {
      content: "";
      position: absolute;
      width: 13px;
      height: 100%;
      background-image: url("../../img/ico_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 6px;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .point ul li::before {
          width: 10px;
          top: 5px; } }
    .client_archive .point ul li span {
      color: #ff690f;
      font-weight: 700; }
.client_archive .review {
  border: 1px solid #039fea;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-top: 25px;
  overflow: hidden;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .client_archive .review {
      margin-top: 20px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding-left: 10px;
      padding-right: 10px; } }
  .client_archive .review .heading {
    text-align: center;
    background: #ebf7fc;
    font-size: 18px;
    font-size: 1.8rem;
    color: #039fea;
    padding: 5px 0;
    font-weight: 700;
    width: 230px;
    margin: auto;
    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) {
      .client_archive .review .heading {
        width: 130px; } }
  .client_archive .review .review_inner {
    background: #fff;
    padding: 15px 0 70px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .review_inner {
        padding: 10px 0 80px; } }
    .client_archive .review .review_inner .quote {
      position: absolute;
      font-size: 11px;
      font-size: 1.1rem;
      left: 20px;
      bottom: 15px; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .review_inner .quote {
          left: 0;
          bottom: 10px; } }
  .client_archive .review .review_slides {
    width: 580px;
    margin: 0 auto;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
    box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .review_slides {
        -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
        -moz-box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
        box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        width: 100%; } }
    .client_archive .review .review_slides .review_slide {
      padding: 30px 30px 30px 54px;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .review_slides .review_slide {
          padding: 15px; } }
    .client_archive .review .review_slides .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; }
      .client_archive .review .review_slides .wrap .ico {
        width: 90px; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .review_slides .wrap .ico {
            width: 60px; } }
      .client_archive .review .review_slides .wrap .txt {
        flex: 1;
        padding-left: 17px;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .review_slides .wrap .txt {
            padding-left: 10px;
            font-size: 15px;
            font-size: 1.5rem; } }
        .client_archive .review .review_slides .wrap .txt .ttl {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 1px dashed #333333; }
    .client_archive .review .review_slides .slick-dots {
      bottom: -38px; }
      .client_archive .review .review_slides .slick-dots li button::before {
        content: "";
        width: 12px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        height: 12px;
        background: #fff;
        border: 1px solid #039fea;
        opacity: 1; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .review_slides .slick-dots li button::before {
            width: 9px;
            height: 9px; } }
      .client_archive .review .review_slides .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #95d4f2; }
  .client_archive .review .review_slides {
    opacity: 0;
    transition: opacity .3s linear; }
    .client_archive .review .review_slides.slick-initialized {
      opacity: 1; }
  .client_archive .review .slick-slide {
    height: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
.client_archive .cta {
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .client_archive .cta {
      margin-top: 15px; } }
  .client_archive .cta .cta_btn {
    width: 680px;
    margin: 8px auto 0; }
    @media only screen and (max-width: 768px) {
      .client_archive .cta .cta_btn {
        width: calc(100% - 15px); } }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }

.section03 .inner {
  padding: 30px 50px 85px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      padding: 15px 10px 30px; } }

.section04 .inner {
  padding: 0 50px 95px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      padding: 0 10px 70px; } }
.section04 .choose .ttl {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section04 .choose .ttl {
      width: calc(100% - 20px);
      margin: auto; } }
  .section04 .choose .ttl h2 {
    position: relative;
    width: 457px;
    margin: auto;
    background-image: url("../../img/section04_ttl_after.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 457px auto;
    padding-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    color: #039fea; }
    .section04 .choose .ttl h2::before {
      content: "";
      position: absolute;
      width: 146px;
      height: 96px;
      background-image: url("../../img/section04_ttl_before.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: -35px;
      top: -65px;
      pointer-events: none;
      z-index: 10; }
.section04 .choose .items {
  margin-top: 28px;
  -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) {
    .section04 .choose .items {
      display: block; } }
  .section04 .choose .items .item {
    width: 290px;
    border: 2px solid #039fea;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 40px 0 30px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section04 .choose .items .item {
        padding: 60px 15px 25px;
        width: 100%; }
        .section04 .choose .items .item + .item {
          margin-top: 22px; } }
    .section04 .choose .items .item::before {
      content: "";
      position: absolute;
      width: 58px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 10px;
      top: -22px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section04 .choose .items .item::before {
          top: -17px;
          left: 15px; } }
    .section04 .choose .items .item:nth-child(1)::before {
      background-image: url("../../img/section04_ico_01.png"); }
    .section04 .choose .items .item:nth-child(2)::before {
      background-image: url("../../img/section04_ico_02.png"); }
    .section04 .choose .items .item:nth-child(3)::before {
      background-image: url("../../img/section04_ico_03.png"); }
.section04 .choose .heading {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .section04 .choose .heading {
      font-size: 4.2vw;
      text-align: left; } }
.section04 .choose .image {
  margin-top: 15px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section04 .choose .image {
      margin-top: 0;
      position: absolute;
      width: 145px;
      top: 10px;
      right: 10px; } }
.section04 .choose p {
  margin-top: 10px;
  padding: 0 20px;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .section04 .choose p {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 0; } }
.section04 .conclusion {
  margin-top: 55px;
  background: #ffffe5;
  border: 2px solid #111;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 45px 75px 55px; }
  @media only screen and (max-width: 768px) {
    .section04 .conclusion {
      border-width: 1px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      margin: 40px -10px 0;
      padding: 20px 10px 20px; } }
  .section04 .conclusion .ttl {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.075em; }
    @media only screen and (max-width: 768px) {
      .section04 .conclusion .ttl {
        font-size: 4vw; } }
    .section04 .conclusion .ttl span {
      display: block;
      background: #ff690f;
      color: #fff;
      font-weight: 700;
      width: 140px;
      margin: auto;
      margin-bottom: 5px;
      line-height: 1.3;
      text-align: center;
      font-size: 130%; }
      @media only screen and (max-width: 768px) {
        .section04 .conclusion .ttl span {
          width: 100px; } }
  .section04 .conclusion .wrap {
    margin-top: 20px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section04 .conclusion .wrap {
        margin-top: 15px; } }
    .section04 .conclusion .wrap::before, .section04 .conclusion .wrap::after {
      content: "";
      position: absolute;
      top: 0;
      left: 1px;
      pointer-events: none; }
    .section04 .conclusion .wrap::after {
      width: calc(100% / 3);
      height: 100%;
      border: 2px solid #ff690f;
      z-index: 5; }
    .section04 .conclusion .wrap table {
      width: 100%;
      border: 1px solid #d0d0d0;
      background: #fff; }
      .section04 .conclusion .wrap table th, .section04 .conclusion .wrap table td {
        width: calc(100% / 3);
        text-align: center; }
      .section04 .conclusion .wrap table th {
        background: #ebf7fc;
        font-weight: 700;
        color: #039fea;
        padding: 3px 0;
        font-size: 15px;
        font-size: 1.5rem;
        position: relative;
        z-index: 3; }
      .section04 .conclusion .wrap table td {
        padding: 15px 20px;
        border-left: 1px solid #d0d0d0;
        border-right: 1px solid #d0d0d0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        position: relative;
        z-index: 5; }
        @media only screen and (max-width: 768px) {
          .section04 .conclusion .wrap table td {
            padding: 10px;
            font-size: 13px;
            font-size: 1.3rem; } }
    .section04 .conclusion .wrap .image {
      position: relative;
      padding-top: 60px; }
      @media only screen and (max-width: 768px) {
        .section04 .conclusion .wrap .image {
          padding-top: 37px; } }
      .section04 .conclusion .wrap .image::before {
        content: "";
        position: absolute;
        width: 67px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -5px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section04 .conclusion .wrap .image::before {
            width: 43px;
            top: -2px; } }
      .section04 .conclusion .wrap .image a {
        display: block; }
        .section04 .conclusion .wrap .image a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; }
        .section04 .conclusion .wrap .image a p {
          text-decoration: underline;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700;
          margin-top: 5px; }
          @media only screen and (max-width: 768px) {
            .section04 .conclusion .wrap .image a p {
              font-size: 14px;
              font-size: 1.4rem; } }
        .section04 .conclusion .wrap .image a:hover p {
          text-decoration: none; }
    .section04 .conclusion .wrap thead tr td:nth-child(1) .image::before {
      background-image: url("../../img/ico_rank01.png"); }
    .section04 .conclusion .wrap thead tr td:nth-child(2) .image::before {
      background-image: url("../../img/ico_rank02.png"); }
    .section04 .conclusion .wrap thead tr td:nth-child(3) .image::before {
      background-image: url("../../img/ico_rank03.png"); }
    .section04 .conclusion .wrap .ico {
      margin: 0 auto 3px; }
      @media only screen and (max-width: 768px) {
        .section04 .conclusion .wrap .ico {
          width: 35px; } }
    .section04 .conclusion .wrap .left {
      text-align: left; }
    .section04 .conclusion .wrap .cta_btn {
      margin: 0 0 5px; }
      .section04 .conclusion .wrap .cta_btn a {
        font-size: 17px;
        font-size: 1.7rem; }

.section05 .section02_ttl {
  top: -40px; }
  @media only screen and (max-width: 768px) {
    .section05 .section02_ttl {
      top: -28px; } }
  .section05 .section02_ttl h2 {
    padding: 22px 0; }
    @media only screen and (max-width: 768px) {
      .section05 .section02_ttl h2 {
        padding: 16px 0; } }
@media only screen and (max-width: 768px) {
  .section05 .inner {
    padding-top: 45px; } }

.section06 .inner {
  padding: 25px 50px 75px; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      padding: 20px 10px 50px; } }
.section06 .items .item {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-box-shadow: 0 2px 9px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 2px 9px rgba(51, 51, 51, 0.2);
  box-shadow: 0 2px 9px rgba(51, 51, 51, 0.2); }
  @media only screen and (max-width: 768px) {
    .section06 .items .item {
      -webkit-box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);
      -moz-box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);
      box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2); } }
  .section06 .items .item + .item {
    margin-top: 15px; }
    @media only screen and (max-width: 768px) {
      .section06 .items .item + .item {
        margin-top: 7px; } }
.section06 .question, .section06 .answer {
  position: relative;
  padding-left: 50px; }
  @media only screen and (max-width: 768px) {
    .section06 .question, .section06 .answer {
      padding-left: 40px; } }
  .section06 .question::before, .section06 .answer::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 20px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .section06 .question::before, .section06 .answer::before {
        left: 15px;
        top: 15px; } }
.section06 .question {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 60px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .section06 .question {
      font-size: 18px;
      font-size: 1.8rem;
      padding-right: 40px; } }
  .section06 .question::before {
    content: "Q.";
    color: #039fea; }
  .section06 .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) {
      .section06 .question::after {
        width: 15px;
        right: 10px; } }
  .section06 .question.active::after {
    background-image: url("../../img/ico_trigger_active.png"); }
.section06 .answer {
  padding: 0 60px 20px 50px; }
  @media only screen and (max-width: 768px) {
    .section06 .answer {
      padding-left: 40px;
      padding-right: 15px;
      font-size: 17px;
      font-size: 1.7rem; } }
  .section06 .answer::before {
    content: "A.";
    color: #ff690f;
    font-size: 20px;
    font-size: 2rem;
    top: -3px; }

.fixed_cta {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: rgba(247, 247, 0, 0.9);
  padding: 5px;
  width: 1000px;
  display: none; }
  @media only screen and (max-width: 768px) {
    .fixed_cta {
      width: 100%; } }
  .fixed_cta .inner {
    -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) {
      .fixed_cta .inner {
        display: block; } }
    .fixed_cta .inner .image {
      width: 450px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .inner .image {
          width: 100%; } }
    .fixed_cta .inner .btn {
      width: 250px;
      margin-left: 10px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .inner .btn {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px;
          width: 43.33%; } }
      .fixed_cta .inner .btn .cta_btn {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .inner .btn .cta_btn {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px; } }
        .fixed_cta .inner .btn .cta_btn a {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 15px 0; }
          @media only screen and (max-width: 768px) {
            .fixed_cta .inner .btn .cta_btn a {
              font-size: 3.2vw;
              padding: 8px 0; } }

.footer {
  background: #fff; }
  .footer .f_nav {
    background: #ddd; }
    .footer .f_nav ul {
      width: 1000px;
      margin: 0 auto;
      -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; }
      @media only screen and (max-width: 768px) {
        .footer .f_nav ul {
          width: 100%; } }
      .footer .f_nav ul li {
        width: 50%;
        padding: 10px 0;
        text-align: center; }
        .footer .f_nav ul li a {
          text-decoration: none;
          color: #333; }
  .footer .copyright {
    padding: 10px 0;
    background: #039fea;
    text-align: center;
    color: #fff;
    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;
    text-decoration: 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%);
        top: 165px;
        width: 63.75%;
        z-index: 1; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .image .client_image {
            top: 32.98%; } }
      .exitProtection .wrap .image .txt {
        position: absolute;
        width: 100%;
        font-weight: 700;
        font-size: 25px;
        font-size: 2.5rem;
        color: #2753a2;
        line-height: 1.3;
        left: 0;
        top: 90px;
        text-align: center;
        z-index: 1; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .image .txt {
            top: 20.22%;
            font-size: 4vw; } }
        .exitProtection .wrap .image .txt span {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 500; }
    .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: 370px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          width: 92.5%;
          bottom: 15px; } }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .btn .cta_btn {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px; } }
        .exitProtection .wrap .btn .cta_btn span {
          color: #fff !important;
          display: block;
          text-align: center;
          font-size: 18px;
          font-size: 1.8rem;
          padding: 5px 0;
          font-weight: 700;
          line-height: 1.4; }
          @media only screen and (max-width: 768px) {
            .exitProtection .wrap .btn .cta_btn span {
              font-size: 4vw; } }

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

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