@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700");

@font-face {
  font-family: "AvenirLTPro-Heavy";
  src: url("../fonts/392D54_8_0.eot");
  src: url("../fonts/392D54_8_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/392D54_8_0.woff2") format("woff2"),
    url("../fonts/392D54_8_0.woff") format("woff"),
    url("../fonts/392D54_8_0.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirLTPro-Black";
  src: url("../fonts/392D54_A_0.eot");
  src: url("../fonts/392D54_A_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/392D54_A_0.woff2") format("woff2"),
    url("../fonts/392D54_A_0.woff") format("woff"),
    url("../fonts/392D54_A_0.ttf") format("truetype");
}

@font-face {
  font-family: "sdg-l";
  src: url("../fonts/SDGothicNeobTTF-bLt.eot");
  src: url("../fonts/SDGothicNeobTTF-bLt.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SDGothicNeobTTF-bLt.woff2") format("woff2"),
    url("../fonts/SDGothicNeobTTF-bLt.woff") format("woff");
}
@font-face {
  font-family: "sdg-m";
  src: url("../fonts/SDGothicNeobTTF-dMd.eot");
  src: url("../fonts/SDGothicNeobTTF-dMd.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SDGothicNeobTTF-dMd.woff2") format("woff2"),
    url("../fonts/SDGothicNeobTTF-dMd.woff") format("woff");
}
@font-face {
  font-family: "sdg-b";
  src: url("../fonts/SDGothicNeobTTF-fBd.eot");
  src: url("../fonts/SDGothicNeobTTF-fBd.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SDGothicNeobTTF-fBd.woff2") format("woff2"),
    url("../fonts/SDGothicNeobTTF-fBd.woff") format("woff");
}
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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,
font,
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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
ol,
ul,
nav,
li {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  display: block;
}
a img {
  border: none;
}
a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
figure {
  margin: 0;
  padding: 0;
}
textarea,
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
*:focus {
  outline: none !important;
}
/* common
------------------------------------------------------------------------ */
.mv {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s ease;
  opacity: 0;
  transform: translate3d(50px, 0px, 0);
}
.mv2 {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s ease;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
.mv3 {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0px, 10px, 0);
}
.mvright {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s ease;
  transform: translate3d(500px, 0px, 0);
}
.moveit {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s ease;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.sdw a::before {
  position: absolute;
  border-radius: 2px;
  width: calc(100% + 24px);
  height: calc(100% + 36px);
  left: -12px;
  top: -12px;
  content: "";
  z-index: -1;
  cursor: pointer;
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
}
.sdw a:hover::before {
  z-index: 1;
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.zero {
  font-size: 0;
  word-spacing: 0;
  letter-spacing: 0;
}
.mbr {
  display: block;
}
.pbr {
  display: none;
}
.btn {
  font-size: 12pt;
  letter-spacing: -0.025em;
  width: auto;
  height: 45px;
  line-height: 47px;
  padding: 0px 16px;
  text-transform: uppercase;
  display: block;
  box-sizing: border-box;
  background-color: #00b8ff;
  background-position: right 12px center;
  color: #fff;
  transition: all 120ms ease-in;
  background-repeat: no-repeat;
  background-position: right 16px center;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
  font-family: "AvenirLTPro-Heavy", "sdg-b", sans-serif;
}
.btna {
  /* btn arrow */
  background-image: url(../images/arrow-01.svg);
}
.btna2 {
  /* btn arrow */
  background-image: url(../images/arrow-02.svg);
}
.btna4 {
  /* btn arrow */
  background-image: url(../images/arrow-04.svg);
}
.btng {
  /* btn ghost */
  text-align: left;
  background-color: #fff;
  color: #646f7c;
  border: 2px solid #00b8ff;
}
.btnu {
  /* btn underline */
  border: none;
  border-bottom: 3px solid #e9ebee;
  height: auto;
  font-family: "AvenirLTPro-Black", "sdg-m", sans-serif;
  line-height: 36px;
  background-color: transparent;
  color: #00b8ff;
  padding-left: 0;
  padding-right: 48px;
}
.btnu:hover {
}
.btn:hover {
  border-color: #00b8ff;
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
  background-position: right center;
}
.hideout {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.hidein {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s ease;
}
.ab {
  font-family: "AvenirLTPro-Black", "sdg-b", sans-serif;
}
.ah {
  font-family: "AvenirLTPro-Heavy", "sdg-m", sans-serif;
}
.smooth {
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
}
.smooth:hover {
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
}
.smooth-sl {
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
}
.smooth-sl:hover {
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
}
.ctw {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.cth {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.cent {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
::-moz-selection {
  /* Code for Firefox */
  background-color: #00b8ff;
  color: #fff;
}
::selection {
  background-color: #00b8ff;
  color: #fff;
}
.content .wrap h2.sub-title {
  font-size: 18pt;
  color: #0bb8ff;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.sub-title-02 {
  font-size: 20pt;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.sub-title-02 span {
  color: #0bb8ff;
}
ul.list-01 li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
ul.list-01 li:last-child {
  border-bottom: none;
}
ul.list-01 li h3 {
  font-size: 13pt;
  padding-left: 32px;
  line-height: 1.5;
}
ul.list-01 li h3 span {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  font-size: 12pt;
  margin-right: 8px;
  background-color: #0bb8ff;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  line-height: 15pt;
}
ul.list-01 li p {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 11pt;
  color: #646f7c;
  padding-left: 32px;
  box-sizing: border-box;
}
.banner-01 {
  max-width: 100% !important;
  position: relative;
  margin: 0 !important;
  padding: 70px 22px !important;
  box-sizing: border-box;
  overflow: hidden !important;
}
.banner-01 h2 {
  line-height: 1.5;
  font-size: 24pt;
  text-align: center;
  color: #aaa;
}
.banner-01 h2 span {
  color: #0bb8ff;
}
.banner-01 .btn {
  max-width: 756px;
  margin: 0 auto;
  margin-top: 16px;
  z-index: 100;
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.st-02 li {
  border-bottom: 1px solid #ddd;
  padding: 32px 0;
  overflow: auto;
}
.st-02 li:last-child {
  border-bottom: none;
}
.socar-in-service li .temp {
  background-color: #0bb8ff !important;
}
.st-02 li .btn {
  width: calc(50% - 8px);
  padding-left: 4px;
  float: left;
}
.st-02 li .right {
  float: right;
}
.st-02 h3 {
  font-size: 20pt;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.st-02 h3 span {
  color: #0bb8ff;
  position: relative;
}
.st-02 h3 span::before {
  position: absolute;
  right: -14px;
  bottom: -2px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: #0bb8ff;
}
.st-02 p {
  margin-top: 10px;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  font-size: 13pt;
  line-height: 1.6;
  color: #aaa;
}
.head-none {
  background-image: none !important;
  height: 140px !important;
  background-color: #646f7c !important;
}
.head-none::before {
  display: none !important;
}
.page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 14pt !important;
  color: #fff !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.head {
  height: 240px;
}
#cs-acc a.accordion h3 {
  font-size: 11pt;
  line-height: 16px;
  width: calc(90% - 80px);
  float: left;
}
#cs-acc a.accordion h4 {
  float: right;
  font-size: 10pt;
  color: #bbb;
  letter-spacing: 0.025em;
  line-height: 16px;
  width: 80px;
  margin-right: 10px;
}
a.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  transition: 0.4s;
  color: #999;
  display: block;
  padding: 18px 5px;
  padding-right: 20px;
  position: relative;
  overflow: auto;
}
a.accordion span.chg i {
  background-color: #00b8ff;
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
}
a.accordion span.chg i:last-child {
  -ms-transform: rotate(-135deg); /* IE 9 */
  -webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
  transform: rotate(-135deg);
}
a.accordion span {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
}
a.accordion span i {
  bottom: 50%;
  position: absolute;
  left: 0;
  background-color: #c5c8ce;
  width: 10px;
  height: 2px;
  display: block;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
}
a.accordion span i:last-child {
  left: auto;
  right: 0;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
div.panel {
  display: none;
  font-size: 11pt;
  color: #777;
  box-sizing: border-box;
  padding: 30px 12px;
  background-color: #f7f8f9;
  line-height: 1.7;
}
div.panel p {
  font-family: "AvenirLTPro-Heavy", "sdg-l", sans-serif;
}
/* accessibility */
.a11y-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  /* position이 absolute일때만 동작, 구형 browser에서 사용 */
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
/* layout
------------------------------------------------------------------------ */
body {
  width: 100%;
  position: relative;
  letter-spacing: -0.015em;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  overflow: auto;
  font-size: 13pt;
  color: #374553;
  word-break: keep-all;
  font-family: "AvenirLTPro-Heavy", "sdg-m", sans-serif;
}
/* header
------------------------------------------------------------------------ */
header {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 100;
  top: 0;
  transition: all 0.2s;
}
header .logo {
  width: 112px;
  position: absolute;
  top: 50%;
  z-index: 90;
  left: 40px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
header.open,
header.act {
  background-color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid #ccc;
}
header #logo {
  display: block;
}
header #logo-blue {
  display: none;
}
header.open #logo,
header.act #logo {
  display: none;
}
header.open #logo-blue,
header.act #logo-blue {
  display: block;
}
#header-inner {
  position: relative;
  width: 100%;
  height: 100%;
  left: 50%;
  box-sizing: border-box;
}
header.act #menu-gnb li a {
  /* color: #fff; */
}
header.open #hamberger span,
header.act #hamberger span {
  background-color: #00b8ff;
}
/* head
------------------------------------------------------------------------ */
.headblur {
  position: absolute !important;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.headblur,
.head {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  text-align: center;
  overflow: hidden;
  height: 220px;
}
.head::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
.head div {
  width: 100%;
  position: absolute;
  top: 54%;
  left: 50%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.head h1 {
  font-size: 18pt;
  line-height: 1.4;
  color: #fff;
  /*
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	*/
}
.head h2 {
  font-size: 13pt;
  color: #fff;
  margin-top: 8px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
#nav-empty {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0%;
  z-index: 1;
  opacity: 0;
  display: none;
}
#nav-empty.open {
  opacity: 1;
  left: 0%;
  display: block;
}
/* nav
------------------------------------------------------------------------ */
#nav {
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  width: 30%;
  right: -31%;
  top: 0;
  height: 100vh;
  z-index: 99;
  background-color: #28323c;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}
.open-menu {
  right: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.non-desktop-br {
  display: none;
}
#btn-app {
  z-index: 101;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 340px;
  height: 90px;
  opacity: 0;
  overflow: hidden;
  background-color: transparent;
}
#btn-app.showing {
  transition: all 450ms ease;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  opacity: 1;
}
#btn-app.shadow {
  -webkit-box-shadow: 64px -2px 19px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 64px -2px 19px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 64px -2px 19px -4px rgba(0, 0, 0, 0.2);
}
#btn-app #blue {
  top: 0px;
  left: 100%;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: #00b8ff;
  transform: skewX(-30deg) translate3d(200px, 0px, 0);
}
#btn-app #blue.showing {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s ease;
  left: 0%;
  opacity: 1;
  transform: skewX(-30deg) translate3d(0, 0, 0);
}
#btn-app img {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 7px;
  width: auto;
  opacity: 0;
  height: 60px;
  border-radius: 12px;
}
#btn-app img.showing {
  opacity: 1;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
