@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP";
  letter-spacing: -0.03em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  min-width: 1200px;
  line-height: 1.7;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  img {
    min-width: auto;
  }
}

p {
  font-size: 17px;
  letter-spacing: 1.2px;
}

.c-inner {
  margin-left: auto;
  margin-right: auto;
}
.c-inner_content {
  width: 1156px;
}
@media only screen and (max-width: 1499px) {
  .c-inner_content {
    width: 920px;
  }
}
@media only screen and (max-width: 768px) {
  .c-inner_content {
    width: 100%;
  }
}
.c-inner_min {
  width: 1020px;
}
@media only screen and (max-width: 1499px) {
  .c-inner_min {
    width: 920px;
  }
}
@media only screen and (max-width: 768px) {
  .c-inner_min {
    width: 100%;
  }
}
.c-inner_narrow {
  width: 800px;
}

.c-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-holder {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 700px;
    height: auto;
  }
}

.c-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 600;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 18px;
  text-align: center;
}
@media only screen and (max-width: 1499px) {
  .c-title {
    font-size: 42px;
    letter-spacing: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-title {
    font-size: 28px;
    text-align: center;
  }
}

.c-anim {
  opacity: 0;
  transition: 1s;
}
.c-anim_slideLeft {
  transform: translate(100%, 0);
}
.c-anim_slideRight {
  transform: translate(-100%, 0);
}
.c-anim_slideUp {
  transform: translate(0%, 100%);
}
.c-anim.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.p-sectionTitle {
  text-align: center;
}
.p-sectionTitle__main {
  font-size: 50px;
  margin-bottom: 10px;
}
.p-sectionTitle__sub {
  font-size: 18px;
}

.p-table {
  width: 100%;
}
.p-table tr {
  padding: 20px 0;
  border-bottom: 1px solid sandybrown;
}
.p-table tr th {
  padding: 20px 20px 20px 0;
  text-align: left;
  width: 200px;
}
.p-table tr td {
  padding: 20px 0;
  width: 600px;
}

.p-bread {
  position: fixed;
  left: 115px;
  height: 460px;
  width: 1px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .p-bread {
    display: none;
  }
}
.p-bread__bar {
  height: 100%;
  width: 1px;
  background-color: #fff;
  opacity: 0.4;
}
.p-bread__item {
  position: absolute;
  width: 9px;
  transition: all 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .p-bread__item {
    width: 7px;
  }
}
.p-bread__item--top {
  top: -10px;
  left: -20px;
}
.p-bread__item--about {
  top: 135px;
  left: -20px;
}
.p-bread__item--solution {
  top: 277px;
  left: -20px;
}
.p-bread__item--contact {
  top: 428px;
  left: -20px;
}
.p-bread__item.is-current {
  opacity: 1;
}
.p-bread__dot {
  width: 8px;
  height: 8px;
  position: absolute;
  left: -3px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.p-bread__dot--top {
  top: 0;
}
.p-bread__dot--about {
  top: 153px;
}
.p-bread__dot--solution {
  top: 303px;
}
.p-bread__dot--contact {
  top: auto;
  bottom: 0;
}
.p-bread__dot.is-current {
  opacity: 1;
}

.p-breadSp {
  width: 80vw;
  height: 30px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-breadSp {
    display: block;
  }
}
.p-breadSp__list {
  display: flex;
  justify-content: space-between;
}
.p-breadSp__list__item {
  display: block;
  opacity: 0;
  transition: 0.3s;
}
.p-breadSp__list__item--top {
  transform: translate(7px, 10px);
  width: 17px;
}
.p-breadSp__list__item--about {
  width: 29px;
  transform: translate(-9px, 10px);
}
.p-breadSp__list__item--solution {
  width: 40px;
  transform: translate(-13px, 10px);
}
.p-breadSp__list__item--contact {
  width: 37px;
  transform: translate(-13px, 10px);
}
.p-breadSp__list__item.is-current {
  opacity: 1;
}

.p-language {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 5;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-language {
    right: 70px;
    bottom: auto;
    top: 23px;
    justify-content: space-between;
    width: 125px;
  }
}
.p-language a {
  display: flex;
  width: 23px;
  opacity: 0.5;
  align-items: center;
  margin-right: 15px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .p-language a {
    width: 18px;
    margin-right: 9px;
    font-size: 12px;
  }
}
.p-language a:last-of-type {
  margin-right: 0;
}
.p-language a.is-current {
  opacity: 1;
}
.p-language__line {
  width: 13px;
  margin-right: 15px;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-language__line {
    margin-right: 7px;
  }
}
.p-language__line > img {
  width: 13px;
}

.l-container {
  overflow: hidden;
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .l-header {
    padding: 15px;
  }
}
.l-header__logo {
  width: 180px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    width: 140px;
  }
}
.l-header__logo > img {
  width: 100%;
  width: 180px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo > img {
    width: 140px;
  }
}
.l-header__hamburger {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .l-header__hamburger {
    position: fixed;
    top: 6px;
    right: 0;
  }
}
.l-header__hamburger > span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  background: #fff;
}
.l-header__hamburger > span:nth-of-type(1) {
  top: 15px;
  width: 50%;
}
.l-header__hamburger > span:nth-of-type(2) {
  top: 24px;
  width: 50%;
}
.l-header__hamburger > span:nth-of-type(3) {
  top: 33px;
  width: 40%;
}
.l-header__hamburger.active > span:nth-of-type(1) {
  top: 22px;
  left: 10px;
  transform: translateY(6px) rotate(-135deg);
  width: 40%;
}
.l-header__hamburger.active > span:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger.active > span:nth-of-type(3) {
  top: 34px;
  left: 10px;
  transform: translateY(-6px) rotate(135deg);
  width: 40%;
}
.l-header__menu {
  width: 400px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .l-header__menu {
    width: 100%;
  }
}
.l-header__menu > ul > li {
  margin-bottom: 30px;
}
.l-header__menu > ul > li a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 10px;
}
.l-header__menu.is-active {
  right: 0;
}

