/*
 Theme Name: A&A Group
 Description: This is the base theme for all the Wordpress projects.
 Version: 1.0
 */
/* line 5, ../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*******************************************************
 *
 * 1. COMMON
 *
 *******************************************************/
/* line 7, sass/_modules/_common.scss */
* {
  box-sizing: border-box;
}

/* line 11, sass/_modules/_common.scss */
html {
  font-size: 62.5%;
}

/* line 15, sass/_modules/_common.scss */
body {
  position: relative;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  color: #353535;
  letter-spacing: 0.075em;
  line-height: 1.875;
  font-weight: 500;
}
@media (min-width: 992px) {
  /* line 15, sass/_modules/_common.scss */
  body {
    font-size: 1.6rem;
  }
}

/* line 31, sass/_modules/_common.scss */
canvas {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  background-color: #e7e7e7;
}

/* line 41, sass/_modules/_common.scss */
img, iframe {
  max-width: 100%;
}

/* line 46, sass/_modules/_common.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 52, sass/_modules/_common.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 57, sass/_modules/_common.scss */
h1, h2, h3, h4 {
  font-size: 7.130vw;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 1200px) {
  /* line 57, sass/_modules/_common.scss */
  h1, h2, h3, h4 {
    font-size: 7.7rem;
  }
}

/* line 66, sass/_modules/_common.scss */
a, a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* line 75, sass/_modules/_common.scss */
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/* line 81, sass/_modules/_common.scss */
.text-center {
  text-align: center;
}

/* line 85, sass/_modules/_common.scss */
.relative {
  position: relative;
}

/* line 89, sass/_modules/_common.scss */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 94, sass/_modules/_common.scss */
.block {
  display: block;
}

/* line 98, sass/_modules/_common.scss */
.bg-gray {
  background: #f5f5f5 !important;
}

/* line 102, sass/_modules/_common.scss */
.bg-white {
  background: #fff !important;
}
.disp-pc {display: block;}
.disp-tab {display: none;}
.disp-sp {display: none;}
@media only screen and (max-width: 991px) {
  .disp-tab {display: block;}
}
@media only screen and (max-width: 480px) {
  .disp-pc {display: none;}
  .disp-sp {display: block;}
}

/*******************************************************
 *
 * CONTAINERS
 *
 *******************************************************/
/* line 111, sass/_modules/_common.scss */
.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1280px) {
  /* line 111, sass/_modules/_common.scss */
  .container {
    padding: 0;
  }
}

/*******************************************************
 *
 * SECTIONS
 *
 *******************************************************/
/* line 128, sass/_modules/_common.scss */
.sec__ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 128, sass/_modules/_common.scss */
  .sec__ttl {
    text-align: left;
  }
}
/* line 135, sass/_modules/_common.scss */
.sec__ttl h2 {
  color: #111b22;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  line-height: 1;
}
/* line 143, sass/_modules/_common.scss */
.sec__ttl .sec__subttl {
  color: #fff;
  font-weight: 600;
  background: #111b22;
  line-height: 1;
  padding: 6px 10px;
  margin-top: 15px;
  display: inline-block;
  letter-spacing: 0.2em;
}
/* line 154, sass/_modules/_common.scss */
.sec__ttl-intro {
  font-size: 100%;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .sec__ttl-intro {
    font-size: 1.852vw;
  }
}
@media (min-width: 1200px) {
  /* line 154, sass/_modules/_common.scss */
  .sec__ttl-intro {
    font-size: 1.8rem;
  }
}
/* line 165, sass/_modules/_common.scss */
.sec__ttl--blue {
  color: #0086d3;
}
/* line 168, sass/_modules/_common.scss */
.sec__ttl--blue h2 {
  color: #0086d3;
}
/* line 172, sass/_modules/_common.scss */
.sec__ttl--blue .sec__subttl {
  color: #111b22;
  background: #0086d3;
}
/* line 180, sass/_modules/_common.scss */
.sec__content p:not(:first-child) {
  margin-top: 1rem;
}
/* line 185, sass/_modules/_common.scss */
.sec__row {
  display: flex;
}

/*******************************************************
 *
 * BUTTONS
 *
 *******************************************************/
