@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 5px 0 #e78b1e;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #e78b1e;
    top: 5px; }
  20% {
    box-shadow: 0 5px 0 #e78b1e;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #e78b1e;
    top: 5px; }
  40% {
    box-shadow: 0 5px 0 #e78b1e;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #e78b1e;
  -moz-box-shadow: 0 5px 0 #e78b1e;
  box-shadow: 0 5px 0 #e78b1e;
  background: #ffa234;
  -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; } }
  .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;
    position: relative; }
    .cta_btn a::before {
      content: "";
      position: absolute;
      width: 37px;
      height: 100%;
      background-image: url("img/btn_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 30px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
  .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: #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(16, 150, 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: #1096aa;
    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 {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(34, 34, 34, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(34, 34, 34, 0.1);
  box-shadow: 0 2px 5px rgba(34, 34, 34, 0.1);
  position: relative;
  z-index: 10; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 15px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 170px; }

.main_ttl {
  background: #1096aa;
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  color: #fff;
  font-weight: 700;
  padding: 15px 0;
  line-height: 1.2;
  letter-spacing: 0.05em; }
  .main_ttl .small {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500; }

.remarks {
  margin-top: 10px;
  font-size: 10px;
  font-size: 1rem; }

sup {
  font-size: 10px;
  font-size: 1rem; }

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 300px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_image {
    position: absolute;
    left: 71px;
    top: 66px;
    z-index: 1; }
  .fv .fv_txt {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    background: #1096aa;
    padding: 1px 10px 3px 0;
    letter-spacing: 0.03em;
    left: 0;
    top: 0;
    z-index: 2; }

.tab {
  position: relative;
  z-index: 10;
  -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; }
  .tab li {
    width: 370px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.1em;
    position: relative; }
    .tab li:nth-child(1) {
      background: #ffa234;
      background: -webkit-linear-gradient(top, #ffa234 0%, #da8622 100%);
      background: linear-gradient(to bottom, #ffa234 0%, #da8622 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa234', endColorstr=' #da8622', GradientType=0); }
    .tab li:nth-child(2) {
      margin-left: 12px;
      background: #1096aa;
      background: -webkit-linear-gradient(top, #1096aa 0%, #16717e 100%);
      background: linear-gradient(to bottom, #1096aa 0%, #16717e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1096aa', endColorstr=' #16717e', GradientType=0); }

.tab_item {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 2px solid #fd8f0c;
  padding: 25px 75px 30px; }
  .tab_item.green {
    border-color: #1096aa; }

.disnone {
  display: none; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 50px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .tab {
  margin-top: 15px; }
.section01 .client_table {
  position: relative; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #ffffe7;
    width: calc(100% / 3);
    height: 100%;
    z-index: 1; }
  .section01 .client_table::after {
    width: calc((100% / 3) + 1px);
    height: 100%;
    border: 2px solid #fd8f0c;
    z-index: 5; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center;
      font-size: 15px;
      font-size: 1.5rem; }
    .section01 .client_table table th {
      background: #ecfbfd;
      font-weight: 500;
      color: #1096aa;
      padding: 3px 0;
      position: relative;
      z-index: 3; }
    .section01 .client_table table tbody tr td:first-child p {
      font-weight: 700; }
    .section01 .client_table table td {
      padding: 10px;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
      .section01 .client_table table td .red {
        color: #f0360a;
        font-weight: 700; }
      .section01 .client_table table td .bold {
        font-weight: 700; }
    .section01 .client_table table thead td {
      vertical-align: top; }
  .section01 .client_table .feature {
    vertical-align: top; }
  .section01 .client_table .feature p {
    text-align: left;
    font-weight: 400 !important; }
  .section01 .client_table .image {
    padding: 5px;
    position: relative;
    padding-top: 40px; }
    .section01 .client_table .image::before {
      content: "";
      position: absolute;
      width: 44px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section01 .client_table .image a {
      display: block; }
      .section01 .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01 .client_table .image a p {
        text-decoration: underline;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #0000ee; }
      .section01 .client_table .image a:hover p {
        text-decoration: none; }
  .section01 .client_table thead td:nth-child(1) .image::before {
    background-image: url("img/ico_rank1.png"); }
  .section01 .client_table thead td:nth-child(2) .image::before {
    background-image: url("img/ico_rank2.png"); }
  .section01 .client_table thead td:nth-child(3) .image::before {
    background-image: url("img/ico_rank3.png"); }
  .section01 .client_table thead td:nth-child(4) .image::before {
    background-image: url("img/ico_rank4.png"); }
  .section01 .client_table thead td:nth-child(5) .image::before {
    background-image: url("img/ico_rank5.png"); }
  .section01 .client_table .ico {
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    width: 95%;
    margin: 5px auto 10px; }
    .section01 .client_table .cta_btn a {
      font-size: 17px;
      font-size: 1.7rem;
      padding-left: 10px; }
      .section01 .client_table .cta_btn a::before {
        display: none; }

.section02,
.section05 {
  background: #f7fceb; }
  .section02 .inner,
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0 50px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner,
      .section05 .inner {
        width: 100%; } }
  .section02 .lead,
  .section05 .lead {
    text-align: center;
    font-weight: 700;
    color: #1096aa;
    font-size: 27px;
    font-size: 2.7rem; }
    .section02 .lead .orange,
    .section05 .lead .orange {
      color: #fd8f0c;
      font-size: 120%; }
    .section02 .lead .large,
    .section05 .lead .large {
      font-size: 120%; }
  .section02 .items,
  .section05 .items {
    -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-top: 35px; }
    .section02 .items .item,
    .section05 .items .item {
      background: #fff;
      border: 1px solid #1096aa;
      position: relative;
      padding: 35px 20px 25px;
      padding-bottom: 175px;
      width: 320px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section02 .items .item::before,
      .section05 .items .item::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -15px;
        pointer-events: none;
        z-index: 10; }
      .section02 .items .item:nth-child(1)::before,
      .section05 .items .item:nth-child(1)::before {
        background-image: url("img/section02_ico_01.png"); }
      .section02 .items .item:nth-child(2)::before,
      .section05 .items .item:nth-child(2)::before {
        background-image: url("img/section02_ico_02.png"); }
      .section02 .items .item:nth-child(3)::before,
      .section05 .items .item:nth-child(3)::before {
        background-image: url("img/section02_ico_03.png"); }
  .section02 .heading,
  .section05 .heading {
    background: #ffffe7;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    text-align: center;
    color: #1096aa;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 0;
    border: 1px solid #1096aa; }
  .section02 .txt,
  .section05 .txt {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8; }
  .section02 .image,
  .section05 .image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    width: 100%;
    text-align: center; }
  .section02 .bottom_txt,
  .section05 .bottom_txt {
    margin-top: 25px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500; }

.section03 {
  padding: 50px 0 50px;
  overflow: hidden; }
  .section03 .examples h2 {
    text-align: center; }
    .section03 .examples h2 > span {
      display: inline-block;
      border: 2px solid #1096aa;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      background: #ecfbfd;
      padding: 10px 60px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      color: #1096aa;
      line-height: 1.4;
      letter-spacing: 0.06em; }
    .section03 .examples h2 .large {
      font-size: 27px;
      font-size: 2.7rem;
      font-weight: 700; }
  .section03 .swiper-wrapper {
    align-items: stretch;
    align-items: flex-start; }
  .section03 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3; }
  .section03 .slide {
    overflow: hidden;
    webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s; }
  .section03 .swiper {
    margin-top: 40px;
    overflow: visible;
    max-width: 1100px;
    padding: 0 50px; }
    .section03 .swiper article {
      border: 2px solid #1096aa;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      background: #fff; }
    .section03 .swiper .lead {
      text-align: center;
      font-weight: 700;
      color: #fff;
      background: #1096aa;
      font-size: 20px;
      font-size: 2rem;
      padding: 10px 0; }
    .section03 .swiper .image {
      text-align: center; }
    .section03 .swiper .inner {
      padding: 20px 20px 25px; }
    .section03 .swiper ul {
      margin-top: 10px; }
      .section03 .swiper ul li {
        margin-top: 3px;
        position: relative;
        padding-left: 1.2em; }
        .section03 .swiper ul li:first-child {
          margin-top: 0; }
        .section03 .swiper ul li::before {
          content: "●";
          position: absolute;
          top: 0;
          left: 0;
          color: #1096aa; }
    .section03 .swiper .cta_btn {
      margin-top: 10px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section03 .swiper .cta_btn a {
        font-size: 18px;
        font-size: 1.8rem; }
        .section03 .swiper .cta_btn a::before {
          display: none; }
  .section03 .swiper-button-prev, .section03 .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition); }
  .section03 .swiper-button-prev::before, .section03 .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow); }
  .section03 .swiper-button-prev::after, .section03 .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0; }
  .section03 .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .section03 .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .section03 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .section03 .swiper-button-prev,
  .section03 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
  .section03 .swiper-button-prev::before,
  .section03 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark); }
  .section03 .swiper-button-prev::after,
  .section03 .swiper-button-next::after {
    border-color: #fff; }
  .section03 .swiper-button-prev {
    left: 30px; }
  .section03 .swiper-button-next {
    right: 30px; }
  .section03 .swiper-pagination {
    bottom: -45px !important; }
  .section03 .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #1096aa;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    margin: 0 5px !important; }
  .section03 .swiper-pagination-bullet-active {
    background: #1096aa; }
  .section03 .type {
    width: 1000px;
    margin: 0 auto;
    margin-top: 120px;
    background: #ffffe7;
    border: 2px solid #fd8f0c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section03 .type {
        width: 100%; } }
    .section03 .type h2 {
      position: absolute;
      width: 100%;
      left: 0;
      top: -35px;
      text-align: center; }
      .section03 .type h2 span {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        display: inline-block;
        background: #fff;
        border: 2px solid #fd8f0c;
        color: #fd8f0c;
        font-size: 27px;
        font-size: 2.7rem;
        padding: 10px 40px;
        font-weight: 700; }
    .section03 .type .inner {
      padding: 50px 35px 45px; }
    .section03 .type .items {
      -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; }
      .section03 .type .items .item {
        background: #fff;
        width: 300px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 20px 20px 25px; }
    .section03 .type .heading {
      background: #1096aa;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 7px 0;
      padding-left: 20px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      position: relative;
      font-size: 18px;
      font-size: 1.8rem; }
      .section03 .type .heading::before {
        content: "";
        position: absolute;
        width: 70px;
        height: 90px;
        background-image: url("img/section03_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: -36px;
        top: -15px;
        pointer-events: none;
        z-index: 10; }
    .section03 .type .image {
      width: 80%;
      margin: 20px auto 0; }
    .section03 .type p {
      margin-top: 10px;
      font-size: 14px;
      font-size: 1.4rem; }
    .section03 .type .cta_btn {
      margin-top: 10px; }
      .section03 .type .cta_btn a {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 15px 0;
        padding-left: 10px; }
        .section03 .type .cta_btn a::before {
          display: none; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  width: 1100px;
  padding: 30px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .tab_item {
  padding: 40px 50px 50px; }

.client_archive > ul > li {
  margin-top: 40px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #e8e8e8;
  background: #fff; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 13px 10px 13px 90px;
    border-bottom: 1px solid #e8e8e8; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 50px;
      height: 39px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 25px;
      top: 12px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #355bbb;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: underline; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: none; }
  .client_archive .client_card .client_inner {
    padding: 25px; }
.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; }
  .client_archive .overview .image {
    width: 300px; }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    .client_archive .overview .txt .heading {
      font-size: 24px;
      font-size: 2.4rem;
      color: #f0360a;
      font-weight: 700; }
    .client_archive .overview .txt table {
      width: 100%;
      margin-top: 15px;
      border: 1px solid #dcdcdc;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 10px;
        border-left: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        background: #1096aa;
        width: 21%;
        padding-right: 0;
        font-weight: 700;
        color: #fff; }
      .client_archive .overview .txt table td {
        width: 29%; }
        .client_archive .overview .txt table td .archive {
          display: none; }
.client_archive .point, .client_archive .support {
  margin-top: 15px;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden; }
  .client_archive .point .ttl, .client_archive .support .ttl {
    background: #ecfbfd;
    text-align: center;
    color: #1096aa;
    font-weight: 700;
    padding: 6px 0;
    font-size: 21px;
    font-size: 2.1rem; }
.client_archive .point {
  background: #fff;
  border: 1px solid #d6d6d6;
  text-align: center; }
  .client_archive .point .wrap {
    padding: 15px 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: 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; }
    .client_archive .point .wrap .ico {
      width: 114px; }
    .client_archive .point .wrap ul {
      width: calc(100% - 114px);
      padding-left: 15px; }
  .client_archive .point ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3px;
    text-align: left;
    position: relative;
    padding-left: 24px; }
    .client_archive .point ul li:first-child {
      margin-top: 0; }
    .client_archive .point ul li::before {
      content: "";
      position: absolute;
      width: 15px;
      height: 100%;
      background-image: url("img/client_ico_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 7px;
      pointer-events: none; }
    .client_archive .point ul li span {
      color: #f0360a;
      font-weight: 700; }
.client_archive .support {
  background: #fff;
  border: 1px solid #d6d6d6;
  text-align: center; }
  .client_archive .support .ttl {
    background: #bc9807;
    color: #fff; }
  .client_archive .support .wrap {
    padding: 15px 25px 25px; }
  .client_archive .support .heading {
    font-weight: 700;
    color: #1096aa;
    font-size: 22px;
    font-size: 2.2rem; }
  .client_archive .support .image {
    margin-top: 15px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #ceca98;
  background: #fffde4; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #ceca98; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("img/ico_rank1.png"); }
  .client_archive > ul > li:nth-child(1) .client_card .overview table th {
    background: #bc9807; }
  .client_archive > ul > li:nth-child(1) .client_card .point .ttl {
    background: #bc9807;
    color: #fff; }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/ico_rank4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/ico_rank5.png"); }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #fd8f0c;
    font-size: 22px;
    font-size: 2.2rem; }
  .client_archive .cta .cta_btn {
    width: 700px;
    margin: 4px auto 0; }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }
  .client_archive .cta .other {
    margin-top: 15px;
    text-align: center; }
    .client_archive .cta .other a {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: 0.05em; }

.section06 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }
.section06 .ttl {
  width: 700px;
  margin: auto;
  border: 1px solid #1096aa;
  color: #1096aa;
  font-weight: 700;
  padding: 10px 0;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px; }
.section06 .tab {
  margin-top: 30px; }
.section06 .items {
  -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;
  position: relative; }
  .section06 .items::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 100%;
    background-image: url("img/section06_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    pointer-events: none; }
  .section06 .items .item {
    width: 300px; }
.section06 .name {
  margin-top: 15px;
  text-align: center; }
  .section06 .name a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    background: #fffde4;
    color: #355bbb;
    border: 1px solid #1096aa;
    padding: 10px 0;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
.section06 .txt {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 15px 0; }
  .section06 .txt span {
    color: #f0360a;
    font-weight: 700; }
.section06 .cta_btn a {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 0; }
  .section06 .cta_btn a::before {
    display: none; }

.section07 .inner {
  padding: 30px 0 40px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      width: 100%; } }
.section07 .tab_item {
  padding: 30px 30px; }
.section07 table tbody tr:first-child {
  position: relative;
  background: #fffdea;
  border: 2px solid #fd8f0c; }
.section07 table {
  width: 100%;
  border: 1px solid #e4e4e4; }
  .section07 table th, .section07 table td {
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px; }
  .section07 table thead th {
    background: #1096aa;
    color: #fff;
    padding: 15px 5px;
    line-height: 1.2; }
  .section07 table tbody td p {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 13px; }
    .section07 table tbody td p .red {
      color: #f0360a;
      font-weight: 700; }
    .section07 table tbody td p .bold {
      font-weight: 700; }
  .section07 table tbody .feature {
    text-align: left; }
  .section07 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
  .section07 table tbody .ico {
    width: 28px;
    margin: 0 auto 2px; }
.section07 .cta_btn a {
  font-size: 14px;
  padding: 12px 0; }
  .section07 .cta_btn a::before {
    display: none; }

.footer {
  margin-top: 30px; }
  .footer .privacy {
    -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 .privacy .ico {
      width: 80px; }
    .footer .privacy .txt {
      width: 520px;
      padding-left: 20px;
      font-size: 13px;
      font-size: 1.3rem; }
  .footer .wrap {
    margin-top: 30px;
    background: #1096aa;
    padding: 30px 0; }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      position: relative;
      padding: 0 15px; }
      .footer .f_nav ul li::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 1px;
        height: 14px;
        background: #fff;
        margin-top: 3px; }
      .footer .f_nav ul li:first-child::before {
        display: none; }
      .footer .f_nav ul li a {
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none; }
  .footer .copyright {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem; }

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(16, 150, 170, 0.9);
  z-index: 100; }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 100px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
  .fixed_cta .image {
    position: absolute;
    left: 181px;
    bottom: 0; }
  .fixed_cta .cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    right: 180px; }
  .fixed_cta .cta_btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .fixed_cta .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 10px 0; }
      .fixed_cta .cta_btn a::before {
        display: none; }