.l-footer {
  background-color: #dcdddd;
  padding: 50px 70px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 20px;
  }
}
.l-footer__logo {
  width: 150px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 20px;
  }
}
.l-footer__menu {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .l-footer__menu {
    display: block;
  }
}
.l-footer__menu__item {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .l-footer__menu__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.l-footer__menu__item > a {
  color: #fff;
}
.l-footer__copy {
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-footer__copy {
    text-align: center;
  }
}

.u-ta_c {
  text-align: center !important;
}

.u-ta_l {
  text-align: left !important;
}

.u-ta_r {
  text-align: right !important;
}

.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.4s opacity ease;
}

.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-visible_xs,
.u-visible_lg {
  display: none !important;
}

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .u-visible_xs {
    display: block !important;
  }
  table.u-visible_xs {
    display: table !important;
  }
  tr.u-visible_xs {
    display: table-row !important;
  }
  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-visible_xs_block {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-visible_xs_inline {
    display: inline !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-visible_xs_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1500px) {
  .u-visible_lg {
    display: block !important;
  }
  table.u-visible_lg {
    display: table !important;
  }
  tr.u-visible_lg {
    display: table-row !important;
  }
  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1500px) {
  .u-visible_lg_block {
    display: block !important;
  }
}
@media only screen and (min-width: 1500px) {
  .u-visible_lg_inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1500px) {
  .u-visible_lg_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-hidden_xs {
    display: none !important;
  }
}
@media only screen and (min-width: 1500px) {
  .u-hidden_lg {
    display: none !important;
  }
}
.u-noEvent {
  pointer-events: none;
}

.u-fw_normal {
  font-weight: normal !important;
}

.u-fw_bold {
  font-weight: bold !important;
}

.u-fs_normal {
  font-style: normal !important;
}

.u-fs_italic {
  font-style: italic !important;
}

.u-m_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m_00 {
  margin: 0 !important;
}

.u-m_05 {
  margin: 5px !important;
}

.u-m_10 {
  margin: 10px !important;
}

.u-m_15 {
  margin: 15px !important;
}

.u-m_20 {
  margin: 20px !important;
}

.u-m_25 {
  margin: 25px !important;
}

.u-m_30 {
  margin: 30px !important;
}

.u-m_35 {
  margin: 35px !important;
}

.u-m_40 {
  margin: 40px !important;
}

.u-m_45 {
  margin: 45px !important;
}

.u-m_50 {
  margin: 50px !important;
}

.u-mt_00 {
  margin-top: 0 !important;
}

.u-mt_05 {
  margin-top: 5px !important;
}

.u-mt_10 {
  margin-top: 10px !important;
}

.u-mt_15 {
  margin-top: 15px !important;
}

.u-mt_20 {
  margin-top: 20px !important;
}

.u-mt_25 {
  margin-top: 25px !important;
}

.u-mt_30 {
  margin-top: 30px !important;
}

.u-mt_35 {
  margin-top: 35px !important;
}

.u-mt_40 {
  margin-top: 40px !important;
}

.u-mt_45 {
  margin-top: 45px !important;
}

.u-mt_50 {
  margin-top: 50px !important;
}

.u-mb_00 {
  margin-bottom: 0 !important;
}

.u-mb_05 {
  margin-bottom: 5px !important;
}

.u-mb_10 {
  margin-bottom: 10px !important;
}

.u-mb_15 {
  margin-bottom: 15px !important;
}

.u-mb_20 {
  margin-bottom: 20px !important;
}

.u-mb_25 {
  margin-bottom: 25px !important;
}

.u-mb_30 {
  margin-bottom: 30px !important;
}

.u-mb_35 {
  margin-bottom: 35px !important;
}

.u-mb_40 {
  margin-bottom: 40px !important;
}

.u-mb_45 {
  margin-bottom: 45px !important;
}

.u-mb_50 {
  margin-bottom: 50px !important;
}

.u-ml_00 {
  margin-left: 0 !important;
}

.u-ml_05 {
  margin-left: 5px !important;
}

.u-ml_10 {
  margin-left: 10px !important;
}

.u-ml_15 {
  margin-left: 15px !important;
}

.u-ml_20 {
  margin-left: 20px !important;
}

.u-ml_25 {
  margin-left: 25px !important;
}

.u-ml_30 {
  margin-left: 30px !important;
}

.u-ml_35 {
  margin-left: 35px !important;
}

.u-ml_40 {
  margin-left: 40px !important;
}

.u-ml_45 {
  margin-left: 45px !important;
}

.u-ml_50 {
  margin-left: 50px !important;
}

.u-mr_00 {
  margin-right: 0 !important;
}

.u-mr_05 {
  margin-right: 5px !important;
}

.u-mr_10 {
  margin-right: 10px !important;
}

.u-mr_15 {
  margin-right: 15px !important;
}

.u-mr_20 {
  margin-right: 20px !important;
}

.u-mr_25 {
  margin-right: 25px !important;
}

.u-mr_30 {
  margin-right: 30px !important;
}

.u-mr_35 {
  margin-right: 35px !important;
}

.u-mr_40 {
  margin-right: 40px !important;
}

.u-mr_45 {
  margin-right: 45px !important;
}

.u-mr_50 {
  margin-right: 50px !important;
}

.u-mb_lv01 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .u-mb_lv01 {
    margin-bottom: 5px;
  }
}

