@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 850px) {
  body {
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
body.header-bg header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px !important;
  background-color: #FFF;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  border: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.link-blue {
  color: #1480FF;
  text-decoration: underline;
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.font-IBM {
  font-family: "IBM Plex Sans Thai", sans-serif;
}

.font-Noto {
  font-family: "Noto Sans JP", sans-serif;
}

.fw100-thin {
  font-weight: 100 !important;
}

.fw200-extra-light {
  font-weight: 200 !important;
}

.fw300-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi-bold {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.top-page {
  background-image: url("/assets/images/top/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 750px) {
  .top-page {
    background-image: url("/assets/images/top/bg-sp.png");
    background-size: 428px 950px;
  }
}

.inner-page {
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 750px) {
  .inner-page {
    background-image: url("/assets/images/top/bg-sp.png");
    background-size: 428px 950px;
  }
}
.inner-page #wrapper {
  padding-top: 120px;
}
@media only screen and (max-width: 750px) {
  .inner-page #wrapper {
    padding-top: 80px;
  }
}

/* Wrapper */
@media only screen and (max-width: 750px) {
  #wrapper {
    padding-top: 80px;
  }
}

#mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  header {
    height: auto;
  }
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-left {
    width: 250px;
    max-width: 250px;
  }
}
header .header .header-left a {
  display: table;
}
header .header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .menu {
    display: none;
  }
}
header .header .header-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header-right .menu ul li {
  margin-right: 40px;
}
@media only screen and (max-width: 1280px) {
  header .header .header-right .menu ul li {
    margin-right: 30px;
  }
}
header .header .header-right .menu ul li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 1.4px;
}
header .header .header-right .menu ul li a:hover {
  opacity: 1;
}
header .header .header-right .menu ul li a:hover::after {
  width: 100%;
}
header .header .header-right .menu ul li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  width: 0%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #CCC529;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .lang {
    display: none;
  }
}
header .header .header-right .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .btn-burger {
    display: block;
  }
}

.active-mn-01 .mn-01::after,
.active-mn-02 .mn-02::after,
.active-mn-03 .mn-03::after,
.active-mn-04 .mn-04::after,
.active-mn-05 .mn-05::after,
.active-mn-06 .mn-06::after,
.active-mn-07 .mn-07::after {
  width: 100% !important;
}

.active-mn-01 .menu-responsive .mn-01,
.active-mn-02 .menu-responsive .mn-02,
.active-mn-03 .menu-responsive .mn-03,
.active-mn-04 .menu-responsive .mn-04,
.active-mn-05 .menu-responsive .mn-05,
.active-mn-06 .menu-responsive .mn-06,
.active-mn-07 .menu-responsive .mn-07 {
  color: #CCC529 !important;
}

.lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang ul li {
  position: relative;
}
.lang ul li + li {
  margin-left: 15px;
  padding-left: 16px;
}
.lang ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #B2B2B2;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
.lang ul li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.lang ul li a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 3px;
  background-color: #CCC529;
}