#btn-app span {
  font-size: 15pt;
  letter-spacing: -0.03em;
  display: block;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
#btn-app span::before {
  position: absolute;
  left: calc(100% + 12px);
  top: calc(50% - 2px);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-color: transparent;
}
.menu-gnb-container {
  display: inline-block;
  width: 100%;
  padding-top: 12px;
}
#menu-gnb {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s ease;
  opacity: 0;
  transform: translate3d(0, 0px, 0);
}
.open-menu #menu-gnb {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s ease;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#menu-gnb li {
  display: block;
  text-align: left;
  margin-right: 0;
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 28px;
  background-color: transparent;
}
#menu-gnb li a {
  padding: 14px 40px;
  display: block;
  font-size: 14pt;
  color: #fff;
  letter-spacing: -0.03em;
  font-family: "AvenirLTPro-Heavy", "sdg-m", sans-serif;
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
}
#menu-gnb li a:hover,
#menu-gnb li a:hover span {
  color: #00b8ff;
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
}
#menu-gnb li.indent a {
  padding-left: 60px;
}
#menu-gnb li a span {
  color: #646f7c;
  font-size: 21pt;
}
#menu-gnb hr {
  border: none;
  border-top: solid 1px #3b4a55;
  margin: 14px 34px;
}
#hamberger {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 36px;
  height: 14px;
  cursor: pointer;
  z-index: 100;
}
#hamberger span {
  width: 26px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