.u-mb_lv02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .u-mb_lv02 {
    margin-bottom: 10px;
  }
}

.u-mb_lv03 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .u-mb_lv03 {
    margin-bottom: 15px;
  }
}

.u-mb_lv04 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .u-mb_lv04 {
    margin-bottom: 20px;
  }
}

.u-mb_lv05 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .u-mb_lv05 {
    margin-bottom: 25px;
  }
}

.u-mb_lv06 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .u-mb_lv06 {
    margin-bottom: 30px;
  }
}

.u-mb_lv07 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .u-mb_lv07 {
    margin-bottom: 35px;
  }
}

.u-mb_lv08 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .u-mb_lv08 {
    margin-bottom: 40px;
  }
}

.u-mb_lv09 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .u-mb_lv09 {
    margin-bottom: 45px;
  }
}

.u-mb_lv10 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .u-mb_lv10 {
    margin-bottom: 50px;
  }
}

.u-p_00 {
  padding: 0 !important;
}

.u-p_05 {
  padding: 5px !important;
}

.u-p_10 {
  padding: 10px !important;
}

.u-p_15 {
  padding: 15px !important;
}

.u-p_20 {
  padding: 20px !important;
}

.u-p_25 {
  padding: 25px !important;
}

.u-p_30 {
  padding: 30px !important;
}

