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

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

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

ul, ol {
  list-style: none; }

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

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

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

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

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

iframe {
  border: 0; }

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

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

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

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

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

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

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

.cf:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #bb4141;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bb4141;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bb4141;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bb4141;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bb4141;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #bb4141;
  -moz-box-shadow: 0 5px 0 #bb4141;
  box-shadow: 0 5px 0 #bb4141;
  background: #ed5050;
  -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: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

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

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

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(0, 61, 98, 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;
  border: 1px solid #fff; }
  .page_top:hover {
    background: #003d62;
    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: 3px solid #003d62; }
  .header .inner {
    padding: 13px; }
  .header .logo {
    width: 103px; }

.main_ttl {
  background: #003d62;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  padding: 12px 0;
  line-height: 1.3; }
  .main_ttl.red {
    background: #ed5050; }

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

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

.fv {
  position: relative; }
  .fv .fv_txt {
    position: absolute;
    z-index: 3;
    font-size: 3.4vw;
    color: #fff;
    font-weight: 700;
    line-height: 0.8;
    text-align: center;
    left: 65.07%;
    top: 4%; }
    .fv .fv_txt span {
      font-size: 11px;
      font-size: 1.1rem; }

.scroll_ico {
  width: 240px;
  z-index: 10;
  background: rgba(0, 61, 98, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 20px;
  text-align: center; }
  .scroll_ico .scroll_txt {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    margin-top: 5px; }

.is_onscreen.scroll_ico {
  animation: fadeout-anim 3s linear forwards;
  animation-delay: 1s; }

@keyframes fadeout-anim {
  100% {
    opacity: 0; } }
.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px 10px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .wrap {
  border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0;
  -o-border-radius: 8px 0 0 0;
  -ms-border-radius: 8px 0 0 0;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: scroll;
  position: relative; }
.section01 .scroll_ico {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  top: 100px; }
.section01 table {
  width: 1000px;
  border: 1px solid #e4e4e4; }
  .section01 table th, .section01 table td {
    text-align: center;
    font-size: 1em;
    border: 1px solid #e4e4e4;
    padding: 8px 5px;
    width: 110px;
    font-size: 15px;
    font-size: 1.5rem;
    background: #fff; }
  .section01 table thead th {
    background: #72c6d0;
    color: #fff;
    padding: 5px; }
  .section01 table tbody tr:nth-child(odd) td {
    background: #f6f4f4; }
  .section01 table thead tr th:first-child,
  .section01 table tbody tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100px; }
    .section01 table thead tr th:first-child::after,
    .section01 table tbody tr td:first-child::after {
      content: "";
      position: absolute;
      top: -1px;
      right: -1px;
      width: 1px;
      height: 100%;
      border-right: 1px solid #e4e4e4;
      z-index: -1; }
  .section01 table .text {
    text-align: left; }
  .section01 table .cta_btn {
    width: 70%;
    margin: auto; }
    .section01 table .cta_btn a {
      font-size: 18px;
      font-size: 1.8rem; }
  .section01 table a {
    text-decoration: none; }
  .section01 table .image a img {
    display: block;
    width: 80%;
    margin: auto; }

.section02 {
  background: #f3f3f5; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 20px 50px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
  .section02 .talk_items .talk_item {
    margin-top: 25px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start; }
    .section02 .talk_items .talk_item:first-child {
      margin-top: 0; }
    .section02 .talk_items .talk_item .image {
      width: 35%; }
      .section02 .talk_items .talk_item .image img {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        -webkit-box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6);
        -moz-box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6);
        box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6); }
    .section02 .talk_items .talk_item .comment {
      width: 58%; }
      .section02 .talk_items .talk_item .comment .comment_inner {
        position: relative;
        background: #fff;
        padding: 15px;
        border: 1px solid #003d62;
        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; }
        .section02 .talk_items .talk_item .comment .comment_inner span {
          color: #ed7950;
          font-weight: 700; }
        .section02 .talk_items .talk_item .comment .comment_inner::before, .section02 .talk_items .talk_item .comment .comment_inner::after {
          border: solid transparent;
          content: '';
          height: 0;
          width: 0;
          pointer-events: none;
          position: absolute;
          right: 100%;
          top: 50px; }
        .section02 .talk_items .talk_item .comment .comment_inner::after {
          border-color: rgba(247, 221, 51, 0);
          border-top-width: 8px;
          border-bottom-width: 8px;
          border-left-width: 15px;
          border-right-width: 15px;
          border-right-color: #fff; }
        .section02 .talk_items .talk_item .comment .comment_inner::before {
          border-color: rgba(30, 144, 255, 0);
          border-top-width: 9px;
          border-bottom-width: 9px;
          border-left-width: 16px;
          border-right-width: 16px;
          margin-top: -1px;
          margin-right: 1px;
          border-right-color: #003d62; }
    .section02 .talk_items .talk_item:nth-child(2) .comment .comment_inner::before, .section02 .talk_items .talk_item:nth-child(2) .comment .comment_inner::after {
      right: auto;
      left: 100%; }
    .section02 .talk_items .talk_item:nth-child(2) .comment .comment_inner::after {
      border-color: rgba(247, 221, 51, 0);
      border-left-color: #fff; }
    .section02 .talk_items .talk_item:nth-child(2) .comment .comment_inner::before {
      border-color: rgba(30, 144, 255, 0);
      margin-left: 1px;
      border-left-color: #003d62; }
  .section02 .merit {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 30px 10px; }
    .section02 .merit .heading {
      text-align: center;
      font-weight: 700;
      font-size: 22px;
      font-size: 2.2rem;
      color: #ed7950; }
    .section02 .merit .wrap {
      margin-top: 30px; }
    .section02 .merit ul li {
      border: 1px solid #003d62;
      background: #fff;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 10px;
      height: 70px;
      margin-top: 15px;
      -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;
      position: relative;
      line-height: 1.3; }
      .section02 .merit ul li::before {
        content: "";
        position: absolute;
        width: 59px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        right: 10px;
        top: -10px;
        pointer-events: none;
        z-index: 10; }
      .section02 .merit ul li:nth-child(1)::before {
        background-image: url("img/section02_point_01.png"); }
      .section02 .merit ul li:nth-child(2)::before {
        background-image: url("img/section02_point_02.png"); }
      .section02 .merit ul li:nth-child(3)::before {
        background-image: url("img/section02_point_03.png"); }
      .section02 .merit ul li:nth-child(4)::before {
        background-image: url("img/section02_point_04.png"); }
      .section02 .merit ul li:nth-child(5)::before {
        background-image: url("img/section02_point_05.png"); }
      .section02 .merit ul li:first-child {
        margin-top: 0; }
      .section02 .merit ul li .ico {
        width: 55px; }
      .section02 .merit ul li .txt {
        width: calc(100% - 55px);
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        color: #003d62;
        padding-left: 14px; }

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

.client_archive > ul > li {
  margin-top: 30px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6);
  -moz-box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6);
  box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6); }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 12px 10px 12px 65px;
    border-bottom: 1px solid #e7e7e7; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 42px;
      height: 74px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 10px;
      top: -2px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #003d62;
      font-size: 4.5vw;
      font-weight: 700;
      text-decoration: none; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 20px 10px 30px; }
.client_archive .hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: calc(380 / 670 * 100%);
  position: relative; }
  .client_archive .hero .image {
    width: 44.02%;
    position: absolute;
    left: 12.54%;
    top: 42.11%; }
    .client_archive .hero .image img {
      width: 100%; }
  .client_archive .hero .txt {
    font-size: 25px;
    font-size: 2.5rem;
    color: #003d62;
    position: absolute;
    left: 0;
    top: 9.22%;
    width: 100%;
    text-align: center;
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 1.3; }
    .client_archive .hero .txt span {
      font-size: 200%; }
.client_archive #uob .hero {
  background-image: url("img/hero_uob.png"); }
.client_archive #krungsri .hero {
  background-image: url("img/hero_krungsri.png"); }
.client_archive #ktc .hero {
  background-image: url("img/hero_ktc.png"); }
  .client_archive #ktc .hero .txt span {
    font-size: 80%; }