#hamberger span:last-child {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
}
#hamberger span:nth-child(1) {
  bottom: 0px;
}
#hamberger.open span {
  right: 0;
  width: 80%;
  top: 50%;
}
#hamberger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamberger.open span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* main
------------------------------------------------------------------------ */
.page-template-main header {
  background-color: transparent;
  border-bottom: 0;
}
.page-template-main header.act {
  background-color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid #ccc;
}
#intro #main-g {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
}
#intro::before {
  display: block;
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#intro #main-g p {
  text-align: center;
  color: #fff;
  font-size: 48pt;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "AvenirLTPro-Heavy", "sdg-b", sans-serif;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transform: translate3d(0, 50px, 0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}
#intro #main-g p.showing {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s;
}
.main-visual {
  display: block;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: transparent;
  /*background-image: !* our video *!;*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
}
#intro {
  height: 100vh;
  margin-top: 0;
  width: 100%;
  padding: 0;
}
section.section {
  min-height: 600px;
  margin: 120px 0 0;
  position: relative;
  overflow: hidden;
}
section.section div.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#main-txt {
  position: absolute;
  left: 0;
  bottom: 10vh;
  width: 100%;
  z-index: 8;
  padding: 40px;
  box-sizing: border-box;
}
#main-txt::before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  transform: skewX(30deg) scale(1);
  transform-origin: bottom left;
  position: absolute;
  z-index: -1;
}
#main-txt p {
  color: #fff;
  font-size: 36pt;
  margin-bottom: 12px;
}
#main-txt p span {
  color: #00b8ff;
}
#main-txt article {
  font-size: 17pt;
  line-height: 1.5;
  color: #fff;
}
#main-sec {
  background-color: #fff;
}
section h2.title {
  font-size: 24pt;
  margin-bottom: 28px;
  line-height: 1.4;
  color: #374553;
}

#sec-story {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}
#sec-story div.img {
  width: 50%;
  height: 600px;
  background-size: cover;
  background-position: center;
}
#sec-story .copys {
  text-align: center;
  position: absolute;
  width: 48%;
  top: 50%;
  left: 75%;
}
#sec-story .copys h2 {
  margin-bottom: 20px;
  font-size: 18pt;
  color: #00b8ff;
}
#sec-story .copys p {
  font-size: 40pt;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.content .wrap section.sec-wrap {
  margin: 0 auto;
}
.content .wrap section {
  overflow: hidden;
  margin: 60px auto;
  padding: 0;
  box-sizing: border-box;
  max-width: 800px;
}
.slick-prev,
.slick-next {
  top: 50%;
  bottom: 0;
  right: -1px;
  width: 60px;
  height: 60px;
  z-index: 9;
  border: 1px solid #ccc;
  background-color: #fff;
}
.slick-prev {
  left: -20px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #fff;
}
.slick-prev:hover,
.slick-next:hover {
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.slick-prev::before,
.slick-next::before {
  left: 30%;
  top: 36%;
  position: absolute;
  background-color: #0bb8ff;
  width: 20px;
  height: 3px;
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
  font-size: 0;
  opacity: 1;
}
.slick-prev::after,
.slick-next::after {
  content: "";
  opacity: 1;
  left: 30%;
  top: 58%;
  position: absolute;
  background-color: #0bb8ff;
  width: 20px;
  height: 3px;
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-prev::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-prev::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* usp
------------------------------------------------------------------------ */
#sec-usp {
  margin-top: 0px;
}
#sec-usp .wrap {
  padding: 0 40px;
  box-sizing: border-box;
}
#sec-usp .wrap section {
  overflow: auto;
  margin: 100px auto;
  max-width: 800px;
}
#sec-usp article {
  width: 100%;
}
#sec-usp article h2 {
  font-size: 30pt;
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
}
#sec-usp article h2::after {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  bottom: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0bb8ff;
}
#sec-usp article p {
  font-size: 14pt;
  color: #aaa;
  letter-spacing: -0.025em;
  line-height: 1.5;
}
#sec-usp div {
  overflow: auto;
}
#sec-usp div img {
  width: calc(50% - 12px);
  height: auto;
  float: left;
  margin: 50px 0;
}
#sec-usp section.desc_service div img {
  width: 100%;
}
#sec-usp div img.right {
  float: right;
  margin-top: 10px;
}
#sec-fact {
  padding: 64px 0;
  margin-top: 0;
  padding-bottom: 80px;
  height: 300px;
  min-height: 0;
  background-color: #f7f8f9;
}
#sec-fact .wrap {
  height: 100%;
}
#sec-fact .copys article {
  width: 100%;
  font-size: 28pt;
  text-align: center;
  line-height: 1.5;
  color: #aaa;
  position: absolute;
  top: 50%;
  left: 50%;
}
#sec-fact .copys article span {
  color: #0bb8ff;
}
#sec-fact .copys article span.count {
  font-size: 29pt;
}
#sec-fact .copys {
  z-index: 2;
  height: 100%;
  position: relative;
}
.col2 li {
  display: inline-block;
  width: calc(50% - 20px);
  vertical-align: top;
  margin-bottom: 50px;
  position: relative;
}
.col2 li:nth-child(even) {
  margin-left: 40px;
}
.col3 li {
  display: inline-block;
  width: calc(33.3333% - 20px);
  vertical-align: top;
  margin-bottom: 50px;
  position: relative;
}
.col3 li:nth-child(3n + 2) {
  margin: 0 30px;
}
.col3 li img {
  width: 100%;
  height: auto;
}
#sec-usp a img {
  width: 100%;
  height: auto;
}
#sec-usp a article {
  margin-top: 30px;
  box-sizing: border-box;
}
#sec-usp a article h2 {
  font-size: 20pt;
  margin-bottom: 8px;
  color: #374553;
}
#sec-usp a article p {
  font-size: 13pt;
  line-height: 1.6;
  color: #646f7c;
}
#sec-usp .banner {
  width: 100%;
  display: block;
  padding: 28px;
  margin-top: 0;
  min-height: 120px;
  cursor: pointer;
  position: relative;
  background-color: #f7f8f9;
  box-sizing: border-box;
}
#sec-usp .banner:hover {
  border-radius: 0;
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
#sec-usp .banner:last-child {
  background-color: #e9ebee;
}
#sec-usp .banner article {
  margin-top: 0;
}
#sec-usp .banner img {
  width: auto;
  height: 48px;
  padding: 10px;
  border: 2px solid #374553;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#sec-usp .banner h3 {
  font-size: 17pt;
  margin-bottom: 12px;
  color: #374553;
}
#sec-usp .banner p {
  font-size: 13pt;
}
#sec-more {
  margin-top: 0;
  min-height: 0;
}
#sec-more .wrap {
  padding: 0;
}
#sec-more ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: none;
}
#sec-more ul li {
  width: 100%;
  float: left;
}
#sec-more ul li a {
  display: block;
  padding: 20px 22px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  font-size: 12pt;
  color: #374553;
  position: relative;
  padding-left: 20px;
  text-indent: 32px;
}
#sec-more ul li a::before {
  position: absolute;
  left: 20px;
  top: calc(50% - 2px);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background-color: #0bb8ff;
}
#sec-more ul li.business a::before {
  background-color: #00469d;
}
#sec-more ul li.plan a::before {
  background-color: #ffc400;
}
#sec-more ul li.arrow a::before {
  width: 32px;
  left: 16px;
  height: 20px;
  top: 50%;
  background-image: url(../images/arrow-01.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
  background-color: transparent;
}