.bar-icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: table;
  padding-top: 7px;
  background-color: #CCC529;
}
.bar-icon:hover {
  opacity: 1;
}
.bar-icon .bar1, .bar-icon .bar2, .bar-icon .bar3 {
  width: 26px;
  height: 2px;
  background-color: #000;
  margin: 7px auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.open .bar1 {
  background-color: #000;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
.open .bar2 {
  opacity: 0;
  background-color: #000;
}
.open .bar3 {
  background-color: #000;
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

.menu-responsive {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  padding-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .menu-responsive {
    padding-top: 95px;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive nav ul li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 375px) {
  .menu-responsive nav ul li + li {
    margin-top: 15px;
  }
}
.menu-responsive nav ul li a {
  display: table;
  margin-left: auto;
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 600;
  letter-spacing: 3px;
}
@media only screen and (max-width: 375px) {
  .menu-responsive nav ul li a {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.menu-responsive .lang {
  display: table;
  margin-top: 30px;
  margin-left: auto;
}
@media only screen and (max-width: 375px) {
  .menu-responsive .lang {
    margin-top: 25px;
  }
}
.menu-responsive .contact {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 375px) {
  .menu-responsive .contact {
    margin-top: 35px;
  }
}
.menu-responsive .contact .icon {
  width: 34px;
  min-width: 34px;
}
.menu-responsive .contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
.menu-responsive .contact ul li + li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #D5D5D5;
}
.menu-responsive .contact ul li p {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
.menu-responsive .contact ul li a {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 600;
  white-space: nowrap;
}
.menu-responsive .social {
  display: table;
  margin-left: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 375px) {
  .menu-responsive .social {
    margin-top: 25px;
  }
}
.menu-responsive .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-responsive .social ul li + li {
  margin-left: 50px;
}
.menu-responsive .btn-box {
  margin-top: 45px;
}
@media only screen and (max-width: 375px) {
  .menu-responsive .btn-box {
    margin-top: 40px;
  }
}
.menu-responsive .btn-box a {
  font-size: 2rem;
  line-height: 3rem;
}

/* Main */
main {
  position: relative;
}

.content-1278 {
  width: 93%;
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-1278 {
    width: 90%;
  }
}

.content-1088 {
  width: 85%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 850px) {
  .content-1088 {
    width: 93%;
  }
}
@media only screen and (max-width: 750px) {
  .content-1088 {
    width: 90%;
  }
}

.content-980 {
  width: 85%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 850px) {
  .content-980 {
    width: 93%;
  }
}
@media only screen and (max-width: 750px) {
  .content-980 {
    width: 90%;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pad120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .pad120 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .mt80 {
    margin-top: 50px;
  }
}

.txthead-box .fz55 {
  font-size: 5.5rem;
  line-height: 6.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz55 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz55 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 600;
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz40 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz40 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.txthead-box .fz30 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz30 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz30 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.txthead-box .fz24 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz24 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz24 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.txthead-box.mb20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb20 {
    margin-bottom: 15px !important;
  }
}
.txthead-box.mb25 {
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb25 {
    margin-bottom: 15px !important;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 850px) {
  .txthead-box.mb75 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb75 {
    margin-bottom: 40px;
  }
}
.txthead-box.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 850px) {
  .txthead-box.mb80 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb80 {
    margin-bottom: 40px;
  }
}
.txthead-box.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box.mb100 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box.mb100 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb100 {
    margin-bottom: 40px;
  }
}
.txthead-box.center {
  text-align: center;
}
.txthead-box.right {
  text-align: right;
}
.txthead-box p {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .txthead-box p {
    margin-top: 0;
  }
}
.txthead-box span.th {
  display: block;
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 850px) {
  .txthead-box span.th {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box span.th {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  margin-right: 15px;
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
}
.breadcrumb ul li + li {
  padding-left: 20px;
}
.breadcrumb ul li + li::before {
  content: "›";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.breadcrumb ul li a {
  text-decoration: underline;
}

.btn-box.w-auto {
  display: table;
}
.btn-box.w-auto .btn {
  padding: 0 50px;
}
@media only screen and (max-width: 850px) {
  .btn-box.w-auto .btn {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.w-auto .btn {
    padding: 0 15px;
  }
}
.btn-box.w-auto .btn.arrow-right-white {
  padding-right: 80px;
}
@media only screen and (max-width: 850px) {
  .btn-box.w-auto .btn.arrow-right-white {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.w-auto .btn.arrow-right-white {
    padding-right: 40px;
  }
}
.btn-box.right {
  margin-left: auto;
}
.btn-box.mt20 {
  margin-top: 20px;
}
.btn-box.mt25 {
  margin-top: 25px;
}
.btn-box.mt30 {
  margin-top: 30px;
}
.btn-box.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt40 {
    margin-top: 30px;
  }
}
.btn-box.mt60 {
  margin-top: 60px;
}
.btn-box.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt80 {
    margin-top: 50px;
  }
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .btn {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.btn.green {
  color: #FFF;
  background-color: #CCC529;
  border: 1px solid #CCC529;
}
.btn.green::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #FFF;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.btn.green:hover {
  color: #CCC529;
}
.btn.green:hover::after {
  opacity: 1;
  right: inherit;
  left: 0;
  width: 100%;
}
.btn.black {
  color: #FFF;
  background-color: #333535;
  border: 1px solid #333535;
}
.btn.black::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #FFF;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.btn.black:hover {
  color: #333535;
}
.btn.black:hover::after {
  right: inherit;
  left: 0;
  width: 100%;
}
.btn.white {
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
}
.btn.white::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.btn.white:hover {
  color: #FFF;
}
.btn.white:hover::after {
  right: inherit;
  left: 0;
  width: 100%;
}
.btn.border {
  border: 1px solid #404040;
}
.btn.icon-left span {
  margin-right: 15px;
}
.btn.icon-left-change:hover span img:nth-child(2) {
  opacity: 0;
}
.btn.icon-left-change span {
  position: relative;
  margin-right: 15px;
}
.btn.icon-left-change span img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.btn.new-window {
  background-image: url("/assets/images/commons/btn-new-window-white.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 11px;
}
@media only screen and (max-width: 850px) {
  .btn.new-window {
    background-position: center right 20px;
  }
}
@media only screen and (max-width: 750px) {
  .btn.new-window {
    background-position: center right 15px;
  }
}
.btn.new-window-abs::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("/assets/images/commons/btn-new-window-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 850px) {
  .btn.new-window-abs::before {
    right: 15px;
  }
}
.btn.new-window-abs:hover::before {
  right: 15px;
  background-image: url("/assets/images/commons/btn-new-window.svg");
  background-size: 11px 11px;
}
@media only screen and (max-width: 850px) {
  .btn.new-window-abs:hover::before {
    right: 10px;
  }
}
.btn.arrow-left {
  background-image: url("/assets/images/commons/btn-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 19px 10px;
}
@media only screen and (max-width: 850px) {
  .btn.arrow-left {
    background-position: center right 25px;
  }
}
@media only screen and (max-width: 750px) {
  .btn.arrow-left {
    background-position: center right 15px;
  }
}
.btn.arrow-right {
  background-image: url("/assets/images/commons/btn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 19px 10px;
}
@media only screen and (max-width: 850px) {
  .btn.arrow-right {
    background-position: center right 25px;
  }
}
@media only screen and (max-width: 750px) {
  .btn.arrow-right {
    background-position: center right 15px;
  }
}
.btn.arrow-right-white {
  background-image: url("/assets/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 19px 10px;
}
@media only screen and (max-width: 850px) {
  .btn.arrow-right-white {
    background-position: center right 25px;
  }
}
@media only screen and (max-width: 750px) {
  .btn.arrow-right-white {
    background-position: center right 15px;
  }
}
.btn.arrow-abs-left::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  width: 19px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("/assets/images/commons/btn-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 850px) {
  .btn.arrow-abs-left::before {
    right: 15px;
  }
}
.btn.arrow-abs-left:hover::before {
  left: 15px;
  background-image: url("/assets/images/commons/btn-arrow-left-white.svg");
}
@media only screen and (max-width: 850px) {
  .btn.arrow-abs-left:hover::before {
    left: 10px;
  }
}
.btn.arrow-abs-left-white::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  width: 19px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("/assets/images/commons/btn-arrow-left-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 850px) {
  .btn.arrow-abs-left-white::before {
    left: 15px;
  }
}
.btn.arrow-abs-left-white:hover::before {
  left: 15px;
  background-image: url("/assets/images/commons/btn-arrow-left.svg");
}
@media only screen and (max-width: 850px) {
  .btn.arrow-abs-left-white:hover::before {
    left: 10px;
  }
}
.btn.arrow-abs-right::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  width: 19px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("/assets/images/commons/btn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 850px) {
  .btn.arrow-abs-right::before {
    right: 15px;
  }
}
.btn.arrow-abs-right:hover::before {
  right: 15px;
  background-image: url("/assets/images/commons/btn-arrow-right-white.svg");
}
@media only screen and (max-width: 850px) {
  .btn.arrow-abs-right:hover::before {
    right: 10px;
  }
}
.btn.arrow-abs-right-white::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  width: 19px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("/assets/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 850px) {
  .btn.arrow-abs-right-white::before {
    right: 15px;
  }
}
.btn.arrow-abs-right-white:hover::before {
  right: 15px;
  background-image: url("/assets/images/commons/btn-arrow-right.svg");
}
@media only screen and (max-width: 850px) {
  .btn.arrow-abs-right-white:hover::before {
    right: 10px;
  }
}
.btn.arrow-abs-right-green::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  width: 19px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("/assets/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 850px) {
  .btn.arrow-abs-right-green::before {
    right: 15px;
  }
}
.btn.arrow-abs-right-green:hover::before {
  right: 15px;
  background-image: url("/assets/images/commons/btn-arrow-right-green.svg");
}
@media only screen and (max-width: 850px) {
  .btn.arrow-abs-right-green:hover::before {
    right: 10px;
  }
}
.btn.w220 {
  width: 100%;
  max-width: 220px;
}
.btn.w300 {
  width: 100%;
  max-width: 300px;
}
.btn.w360 {
  width: 100%;
  max-width: 360px;
}
.btn.content-left {
  padding-left: 22px;
  padding-right: 22px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn.right {
  margin-left: auto;
  margin-right: 0;
}

.btn-page {
  margin-top: 80px;
}
@media only screen and (max-width: 850px) {
  .btn-page {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-page {
    margin-top: 40px;
  }
}
.btn-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-page ul li {
  margin: 3px;
}
@media only screen and (max-width: 750px) {
  .btn-page ul li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-page ul li.no {
    display: none;
  }
}
.btn-page ul li.no a {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #000;
  background-color: #FFF;
}
.btn-page ul li.prev a {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
  background-position: center;
}
.btn-page ul li.next {
  width: 220px;
}
.btn-page ul li a.actived {
  color: #FFF;
  background-color: #CCC529;
}

/* Follow */
.follow {
  position: fixed;
  bottom: 35px;
  left: 35px;
  z-index: 12;
}
@media only screen and (max-width: 850px) {
  .follow {
    display: none;
  }
}
.follow p {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.follow ul {
  margin-top: 15px;
}
.follow ul li + li {
  margin-top: 25px;
}
.follow ul li a {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* Pointer */
.pointer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 35px;
  z-index: 12;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 850px) {
  .pointer {
    display: none;
  }
}
.pointer ul li + li {
  margin-top: 40px;
}
.pointer ul li a {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}
.pointer ul li a::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #000;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.pointer ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: #B1B1B1;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.pointer ul li a.current::before {
  opacity: 1;
}
.pointer ul li a.current::after {
  opacity: 0;
}
.pointer ul li a.scroll_item_active::before {
  opacity: 1;
}
.pointer ul li a.scroll_item_active::after {
  opacity: 0;
}

/* MV */
#mv {
  position: relative;
  padding-top: 105px;
  height: 768px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #mv {
    padding-top: 0;
    padding-bottom: 35px;
    height: auto;
  }
}
#mv .mv {
  position: relative;
  z-index: 9;
  height: 100%;
  padding-top: 150px;
}
@media only screen and (max-width: 750px) {
  #mv .mv {
    padding-top: 130px;
  }
}
#mv .mv .mv-text {
  position: relative;
  z-index: 9;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text {
    width: 83%;
  }
}
#mv .mv .mv-text h1 {
  font-size: 5.5rem;
  line-height: 6rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text h1 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
#mv .mv .mv-text h1 span {
  display: block;
  font-weight: 700;
  color: #CCC529;
}
#mv .mv .mv-text p {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text p {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#mv .mv .mv-button {
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 133px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-button {
    position: static;
    margin-top: 35px;
    margin-bottom: 25px;
    width: 100px;
  }
}
#mv .mv .mv-button a {
  position: relative;
  width: 133px;
  height: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  background-color: #CB212F;
  border-radius: 100%;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-button a {
    width: 100px;
    height: 100px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-bottom: 15px;
  }
}
#mv .mv .mv-button a span {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 8;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 20px;
  height: 8px;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
#mv .mv .mv-elephant {
  position: absolute;
  bottom: 0;
  left: 17px;
  z-index: 8;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-elephant {
    left: -77px;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .mv-elephant {
    width: 45%;
    left: -100px;
    bottom: 8%;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-elephant {
    left: -40px;
  }
}
#mv .mv .mv-bird {
  position: absolute;
  top: 0;
  right: -72px;
  z-index: 8;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-bird {
    right: -152px;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .mv-bird {
    width: 45%;
    right: -75px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-bird {
    width: 50%;
    right: -30px;
    top: 8%;
  }
}

@-webkit-keyframes jumpInfinite {
  0% {
    bottom: 25px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 25px;
  }
}
@keyframes jumpInfinite {
  0% {
    bottom: 25px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 25px;
  }
}
/* MV Inner */
@media only screen and (max-width: 750px) {
  #mv-inner {
    margin-top: 20px;
  }
}
#mv-inner .mv-inner {
  position: relative;
}
#mv-inner .mv-inner.flex {
  padding-top: 0;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner.flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 330px;
    padding-bottom: 30px;
  }
}
#mv-inner .mv-inner.flex .txthead-box {
  width: 50%;
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner.flex .txthead-box {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#mv-inner .mv-inner.flex .mv-img {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner.flex .mv-img {
    position: absolute;
    width: 65%;
    top: 0;
    right: 5%;
  }
}
#mv-inner .mv-inner.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner.center {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
#mv-inner .mv-inner .txthead-box h1 {
  color: #CCC529;
}
#mv-inner .mv-inner .txthead-box h1 span {
  color: #000;
}

/* Company */
#company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 768px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #company {
    display: block;
    height: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#company .rellax {
  position: absolute;
  top: 140px;
  z-index: 8;
  width: 1920px;
  height: 733px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/assets/images/top/company-polygon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px 733px;
}
@media only screen and (max-width: 750px) {
  #company .rellax {
    display: none;
  }
}
#company .company {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  #company .company {
    padding-bottom: 30px;
  }
}
#company .company .col {
  width: 56%;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  #company .company .col {
    width: 100%;
  }
}
#company .company .col .content p {
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  #company .company .col .content p {
    line-height: 2rem;
  }
}
#company .company .col .content p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #company .company .col .content p + p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #company .company .col .btn-box a {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Thai100 */
#thai100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #thai100 {
    display: block;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#thai100 .rellax {
  position: absolute;
  top: 220px;
  z-index: 8;
  width: 1920px;
  height: 742px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/assets/images/top/thai100-polygon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 742px;
}
@media only screen and (max-width: 750px) {
  #thai100 .rellax {
    display: none;
  }
}
#thai100 .thai100 {
  position: relative;
  z-index: 9;
  padding-top: 75px;
  padding-bottom: 260px;
}
@media only screen and (max-width: 850px) {
  #thai100 .thai100 {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 750px) {
  #thai100 .thai100 {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
#thai100 .thai100 .col {
  width: 66%;
}
@media only screen and (max-width: 1180px) {
  #thai100 .thai100 .col {
    width: 75%;
  }
}
@media only screen and (max-width: 850px) {
  #thai100 .thai100 .col {
    width: 78%;
  }
}
@media only screen and (max-width: 750px) {
  #thai100 .thai100 .col {
    width: 100%;
  }
}
#thai100 .thai100 .col .txthead-box {
  padding-right: 120px;
}
@media only screen and (max-width: 750px) {
  #thai100 .thai100 .col .txthead-box {
    padding-right: 0;
    text-align: left;
  }
}
#thai100 .thai100 .col .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #thai100 .thai100 .col .content {
    display: block;
  }
}
#thai100 .thai100 .col .content .logo-sp {
  display: none;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #thai100 .thai100 .col .content .logo-sp {
    display: table;
  }
}
#thai100 .thai100 .col .content .text {
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #thai100 .thai100 .col .content .text {
    text-align: center;
  }
}
#thai100 .thai100 .col .content .text h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #CCC529;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #thai100 .thai100 .col .content .text h3 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#thai100 .thai100 .col .content .logo {
  position: relative;
  width: 174px;
  min-width: 174px;
  margin-left: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 850px) {
  #thai100 .thai100 .col .content .logo {
    width: 154px;
    min-width: 154px;
  }
}
@media only screen and (max-width: 750px) {
  #thai100 .thai100 .col .content .logo {
    display: none;
  }
}
#thai100 .thai100 .col .content .logo img {
  min-width: 154px;
}
@media only screen and (max-width: 850px) {
  #thai100 .thai100 .col .content .logo img {
    min-width: 134px;
  }
}
#thai100 .thai100 .col .content .logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 1px;
  height: 80%;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #A7A7A7;
}
#thai100 .thai100 .col .btn-box {
  padding-right: 192px;
}
@media only screen and (max-width: 850px) {
  #thai100 .thai100 .col .btn-box {
    padding-right: 31%;
  }
}
@media only screen and (max-width: 750px) {
  #thai100 .thai100 .col .btn-box {
    padding-right: 0;
    margin-right: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #thai100 .thai100 .col .btn-box a {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 750px) {
  #thai100 .thai100 .col .btn-box a {
    width: 100%;
  }
}

