@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 4px 0 #d06302;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d06302;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #d06302;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d06302;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #d06302;
    top: 0px; } }
.cta_btn {
  position: relative;
  margin: 0 auto 4px;
  box-shadow: 0 4px 0 #d06302;
  background: #f99405;
  -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 {
      opacity: .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;
    padding: 15px 2px;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    text-align: center; }
  .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; }

a {
  color: #333333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333333;
    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: #f23333; }

.yellow {
  color: #f1bc2e; }

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

.large {
  font-size: 130%; }

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

.s_txt {
  font-size: 70%; }

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

.sponsor {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(161, 27, 30, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border: 1px solid #fff;
  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: #a11b1e;
    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 {
  z-index: 10;
  position: relative;
  border-top: 2px solid #f29600;
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 170px;
    margin-left: -25px; }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    padding: 3px 5px 2px;
    border: 1px solid #7f7f7f;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #7f7f7f;
    line-height: 1; }

.fv {
  overflow: hidden;
  position: relative; }
  .fv .fv_img img {
    width: 100%; }
  .fv .fv_txt {
    z-index: 1;
    position: absolute;
    top: 6.5vw;
    right: 6.5vw;
    color: #a81111;
    font-weight: 700;
    font-size: 3.6vw;
    text-align: center;
    line-height: 1.1;
    font-family: "Noto Serif JP", serif; }
    .fv .fv_txt b {
      font-size: 130%; }

.main_ttl {
  z-index: 1;
  position: relative;
  padding: 15px 0 17px;
  background: url("img/main_ttl_bg.jpg") repeat-x left top/auto 100%;
  text-align: center;
  font-weight: 700;
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 1.3;
  color: #fff; }
  .main_ttl strong {
    color: #f23333; }

.cta .cta_txt {
  text-align: center;
  font-weight: 700;
  color: #f23333;
  font-size: 17.5px;
  font-size: 1.75rem; }

.section01 {
  background: url("img/section1_bg.jpg") no-repeat center top/cover; }
  .section01 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 30px; }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        width: 100%; } }
  .section01 h3 {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 18.75px;
    font-size: 1.875rem;
    color: #fff; }
    .section01 h3 span {
      position: relative;
      display: inline-block;
      padding: 0 48px 0 57px; }
      .section01 h3 span::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 52px;
        height: 27px;
        background: url("../../../osechi/assets/img/ttl_ico_left.png") no-repeat left top/100% auto; }
      .section01 h3 span::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 43px;
        height: 18px;
        background: url("../../../osechi/assets/img/ttl_ico_right.png") no-repeat left top/100% auto; }
      .section01 h3 span strong {
        font-weight: 900;
        font-size: 26.25px;
        font-size: 2.625rem;
        color: #f1bc2e; }
  .section01 .table_wrap .client_table.vertical_table {
    position: relative; }
    .section01 .table_wrap .client_table.vertical_table::before {
      z-index: 1;
      content: '';
      position: absolute;
      top: 0;
      left: 1px;
      width: calc(100% / 3);
      height: 100%;
      border: 3px solid #f23333;
      pointer-events: none; }
    .section01 .table_wrap .client_table.vertical_table table {
      margin: 0 auto;
      width: 100%;
      table-layout: fixed; }
      .section01 .table_wrap .client_table.vertical_table table th, .section01 .table_wrap .client_table.vertical_table table td {
        padding: 10px 5px;
        background: #fff;
        border: 1px solid #bababa;
        text-align: center;
        vertical-align: middle;
        font-size: 12.5px;
        font-size: 1.25rem; }
      .section01 .table_wrap .client_table.vertical_table table thead tr th {
        border-top: none;
        border-bottom: none; }
        .section01 .table_wrap .client_table.vertical_table table thead tr th:first-child {
          background: #fdf5db; }
      .section01 .table_wrap .client_table.vertical_table table thead tr:first-child th {
        position: relative;
        padding: 60px 5px 2px;
        border-top: 1px solid #bababa; }
        .section01 .table_wrap .client_table.vertical_table table thead tr:first-child th::before {
          z-index: 1;
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 10px;
          width: 34px;
          height: 44px;
          background: url("../../../osechi/assets/img/ico_rank1.png") no-repeat left top/100% auto;
          pointer-events: none; }
        .section01 .table_wrap .client_table.vertical_table table thead tr:first-child th:nth-child(2)::before {
          background-image: url("../../../osechi/assets/img/ico_rank2.png"); }
        .section01 .table_wrap .client_table.vertical_table table thead tr:first-child th:nth-child(3)::before {
          background-image: url("../../../osechi/assets/img/ico_rank3.png"); }
        .section01 .table_wrap .client_table.vertical_table table thead tr:first-child th .catch {
          color: #f23333; }
          .section01 .table_wrap .client_table.vertical_table table thead tr:first-child th .catch span {
            position: relative;
            display: inline-block;
            padding: 0 10px;
            line-height: 1.2; }
            .section01 .table_wrap .client_table.vertical_table table thead tr:first-child th .catch span::before {
              content: '＼';
              position: absolute;
              left: 0;
              bottom: 0; }
            .section01 .table_wrap .client_table.vertical_table table thead tr:first-child th .catch span::after {
              content: '／';
              position: absolute;
              right: 0;
              bottom: 0; }
      .section01 .table_wrap .client_table.vertical_table table thead tr:nth-child(2) th {
        padding: 2px 10px 5px; }
        .section01 .table_wrap .client_table.vertical_table table thead tr:nth-child(2) th a {
          color: #0f3ea4; }
        .section01 .table_wrap .client_table.vertical_table table thead tr:nth-child(2) th p {
          color: #0f3ea4;
          font-size: 13.75px;
          font-size: 1.375rem;
          font-weight: 700; }
      .section01 .table_wrap .client_table.vertical_table table tbody th {
        z-index: 2;
        position: relative;
        padding: 5px;
        background: #9e7507;
        color: #fff;
        font-weight: 500; }
      .section01 .table_wrap .client_table.vertical_table table tbody tr td:first-child {
        background: #fffde4;
        color: #f23333;
        font-weight: 500; }
      .section01 .table_wrap .client_table.vertical_table table tbody tr td .ico {
        width: 35px;
        margin: 0 auto 3px; }
        .section01 .table_wrap .client_table.vertical_table table tbody tr td .ico.level {
          margin-bottom: 0; }
      .section01 .table_wrap .client_table.vertical_table table tbody tr td .cta_btn a {
        font-size: 13.75px;
        font-size: 1.375rem; }
  .section01 .table_wrap .remarks {
    color: #fff; }

.section02 {
  background: #fefaec; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 10px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
  .section02 .select h2 {
    text-align: center; }
  .section02 .select .item {
    padding: 15px 10px 20px;
    background: #fff;
    border: #f1bc2e 2px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section02 .select .item + .item {
      margin-top: 10px; }
    .section02 .select .item .ttl {
      position: relative;
      margin-bottom: 15px;
      font-size: 21.875px;
      font-size: 2.1875rem;
      color: #a11b1e;
      text-align: center;
      font-weight: 700; }
      .section02 .select .item .ttl img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 83px;
        height: 52px; }
    .section02 .select .item .content .img {
      width: 70%;
      margin: 0 auto 10px; }
    .section02 .select .item .content .txt {
      font-size: 17.5px;
      font-size: 1.75rem; }
      .section02 .select .item .content .txt strong {
        color: #f23333; }

.client_archive br.archive {
  display: none; }
.client_archive .client_wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px; }
  @media only screen and (max-width: 768px) {
    .client_archive .client_wrap {
      width: 100%; } }
.client_archive .client_card {
  position: relative;
  border: 2px solid #d9d9d9;
  background: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 10px 10px 10px 70px;
    border-bottom: 1px solid #d9d9d9; }
    .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      top: -10px;
      left: 10px;
      width: 53px;
      height: 69px;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100% auto;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      font-size: 21.875px;
      font-size: 2.1875rem;
      font-weight: 700;
      color: #0f3ea4; }
  .client_archive .client_card .client_inner {
    padding: 15px 10px 20px; }
.client_archive > ul > li:nth-child(1) {
  background: url("img/section3_bg.jpg") no-repeat center top/cover; }
  .client_archive > ul > li:nth-child(1) .client_card {
    background: #fffde4;
    border-color: #a11b1e;
    border-width: 3px; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("../../../osechi/assets/img/ico_rank1.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("../../../osechi/assets/img/ico_rank2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("../../../osechi/assets/img/ico_rank3.png"); }
.client_archive .heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #f23333;
  font-weight: 700;
  text-align: center; }
.client_archive .overview {
  margin-bottom: 15px; }
  .client_archive .overview .image {
    width: 60%;
    margin: 0 auto 10px;
    text-align: center; }
  .client_archive .overview .txt table {
    width: 100%;
    background: #fff; }
    .client_archive .overview .txt table th, .client_archive .overview .txt table td {
      padding: 10px 5px;
      border: 1px solid #d9d9d9;
      vertical-align: middle;
      font-size: 14px;
      font-size: 1.4rem; }
    .client_archive .overview .txt table th {
      width: 33%;
      background: #9e7507;
      font-weight: 500;
      color: #fff; }
    .client_archive .overview .txt table td .ico {
      width: 25px; }
    .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; }
      .client_archive .overview .txt table td .ico_wrap .ico {
        margin-right: 5px; }
      .client_archive .overview .txt table td .ico_wrap p {
        width: calc(100% - 30px); }
  .client_archive .overview .txt .remarks {
    color: #333333; }
.client_archive .point, .client_archive .review {
  overflow: hidden;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #a11b1e; }
  .client_archive .point .ttl, .client_archive .review .ttl {
    padding: 5px 0;
    background: #a11b1e;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 17.5px;
    font-size: 1.75rem; }
.client_archive .point .content {
  padding: 10px 10px 15px; }
  .client_archive .point .content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 17.5px;
    font-size: 1.75rem;
    font-weight: 500; }
    .client_archive .point .content ul li + li {
      margin-top: 3px; }
    .client_archive .point .content ul li::before {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      width: 13px;
      height: 15px;
      background: url("../../../osechi/assets/img/ico_check.png") no-repeat left top/100% auto; }
    .client_archive .point .content ul li strong {
      color: #f23333; }
.client_archive .menu {
  margin-bottom: 15px;
  text-align: center; }
.client_archive .review .content {
  padding: 20px 0 15px;
  background: #fff6f6; }
  .client_archive .review .content .review_slides {
    margin-bottom: 0;
    padding-bottom: 25px; }
    .client_archive .review .content .review_slides.slide_length1 {
      padding-bottom: 0; }
    .client_archive .review .content .review_slides .slick-track {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex; }
    .client_archive .review .content .review_slides .review_slide {
      height: auto !important;
      padding: 10px; }
      .client_archive .review .content .review_slides .review_slide .slide_inner {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 20px 10px;
        background: #fff;
        box-shadow: 0 3px 10px 0 #ccc;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        .client_archive .review .content .review_slides .review_slide .slide_inner .txt {
          text-align: center; }
          .client_archive .review .content .review_slides .review_slide .slide_inner .txt .evaluation {
            overflow: hidden;
            display: inline-block;
            margin-bottom: 10px;
            font-size: 18.75px;
            font-size: 1.875rem;
            font-weight: 700;
            line-height: 60px;
            text-align: center; }
            .client_archive .review .content .review_slides .review_slide .slide_inner .txt .evaluation .img {
              float: left;
              width: 60px;
              margin-right: 10px; }
            .client_archive .review .content .review_slides .review_slide .slide_inner .txt .evaluation span {
              color: #f1bc2e; }
          .client_archive .review .content .review_slides .review_slide .slide_inner .txt p {
            text-align: left;
            font-size: 15px;
            font-size: 1.5rem; }
    .client_archive .review .content .review_slides .slick-dots {
      bottom: 0; }
      .client_archive .review .content .review_slides .slick-dots li {
        width: 14px;
        height: 14px;
        background: #fff;
        border: #9f9f9f 1px solid;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
        .client_archive .review .content .review_slides .slick-dots li.slick-active {
          background: #9f9f9f; }
        .client_archive .review .content .review_slides .slick-dots li button::before {
          content: none; }
.client_archive .campaign {
  margin-bottom: 15px;
  text-align: center; }
.client_archive .cta {
  margin-top: 15px; }
.client_archive .remarks {
  color: #fff; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .scroll_txt {
  margin-right: -10px;
  padding: 5px 10px;
  background: #f3f3f3;
  font-size: 10px;
  font-size: 1rem;
  text-align: right; }
.section04 .client_table {
  overflow-x: scroll;
  margin-right: -10px; }
  .section04 .client_table table {
    width: 1000px; }
    .section04 .client_table table th, .section04 .client_table table td {
      padding: 10px 5px;
      background: #fff;
      border: 1px solid #d9d9d9;
      text-align: center;
      vertical-align: middle;
      font-size: 14px;
      font-size: 1.4rem; }
      .section04 .client_table table th.sticky, .section04 .client_table table td.sticky {
        z-index: 1;
        position: sticky;
        top: 0;
        left: 0;
        width: 120px; }
        .section04 .client_table table th.sticky::after, .section04 .client_table table td.sticky::after {
          z-index: -1;
          content: '';
          position: absolute;
          top: -1px;
          right: -1px;
          width: 1px;
          height: 100%;
          border-right: 1px solid #d9d9d9; }
    .section04 .client_table table thead th {
      padding: 5px;
      background: #9e7507;
      color: #fff; }
    .section04 .client_table table tbody tr:first-child {
      border: 2px solid #f23333; }
      .section04 .client_table table tbody tr:first-child td {
        background: #fffde4; }
    .section04 .client_table table tbody tr td .img a {
      color: #02b1f2; }
    .section04 .client_table table tbody tr td .img p {
      font-weight: 500; }
    .section04 .client_table table tbody tr td .ico {
      width: 25px;
      margin: 0 auto 3px; }
    .section04 .client_table table tbody tr td .cta_btn a {
      padding: 15px 5px;
      font-size: 14px;
      font-size: 1.4rem; }

.section05 {
  padding: 100px 10px 30px;
  background: #fefaec; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 20px 10px;
    background: #fff;
    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) {
      .section05 .inner {
        width: 100%; } }
    .section05 .inner h2 {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -100px;
      width: 85%;
      padding: 10px 0 14px;
      background: #fff;
      border: 2px #a11b1e solid;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      font-size: 21.875px;
      font-size: 2.1875rem;
      font-weight: 700;
      line-height: 1.2;
      text-align: center; }
      .section05 .inner h2::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -9px;
        width: 20px;
        height: 9px;
        background: url("../../../osechi/assets/img/ico_fukidashi.png") no-repeat left top/100% auto; }
      .section05 .inner h2 span {
        position: relative;
        display: block; }
        .section05 .inner h2 span::before {
          content: '';
          position: absolute;
          top: 0;
          left: -30px;
          width: 50px;
          height: 26px;
          background: url("../../../osechi/assets/img/ttl_ico_left.png") no-repeat left top/100% auto; }
        .section05 .inner h2 span::after {
          content: '';
          position: absolute;
          right: -30px;
          bottom: 0;
          width: 48px;
          height: 20px;
          background: url("../../../osechi/assets/img/ttl_ico_right.png") no-repeat left top/100% auto; }
      .section05 .inner h2 strong {
        font-size: 120%;
        color: #a11b1e; }
    .section05 .inner .img {
      width: 60%;
      margin: 0 auto 10px; }
    .section05 .inner .lead {
      margin-bottom: 25px;
      font-size: 17.5px;
      font-size: 1.75rem; }
      .section05 .inner .lead > strong {
        color: #f23333; }
      .section05 .inner .lead ul li {
        position: relative;
        padding-left: 17px;
        font-weight: 700; }
        .section05 .inner .lead ul li::before {
          content: '';
          position: absolute;
          top: 5px;
          left: 0;
          width: 14px;
          height: 15px;
          background: url("../../../osechi/assets/img/ico_check2.png") no-repeat left top/100% auto; }

.footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px; }
  @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: 60px; }
  .footer .privacy .txt {
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 12px;
    font-size: 1.2rem; }
.footer .txt2 {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem; }
.footer .f_nav {
  margin: 10px auto 0;
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }
  .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: 20px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none;
        font-size: 12px;
        font-size: 1.2rem; }
.footer .copyright {
  padding: 10px 0;
  background: #a11b1e;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem; }

.fixed_cta {
  z-index: 50;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    width: 90%; }
    .fixed_cta .cta .cta_btn a {
      padding: 7px 5px;
      font-size: 15px;
      font-size: 1.5rem; }

.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 .wrap {
    position: relative;
    padding-top: 40px;
    height: 475px; }
    @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(435 / 400 * 100%); } }
    .exitProtection .wrap .img {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .img .bnr {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 28.5vw;
        width: 60%; }
      .exitProtection .wrap .img .cta {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 4vw;
        width: 90%; }
        .exitProtection .wrap .img .cta .cta_btn a {
          padding: 12px 2px;
          font-size: 18px;
          font-size: 1.8rem; }
    .exitProtection .wrap .modal_close {
      z-index: 100;
      position: absolute;
      top: 0;
      right: 10px;
      display: block;
      width: 40px;
      background: #8d8d8d;
      color: #fff !important;
      line-height: 40px;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      cursor: pointer; }

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

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