.pagination {
  margin-top: 32px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 4px;
}
.pagination li a {
  font-size: 11pt;
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
  margin: 0;
  padding: 1px;
  width: 28px;
  height: 28px;
  line-height: 30px;
  color: #c5c8ce;
}
.pagination li.active a {
  background-color: #00b8ff;
  color: #fff;
  border-radius: 50%;
}
.pagination li.active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #646f7c;
}
.pagination li a span i {
  top: calc(50% - 3px);
  position: absolute;
  left: calc(50% - 5px);
  background-color: #c5c8ce;
  width: 10px;
  height: 2px;
  display: block;
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
}
.pagination li a span i:last-child {
  top: calc(50% + 3px);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.pagination li.first a span i:nth-child(4n + 2) {
  left: calc(50% - 5px);
  top: calc(50% + 3px);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.pagination li.first a span i:nth-child(4n + 3) {
  left: 50% !important;
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
  transform: rotate(135deg);
}
.pagination li.first a span i:nth-child(4n + 4) {
  left: 50% !important;
}
.pagination li.next a span i:first-child {
  left: 50%;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.pagination li.next a span i:last-child {
  left: 50% !important;
  top: calc(50% + 3px);
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
  transform: rotate(135deg);
}
.pagination li.last a span i:nth-child(4n + 1) {
  left: calc(50% - 5px);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.pagination li.last a span i:nth-child(4n + 2) {
  left: calc(50% - 5px);
  top: calc(50% + 3px);
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
  transform: rotate(135deg);
}
.pagination li.last a span i:nth-child(4n + 3) {
  left: 50% !important;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.pagination li.last a span i:nth-child(4n + 4) {
  top: calc(50% + 3px);
  left: 50% !important;
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
  transform: rotate(135deg);
}

/* service
------------------------------------------------------------------------ */
#service-head {
  background-image: url(../images/service-head.jpg);
}
#service-cont .wrap section {
  margin-bottom: 120px;
}
#service-cont section article {
  width: 40%;
  float: left;
}
#service-cont section article.main {
  margin-bottom: 20px;
}
#service-cont section h2 {
  font-size: 20pt;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
#service-cont section p {
  font-size: 14pt;
  color: #aaa;
  letter-spacing: -0.025em;
  line-height: 1.5;
}
#service-cont section img {
  float: right;
  width: 60%;
  margin-bottom: 12px;
}
#service-cont section a.btn {
  clear: both;
  color: #00b8ff;
  overflow: hidden;
  position: relative;
  border-bottom-width: 2px;
}
#service-cont section a.btn::after {
  display: none;
  position: absolute;
  content: "";
  top: 0px;
  right: -30px;
  width: 100px;
  z-index: -1;
  height: 110%;
  background-color: #374553;
  background-color: #00b8ff;
  transform: skewX(-30deg) translate3d(0, 0px, 0);
}
#service-cont .plan .btn,
#service-cont .business .btn {
  background-image: url(../images/arrow-01.svg);
  color: #646f7c;
}
#service-cont .plan .btn {
  background-image: url(../images/arrow-l.svg);
  border-color: #ffc400;
}
#service-cont .business .btn {
  background-image: url(../images/arrow-b.svg);
  border-color: #00469d;
}
#service-cont .plan .btn::after {
  background-color: #ffc400;
}
#service-cont .business .btn::before {
  background-color: #00469d;
}
/* guide
------------------------------------------------------------------------ */
#guide-head {
  background-image: url(../images/guide-head.jpg);
}
#guide-cont .socar-in-service {
  background-color: #f7f8f9;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