/* Our Works */
#ourworks {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 240px;
}
@media only screen and (max-width: 750px) {
  #ourworks {
    padding-bottom: 35px;
  }
}
#ourworks .rellax {
  position: absolute;
  top: inherit;
  bottom: -1000px;
  left: 0;
  right: 0;
  z-index: 8;
  width: 1366px;
  height: 656px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/assets/images/top/ourworks-polygon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1366px 656px;
}
@media only screen and (max-width: 850px) {
  #ourworks .rellax {
    bottom: -800px;
  }
}
#ourworks .ourworks {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  #ourworks .ourworks .btn-box {
    margin-top: 50px;
  }
}

.ourworks-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url("/assets/images/top/ourworks-line-dot.svg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 3px 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .ourworks-list ul {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
  }
}
.ourworks-list ul li {
  width: 48.78%;
  background-color: #FFF;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .ourworks-list ul li {
    width: 100%;
  }
}
.ourworks-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .ourworks-list ul li::before {
    display: none;
  }
}
.ourworks-list ul li:nth-child(1) {
  margin-top: 0 !important;
}
.ourworks-list ul li:nth-child(2) {
  margin-top: 145px !important;
}
@media only screen and (max-width: 750px) {
  .ourworks-list ul li:nth-child(2) {
    margin-top: 30px !important;
  }
}
.ourworks-list ul li:nth-child(odd) {
  margin-top: -90px;
}
.ourworks-list ul li:nth-child(odd)::before {
  right: -18px;
}
@media only screen and (max-width: 850px) {
  .ourworks-list ul li:nth-child(odd)::before {
    right: -13px;
  }
}
.ourworks-list ul li:nth-child(even) {
  margin-top: 55px;
}
.ourworks-list ul li:nth-child(even)::before {
  left: -17px;
}
@media only screen and (max-width: 850px) {
  .ourworks-list ul li:nth-child(even)::before {
    left: -14px;
  }
}
@media only screen and (max-width: 750px) {
  .ourworks-list ul li + li {
    margin-top: 30px !important;
  }
}
.ourworks-list ul li .cover a {
  display: block;
  overflow: hidden;
  position: relative;
}
.ourworks-list ul li .cover a img {
  -webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ourworks-list ul li .cover a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 8;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/commons/btn-new-window.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ourworks-list ul li .cover a::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ourworks-list ul li .cover a:hover {
  opacity: 1;
}
.ourworks-list ul li .cover a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ourworks-list ul li .cover a:hover::after {
  opacity: 1;
}
.ourworks-list ul li .cover a:hover img {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.ourworks-list ul li .brief {
  width: 100%;
  padding: 20px 20px 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  .ourworks-list ul li .brief {
    display: block;
    padding: 20px;
  }
}
.ourworks-list ul li .brief .text h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .ourworks-list ul li .brief .text h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.ourworks-list ul li .brief .text p {
  margin-top: 3px;
}
@media only screen and (max-width: 750px) {
  .ourworks-list ul li .brief .text p {
    margin-top: 0;
  }
}
.ourworks-list ul li .brief .text .hashtag {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .ourworks-list ul li .brief .text .hashtag {
    margin-top: 0;
  }
}
.ourworks-list ul li .brief .text .hashtag a {
  margin-right: 15px;
  color: #BCBCBC;
  text-decoration: underline;
}
.ourworks-list ul li .brief .button {
  width: 160px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 850px) {
  .ourworks-list ul li .brief .button {
    width: 100%;
    min-width: 100%;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.ourworks-list ul li .brief .button a {
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 35px;
  background-position: center right 15px;
  border-radius: 8px;
}
@media only screen and (max-width: 850px) {
  .ourworks-list ul li .brief .button a {
    width: 48%;
    padding-left: 10px;
    padding-right: 30px;
  }
}
.ourworks-list ul li .brief .button a + a {
  margin-top: 10px;
}
@media only screen and (max-width: 850px) {
  .ourworks-list ul li .brief .button a + a {
    margin-top: 0;
  }
}

/* News */
#news {
  margin-top: -60px;
  padding-top: 0;
}
@media only screen and (max-width: 750px) {
  #news {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.news-list ul li + li {
  margin-top: 60px;
  padding-top: 62px;
  background-image: url("/assets/images/top/news-line-dot.svg");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 10px 2px;
}
@media only screen and (max-width: 750px) {
  .news-list ul li + li {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.news-list ul li a {
  background-image: url("/assets/images/commons/news-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  .news-list ul li a {
    display: block;
    background-position: bottom right;
  }
}
.news-list ul li a:hover {
  opacity: 1;
  background-position: center right 15px;
}
.news-list ul li a:hover .left img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list ul li a .left {
  width: 230px;
  min-width: 230px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .news-list ul li a .left {
    width: 100%;
  }
}
.news-list ul li a .left img {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.news-list ul li a .right {
  width: 100%;
  padding-left: 40px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .news-list ul li a .right {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}
.news-list ul li a .right .brief {
  width: 100%;
  max-width: 760px;
}
.news-list ul li a .right .brief h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .news-list ul li a .right .brief h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 5px;
  }
}
.news-list ul li a .right .date {
  margin-top: 20px;
  line-height: 1.6rem;
  color: #BABABA;
}
.news-list ul li a .right .date span {
  font-size: 1.2rem;
  margin-left: 5px;
}
@media only screen and (max-width: 750px) {
  .news-list ul li a .right .date {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.box-white-shadow {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  border-radius: 8px;
}
.box-white-shadow.pad30 {
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  .box-white-shadow.pad30 {
    padding: 9% 7%;
  }
}
.box-white-shadow.pad60 {
  padding: 60px;
}
@media only screen and (max-width: 1100px) {
  .box-white-shadow.pad60 {
    padding: 50px;
  }
}
@media only screen and (max-width: 850px) {
  .box-white-shadow.pad60 {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .box-white-shadow.pad60 {
    padding: 9% 7%;
  }
}
.box-white-shadow.pad5040 {
  padding: 50px 40px;
}
@media only screen and (max-width: 750px) {
  .box-white-shadow.pad5040 {
    padding: 9% 7%;
  }
}
.box-white-shadow .fz40 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  .box-white-shadow .fz40 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-white-shadow .fz40 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.box-white-shadow .fz30 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  .box-white-shadow .fz30 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-white-shadow .fz30 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.box-white-shadow .fz24 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 850px) {
  .box-white-shadow .fz24 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .box-white-shadow .fz24 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
.box-white-shadow .fz20 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 850px) {
  .box-white-shadow .fz20 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .box-white-shadow .fz20 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
  }
}

.blog-related .news-list ul li a .left {
  width: 180px;
  min-width: 180px;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .blog-related .news-list ul li a .left {
    width: 100%;
  }
}
.blog-related .news-list ul li a .right {
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  .blog-related .news-list ul li a .right {
    padding-left: 0;
  }
}
.blog-related .news-list ul li a .right h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.blog-related .news-list ul li a .right p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

/* Service */
.service-page {
  background-image: url("/assets/images/service/bg-re.png");
}
.service-page.service-detail-page {
  background-image: url("/assets/images/service/bg-detail.png");
}
@media only screen and (max-width: 750px) {
  .service-page.service-detail-page {
    background-image: url("/assets/images/service/bg-sp.png");
    background-size: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .service-page {
    background-image: url("/assets/images/service/bg-sp.png");
    background-size: 100%;
  }
}
.service-page #mv-inner .mv-inner .txthead-box {
  margin-top: 80px;
}
@media only screen and (max-width: 850px) {
  .service-page #mv-inner .mv-inner .txthead-box {
    margin-top: 100px;
  }
}
.service-page #mv-inner .mv-inner .mv-img {
  position: absolute;
  right: 6.5%;
  top: -30px;
  z-index: 8;
  width: 44%;
}
@media only screen and (max-width: 1100px) {
  .service-page #mv-inner .mv-inner .mv-img {
    top: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .service-page #mv-inner .mv-inner .mv-img {
    right: 0;
    width: 70%;
  }
}

#service .service .row.intro .img {
  margin-top: 20px;
}
#service .service .row.intro h2 {
  font-size: 3.8rem;
  line-height: 5.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #service .service .row.intro h2 {
    font-size: 3.4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .row.intro h2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .row.intro h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 15px;
  }
}
#service .service .row.service-button {
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  #service .service .row.service-button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-button {
    margin-top: 30px;
  }
}
#service .service .row.service-button .btn-box a {
  height: 100px;
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-button .btn-box a {
    height: 80px;
  }
}
#service .service .row.service-button .btn-box a p {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  #service .service .row.service-button .btn-box a p {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-button .btn-box a p {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#service .service .row.service-button .btn-box a p span {
  display: block;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-button .btn-box a p span {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
#service .service .row.service-button .btn-scroll {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-button .btn-scroll {
    margin-top: 15px;
  }
}
#service .service .row.service-button .btn-scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #service .service .row.service-button .btn-scroll ul {
    display: block;
  }
}
#service .service .row.service-button .btn-scroll ul li {
  width: 31.25%;
}
@media only screen and (max-width: 850px) {
  #service .service .row.service-button .btn-scroll ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .row.service-button .btn-scroll ul li + li {
    margin-top: 15px;
  }
}
#service .service .row.service-button .btn-scroll ul li a {
  display: block;
  width: 100%;
  padding: 20px 25px;
  background-color: #FFF;
  border-radius: 10px;
  background-image: url("/assets/images/commons/btn-arrow-down-green.svg");
  background-repeat: no-repeat;
  background-position: center right 35px;
  background-size: 10px 20px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-button .btn-scroll ul li a {
    padding: 7%;
    background-position: center right 7%;
  }
}
#service .service .row.service-button .btn-scroll ul li a:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
#service .service .row.service-button .btn-scroll ul li a .ttl {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  #service .service .row.service-button .btn-scroll ul li a .ttl {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
#service .service .row.service-button .btn-scroll ul li a p {
  font-weight: 500;
  line-height: 1.6rem;
}
#service .service .row.service-box {
  margin-top: 60px;
}
@media only screen and (max-width: 850px) {
  #service .service .row.service-box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .row.service-box + .service-box {
    margin-top: 4%;
  }
}
#service .service .row.service-box .box {
  padding: 40px;
  background-color: #FFF;
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-box .box {
    padding: 8% 7% 7% 7%;
  }
}
#service .service .row.service-box .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-box .box .flex {
    display: block;
  }
}
#service .service .row.service-box .box .flex .left {
  width: 50%;
  padding-right: 5%;
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-box .box .flex .left {
    width: 100%;
    padding-right: 0;
  }
}
#service .service .row.service-box .box .flex .left .ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-box .box .flex .left .ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .row.service-box .box .flex .left .ttl .no img {
    width: auto;
    height: 50px;
  }
}
#service .service .row.service-box .box .flex .left .ttl h3 {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 600;
  margin-top: 15px;
}
@media only screen and (max-width: 850px) {
  #service .service .row.service-box .box .flex .left .ttl h3 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-box .box .flex .left .ttl h3 {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 10px;
  }
}
#service .service .row.service-box .box .flex .left .ttl h3 span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
}
#service .service .row.service-box .box .flex .left .img-sp {
  display: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-box .box .flex .left .img-sp {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-box .box .flex .left .btn-box {
    margin-top: 20px;
  }
}
#service .service .row.service-box .box .flex .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #service .service .row.service-box .box .flex .right {
    display: none;
  }
}

