@charset "UTF-8";
/*
Theme Name:  Kaika LP Theme
Author: will
Version: 1.0 ver
*/
/* リセットCSS */
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;
}

/* HTML5要素の表示をブロックレベルに設定 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

/* 画像のボーダーを削除 */
img {
  border-style: none;
}

/* リンクのテキスト装飾をリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* フォーム要素の外観をリセット */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* ボタンと入力タイプをリセット */
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

body {
  background: #eef9ff;
  color: #333333;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.no-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp {
  display: none;
}

@media screen and (max-width: 820px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
header .container .wrapper {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .container .wrapper h1 {
  width: 140px;
}
header .container .wrapper nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .container .wrapper nav ul li {
  margin-left: 40px;
}
header .container .wrapper nav ul li a {
  color: #0f2752;
  font-weight: 700;
  border-bottom: solid 1px transparent;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .container .wrapper nav ul li a:hover {
  border-bottom: solid 1px #5272ac;
}

@media screen and (max-width: 820px) {
  header .container .wrapper h1 {
    width: 120px;
  }
  header .container .wrapper .sp-menu-wrapper .menu-icon {
    position: fixed;
    z-index: 999;
    top: 8px;
    right: 8px;
    list-style: none;
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  }
  header .container .wrapper .sp-menu-wrapper .menu-icon:hover {
    cursor: pointer;
  }
  header .container .wrapper .sp-menu-wrapper .menu-icon li {
    color: #333333;
    width: 20px;
    height: 2px;
    background: #737373;
    position: absolute;
    left: 24%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  header .container .wrapper .sp-menu-wrapper .menu-icon li:nth-child(1) {
    top: 30%;
  }
  header .container .wrapper .sp-menu-wrapper .menu-icon li:nth-child(2) {
    top: 48.5%;
  }
  header .container .wrapper .sp-menu-wrapper .menu-icon li:nth-child(3) {
    bottom: 30%;
  }
  header .container .wrapper .sp-menu-wrapper .menu-icon.active li:nth-child(1) {
    top: 48%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  header .container .wrapper .sp-menu-wrapper .menu-icon.active li:nth-child(2) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  header .container .wrapper .sp-menu-wrapper .menu-icon.active li:nth-child(3) {
    top: 48%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  header .container .wrapper .sp-menu-wrapper .sp-menu {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 1.2s;
    transition: 1.2s;
    opacity: 0;
  }
  header .container .wrapper .sp-menu-wrapper .sp-menu.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  header .container .wrapper .sp-menu-wrapper .sp-menu .logo {
    width: 40%;
    max-width: 400px;
    margin: 10px 20px;
  }
  header .container .wrapper .sp-menu-wrapper .sp-menu nav ul {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    list-style: none;
    padding-bottom: 100px;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .container .wrapper .sp-menu-wrapper .sp-menu nav ul li {
    text-align: center;
    padding: 30px 0;
    text-shadow: none;
    margin-left: 0px;
  }
  header .container .wrapper .sp-menu-wrapper .sp-menu nav ul li + li {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    margin-top: 0;
  }
  header .container .wrapper .sp-menu-wrapper .sp-menu nav ul li a {
    display: block;
    text-decoration: none;
    color: #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .container .wrapper .sp-menu-wrapper .sp-menu nav ul li a:hover {
    opacity: 0.5;
  }
}
.page-lp-hero .container .wrapper {
  position: relative;
}
.page-lp-hero .container .wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 52, 137, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.page-lp-hero .container .wrapper .hero-text {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-lp-hero .container .wrapper .hero-text h2 {
  color: white;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 1.3em;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.page-lp-concept .container .wrapper {
  margin-top: 150px;
}
.page-lp-concept .container .wrapper .section-head h2 {
  text-align: center;
  font-size: 24px;
  color: #0f2752;
  font-weight: 700;
}
.page-lp-concept .container .wrapper .text-wrapper {
  width: 90%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 2em;
}

.page-lp-services .container .wrapper {
  margin-top: 120px;
}
.page-lp-services .container .wrapper .section-head h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  color: #0f2752;
}
.page-lp-services .container .wrapper .contents-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.page-lp-services .container .wrapper .contents-wrapper .content {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-lp-services .container .wrapper .contents-wrapper .content img {
  width: 48%;
}
.page-lp-services .container .wrapper .contents-wrapper .content .text-wrapper {
  width: 48%;
}
.page-lp-services .container .wrapper .contents-wrapper .content .text-wrapper h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #0f2752;
}
.page-lp-services .container .wrapper .contents-wrapper .content .text-wrapper p {
  margin-top: 30px;
  line-height: 1.5em;
}
.page-lp-services .container .wrapper .contents-wrapper .content:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-lp-services .container .wrapper .contents-wrapper .content:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-lp-onlineshop .container {
  margin-top: 100px;
  background-image: url(img/page-lp-online-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.page-lp-onlineshop .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 52, 137, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-lp-onlineshop .container .wrapper {
  padding: 80px 0;
  position: relative;
  z-index: 2;
  color: white;
}
.page-lp-onlineshop .container .wrapper h2 {
  text-align: center;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
}
.page-lp-onlineshop .container .wrapper p {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  line-height: 2em;
  letter-spacing: 2px;
}
.page-lp-onlineshop .container .wrapper .cta-buttons {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-lp-onlineshop .container .wrapper .cta-buttons a {
  display: block;
  padding: 20px;
  width: 90%;
  max-width: 300px;
  border: solid 1px white;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-lp-onlineshop .container .wrapper .cta-buttons a:hover {
  background: white;
  color: #0f2752;
}

.page-lp-message .container .wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 120px;
}
.page-lp-message .container .wrapper .section-head h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  color: #0f2752;
}
.page-lp-message .container .wrapper .contents-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-lp-message .container .wrapper .contents-wrapper img {
  width: 48%;
}
.page-lp-message .container .wrapper .contents-wrapper .content {
  width: 48%;
}
.page-lp-message .container .wrapper .contents-wrapper .content .text {
  margin: 10px 0;
  line-height: 1.5em;
}
.page-lp-message .container .wrapper .contents-wrapper .content .name-wrapper {
  margin-top: 30px;
  width: 160px;
  margin-left: auto;
}
.page-lp-message .container .wrapper .contents-wrapper .content .name-wrapper .name {
  font-size: 24px;
  font-weight: 500;
  margin-top: 7px;
}

.page-lp-company .container .wrapper {
  margin-top: 120px;
}
.page-lp-company .container .wrapper .section-head h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  color: #0f2752;
}
.page-lp-company .container .wrapper .contents-wrapper {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 70px;
}
.page-lp-company .container .wrapper .contents-wrapper .content .company-profile {
  border-top: solid 1px #333333;
}
.page-lp-company .container .wrapper .contents-wrapper .content .company-profile .row {
  border-bottom: solid 1px #333333;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-lp-company .container .wrapper .contents-wrapper .content .company-profile .row dt {
  width: 30%;
}

.page-lp-contact .container {
  margin-top: 100px;
  background-image: url(img/page-lp-contact.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.page-lp-contact .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 52, 137, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-lp-contact .container .wrapper {
  padding: 80px 0;
  position: relative;
  z-index: 2;
  color: white;
}
.page-lp-contact .container .wrapper h2 {
  text-align: center;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
}
.page-lp-contact .container .wrapper p {
  width: 90%;
  max-width: 1000px;
  text-align: center;
  margin: 40px auto;
  line-height: 2em;
  letter-spacing: 2px;
}
.page-lp-contact .container .wrapper .cta {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-lp-contact .container .wrapper .cta a {
  display: block;
  padding: 20px;
  width: 90%;
  max-width: 300px;
  border: solid 1px white;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-lp-contact .container .wrapper .cta a:hover {
  background: white;
  color: #0f2752;
}

footer .container {
  background: #0c1d3d;
  color: white;
  padding-top: 40px;
  padding-bottom: 10px;
}
footer .container .wrapper {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
footer .container .wrapper .contents-wrapper {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .container .wrapper .contents-wrapper .logo {
  width: 130px;
}
footer .container .wrapper .contents-wrapper nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .container .wrapper .contents-wrapper nav ul li {
  margin-left: 30px;
}
footer .container .wrapper .copyright {
  font-size: small;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .page-lp-hero .container .wrapper {
    position: relative;
  }
  .page-lp-hero .container .wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 52, 137, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-lp-hero .container .wrapper .hero-text {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .page-lp-hero .container .wrapper .hero-text h2 {
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 10px;
    line-height: 1.3em;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 820px) {
  .page-lp-hero .container .wrapper {
    position: relative;
  }
  .page-lp-hero .container .wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 52, 137, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-lp-hero .container .wrapper .hero-text {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .page-lp-hero .container .wrapper .hero-text h2 {
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 10px;
    line-height: 1.3em;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  }
  .page-lp-concept .container .wrapper {
    margin-top: 70px;
  }
  .page-lp-concept .container .wrapper .section-head h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    color: #0f2752;
    font-weight: 700;
  }
  .page-lp-concept .container .wrapper .text-wrapper {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 2em;
  }
  .page-lp-services .container .wrapper {
    margin-top: 60px;
  }
  .page-lp-services .container .wrapper .section-head h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    color: #0f2752;
  }
  .page-lp-services .container .wrapper .contents-wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-lp-services .container .wrapper .contents-wrapper .content {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-lp-services .container .wrapper .contents-wrapper .content img {
    width: 100%;
  }
  .page-lp-services .container .wrapper .contents-wrapper .content .text-wrapper {
    width: 100%;
  }
  .page-lp-services .container .wrapper .contents-wrapper .content .text-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #0f2752;
    margin-top: 20px;
    line-height: 1.3em;
  }
  .page-lp-services .container .wrapper .contents-wrapper .content .text-wrapper p {
    margin-top: 30px;
    line-height: 1.5em;
  }
  .page-lp-services .container .wrapper .contents-wrapper .content:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-lp-services .container .wrapper .contents-wrapper .content:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-lp-onlineshop .container {
    margin-top: 100px;
    background-image: url(img/page-lp-online-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .page-lp-onlineshop .container::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 52, 137, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .page-lp-onlineshop .container .wrapper {
    padding: 80px 0;
    position: relative;
    z-index: 2;
    color: white;
  }
  .page-lp-onlineshop .container .wrapper h2 {
    text-align: center;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 5px;
  }
  .page-lp-onlineshop .container .wrapper p {
    width: 90%;
    max-width: 1000px;
    margin: 40px auto;
    line-height: 2em;
    letter-spacing: 2px;
  }
  .page-lp-onlineshop .container .wrapper .cta-buttons {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-lp-onlineshop .container .wrapper .cta-buttons a {
    display: block;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
    max-width: 300px;
    border: solid 1px white;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-lp-onlineshop .container .wrapper .cta-buttons a:hover {
    background: white;
    color: #0f2752;
  }
  .page-lp-onlineshop .container .wrapper .cta-buttons a:nth-child(2) {
    margin-top: 30px;
  }
  .page-lp-message .container .wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
  }
  .page-lp-message .container .wrapper .section-head h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    color: #0f2752;
  }
  .page-lp-message .container .wrapper .contents-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-lp-message .container .wrapper .contents-wrapper img {
    width: 100%;
  }
  .page-lp-message .container .wrapper .contents-wrapper .content {
    width: 100%;
    margin-top: 30px;
  }
  .page-lp-message .container .wrapper .contents-wrapper .content .text {
    margin: 10px 0;
    line-height: 1.5em;
  }
  .page-lp-message .container .wrapper .contents-wrapper .content .name-wrapper {
    margin-top: 30px;
    width: 160px;
    margin-left: auto;
  }
  .page-lp-message .container .wrapper .contents-wrapper .content .name-wrapper .name {
    font-size: 24px;
    font-weight: 500;
    margin-top: 7px;
  }
  .page-lp-company .container .wrapper {
    margin-top: 80px;
  }
  .page-lp-company .container .wrapper .section-head h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    color: #0f2752;
  }
  .page-lp-company .container .wrapper .contents-wrapper {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .page-lp-company .container .wrapper .contents-wrapper .content .company-profile {
    border-top: solid 1px #333333;
  }
  .page-lp-company .container .wrapper .contents-wrapper .content .company-profile .row {
    border-bottom: solid 1px #333333;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-lp-company .container .wrapper .contents-wrapper .content .company-profile .row dt {
    width: 100%;
    font-weight: 600;
  }
  .page-lp-company .container .wrapper .contents-wrapper .content .company-profile .row dd {
    margin-top: 8px;
  }
  footer .container {
    background: #0c1d3d;
    color: white;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  footer .container .wrapper {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
  }
  footer .container .wrapper .contents-wrapper {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .wrapper .contents-wrapper .logo {
    width: 130px;
  }
  footer .container .wrapper .contents-wrapper nav {
    margin-top: 40px;
    width: 90%;
  }
  footer .container .wrapper .contents-wrapper nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .wrapper .contents-wrapper nav ul li {
    margin-left: 0px;
    padding: 20px 0;
    text-align: center;
  }
  footer .container .wrapper .contents-wrapper nav ul li + li {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
  footer .container .wrapper .copyright {
    font-size: small;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */