@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: 'LINE Seed JP_OTF Bold';
  src: url("font/LINESeedJP_OTF_Bd.otf"); }
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 #bc5101;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bc5101;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bc5101;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bc5101;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bc5101;
    top: 0px; } }
.cta_btn {
  position: relative;
  max-width: 650px;
  margin: 0 auto 5px;
  box-shadow: 0 5px 0 #bc5101;
  background: #ff6d01;
  -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 {
      opacity: .75; } }
  @media only screen and (max-width: 768px) {
    .cta_btn {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .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: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding: 17px 5px; }
  .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: #333333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.08em; }

/*.header,
.wrapper,
.footer {
	min-width: 1000px;
}*/
a {
  color: #1015f6; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #1015f6;
    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 {
    opacity: .75; } }
.red {
  color: #fe2724; }

.yellow {
  color: #feda3b; }

.marker {
  background: linear-gradient(transparent 60%, #feda3b 60%); }

.large {
  font-size: 120%; }

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

.header {
  background: #fff;
  border-top: 4px solid #e70010; }
  .header .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 12px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 10px; } }
    .header .inner .site_logo {
      width: min(57vw, 425px);
      margin: 0; }
      .header .inner .site_logo img {
        width: 100%;
        height: auto; }
    .header .inner .pr_header {
      position: absolute;
      right: 0;
      top: 17px; }
      @media only screen and (max-width: 768px) {
        .header .inner .pr_header {
          right: 10px;
          top: 10px;
          width: 33px; } }

.main_ttl {
  padding: 20px 0;
  background: #fe2724;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      padding: 10px 0;
      font-size: 21px;
      font-size: 2.1rem; } }
  .main_ttl strong {
    font-size: 130%;
    color: #feda3b; }
    @media only screen and (max-width: 768px) {
      .main_ttl strong {
        line-height: 1.3; } }

.article .page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(254, 39, 36, 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; }
  .article .page_top:hover {
    background: #709bdb;
    color: #fff; }
  .article .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .article .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .article .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }
.article .fv {
  background: no-repeat center top/cover url("img/fv_bg.jpg"); }
  @media only screen and (max-width: 768px) {
    .article .fv {
      background: none; } }
  .article .fv .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .article .fv .inner {
        width: 100%; } }
    @media only screen and (min-width: 769px) {
      .article .fv .inner {
        max-height: 310px;
        height: 31vw; } }
    @media only screen and (max-width: 768px) {
      .article .fv .inner {
        width: 100%;
        height: auto; } }
  .article .fv .fv_img {
    z-index: 1;
    position: absolute;
    left: 6.5%;
    bottom: 13%;
    max-width: 56%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .article .fv .fv_img {
        position: static;
        transform: none;
        max-width: unset; }
        .article .fv .fv_img img {
          width: 100%; } }
.article .wrapper {
  max-width: 100%; }
.article .remarks {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 10px; }
.article .client_table {
  position: relative;
  background: #fff; }
  .article .client_table table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #dcdcdc; }
    .article .client_table table th, .article .client_table table td {
      padding: 10px 1.5%;
      border: 1px solid #dcdcdc;
      font-size: min(1.4vw, 1.4rem);
      text-align: center;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .article .client_table table th, .article .client_table table td {
          font-size: 12.5px;
          font-size: 1.25rem; } }
    .article .client_table table thead th {
      position: relative;
      padding: 10px;
      color: #fe2724;
      text-align: center;
      background: #fee2e2; }
      @media only screen and (max-width: 768px) {
        .article .client_table table thead th {
          padding: 4px 0;
          line-height: 1.2; } }
    @media only screen and (max-width: 768px) {
      .article .client_table table tbody td {
        padding: 6px 2px;
        font-size: 12.5px;
        font-size: 1.25rem; } }
    .article .client_table table tbody td .ico {
      width: 48px;
      margin: 0 auto 3px; }
      @media only screen and (max-width: 768px) {
        .article .client_table table tbody td .ico {
          width: 28px; } }
    .article .client_table table tbody td .rank {
      margin: 0 auto;
      max-width: 100%;
      width: 61px;
      height: 47px;
      background-repeat: no-repeat;
      background-size: contain; }
    .article .client_table table tbody td.image {
      padding: 10px 2.2%;
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (max-width: 768px) {
        .article .client_table table tbody td.image {
          padding: 6px 2.2%; } }
    .article .client_table table tbody tr:first-child td {
      background: #fffde4; }
      .article .client_table table tbody tr:first-child td .rank {
        background-image: url("img/ico_crown1.png"); }
    .article .client_table table tbody tr:nth-child(2) td .rank {
      background-image: url("img/ico_crown2.png"); }
    .article .client_table table tbody tr:nth-child(3) td .rank {
      background-image: url("img/ico_crown3.png"); }
  .article .client_table .cta_btn {
    margin-bottom: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .article .client_table .cta_btn {
        margin-bottom: 0;
        width: 80%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .article .client_table .cta_btn a {
      padding: 24px 0;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .article .client_table .cta_btn a {
          padding: 8px 0;
          font-size: 13px;
          font-size: 1.3rem; } }
.article .section01 .inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 10px 60px; }
  @media only screen and (max-width: 768px) {
    .article .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .article .section01 .inner {
      padding: 15px 10px 35px; } }
.article .section01 .main_ttl {
  padding: 15px 0;
  letter-spacing: 0.08em; }
  @media only screen and (max-width: 768px) {
    .article .section01 .main_ttl {
      padding: 10px 0; } }
.article .section01 .note {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  margin: 0 auto;
  max-width: 750px; }
  @media only screen and (max-width: 768px) {
    .article .section01 .note {
      -webkit-gap: 3%;
      -moz-gap: 3%;
      -ms-gap: 3%;
      -o-gap: 3%;
      gap: 3%; } }
  .article .section01 .note .img {
    align-self: flex-end;
    width: 18.5%;
    margin-left: 1%; }
    @media only screen and (max-width: 768px) {
      .article .section01 .note .img {
        width: 25%;
        max-width: 122px;
        margin-left: 3%; } }
  .article .section01 .note .wrap {
    margin: 8px 0 30px;
    padding: 20px 4.5%;
    text-align: left;
    border: dotted 2px #fe2724;
    flex: 1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .article .section01 .note .wrap {
        margin: 3px 2.5% 20px 0;
        padding: 15px 4%;
        line-height: 1.4; } }
    .article .section01 .note .wrap span {
      color: #fe2724;
      font-size: 120%;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .article .section01 .note .wrap span {
          line-height: 1; } }
.article .section01 .client_table thead th:nth-child(1) {
  width: 14.5%; }
  @media only screen and (max-width: 768px) {
    .article .section01 .client_table thead th:nth-child(1) {
      width: 8.5%; } }
.article .section01 .client_table thead th:nth-child(2) {
  width: 19%; }
  @media only screen and (max-width: 768px) {
    .article .section01 .client_table thead th:nth-child(2) {
      width: 24%; } }
@media only screen and (max-width: 768px) {
  .article .section01 .client_table thead th:last-child {
    width: 15%; } }
.article .section01 .client_table tbody tr:first-child {
  border: solid 2px #fe2724; }
.article .section02 {
  background: #fe2724; }
  .article .section02 .inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 15px 10px 65px; }
    @media only screen and (max-width: 768px) {
      .article .section02 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .article .section02 .inner {
        padding: 15px 10px 40px; } }
  .article .section02 .recommend_ttl {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .article .section02 .recommend_ttl {
        margin-bottom: 12px; } }
    .article .section02 .recommend_ttl .ttl_wrap {
      position: relative;
      display: inline-block;
      font-size: 25px;
      font-size: 2.5rem; }
      @media only screen and (max-width: 768px) {
        .article .section02 .recommend_ttl .ttl_wrap {
          font-size: 21px;
          font-size: 2.1rem; } }
      .article .section02 .recommend_ttl .ttl_wrap::before, .article .section02 .recommend_ttl .ttl_wrap::after {
        content: "";
        width: 60px;
        height: 74px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 5px; }
        @media only screen and (max-width: 768px) {
          .article .section02 .recommend_ttl .ttl_wrap::before, .article .section02 .recommend_ttl .ttl_wrap::after {
            width: 42px;
            height: 52px; } }
      .article .section02 .recommend_ttl .ttl_wrap::before {
        background-image: url("img/ttl_before.png");
        right: calc(100% + 15px); }
        @media only screen and (max-width: 768px) {
          .article .section02 .recommend_ttl .ttl_wrap::before {
            right: calc(100% + 8px); } }
      .article .section02 .recommend_ttl .ttl_wrap::after {
        background-image: url("img/ttl_after.png");
        left: calc(100% + 15px); }
        @media only screen and (max-width: 768px) {
          .article .section02 .recommend_ttl .ttl_wrap::after {
            left: calc(100% + 8px); } }
      .article .section02 .recommend_ttl .ttl_wrap img {
        left: calc(100% + 90px);
        position: absolute;
        top: 30%;
        z-index: 1; }
        @media only screen and (max-width: 768px) {
          .article .section02 .recommend_ttl .ttl_wrap img {
            left: 128%;
            width: 36%;
            top: 26%; } }
    .article .section02 .recommend_ttl strong {
      color: #feda3b;
      letter-spacing: 0.3em;
      font-size: 34px;
      font-size: 3.4rem; }
      @media only screen and (max-width: 768px) {
        .article .section02 .recommend_ttl strong {
          font-size: 29px;
          font-size: 2.9rem; } }
.article .section03 h2 {
  padding: 25px 0;
  color: #fe2724;
  background: #feda3b; }
  @media only screen and (max-width: 768px) {
    .article .section03 h2 {
      padding: 10px 0; } }
.article .section03 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 10px 65px; }
  @media only screen and (max-width: 768px) {
    .article .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .article .section03 .inner {
      padding: 15px 10px 40px; } }
.article .client_archive > ul > li + li {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .article .client_archive > ul > li + li {
      margin-top: 25px; } }
.article .client_archive .client_card {
  border: 2px solid #fe2724;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (max-width: 768px) {
    .article .client_archive .client_card {
      border-width: 1px; } }
  .article .client_archive .client_card .client_name {
    position: relative;
    padding: 10px 200px 12px 120px;
    border-bottom: 1px solid #fe2724;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .client_card .client_name {
        padding: 5px 5px 5px 65px;
        font-size: 21.875px;
        font-size: 2.1875rem; } }
    .article .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      top: -5px;
      left: 23px;
      width: 70px;
      height: 90px;
      background: url("img/ico_rank1.png") no-repeat left top/100% auto; }
      @media only screen and (max-width: 768px) {
        .article .client_archive .client_card .client_name::before {
          left: 10px;
          width: 46px; } }
    .article .client_archive .client_card .client_name .label {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 22px; }
      .article .client_archive .client_card .client_name .label span {
        margin-left: 10px;
        padding: 6px 14px;
        color: #feda3b;
        background: #fe2724;
        font-weight: 600;
        font-size: 18px;
        font-size: 1.8rem;
        border-radius: 100vmax;
        -moz-border-radius: 100vmax;
        -webkit-border-radius: 100vmax;
        -o-border-radius: 100vmax;
        -ms-border-radius: 100vmax; }
        @media only screen and (max-width: 768px) {
          .article .client_archive .client_card .client_name .label span {
            padding: 2px 11px;
            letter-spacing: 0.14em;
            margin-left: 0;
            margin-right: 5px;
            font-size: 13px;
            font-size: 1.3rem; } }
      @media only screen and (max-width: 768px) {
        .article .client_archive .client_card .client_name .label {
          top: 13px;
          left: 15px;
          right: unset;
          transform: unset; } }
  .article .client_archive .client_card .client_inner {
    padding: 30px 25px 20px; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .client_card .client_inner {
        padding: 15px 10px 10px; } }
.article .client_archive > ul > li:nth-child(1) .client_card {
  background: #fffde4; }
.article .client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank2.png"); }
.article .client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank3.png"); }
.article .client_archive .overview {
  display: grid;
  grid-template-columns: 31.7% auto;
  /* 左右カラムの幅 */
  grid-template-rows: auto 1fr auto;
  grid-auto-flow: dense;
  grid-template-areas: "image heading" "image txt" "image cta1" "point point" "review review" "cta2 cta2" "osusume osusume" "cta3 cta3";
  -webkit-gap: 5px 15px;
  -moz-gap: 5px 15px;
  -ms-gap: 5px 15px;
  -o-gap: 5px 15px;
  gap: 5px 15px;
  /* grid-template-areas用の要素名割り当て */ }
  @media only screen and (max-width: 768px) {
    .article .client_archive .overview {
      grid-template-columns: 100%;
      grid-template-areas: "image" "heading" "cta1" "point" "review" "cta2" "txt" "osusume" "cta3"; } }
  .article .client_archive .overview .image {
    grid-area: image; }
  .article .client_archive .overview .heading {
    grid-area: heading; }
  .article .client_archive .overview .txt {
    grid-area: txt; }
  .article .client_archive .overview .point {
    grid-area: point; }
  .article .client_archive .overview .review {
    grid-area: review; }
  .article .client_archive .overview .osusume {
    grid-area: osusume; }
  .article .client_archive .overview .cta.first {
    grid-area: cta1; }
  .article .client_archive .overview .cta.second {
    grid-area: cta2; }
  .article .client_archive .overview .cta.third {
    grid-area: cta3; }
  .article .client_archive .overview .heading {
    font-size: min(2.3vw, 2.3rem);
    color: #fe2724;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .overview .heading {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem; } }
  .article .client_archive .overview .image {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .overview .image {
        grid-row: unset;
        width: 55%;
        margin: auto; } }
  .article .client_archive .overview .txt .items {
    width: 100%;
    display: table;
    background: #fff; }
    .article .client_archive .overview .txt .items .item {
      display: grid;
      grid-template-columns: 20% 1fr 20% 1fr;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (min-width: 769px) {
        .article .client_archive .overview .txt .items .item {
          font-size: min(1.4vw, 1.4rem); }
          .article .client_archive .overview .txt .items .item.column {
            grid-template-columns: 20% 1fr; } }
      @media only screen and (max-width: 768px) {
        .article .client_archive .overview .txt .items .item {
          grid-template-columns: 28% 1fr; } }
      .article .client_archive .overview .txt .items .item .item_h {
        display: grid;
        align-items: center;
        padding: 12px 5px;
        background: #fee2e2;
        border: .5px solid #e7e7e7;
        font-weight: 600;
        color: #fe2724;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          .article .client_archive .overview .txt .items .item .item_h {
            padding: 5px; } }
      .article .client_archive .overview .txt .items .item .item_b {
        display: grid;
        align-items: center;
        padding: 12px 5px;
        border: .5px solid #e7e7e7;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          .article .client_archive .overview .txt .items .item .item_b {
            display: block; } }
        .article .client_archive .overview .txt .items .item .item_b br.archive {
          display: none; }
        .article .client_archive .overview .txt .items .item .item_b .ico_wrap {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          .article .client_archive .overview .txt .items .item .item_b .ico_wrap .ico {
            width: 20px;
            margin-right: 5px; }
          .article .client_archive .overview .txt .items .item .item_b .ico_wrap p {
            flex: 1; }
  .article .client_archive .overview .txt table {
    table-layout: fixed;
    width: 100%;
    background: #fff; }
    .article .client_archive .overview .txt table th, .article .client_archive .overview .txt table td {
      padding: 10px 5px;
      border: 1px solid #e7e7e7;
      vertical-align: middle;
      font-size: 14px;
      font-size: 1.4rem; }
    .article .client_archive .overview .txt table th {
      width: 17%;
      background: #fee2e2;
      color: #fff; }
    .article .client_archive .overview .txt table td br.archive {
      display: none; }
    .article .client_archive .overview .txt table td .ico_wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .article .client_archive .overview .txt table td .ico_wrap .ico {
        width: 20px;
        margin-right: 5px; }
      .article .client_archive .overview .txt table td .ico_wrap p {
        width: calc(100% - 25px); }
  .article .client_archive .overview .cta {
    margin: 20px auto;
    width: 100%; }
    .article .client_archive .overview .cta.first {
      margin: 5px 0 0; }
      @media only screen and (max-width: 768px) {
        .article .client_archive .overview .cta.first {
          margin: 0 auto; } }
    @media only screen and (max-width: 768px) {
      .article .client_archive .overview .cta {
        margin: 10px auto 0;
        width: 95%; } }
    .article .client_archive .overview .cta .cta_btn {
      max-width: 700px; }
      @media only screen and (max-width: 768px) {
        .article .client_archive .overview .cta .cta_btn {
          border-radius: 8px;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          -o-border-radius: 8px;
          -ms-border-radius: 8px; } }
      .article .client_archive .overview .cta .cta_btn a {
        font-size: 21px;
        font-size: 2.1rem; }
        @media only screen and (max-width: 768px) {
          .article .client_archive .overview .cta .cta_btn a {
            font-size: 17px;
            font-size: 1.7rem; } }
    .article .client_archive .overview .cta .sponsor {
      margin-top: 10px;
      text-align: center;
      font-size: 11px;
      font-size: 1.1rem; }
      @media only screen and (max-width: 768px) {
        .article .client_archive .overview .cta .sponsor {
          margin-top: 10px;
          font-size: 10px;
          font-size: 1rem; } }
.article .client_archive .point, .article .client_archive .review, .article .client_archive .osusume {
  overflow: hidden;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #fe2724;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (max-width: 768px) {
    .article .client_archive .point, .article .client_archive .review, .article .client_archive .osusume {
      margin-top: 5px; } }
  .article .client_archive .point .ttl, .article .client_archive .review .ttl, .article .client_archive .osusume .ttl {
    padding: 7px 5px;
    background: #fee2e2;
    text-align: center;
    color: #fe2724;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .point .ttl, .article .client_archive .review .ttl, .article .client_archive .osusume .ttl {
        padding: 4px;
        font-size: 16.25px;
        font-size: 1.625rem; } }
.article .client_archive .point .content {
  padding: 10px 25px 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .article .client_archive .point .content {
      padding: 10px 10px 15px;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start; } }
  .article .client_archive .point .content .ico {
    margin-right: 15px;
    width: 130px; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .point .content .ico {
        display: none; } }
  @media only screen and (max-width: 768px) {
    .article .client_archive .point .content ul {
      width: 100%; } }
  .article .client_archive .point .content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .point .content ul li {
        padding-left: 15px;
        font-size: 17px;
        font-size: 1.7rem; } }
    .article .client_archive .point .content ul li::before {
      content: '✓';
      position: absolute;
      top: 0;
      left: 0;
      color: #fe2724;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .article .client_archive .point .content ul li::before {
          top: -3px; } }
    .article .client_archive .point .content ul li + li {
      margin-top: 3px; }
.article .client_archive .review .content {
  padding: 0 1px 30px; }
  @media only screen and (max-width: 768px) {
    .article .client_archive .review .content {
      padding: 0 1px 15px; } }
  .article .client_archive .review .content .review_slides .slick-track {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
  .article .client_archive .review .content .review_slides .review_slide {
    padding: 20px;
    height: auto !important; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .review .content .review_slides .review_slide {
        padding: 10px 8px; } }
  .article .client_archive .review .content .slide_inner {
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 15px 3.5% 30px;
    max-width: 740px;
    height: 100%;
    background: #f1eeee;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 0px 5px 7px 0px rgba(124, 124, 124, 0.13); }
    @media only screen and (max-width: 768px) {
      .article .client_archive .review .content .slide_inner {
        padding: 12px 16px; } }
    .article .client_archive .review .content .slide_inner > div {
      width: 100%; }
    .article .client_archive .review .content .slide_inner::before {
      display: inline-block;
      content: "";
      margin-right: 3%;
      width: 13%;
      height: 100%;
      background: no-repeat center 10px/contain url("img/ico_review.png"); }
      @media only screen and (max-width: 768px) {
        .article .client_archive .review .content .slide_inner::before {
          position: absolute;
          width: 50px;
          background-position-y: 3px; } }
    .article .client_archive .review .content .slide_inner .title {
      position: relative;
      margin: 0 0 8px;
      padding: 0 0 10px;
      font-weight: 600;
      border-bottom: solid 1px #fe2724;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .article .client_archive .review .content .slide_inner .title {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          margin: 0 0 5px;
          padding: 0 0 10px 60px;
          min-height: 65px; } }
      .article .client_archive .review .content .slide_inner .title .status {
        font-weight: normal; }
        @media only screen and (max-width: 768px) {
          .article .client_archive .review .content .slide_inner .title .status {
            font-size: 17px;
            font-size: 1.7rem; } }
      .article .client_archive .review .content .slide_inner .title .txt {
        font-size: 15px;
        font-size: 1.5rem; }
  .article .client_archive .review .content .slick-dots {
    bottom: -2px; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .review .content .slick-dots {
        bottom: -15px; } }
    .article .client_archive .review .content .slick-dots li {
      width: 11px;
      height: 11px;
      margin: 0 8px; }
      .article .client_archive .review .content .slick-dots li button {
        width: 11px;
        height: 11px;
        padding: 0;
        background: #fff;
        border: 1px solid #fe2724;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
        @media only screen and (max-width: 768px) {
          .article .client_archive .review .content .slick-dots li button {
            width: 13px;
            height: 13px; } }
        .article .client_archive .review .content .slick-dots li button::before {
          content: none; }
      .article .client_archive .review .content .slick-dots li.slick-active button {
        background: #fee2e2; }
  .article .client_archive .review .content .slick-dotted.slick-slider {
    margin-bottom: 40px; }
  .article .client_archive .review .content .quote {
    margin: -50px auto 0;
    padding: 0 20px;
    max-width: 780px;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .review .content .quote {
        margin-top: -15px;
        padding: 0 5px;
        font-size: 9px;
        font-size: 0.9rem; } }
.article .client_archive .osusume .content {
  padding: 15px 25px 25px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .article .client_archive .osusume .content {
      padding: 10px 10px 15px; } }
  @media only screen and (max-width: 768px) {
    .article .client_archive .osusume .content ul {
      width: 100%; } }
  .article .client_archive .osusume .content ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .osusume .content ul li {
        padding-left: 25px; } }
    .article .client_archive .osusume .content ul li strong {
      font-weight: 700;
      background: linear-gradient(transparent 60%, #feda3b 60%);
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .article .client_archive .osusume .content ul li strong {
          font-size: 19px;
          font-size: 1.9rem; } }
    .article .client_archive .osusume .content ul li::before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 25px;
      height: 25px;
      background: no-repeat center/contain url("img/ico_check.png"); }
      @media only screen and (max-width: 768px) {
        .article .client_archive .osusume .content ul li::before {
          width: 16px;
          height: 16px; } }
    .article .client_archive .osusume .content ul li + li {
      margin-top: 3px; }
.article .client_archive .reccomend_item .client_card {
  background: #fff !important; }
  .article .client_archive .reccomend_item .client_card .client_name {
    padding-left: 25px; }
    @media only screen and (max-width: 768px) {
      .article .client_archive .reccomend_item .client_card .client_name {
        padding-top: 35px;
        padding-left: 15px; } }
    .article .client_archive .reccomend_item .client_card .client_name::before {
      display: none; }
.article .section04 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 10px 60px; }
  @media only screen and (max-width: 768px) {
    .article .section04 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .article .section04 .inner {
      padding: 12px 0 35px; } }
@media only screen and (max-width: 768px) {
  .article .section04 .wrap {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
    overflow-x: scroll; } }
@media only screen and (max-width: 768px) {
  .article .section04 .client_table {
    width: 760px; } }
.article .section04 .client_table table thead th {
  padding: 10px 0; }
  .article .section04 .client_table table thead th:first-child {
    width: 8%; }
    @media only screen and (max-width: 768px) {
      .article .section04 .client_table table thead th:first-child {
        width: 4%; } }
  .article .section04 .client_table table thead th:nth-child(2) {
    width: 15%; }
    @media only screen and (max-width: 768px) {
      .article .section04 .client_table table thead th:nth-child(2) {
        width: 12%; } }
.article .section04 .client_table table tbody tr:first-child {
  border: solid 2px #fe2724; }
.article .section04 .client_table table tbody td .rank {
  width: 100%; }
.article .section04 .client_table table .ico {
  width: 28px; }
.article .section04 .scroll_txt {
  margin-left: 10px;
  padding: 2px 6px;
  text-align: right;
  background: #ededed;
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 769px) {
    .article .section04 .scroll_txt {
      display: none; } }
.article .section05 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 35px 10px 50px; }
  @media only screen and (max-width: 768px) {
    .article .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .article .section05 .inner {
      padding: 18px 0 0; } }
.article .section05 .wrap {
  margin: 0 auto;
  max-width: 845px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-gap: 1.3%;
  -moz-gap: 1.3%;
  -ms-gap: 1.3%;
  -o-gap: 1.3%;
  gap: 1.3%; }
  @media only screen and (max-width: 768px) {
    .article .section05 .wrap {
      width: 85%;
      max-width: 400px;
      grid-template-columns: 1fr;
      -webkit-gap: 2%;
      -moz-gap: 2%;
      -ms-gap: 2%;
      -o-gap: 2%;
      gap: 2%; } }
  .article .section05 .wrap .item {
    position: relative;
    padding: 0px 18px;
    text-align: center;
    background: #fef3f3;
    border: solid 2px #fe2724;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .article .section05 .wrap .item {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 0 2% 15px;
        border-width: 1px; } }
    .article .section05 .wrap .item .ttl {
      font-family: 'LINE Seed JP_OTF Bold';
      padding: 10px 0;
      text-align: center;
      color: #fe2724;
      font-weight: 600;
      border-bottom: 1px solid #fe2724;
      font-size: 20px;
      font-size: 2rem; }
      @media only screen and (max-width: 768px) {
        .article .section05 .wrap .item .ttl {
          margin: 3px 0;
          padding: 5px 0;
          font-size: 20px;
          font-size: 2rem; } }
    .article .section05 .wrap .item .lead {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      margin: 10px 0;
      text-align: center;
      font-weight: 600;
      align-self: center;
      font-size: min(2.3vw, 2rem); }
      @media only screen and (max-width: 768px) {
        .article .section05 .wrap .item .lead {
          margin: 15px 0 5px;
          font-size: 19px;
          font-size: 1.9rem; } }
    @media only screen and (max-width: 768px) {
      .article .section05 .wrap .item .img {
        display: inline-block;
        width: 30%;
        vertical-align: middle; } }
    .article .section05 .wrap .item .txt {
      font-size: min(1.7vw, 1.7rem);
      margin: 10px 0 20px;
      line-height: 1.54;
      text-align: left;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .article .section05 .wrap .item .txt {
          display: inline-block;
          width: 65%;
          margin: 0;
          padding-left: 5%;
          letter-spacing: 0.01em;
          line-height: 1.58;
          vertical-align: middle;
          font-size: 17px;
          font-size: 1.7rem; } }
      .article .section05 .wrap .item .txt p {
        font-weight: 600;
        color: #fe2724;
        font-size: 19px;
        font-size: 1.9rem; }
        @media only screen and (min-width: 769px) {
          .article .section05 .wrap .item .txt p {
            margin-bottom: 5px;
            font-size: min(1.9vw, 1.9rem); } }
.article .section05 .conclusion {
  margin: 65px 0 15px;
  padding: 40px 10px 30px;
  background: #ffffe5;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .article .section05 .conclusion {
      margin-bottom: 0;
      padding: 20px 10px 15px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0; } }
  .article .section05 .conclusion .ttl {
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-size: 25px;
    font-size: 2.5rem; }
    @media only screen and (max-width: 768px) {
      .article .section05 .conclusion .ttl {
        line-height: 1.5;
        font-size: 20px;
        font-size: 2rem; } }
    .article .section05 .conclusion .ttl span {
      display: inline-flex;
      align-items: center;
      height: 40px;
      padding: 0 30px 2px;
      color: #fff;
      line-height: 1;
      background: #fe2724;
      font-size: 32px;
      font-size: 3.2rem; }
      @media only screen and (max-width: 768px) {
        .article .section05 .conclusion .ttl span {
          margin-bottom: 2px;
          padding: 0 20px 2px;
          height: 28px;
          font-size: 24px;
          font-size: 2.4rem; } }
  .article .section05 .conclusion .client_table {
    margin: 20px auto;
    max-width: 750px; }
    @media only screen and (max-width: 768px) {
      .article .section05 .conclusion .client_table {
        margin: 15px auto; } }
    .article .section05 .conclusion .client_table::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      border: solid 2px #fe2724;
      width: calc(100% / 3);
      pointer-events: none; }
    .article .section05 .conclusion .client_table thead th {
      position: relative;
      background: transparent;
      padding: 80px 20px 15px;
      background-repeat: no-repeat;
      background-position: center 25px;
      background-size: 60px; }
      @media only screen and (max-width: 768px) {
        .article .section05 .conclusion .client_table thead th {
          padding: 40px 5px 8px;
          background-position: center 8px;
          background-size: 35px; } }
      .article .section05 .conclusion .client_table thead th:nth-child(1) {
        background-image: url("img/ico_crown1.png"); }
      .article .section05 .conclusion .client_table thead th:nth-child(2) {
        background-image: url("img/ico_crown2.png"); }
      .article .section05 .conclusion .client_table thead th:nth-child(3) {
        background-image: url("img/ico_crown3.png"); }
    .article .section05 .conclusion .client_table tbody th {
      background: #fee2e2;
      color: #fe2724; }
      @media only screen and (max-width: 768px) {
        .article .section05 .conclusion .client_table tbody th {
          padding: 2px; } }
    .article .section05 .conclusion .client_table .cta_btn {
      width: 90%;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; }
      @media only screen and (max-width: 768px) {
        .article .section05 .conclusion .client_table .cta_btn {
          margin-bottom: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px; }
          .article .section05 .conclusion .client_table .cta_btn a {
            padding: 14px 0; } }
.article .section06 {
  background: repeat url("img/bg.png"); }
  .article .section06 .inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 25px 10px 70px; }
    @media only screen and (max-width: 768px) {
      .article .section06 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .article .section06 .inner {
        padding: 15px 10px 40px; } }
  .article .section06 .section_ttl {
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .article .section06 .section_ttl {
        margin-bottom: 20px; } }
    .article .section06 .section_ttl span {
      color: #fe2724;
      font-weight: 700;
      font-size: 26px;
      font-size: 2.6rem;
      position: relative;
      padding: 0 25px 10px;
      background: no-repeat bottom/contain url("img/ttl_bg.png"); }
      @media only screen and (max-width: 768px) {
        .article .section06 .section_ttl span {
          padding: 0 8px 5px;
          font-size: 22px;
          font-size: 2.2rem; } }
.article .section07 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 10px 35px; }
  @media only screen and (max-width: 768px) {
    .article .section07 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .article .section07 .inner {
      padding: 25px 10px; } }
.article .section07 .faq .item {
  position: relative;
  margin: 0 auto 15px;
  max-width: 900px;
  text-align: left;
  background: #fff;
  border: solid 1px #c0c0c0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (max-width: 768px) {
    .article .section07 .faq .item {
      margin: 0 auto 8px;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; } }
  .article .section07 .faq .item summary {
    position: relative;
    padding: 24px 60px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer;
    letter-spacing: 0.01em; }
    @media only screen and (max-width: 768px) {
      .article .section07 .faq .item summary {
        padding: 15px 38px;
        font-size: 17px;
        font-size: 1.7rem; } }
    .article .section07 .faq .item summary::marker {
      content: none; }
    .article .section07 .faq .item summary::before {
      font-family: 'LINE Seed JP_OTF Bold';
      content: "Q.";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 30px;
      font-size: 23px;
      font-size: 2.3rem; }
      @media only screen and (max-width: 768px) {
        .article .section07 .faq .item summary::before {
          left: 12px; } }
    .article .section07 .faq .item summary::after {
      content: "＋";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      color: #fe2724;
      transition: transform .3s;
      font-size: 38px;
      font-size: 3.8rem; }
      @media only screen and (max-width: 768px) {
        .article .section07 .faq .item summary::after {
          right: 5px;
          font-size: 30px;
          font-size: 3rem; } }
  .article .section07 .faq .item .wrap {
    position: relative;
    margin-top: -17px;
    padding: 0 60px 25px;
    line-height: 1.6;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .article .section07 .faq .item .wrap {
        margin-top: -10px;
        padding: 0 15px 20px;
        line-height: 1.65;
        font-size: 17px;
        font-size: 1.7rem; } }
    .article .section07 .faq .item .wrap::before {
      font-family: 'LINE Seed JP_OTF Bold';
      content: "A.";
      position: absolute;
      top: -5px;
      left: 30px;
      font-size: 23px;
      font-size: 2.3rem;
      color: #fe2724; }
      @media only screen and (max-width: 768px) {
        .article .section07 .faq .item .wrap::before {
          position: static;
          float: left;
          margin-top: 2px;
          line-height: 1; } }
  .article .section07 .faq .item[open] summary::after {
    content: "ー"; }
.article .fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(254, 218, 59, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .article .fixed_cta .inner {
    max-width: 825px;
    margin: 0 auto;
    position: relative;
    padding: 10px 10px 4px;
    background: none;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-gap: 5px;
    -moz-gap: 5px;
    -ms-gap: 5px;
    -o-gap: 5px;
    gap: 5px; }
    @media only screen and (max-width: 768px) {
      .article .fixed_cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .article .fixed_cta .inner {
        padding: 4px 10px;
        -webkit-gap: 0;
        -moz-gap: 0;
        -ms-gap: 0;
        -o-gap: 0;
        gap: 0; } }
  .article .fixed_cta .fukidashi {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5vw;
    width: 65%; }
  .article .fixed_cta .img {
    position: absolute;
    left: 20px;
    bottom: 0;
    max-width: 65%; }
    @media only screen and (max-width: 768px) {
      .article .fixed_cta .img {
        position: static;
        max-width: 61%; } }
    .article .fixed_cta .img picture {
      height: 100%;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .article .fixed_cta .img picture img {
        max-height: 100%; }
  .article .fixed_cta .btn {
    width: 31%; }
    @media only screen and (max-width: 768px) {
      .article .fixed_cta .btn {
        width: 39%; } }
    .article .fixed_cta .btn .cta_btn a {
      padding: 12px 0;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .article .fixed_cta .btn .cta_btn a {
          line-height: 1.3;
          padding: 8px 0; } }
.article .ui-dialog-titlebar {
  display: none; }
.article .ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.footer {
  background-color: #fff; }
  .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 .image {
      width: 90px; }
    .footer .privacy .txt {
      padding-left: 20px;
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (max-width: 768px) {
        .footer .privacy .txt {
          text-align: center;
          padding-left: 0; } }
  .footer .f_nav {
    padding: 20px 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: 60px; }
        @media only screen and (max-width: 768px) {
          .footer .f_nav ul li {
            margin-left: 25px; } }
        .footer .f_nav ul li:first-child {
          margin-left: 0; }
        .footer .f_nav ul li a {
          text-decoration: none;
          color: #333333;
          font-size: 13px;
          font-size: 1.3rem; }
  .footer .copyright {
    text-align: center;
    padding: 6px 0;
    background: #fee2e2;
    color: #333333;
    font-size: 12px;
    font-size: 1.2rem; }

.search_section {
  background: #fff; }
  .search_section .inner {
    max-width: 1000px;
    margin: 0 auto;
    margin: 0 auto;
    padding: 35px 10px 60px; }
    @media only screen and (max-width: 768px) {
      .search_section .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .search_section .inner {
        padding: 15px 10px 40px; } }
  .search_section .items {
    max-width: 900px;
    margin: 0 auto; }
    .search_section .items .item {
      margin-top: 2px; }
      .search_section .items .item + .item {
        margin-top: 10px; }
      .search_section .items .item .search_heading {
        position: relative;
        padding: 8px 8px 8px 110px;
        background: #fef3f3;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (max-width: 768px) {
          .search_section .items .item .search_heading {
            padding: 6px 6px 6px 85px;
            letter-spacing: 0.03em; } }
        .search_section .items .item .search_heading .label {
          font-family: 'LINE Seed JP_OTF Bold';
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          padding: 8px 16px;
          color: #fff;
          background: #fe2724;
          width: 103px; }
          @media only screen and (max-width: 768px) {
            .search_section .items .item .search_heading .label {
              padding: 8px 10px;
              width: 75px; } }
          .search_section .items .item .search_heading .label .num {
            font-size: 135%;
            line-height: 1; }
      .search_section .items .item .search_content {
        padding: 8px 0 12px; }
  .search_section .search_btn {
    max-width: 450px;
    margin: 40px auto 0; }
    @media only screen and (max-width: 768px) {
      .search_section .search_btn {
        margin-top: 20px;
        width: 90%; } }
    .search_section .search_btn button {
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      display: block;
      width: 100%;
      background: #f18f01;
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 65px;
      border: none;
      border-bottom: 4px solid #c27301;
      outline: none; }
      @media only screen and (max-width: 768px) {
        .search_section .search_btn button {
          line-height: 55px;
          border-radius: 4px;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          -o-border-radius: 4px;
          -ms-border-radius: 4px; } }
  .search_section .selectbox select {
    cursor: pointer;
    width: 49%;
    height: 62px;
    padding: 15px 10px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fee2e2; }
  .search_section .checkbox input,
  .search_section .radio 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; }
    .search_section .checkbox li + li {
      margin-left: 20px; }
      @media only screen and (max-width: 768px) {
        .search_section .checkbox li + li {
          margin-left: 8px; } }
    .search_section .checkbox .parts {
      position: relative;
      display: block;
      margin-left: 20px;
      padding-left: 28px; }
      @media only screen and (max-width: 768px) {
        .search_section .checkbox .parts {
          margin-left: 12px;
          padding-left: 23px; } }
      .search_section .checkbox .parts::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        border: 1px solid #ccc;
        background: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
  .search_section .checkbox .parts::before {
    width: 18px;
    height: 18px;
    background: #ececec; }
    @media only screen and (max-width: 768px) {
      .search_section .checkbox .parts::before {
        width: 16px;
        height: 16px; } }
  .search_section .checkbox input:checked + .parts::after {
    content: "✓";
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    color: #f18f01; }
  .search_section .radio {
    -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-gap: 10px 5px;
    -moz-gap: 10px 5px;
    -ms-gap: 10px 5px;
    -o-gap: 10px 5px;
    gap: 10px 5px; }
    @media only screen and (max-width: 768px) {
      .search_section .radio {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-gap: 4px 5px;
        -moz-gap: 4px 5px;
        -ms-gap: 4px 5px;
        -o-gap: 4px 5px;
        gap: 4px 5px; } }
    .search_section .radio input {
      display: none; }
    .search_section .radio li {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .search_section .radio li {
          width: calc(50% - 10px); } }
      .search_section .radio li label {
        width: 100%;
        min-width: 120px; }
    .search_section .radio .parts {
      font-size: 13px;
      position: relative;
      line-height: 1.3;
      display: block;
      padding: 10px 7px;
      cursor: pointer;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      border: 2px solid #e9e9e9;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      @media only screen and (max-width: 768px) {
        .search_section .radio .parts {
          padding: 10px 16px;
          text-align: left;
          font-size: 15px;
          font-size: 1.5rem;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px; } }
  .search_section .radio input:checked + .parts {
    background: #fef3f3;
    border: 2px solid #fe2724; }

.page_resultpage .inner {
  max-width: 1000px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 35px 10px 55px; }
  @media only screen and (max-width: 768px) {
    .page_resultpage .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .page_resultpage .inner {
      padding: 15px 10px 40px; } }
.page_resultpage .result_head .result_ttl {
  height: 61px;
  padding: 8px 0 0 22%;
  background: url("img/search_ttl.png") no-repeat center center/contain;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900; }
  @media only screen and (max-width: 768px) {
    .page_resultpage .result_head .result_ttl {
      position: relative;
      height: auto;
      margin-bottom: 15px;
      padding: 0 0 5px 35px;
      background: none;
      border-bottom: 1px solid #ddd;
      font-size: 25px;
      font-size: 2.5rem; }
      .page_resultpage .result_head .result_ttl::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 32px;
        background: url("img/ico_search.png") no-repeat left top/100% auto; }
      .page_resultpage .result_head .result_ttl .sp {
        display: inline-block !important; } }
.page_resultpage .result_head .result_table {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #ddd; }
  @media only screen and (max-width: 768px) {
    .page_resultpage .result_head .result_table tr {
      -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; } }
  .page_resultpage .result_head .result_table th, .page_resultpage .result_head .result_table td {
    width: calc(100% / 6);
    padding: 6px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .result_head .result_table th, .page_resultpage .result_head .result_table td {
        display: block; } }
  .page_resultpage .result_head .result_table th {
    background: #fe2724;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .result_head .result_table th {
        width: 40%; } }
  @media only screen and (max-width: 768px) {
    .page_resultpage .result_head .result_table td {
      width: 60%; } }
.page_resultpage .client_archive2 {
  margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    .page_resultpage .client_archive2 {
      overflow-x: scroll; } }
  .page_resultpage .client_archive2 table {
    width: 100%;
    border: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .client_archive2 table {
        width: 850px; } }
    .page_resultpage .client_archive2 table th, .page_resultpage .client_archive2 table td {
      text-align: center;
      padding: 5px;
      font-size: min(1.3vw, 1.3rem);
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      @media only screen and (max-width: 768px) {
        .page_resultpage .client_archive2 table th, .page_resultpage .client_archive2 table td {
          font-size: 14px;
          font-size: 1.4rem; } }
    .page_resultpage .client_archive2 table thead th {
      background: #fe2724;
      color: #fff; }
      .page_resultpage .client_archive2 table thead th.sub {
        background: rgba(254, 39, 36, 0.8); }
    .page_resultpage .client_archive2 table tbody tr:first-child {
      background: #fefced; }
    .page_resultpage .client_archive2 table tbody td {
      padding: 10px 5px; }
      .page_resultpage .client_archive2 table tbody td span {
        display: block;
        font-size: 12px; }
      .page_resultpage .client_archive2 table tbody td.image {
        width: 140px; }
        .page_resultpage .client_archive2 table tbody td.image a {
          display: block;
          text-decoration: none; }
          .page_resultpage .client_archive2 table tbody td.image a .name {
            font-weight: 700;
            color: #185693;
            text-decoration: none; }
    .page_resultpage .client_archive2 table .btn {
      border-radius: 5px;
      position: relative;
      min-width: 80px; }
      .page_resultpage .client_archive2 table .btn .cta_btn {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
      .page_resultpage .client_archive2 table .btn a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 14px 0;
        font-weight: 700;
        font-size: min(1.3vw, 1.4rem);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        @media only screen and (max-width: 768px) {
          .page_resultpage .client_archive2 table .btn a {
            padding: 12px 0;
            font-size: 14px;
            font-size: 1.4rem; } }