.service-introduce {
  padding: 60px;
}
@media only screen and (max-width: 1100px) {
  .service-introduce {
    padding: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .service-introduce {
    margin-top: 30px;
  }
}
.service-introduce .list-row + .list-row {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .service-introduce .list-row + .list-row {
    margin-top: 20px;
  }
}
.service-introduce .list-row + .txthead-box {
  margin-top: 90px;
}
.service-introduce .list-row.related a {
  border: 1px solid #707070;
  background-color: #FFF;
}
.service-introduce .list-row.related a .left {
  width: 26.87%;
}
@media only screen and (max-width: 750px) {
  .service-introduce .list-row.related a .left {
    width: 100%;
  }
}
.service-introduce .list-row.related a .right {
  width: 73.13%;
  padding: 25px 100px 25px 25px;
}
@media only screen and (max-width: 750px) {
  .service-introduce .list-row.related a .right {
    width: 100%;
    padding: 20px 60px 20px 20px;
    background-position: center right 15px;
    background-size: 28px;
  }
}
.service-introduce .list-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  background-color: #F7F7F7;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .service-introduce .list-row a {
    display: block;
  }
}
.service-introduce .list-row a.no-link {
  pointer-events: none;
}
.service-introduce .list-row a.no-link .right {
  padding: 40px;
  background-image: none;
}
@media only screen and (max-width: 750px) {
  .service-introduce .list-row a.no-link .right {
    padding: 20px;
  }
}
.service-introduce .list-row a:hover .left img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-introduce .list-row a:hover .right {
  background-position: center right 35px;
}
.service-introduce .list-row a .left {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .service-introduce .list-row a .left {
    width: 100%;
    position: relative;
    padding: 25% 0;
  }
}
.service-introduce .list-row a .left img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  .service-introduce .list-row a .left img {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 8;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: auto;
  }
}
.service-introduce .list-row a .right {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 100px 40px 40px;
  background-image: url("/assets/images/commons/btn-circle-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-size: 32px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  .service-introduce .list-row a .right {
    width: 100%;
    padding: 20px 60px 20px 20px;
    background-position: center right 15px;
    background-size: 28px;
  }
}
.service-introduce .list-row a .right .brief .ttl {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 8px !important;
}
@media only screen and (max-width: 750px) {
  .service-introduce .list-row a .right .brief .ttl {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

#service-inner .service-inner .service-detail .ttl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .ttl {
    margin-bottom: 30px;
  }
}
#service-inner .service-inner .service-detail .ttl .no {
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .ttl .no {
    margin-bottom: 5px;
  }
}
#service-inner .service-inner .service-detail .ttl .no img {
  width: auto;
  height: 80px;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service-inner .service-detail .ttl .no img {
    height: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .ttl .no img {
    height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .ttl .no img {
    height: 40px;
  }
}
#service-inner .service-inner .service-detail .ttl h1 {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 5.5rem;
  line-height: 6.4rem;
  font-weight: 700;
  color: #CCC529;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .ttl h1 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .ttl h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .ttl h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
#service-inner .service-inner .service-detail .ttl p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .ttl p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .ttl p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#service-inner .service-inner .service-detail .content .img-cover {
  margin-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .img-cover {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .img-cover {
    margin-bottom: 25px;
  }
}
#service-inner .service-inner .service-detail .content .img-cover img {
  border-radius: 12px;
}
#service-inner .service-inner .service-detail .content .intro h2 {
  font-size: 3rem;
  line-height: 4.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .intro h2 {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .intro h2 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 15px;
  }
}
#service-inner .service-inner .service-detail .content .intro p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .intro p + p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .intro p + p {
    margin-top: 10px;
  }
}
#service-inner .service-inner .service-detail .content .intro + .service-introduce {
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .intro + .service-introduce {
    padding-top: 20px;
  }
}
#service-inner .service-inner .service-detail .content .intro + .txthead-box {
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .intro + .txthead-box {
    padding-top: 50px;
  }
}
#service-inner .service-inner .service-detail .content .service-issues-seo {
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-issues-seo {
    padding-top: 40px;
  }
}
#service-inner .service-inner .service-detail .content .service-issues-seo .issues-seo-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5%;
  margin-top: -1.5%;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-issues-seo .issues-seo-list ul {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
}
#service-inner .service-inner .service-detail .content .service-issues-seo .issues-seo-list ul li {
  width: 31.83%;
  padding: 25px 20px;
  background-color: #F5F5F5;
  border-radius: 6px;
  margin-left: 1.5%;
  margin-top: 1.5%;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .service-issues-seo .issues-seo-list ul li {
    width: 48.5%;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-issues-seo .issues-seo-list ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 20px;
  }
}
#service-inner .service-inner .service-detail .content .service-issues-seo .issues-seo-list ul li + li {
  margin-top: 2%;
}
#service-inner .service-inner .service-detail .content .service-issues-seo .issues-seo-list ul li h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-issues-seo .issues-seo-list ul li h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 5px;
  }
}
#service-inner .service-inner .service-detail .content .service-issues-seo .arrow {
  margin-top: 30px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-issues-seo .arrow {
    margin-top: 15px;
    width: 35px;
  }
}
#service-inner .service-inner .service-detail .content .service-measures-seo {
  padding: 30px 0 60px 0;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-measures-seo {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}