.u-p_35 {
  padding: 35px !important;
}

.u-p_40 {
  padding: 40px !important;
}

.u-p_45 {
  padding: 45px !important;
}

.u-p_50 {
  padding: 50px !important;
}

.u-pt_00 {
  padding-top: 0 !important;
}

.u-pt_05 {
  padding-top: 5px !important;
}

.u-pt_10 {
  padding-top: 10px !important;
}

.u-pt_15 {
  padding-top: 15px !important;
}

.u-pt_20 {
  padding-top: 20px !important;
}

.u-pt_25 {
  padding-top: 25px !important;
}

.u-pt_30 {
  padding-top: 30px !important;
}

.u-pt_35 {
  padding-top: 35px !important;
}

.u-pt_40 {
  padding-top: 40px !important;
}

.u-pt_45 {
  padding-top: 45px !important;
}

.u-pt_50 {
  padding-top: 50px !important;
}

.u-pb_00 {
  padding-bottom: 0 !important;
}

.u-pb_05 {
  padding-bottom: 5px !important;
}

.u-pb_10 {
  padding-bottom: 10px !important;
}

.u-pb_15 {
  padding-bottom: 15px !important;
}

.u-pb_20 {
  padding-bottom: 20px !important;
}

.u-pb_25 {
  padding-bottom: 25px !important;
}

.u-pb_30 {
  padding-bottom: 30px !important;
}

.u-pb_35 {
  padding-bottom: 35px !important;
}

.u-pb_40 {
  padding-bottom: 40px !important;
}

.u-pb_45 {
  padding-bottom: 45px !important;
}

.u-pb_50 {
  padding-bottom: 50px !important;
}

.u-pl_00 {
  padding-left: 0 !important;
}

.u-pl_05 {
  padding-left: 5px !important;
}

.u-pl_10 {
  padding-left: 10px !important;
}

.u-pl_15 {
  padding-left: 15px !important;
}

.u-pl_20 {
  padding-left: 20px !important;
}

.u-pl_25 {
  padding-left: 25px !important;
}

.u-pl_30 {
  padding-left: 30px !important;
}

.u-pl_35 {
  padding-left: 35px !important;
}

.u-pl_40 {
  padding-left: 40px !important;
}

.u-pl_45 {
  padding-left: 45px !important;
}

.u-pl_50 {
  padding-left: 50px !important;
}

.u-pr_00 {
  padding-right: 0 !important;
}

.u-pr_05 {
  padding-right: 5px !important;
}

.u-pr_10 {
  padding-right: 10px !important;
}

.u-pr_15 {
  padding-right: 15px !important;
}

.u-pr_20 {
  padding-right: 20px !important;
}

.u-pr_25 {
  padding-right: 25px !important;
}

.u-pr_30 {
  padding-right: 30px !important;
}

.u-pr_35 {
  padding-right: 35px !important;
}

.u-pr_40 {
  padding-right: 40px !important;
}

.u-pr_45 {
  padding-right: 45px !important;
}

.u-pr_50 {
  padding-right: 50px !important;
}

.u-position_relative {
  position: relative !important;
}

.u-position_abs {
  position: absolute !important;
}

.u-position_fixed {
  position: fixed !important;
}

.u-position_static {
  position: static !important;
}

.u-vertical_mid {
  vertical-align: middle !important;
}

.u-vertical_bottom {
  vertical-align: bottom !important;
}

.u-vertical_base {
  vertical-align: baseline !important;
}

.u-vertical_sup {
  vertical-align: super !important;
}

.u-vertical_sub {
  vertical-align: sub !important;
}

.u-vertical_tb {
  vertical-align: text-bottom !important;
}

.u-vertical_tt {
  vertical-align: text-top !important;
}/*# sourceMappingURL=common.css.map */