@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@700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

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

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

ul, ol {
  list-style: none; }

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

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

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

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

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

iframe {
  border: 0; }

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

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

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

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

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

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

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

.cf:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #bd5612;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bd5612;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bd5612;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bd5612;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bd5612;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #bd5612;
  -moz-box-shadow: 0 5px 0 #bd5612;
  box-shadow: 0 5px 0 #bd5612;
  background: #fc7216;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background-color: #f2f7f8;
  background-image: url("img/body_bg.jpg");
  background-repeat: repeat-y;
  background-position: center center;
  font-size: 1.6em;
  color: #002636;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.075em; }

a {
  color: #002636; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #002636;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.marker {
  background: linear-gradient(transparent 50%, #fff467 0%); }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(10, 150, 185, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #0a96b9;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

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

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

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

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

.wrapper {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
  background: #fff; }

.red {
  color: #f2161b;
  font-weight: 700; }

.proper {
  text-decoration: line-through; }

.fv {
  background: url("img/fv_bg.jpg") center center/cover no-repeat; }
  .fv .inner {
    width: 1110px;
    margin: 0 auto;
    position: relative;
    height: 310px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        height: auto;
        aspect-ratio: 111 / 31; } }
  .fv .fv_txt {
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 6.2%;
    line-height: 1.3;
    background: #0a96b9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    width: 115px;
    height: 115px;
    -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; }
  .fv .fv_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(7.2%); }
    .fv .fv_image img {
      width: auto;
      height: 100%; }

.tab_wrap .tab {
  position: relative;
  z-index: 10;
  margin: 0 52px;
  gap: 10px;
  -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: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch; }
  .tab_wrap .tab li {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 65px;
    color: #0a96b9;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    background: #daebef;
    letter-spacing: 0.05em;
    position: relative; }
    .tab_wrap .tab li.select {
      background: #077894;
      color: #fff; }
.tab_wrap .tab_item {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border: 2px solid #0a96b9;
  padding: 15px 50px 25px; }
  .tab_wrap .tab_item .content {
    text-align: center; }
  .tab_wrap .tab_item .image {
    margin-bottom: 15px; }
  .tab_wrap .tab_item .txt {
    font-size: 15px;
    font-size: 1.5rem; }
    .tab_wrap .tab_item .txt p:not(:last-child) {
      margin-bottom: 28px; }
  .tab_wrap .tab_item table {
    margin: auto; }
    .tab_wrap .tab_item table th, .tab_wrap .tab_item table td {
      text-align: center;
      border-bottom: solid 1px #d4e1e4;
      border-right: solid 1px #d4e1e4; }
    .tab_wrap .tab_item table thead th {
      color: #fff;
      background: #0a96b9;
      border-top: solid 1px #d4e1e4;
      line-height: 1.3;
      font-size: 19px;
      font-size: 1.9rem; }
    .tab_wrap .tab_item table tbody {
      font-size: 15px;
      font-size: 1.5rem; }
      .tab_wrap .tab_item table tbody th {
        padding: 5px;
        color: #0a96b9;
        background: #f0fbfe;
        border-left: solid 1px #d4e1e4; }
      .tab_wrap .tab_item table tbody td {
        padding: 8px 10px; }
        .tab_wrap .tab_item table tbody td .image {
          margin: 7px 0; }
      .tab_wrap .tab_item table tbody tr td:first-child {
        border-left: solid 1px #d4e1e4; }
.tab_wrap .disnone {
  display: none; }

.main_ttl {
  width: 600px;
  margin: 20px auto 0;
  padding: 10px 0 40px;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.075em;
  position: relative;
  background: no-repeat center/contain url("img/ttl_bg.png"); }
  .main_ttl .red {
    font-size: 32px;
    font-size: 3.2rem; }
  .main_ttl strong {
    color: #0a96b9;
    font-size: 32px;
    font-size: 3.2rem; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 50px 0; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .top_heading {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.055em; }
  .section01 .top_heading .marker {
    color: #f2161b;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.08em; }
.section01 .client_table {
  width: 605px;
  margin: 0 auto;
  margin-top: 55px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .section01 .client_table {
      width: 100%; } }
  .section01 .client_table::before, .section01 .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #fffde0;
    width: calc(100% / 3);
    height: 100%;
    z-index: 1; }
  .section01 .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 3px solid #f2161b;
    z-index: 5; }
  .section01 .client_table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px 0;
    background: #fff; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
    .section01 .client_table table th {
      color: #0a96b9;
      background: #f0fbfe;
      font-weight: 700;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      z-index: 6; }
    .section01 .client_table table td {
      padding: 5px;
      border-left: 1px solid #bababa;
      border-right: 1px solid #bababa;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
      .section01 .client_table table td .detail {
        display: none; }
    .section01 .client_table table thead td {
      position: relative;
      vertical-align: top;
      border-top: 1px solid #bababa; }
    .section01 .client_table table tbody tr:last-child td {
      border-bottom: 1px solid #bababa; }
    .section01 .client_table table thead tr td:nth-child(1) .image::before {
      background-image: url("/syokumo/assets/img/crown_01.png"); }
    .section01 .client_table table thead tr td:nth-child(2) .image::before {
      background-image: url("/syokumo/assets/img/crown_02.png"); }
    .section01 .client_table table thead tr td:nth-child(3) .image::before {
      background-image: url("/syokumo/assets/img/crown_03.png"); }
    .section01 .client_table table thead tr td:nth-child(4) .image::before {
      background-image: url("/syokumo/assets/img/crown_04.png"); }
    .section01 .client_table table thead tr td:nth-child(5) .image::before {
      background-image: url("/syokumo/assets/img/crown_05.png"); }
    .section01 .client_table table .image {
      position: relative; }
      .section01 .client_table table .image::before {
        content: "";
        position: absolute;
        width: 65px;
        height: 51px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        left: 0;
        right: 0;
        top: -60px;
        margin: 0 auto;
        pointer-events: none;
        z-index: 10; }
      .section01 .client_table table .image a {
        display: block; }
        .section01 .client_table table .image a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; }
        .section01 .client_table table .image a p {
          text-decoration: underline;
          font-size: 15px;
          font-size: 1.5rem;
          margin-top: 5px;
          font-weight: 700;
          color: #0a96b9; }
        .section01 .client_table table .image a:hover p {
          text-decoration: none; }
    .section01 .client_table table .ico {
      margin: 0 auto 3px; }
    .section01 .client_table table .cta_btn {
      margin: 5px auto 10px;
      width: 90%; }
      .section01 .client_table table .cta_btn a {
        font-size: 17px;
        font-size: 1.7rem;
        padding: 24px 0; }
.section01 .remarks {
  width: 605px;
  margin: 0 auto;
  margin-top: 8px; }
  @media only screen and (max-width: 768px) {
    .section01 .remarks {
      width: 100%; } }
.section01 .case {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px 45px;
  border: solid 5px #d1ebf1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  text-align: center;
  background: #fff;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 18px 18px; }
  .section01 .case .ttl {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem; }
    .section01 .case .ttl span {
      padding: 6px 90px 10px;
      background: #0a96b9;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax; }
  .section01 .case .headline {
    margin: 10px 0 5px;
    font-weight: 700;
    color: #f2161b;
    font-size: 25px;
    font-size: 2.5rem; }
    .section01 .case .headline .large {
      font-size: 140%; }
  .section01 .case .image {
    margin: 0 0 10px; }
  .section01 .case .txt {
    padding: 12px 23px;
    border: solid 1px #c3c3c3;
    background: #fff; }
    .section01 .case .txt p {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 18px;
      font-size: 1.8rem; }
    .section01 .case .txt div {
      text-align: left;
      line-height: 1.75;
      font-size: 14px;
      font-size: 1.4rem; }
  .section01 .case .remarks {
    width: 100%;
    margin: 0;
    letter-spacing: 0.05em;
    text-align: right; }
.section01 #tab1 .item_02 .content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  gap: 10px;
  margin-top: 4px; }
  .section01 #tab1 .item_02 .content .image {
    width: 29%;
    margin: 5px 0 0 50px; }
  .section01 #tab1 .item_02 .content .txt {
    flex: 1;
    text-align: left; }
    .section01 #tab1 .item_02 .content .txt .red {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 10px; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 0; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .heading {
  position: relative;
  margin: 0 0 30px;
  padding: 18px 0 25px 205px;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: 23px;
  font-size: 2.3rem; }
  .section02 .heading.long {
    padding-left: 98px;
    letter-spacing: 0.038em; }
  .section02 .heading .heading_inner {
    position: relative;
    text-align: left;
    line-height: 1.6; }
    .section02 .heading .heading_inner::before {
      content: "";
      position: absolute;
      top: -16px;
      bottom: -8px;
      left: -120px;
      width: 106px;
      background: no-repeat top/contain url("/syokumo/assets/img/img_check.png"); }
  .section02 .heading::before, .section02 .heading::after {
    content: "";
    width: 800px;
    max-width: 100%;
    height: 2px;
    background: #002636;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .section02 .heading::before {
    top: 0; }
  .section02 .heading::after {
    bottom: 0; }
.section02 #tab2 {
  margin-bottom: 30px; }
  .section02 #tab2 .item_01 .content {
    -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; }
    .section02 #tab2 .item_01 .content .block {
      padding: 5px 40px 0; }
      .section02 #tab2 .item_01 .content .block p {
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem; }
      .section02 #tab2 .item_01 .content .block .image {
        margin: 5px 0; }
  .section02 #tab2 table {
    width: 670px;
    margin: 0 auto;
    margin-top: 10px;
    table-layout: fixed; }
    @media only screen and (max-width: 768px) {
      .section02 #tab2 table {
        width: 100%; } }
    .section02 #tab2 table thead th {
      padding: 8px;
      font-size: 18px;
      font-size: 1.8rem; }
      .section02 #tab2 table thead th:first-child {
        width: 170px;
        border-top: none;
        background: transparent; }
    .section02 #tab2 table tbody th {
      border-left: solid 1px #d4e1e4;
      font-size: 18px;
      font-size: 1.8rem; }
    .section02 #tab2 table tbody td {
      padding: 14px 5px; }
      .section02 #tab2 table tbody td .ico {
        margin: 5px 0; }