#service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul {
    display: block;
  }
}
#service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul.red li {
  width: 100%;
  padding: 50px 20px;
  background-color: #D96B6B;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul.red li {
    padding: 20px;
  }
}
#service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul.red li p {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul.red li p {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul.red li p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul li {
  width: 31.33%;
  padding: 40px 20px;
  background-color: #7B7B7B;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul li {
    width: 100%;
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul li + li {
    margin-top: 2%;
  }
}
#service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul li p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-measures-seo .measures-seo-list ul li p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#service-inner .service-inner .service-detail .content .service-measures-seo .arrow {
  display: table;
  margin: 5px auto;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-measures-seo .arrow {
    width: 174px;
  }
}
#service-inner .service-inner .service-detail .content .txthead-box + .service-list {
  margin-top: 0;
}
#service-inner .service-inner .service-detail .content .service-list {
  margin-top: 50px;
}
#service-inner .service-inner .service-detail .content .service-list + .service-introduce {
  padding-top: 80px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .service-list + .service-introduce {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-list + .service-introduce {
    margin-top: 0;
    padding-top: 0;
  }
}
#service-inner .service-inner .service-detail .content .service-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-list .row {
    display: block;
  }
}
#service-inner .service-inner .service-detail .content .service-list .row:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#service-inner .service-inner .service-detail .content .service-list .row:nth-child(odd) .text {
  padding-left: 0;
  padding-right: 30px;
}
#service-inner .service-inner .service-detail .content .service-list .row .text {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-list .row .text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-list .row .text .txthead-box {
    margin-bottom: 10px;
  }
}
#service-inner .service-inner .service-detail .content .service-list .row .text .txthead-box h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-list .row .text .txthead-box h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#service-inner .service-inner .service-detail .content .service-list .row .cover {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-list .row .cover {
    width: 100%;
    padding: 25% 0;
    position: relative;
    overflow: hidden;
  }
}
#service-inner .service-inner .service-detail .content .service-list .row .cover img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-list .row .cover img {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: auto;
  }
}
#service-inner .service-inner .service-detail .content .service-seo-thai {
  padding: 80px 0 20px 0;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-seo-thai {
    padding-top: 0px;
  }
}
#service-inner .service-inner .service-detail .content .service-seo-thai .seo-thai-list .row + .row {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-seo-thai .seo-thai-list .row + .row {
    margin-top: 25px;
  }
}
#service-inner .service-inner .service-detail .content .service-seo-thai .seo-thai-list .row h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .service-seo-thai .seo-thai-list .row h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-seo-thai .seo-thai-list .row h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#service-inner .service-inner .service-detail .content .service-seo-thai .seo-thai-list .row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#service-inner .service-inner .service-detail .content .service-seo-thai .seo-thai-list .row .flex .text {
  width: 67.86%;
  padding-right: 25px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-seo-thai .seo-thai-list .row .flex .text {
    width: 100%;
    padding-right: 0px;
  }
}
#service-inner .service-inner .service-detail .content .service-seo-thai .seo-thai-list .row .flex .img {
  width: 32.14%;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .service-seo-thai .seo-thai-list .row .flex .img {
    display: none;
  }
}
#service-inner .service-inner .service-detail .content .creative-process {
  margin-top: 150px;
  padding-bottom: 10%;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service-inner .service-detail .content .creative-process {
    margin-top: 100px;
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .creative-process {
    margin-top: 50px;
    padding-bottom: 0;
  }
}
#service-inner .service-inner .service-detail .content .creative-process .process-list {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#service-inner .service-inner .service-detail .content .creative-process .process-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 12px;
  padding: 35px 40px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row {
    padding: 20px 20px;
  }
}
#service-inner .service-inner .service-detail .content .creative-process .process-list .row + .row {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row + .row {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row + .row {
    margin-top: 30px;
  }
}
#service-inner .service-inner .service-detail .content .creative-process .process-list .row + .row::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 12;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 21px;
  height: 9px;
  background-image: url("/assets/images/service/creative/process-polygon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 9px;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row + .row::before {
    top: -25px;
  }
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row + .row::before {
    top: -20px;
  }
}
#service-inner .service-inner .service-detail .content .creative-process .process-list .row .icon {
  width: 102px;
  min-width: 102px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row .icon {
    width: 82px;
    min-width: 82px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row .icon {
    width: 47px;
    min-width: 47px;
  }
}
#service-inner .service-inner .service-detail .content .creative-process .process-list .row .text {
  width: 100%;
  max-width: 500px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #D8D8D8;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row .text {
    margin-left: 35px;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row .text {
    margin-left: 20px;
    padding-left: 20px;
  }
}
#service-inner .service-inner .service-detail .content .creative-process .process-list .row .text h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row .text h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-detail .content .creative-process .process-list .row .text h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
#service-inner .service-inner .service-related {
  margin-top: 90px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner .service-related {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-related {
    margin-top: 60px;
  }
}
#service-inner .service-inner .service-related .related-list ul li {
  position: relative;
}
#service-inner .service-inner .service-related .related-list ul li + li {
  margin-top: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-related .related-list ul li + li {
    margin-top: 25px;
    padding-top: 25px;
  }
}
#service-inner .service-inner .service-related .related-list ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 2px;
  background-image: url("/assets/images/commons/line-dot.svg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 10px 2px;
}
#service-inner .service-inner .service-related .related-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("/assets/images/commons/btn-circle-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 32px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-related .related-list ul li a {
    background-image: none;
  }
}
#service-inner .service-inner .service-related .related-list ul li a:hover {
  background-position: center right 0px;
}
#service-inner .service-inner .service-related .related-list ul li a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#service-inner .service-inner .service-related .related-list ul li a:hover .brief h3 {
  text-decoration: underline;
}
#service-inner .service-inner .service-related .related-list ul li a .cover {
  width: 21.32%;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-related .related-list ul li a .cover {
    width: 30%;
  }
}
#service-inner .service-inner .service-related .related-list ul li a .cover img {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
#service-inner .service-inner .service-related .related-list ul li a .brief {
  width: 78.68%;
  padding-left: 40px;
  padding-right: 65px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-related .related-list ul li a .brief {
    width: 70%;
    padding-left: 20px;
    padding-right: 0;
  }
}
#service-inner .service-inner .service-related .related-list ul li a .brief h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-related .related-list ul li a .brief h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-related .related-list ul li a .brief p {
    display: none;
  }
}
#service-inner .service-inner .service-related .related-list ul li a .brief .date {
  margin-top: 15px;
  line-height: 1.6rem;
  color: #BABABA;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner .service-related .related-list ul li a .brief .date {
    margin-top: 10px;
  }
}

/* Works Inner */
.works-page {
  background-image: url("/assets/images/works/bg.png");
}
@media only screen and (max-width: 750px) {
  .works-page {
    background-image: url("/assets/images/works/bg-sp.png");
    background-size: 100%;
  }
}