#guide-cont .socar-in-service ul {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 0;
}
#guide-cont .socar-in-service li:first-child {
  padding-bottom: 8px;
}

#blue {
  position: absolute;
  width: 100%;
  left: 70%;
  bottom: -1px;
  height: 100%;
  background: rgba(0, 184, 255, 1);
  transform: skewX(-30deg) translate3d(30%, 0, 0);
  transform-origin: bottom left;
}
#blue.moveit {
  transform: skewX(-30deg) translate3d(0, 0, 0);
}

/* fare
------------------------------------------------------------------------ */
#fare-head {
  background-image: url(../images/fare-head.jpg);
}
#fare-cont .fare-info {
  margin-top: 60px;
}
.fare-info a.btn {
  margin-top: 24px;
}
#fare-cont ul.info-box li h3 {
  font-size: 15pt;
  color: #374553;
  position: relative;
  margin-top: 20px;
  margin-bottom: 16px;
  text-indent: 30px;
}
#fare-cont ul.info-box li {
  margin-bottom: 40px;
}
#fare-cont ul.info-box li:last-child {
  margin-bottom: 0;
}
#fare-cont ul.info-box li h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: url(../images/i-i.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-color: #ff6f61;
  background-color: #00469d;
}
#fare-cont ul.info-box li div {
  width: 100%;
  margin-top: -1px;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #f7f8f9;
  background-color: #f7f8f9;
}
#fare-cont ul.info-box li div h6 {
  font-size: 9pt;
  color: #374553;
}
#fare-cont ul.info-box li div p {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 11pt;
  color: #646f7c;
}
#fare-cont .insurance-etc hr {
  background-color: #ccc;
  height: 1px;
  margin: 20px 0;
  width: 100%;
  border: none;
}
#fare-cont .fare-insurance {
  margin-bottom: 40px;
}
#fare-cont .fare-insurance .sub-title {
  margin-bottom: 8px;
}
#fare-cont .fare-insurance h6 {
  font-size: 9pt;
  color: #aaa;
  line-height: 1.5;
}
#fare-cont .insurance-etc h3 {
  font-size: 13pt;
  line-height: 1.5;
  color: #374553;
}
#fare-cont .insurance-etc p {
  line-height: 1.6;
  margin-top: 4px;
  font-size: 10pt;
  color: #646f7c;
}
.fare-insurance .info-box {
  margin-bottom: 20px;
}
#fare-cont .insurance-etc table {
  margin-top: 20px;
}
ul.tiny-info {
  margin-top: 20px;
}
ul.tiny-info li {
  color: #999;
  line-height: 1.6;
  margin-top: 10px;
  font-size: 8pt;
  position: relative;
  padding-left: 10px;
}
ul.tiny-info li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-color: #999;
}
.link-info {
  margin-top: 24px;
}
.link-info a {
  margin: 8px 0;
}
.tg {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tg td {
  font-size: 10pt;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
  color: #646f7c;
}
.tg td span {
  color: #0bb8ff;
}
.tg th {
  font-size: 10pt;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}
.tg .tg-o1tt {
  background-color: #f7f8f9;
  border-color: #dddddd;
  text-align: center;
  vertical-align: middle;
}
.tg .tg-xalm {
  border-color: #dddddd;
  text-align: center;
  vertical-align: middle;
}
/* benefit
------------------------------------------------------------------------ */
#benefit-head {
  background-image: url(../images/benefit-head.jpg);
}
#benefit-cont .wrap section.sale {
  padding: 0 22px;
  margin-top: 60px;
  margin-bottom: 0px;
}
#benefit-cont .wrap section.sale ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
#benefit-cont .wrap section.sale ul li {
  color: #646f7c;
  font-size: 12pt;
  letter-spacing: -0.025em;
  line-height: 1.5;
  margin-bottom: 4px;
  position: relative;
  text-indent: 20px;
}
#benefit-cont .wrap section.sale ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #00469d;
}
#benefit-cont .wrap section.benefit-list {
  padding: 0 22px;
  margin-top: 12px;
  margin-bottom: 80px;
}
.tab {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.tab button {
  cursor: pointer;
  font-family: "AvenirLTPro-Heavy", "sdg-m", sans-serif;
  width: 50%;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: 1px solid #0bb8ff;
  font-size: 13pt;
  box-sizing: border-box;
  text-align: center;
  color: #0bb8ff;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  float: left;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
}
.tab button.active {
  color: #fff;
  background: #0bb8ff;
}
.tabcontent {
  padding: 0;
  margin-top: 48px;
}
#benefit-cont .wrap section.benefit-list .tab-wrap {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
}
#benefit-cont .wrap section.benefit-list .tab-cont {
  padding: 0px;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.tabcontent a {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  display: block;
}
.tabcontent h4 {
  font-size: 14pt;
  color: #374553;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
}
.tabcontent h5 {
  font-size: 10pt;
  line-height: 1.5;
  color: #aaa;
}

