@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
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 Thai", 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: 15px 0;
    text-align: center; }

.main_ttl {
  background: #003d62;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
  padding: 20px 0; }
  .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 {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    height: 310px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_image {
    position: absolute;
    width: 716px;
    left: 50px;
    top: 26px;
    z-index: 1; }
  .fv .fv_txt {
    position: absolute;
    z-index: 3;
    font-size: 23px;
    font-size: 2.3rem;
    color: #fff;
    font-weight: 700;
    line-height: 0.8;
    top: 126px;
    left: 67px;
    text-align: center; }
    .fv .fv_txt span {
      font-size: 14px;
      font-size: 1.4rem; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 50px 60px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .wrap {
  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;
  overflow: hidden; }
.section01 table {
  width: 100%;
  line-height: 1.3; }
  .section01 table thead tr {
    background: #72c6d0;
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(185, 185, 185, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(185, 185, 185, 0.3);
    box-shadow: 0 5px 5px rgba(185, 185, 185, 0.3);
    z-index: 10; }
    .section01 table thead tr th {
      font-size: 15px;
      font-size: 1.5rem;
      text-align: center;
      color: #fff;
      padding: 10px 0; }
  .section01 table tbody tr:nth-child(odd) {
    background: #f6f4f4; }
  .section01 table tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px; }
    .section01 table tbody tr td:first-child {
      border-left: 1px solid #e7e7e7; }
    .section01 table tbody tr td:last-child {
      border-right: 1px solid #e7e7e7; }
    .section01 table tbody tr td.text {
      text-align: left; }
    .section01 table tbody tr td span {
      display: block; }
  .section01 table .image img {
    display: block;
    width: 125px;
    margin: auto; }
  .section01 table .image a {
    text-decoration: none; }
  .section01 table .image p {
    margin-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500; }
  .section01 table .cta_btn {
    width: 120px;
    margin: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section01 table .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 25px 0; }

.section02 {
  background: #f3f3f5; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 50px 60px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
  .section02 .talk_items {
    width: 630px;
    margin: auto; }
    .section02 .talk_items .talk_item {
      margin-top: 30px;
      -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: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .section02 .talk_items .talk_item:first-child {
        margin-top: 0; }
      .section02 .talk_items .talk_item .image {
        width: 180px; }
        .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: calc(100% - 210px); }
        .section02 .talk_items .talk_item .comment .comment_inner {
          position: relative;
          background: #fff;
          padding: 25px 20px;
          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: 15px;
          font-size: 1.5rem; }
          .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: 50%; }
          .section02 .talk_items .talk_item .comment .comment_inner::after {
            border-color: rgba(247, 221, 51, 0);
            border-top-width: 10px;
            border-bottom-width: 10px;
            border-left-width: 17px;
            border-right-width: 17px;
            margin-top: -10px;
            border-right-color: #fff; }
          .section02 .talk_items .talk_item .comment .comment_inner::before {
            border-color: rgba(30, 144, 255, 0);
            border-top-width: 11px;
            border-bottom-width: 11px;
            border-left-width: 18px;
            border-right-width: 18px;
            margin-top: -11px;
            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: 50px;
    background-image: url("img/section02_image_03.jpg");
    background-repeat: no-repeat;
    background-position: left 70%;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -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: 50px 0; }
    .section02 .merit .heading {
      text-align: center;
      font-weight: 700;
      font-size: 26px;
      font-size: 2.6rem;
      color: #ed7950; }
    .section02 .merit .wrap {
      margin-top: 40px;
      padding: 0 50px 0 315px; }
    .section02 .merit ul li {
      border: 2px solid #003d62;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 10px 10px 10px 22px;
      height: 80px;
      margin-top: 18px;
      -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: 74px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        right: 15px;
        top: -15px;
        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: 75px; }
      .section02 .merit ul li .txt {
        width: calc(100% - 75px);
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        color: #003d62;
        padding-left: 17px; }

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

.client_archive > ul > li {
  margin-top: 60px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #e7e7e7;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-box-shadow: 0 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: 15px 10px 15px 100px;
    border-bottom: 1px solid #e7e7e7; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 56px;
      height: 74px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 25px;
      top: -4px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #003d62;
      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: 35px 23px 60px; }
.client_archive .hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 244px;
  -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;
  padding: 25px; }
  .client_archive .hero .image {
    width: 295px; }
    .client_archive .hero .image img {
      width: 100%; }
  .client_archive .hero .txt {
    width: calc(100% - 295px);
    padding-left: 25px;
    font-size: 25px;
    font-size: 2.5rem;
    color: #003d62;
    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: 25px;
    font-size: 2.5rem; }
.client_archive #citi .hero {
  background-image: url("img/hero_citi.png"); }
.client_archive #ttb .hero {
  background-image: url("img/hero_ttb.png"); }
.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 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 40px; }
  .client_archive .overview .image {
    width: 300px; }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    .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: 15px;
        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: 160px;
        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: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  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: 21px;
    font-size: 2.1rem; }
  .client_archive .feature ul {
    padding: 14px 30px 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: 35px; }
  .client_archive .cta .cta_btn {
    width: 700px;
    margin: 8px auto 0; }
    .client_archive .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }

.section04 {
  background: #f3f3f5; }
  .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
  .section04 h2 {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    color: #003d62; }
  .section04 .items {
    margin: 40px auto 0;
    width: 720px; }
    .section04 .items .item {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      -webkit-box-shadow: 0 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: 40px; }
      .section04 .items .item:first-child {
        margin-top: 0; }
  .section04 .question, .section04 .answer {
    position: relative; }
  .section04 .question {
    padding: 35px 35px 35px 100px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
    color: #003d62; }
    .section04 .question::before {
      content: "";
      position: absolute;
      width: 46px;
      height: 100%;
      background-image: url("img/section04_question.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 35px;
      top: 30px;
      pointer-events: none;
      z-index: 10; }
    .section04 .question::after {
      content: "";
      width: 20px;
      height: 20px;
      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: 30px;
      z-index: 10; }
    .section04 .question.active::after {
      background-image: url("img/section04_trigger_active.png"); }
  .section04 .answer {
    display: none;
    padding: 20px 35px 35px 100px; }
    .section04 .answer::after {
      content: "";
      position: absolute;
      width: calc(100% - 70px);
      height: 100%;
      background-image: url("img/section04_border.png");
      background-repeat: repeat-x;
      background-position: center top;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -10px;
      pointer-events: none;
      z-index: 10; }
    .section04 .answer::before {
      content: "";
      position: absolute;
      width: 38px;
      height: 100%;
      background-image: url("img/section04_answer.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 35px;
      top: 16px;
      pointer-events: none;
      z-index: 10; }

.footer .f_nav {
  background: #72c6d0;
  padding: 15px; }
  .footer .f_nav ul {
    width: 1000px;
    margin: 0 auto;
    -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; }
    @media only screen and (max-width: 768px) {
      .footer .f_nav ul {
        width: 100%; } }
    .footer .f_nav ul li {
      margin-left: 40px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
  .footer .f_nav a {
    color: #003d62;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700; }
.footer .copyright {
  background: #003d62;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem; }

.page {
  background: #f3f3f5;
  padding: 50px 0; }
  .page .container {
    width: 900px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-box-shadow: 0 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: 50px; }
  .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.5em; }
.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; }
.ft_btn .cta_btn {
  margin-top: 10px;
  height: 60px;
  width: 280px; }
  .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: 400px !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: 510px;
    background-image: url("../assets/img/exitProtection_ktc.png");
    background-repeat: no-repeat;
    background-position-y: bottom; }
    .exitProtection .wrap .exitProtection_banner {
      width: 250px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 205px; }
    .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: 370px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 12px;
      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; }