#ourworks-inner .ourworks-inner .ourworks-list ul {
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
@media only screen and (max-width: 750px) {
  #ourworks-inner .ourworks-inner .ourworks-list ul {
    margin-top: -20px;
  }
}
#ourworks-inner .ourworks-inner .ourworks-list ul li {
  margin-top: 50px !important;
}
@media only screen and (max-width: 750px) {
  #ourworks-inner .ourworks-inner .ourworks-list ul li {
    margin-top: 20px !important;
  }
}
#ourworks-inner .ourworks-inner .ourworks-list ul li::before {
  display: none;
}
#ourworks-inner .ourworks-inner .ourworks-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  #ourworks-inner .ourworks-inner .ourworks-detail {
    display: block;
  }
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left {
  width: 38.35%;
  position: sticky;
  top: 125px;
  left: 0;
  z-index: 8;
}
@media only screen and (max-width: 1100px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left {
    width: 48.5%;
    position: static;
  }
}
@media only screen and (max-width: 850px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left {
    width: 100%;
  }
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow {
  padding: 30px;
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .ttl h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .ttl h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .ttl .hashtag {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .ttl .hashtag {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .ttl .hashtag {
    margin-top: 0;
  }
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .ttl .hashtag a {
  margin-right: 15px;
  text-decoration: underline;
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .des {
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .des {
    margin-top: 20px;
  }
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .des p {
  font-size: 1.5rem !important;
  line-height: 3rem;
}
@media only screen and (max-width: 1100px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .des p {
    font-size: 1.5rem !important;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .des p {
    font-size: 1.4rem !important;
    line-height: 2.4rem;
  }
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table {
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table {
    margin-top: 20px;
  }
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr {
    display: block;
  }
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr + .tr {
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr + .tr {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr + .tr {
    margin-top: 15px;
  }
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr .td {
  width: 100%;
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr .td.topic {
  width: 100px;
  min-width: 100px;
}
@media only screen and (max-width: 750px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr .td.topic {
    width: 100%;
    min-width: auto;
    margin-bottom: 5px;
  }
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr .td.topic p {
  font-weight: 600;
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr .td .share {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr .td .share li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr .td .share li + li {
  margin-left: 5px;
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-left .box-white-shadow .table .tr .td .share li .fb_iframe_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-right {
  width: 59.65%;
}
#ourworks-inner .ourworks-inner .ourworks-detail .col-right .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-right {
    width: 48.5%;
  }
}
@media only screen and (max-width: 850px) {
  #ourworks-inner .ourworks-inner .ourworks-detail .col-right {
    width: 100%;
    margin-top: 5%;
  }
}
#ourworks-inner .ourworks-inner .ourworks-btn {
  width: 100%;
  max-width: 760px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 850px) {
  #ourworks-inner .ourworks-inner .ourworks-btn {
    margin-top: 60px;
    width: auto;
  }
}
@media only screen and (max-width: 750px) {
  #ourworks-inner .ourworks-inner .ourworks-btn {
    margin-top: 40px;
    width: auto;
  }
}
#ourworks-inner .ourworks-inner .ourworks-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #ourworks-inner .ourworks-inner .ourworks-btn ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#ourworks-inner .ourworks-inner .ourworks-btn ul li {
  width: 100%;
  max-width: 220px;
}
@media only screen and (max-width: 750px) {
  #ourworks-inner .ourworks-inner .ourworks-btn ul li {
    margin: 0 10px;
  }
}
#ourworks-inner .ourworks-inner .ourworks-btn ul li.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 43px;
  min-width: 43px;
}
#ourworks-inner .ourworks-inner .ourworks-btn ul li.prev {
  width: 60px;
}
#ourworks-inner .ourworks-inner .ourworks-btn ul li.prev a {
  width: 60px;
}

/* About */
.about-page {
  background-image: url("/assets/images/about/bg.png");
}
@media only screen and (max-width: 750px) {
  .about-page {
    background-image: url("/assets/images/about/bg-sp.png");
    background-size: 100%;
  }
}

#about .about .company-profile {
  margin-bottom: 75px;
}
@media only screen and (max-width: 850px) {
  #about .about .company-profile {
    margin-bottom: 50px;
  }
}
#about .about .company-profile .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#about .about .company-profile .row + .row {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #BCBCBC;
}
@media only screen and (max-width: 850px) {
  #about .about .company-profile .row + .row {
    margin-top: 15px;
    padding-top: 15px;
  }
}
#about .about .company-profile .row .topic {
  width: 190px;
  min-width: 190px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #about .about .company-profile .row .topic {
    min-width: 110px;
  }
}
#about .about .company-profile .row .detail {
  width: 100%;
}
#about .about .map .iframe {
  position: relative;
  height: 500px;
}
@media only screen and (max-width: 750px) {
  #about .about .map .iframe {
    height: 300px;
    margin-bottom: 20px;
  }
}
#about .about .map .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
}
#about .about .map .iframe .button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 750px) {
  #about .about .map .iframe .button {
    display: none;
  }
}
#about .about .map p {
  margin-top: 20px;
  color: #DD030B;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  #about .about .map p {
    margin-top: 30px;
  }
}

/* Vision */
.vision-page {
  background-image: url("/assets/images/vision/bg.png");
}
@media only screen and (max-width: 750px) {
  .vision-page {
    background-image: url("/assets/images/vision/bg-sp.png");
    background-size: 100%;
  }
}

#vision .vision .intro {
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: url("/assets/images/vision/intro-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #vision .vision .intro {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 260px;
    background-image: url("/assets/images/vision/intro-bg-sp.jpg");
  }
}
#vision .vision .intro h2 {
  font-size: 5.2rem;
  line-height: 7.2rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #vision .vision .intro h2 {
    font-size: 4.2rem;
    line-height: 6.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #vision .vision .intro h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#vision .vision .intro h2 span {
  font-size: 4rem;
  line-height: 5rem;
  display: block;
}
@media only screen and (max-width: 1100px) {
  #vision .vision .intro h2 span {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #vision .vision .intro h2 span {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#vision .vision .intro p {
  margin-top: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #vision .vision .intro p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #vision .vision .intro p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#vision .vision .intro p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: table;
  width: 35px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #CCC529;
}
@media only screen and (max-width: 750px) {
  #vision .vision .intro p::before {
    width: 20px;
    height: 2px;
  }
}
#vision .vision .intro p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: table;
  width: 35px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #CCC529;
}
@media only screen and (max-width: 750px) {
  #vision .vision .intro p::after {
    width: 20px;
    height: 2px;
  }
}
#vision .vision .intro p strong {
  font-weight: 600;
}
#vision .vision .intro h3 {
  margin-top: 20px;
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #vision .vision .intro h3 {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #vision .vision .intro h3 {
    margin-top: 15px;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#vision .vision .intro h3 span {
  display: block;
  font-size: 3rem;
  line-height: 5rem;
  color: #CCC529;
}
@media only screen and (max-width: 1100px) {
  #vision .vision .intro h3 span {
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 1100px) {
  #vision .vision .intro h3 span {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
#vision .vision .video {
  margin-top: 25px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
@media only screen and (max-width: 750px) {
  #vision .vision .video {
    margin-top: 20px;
  }
}
#vision .vision .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#vision .vision .message {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #vision .vision .message {
    margin-top: 50px;
  }
}
#vision .vision .message .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #vision .vision .message .content .row {
    display: block;
  }
}
#vision .vision .message .content .row + .row {
  margin-top: 75px;
  padding-top: 75px;
  border-top: 1px solid #9F9F9F;
}
@media only screen and (max-width: 750px) {
  #vision .vision .message .content .row + .row {
    margin-top: 40px;
    padding-top: 40px;
  }
}
#vision .vision .message .content .row .img {
  width: 240px;
  min-width: 240px;
}
@media only screen and (max-width: 1100px) {
  #vision .vision .message .content .row .img {
    width: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  #vision .vision .message .content .row .img {
    width: 160px;
    min-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
#vision .vision .message .content .row .img p {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #vision .vision .message .content .row .img p {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}
@media only screen and (max-width: 750px) {
  #vision .vision .message .content .row .img p {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#vision .vision .message .content .row .img p span {
  display: block;
  color: #CCC529;
}
#vision .vision .message .content .row .text {
  width: 100%;
  margin-top: -5px;
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  #vision .vision .message .content .row .text {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
  }
}
#vision .vision .message .content .row .text p {
  font-size: 1.5rem;
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  #vision .vision .message .content .row .text p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#vision .vision .message .content .row .text p strong {
  font-weight: 600;
}
#vision .vision .message .content .row .text p + p {
  margin-top: 20px;
}

/* Recruit */
.recruit-page {
  background-image: url("/assets/images/recruit/bg.png");
}
@media only screen and (max-width: 750px) {
  .recruit-page {
    background-image: url("/assets/images/recruit/bg-sp.png");
    background-size: 100%;
  }
}
.recruit-page #mv-inner .mv-inner .txthead-box {
  margin-top: 140px;
}
@media only screen and (max-width: 850px) {
  .recruit-page #mv-inner .mv-inner .txthead-box {
    margin-top: 100px;
  }
}
.recruit-page #mv-inner .mv-inner .mv-img {
  position: absolute;
  right: -30px;
  top: -10px;
  z-index: 8;
  max-width: 748px;
  width: 68.75%;
}
@media only screen and (max-width: 1100px) {
  .recruit-page #mv-inner .mv-inner .mv-img {
    top: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv-inner .mv-inner .mv-img {
    right: 5%;
    width: 90%;
  }
}