.client_archive #citi .hero {
  background-image: url("img/hero_citi.png"); }
  .client_archive #citi .hero .txt {
    top: 1.32%; }
.client_archive #ttb .hero {
  background-image: url("img/hero_ttb.png"); }
  .client_archive #ttb .hero .txt {
    top: 1.32%; }
.client_archive > ul > li:nth-child(1) .client_card {
  background: #f6f4f4; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
    background-image: url("img/rank_01.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/rank_02.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/rank_03.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/rank_04.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/rank_05.png"); }
.client_archive .overview {
  margin-top: 30px; }
  .client_archive .overview .image {
    width: 150px;
    margin: auto; }
  .client_archive .overview .txt {
    padding: 10px 0 0; }
    .client_archive .overview .txt table {
      width: 100%;
      border: 1px solid #e9e9e9;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 10px;
        border-left: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #fff;
        background: #72c6d0;
        width: 100px;
        font-weight: 700; }
      .client_archive .overview .txt table .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .client_archive .overview .txt table .ico_wrap .ico {
          width: 24px; }
        .client_archive .overview .txt table .ico_wrap .txt {
          padding-left: 5px; }
.client_archive .feature {
  margin-top: 12px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #e7e7e7;
  background: #fff;
  overflow: hidden; }
  .client_archive .feature .ttl {
    background: #72c6d0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 6px 0;
    font-size: 18px;
    font-size: 1.8rem; }
  .client_archive .feature ul {
    padding: 10px 15px 20px; }
  .client_archive .feature ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3px;
    position: relative;
    padding-left: 1.2em; }
    .client_archive .feature ul li:first-child {
      margin-top: 0; }
    .client_archive .feature ul li::before {
      content: "◎";
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      color: #ed7950; }
    .client_archive .feature ul li span {
      color: #ed7950;
      font-weight: 700; }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .cta_btn {
    width: calc(100% - 20px);
    margin: auto; }
    .client_archive .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem;
      padding: 10px 0; }