/* line 195, sass/_modules/_common.scss */
.btn {
  position: relative;
  display: block;
  width: 136px;
  height: 52px;
  font-size: 1em;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 0.045em;
  margin: 35px auto 0;
  z-index: 20;
}
/* line 214, sass/_modules/_common.scss */
.btn svg {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 220, sass/_modules/_common.scss */
.btn svg rect {
  stroke-width: 4;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
/* line 228, sass/_modules/_common.scss */
.btn span {
  background: #00a5c3;
  background: -moz-linear-gradient(left, #00a5c3 0%, #006198 100%);
  background: -webkit-linear-gradient(left, #00a5c3 0%, #006198 100%);
  background: linear-gradient(to right, #00a5c3 0%, #006198 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5c3', endColorstr='#006198',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 238, sass/_modules/_common.scss */
.btn:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 87, 190;
  stroke-dashoffset: 126;
}

@media (min-width: 768px) {
  /* line 245, sass/_modules/_common.scss */
  .btn--right {
    margin-right: 0;
  }
}

/* line 251, sass/_modules/_common.scss */
.btn-bg-gradient {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.57143;
  letter-spacing: calulate_ls(50);
  background: #ff8282;
  padding: 11px 20px;
  border-radius: 25px;
  background: -moz-linear-gradient(left, #ff8282 0%, #e178ed 100%);
  background: -webkit-linear-gradient(left, #ff8282 0%, #e178ed 100%);
  background: linear-gradient(to right, #ff8282 0%, #e178ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );
}

/*******************************************************
 *
 * PAGINATION
 *
 *******************************************************/
/* line 271, sass/_modules/_common.scss */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
/* line 277, sass/_modules/_common.scss */
.pagination li {
  position: relative;
  margin: 0 2.5px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 287, sass/_modules/_common.scss */
.pagination li .page-numbers {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background: #00a5c3;
  background: -moz-linear-gradient(left, #00a5c3 0%, #006198 100%);
  background: -webkit-linear-gradient(left, #00a5c3 0%, #006198 100%);
  background: linear-gradient(to right, #00a5c3 0%, #006198 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5c3', endColorstr='#006198',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 5;
}
/* line 303, sass/_modules/_common.scss */
.pagination svg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
/* line 311, sass/_modules/_common.scss */
.pagination svg rect {
  stroke-width: 3;
}
/* line 315, sass/_modules/_common.scss */
.pagination li .current + svg {
  opacity: 1;
}

/*******************************************************
 *
 * LIST01
 *
 *******************************************************/
/* line 325, sass/_modules/_common.scss */
.list01 {
  width: 100%;
  max-width: 800px;
  margin: auto;
  color: #353535;
  font-size: 1.5rem;
}
/* line 332, sass/_modules/_common.scss */
.list01__item {
  display: flex;
  padding: 18px 0;
  border-bottom: 1px dashed #27475d;
  flex-direction: column;
}
@media (min-width: 576px) {
  /* line 332, sass/_modules/_common.scss */
  .list01__item {
    flex-direction: row;
  }
}
/* line 342, sass/_modules/_common.scss */
.list01 label {
  width: 100%;
  color: #0099bc;
  margin-right: 5%;
}
@media (min-width: 576px) {
  /* line 342, sass/_modules/_common.scss */
  .list01 label {
    width: 78px;
  }
}

/*******************************************************
 *
 * LAYOUT01
 *
 *******************************************************/
/* line 357, sass/_modules/_common.scss */
.layout01 {
  background: #111b22;
  overflow-x: hidden;
  padding: 80px 0 210px;
}
/* line 361, sass/_modules/_common.scss */
.layout01 .sec__img {
  text-align: right;
}
/* line 363, sass/_modules/_common.scss */
.layout01 .sec__img:before {
  position: absolute;
  content: '';
  width: 14.063vw;
  height: 4.010vw;
  background: url("dist/images/common/accent5.png") no-repeat center center/contain;
  left: -9.59vw;
  bottom: 35px;
}
/* line 374, sass/_modules/_common.scss */
.layout01 .sec__ttl {
  width: 100%;
  margin-top: -44px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  /* line 374, sass/_modules/_common.scss */
  .layout01 .sec__ttl {
    width: 50%;
  }
}
/* line 384, sass/_modules/_common.scss */
.layout01 .sec__content {
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media (min-width: 768px) {
  /* line 384, sass/_modules/_common.scss */
  .layout01 .sec__content {
    padding: 0 3.24074% 0 24.53704%;
  }
}
/* line 391, sass/_modules/_common.scss */
.layout01 .sec__content:before {
  position: absolute;
  content: '';
  width: 11.875vw;
  height: 3.177vw;
  bottom: 0;
  right: -8.558vw;
  background: url("dist/images/common/accent6.png") no-repeat center center/contain;
  z-index: -1;
}

/*******************************************************
 *
 * 4. MOBILE HEADER
 *
 *******************************************************/
/* line 6, sass/_modules/_mobile-header.scss */
.mobile-header {
  display: flex;
  padding: 0 15px;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  position: fixed;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 6, sass/_modules/_mobile-header.scss */
  .mobile-header {
    display: none;
  }
}
/* line 19, sass/_modules/_mobile-header.scss */
.mobile-header__logo {
  width: 100%;
  max-width: 150px;
}
/* line 23, sass/_modules/_mobile-header.scss */
.mobile-header__menu {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  background-color: #000;
  width: 100%;
  z-index: 101;
}
/* line 33, sass/_modules/_mobile-header.scss */
.mobile-header li {
  padding: 1rem;
}
/* line 35, sass/_modules/_mobile-header.scss */
.mobile-header li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
}
/* line 40, sass/_modules/_mobile-header.scss */
.mobile-header li:not(:last-child) {
  border-bottom: 1px solid white;
}
/* line 45, sass/_modules/_mobile-header.scss */
.mobile-header.fh {
  background: #111b22;
  padding: 15px 2.86458%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

/*******************************************************
 *
 * 5. BURGER MENU
 *
 *******************************************************/
/* line 60, sass/_modules/_mobile-header.scss */
.burger-menu {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}
@media (min-width: 992px) {
  /* line 60, sass/_modules/_mobile-header.scss */
  .burger-menu {
    display: none;
  }
}
/* line 78, sass/_modules/_mobile-header.scss */
.burger-menu div {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* line 97, sass/_modules/_mobile-header.scss */
.burger-menu div:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 105, sass/_modules/_mobile-header.scss */
.burger-menu div:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 113, sass/_modules/_mobile-header.scss */
.burger-menu div:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 121, sass/_modules/_mobile-header.scss */
.burger-menu.open div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}
/* line 130, sass/_modules/_mobile-header.scss */
.burger-menu.open div:nth-child(2) {
  width: 0%;
  opacity: 0;
}
/* line 135, sass/_modules/_mobile-header.scss */
.burger-menu.open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 5px;
}

/*******************************************************
 *
 * 6. HEADER
 *
 *******************************************************/
/* line 6, sass/_modules/_header.scss */
.header {
  left: 0;
  width: 100%;
  position: fixed;
  align-items: center;
  padding: 35px 2.86458%;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  display: none;
  z-index: 1000;
}
@media (min-width: 992px) {
  /* line 6, sass/_modules/_header.scss */
  .header {
    display: flex;
  }
}
/* line 21, sass/_modules/_header.scss */
.header__logo {
  width: 20.27624%;
}
/* line 24, sass/_modules/_header.scss */
.header__logo img {
  max-width: 285px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
/* line 32, sass/_modules/_header.scss */
.header__menu {
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
/* line 38, sass/_modules/_header.scss */
.header #nav {
  flex: 1;
  justify-content: flex-end;
}
/* line 42, sass/_modules/_header.scss */
.header #nav li:not(:last-child) {
  margin-right: 2.20994%;
}
/* line 46, sass/_modules/_header.scss */
.header #nav li a {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Hiragino Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
/* line 56, sass/_modules/_header.scss */
.header .btn-bg-gradient {
  margin-left: 2.48619%;
}
/* line 61, sass/_modules/_header.scss */
.header.fh {
  background: #111b22;
  padding: 15px 2.86458%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
/* line 68, sass/_modules/_header.scss */
.header.fh img {
  max-width: 200px;
}

/*******************************************************
 *
 * 7. FOOTER
 *
 *******************************************************/
/* line 6, sass/_modules/_footer.scss */
.footer {
  color: #fff;
  background: #111b22;
  padding: 40px 6.25%;
}
/* line 11, sass/_modules/_footer.scss */
.footer-navs {
  margin-top: 35px;
}
/* line 14, sass/_modules/_footer.scss */
.footer-navs li:not(:last-child) {
  margin-right: 1.5625%;
}
/* line 18, sass/_modules/_footer.scss */
.footer-navs li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* line 25, sass/_modules/_footer.scss */
.footer .copyright {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
/* line 31, sass/_modules/_footer.scss */
.footer .copyright small {
  font-size: 1rem;
  display: block;
}

/*******************************************************
 *
 * 8. LOWER PAGE BANNER
 *
 *******************************************************/
/* line 8, sass/_modules/_page.scss */
.ip-banner:before, .ip-banner:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
}
/* line 15, sass/_modules/_page.scss */
.ip-banner:before {
  background: url("dist/images/page/overlay.png") no-repeat center center/cover;
  mix-blend-mode: overlay;
  top: 0;
  height: 56.25%;
  z-index: 100;
}
/* line 24, sass/_modules/_page.scss */
.ip-banner:after {
  background: url("dist/images/page/overlay2.png") no-repeat center center/cover;
  bottom: 0;
  height: 100%;
  z-index: 101;
}
/* line 33, sass/_modules/_page.scss */
.ip-banner__img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(3, 39, 52, 0.3);
  background-blend-mode: luminosity;
  z-index: 99;
}
/* line 45, sass/_modules/_page.scss */
.ip-banner__img canvas {
  background-color: rgba(17, 27, 34, 0.1);
  background-blend-mode: multiply;
  height: 300px;
}
@media (min-width: 992px) {
  /* line 45, sass/_modules/_page.scss */
  .ip-banner__img canvas {
    height: initial;
  }
}
/* line 56, sass/_modules/_page.scss */
.ip-banner__text {
  position: absolute;
  top: 41.66667%;
  width: 100%;
  left: 0;
  color: #fff;
  text-shadow: 6px 1px 0px rgba(1, 150, 234, 0.35), -4px 2px 0px rgba(0, 43, 68, 0.4);
  z-index: 110;
}
/* line 65, sass/_modules/_page.scss */
.ip-banner__text:before, .ip-banner__text:after, .ip-banner__text .container:before {
  position: absolute;
  content: '';
  opacity: .5;
}
/* line 71, sass/_modules/_page.scss */
.ip-banner__text:before {
  width: 7.29vw;
  height: 1.042vw;
  background: url("dist/images/common/accent4.png") no-repeat center center/contain;
  left: 6.25%;
  top: 27.77778%;
}
/* line 79, sass/_modules/_page.scss */
.ip-banner__text:after {
  width: 11.875vw;
  height: 3.177vw;
  top: 23.61111%;
  right: 13.28125%;
  background: url("dist/images/common/accent2.png") no-repeat center center/contain;
}
/* line 87, sass/_modules/_page.scss */
.ip-banner__text .container:before {
  width: 18.125vw;
  height: 3.177vw;
  background: url("dist/images/common/accent1.png") no-repeat center center/contain;
  left: 11.2963%;
  top: -65%;
}
/* line 95, sass/_modules/_page.scss */
.ip-banner__text h1 {
  font-size: 7.813vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 95, sass/_modules/_page.scss */
  .ip-banner__text h1 {
    font-size: 6rem;
  }
}
/* line 106, sass/_modules/_page.scss */
.ip-banner__text p {
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.39em;
}
@media (min-width: 576px) {
  /* line 106, sass/_modules/_page.scss */
  .ip-banner__text p {
    font-size: 1.6rem;
  }
}

/*******************************************************
 *
 * LOWER PAGE WRAPPER
 *
 *******************************************************/
/* line 124, sass/_modules/_page.scss */
#content-full {
  color: #fff;
  min-height: 250px;
  padding: 0 0 10rem;
  background: #1f2b33;
  letter-spacing: 0.18em;
}
@media (min-width: 576px) {
  /* line 124, sass/_modules/_page.scss */
  #content-full {
    padding: 10rem 0;
  }
}

/* line 135, sass/_modules/_page.scss */
#content-sidebar {
  color: #fff;
  min-height: 250px;
  padding: 10rem 0;
  background: #1f2b33;
  letter-spacing: 0.18em;
}

/*******************************************************
 *
 * BREADCRUMBS
 *
 *******************************************************/
/* line 149, sass/_modules/_page.scss */
#breadcrumbs {
  text-transform: uppercase;
  padding: 2rem 0;
}
/* line 152, sass/_modules/_page.scss */
#breadcrumbs a {
  color: #454545;
}

/*******************************************************
 *
 * 9. 404 PAGE
 *
 *******************************************************/
/* line 6, sass/_modules/_page404.scss */
.page-404 {
  margin-top: 5rem;
  min-height: 350px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 13, sass/_modules/_page404.scss */
.page-404 h2 {
  font-size: 6rem;
  font-weight: 100;
  letter-spacing: 0.2em;
  color: orange;
}

/*******************************************************
 *
 * TOP PAGE BANNER
 *
 *******************************************************/
/* line 9, sass/_pages/_home-page.scss */
.banner:before, .banner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
}
/* line 17, sass/_pages/_home-page.scss */
.banner:before {
  background: url("dist/images/slider/slider-overlay2.png") no-repeat center center/cover;
  mix-blend-mode: overlay;
  top: 0;
  z-index: 100;
}
/* line 24, sass/_pages/_home-page.scss */
.banner:after {
  background: url("dist/images/slider/slider-overlay.png") no-repeat center center/cover;
  bottom: 0;
  z-index: 101;
}
/* line 30, sass/_pages/_home-page.scss */
.banner__carousel > div {
  font-size: 0;
}
/* line 36, sass/_pages/_home-page.scss */
.banner__item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(3, 39, 52, 0.3);
  background-blend-mode: luminosity;
  z-index: 99;
}
/* line 48, sass/_pages/_home-page.scss */
.banner__item canvas {
  background-color: rgba(17, 27, 34, 0.1);
  background-blend-mode: multiply;
  padding-top: 80%;
}
@media (min-width: 768px) {
  .banner__item canvas {
    padding-top: 0;
  }
}
/* line 54, sass/_pages/_home-page.scss */
.banner__caption {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 33%;
  font-size: 1.771vw;
  font-weight: 400;
  font-family: "Hiragino Sans", sans-serif;
  letter-spacing: 0.2em;
  text-shadow: 4px 4px 0px rgba(1, 150, 234, 0.35), -5px 0px 0px rgba(0, 43, 68, 0.4);
  z-index: 100;
}
@media (min-width: 1200px) {
  /* line 54, sass/_pages/_home-page.scss */
  .banner__caption {
    font-size: 3.4rem;
    top: 23.61111%;
  }
}
/* line 71, sass/_pages/_home-page.scss */
.banner__caption:before, .banner__caption:after, .banner__caption .container:before, .banner__caption .container:after {
  position: absolute;
  content: '';
  opacity: .5;
}
/* line 77, sass/_pages/_home-page.scss */
.banner__caption:before {
  width: 7.29vw;
  height: 1.042vw;
  background: url("dist/images/common/accent4.png") no-repeat center center/contain;
  left: 6.25%;
  top: 27.77778%;
}
/* line 85, sass/_pages/_home-page.scss */
.banner__caption:after {
  width: 11.875vw;
  height: 3.177vw;
  top: 23.61111%;
  right: 13.28125%;
  background: url("dist/images/common/accent2.png") no-repeat center center/contain;
}
/* line 93, sass/_pages/_home-page.scss */
.banner__caption .container:before {
  width: 18.125vw;
  height: 3.177vw;
  background: url("dist/images/common/accent1.png") no-repeat center center/contain;
  left: 11.11111%;
  top: -10%;
}
/* line 101, sass/_pages/_home-page.scss */
.banner__caption .container:after {
  width: 14.063vw;
  height: 4.010vw;
  background: url("dist/images/common/accent3.png") no-repeat center center/contain;
  left: 35.18519%;
  bottom: 22.22222%;
}
/* line 109, sass/_pages/_home-page.scss */
.banner__caption h1 {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1.55696;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner__caption h1 {
    font-size: 4.115vw;
  }
}
@media (min-width: 1200px) {
  /* line 109, sass/_pages/_home-page.scss */
  .banner__caption h1 {
    font-size: 7.9rem;
  }
}
.banner__caption p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .banner__caption p {
    font-size: 100%;
  }
}
/* line 121, sass/_pages/_home-page.scss */
.banner .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.92593%;
  width: max-content;
  margin: auto;
  color: #fff;
  font-size: 1.4rem;
  font-family: "tbchibirgothicplusk-pro", sans-serif;
  line-height: 1.83333;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  z-index: 102;
}
/* line 136, sass/_pages/_home-page.scss */
.banner .scroll__arrow {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
/* line 145, sass/_pages/_home-page.scss */
.banner .scroll__arrow:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}
/*******************************************************
 *
 * TOP PAGE SEC 3
 *
 *******************************************************/
/* line 169, sass/_pages/_home-page.scss */
.top-sec3 {
  padding: 360px 0 65px;
  margin-top: -295px;
  background: #fff;
  clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
  z-index: 1;
}
/* line 176, sass/_pages/_home-page.scss */
.top-sec3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 21%;
  left: 0;
  top: 0;
  background: url("dist/images/common/pattern.png") no-repeat top center/cover;
  clip-path: polygon(0% 0, 100% 0, 100% 63%, 0% 100%);
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 63%, 0% 100%);
  z-index: -1;
}
.top-sec3-secondary:before {
  width: 43vw;
}
@media (min-width: 768px) {
  .top-sec3-secondary:before {
    width: 100%;
  }
}
/* line 190, sass/_pages/_home-page.scss */
.top-sec3 .sec__ttl h3 {
  color: #d0cfdd;
  font-size: 5.556vw;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  /* line 190, sass/_pages/_home-page.scss */
  .top-sec3 .sec__ttl h3 {
    font-size: 6rem;
  }
}
/* line 203, sass/_pages/_home-page.scss */
.top-sec3 .sec__ttl-intro {
  color: #0086d3;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .top-sec3 .sec__ttl-intro {
    font-size: 2.778vw;
  }
}
@media (min-width: 1200px) {
  /* line 203, sass/_pages/_home-page.scss */
  .top-sec3 .sec__ttl-intro {
    font-size: 3rem;
  }
}
/* line 211, sass/_pages/_home-page.scss */
.top-sec3 .sec__ttl-intro span {
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-right: 20px;
}
/* line 218, sass/_pages/_home-page.scss */
.top-sec3 .sec__ttl-intro span em {
  font-size: 3rem;
}
/* line 226, sass/_pages/_home-page.scss */
.top-sec3 .sec__row {
  margin-top: 70px;
  justify-content: center;
}
/* line 230, sass/_pages/_home-page.scss */
.top-sec3 .sec__row-box {
  margin: 0 3.24074%;
}
/* line 234, sass/_pages/_home-page.scss */
.top-sec3 .sec__row-box:last-child {
  margin-top: 65px;
}
.top-sec3-secondary img {
  margin-top: 70px;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
/* line 239, sass/_pages/_home-page.scss */
.top-sec3 .btn {
  margin-top: 0;
}
.top-sec3-secondary {
  margin-top: -145px;
  background: #111b22;
  clip-path: polygon(0% 0, 100% 30%, 100% 100%, 0% 100%);
}
@media (min-width: 768px) {
  .top-sec3-secondary {
    margin-top: -145px;
  }
}
.top-sec3-secondary .sec__content p {
  color: #fff;
}
.top-sec3-secondary .btn {
  margin-top: 35px;
}

/*******************************************************
 *
 * TOP PAGE SEC 4
 *
 *******************************************************/
/* line 249, sass/_pages/_home-page.scss */
.top-sec4 {
  background: #f5f5f5;
  padding: 30px 0 305px;
}
/* line 253, sass/_pages/_home-page.scss */
.top-sec4 .sticky-wrap {
  position: relative;
  display: table;
  margin: auto;
  top: 50%;
  z-index: 10;
}
@media (min-width: 768px) {
  /* line 253, sass/_pages/_home-page.scss */
  .top-sec4 .sticky-wrap {
    position: sticky;
  }
}
/* line 264, sass/_pages/_home-page.scss */
.top-sec4 .sec__ttl {
  margin-bottom: 0;
  text-align: center;
}
/* line 269, sass/_pages/_home-page.scss */
.top-sec4 .hp-service {
  display: flex;
  flex-direction: column;
  margin: 2rem auto 0;
  max-width: 420px;
}
@media (min-width: 768px) {
  /* line 269, sass/_pages/_home-page.scss */
  .top-sec4 .hp-service {
    flex-direction: row;
    margin: 0;
    max-width: unset;
  }
}
/* line 280, sass/_pages/_home-page.scss */
.top-sec4 .hp-service__item {
  width: 100%;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  /* line 280, sass/_pages/_home-page.scss */
  .top-sec4 .hp-service__item {
    width: 33.33333%;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  /* line 288, sass/_pages/_home-page.scss */
  .top-sec4 .hp-service__item:first-child {
    margin-right: 33.33333%;
  }
}
@media (min-width: 768px) {
  /* line 294, sass/_pages/_home-page.scss */
  .top-sec4 .hp-service__item:last-child {
    margin-top: 100px;
  }
}
/* line 301, sass/_pages/_home-page.scss */
.top-sec4 .hp-service__ttl {
  color: #0086d3;
  font-size: 2.4rem;
  padding: 20px 0;
  background: #f5f5f5;
  margin-top: -30px;
  width: 77.77778%;
  position: relative;
}
/* line 310, sass/_pages/_home-page.scss */
.top-sec4 .hp-service__ttl span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-right: 20px;
}
/* line 317, sass/_pages/_home-page.scss */
.top-sec4 .hp-service__ttl span small {
  text-transform: uppercase;
  font-size: 1.4rem;
}
/* line 323, sass/_pages/_home-page.scss */
.top-sec4 .hp-service__txt {
  color: #353535;
}

/*******************************************************
 *
 * TOP PAGE SEC 5
 *
 *******************************************************/
/* line 334, sass/_pages/_home-page.scss */
.top-sec5 {
  background: #283842;
  padding: 223px 0 142px;
  clip-path: polygon(0% 0, 100% 30%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0, 100% 30%, 100% 100%, 0% 100%);
  margin-top: -300px;
  overflow-x: hidden;
}
/* line 342, sass/_pages/_home-page.scss */
.top-sec5:before, .top-sec5:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 21%;
  left: 0;
}
/* line 350, sass/_pages/_home-page.scss */
.top-sec5:before {
  top: 0;
  background: url("dist/images/common/pattern.png") no-repeat top center/cover;
  clip-path: polygon(0% 0, 100% 0, 100% 51%, 0% 100%);
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 51%, 0% 100%);
}
/* line 357, sass/_pages/_home-page.scss */
.top-sec5:after {
  bottom: 0;
  background: url("dist/images/top/separator.png") no-repeat bottom center/cover;
}
/* line 362, sass/_pages/_home-page.scss */
.top-sec5 h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-shadow: 5px 0px 0px rgba(1, 150, 234, 0.35), -5px 4px 0px #002b44;
}
/* line 369, sass/_pages/_home-page.scss */
.top-sec5 .hp-news-wrap {
  overflow: hidden;
}
/* line 373, sass/_pages/_home-page.scss */
.top-sec5 .hp-news {
  display: flex;
  margin: 15px -40px 0;
}
/* line 377, sass/_pages/_home-page.scss */
.top-sec5 .hp-news__item {
  padding: 0 25px;
}
/* line 380, sass/_pages/_home-page.scss */
.top-sec5 .hp-news__item a {
  display: block;
  background: #fff;
  padding: 25px 40px 40px;
}
/* line 387, sass/_pages/_home-page.scss */
.top-sec5 .hp-news__date {
  color: #0086d3;
  font-size: 1.4rem;
  font-family: "Hiragino Sans", sans-serif;
}
/* line 393, sass/_pages/_home-page.scss */
.top-sec5 .hp-news__ttl {
  color: #353535;
  font-weight: 700;
  font-family: "Hiragino Sans", sans-serif;
  letter-spacing: 0.1em;
  margin-top: -5px;
}
/* line 401, sass/_pages/_home-page.scss */
.top-sec5 .hp-news__excerpt {
  color: #353535;
  font-weight: 500;
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
/* line 410, sass/_pages/_home-page.scss */
.top-sec5 .btn {
  margin-top: 45px;
  position: relative;
  z-index: 5;
}

/*******************************************************
*
* TOP PAGE SEC 6
*
*******************************************************/
/* line 424, sass/_pages/_home-page.scss */
.top-sec6 {
  background: #283842;
  padding: 100px 0 140px;
  margin-top: -1px;
}
/* line 429, sass/_pages/_home-page.scss */
.top-sec6 .cta {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  /* line 429, sass/_pages/_home-page.scss */
  .top-sec6 .cta {
    flex-direction: row;
  }
}
/* line 439, sass/_pages/_home-page.scss */
.top-sec6 .cta__item {
  margin: auto;
}
/* line 442, sass/_pages/_home-page.scss */
.top-sec6 .cta__item:last-child {
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 439, sass/_pages/_home-page.scss */
  .top-sec6 .cta__item {
    margin: unset;
  }
  /* line 448, sass/_pages/_home-page.scss */
  .top-sec6 .cta__item:last-child {
    margin-top: 0;
  }
}

/* line 456, sass/_pages/_home-page.scss */
.svg-wrapper {
  margin-top: 0;
  position: relative;
  width: 250px;
  height: 120px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 576px) {
  /* line 456, sass/_pages/_home-page.scss */
  .svg-wrapper {
    width: 440px;
    height: 162px;
  }
}
/* line 469, sass/_pages/_home-page.scss */
.svg-wrapper svg {
  width: 100%;
  height: 120px;
}
@media (min-width: 576px) {
  /* line 469, sass/_pages/_home-page.scss */
  .svg-wrapper svg {
    width: initial;
    height: 162px;
  }
}

/* line 479, sass/_pages/_home-page.scss */
#shape {
  stroke-width: 6px;
  fill: transparent;
  stroke: #fff;
  stroke-dasharray: 220 800;
  stroke-dashoffset: -385;
  transition: 1s all ease;
  width: 100%;
  height: 120px;
}
@media (min-width: 576px) {
  /* line 479, sass/_pages/_home-page.scss */
  #shape {
    stroke-dashoffset: -709;
    height: 162px;
  }
}

