@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 #cf7002;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cf7002;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #cf7002;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cf7002;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #cf7002;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #cf7002;
  -moz-box-shadow: 0 5px 0 #cf7002;
  box-shadow: 0 5px 0 #cf7002;
  background: #fa931d;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @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: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 15px; }
  .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: #f8f8f8;
  font-size: 1.6em;
  color: #454658;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #454658; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #454658;
    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(90, 115, 213, 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: #5a73d5;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  border-top: 4px solid #fe93a1;
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 5px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 160px;
    margin: auto; }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    .header .header_pr span {
      display: inline-block;
      border: 1px solid #7f7f7f;
      color: #7f7f7f;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px;
      -ms-border-radius: 2px;
      padding: 1px 8px;
      font-size: 13px;
      font-size: 1.3rem; }

.fv .fv_txt {
  background: #5a73d5; }
  .fv .fv_txt .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 8px 0; }
    .fv .fv_txt .wrap .date {
      display: inline-block;
      background: #fff;
      padding: 3px 20px 5px;
      font-size: 22px;
      font-size: 2.2rem;
      color: #313b48;
      font-weight: 700;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px; }
      .fv .fv_txt .wrap .date span {
        font-size: 24px;
        font-size: 2.4rem;
        color: #fa931d;
        font-weight: 700; }
    .fv .fv_txt .wrap .txt {
      font-size: 25px;
      font-size: 2.5rem;
      margin-left: 20px;
      font-weight: 700;
      color: #fff; }
      .fv .fv_txt .wrap .txt span {
        color: #f6f67c; }
.fv .bg {
  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: 310px;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .fv .inner {
      width: 100%; } }
.fv .fv_image {
  position: absolute;
  top: 19px;
  left: 46px; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

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

.section01 h2 {
  text-align: center; }
  .section01 h2 .ttl_wrap {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.03em; }
    .section01 h2 .ttl_wrap::before, .section01 h2 .ttl_wrap::after {
      content: "";
      position: absolute;
      width: 45px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section01 h2 .ttl_wrap::before {
      background-image: url("img/section01_ttl_before.png");
      left: -70px; }
    .section01 h2 .ttl_wrap::after {
      background-image: url("img/section01_ttl_after.png");
      right: -70px; }
    .section01 h2 .ttl_wrap .border {
      display: inline-block;
      font-size: 120%;
      color: #415bc2;
      border: 2px solid #415bc2;
      padding: 0 10px 2px;
      margin-right: 10px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
    .section01 h2 .ttl_wrap .bold {
      color: #fa931d;
      font-size: 26px;
      font-size: 2.6rem; }
.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .client_table {
  margin-top: 20px;
  position: relative; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #fefaec;
    width: 20%;
    height: 100%;
    z-index: -1; }
  .section01 .client_table::after {
    width: 20%;
    height: 100%;
    border: 3px solid #fa931d;
    z-index: 5; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #d0d0d0; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: 20%;
      text-align: center; }
    .section01 .client_table table th {
      background: #ced7fc;
      font-weight: 500;
      color: #5a73d5;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      border-top: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      z-index: 3; }
    .section01 .client_table table td {
      padding: 10px;
      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; }
      .section01 .client_table table td span {
        color: #ff839a;
        font-weight: 700;
        font-size: 80%; }
        .section01 .client_table table td span strong {
          font-size: 130%; }
      .section01 .client_table table td small {
        font-size: 9px;
        font-size: 0.9rem;
        display: block;
        line-height: 1.2; }
    .section01 .client_table table thead td {
      position: relative;
      vertical-align: top; }
  .section01 .client_table .image {
    padding: 5px;
    padding-top: 54px;
    position: relative; }
    .section01 .client_table .image::before {
      content: "";
      position: absolute;
      width: 70px;
      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;
      text-decoration: none; }
      .section01 .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01 .client_table .image a p {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        text-decoration: none; }
      .section01 .client_table .image a:hover p {
        text-decoration: underline; }
  .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 {
    width: 40px;
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 5px 0 10px; }
    .section01 .client_table .cta_btn a {
      padding: 15px 0;
      font-size: 16px;
      font-size: 1.6rem; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  /*padding-bottom: 70px;*/ }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .container {
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 40px 100px 60px; }
  .section02 .container > .items > .item {
    margin-top: 40px; }
    .section02 .container > .items > .item:first-child {
      margin-top: 0; }
.section02 .point {
  text-align: center; }
.section02 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  margin-top: 15px; }
.section02 .item_01 {
  padding: 0 100px; }
  .section02 .item_01 ul {
    margin-top: 30px; }
    .section02 .item_01 ul li {
      margin-top: 15px;
      border: 3px solid #b7b9de;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      padding: 22px 30px 25px;
      position: relative; }
      .section02 .item_01 ul li:first-child {
        margin-top: 0; }
      .section02 .item_01 ul li:first-child::before {
        content: "";
        position: absolute;
        width: 126px;
        height: 114px;
        background-image: url("img/section02_ico_01.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        right: -32px;
        top: -100px;
        pointer-events: none;
        z-index: 10; }
  .section02 .item_01 .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .section02 .item_01 .wrap .image {
      width: 120px; }
    .section02 .item_01 .wrap .txt {
      width: calc(100% - 120px);
      padding-left: 10px; }
      .section02 .item_01 .wrap .txt .heading {
        font-weight: 700;
        color: #fa931d;
        font-size: 18px;
        font-size: 1.8rem; }
        .section02 .item_01 .wrap .txt .heading span {
          font-size: 130%; }
      .section02 .item_01 .wrap .txt p {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem; }
        .section02 .item_01 .wrap .txt p span {
          font-weight: 700;
          background: linear-gradient(transparent 70%, #f6f67c 70%); }
.section02 .item_02 {
  padding: 0 100px; }
  .section02 .item_02 .point_list {
    -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: 30px; }
    .section02 .item_02 .point_list > li {
      border: 3px solid #b7b9de;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      padding: 33px 24px 50px;
      width: 290px;
      position: relative; }
      .section02 .item_02 .point_list > li:first-child::before {
        content: "";
        position: absolute;
        width: 132px;
        height: 100px;
        background-image: url("img/section02_ico_02.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 10px;
        top: -88px;
        pointer-events: none;
        z-index: 10; }
      .section02 .item_02 .point_list > li:first-child::after {
        content: "";
        position: absolute;
        width: 89px;
        height: 90px;
        background-image: url("img/section02_image_04.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        right: 16px;
        bottom: 20px;
        pointer-events: none;
        z-index: 10; }
  .section02 .item_02 .heading {
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: 18px;
    font-size: 1.8rem; }
  .section02 .item_02 .items {
    margin-top: 10px; }
    .section02 .item_02 .items .item {
      margin-top: 20px; }
      .section02 .item_02 .items .item:first-child {
        margin-top: 0; }
      .section02 .item_02 .items .item .ttl {
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.03em;
        padding: 2px 15px;
        background: #f1ab2a;
        background: -webkit-linear-gradient(right, #f1ab2a 0%, #f7cb6b 100%);
        background: linear-gradient(to right, #f1ab2a 0%, #f7cb6b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ab2a', endColorstr=' #f7cb6b', GradientType=1);
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px; }
      .section02 .item_02 .items .item ul {
        padding: 10px 5px 0 15px; }
        .section02 .item_02 .items .item ul li {
          position: relative;
          font-size: 14px;
          font-size: 1.4rem;
          padding-left: 1.3em;
          margin-top: 3px; }
          .section02 .item_02 .items .item ul li:first-child {
            margin-top: 0; }
          .section02 .item_02 .items .item ul li::before {
            content: "●";
            position: absolute;
            left: 0;
            top: 0;
            color: #f1ab2c; }
.section02 .item_02_slider {
  position: relative;
  padding: 0 100px; }
  .section02 .item_02_slider h2 span {
    font-weight: 700;
    font-size: 42px;
    font-size: 4.2rem;
    color: #fa931d; }
  .section02 .item_02_slider h2::before {
    content: "";
    position: absolute;
    width: 132px;
    height: 100px;
    background-image: url("img/section02_ico_02.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 130px;
    top: -10px;
    pointer-events: none;
    z-index: 10; }
  .section02 .item_02_slider .point_list {
    -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: 30px; }
    .section02 .item_02_slider .point_list > li {
      border: 3px solid #b7b9de;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      padding: 15px;
      width: 850px;
      height: 370px;
      position: relative;
      margin: 0 5px;
      /*&:first-child::before {
      	content:"";
      	position: absolute;
      	width:132px;
      	height:100px;
      	background-image: url("img/section02_ico_02.png");
      	background-repeat: no-repeat;
      	background-position: center top;
      	background-size:100% auto;
      	left:10px;
      	top:-88px;
      	pointer-events: none;
      	z-index: 10;
      }*/
      /*&:first-child::after {
      	content:"";
      	position: absolute;
      	width:89px;
      	height:90px;
      	background-image: url("img/section02_image_04.png");
      	background-repeat: no-repeat;
      	background-position: center top;
      	background-size:100% auto;
      	right:16px;
      	bottom:20px;
      	pointer-events: none;
      	z-index: 10;
      }*/ }
    .section02 .item_02_slider .point_list .point {
      text-align: center;
      width: 70px;
      margin: 0 auto;
      padding-bottom: 10px; }
  .section02 .item_02_slider .heading {
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center; }
  .section02 .item_02_slider .items {
    margin-top: 10px; }
    .section02 .item_02_slider .items .item {
      margin-top: 20px; }
      .section02 .item_02_slider .items .item:first-child {
        margin-top: 0; }
      .section02 .item_02_slider .items .item .ttl {
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.03em;
        padding: 2px 15px;
        background: #f1ab2a;
        background: -webkit-linear-gradient(right, #f1ab2a 0%, #f7cb6b 100%);
        background: linear-gradient(to right, #f1ab2a 0%, #f7cb6b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ab2a', endColorstr=' #f7cb6b', GradientType=1);
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px; }
      .section02 .item_02_slider .items .item ul {
        padding: 10px 5px 0 15px; }
        .section02 .item_02_slider .items .item ul li {
          position: relative;
          font-size: 14px;
          font-size: 1.4rem;
          padding-left: 1.3em;
          margin-top: 3px; }
          .section02 .item_02_slider .items .item ul li:first-child {
            margin-top: 0; }
          .section02 .item_02_slider .items .item ul li::before {
            content: "●";
            position: absolute;
            left: 0;
            top: 0;
            color: #f1ab2c; }
.section02 .item_03 .item_content {
  border: 3px solid #b7b9de;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 40px 20px 20px;
  width: 100%;
  position: relative;
  margin: 40px 0 0; }
  .section02 .item_03 .item_content::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    background-image: url("img/section02_ico_02.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    right: 10px;
    top: -50px;
    pointer-events: none;
    z-index: 10; }
  .section02 .item_03 .item_content .quote {
    font-size: 12px;
    text-align: right; }
.section02 .item_03 .heading {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 18px;
  font-size: 1.8rem; }
.section02 .item_03 .items {
  margin-top: 10px; }
  .section02 .item_03 .items .item {
    margin-top: 20px; }
    .section02 .item_03 .items .item:first-child {
      margin-top: 0; }
    .section02 .item_03 .items .item .ttl {
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.03em;
      padding: 2px 15px;
      background: #f1ab2a;
      background: -webkit-linear-gradient(right, #f1ab2a 0%, #f7cb6b 100%);
      background: linear-gradient(to right, #f1ab2a 0%, #f7cb6b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ab2a', endColorstr=' #f7cb6b', GradientType=1);
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px; }
    .section02 .item_03 .items .item ul {
      padding: 10px 5px 0 15px; }
      .section02 .item_03 .items .item ul li {
        position: relative;
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 1.3em;
        margin-top: 3px; }
        .section02 .item_03 .items .item ul li:first-child {
          margin-top: 0; }
        .section02 .item_03 .items .item ul li::before {
          content: "●";
          position: absolute;
          left: 0;
          top: 0;
          color: #f1ab2c; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 75px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 h2 {
  background: #5a73d5;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 15px 0; }
  .section03 h2 .ttl_wrap {
    display: inline-block;
    position: relative; }
    .section03 h2 .ttl_wrap::before {
      content: "";
      position: absolute;
      width: 51px;
      height: 56px;
      background-image: url("img/section03_ttl_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: -80px;
      top: 3px;
      pointer-events: none;
      z-index: 10; }
    .section03 h2 .ttl_wrap span {
      font-size: 25px;
      font-size: 2.5rem;
      color: #f6f67c; }

.client_archive > ul > li {
  margin-top: 40px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #bababa;
  background: #fff;
  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 125px;
    border-bottom: 1px solid #bababa; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 93px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 17px;
      top: -7px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 25px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #eecb3b;
  background: #fefaec; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #eecb3b; }
    .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(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 .top_heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fa931d; }
.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;
  margin-top: 15px; }
  .client_archive .overview .image {
    width: 300px; }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    .client_archive .overview .txt .heading {
      font-size: 25px;
      font-size: 2.5rem;
      color: #fa931d;
      font-weight: 700; }
    .client_archive .overview .txt table {
      width: 100%;
      border-right: 1px solid #bababa;
      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: 12px 5px;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #5a73d5;
        background: #ced7fc;
        border-color: #fff;
        width: 23%;
        padding-right: 0;
        font-weight: 700;
        padding: 8px 0 8px 8px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      .client_archive .overview .txt table td {
        padding: 12px;
        border-top: 1px solid #bababa;
        border-bottom: 1px solid #bababa; }
        .client_archive .overview .txt table td br.archive {
          display: none; }
        .client_archive .overview .txt table td span {
          font-weight: 700;
          color: #ff839a; }
          .client_archive .overview .txt table td span strong {
            font-size: 130%; }
      .client_archive .overview .txt table .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; }
        .client_archive .overview .txt table .ico_wrap .ico {
          width: 24px; }
        .client_archive .overview .txt table .ico_wrap .txt {
          padding-left: 5px; }
.client_archive .point .ttl, .client_archive .review .ttl {
  background: #ced7fc;
  text-align: center;
  color: #5a73d5;
  font-weight: 700;
  padding: 6px 0;
  font-size: 21px;
  font-size: 2.1rem; }
.client_archive .point {
  margin-top: 12px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #ced7fc; }
  .client_archive .point .wrap {
    padding: 25px 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .client_archive .point .wrap .image {
      width: 113px; }
    .client_archive .point .wrap .txt {
      width: calc(100% - 113px);
      padding-left: 20px; }
      .client_archive .point .wrap .txt ul li {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 3px;
        position: relative;
        padding-left: 28px; }
        .client_archive .point .wrap .txt ul li:first-child {
          margin-top: 0; }
        .client_archive .point .wrap .txt ul li::before {
          content: "";
          position: absolute;
          width: 19px;
          height: 100%;
          background-image: url("img/client_ico_recommend.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 8px;
          pointer-events: none; }
        .client_archive .point .wrap .txt ul li span {
          color: #fa931d;
          font-weight: 700; }
.client_archive .review {
  border: 1px solid #ced7fc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 15px;
  overflow: hidden; }
  .client_archive .review .review_inner {
    background: #eaebf9;
    padding: 10px 0 60px;
    position: relative; }
    .client_archive .review .review_inner .quote {
      position: absolute;
      font-size: 11px;
      font-size: 1.1rem;
      right: 130px;
      bottom: 30px; }
  .client_archive .review .review_slides {
    width: 710px;
    margin: 0 auto; }
    .client_archive .review .review_slides .review_slide {
      padding: 10px;
      width: 100%; }
    .client_archive .review .review_slides .txt {
      font-size: 13px;
      font-size: 1.3rem;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      -webkit-box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
      -moz-box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
      box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
      padding: 25px 50px; }
    .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 #415bc2;
        opacity: 1; }
      .client_archive .review .review_slides .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #415bc2; }
  .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 .pr_contents {
  margin: 20px 0 0; }
  .client_archive .pr_contents h2 {
    background: #5a73d5;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem;
    padding: 30px 0; }
  .client_archive .pr_contents .inner {
    width: 800px;
    margin: 0 auto;
    padding: 15px 0px 25px;
    background-color: #eef1ff;
    border-radius: 30px; }
    .client_archive .pr_contents .inner .osusume h3 {
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      color: #fa931d;
      line-height: 1.4; }
    .client_archive .pr_contents .inner .osusume .important {
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem;
      padding: 0 130px 0 0; }
    .client_archive .pr_contents .inner .osusume .midashi {
      font-weight: 700;
      font-size: 33px;
      font-size: 3.3rem;
      color: #ff839a;
      padding-bottom: 10px;
      margin-top: -20px;
      text-align: center;
      position: relative; }
      .client_archive .pr_contents .inner .osusume .midashi img {
        position: absolute;
        width: 60px;
        left: 29%;
        top: 0px; }
  .client_archive .pr_contents .cta_btn {
    max-width: 450px;
    margin: 10px auto 0; }
    .client_archive .pr_contents .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
    .client_archive .pr_contents .cta_btn .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }
    .client_archive .pr_contents .cta_btn .txt {
      text-align: center;
      font-weight: 700;
      color: #fa931d;
      font-size: 23px;
      font-size: 2.3rem;
      margin: 10px 0; }
  .client_archive .pr_contents .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 .pr_contents .wrap .image {
      width: 300px; }
    .client_archive .pr_contents .wrap .note {
      padding: 15px;
      background-color: #fff;
      margin: 0 10px;
      border-radius: 15px;
      text-align: center; }
      .client_archive .pr_contents .wrap .note img {
        width: 240px;
        margin: 0 auto; }
      .client_archive .pr_contents .wrap .note .name {
        font-weight: 700;
        padding-top: 3px; }
      .client_archive .pr_contents .wrap .note .price {
        position: relative; }
        .client_archive .pr_contents .wrap .note .price b {
          text-decoration: line-through #ff839a;
          font-weight: normal; }
        .client_archive .pr_contents .wrap .note .price span {
          text-decoration: none;
          font-weight: 700;
          font-size: 20px;
          font-size: 2rem;
          color: #ff3c60; }
          .client_archive .pr_contents .wrap .note .price span::after {
            content: attr(data-en);
            position: absolute;
            top: 17%;
            left: 45%;
            /*transform: translateX(-50%);*/
            color: #ff569a26;
            font-size: 30px;
            transform: scale(1.7, 1); }
        .client_archive .pr_contents .wrap .note .price strong {
          text-decoration: none;
          font-weight: 700;
          font-size: 24px;
          font-size: 2.4rem; }
    .client_archive .pr_contents .wrap .text {
      width: calc(100% - 300px);
      padding-left: 30px; }
      .client_archive .pr_contents .wrap .text .name {
        text-align: center; }
      .client_archive .pr_contents .wrap .text .name a {
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        text-decoration: none; }
      .client_archive .pr_contents .wrap .text .heading {
        font-weight: 700;
        color: #fa931d;
        font-size: 24px;
        font-size: 2.4rem;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 3px dotted #fa931d;
        margin-bottom: 10px; }
        .client_archive .pr_contents .wrap .text .heading span {
          font-size: 20px;
          font-size: 2rem; }
      .client_archive .pr_contents .wrap .text p {
        margin-top: 15px;
        font-size: 15px;
        font-size: 1.5rem; }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #fa931d;
    font-size: 23px;
    font-size: 2.3rem; }
  .client_archive .cta .cta_btn {
    width: 700px;
    margin: 8px auto 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .client_archive .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }

.section04 h2 {
  background: #5a73d5;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 15px 0; }
  .section04 h2 .ttl_wrap {
    display: inline-block;
    position: relative; }
    .section04 h2 .ttl_wrap::before {
      content: "";
      position: absolute;
      width: 51px;
      height: 56px;
      background-image: url("img/section03_ttl_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: -80px;
      top: 3px;
      pointer-events: none;
      z-index: 10; }
    .section04 h2 .ttl_wrap span {
      font-size: 25px;
      font-size: 2.5rem; }
.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0 75px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 table tbody tr:first-child {
  position: relative;
  background: #fefaec; }
.section04 table {
  width: 100%;
  border: 1px solid #bababa;
  border-top: none;
  background: #fff; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    padding: 8px 5px; }
  .section04 table thead th {
    background: #ced7fc;
    color: #5a73d5;
    line-height: 1.2;
    padding-top: 14px;
    padding-bottom: 14px;
    border-color: #fff; }
  .section04 table tbody {
    /*
    tr:first-child {
    	position: relative;
    	border:2px solid $subColor;
    }
    */ }
    .section04 table tbody .image {
      display: block;
      width: 75%;
      margin: auto; }
    .section04 table tbody .ico {
      width: 36px;
      margin: 0 auto 5px; }
    .section04 table tbody td p {
      line-height: 1.4;
      font-size: 13px;
      font-size: 1.3rem; }
    .section04 table tbody td span {
      color: #ff839a;
      font-weight: 700;
      font-size: 80%; }
      .section04 table tbody td span strong {
        font-size: 130%; }
    .section04 table tbody a p {
      color: #10adf6;
      font-weight: 500;
      text-decoration: underline; }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section04 .cta_btn a {
  line-height: 1.3;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.section05 {
  background: #eaebf9; }
  .section05 h2 {
    background: #5a73d5;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem;
    padding: 30px 0; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 70px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
  .section05 .container {
    position: relative;
    padding: 70px 90px 40px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
  .section05 .cta {
    max-width: 700px;
    margin: 30px auto 0; }
    .section05 .cta a {
      font-size: 20px;
      font-size: 2rem; }
    .section05 .cta .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }
    .section05 .cta .txt {
      text-align: center;
      font-weight: 700;
      color: #fa931d;
      font-size: 23px;
      font-size: 2.3rem;
      margin: 10px 0; }
  .section05 .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; }
    .section05 .wrap .image {
      width: 300px; }
    .section05 .wrap .text {
      width: calc(100% - 300px);
      padding-left: 30px; }
      .section05 .wrap .text .name {
        text-align: center; }
      .section05 .wrap .text .name a {
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        text-decoration: none; }
      .section05 .wrap .text .heading {
        font-weight: 700;
        color: #fa931d;
        font-size: 24px;
        font-size: 2.4rem;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 3px dotted #fa931d;
        margin-bottom: 10px; }
        .section05 .wrap .text .heading span {
          font-size: 20px;
          font-size: 2rem; }
      .section05 .wrap .text p {
        margin-top: 15px;
        font-size: 15px;
        font-size: 1.5rem; }

.pr_contents {
  margin: 20px 0 0; }
  .pr_contents h2 {
    background: #5a73d5;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem;
    padding: 30px 0; }
  .pr_contents .inner {
    width: 800px;
    margin: 0 auto;
    padding: 15px 0px 25px;
    background-color: #eef1ff;
    border-radius: 30px; }
    .pr_contents .inner .osusume h3 {
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      color: #fa931d;
      line-height: 1.4; }
    .pr_contents .inner .osusume .important {
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem;
      padding: 0 130px 0 0; }
    .pr_contents .inner .osusume .midashi {
      font-weight: 700;
      font-size: 33px;
      font-size: 3.3rem;
      color: #ff839a;
      padding-bottom: 10px;
      margin-top: -20px;
      text-align: center;
      position: relative; }
      .pr_contents .inner .osusume .midashi img {
        position: absolute;
        width: 60px;
        left: 29%;
        top: 0px; }
  .pr_contents .cta_btn {
    max-width: 450px;
    margin: 10px auto 0; }
    .pr_contents .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
    .pr_contents .cta_btn .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }
    .pr_contents .cta_btn .txt {
      text-align: center;
      font-weight: 700;
      color: #fa931d;
      font-size: 23px;
      font-size: 2.3rem;
      margin: 10px 0; }
  .pr_contents .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; }
    .pr_contents .wrap .image {
      width: 300px; }
    .pr_contents .wrap .note {
      padding: 15px;
      background-color: #fff;
      margin: 0 10px;
      border-radius: 15px;
      text-align: center; }
      .pr_contents .wrap .note img {
        width: 240px;
        margin: 0 auto; }
      .pr_contents .wrap .note .name {
        font-weight: 700;
        padding-top: 3px; }
      .pr_contents .wrap .note .price {
        position: relative; }
        .pr_contents .wrap .note .price b {
          text-decoration: line-through #ff839a;
          font-weight: normal; }
        .pr_contents .wrap .note .price span {
          text-decoration: none;
          font-weight: 700;
          font-size: 20px;
          font-size: 2rem;
          color: #ff3c60; }
          .pr_contents .wrap .note .price span::after {
            content: attr(data-en);
            position: absolute;
            top: 17%;
            left: 45%;
            /*transform: translateX(-50%);*/
            color: #ff569a26;
            font-size: 30px;
            transform: scale(1.7, 1); }
        .pr_contents .wrap .note .price strong {
          text-decoration: none;
          font-weight: 700;
          font-size: 24px;
          font-size: 2.4rem; }
    .pr_contents .wrap .text {
      width: calc(100% - 300px);
      padding-left: 30px; }
      .pr_contents .wrap .text .name {
        text-align: center; }
      .pr_contents .wrap .text .name a {
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        text-decoration: none; }
      .pr_contents .wrap .text .heading {
        font-weight: 700;
        color: #fa931d;
        font-size: 24px;
        font-size: 2.4rem;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 3px dotted #fa931d;
        margin-bottom: 10px; }
        .pr_contents .wrap .text .heading span {
          font-size: 20px;
          font-size: 2rem; }
      .pr_contents .wrap .text p {
        margin-top: 15px;
        font-size: 15px;
        font-size: 1.5rem; }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(90, 115, 213, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 90px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
  .fixed_cta .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px; }
  .fixed_cta .cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    right: 100px; }
    .fixed_cta .cta .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem;
      padding: 10px 0; }

.footer .inner {
  padding: 50px 0 30px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      width: 100%; } }
.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: 100px; }
  .footer .privacy .txt {
    padding-left: 20px; }
.footer .f_nav {
  width: 800px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  margin: 20px auto 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 {
      margin-left: 30px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none; }
.footer .copyright {
  background: #5a73d5;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 160px;
        width: 60%; }
    .exitProtection .wrap .btn {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 23px;
      width: 370px; }
      .exitProtection .wrap .btn .cta_btn span {
        display: block;
        text-decoration: none;
        line-height: 1.2;
        color: #fff !important;
        font-weight: 700;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        padding: 6px; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }

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

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

.search_section {
  margin: 20px 0; }
  .search_section .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 20px 40px;
    background: #eef1ff;
    border-radius: 20px; }
  .search_section .ttl {
    padding: 14px 0;
    color: #fa931d;
    text-align: center;
    font-size: 20px;
    font-size: 2rem; }
    .search_section .ttl span {
      position: relative;
      display: inline-block;
      padding-left: 45px;
      color: #5a73d5;
      font-weight: 700;
      font-size: 35px;
      font-size: 3.5rem;
      font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; }
      .search_section .ttl span::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 5px;
        width: 32px;
        height: 35px;
        background: url("img/moon.png") no-repeat left top/100% auto; }
  .search_section table {
    width: 950px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    padding: 15px 0px;
    border-collapse: revert; }
    .search_section table th {
      width: 200px;
      text-align: right;
      font-weight: 500;
      font-size: 17px;
      font-size: 1.7rem;
      padding-right: 10px; }
  .search_section .checkbox input {
    display: none; }
  .search_section .checkbox {
    -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;
    margin: 5px 0; }
    .search_section .checkbox .parts {
      margin: 0 10px 0 0;
      border: 1px solid #5a73d5;
      display: block;
      padding: 15px 7px;
      text-align: center;
      border-radius: 5px;
      width: 220px;
      font-size: 15px;
      margin-bottom: 7px; }
      .search_section .checkbox .parts:hover {
        background-color: #cbd5ff; }
  .search_section .checkbox .parts::before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%; }
  .search_section .checkbox input:checked + .parts {
    color: #5a73d5;
    background-color: #cbd5ff; }
    .search_section .checkbox input:checked + .parts::after {
      content: '';
      display: block;
      position: absolute;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #5a73d5;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%; }
  .search_section .checkbox input:checked + li {
    color: #5a73d5;
    background-color: #cbd5ff; }
    .search_section .checkbox input:checked + li::after {
      content: '';
      display: block;
      position: absolute;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #5a73d5;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%; }
  .search_section .search_btn {
    width: 400px;
    margin: 25px auto 0; }
    .search_section .search_btn button {
      display: block;
      width: 100%;
      border: none;
      border-radius: 65px;
      -moz-border-radius: 65px;
      -webkit-border-radius: 65px;
      -o-border-radius: 65px;
      -ms-border-radius: 65px;
      color: #fff;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 65px;
      outline: none; }

.page_resultpage {
  padding: 40px 0; }
  .page_resultpage .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0; }
  .page_resultpage .result_head {
    margin-bottom: 40px; }
    .page_resultpage .result_head .result_ttl {
      height: 61px;
      padding: 8px 0 0 270px;
      background: url("img/search_ttl.png") no-repeat center center;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 900; }
    .page_resultpage .result_head table {
      width: 100%;
      margin-top: 15px;
      background: #fff; }
      .page_resultpage .result_head table th, .page_resultpage .result_head table td {
        border: 1px solid #e9e9e9;
        width: calc(100% / 6);
        padding: 5px;
        font-size: 13px;
        font-size: 1.3rem; }
      .page_resultpage .result_head table th {
        background: #5a73d5;
        color: #fff;
        text-align: center; }
      .page_resultpage .result_head table td {
        padding: 5px 10px; }
  .page_resultpage .search_section {
    margin-top: 60px; }
    .page_resultpage .search_section .inner {
      padding: 0px 0px 40px; }

.result_body table {
  width: 100%;
  background: #fff; }
  .result_body table th, .result_body table td {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
  .result_body table thead th {
    padding: 10px;
    background: #5a73d5;
    color: #fff;
    font-weight: 700; }
  .result_body table td {
    padding: 10px 5px; }
    .result_body table td.image {
      width: 150px; }
      .result_body table td.image img {
        width: 110px; }
      .result_body table td.image a {
        display: block;
        color: #10adf6; }
        .result_body table td.image a:hover img {
          opacity: 1; }
      .result_body table td.image p {
        margin-top: 3px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 500; }
    .result_body table td.btn {
      width: 130px; }
    .result_body table td.image a[href=""], .result_body table td.btn .cta_btn a[href=""] {
      pointer-events: none;
      text-decoration: none; }
      .result_body table td.image a[href=""] p, .result_body table td.btn .cta_btn a[href=""] p {
        color: #333;
        text-decoration: none; }
    .result_body table td .txt {
      line-height: 1.4; }
.result_body .cta_btn a {
  padding: 15px 5px;
  font-size: 14px;
  font-size: 1.4rem; }