/* cs
------------------------------------------------------------------------ */
#cs-head {
  background-image: url(../images/cs-head.jpg);
}
#cs-acc {
  margin-top: 18px;
}
#cs-call {
  background-color: #f7f8f9;
  padding: 100px 22px !important;
}
#cs-call h2 {
  font-size: 16pt;
  color: #374553;
  width: 96%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
#cs-call h2 span {
  color: #0bb8ff;
}
#cs-link {
  margin-bottom: 12px;
  margin-top: 0px;
}
#cs-link h3 {
  font-size: 16pt;
}
#cs-link h3.etc {
  margin-bottom: 24px;
}
#faq-cate {
  margin-top: 16px;
}
#faq-cate button {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 6px 8px;
  letter-spacing: -0.04em;
  background-color: #fff;
  font-size: 9pt;
  margin-bottom: 4px;
  color: #646f7c;
  display: inline-block;
  font-family: "AvenirLTPro-Heavy", "sdg-m", sans-serif;
}
#faq-cate button.act {
  background-color: #646f7c;
  border-color: #646f7c;
  color: #fff;
}
#faq-search {
  float: left;
  margin-bottom: 12px;
  margin-top: 12px;
  width: 100%;
}
#faq-search input {
  border: 1px solid #ccc;
  width: 80%;
  display: block;
  height: 36px;
  float: left;
  box-sizing: border-box;
  padding: 4px 8px;
  font-size: 10pt;
  font-family: "AvenirLTPro-Heavy", "sdg-l", sans-serif;
}
#faq-search button {
  background-color: #00b8ff;
  border: 1px solid #00b8ff;
  color: #fff;
  box-sizing: border-box;
  float: left;
  display: block;
  font-size: 10pt;
  width: 20%;
  padding: 0;
  height: 36px;
  line-height: 38px;
  margin: 0;
}
#more_btn {
  margin: 0;
  cursor: pointer;
  margin-top: 16px;
  border: 1px solid #ccc;
  padding: 12px 0;
  font-size: 11pt;
  color: #646f7c;
  text-align: center;
}
/* terms
------------------------------------------------------------------------ */
#terms-cont h3 {
  color: #0bb8ff;
  margin-top: 32px;
}
#terms-cont ul {
  width: calc(100% + 24px);
  margin-left: -12px;
}
#terms-cont ul li {
  display: inline-block;
  width: calc(50% - 24px);
  margin: 12px;
  margin-bottom: 4px;
  vertical-align: top;
  position: relative;
}