/* line 494, sass/_pages/_home-page.scss */
#text {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 503, sass/_pages/_home-page.scss */
#text a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 513, sass/_pages/_home-page.scss */
.spot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 521, sass/_pages/_home-page.scss */
.svg-wrapper:hover #shape {
  stroke-dasharray: 50 0;
  stroke-width: 3px;
  stroke-dashoffset: 0;
  stroke: #0086d3;
}

/*******************************************************
 *
 * 8. NEWS
 *
 *******************************************************/
/* line 6, sass/_pages/_news.scss */
.news {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 400;
}
/* line 13, sass/_pages/_news.scss */
.news__item a {
  position: relative;
  border-bottom: 1px dashed #27475d;
  padding: 10px 35px 10px 5px;
  flex-direction: column;
}
@media (min-width: 576px) {
  /* line 13, sass/_pages/_news.scss */
  .news__item a {
    align-items: center;
    flex-direction: row;
  }
}
/* line 23, sass/_pages/_news.scss */
.news__item a:after {
  position: absolute;
  content: '>';
  width: 10px;
  height: 100%;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
/* line 39, sass/_pages/_news.scss */
.news__date {
  color: #0099bc;
  letter-spacing: 0;
  width: 120px;
}
/* line 45, sass/_pages/_news.scss */
.news__ttl {
  color: #fff;
  flex: 1;
  font-size: 15px;
}

/*******************************************************
 *
 * SINGLE
 *
 *******************************************************/
/* line 8, sass/_pages/_single.scss */
.single__inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 400;
}
/* line 16, sass/_pages/_single.scss */
.single__top {
  border-bottom: 1px dashed #27475d;
  padding: 10px 0;
  margin-bottom: 35px;
}
/* line 21, sass/_pages/_single.scss */
.single__top .news__date {
  width: 100%;
}
/* line 25, sass/_pages/_single.scss */
.single__top .news__ttl {
  font-size: 2rem;
}