#recruit .recruit .row + .row {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row + .row {
    margin-top: 50px;
  }
}
#recruit .recruit .row.intro {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.intro {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.intro .txthead-box {
    margin-bottom: 10px;
  }
}
#recruit .recruit .row.intro .txthead-box h2 {
  color: #CCC529;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.intro .txthead-box h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    text-align: left;
  }
}
#recruit .recruit .row.intro .content p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.intro .content p {
    text-align: left;
  }
}
#recruit .recruit .row.intro .content p + h3 {
  margin-top: 30px;
}
#recruit .recruit .row.intro .content h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.intro .content h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#recruit .recruit .row.gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -2.5%;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.gallery ul {
    display: block;
    margin-top: -10px;
  }
}
#recruit .recruit .row.gallery ul li {
  width: 48.5%;
  margin-top: 2.5%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.gallery ul li {
    width: 100%;
    margin-top: 10px;
  }
}
#recruit .recruit .row.gallery ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  opacity: 0.7;
}
#recruit .recruit .row.gallery ul li h3 {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 0 20px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.gallery ul li h3 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
#recruit .recruit .row.position .content .box {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
#recruit .recruit .row.position .content .box + .box {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.position .content .box + .box {
    margin-top: 10px;
  }
}
#recruit .recruit .row.position .content .box .toggle-btn {
  display: block;
  padding: 25px 60px 25px 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  background-image: url("/assets/images/commons/toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 19px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.position .content .box .toggle-btn {
    padding: 20px 40px 20px 20px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    background-position: center right 20px;
    background-size: 14px;
  }
}
#recruit .recruit .row.position .content .box .toggle-btn.active {
  background-image: url("/assets/images/commons/toggle-open.svg");
}
#recruit .recruit .row.position .content .box .toggle-content {
  display: none;
  padding: 30px 30px 35px 30px;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.position .content .box .toggle-content {
    padding: 20px 20px 30px 20px;
  }
}
#recruit .recruit .row.position .content .box .toggle-content .detail .detail-row {
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.position .content .box .toggle-content .detail .detail-row {
    padding-bottom: 20px;
  }
}
#recruit .recruit .row.position .content .box .toggle-content .detail .detail-row + .detail-row {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.position .content .box .toggle-content .detail .detail-row + .detail-row {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.position .content .box .toggle-content .detail .detail-row {
    display: block;
  }
}
#recruit .recruit .row.position .content .box .toggle-content .detail .detail-row .ttl {
  width: 32%;
  min-width: 170px;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.position .content .box .toggle-content .detail .detail-row .ttl {
    width: 100%;
    margin-bottom: 10px;
  }
}
#recruit .recruit .row.position .content .box .toggle-content .detail .detail-row .ttl p {
  font-weight: 600;
}
#recruit .recruit .row.position .content .box .toggle-content .detail .detail-row .text {
  width: 68%;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.position .content .box .toggle-content .detail .detail-row .text {
    width: 100%;
  }
}
#recruit .recruit .row.position .content .box .toggle-content .detail .detail-row .text p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .row.position .content .box .toggle-content .detail .detail-row .text p + p {
    margin-top: 10px;
  }
}
#recruit .recruit .row.position .content .box .toggle-content .detail .detail-row .text ul {
  margin-left: 20px;
}
#recruit .recruit .row.position .content .box .toggle-content .detail .detail-row .text ul li {
  list-style: disc;
}
#recruit .recruit .row.position .content .box .toggle-content .detail .detail-row .text .red {
  color: #FF0000;
}

/* Contact */
.contact-page {
  background-image: url("/assets/images/contact/bg.png");
}
@media only screen and (max-width: 750px) {
  .contact-page {
    background-image: url("/assets/images/contact/bg-sp.png");
    background-size: 100%;
  }
}

#contact .contact .row + .row {
  margin-top: 80px;
}
@media only screen and (max-width: 1100px) {
  #contact .contact .row + .row {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #contact .contact .row + .row {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .row + .row {
    margin-top: 6%;
  }
}
#contact .contact .row .info {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1100px) {
  #contact .contact .row .info {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .info {
    padding-bottom: 7%;
  }
}
#contact .contact .row .info > p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #contact .contact .row .info > p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  #contact .contact .row .info > p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .info > p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#contact .contact .row .info ul {
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .info ul {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  #contact .contact .row .info ul {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #contact .contact .row .info ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .info ul {
    margin-top: 15px;
  }
}
#contact .contact .row .info ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 1px;
  height: 100%;
  background-color: #707070;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .info ul::after {
    width: 100%;
    height: 1px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#contact .contact .row .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 390px;
}
@media only screen and (max-width: 1100px) {
  #contact .contact .row .info ul li {
    max-width: 350px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .info ul li {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .info ul li + li {
    margin-top: 10px;
  }
}
#contact .contact .row .info ul li:first-child {
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .info ul li:first-child {
    padding-right: 0;
  }
}
#contact .contact .row .info ul li:last-child {
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .info ul li:last-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .info ul li .icon {
    width: 50px;
  }
}
#contact .contact .row .info ul li .text {
  padding-left: 15px;
}
#contact .contact .row .info ul li .text p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  #contact .contact .row .info ul li .text p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #contact .contact .row .info ul li .text p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#contact .contact .row .info ul li .text p a {
  display: block;
  font-size: 3.6rem;
  line-height: 4.6rem;
}
@media only screen and (max-width: 1100px) {
  #contact .contact .row .info ul li .text p a {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
#contact .contact .row .form {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1100px) {
  #contact .contact .row .form {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .form {
    padding-bottom: 9%;
  }
}
#contact .contact .row .form .intro {
  margin-top: 35px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .form .intro {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
#contact .contact .row .form .intro p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 850px) {
  #contact .contact .row .form .intro p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .form .intro p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#contact .contact .row .form .intro p span {
  color: #DD030B;
}
#contact .contact .row .form .form-box .form-row + .form-row {
  margin-top: 10px;
}
#contact .contact .row .form .form-box .form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #contact .contact .row .form .form-box .form-row.flex {
    display: block;
  }
}
#contact .contact .row .form .form-box .form-row.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#contact .contact .row .form .form-box .form-row.mt40 {
  margin-top: 40px;
}
#contact .contact .row .form .form-box .form-row .topic {
  width: 25%;
  min-width: 220px;
}
@media only screen and (max-width: 850px) {
  #contact .contact .row .form .form-box .form-row .topic {
    width: 100%;
    min-width: auto;
  }
}
#contact .contact .row .form .form-box .form-row .topic p {
  margin-top: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #contact .contact .row .form .form-box .form-row .topic p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#contact .contact .row .form .form-box .form-row .topic p span {
  color: #DD030B;
}
#contact .contact .row .form .form-box .form-row .field {
  width: 75%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .row .form .form-box .form-row .field {
    width: 100%;
    margin-top: 5px;
  }
}
#contact .contact .row .form .form-box .form-row-button {
  margin-top: 40px;
}

.textbox {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 26px;
  background-color: #FAFAFA;
  border: 1px solid #707070;
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  .textbox {
    padding: 12px 16px;
  }
}

select.textbox {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 26px;
  background-image: url("/assets/images/commons/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 34px 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  text-overflow: "";
}
select.textbox.black {
  background-color: #000;
  background-image: url("/assets/images/commons/arrow-select-white.svg");
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  select.textbox {
    font-size: 14px;
  }
}

textarea.textbox {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 26px;
  min-height: 250px;
  resize: none;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B1B1;
  opacity: 1; /* Firefox */
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B1B1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B1B1;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B1B1;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B1B1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B1B1B1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #B1B1B1;
}

/* Checkbox */
.chkbox-btn {
  display: block;
  position: relative;
  padding-left: 34px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 750px) {
  .chkbox-btn {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.chkbox-btn + .chkbox-btn {
  margin-top: 12px;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #707070;
  height: 24px;
  width: 24px;
  background-color: #F8F8F8;
  border-radius: 6px;
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #FFF;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #000;
  border-color: #000;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 1px;
  left: 7px;
  width: 6px;
  height: 13px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Blog */
.blog-page {
  background-image: url("/assets/images/blog/bg.png");
}
@media only screen and (max-width: 750px) {
  .blog-page {
    background-image: url("/assets/images/blog/bg-sp.png");
    background-size: 100%;
  }
}

#blog .blog .blog-cat {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-cat {
    margin-bottom: 30px;
  }
}
#blog .blog .blog-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -12px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-cat ul {
    display: none;
  }
}
#blog .blog .blog-cat ul li {
  min-width: 180px;
  margin-top: 12px;
  margin-left: 6px;
  margin-right: 6px;
}
#blog .blog .blog-cat ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0 25px;
  white-space: nowrap;
}
#blog .blog .blog-cat ul li a.current {
  background-color: #000;
  color: #FFF;
}
#blog .blog .blog-cat .select {
  display: none;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-cat .select {
    display: block;
  }
}
#blog .blog .news-list ul li + li {
  margin-top: 30px;
  padding-top: 30px;
}
#blog .blog .blog-detail {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#blog .blog .blog-detail .ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .ttl {
    margin-bottom: 20px;
  }
}
#blog .blog .blog-detail .ttl .datetag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
#blog .blog .blog-detail .ttl .datetag p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-right: 10px;
  color: #BABABA;
}
#blog .blog .blog-detail .ttl .datetag p a {
  color: #BABABA;
  text-decoration: underline;
}
#blog .blog .blog-detail .ttl h1 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 850px) {
  #blog .blog .blog-detail .ttl h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .ttl h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