#terms-cont ul li a span {
  position: absolute;
  right: 16px;
}
#terms-cont ul li a {
  display: block;
  font-size: 12pt;
  line-height: 1.4;
  padding: 16px 20px;
  box-sizing: border-box;
  color: #646f7c;
  border: 1px solid #ddd;
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #fff;
}
#terms-cont ul li a:hover {
  background-color: #0bb8ff;
  border: 1px solid #0bb8ff;
  color: #fff;
}
/* footer
------------------------------------------------------------------------ */
footer {
  overflow: auto;
  width: 100%;
  padding: 40px 18px 100px;
  position: relative;
  background-color: #28323c;
  box-sizing: border-box;
}
footer .sec-wrap {
  max-width: 980px;
  margin: 0 auto;
}
footer ul#customer {
  position: static;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  margin-bottom: 8px;
}
footer ul#customer li {
  font-size: 15pt;
  display: inline-block;
  color: #646f7c;
  margin-right: 24px;
  margin-bottom: 8px;
  width: auto;
}
footer ul#customer li a {
  font-size: 12pt;
  color: #c5c8ce;
}
footer ul#customer li h5 {
  font-size: 10pt;
  line-height: 1.7;
  font-family: "AvenirLTPro-Heavy", "sdg-b", sans-serif;
}
footer ul#ct {
  position: static;
  width: 50%;
  float: left;
}
footer ul#ct li {
  font-size: 10pt;
  line-height: 1.7;
  color: #646f7c;
}
footer #info {
  float: left;
  width: 50%;
}
footer #info p {
  line-height: 1;
  font-size: 10pt;
  color: #646f7c;
  line-height: 1.7;
}
footer #info p a {
  text-decoration: underline;
  color: #c5c8ce;
}
#sns {
  width: 100%;
  margin-bottom: 16px;
  overflow: auto;
}
#sns li {
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
#sns li a {
  display: block;
}
#sns li a img {
  width: 100%;
  height: auto;
}
address {
  width: 50%;
  float: left;
  letter-spacing: 0.025em;
  line-height: 1.7;
  font-size: 10pt;
  color: #646f7c;
  font-style: normal;
}
#pop-inquiry {
  display: none;
}
.fancybox-skin {
  border-radius: 0;
}
.fancybox-close {
  text-indent: -9999em;
}
.pop-cont {
  line-height: 1.6;
  box-sizing: border-box;
}
.pop-cont h3 {
  background-color: #00b8ff;
  text-align: center;
  color: #fff;
  padding: 20px 32px;
  box-sizing: border-box;
  font-size: 18px;
}
.pop-cont p {
  padding: 32px 40px;
  padding-bottom: 16px;
  font-size: 17px;
}
.pop-cont p a {
  color: #00b8ff;
  letter-spacing: 0.025em;
}
.pop-cont p a:hover {
  border-bottom: 1px solid;
}
.pop-cont ul {
  padding: 32px 40px;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}
