@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  padding: 0;
}

/*
figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*:focus {
  outline: none;
}

/* color
--------------------------------------------*/
@media screen and (min-width: 960px) {
  .is-pc {
    display: block !important;
  }
  .is-pc--inline {
    display: inline !important;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 560px) {
  .is-tb {
    display: block !important;
  }
  .is-tb--inline {
    display: inline !important;
  }
}
@media screen and (min-width: 960px) {
  .is-tb {
    display: none !important;
  }
}
@media screen and (max-width: 559px) {
  .is-tb {
    display: none !important;
  }
}

@media screen and (min-width: 560px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 559px) {
  .is-sp {
    display: block !important;
  }
  .is-sp--inline {
    display: inline !important;
  }
}

@media screen and (min-width: 560px) {
  .is-pctb {
    display: block !important;
  }
  .is-pctb--inline {
    display: inline !important;
  }
}
@media screen and (max-width: 559px) {
  .is-pctb {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .is-sptb {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .is-sptb {
    display: block !important;
  }
  .is-sptb--inline {
    display: inline !important;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.01em;
}
body em {
  font-style: normal;
}
@media screen and (max-width: 959px) {
  body {
    font-size: min(3.5vw, 16px);
  }
}

.font--roboto {
  font-family: "Roboto", sans-serif;
}
.font--hiragino {
  font-family: "Noto Sans JP", sans-serif;
}
.font--mincho {
  font-family: "Zen Old Mincho", serif;
}
.font--hind {
  font-family: "Hind", sans-serif;
}
.font--oswald {
  font-family: "Oswald", sans-serif;
}

.cp-p {
  margin-bottom: 1.5em;
}

.yellow-txt {
  color: #BDAB1E;
}

/* link
--------------------------------------------*/
a.cp-hover {
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
a.cp-hover:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  opacity: 0.4;
}

.cp-link {
  position: relative;
  display: inline-block;
  border: solid 1px #BDAB1E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 4.5em 0.5em 1em;
  color: #BDAB1E;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.cp-link::after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/link-btn-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(50% - 5px);
  right: 1em;
  width: 22px;
  height: 12px;
}
.cp-link:hover {
  background-color: #BDAB1E;
  color: #fff;
}
.cp-link:hover::after {
  background-image: url(/assets/images/link-btn-wt.svg);
}

.cp-header-blank-link {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding-right: 1.25em;
  line-height: 1;
}
.cp-header-blank-link::after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/link-blank-glay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 2px;
  right: 0;
  width: 12px;
  height: 12px;
}
.cp-header-blank-link.--wt::after {
  content: "";
  background-image: url(/assets/images/link-blank-wt.svg);
}

.cp-blank-link {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  line-height: 1.4;
}
.cp-blank-link::after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/link-blank-glay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 3px;
  right: 0;
  width: 12px;
  height: 12px;
}
.cp-blank-link.--wt {
  position: relative;
  display: inline-block;
}
.cp-blank-link.--wt::after {
  content: "";
  background-image: url(/assets/images/link-blank-wt.svg);
}

.cp-gnav-btn {
  background-color: #BDAB1E;
  border: solid 1px #BDAB1E;
  color: #fff;
  padding: 0.5em 2.4em;
  font-weight: 500;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: inline-block;
}
.cp-gnav-btn:hover {
  background-color: #fff;
  color: #BDAB1E;
}

/* image
--------------------------------------------*/
body img {
  width: 100%;
}

/* 下からフェード */
.fadeUpTrigger {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.fadeUpTrigger.fadeUp {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* フェードアウト */
.fadeOutTrigger {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.fadeOutTrigger.fadeOut {
  opacity: 0;
}

.fade-img-1 {
  display: block;
}

.fade-img-2 {
  display: none;
}

.finished .fade-img-1 {
  display: none;
}

.finished .fade-img-2 {
  display: block;
}

/* 要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger {
  opacity: 0;
}

.--delay--1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.--delay--2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.--delay--3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.--delay--4 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.--delay--5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 559px) {
  .--delay--1, .--delay--2, .--delay--3, .--delay--4, .--delay--5 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.animation-bg {
  background: #fff;
  content: "";
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-animation-name: PageAnime-fade;
          animation-name: PageAnime-fade;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: none;
}

@-webkit-keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e6e7;
  z-index: 9999;
  -webkit-transition: 0.6s -webkit-transform ease 0.5s;
  transition: 0.6s -webkit-transform ease 0.5s;
  transition: 0.6s transform ease 0.5s;
  transition: 0.6s transform ease 0.5s, 0.6s -webkit-transform ease 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.preloader__container {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  color: #000;
}
.preloader__container__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.preloader__container__content img {
  width: 40px;
  margin-bottom: 10px;
}
.preloader__container__content p {
  font-size: 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 559px) {
  .preloader__container__content {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .preloader__container__content {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}
.loaded .preloader {
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}
.loaded .preloader .preloader__container__content {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0;
}

.cp-header {
  position: relative;
  z-index: 999;
}
.cp-header .gnav-btn {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.cp-header .gnav-btn > span {
  pointer-events: none;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #BDAB1E;
  width: 26px;
}
.cp-header .gnav-btn > span:nth-of-type(1) {
  top: 5px;
}
.cp-header .gnav-btn > span:nth-of-type(2) {
  top: 12px;
}
.cp-header .gnav-btn > span:nth-of-type(3) {
  top: 19px;
}
.cp-header .gnav-btn.js-active > span:nth-of-type(1) {
  top: 7px;
  left: 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 26px;
}
.cp-header .gnav-btn.js-active > span:nth-of-type(2) {
  opacity: 0;
}
.cp-header .gnav-btn.js-active > span:nth-of-type(3) {
  top: 19px;
  left: 0;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 26px;
}
.cp-header .header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.cp-header .header-content {
  position: relative;
  max-width: 1920px;
  max-width: 1040px;
  height: 85px;
  margin: auto;
  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;
}
.cp-header .header-content .header-logo {
  margin-bottom: 5px;
}
.cp-header .header-content .header-logo a {
  display: block;
  width: 330px;
}
.cp-header .header-content .gnav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 5px 0 0;
}
.cp-header .header-content .gnav-menu .navi {
  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;
}
.cp-header .header-content .gnav-menu .navi li {
  font-size: 16px;
  margin-left: 30px;
  position: relative;
}
.cp-header .header-content .gnav-menu .navi li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cp-header .header-content .gnav-menu .navi li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  bottom: -9px;
  left: 50%;
  background-color: #BDAB1E;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cp-header .header-content .gnav-menu .navi li a:hover::after {
  width: 100%;
  left: 0%;
}
.cp-header .header-content .gnav-menu .navi li.page-strength {
  margin-left: 0;
}
.cp-header .header-content .gnav-menu .navi li.page-contact a::after {
  display: none;
}
.cp-header .header-content .gnav-menu .header-other {
  max-width: 1920px;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cp-header .header-content .gnav-menu .header-other ul {
  color: #646464;
}
.cp-header .header-content .gnav-menu .header-other ul li {
  float: left;
  margin-left: 2em;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .cp-header .header-content {
    height: 56px;
  }
  .cp-header .header-content .header-logo {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 959px) {
  .cp-header .gnav-btn {
    display: block;
  }
  .cp-header .header-wrap {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    border-bottom: solid 1px #E6E6E6;
  }
  .cp-header .header-content .header-logo {
    margin-bottom: 4px;
  }
  .cp-header .header-content .header-logo a {
    width: 270px;
  }
  .cp-header .header-content .gnav-menu {
    position: fixed;
    background-color: #fff;
    background-color: rgb(255, 255, 255);
    top: 56px;
    left: 100vw;
    width: 100%;
    height: 100%;
    padding: 0 20px 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cp-header .header-content .gnav-menu .navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 20px;
  }
  .cp-header .header-content .gnav-menu .navi li {
    opacity: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #E6E6E6;
    font-size: min(4vw, 16px);
  }
  .cp-header .header-content .gnav-menu .navi li a {
    display: block;
    padding: 1em;
  }
  .cp-header .header-content .gnav-menu .navi li.page-strength {
    margin-left: 0;
  }
  .cp-header .header-content .gnav-menu .navi li.page-contact {
    border: none;
    margin-top: 20px;
  }
  .cp-header .header-content .gnav-menu .navi li.page-contact a {
    display: inline-block;
    padding: 0.5em 2.4em;
  }
  .cp-header .header-content .gnav-menu .header-other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: auto;
    height: auto;
  }
  .cp-header .header-content .gnav-menu .header-other ul li {
    float: none;
    margin-left: 0;
  }
  .cp-header .header-content .gnav-menu.js-active {
    border-top: solid 1px #E6E6E6;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    overflow: hidden;
  }
  .cp-header .header-content .gnav-menu.js-active li {
    opacity: 1;
  }
}

.g-nav {
  background-color: cornflowerblue;
}

body {
  color: #333;
  text-align: justify;
}
body #wrapper {
  width: 100%;
  height: 100%;
}
body #main {
  margin-top: 85px;
}
@media screen and (max-width: 959px) {
  body #main {
    margin-top: 56px;
  }
}

.container-liquid {
  padding: 0 20px;
}

.--w1040 {
  max-width: 1040px;
  margin: 0 auto;
}

.lower-pages .h1-container {
  padding: 40px 0 20px;
}
@media screen and (max-width: 959px) {
  .lower-pages .h1-container {
    padding: 3vw 0;
  }
}
.lower-pages h1 {
  font-size: 42px;
  font-weight: 600;
}
.lower-pages h1 span {
  font-family: "Oswald", sans-serif;
  font-size: 0.5em;
  margin-left: 2.5em;
}
@media screen and (max-width: 959px) {
  .lower-pages h1 {
    font-size: min(7.5vw, 42px);
  }
  .lower-pages h1 span {
    margin-left: 1.5em;
  }
}
.lower-pages h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .lower-pages h2 {
    font-size: min(5.5vw, 32px);
  }
}
@media screen and (max-width: 559px) {
  .lower-pages h2 {
    font-size: min(4.8vw, 28px);
  }
}
.lower-pages h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 959px) {
  .lower-pages h3 {
    font-size: min(5vw, 32px);
  }
}
@media screen and (max-width: 559px) {
  .lower-pages h3 {
    font-size: min(4.8vw, 28px);
  }
}
.lower-pages .kv .kv-img {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 959px) {
  .lower-pages .kv .kv-img {
    height: 40vw;
  }
}

.lower-pages-2 .main-content {
  padding: 50px;
}
.lower-pages-2 .main-content__box {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .lower-pages-2 .main-content {
    padding: 50px 20px;
  }
}
.lower-pages-2 h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.lower-pages-2 h1 span {
  font-family: "Oswald", sans-serif;
  font-size: 0.5em;
  margin-left: 2em;
}
.lower-pages-2 h2 {
  font-size: 24px;
  font-weight: 600;
}
.lower-pages-2 h3 {
  font-size: 20px;
  font-weight: 600;
}

.cp-footer {
  font-size: 14px;
  color: #fff;
  background-color: #333;
}
.cp-footer .footer-wrap {
  width: 100%;
}
.cp-footer__home {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 0 40px;
}
.cp-footer__copyright {
  background-color: #000;
  padding: 0.5em 0;
}
.cp-footer__copyright p {
  text-align: center;
  font-size: 12px;
  color: #cbcbcb;
}
.cp-footer .footer-head {
  width: 100%;
}
.cp-footer .footer-head__logo {
  width: 310px;
  margin-bottom: 20px;
}
.cp-footer .footer-head__company-info {
  line-height: 1.6;
}
.cp-footer .footer-content {
  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;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .cp-footer .footer-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cp-footer .footer-content__mark {
  width: 45%;
  min-width: calc(500px + 5%);
}
@media screen and (max-width: 959px) {
  .cp-footer .footer-content__mark {
    width: 100%;
    margin-bottom: 40px;
    min-width: 310px;
  }
}
.cp-footer .footer-content__navi {
  width: 47.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cp-footer .footer-content__navi ul {
  margin-right: 20%;
  line-height: 1.4;
}
.cp-footer .footer-content__navi ul li {
  margin-bottom: 1.8em;
}
.cp-footer .footer-content__navi ul.--other-link {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .cp-footer .footer-content__navi {
    width: 100%;
  }
  .cp-footer .footer-content__navi ul {
    margin-right: 10%;
  }
  .cp-footer .footer-content__navi ul li {
    margin-bottom: 1em;
  }
}
.cp-footer .cp-privacy-mark {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #333;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.cp-footer .cp-privacy-mark a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cp-footer .cp-privacy-mark a figure {
  padding-right: 1em;
  width: 60px;
  height: 60px;
}
.cp-footer .cp-privacy-mark a p {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .cp-footer .cp-privacy-mark {
    padding: 10px;
    font-size: 1rem;
  }
}
.cp-footer .cp-sdgs {
  margin-top: 20px;
}
.cp-footer .cp-sdgs a figure {
  width: 180px;
}
.cp-footer .cp-sdgs p {
  margin-top: 5px;
}
.cp-footer .cp-footer-iso {
  margin-top: 20px;
}
.cp-footer .cp-footer-iso p {
  line-height: 1.1;
}

.home .cp-header .header-content .gnav-menu .navi li.page-home {
  color: #BDAB1E;
}
.home h1 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home h1 .ttl1-1 {
  display: block;
  max-width: 600px;
  margin-bottom: 20px;
}
.home h1 .ttl1-2 {
  display: block;
  max-width: 872px;
}
@media screen and (max-width: 959px) {
  .home h1 .ttl1-1 {
    width: 62.5%;
    max-width: auto;
  }
  .home h1 .ttl1-2 {
    width: 90%;
    max-width: auto;
  }
}
@media screen and (max-width: 559px) {
  .home h1 .ttl1-1 {
    width: 87.5%;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(9, 13, 15, 0.3));
            filter: drop-shadow(1px 1px 2px rgba(9, 13, 15, 0.3));
  }
  .home h1 .ttl1-2 {
    width: 72%;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(9, 13, 15, 0.3));
            filter: drop-shadow(1px 1px 2px rgba(9, 13, 15, 0.3));
  }
}
.home h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 959px) {
  .home h2 {
    font-size: min(8.5vw, 48px);
  }
}
.home h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.home h3 span {
  display: block;
  font-size: 0.5em;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 959px) {
  .home h3 {
    font-size: max(4.6666vw, 32px);
  }
}
.home .cp-kv {
  height: 480px;
  background-image: url(/assets/images/home/kv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .cp-kv .kv-container {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .home .cp-kv {
    height: 50vw;
  }
}
@media screen and (max-width: 559px) {
  .home .cp-kv {
    height: 80vw;
    background-image: url(/assets/images/home/kv-bg_sp.jpg);
  }
}
.home .cp-message {
  padding: 80px 0 90px;
}
.home .cp-message .message-container {
  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;
}
.home .cp-message .message-container .container-box-L {
  width: 51.923%;
}
.home .cp-message .message-container .container-box-L h2 {
  letter-spacing: 0.005em;
  text-align: left;
}
.home .cp-message .message-container .container-box-R {
  width: 44.2307%;
  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;
}
.home .cp-message .message-container .container-box-R .message-img {
  width: 45.6521%;
}
.home .cp-message .message-container .container-box-R .message-img--2 {
  margin-top: 45px;
}
@media screen and (max-width: 959px) {
  .home .cp-message {
    padding: 10vw 0;
  }
  .home .cp-message .message-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .cp-message .message-container .container-box-L {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .home .cp-message .message-container .container-box-R {
    width: auto;
    max-width: 480px;
    margin: 0 auto;
  }
  .home .cp-message .message-container .container-box-R--2 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 559px) {
  .home .cp-message {
    padding: 60px 0;
  }
}
.home .cp-strength {
  background-image: url(/assets/images/home/bg-strength.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 0;
}
.home .cp-strength .strength-container {
  background-color: #fff;
  padding: 60px 5.7692%;
  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;
}
.home .cp-strength .strength-container .container-box-L {
  width: 42.826%;
}
.home .cp-strength .strength-container .container-box-L h3 {
  margin-top: -0.3em;
}
.home .cp-strength .strength-container .container-box-R {
  width: 53.6956%;
}
@media screen and (max-width: 959px) {
  .home .cp-strength {
    padding: 10vw 0;
  }
  .home .cp-strength .strength-container {
    padding: 60px 5.7692%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .cp-strength .strength-container .container-box-L {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .home .cp-strength .strength-container .container-box-R {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .home .cp-strength {
    padding: 60px 0;
  }
  .home .cp-strength .strength-container {
    padding: 40px 20px;
  }
}
.home .cp-service {
  padding: 110px 0 65px;
}
.home .cp-service .service-container {
  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;
}
.home .cp-service .service-container .container-box {
  width: 47%;
}
.home .cp-service .service-container .container-box h3 {
  position: relative;
  padding-left: 85px;
  font-size: 36px;
  line-height: 1.4;
}
.home .cp-service .service-container .container-box h3::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 65px;
  top: 3px;
  left: 0;
}
.home .cp-service .service-container .container-box h3 > span {
  font-size: 18px;
}
.home .cp-service .service-container .container-box > img {
  margin-bottom: 25px;
}
.home .cp-service .service-container .container-box .ttl-recurrent::before {
  background-image: url(/assets/images/home/icon-service-1.svg);
}
.home .cp-service .service-container .container-box .ttl-agent::before {
  background-image: url(/assets/images/home/icon-service-2.svg);
}
@media screen and (max-width: 959px) {
  .home .cp-service {
    padding: 14vw 0 5vw;
  }
  .home .cp-service .service-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .cp-service .service-container .container-box {
    width: 100%;
  }
  .home .cp-service .service-container .container-box:first-child {
    margin-bottom: 4em;
  }
  .home .cp-service .service-container .container-box h3 {
    font-size: max(4.6666vw, 32px);
  }
  .home .cp-service .service-container .container-box h3::before {
    width: 70px;
    height: 65px;
    top: 3px;
    left: 0;
  }
}
@media screen and (max-width: 559px) {
  .home .cp-service {
    padding: 80px 0 40px;
  }
}
.home .cp-news {
  padding: 40px 0 95px;
}
.home .cp-news .news-container h3 {
  text-align: center;
}
.home .cp-news .news-list li {
  position: relative;
  border-top: solid 1px #cbcbcb;
}
.home .cp-news .news-list li:last-child {
  border-bottom: solid 1px #cbcbcb;
}
.home .cp-news .news-list li a {
  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;
  padding: 20px 10px;
}
.home .cp-news .news-list li a .news-date {
  font-size: 14px;
  color: #646464;
  width: 5em;
  margin-right: 20px;
}
.home .cp-news .news-list li a .news-category {
  font-size: 14px;
  width: 11em;
  border: solid 1px #BDAB1E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #BDAB1E;
  text-align: center;
  line-height: 1;
  padding: 0.4em 0.5em;
  margin-right: 20px;
}
.home .cp-news .news-list li a .news-title {
  width: calc(100% - 300px);
}
.home .cp-news .news-list li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 22px;
  height: 12px;
  background-image: url(/assets/images/link-btn-bk.svg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.home .cp-news .news-list li a:hover::after {
  right: 0;
}
.home .cp-news .news-list li a.--none-arrow::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .home .cp-news {
    padding: 40px 0 100px;
  }
  .home .cp-news .news-list li a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home .cp-news .news-list li a .news-date {
    font-size: 12px;
  }
  .home .cp-news .news-list li a .news-category {
    font-size: 12px;
  }
  .home .cp-news .news-list li a .news-title {
    font-size: max(1.66666vw, 14px);
    display: block;
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 559px) {
  .home .cp-news .news-list li a .news-title {
    width: 100%;
    margin-top: 0.5em;
  }
  .home .cp-news .news-list li a::after {
    top: 25px;
  }
}

.company li.page-company {
  color: #BDAB1E;
}
.company li.page-company a::after {
  width: 100% !important;
  left: 0% !important;
}
.company .kv .kv-img {
  background-image: url(/assets/images/company/kv.jpg);
}
.company .company-info {
  padding: 80px 0;
}
@media screen and (max-width: 559px) {
  .company .company-info {
    padding: 40px 0;
  }
}
.company .company-info table {
  width: 100%;
  margin-bottom: 30px;
}
.company .company-info table tr th, .company .company-info table tr td {
  font-weight: 400;
}
.company .company-info table tr th {
  border-bottom: solid 2px #BDAB1E;
  width: 15em;
  padding: 1em;
}
.company .company-info table tr td {
  border-bottom: solid 1px #cbcbcb;
  width: calc(100% - 15em);
  padding: 1em 2em;
}
@media screen and (max-width: 559px) {
  .company .company-info table tr th, .company .company-info table tr td {
    width: 100%;
    display: block;
    padding: 0.5em;
  }
  .company .company-info table tr th {
    border-top: solid 1px #cbcbcb;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 500;
  }
  .company .company-info table tr td {
    border-bottom: none;
    padding-top: 0;
  }
  .company .company-info table tr:last-child {
    border-bottom: solid 1px #cbcbcb;
  }
}
.company .company-info iframe {
  width: 100%;
  height: 360px;
  border: 0;
  margin-bottom: 50px;
}
.company .company-info .og-chart {
  max-width: 874px;
  margin: 0 auto;
}
.company .history {
  padding: 90px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 559px) {
  .company .history {
    padding: 60px 0;
  }
}
.company .history h2 {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 559px) {
  .company .history h2 {
    font-size: 26px;
  }
}
.company .history .timeline {
  list-style: none;
}
.company .history .timeline li {
  border-left: solid 2px #e9e2a5;
  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;
  padding-left: 20px;
  padding-bottom: 25px;
  position: relative;
}
.company .history .timeline li::before {
  position: absolute;
  content: "・";
  top: 6px;
  left: -16px;
  font-size: 30px;
  line-height: 1;
  color: #BDAB1E;
}
.company .history .timeline li .timeline-ad {
  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;
  width: 150px;
  color: #BDAB1E;
}
.company .history .timeline li .timeline-ad .timeline-ad-num {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  font-weight: 600;
}
.company .history .timeline li .timeline-ad .timeline-ad-year {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin-top: 0.2em;
  margin-right: 5px;
}
.company .history .timeline li .timeline-ad .timeline-year-num {
  display: inline-block;
}
.company .history .timeline li .timeline-content {
  width: calc(100% - 200px);
  margin-top: 0.5em;
}
.company .history .timeline li:first-child {
  border-left: dashed 2px #e9e2a5;
  margin: 0;
  padding: 0;
  height: 50px;
}
.company .history .timeline li:first-child::before {
  display: none;
}
.company .history .timeline li:nth-child(2) .timeline-ad {
  margin-top: -25px;
}
.company .history .timeline li:nth-child(2) .timeline-content {
  margin-top: calc(-20px + 0.2em);
}
.company .history .timeline li:nth-child(2)::before {
  top: -18px;
}
.company .history .timeline li:last-child {
  padding-bottom: 50px;
}
@media screen and (max-width: 559px) {
  .company .history .timeline li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .company .history .timeline li .timeline-ad {
    width: 100%;
  }
  .company .history .timeline li .timeline-content {
    margin-top: 0;
    width: 100%;
  }
  .company .history .timeline li:nth-child(2) .timeline-content {
    margin-top: calc(-5px + 0.2em);
  }
}
.company .sdgs {
  padding: 100px 0;
  width: 100%;
  background-image: url(/assets/images/company/bg-sdgs.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.company .sdgs h2 {
  margin-bottom: 1em;
}
.company .sdgs h3 {
  font-size: 24px;
  margin-bottom: 1em;
}
.company .sdgs .sdgs-container {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
}
.company .sdgs .sdgs-container .sdgs-4 {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company .sdgs .sdgs-container .sdgs-4 figure {
  max-width: 100px;
  margin-right: 15px;
}
.company .sdgs .sdgs-container .sdgs-platform {
  width: 55%;
}
.company .sdgs .sdgs-container .sdgs-platform a figure {
  max-width: 328px;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .company .sdgs {
    padding: 80px 0;
  }
  .company .sdgs .sdgs-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 559px) {
  .company .sdgs {
    padding: 60px 0;
    background-image: url(/assets/images/company/bg-sdgs_sp.jpg);
  }
  .company .sdgs .sdgs-container .sdgs-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .company .sdgs .sdgs-container .sdgs-4 figure {
    max-width: 80px;
    margin-right: 15px;
  }
  .company .sdgs .sdgs-container .sdgs-platform {
    width: 100%;
  }
  .company .sdgs .sdgs-container .sdgs-platform a figure {
    max-width: 220px;
    margin-bottom: 5px;
  }
}

.message li.page-message {
  color: #BDAB1E;
}
.message li.page-message a::after {
  width: 100% !important;
  left: 0% !important;
}
.message .kv .kv-img {
  background-image: url(/assets/images/message/kv.jpg);
}
.message .content {
  padding: 100px 0;
}
.message .content .message-box {
  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;
}
.message .content .message-box__L {
  width: 32%;
}
.message .content .message-box__R {
  width: calc(68% - 40px);
  width: 100%;
}
.message .content .message-box__R > p {
  margin-bottom: 1em;
  line-height: 2.1;
}
.message .content .message-box__R .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.message .content .message-box__R .name .sign {
  margin-left: 20px;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .message .content {
    padding: 12.5vw 0 10vw;
  }
  .message .content .message-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .message .content .message-box__L {
    width: 100%;
  }
  .message .content .message-box__R {
    width: 100%;
    margin-bottom: 20px;
  }
}

.strength li.page-strength {
  color: #BDAB1E;
}
.strength li.page-strength a::after {
  width: 100% !important;
  left: 0% !important;
}
.strength .kv .kv-img {
  background-image: url(/assets/images/strength/kv.jpg);
}
.strength .summary {
  padding: 80px 0 100px;
}
.strength .summary .summary-container {
  text-align: center;
}
.strength .summary .summary-container .summary-lead {
  margin-bottom: 4em;
}
.strength .summary .summary-container .summary-img {
  max-width: 494px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .strength .summary {
    padding: 10vw 0 10.416666vw;
  }
}
.strength .feature {
  padding: 100px 0;
  background-color: #f5f5f5;
}
.strength .feature .feature-box {
  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;
  margin-bottom: 60px;
}
.strength .feature .feature-box__img {
  width: 45.1923%;
}
.strength .feature .feature-box__txt {
  width: 50.96153%;
}
.strength .feature .feature-box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.strength .feature .feature-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .strength .feature {
    padding: 10.416666vw 0;
  }
  .strength .feature .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strength .feature .feature-box__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .strength .feature .feature-box__txt {
    width: 100%;
  }
  .strength .feature .feature-box:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.strength .contribution {
  width: 100%;
  height: 500px;
  background-image: url(/assets/images/strength/img-contribution.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.strength .contribution .contribution-box {
  text-align: center;
  padding-top: 90px;
}
.strength .contribution .contribution-box__inner {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 60px 55px;
}
@media screen and (max-width: 959px) {
  .strength .contribution .contribution-box {
    padding-top: 10vw;
  }
  .strength .contribution .contribution-box__inner {
    padding: 5vw 6.25vw;
  }
}
@media screen and (max-width: 559px) {
  .strength .contribution {
    height: 90vw;
  }
  .strength .contribution .contribution-box__inner {
    text-align: justify;
  }
  .strength .contribution .contribution-box__inner br {
    display: none !important;
  }
}

.privacy .regal p {
  font-size: 1.6rem;
  font-weight: normal;
}
.privacy .regal li {
  font-weight: normal;
}
.privacy .regal h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .privacy .regal h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.privacy .regal h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.privacy .regal header {
  margin-bottom: 20px;
}
.privacy .regal ol {
  margin-bottom: 20px;
}
.privacy .regal ul {
  margin-bottom: 20px;
}
.privacy .regal ul li {
  list-style: disc;
  margin-left: 1.8em;
}
.privacy .regal dt dd {
  margin-bottom: 10px;
}
.privacy .regal .alert {
  color: #e60003;
}
.privacy .regal__main {
  margin: 40px auto 195px;
}
@media screen and (max-width: 959px) {
  .privacy .regal__main {
    margin: 30px auto;
  }
}
.privacy .regal__main__list:first-child {
  margin-top: 0;
}
.privacy .regal__main__sign {
  text-align: right;
}
.privacy .regal__main article {
  margin-bottom: 90px;
}
.privacy .regal__main article header {
  margin-bottom: 20px;
}
.privacy .regal__main__consul_counter {
  border: solid 1px #000000;
  padding: 30px;
  margin-top: 30px;
}
.privacy .regal__main__consul_counter h3 {
  text-align: center;
}
.privacy .regal__main__consul_counter address {
  text-align: center;
  margin: 0;
}
.privacy .regal__main__consul_counter address p {
  display: inline-block;
  text-align: left;
}
.privacy .regal__main__bold_num_list ol {
  list-style: none;
  counter-reset: list-count;
  margin-top: 0;
  padding-left: 0.7em;
}
.privacy .regal__main__bold_num_list li.main_list {
  list-style: decimal;
  margin-left: 1em;
  margin-bottom: 20px;
}
.privacy .regal__main__bold_num_list li.sub_list {
  line-height: 1.8em;
}
.privacy .regal__main__bold_num_list ::marker {
  font-size: 1.2em;
  font-weight: bold;
}
.privacy .regal__main__bold_num_list dl dt {
  float: left;
  width: 5em;
}
.privacy .regal__main__bold_num_list dl dd::before {
  content: "： ";
}/*# sourceMappingURL=style.css.map */