@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
html {
  scroll-padding-top: 134px;
}

:root.is-fixed {
  overflow: clip;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  min-width: 1400px;
}

.p-cta {
  display: flex;
}
.p-cta__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  transition: opacity 0.15s linear;
}
.p-cta__button a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.p-cta__button a:hover > * {
  opacity: 1;
}
.p-cta__button.assessment a {
  background: linear-gradient(to bottom, #5b6ed4, #1f38c4);
}
.p-cta__button.download a {
  background: linear-gradient(to bottom, #f6ac57, #e18711);
}

.p-header {
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 134px;
  transition: all 0.15s linear;
}
.p-header.is-fixed .p-header__inner {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 1400px;
  transition: all 0.15s linear;
}
.p-header__logo {
  margin-left: 94px;
  flex-shrink: 0;
}
.p-header__logo a:hover > * {
  opacity: 0.5;
}
.p-header__logo img {
  width: 351px;
  height: auto;
}
.p-header__nav {
  display: contents;
}
.p-header__nav__inner {
  display: contents;
}
.p-header__nav__list {
  display: flex;
}
.p-header__nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25em;
  font-size: 1.6em;
  font-weight: bold;
  color: var(--color-gray);
  letter-spacing: 0.08em;
  white-space: nowrap;
  border-radius: 4px;
  transition: all 0.15s linear;
}
.p-header__nav__item a:hover {
  text-decoration: none;
  background: var(--color-light-blue);
}
.p-header__nav__cta {
  margin-right: 164px;
}
.p-header__nav__cta__button a {
  width: 136px;
  height: 30px;
  border-radius: 15px;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-header__nav__cta__button a:hover > * {
  opacity: 1;
}

.p-footer {
  margin-top: auto;
  background: var(--color-blue);
}
.p-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 43px;
  padding-bottom: 42px;
}
.p-footer__logo {
  margin-right: 42px;
}
.p-footer__logo img {
  width: 313px;
  height: auto;
}
.p-footer__security {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  border: 2px solid #172a93;
  border-radius: 10px;
  height: 80px;
  margin-right: 30px;
  padding-right: 20px;
  padding-left: 24px;
}
.p-footer__security__text {
  width: 200px;
  flex: 1;
  line-height: 1.4;
  font-size: 1rem;
  color: #d2d7f3;
}
.p-footer__security__text .emphasis {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.1428571429;
  font-size: 1.6em;
  color: #fff;
  letter-spacing: 0.06em;
}
.p-footer__operation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-footer__operation__title {
  order: 2;
}
.p-footer__operation__text {
  order: 1;
  margin-bottom: 18px;
  font-size: 1.2em;
  color: var(--color-light-blue);
  letter-spacing: 0.075em;
}
.p-footer__copyright {
  border-top: 1px solid var(--color-light-blue);
}
.p-footer__copyright .small {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  font-size: 1.2em;
  color: #fff;
}
/*# sourceMappingURL=layout.css.map */