.pop-cont ul li {
  position: relative;
  font-size: 15px;
  color: #646f7c;
  padding-left: 20px;
}
.pop-cont ul li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-color: #646f7c;
}
#applink {
  display: none;
}
#applink p {
  padding: 40px;
}
#applink a {
  display: block;
  padding: 32px;
  text-align: center;
}
#applink span {
  color: #00b8ff;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  border-bottom: 2px solid;
}
#applink img {
  width: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid #ddd;
}
#applink a:hover img {
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

/* wide screen */
@media all and (min-width: 1440px) {
  /* summary */
  #company .summary .summary-bg {
    background-size: 75%;
  }
  /* vision */
  #company .vision ul {
    width: 1170px;
    margin: 0 auto;
  }
  #company .vision li .text-box {
    padding: 189px 106px 0px 0px;
  }
  #company .vision li.vision-02 .text-box {
    left: 50%;
    width: 669px;
    padding-left: 144px;
  }
  /* history */
  #company .history h2 {
    padding-left: 0;
  }
  #company .history .wrap {
    width: 1170px;
  }
  /* profile */
  #company .profile .wrap {
    background-size: auto;
  }
  /* recruit */
  #company .recruit .wrap {
    padding: 220px 0 220px 679px;
  }
}

#title-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}
#title-overlay .wrap {
  height: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
#title-overlay .screen-title {
  width: 100%;
  overflow: auto;
  margin: 100px auto;
  max-width: 800px;
}