.section02 .note {
  margin-bottom: 30px;
  padding: 20px 45px;
  width: 750px;
  margin: 0 auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #fffef3; }
  @media only screen and (max-width: 768px) {
    .section02 .note {
      width: 100%; } }
  .section02 .note .ttl {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    color: #0a96b9;
    font-size: 25px;
    font-size: 2.5rem; }
  .section02 .note .note_inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
    .section02 .note .note_inner .image {
      width: 31%;
      text-align: center; }
    .section02 .note .note_inner .txt {
      flex: 1;
      text-align: left;
      letter-spacing: 0.025em;
      line-height: 1.74; }
      .section02 .note .note_inner .txt .bold {
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem; }
      .section02 .note .note_inner .txt .red {
        font-size: 120%;
        letter-spacing: 0.12em; }
.section02 .point {
  width: 1000px;
  margin: 0 auto;
  margin: 50px auto 0; }
  @media only screen and (max-width: 768px) {
    .section02 .point {
      width: 100%; } }
  .section02 .point .ttl {
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem; }
    .section02 .point .ttl span {
      position: relative;
      display: inline-flex;
      width: 680px;
      height: 60px;
      justify-content: center;
      align-items: baseline;
      color: #fff;
      background: #0a96b9;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax; }
      .section02 .point .ttl span strong {
        font-size: 135%;
        color: #fff467; }
      .section02 .point .ttl span::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #0a96b9 transparent transparent; }
  .section02 .point .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    gap: 10px;
    margin: 35px 0 0; }
    .section02 .point .wrap .item {
      position: relative;
      flex: 1;
      display: grid;
      align-items: end;
      padding: 20px 10px 10px;
      text-align: center;
      border: solid 2px #0a96b9;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section02 .point .wrap .item::before {
        content: "";
        width: 105px;
        height: 48px;
        position: absolute;
        left: 0;
        top: -24px;
        background-repeat: no-repeat;
        background-size: contain; }
      .section02 .point .wrap .item:nth-child(1)::before {
        background-image: url("/syokumo/assets/img/img_point_01.png"); }
      .section02 .point .wrap .item:nth-child(2)::before {
        background-image: url("/syokumo/assets/img/img_point_02.png"); }
      .section02 .point .wrap .item:nth-child(3)::before {
        background-image: url("/syokumo/assets/img/img_point_03.png"); }
      .section02 .point .wrap .item:nth-child(4)::before {
        background-image: url("/syokumo/assets/img/img_point_04.png"); }
      .section02 .point .wrap .item .txt {
        line-height: 1.4;
        margin-bottom: 10px; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 .sub_ttl {
  margin-bottom: -15px;
  color: #f2161b;
  font-weight: 700;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem; }

.client_archive {
  width: 900px;
  margin: 0 auto;
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .client_archive {
      width: 100%; } }
  .client_archive br.archive {
    display: none; }
  .client_archive > ul > li {
    margin-top: 40px; }
    .client_archive > ul > li:first-child {
      margin-top: 0; }
  .client_archive .client_card {
    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: 18px 10px 18px 130px;
      border-bottom: 1px solid #d9d9d9; }
      .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 99px;
        height: 75px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 28px;
        top: -6px;
        pointer-events: none; }
      .client_archive .client_card .client_name a {
        color: #312c2c;
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        text-decoration: none; }
        .client_archive .client_card .client_name a:hover {
          text-decoration: underline; }
    .client_archive .client_card .client_inner {
      padding: 12px 45px 40px; }
  .client_archive > ul > li:nth-child(1) .client_card {
    background: #fffeed;
    border-color: #0a96b9; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name {
      border-color: #0a96b9; }
      .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
        background-image: url("/syokumo/assets/img/crown_01.png"); }
  .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("/syokumo/assets/img/crown_02.png"); }
  .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("/syokumo/assets/img/crown_03.png"); }
  .client_archive > ul > li:nth-child(4) .client_name::before {
    background-image: url("/syokumo/assets/img/crown_04.png"); }
  .client_archive > ul > li:nth-child(5) .client_name::before {
    background-image: url("/syokumo/assets/img/crown_05.png"); }
  .client_archive .heading {
    text-align: center; }
    .client_archive .heading span {
      display: inline-block;
      background: #fff;
      color: #f2161b;
      font-weight: 700;
      font-size: 24px;
      font-size: 2.4rem;
      padding: 6px 30px;
      border: 1px solid #0a96b9;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax;
      position: relative; }
      .client_archive .heading span::before, .client_archive .heading span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        translate: -50% 100%; }
      .client_archive .heading span::before {
        border-width: 11px 7px 0 7px;
        border-color: #0a96b9 transparent transparent; }
      .client_archive .heading span::after {
        border-width: 10px 6px 0 6px;
        border-color: #fff transparent transparent; }
  .client_archive .overview {
    margin-top: 15px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
    .client_archive .overview .image {
      text-align: center;
      margin-right: 20px;
      width: 300px; }
    .client_archive .overview .txt {
      flex: 1; }
      .client_archive .overview .txt table {
        width: 100%;
        border: 1px solid #d9d9d9;
        background: #fff;
        font-size: 14px;
        font-size: 1.4rem; }
        .client_archive .overview .txt table th, .client_archive .overview .txt table td {
          vertical-align: middle;
          border-left: 1px solid #d9d9d9;
          border-bottom: 1px solid #d9d9d9;
          line-height: 1.3;
          padding: 8px; }
        .client_archive .overview .txt table th {
          font-weight: 500;
          color: #0a96b9;
          border-bottom-color: #d9d9d9;
          background: #f0fbfe;
          width: 25%;
          font-weight: 700; }
        .client_archive .overview .txt table small {
          font-size: 14px;
          font-size: 1.4rem; }
  .client_archive .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 10px; }
    .client_archive .slick-dots li button {
      width: 13px;
      height: 13px;
      padding: 0;
      background: #fff;
      border: 1px solid #0a96b9;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%; }
      .client_archive .slick-dots li button::before {
        content: none; }
    .client_archive .slick-dots li.slick-active button {
      background: #0a96b9; }
  .client_archive .strength, .client_archive .point, .client_archive .review, .client_archive .location {
    margin-top: 10px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 1px solid #0a96b9;
    overflow: hidden; }
    .client_archive .strength .ttl, .client_archive .point .ttl, .client_archive .review .ttl, .client_archive .location .ttl {
      position: relative;
      background: #0a96b9;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 6px 0;
      border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0;
      -o-border-radius: 10px 10px 0 0;
      -ms-border-radius: 10px 10px 0 0;
      font-size: 17px;
      font-size: 1.7rem; }
      .client_archive .strength .ttl span, .client_archive .point .ttl span, .client_archive .review .ttl span, .client_archive .location .ttl span {
        display: inline-block;
        position: relative; }
    .client_archive .strength .wrap, .client_archive .point .wrap, .client_archive .review .wrap, .client_archive .location .wrap {
      padding: 10px 20px;
      text-align: center; }
    .client_archive .strength ul, .client_archive .point ul, .client_archive .review ul, .client_archive .location ul {
      display: inline-block; }
  .client_archive .strength {
    font-weight: 700; }
    .client_archive .strength .ttl span::before {
      content: "";
      position: absolute;
      width: 127px;
      height: 56px;
      background-image: url("/syokumo/assets/img/img_arrow_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      right: 117%;
      top: -13px;
      pointer-events: none;
      z-index: 10; }
    .client_archive .strength .lead {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4; }
    .client_archive .strength .support {
      margin: 4px 0 10px; }
      .client_archive .strength .support .items {
        -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;
        gap: 10px;
        margin: 10px 0; }
        .client_archive .strength .support .items .item {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 118px;
          height: 118px;
          letter-spacing: 0.02em;
          color: #907402;
          border: solid 2px #907402;
          background: #fdf7dd;
          font-size: 16px;
          font-size: 1.6rem;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%; }
          .client_archive .strength .support .items .item sup {
            font-size: 8px;
            font-size: 0.8rem; }
    .client_archive .strength .price .items {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      gap: 10px;
      margin: 10px 0; }
      .client_archive .strength .price .items .item {
        text-align: center;
        border: solid 1px #cbcbcb;
        flex: 1;
        font-size: 20px;
        font-size: 2rem; }
        .client_archive .strength .price .items .item .num {
          padding: 5px;
          color: #fff;
          background: #1660c4;
          border-bottom: solid 1px #cbcbcb; }
        .client_archive .strength .price .items .item .item_inner {
          position: relative;
          padding: 8px 8px 18px;
          background-color: #f1fcff;
          background-image: url("/syokumo/assets/img/img_special.png");
          background-position: center 90%;
          background-repeat: no-repeat; }
          .client_archive .strength .price .items .item .item_inner .proper {
            position: relative;
            padding-bottom: 18px; }
            .client_archive .strength .price .items .item .item_inner .proper::after {
              content: "";
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: 5px;
              border-style: solid;
              border-width: 12px 20px 0 20px;
              border-color: #f2161b transparent transparent; }
          .client_archive .strength .price .items .item .item_inner .red {
            font-size: 35px;
            font-size: 3.5rem;
            line-height: 1; }
  .client_archive .point ul {
    margin-left: 5px; }
    .client_archive .point ul li {
      text-align: left;
      font-size: 17px;
      font-size: 1.7rem;
      margin-top: 3px;
      position: relative;
      padding-left: 1.2em;
      line-height: 1.4; }
      .client_archive .point ul li:first-child {
        margin-top: 0; }
      .client_archive .point ul li::before {
        content: "〇";
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        color: inherit; }
      .client_archive .point ul li.nijumaru {
        color: #f2161b;
        font-weight: 700; }
        .client_archive .point ul li.nijumaru::before {
          content: "◎"; }
      .client_archive .point ul li span {
        color: #f2161b;
        font-weight: 700; }
  .client_archive .review .contents {
    padding: 5px 30px 20px;
    background: #ecfafe; }
  .client_archive .review .review_slides .review_slide {
    padding: 10px; }
    .client_archive .review .review_slides .review_slide .txt {
      margin: 0 auto;
      padding: 10px 35px;
      background: #fff;
      box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.769; }
      .client_archive .review .review_slides .review_slide .txt .pr_txt {
        font-size: 11px;
        font-size: 1.1rem;
        text-align: right;
        line-height: 1.3; }
  .client_archive .review .quote {
    margin: 0 auto;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem; }
  .client_archive .location .contents {
    padding: 20px 10px 30px; }
  .client_archive .location .location_tab {
    -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;
    width: 660px;
    margin: auto; }
    .client_archive .location .location_tab li {
      width: calc(100% / 4);
      margin-bottom: 10px;
      position: relative;
      white-space: nowrap;
      text-align: center;
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 700;
      cursor: pointer; }
      .client_archive .location .location_tab li span {
        -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;
        position: relative;
        width: 60px;
        height: 60px;
        margin: 10px auto 0;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        font-size: 30px;
        font-size: 3rem;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        line-height: 0;
        background: #f0fbfe; }
        .client_archive .location .location_tab li span::before {
          content: "";
          width: 30px;
          height: 3px;
          background: #0a96b9; }
        .client_archive .location .location_tab li span::after {
          content: "";
          height: 30px;
          width: 3px;
          position: absolute;
          background: #0a96b9; }
      .client_archive .location .location_tab li.select span {
        transform: rotate(-45deg);
        opacity: .7; }
  .client_archive .location .content_wrap {
    position: relative;
    margin: 30px auto 0;
    padding: 20px 25px;
    width: 660px;
    border: 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 2px 7px rgba(152, 152, 152, 0.33); }
    .client_archive .location .content_wrap::before {
      content: '';
      position: absolute;
      top: -11.5px;
      left: 100px;
      width: 17px;
      height: 12px;
      background: url("img/ico_fukidashi.png") no-repeat left top/100% auto;
      z-index: 1; }
    .client_archive .location .content_wrap.item_01::before {
      left: 8.5%; }
    .client_archive .location .content_wrap.item_02::before {
      left: 35.5%; }
    .client_archive .location .content_wrap.item_03::before {
      left: 60.5%; }
    .client_archive .location .content_wrap.item_04::before {
      left: 85.8%; }
    .client_archive .location .content_wrap.item_05::before {
      left: 36.5%; }
    .client_archive .location .content_wrap.item_06::before {
      left: 61.5%; }
    .client_archive .location .content_wrap table {
      width: 100%;
      border: 1px solid #bababa; }
      .client_archive .location .content_wrap table th, .client_archive .location .content_wrap table td {
        border: 1px solid #bababa;
        padding: 15px;
        vertical-align: middle;
        font-size: 14px;
        font-size: 1.4rem; }
      .client_archive .location .content_wrap table th {
        width: 130px;
        color: #0a96b9;
        background: #f0fbfe;
        font-weight: 500;
        text-align: center; }
    .client_archive .location .content_wrap .none {
      padding: 20px 0;
      text-align: center; }
  .client_archive .cta {
    margin-top: 15px; }
    .client_archive .cta .txt {
      text-align: center; }
      .client_archive .cta .txt span {
        display: inline-block;
        background: #fff;
        color: #f0fbfe;
        font-weight: 700;
        font-size: 23px;
        font-size: 2.3rem;
        padding: 6px 30px;
        border: 3px solid #bce7ec;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        position: relative; }
        .client_archive .cta .txt span::before, .client_archive .cta .txt span::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          border-style: solid;
          translate: -50% 100%; }
        .client_archive .cta .txt span::before {
          border-width: 16px 10px 0 10px;
          border-color: #bce7ec transparent transparent; }
        .client_archive .cta .txt span::after {
          border-width: 10.3px 6.5px 0 6.5px;
          border-color: #fff transparent transparent; }
    .client_archive .cta .cta_btn {
      width: 650px;
      margin: 18px auto 0;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .client_archive .cta .cta_btn a {
        font-size: 20px;
        font-size: 2rem; }
    .client_archive .cta .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }

.section04 .ttl {
  background: #0a96b9;
  width: 900px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  color: #fff;
  line-height: 1.4;
  padding-top: 15px;
  position: relative;
  font-weight: 700; }
  .section04 .ttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -56px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 450px 0 450px;
    border-color: #0a96b9 transparent transparent transparent;
    z-index: 1; }
  .section04 .ttl .sub {
    display: block;
    width: 410px;
    margin: 0 auto 10px;
    background: #fff;
    color: #0a96b9;
    padding: 3px 0;
    font-size: 18px;
    font-size: 1.8rem; }
.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .ico {
  width: 28px;
  margin: 0 auto 5px; }
.section04 table {
  width: 950px;
  margin: auto;
  border: 1px solid #e4e4e4;
  table-layout: fixed; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 5px; }
  .section04 table thead th {
    background: #f0fbfe;
    color: #0a96b9;
    line-height: 1.3; }
  .section04 table tbody tr:first-child {
    background: #fffde0;
    border: 2px solid #f2161b; }
  .section04 table tbody td p {
    margin-top: 5px;
    line-height: 　1 0.3;
    font-size: 13px;
    font-size: 1.3rem; }
  .section04 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
.section04 .cta_btn {
  width: 110px;
  margin: 0 auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .section04 .cta_btn a {
    padding: 　20px 0;
    font-size: 14px;
    font-size: 1.4rem; }
.section04 .remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem; }

.section05 {
  margin-top: 60px; }
  .section05 .inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 5px 50px 25px;
    border: solid 2px #0a96b9;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
  .section05 .ttl {
    width: 550px;
    padding: 8px 0;
    color: #0a96b9;
    border: solid 2px #0a96b9;
    background: #f0fbfe;
    text-align: center;
    top: -45px;
    font-weight: 700;
    line-height: 1.3;
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100vmax;
    -moz-border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
    -o-border-radius: 100vmax;
    -ms-border-radius: 100vmax; }
    .section05 .ttl strong {
      font-size: 130%;
      letter-spacing: 0.12em; }
    .section05 .ttl::after {
      content: "";
      display: block;
      width: 119px;
      height: 113px;
      position: absolute;
      right: -20px;
      bottom: -4px;
      background: no-repeat center url("/syokumo/assets/img/img_recommend.png"); }
  .section05 .wrap {
    padding: 40px 0 0; }
  .section05 .heading {
    font-weight: 700;
    color: #f2161b;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.08em; }
  .section05 .image {
    margin-top: 10px;
    text-align: center; }
  .section05 .txt {
    margin-top: 13px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.65;
    letter-spacing: 0.065em; }
    .section05 .txt .marker {
      font-weight: 700; }
    .section05 .txt p:not(:last-child) {
      margin-bottom: 30px; }
  .section05 .cta {
    position: relative; }
    .section05 .cta .txt {
      text-align: center;
      font-weight: 700;
      color: #f2161b;
      margin-top: 5px;
      font-size: 23px;
      font-size: 2.3rem; }
    .section05 .cta .cta_btn {
      width: 650px;
      margin: 5px auto 0; }
      .section05 .cta .cta_btn a {
        font-size: 20px;
        font-size: 2rem; }
    .section05 .cta .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }
    .section05 .cta .btn_img {
      position: absolute;
      bottom: 0px;
      right: 105px; }

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(10, 150, 185, 0.9);
  z-index: 100; }
  .fixed_cta .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 10px 0; }
    .fixed_cta .wrap .client_image {
      width: 150px; }
      .fixed_cta .wrap .client_image img {
        width: 100%; }
    .fixed_cta .wrap .baloon {
      position: relative;
      width: 250px;
      margin: 0 20px 0 15px;
      padding: 10px;
      background: #fff;
      text-align: center;
      font-weight: 700;
      color: #0a96b9;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .fixed_cta .wrap .baloon::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #fff;
        left: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
    .fixed_cta .wrap .btn {
      width: 260px; }
      .fixed_cta .wrap .btn .cta_btn a {
        padding: 12px;
        font-size: 15px;
        font-size: 1.5rem; }

.footer .inner {
  padding: 50px 0 30px;
  width: 1100px;
  margin: 0 auto;
  background: #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 .ico {
    width: 100px; }
  .footer .privacy .txt {
    padding-left: 20px; }
.footer .f_nav {
  width: 800px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  margin: 20px auto 0; }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      margin-left: 30px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none; }
.footer .copyright {
  background: #0a96b9;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem; }

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

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 240px;
        bottom: 85px; }
      .exitProtection .wrap .image .btn {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 18px;
        width: 370px; }
        .exitProtection .wrap .image .btn .cta_btn a {
          font-size: 20px;
          font-size: 2rem;
          padding: 15px 0; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btns {
      position: absolute;
      width: 95%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 135px;
      -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; }
      .exitProtection .wrap .btns .btn {
        width: calc((100% - 4%) / 2);
        margin-left: 4%; }
        .exitProtection .wrap .btns .btn:first-child {
          margin-left: 0; }
      .exitProtection .wrap .btns .cta_btn {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .exitProtection .wrap .btns .cta_btn a {
          font-size: 15px;
          font-size: 1.5rem;
          padding-left: 0;
          padding-right: 0; }

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

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

.pr {
  text-align: center;
  margin-top: 10px; }