/*******************************************************
 *
 * ABOUT US
 *
 *******************************************************/
/* line 8, sass/_pages/_about.scss */
.page-id-6 #content-full {
  padding-bottom: 0;
  background: #111b22;
}
/* line 13, sass/_pages/_about.scss */
.page-id-6 .ip-banner:after {
  background: url("dist/images/page/overlay3.png") no-repeat center center/cover;
}

/* line 20, sass/_pages/_about.scss */
.about .ip-sec1 {
  padding: 0 0 270px;
}
@media (min-width: 768px) {
  /* line 20, sass/_pages/_about.scss */
  .about .ip-sec1 {
    padding: 0 0 235px;
  }
}
/* line 26, sass/_pages/_about.scss */
.about .ip-sec1 .sec__img canvas {
  margin-right: 0;
  background: #5bafd2;
  width: 59.90741%;
  display: inline-block;
}
/* line 33, sass/_pages/_about.scss */
.about .ip-sec1 .sec__content p span {
  display: block;
  text-align: right;
}
/* line 38, sass/_pages/_about.scss */
.about .ip-sec2 {
  padding: 400px 0 220px;
  margin-top: -295px;
  clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
}
/* line 44, sass/_pages/_about.scss */
.about .ip-sec2:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 21%;
  left: 0;
  top: 0;
  background: url("dist/images/common/pattern.png") no-repeat top center/cover;
  clip-path: polygon(0% 0, 100% 0, 100% 63%, 0% 100%);
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 63%, 0% 100%);
}
/* line 57, sass/_pages/_about.scss */
.about .philosophy {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  margin: 100px auto 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 57, sass/_pages/_about.scss */
  .about .philosophy {
    max-width: unset;
    margin: 100px 0 0;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: unset;
  }
}
/* line 70, sass/_pages/_about.scss */
.about .philosophy__item {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  width: 100%;
  line-height: 2.05882;
  letter-spacing: 0.05em;
  background: #2b2b2b;
  padding: 40px 25px 53px;
  border-radius: 25px;
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  /* line 70, sass/_pages/_about.scss */
  .about .philosophy__item {
    width: 23.14815%;
    text-align: left;
  }
  /* line 86, sass/_pages/_about.scss */
  .about .philosophy__item:not(:last-child) {
    margin-right: 2.77778%;
  }
  /* line 90, sass/_pages/_about.scss */
  .about .philosophy__item:nth-child(2) {
    margin-top: 40px;
  }
  /* line 94, sass/_pages/_about.scss */
  .about .philosophy__item:nth-child(3) {
    margin-top: 80px;
  }
  /* line 98, sass/_pages/_about.scss */
  .about .philosophy__item:nth-child(4) {
    margin-top: 120px;
  }
}
/* line 106, sass/_pages/_about.scss */
.about .philosophy h3 {
  color: #0086d3;
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.13333;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 117, sass/_pages/_about.scss */
.about .philosophy h3 small {
  font-size: 2rem;
}
/* line 123, sass/_pages/_about.scss */
.about .ip-sec3 {
  padding: 150px 0 180px;
  margin-top: -145px;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}
@media (min-width: 576px) {
  /* line 123, sass/_pages/_about.scss */
  .about .ip-sec3 {
    padding: 285px 0 180px;
    margin-top: -285px;
    clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
  }
}
/* line 135, sass/_pages/_about.scss */
.about .ip-sec3 .sec__ttl {
  text-align: center;
  margin-bottom: 75px;
}

/*******************************************************
 *
 * CONTACT
 *
 *******************************************************/
/* line 8, sass/_pages/_contact.scss */
.contact__ttl {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
/* line 13, sass/_pages/_contact.scss */
.contact__ttl span {
  font-size: 1.6rem;
}
/* line 21, sass/_pages/_contact.scss */
.contact .mw_wp_form_error .form-field input {
  background-color: #ffcdcd !important;
  border-bottom: 0 !important;
}
/* line 25, sass/_pages/_contact.scss */
.contact .mw_wp_form_error .form-field input::placeholder {
  color: #cb6a6a !important;
}
/* line 31, sass/_pages/_contact.scss */
.contact .mw_wp_form-info {
  max-width: 610px;
  margin: 7rem auto 0;
}
/* line 35, sass/_pages/_contact.scss */
.contact .mw_wp_form-info textarea,
.contact .mw_wp_form-info input[type="email"],
.contact .mw_wp_form-info input[type="text"] {
  padding: 1.5rem 1rem;
  width: 100%;
  color: #fff;
}
.contact .mw_wp_form-info textarea:focus,
.contact .mw_wp_form-info input[type="email"]:focus,
.contact .mw_wp_form-info input[type="text"]:focus {
  color: #353535;
}
/* line 42, sass/_pages/_contact.scss */
.contact .mw_wp_form-info textarea,
.contact .mw_wp_form-info input {
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}
/* line 48, sass/_pages/_contact.scss */
.contact .mw_wp_form-info textarea::placeholder,
.contact .mw_wp_form-info input::placeholder {
  color: #fff;
  font-size: 11px;
}
/* line 52, sass/_pages/_contact.scss */
.contact .mw_wp_form-info textarea:focus,
.contact .mw_wp_form-info input:focus {
  background-color: #fff !important;
  outline: 0;
}
/* line 57, sass/_pages/_contact.scss */
.contact .mw_wp_form-info textarea:focus::placeholder,
.contact .mw_wp_form-info input:focus::placeholder {
  color: #c4c3c3;
}
/* line 62, sass/_pages/_contact.scss */
.contact .mw_wp_form-info textarea {
  outline: 0;
  resize: vertical;
  font-size: 11px;
}
/* line 66, sass/_pages/_contact.scss */
.contact .mw_wp_form-info .error {
  display: none;
}
/* line 72, sass/_pages/_contact.scss */
.contact .mw_wp_form-wrap:not(:first-child) {
  margin-top: 3rem;
}
/* line 76, sass/_pages/_contact.scss */
.contact .mw_wp_form .txt-form {
  margin-top: 4rem;
}
/* line 80, sass/_pages/_contact.scss */
.contact .mw_wp_form .form-btn {
  max-width: 115px;
  margin: 7rem auto 0;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 50px;
  background-image: linear-gradient(to right, #00a5c3 0%, #006198 51%, #00a5c3 100%);
  box-shadow: 2px 1000px 1px #1f2b33 inset;
  border: 3px solid transparent;
}
/* line 92, sass/_pages/_contact.scss */
.contact .mw_wp_form .form-btn:hover {
  box-shadow: unset;
}
/* line 96, sass/_pages/_contact.scss */
.contact .mw_wp_form .form-btn .sbmt-btn {
  background: transparent;
  color: #006198;
  text-transform: uppercase;
  display: block;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 0.045em;
  width: 100%;
  border: 0;
  padding: 1rem 2rem;
}
/* line 108, sass/_pages/_contact.scss */
.contact .mw_wp_form .form-btn .sbmt-btn:hover {
  cursor: pointer;
  color: #fff;
}
/* line 113, sass/_pages/_contact.scss */
.contact .mw_wp_form .form-btn .sbmt-btn:focus {
  outline: unset;
}

/*******************************************************
 *
 * SERVICE
 *
 *******************************************************/
/* line 8, sass/_pages/_service.scss */
.page-id-8 #content-full {
  padding-bottom: 0;
  background: #fff;
}
/* line 13, sass/_pages/_service.scss */
.page-id-8 .ip-banner:after {
  background: url("dist/images/page/overlay4.png") no-repeat center center/cover;
}

/* line 19, sass/_pages/_service.scss */
.service .layout01 .sec__ttl {
  margin-top: -40px;
}
@media (min-width: 768px) {
  /* line 19, sass/_pages/_service.scss */
  .service .layout01 .sec__ttl {
    margin-top: -50px;
  }
}
/* line 25, sass/_pages/_service.scss */
.service .layout01 .sec__ttl h2 {
  text-shadow: 0px 0px 5px #fff;
}
/* line 30, sass/_pages/_service.scss */
.service .layout01 .sec__subttl {
  color: #fff;
}
/* line 34, sass/_pages/_service.scss */
.service .layout01 .sec__content {
  color: #353535;
}
@media (min-width: 768px) {
  /* line 34, sass/_pages/_service.scss */
  .service .layout01 .sec__content {
    padding: 0 3.24074% 0 10.92593%;
  }
}
/* line 40, sass/_pages/_service.scss */
.service .layout01 .sec__content span {
  font-weight: 900;
}
/* line 44, sass/_pages/_service.scss */
.service .layout01 .sec__content p:not(:first-child) {
  margin-top: 3rem;
}
/* line 49, sass/_pages/_service.scss */
.service .layout01 .sec__content:before,
.service .layout01 .sec__img:before {
  content: unset;
}
/* line 54, sass/_pages/_service.scss */
.service .layout01 .sec__ttl {
  width: 100%;
}
/* line 58, sass/_pages/_service.scss */
.service .layout01 .sec__img canvas {
  margin-right: 0;
  background: #5bafd2;
  width: 59.90741%;
  display: inline-block;
}
.service .ip-sec1 {
  padding-top: 0;
}
/* line 66, sass/_pages/_service.scss */
.service .ip-sec2 {
  padding: 80px 0 180px;
  margin-top: -140px;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}
@media (min-width: 576px) {
  /* line 66, sass/_pages/_service.scss */
  .service .ip-sec2 {
    clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
    padding: 145px 0 180px;
  }
}
@media (min-width: 576px) {
  /* line 66, sass/_pages/_service.scss */
  .service .ip-sec2 {
    padding: 285px 0 180px;
  }
}
/* line 81, sass/_pages/_service.scss */
.service .ip-sec3 {
  padding: 120px 0 180px;
  margin-top: -175px;
  clip-path: polygon(0 21%, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 21%, 100% 0, 100% 100%, 0% 100%);
}
.service .ip-sec4 {
  padding: 80px 0 180px;
  margin-top: -140px;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}
@media (min-width: 576px) {
  .service .ip-sec4 {
    clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
    padding: 145px 0 180px;
  }
}
@media (min-width: 576px) {
  .service .ip-sec4 {
    padding: 285px 0 180px;
  }
}

/*******************************************************
 *
 * PRIVACY POLICY
 *
 *******************************************************/
.pp__ttl {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 6rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed #fff;
}
.pp__ttl:first-child {
  margin-top: 0;
}
.pp .desc {
  font-size: 1.4rem;
}
.pp-menu {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
.pp-menu a {
  color: #fff;
}

@media (min-width: 576px) {
  .top-sec5 .slick-list {
    padding-left: 0 !important;
    padding-right: 20% !important;
  }
}