.section04 {
  background: #f3f3f5; }
  .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 15px; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
  .section04 h2 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
    color: #003d62; }
  .section04 .items {
    margin: 30px auto 0; }
    .section04 .items .item {
      background: #fff;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -webkit-box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6);
      -moz-box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6);
      box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6);
      margin-top: 10px; }
      .section04 .items .item:first-child {
        margin-top: 0; }
  .section04 .question, .section04 .answer {
    position: relative; }
  .section04 .question {
    padding: 15px 40px 15px 55px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
    color: #003d62; }
    .section04 .question::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 100%;
      background-image: url("img/section04_question.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 15px;
      top: 20px;
      pointer-events: none;
      z-index: 10; }
    .section04 .question::after {
      content: "";
      width: 13px;
      height: 13px;
      background-image: url("img/section04_trigger.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      z-index: 10; }
    .section04 .question.line01::before {
      top: 10px; }
    .section04 .question.active::after {
      background-image: url("img/section04_trigger_active.png"); }
  .section04 .answer {
    display: none;
    padding: 15px 15px 15px 55px; }
    .section04 .answer::after {
      content: "";
      position: absolute;
      width: calc(100% - 20px);
      height: 100%;
      background-image: url("img/section04_border.png");
      background-repeat: repeat-x;
      background-position: center top;
      background-size: 9px auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section04 .answer::before {
      content: "";
      position: absolute;
      width: 25px;
      height: 100%;
      background-image: url("img/section04_answer.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 15px;
      top: 16px;
      pointer-events: none;
      z-index: 10; }

.footer .f_nav {
  background: #72c6d0;
  padding: 15px 40px; }
  .footer .f_nav ul li {
    margin-top: 5px; }
    .footer .f_nav ul li:first-child {
      margin: 0; }
  .footer .f_nav a {
    color: #003d62;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
.footer .copyright {
  background: #003d62;
  padding: 14px 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem; }

.page {
  background: #f3f3f5;
  padding: 20px 10px; }
  .page .container {
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6);
    -moz-box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6);
    box-shadow: 0 20px 50px rgba(219, 218, 217, 0.6);
    padding: 20px; }
  .page h1 {
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    font-size: 3.6rem;
    color: #000; }

.page_privacy .update {
  margin-top: 20px; }
.page_privacy .parent {
  margin-left: 1.5em;
  list-style-type: decimal;
  margin-top: 30px; }
  .page_privacy .parent > li {
    margin-top: 30px;
    font-size: 22px;
    font-size: 2.2rem; }
    .page_privacy .parent > li:first-child {
      margin-top: 0; }
    .page_privacy .parent > li p, .page_privacy .parent > li ul {
      font-size: 16px;
      font-size: 1.6rem; }
    .page_privacy .parent > li ul {
      margin-left: 1.2em; }
.page_privacy h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px; }
.page_privacy .list_1 li {
  position: relative;
  padding-left: 2em; }
  .page_privacy .list_1 li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .page_privacy .list_1 li:nth-child(1)::before {
    content: "(a)"; }
  .page_privacy .list_1 li:nth-child(2)::before {
    content: "(b)"; }
  .page_privacy .list_1 li:nth-child(3)::before {
    content: "(c)"; }
  .page_privacy .list_1 li:nth-child(4)::before {
    content: "(d)"; }
  .page_privacy .list_1 li:nth-child(5)::before {
    content: "(e)"; }
  .page_privacy .list_1 li:nth-child(6)::before {
    content: "(f)"; }
  .page_privacy .list_1 li:nth-child(7)::before {
    content: "(g)"; }
  .page_privacy .list_1 li:nth-child(8)::before {
    content: "(h)"; }
  .page_privacy .list_1 li:nth-child(9)::before {
    content: "(i)"; }
  .page_privacy .list_1 li:nth-child(10)::before {
    content: "(j)"; }
  .page_privacy .list_1 li:nth-child(11)::before {
    content: "(k)"; }
  .page_privacy .list_1 li:nth-child(12)::before {
    content: "(l)"; }
  .page_privacy .list_1 li:nth-child(13)::before {
    content: "(m)"; }
.page_privacy .list_2 li {
  position: relative;
  padding-left: 2em; }
  .page_privacy .list_2 li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .page_privacy .list_2 li:nth-child(1)::before {
    content: "(i)"; }
  .page_privacy .list_2 li:nth-child(2)::before {
    content: "(ii)"; }
  .page_privacy .list_2 li:nth-child(3)::before {
    content: "(iii)"; }
  .page_privacy .list_2 li:nth-child(4)::before {
    content: "(iv)"; }
  .page_privacy .list_2 li:nth-child(5)::before {
    content: "(v)"; }
  .page_privacy .list_2 li:nth-child(6)::before {
    content: "(vi)"; }
  .page_privacy .list_2 li:nth-child(7)::before {
    content: "(vii)"; }

.page_cookie h1 {
  margin-bottom: 20px; }
.page_cookie section {
  margin-top: 30px; }
  .page_cookie section:first-child {
    margin-top: 0; }
  .page_cookie section p {
    margin-bottom: 1em; }
.page_cookie h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px; }

.ft_btn .btn_area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-evenly;
  align-items: center; }
.ft_btn .cta_btn {
  height: 60px;
  width: 40%; }
  .ft_btn .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    padding: 10px 20px; }

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

.exitProtection {
  width: 320px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 420px;
    background-image: url("/creditcard/assets/img/exitProtection_ktc.png");
    background-repeat: no-repeat;
    background-size: 320px;
    background-position-y: bottom; }
    .exitProtection .wrap .exitProtection_banner {
      width: 190px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 175px; }
    .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 .modal_cta_btn {
      width: 280px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 3px;
      position: absolute; }
      .exitProtection .wrap .modal_cta_btn a {
        display: block;
        text-decoration: none;
        background: #ed5050;
        border-bottom: 5px solid #bb4141;
        position: relative;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        line-height: 1.3;
        padding: 7px 0; }
        .exitProtection .wrap .modal_cta_btn a::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 25px;
          height: 100%;
          background-image: url("../../sp/glp1/assets/img/cta_ico.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          right: 15px;
          pointer-events: none; }
      .exitProtection .wrap .modal_cta_btn.variable_height a {
        padding: 8px 0; }
    .exitProtection .wrap .shiny_btn {
      position: relative;
      overflow: hidden; }
      .exitProtection .wrap .shiny_btn::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; }