#blog .blog .blog-detail .text .img div p {
  margin-top: 13px;
  font-size: 1.4rem;
  line-height: 2rem;
}
#blog .blog .blog-detail .text .img.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text .img.flex {
    display: block;
  }
}
#blog .blog .blog-detail .text .img.flex div {
  width: 49%;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text .img.flex div + div {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text .img.flex div {
    width: 100%;
  }
}
#blog .blog .blog-detail .text .img + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text .img + p {
    margin-top: 15px;
  }
}
#blog .blog .blog-detail .text .img + h2 {
  margin-top: 45px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text .img + h2 {
    margin-top: 30px;
  }
}
#blog .blog .blog-detail .text p strong {
  font-weight: 600;
}
#blog .blog .blog-detail .text p a {
  color: #6D75A7;
  text-decoration: underline;
}
#blog .blog .blog-detail .text p .hilight {
  font-weight: 600;
  background-color: #fff46e;
}
#blog .blog .blog-detail .text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text p + p {
    margin-top: 15px;
  }
}
#blog .blog .blog-detail .text p + h2 {
  margin-top: 45px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text p + h2 {
    margin-top: 30px;
  }
}
#blog .blog .blog-detail .text p + .img {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text p + .img {
    margin-top: 15px;
  }
}
#blog .blog .blog-detail .text p + h3 {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text p + h3 {
    margin-top: 20px;
  }
}
#blog .blog .blog-detail .text h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  padding-left: 32px;
  background-image: url("/assets/images/blog/detail/triangle.svg");
  background-repeat: no-repeat;
  background-position: top 4px left;
  background-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC529;
}
@media only screen and (max-width: 850px) {
  #blog .blog .blog-detail .text h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
    background-size: 18px;
    padding-left: 28px;
  }
}
#blog .blog .blog-detail .text h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .blog-detail .text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#blog .blog .blog-detail .list-of-content {
  margin-top: 30px;
  border: 1px solid #DBDBDB;
}
#blog .blog .blog-detail .list-of-content + * {
  margin-top: 50px;
}
#blog .blog .blog-detail .list-of-content .topic {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  padding: 10px 30px;
  border-bottom: 1px solid #C5BC34;
}
#blog .blog .blog-detail .list-of-content .content {
  padding: 20px 30px;
}
#blog .blog .blog-detail .list-of-content .content .subtopic {
  font-weight: 700;
}
#blog .blog .blog-detail .list-of-content .content .subtopic a {
  display: block;
}
#blog .blog .blog-detail .list-of-content .content .subtopic a:hover {
  text-decoration: underline;
}
#blog .blog .blog-detail .list-of-content .content ul {
  margin-left: 30px;
}
#blog .blog .blog-detail .list-of-content .content ul li {
  list-style: disc;
}
#blog .blog .blog-detail .list-of-content .content ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#blog .blog .blog-detail .list-of-content .content ul li a:hover {
  text-decoration: underline;
}
#blog .blog .blog-detail .list-of-content .content ul + .subtopic {
  margin-top: 10px;
}

/* Privacy */
.privacy-page {
  background-image: url("/assets/images/privacy/bg.png");
}
@media only screen and (max-width: 750px) {
  .privacy-page {
    background-image: url("/assets/images/privacy/bg-sp.png");
    background-size: 100%;
  }
}

@media only screen and (max-width: 750px) {
  #privacy .privacy .box-white-shadow p {
    line-height: 2.4rem;
  }
}
#privacy .privacy .box-white-shadow p + p {
  margin-top: 20px;
}
#privacy .privacy .box-white-shadow p.date {
  margin-top: 30px;
  text-align: right;
}
#privacy .privacy .box-white-shadow p.date strong {
  font-weight: 600;
}
#privacy .privacy .box-white-shadow ol.small {
  margin-top: 20px;
  margin-left: 25px;
}
#privacy .privacy .box-white-shadow ol.big {
  margin-top: 20px;
  margin-left: 25px;
}
#privacy .privacy .box-white-shadow ol.big li {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  #privacy .privacy .box-white-shadow ol.big li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#privacy .privacy .box-white-shadow ol.big li + li {
  margin-top: 20px;
}
#privacy .privacy .box-white-shadow ol.big li .ttl {
  margin-bottom: 5px;
}
#privacy .privacy .box-white-shadow ol.big li .ttl h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  #privacy .privacy .box-white-shadow ol.big li .ttl h2 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#privacy .privacy .box-white-shadow ol.big li .text p {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  #privacy .privacy .box-white-shadow ol.big li .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#privacy .privacy .box-white-shadow ol li {
  list-style: decimal;
}
#privacy .privacy .box-white-shadow ol + p {
  margin-top: 20px;
}
#privacy .privacy .box-white-shadow ul.disc {
  margin-top: 20px;
  margin-left: 35px;
}
#privacy .privacy .box-white-shadow ul.disc li {
  list-style: disc;
}
#privacy .privacy .box-white-shadow ul.disc li + li {
  margin-top: 0;
}

/* Cookie */
#cookie-msg {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 12;
  padding: 20px 0;
  background-color: #fff;
}
#cookie-msg .cookie-msg-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #cookie-msg .cookie-msg-content {
    display: block;
  }
}
#cookie-msg .cookie-msg-content .text {
  width: 100%;
  padding-right: 60px;
}
@media only screen and (max-width: 750px) {
  #cookie-msg .cookie-msg-content .text {
    padding-right: 0;
  }
}
#cookie-msg .cookie-msg-content .text p {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #2B2B2B;
}
#cookie-msg .cookie-msg-content .text p.topic {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  #cookie-msg .cookie-msg-content .text p.topic {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #cookie-msg .cookie-msg-content .text p {
    font-size: 1.2rem;
  }
}
#cookie-msg .cookie-msg-content .text p a {
  text-decoration: underline;
}
#cookie-msg .cookie-msg-content .button {
  width: 300px;
  min-width: 300px;
}
@media only screen and (max-width: 750px) {
  #cookie-msg .cookie-msg-content .button {
    margin-top: 15px;
    width: 100%;
    min-width: 100%;
  }
}
#cookie-msg .cookie-msg-content .button .btn {
  font-size: 1.8rem;
  line-height: 1.8rem;
  height: 44px;
}
@media only screen and (max-width: 750px) {
  #cookie-msg .cookie-msg-content .button .btn {
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 40px;
  }
}

/* Footer */
.cloud {
  margin-top: 50px;
  height: 253px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url("/assets/images/commons/footer-cloud.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 253px;
}
@media only screen and (max-width: 750px) {
  .cloud {
    margin-top: 70px;
    height: 142px;
    background-image: url("/assets/images/commons/footer-cloud-sp.png");
    background-size: 577px 142px;
  }
}
.cloud .content-1088 {
  padding-bottom: 35px;
}
.cloud .content-1088 img {
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  .cloud .content-1088 img {
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  .cloud .content-1088 img {
    margin-right: 0;
    width: 90%;
  }
}

footer {
  background-color: #FFF;
}
footer .footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
@media only screen and (max-width: 850px) {
  footer .footer .contact {
    display: none;
  }
}
footer .footer .contact .col-left {
  width: 61%;
  padding-right: 40px;
}
@media only screen and (max-width: 1280px) {
  footer .footer .contact .col-left {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left {
    width: 60%;
    padding-right: 20px;
  }
}
footer .footer .contact .col-left .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer .contact .col-left .flex .icon {
  width: 60px;
  min-width: 60px;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .flex .icon {
    width: 50px;
    min-width: 50px;
    margin-top: 5px;
  }
}
footer .footer .contact .col-left .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}
footer .footer .contact .col-left .flex ul li + li {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #D5D5D5;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .flex ul li + li {
    margin-left: 30px;
    padding-left: 30px;
  }
}
footer .footer .contact .col-left .flex ul li p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
}
footer .footer .contact .col-left .flex ul li a {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .flex ul li a {
    font-size: 2.3rem;
    line-height: 3.3rem;
  }
}
footer .footer .contact .col-right {
  width: 39%;
  border-left: 1px solid #D5D5D5;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-right {
    width: 40%;
    padding-left: 20px;
  }
}
footer .footer .contact .col-right .btn-box a {
  max-width: 330px;
}
footer .footer .contact .col-right .btn-box a span {
  height: 26px;
}
footer .footer .contact .col-right .btn-box a span svg path {
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
footer .footer .contact .col-right .btn-box a:hover span svg path {
  fill: #CCC529;
}
footer .footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  footer .footer .info {
    display: block;
  }
}
footer .footer .info .col-logo {
  width: 165px;
  min-width: 165px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  footer .footer .info .col-logo {
    width: 103px;
    max-width: 103px;
    min-width: 103px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .info .col-logo {
    margin-bottom: 30px;
  }
}
footer .footer .info .col-address {
  width: 50%;
  padding: 3% 25px 0 25px;
  border-left: 1px solid #D5D5D5;
}
@media only screen and (max-width: 850px) {
  footer .footer .info .col-address {
    width: 100%;
    margin-top: 25px;
    padding: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .info .col-address {
    margin-top: 20px;
  }
}
footer .footer .info .col-address p.ttl {
  font-size: 2rem;
  line-height: 3.4rem;
  color: #CCC529;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  footer .footer .info .col-address p.ttl {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
footer .footer .info .col-address.th {
  width: 40%;
}
footer .footer .copyright {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  footer .footer .copyright {
    margin-top: 25px;
    padding-bottom: 25px;
  }
}
footer .footer .copyright p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  footer .footer .copyright p {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}

/* Go to top */
.gototop {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 30px;
  z-index: 12;
}
@media only screen and (max-width: 750px) {
  .gototop {
    width: 20px;
    right: 2.5%;
  }
}

.show1100 {
  display: none !important;
}
@media only screen and (max-width: 1100px) {
  .show1100 {
    display: block !important;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1100px) {
  .hide1100 {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
}

.f-16 {
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 750px) {
  .f-16 {
    font-size: 1.4rem !important;
  }
}