@charset "UTF-8";
/*! Type: YakuHanJP_Noto - Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJP_Noto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/YakuHanJP/YakuHanJP-Bold.eot");
  src: url("../font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
}

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

/* HTML5 display-role reset for older browsers */
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;
}

html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding: 0;
  display: block;
  overflow-y: scroll;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  letter-spacing: 0.1em !important;
}

main, section {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

input[type="checkbox"] {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

svg {
  transform-box: fill-box;
}

body {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em !important;
  background-color: #000;
  color: #fff;
  -webkit-transition: background-color 0.6s linear;
  transition: background-color 0.6s linear;
}

body.is-orangeBg {
  background-color: #FF641E;
}

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

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#contents {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.c-form {
  margin-top: 90px ;
  padding-left: 36px ;
  padding-right: 36px ;
}

.c-form__lead {
  line-height: 2;
  font-weight: bold;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  white-space: nowrap;
  font-size: 20px ;
  margin-bottom: 40px ;
}

.c-form__info {
  font-size: 12px ;
  margin-bottom: 44px ;
}

.c-form__infoItem {
  margin-top: 1em;
}

.c-form__infoItem:first-child {
  margin-top: 0;
}

.c-formTel {
  position: relative;
}

.c-formTel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  background-color: #FF641E;
  font-weight: bold;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  font-size: 16px ;
  height: 52px ;
}

.c-formTel__icon {
  fill: #fff;
  display: block;
  width: 18px ;
  height: 19px ;
  margin-right: 14px ;
}

.c-form__form {
  margin-top: 64px ;
}

.c-formItem {
  margin-top: 52px ;
}

.c-formItem:first-child {
  margin-top: 0;
}

.c-formItem__label {
  color: #7f7f7f;
  display: block;
  font-size: 10px ;
  margin-bottom: 12px ;
}

.c-formItem__label label {
  display: block;
  padding-top: 20px;
}

.c-formItem__contents {
  position: relative;
  border-bottom: 1px solid #fff;
  -webkit-transition: border-bottom-color 0.1s linear;
  transition: border-bottom-color 0.1s linear;
}

.c-formItem.is-error .c-formItem__contents {
  border-bottom-color: #ff0000;
}

.c-formItem__contents input, .c-formItem__contents textarea {
  display: block;
  font-size: 16px;
  color: #fff;
  border: none !important;
  background-color: transparent;
  margin: 0;
  width: 100%;
  padding: 0.4em;
}

.c-formItem__errorMsg {
  position: absolute;
  left: 0;
  bottom: -1.8em;
  color: #ff0000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.1s linear, opacity 0.1s linear;
  transition: visibility 0.1s linear, opacity 0.1s linear;
  font-size: 12px ;
}

.c-formItem.is-error .c-formItem__errorMsg {
  visibility: visible;
  opacity: 1;
}

.c-form__bottom {
  margin-top: 64px ;
}

.c-form__bottomTxt {
  line-height: 2.5;
  margin-top: 2.5em;
  font-size: 12px ;
}

.c-form__bottomTxt br {
  display: none;
}

.c-form__bottomTxt a {
  display: inline;
  position: relative;
  color: #FF641E;
}

.c-form__bottomTxt a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #FF641E;
  -webkit-transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.is-ie11 .c-form__bottomTxt a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-formSubmitButton {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #FF641E;
  color: #fff;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  margin-top: 64px ;
  width: 248px ;
}

.c-formSubmitButton:disabled {
  background-color: #4E4E4E;
}

.c-formSubmitButton__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2em 0;
  font-size: 16px ;
  height: 52px ;
}

.grecaptcha-badge { 
  visibility: hidden !important; 
}
.grecaptcha-description {
  margin: 5em 0;
  text-align: center;
  font-size: 12px;
  line-height: 3em;
}
.grecaptcha-description a {
  display: inline;
  position: relative;
  color: #FF641E;
}
.grecaptcha-description a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #FF641E;
  -webkit-transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.grecaptcha-description a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.is-ie11 .c-formTel__inner:hover,
.is-ie11 .c-formSubmitButton:not(:disabled):hover {
  background-color: #fff;
  color: #FF641E;
}

.c-contactLink {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-top: 130px ;
  padding-bottom: 0px ;
}

.c-contactLink__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contactLink__inner::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.c-contactLink__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FF641E;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  transition: -webkit-text-stroke-color 0.2s linear;
  font-size: 53px ;
}

.is-ie11 .c-contactLink__label {
  color: #FF641E;
}

.is-orangeBg .c-contactLink__label {
  -webkit-text-stroke-color: #fff;
}

html:not(.is-noWebGL) .c-contactLink__label {
  visibility: hidden;
}

.c-contactLink .c-contactLink__circleArrow {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-color: #FF641E;
  top: 60%;
  width: 22px ;
  height: 22px ;
}

.c-contactLink .c-contactLink__circleArrow::after {
  border-color: #FF641E;
}

.c-pageKV {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
  transition: opacity 0.4s linear, visibility 0.4s linear;
}

.c-pageKV.is-playing {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.c-pageKV .c-pageTitle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 46px ;
}

.c-pageKV__dummyVisual {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  z-index: -2;
}

.c-pageKV__dummyVisual::before {
  display: block;
  widows: 100%;
  padding-top: 100%;
  content: '';
}

.c-pageKV__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
}

.c-pageKV__visual::before {
  display: block;
  widows: 100%;
  padding-top: 100%;
  content: '';
}

.c-pageKV__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
}

.c-circleArrow {
  display: block;
  position: relative;
  border-radius: 50%;
  border: 1px #fff solid;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.c-circleArrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: block;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  width: 30%;
  height: 30%;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  -webkit-transform: translateX(-20%) rotate(45deg);
          transform: translateX(-20%) rotate(45deg);
}

.is-orangeBg .c-circleArrow {
  border-color: #fff;
}

.is-orangeBg .c-circleArrow::after {
  border-color: #fff;
}

.c-circleArrowLink {
  position: relative;
}

.c-circleArrowLink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-circleArrowLink__label {
  color: #FF641E;
  text-transform: uppercase;
  margin-right: 1.4em;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  position: relative;
  display: block;
  font-size: 10px ;
}

.is-orangeBg .c-circleArrowLink__label {
  color: #fff;
}

.is-orangeBg .c-circleArrowLink__label::after {
  background-color: #fff;
}

.c-circleArrowLink__label::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #FF641E;
  -webkit-transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.c-circleArrowLink__circleArrow {
  border-color: #FF641E;
  min-width: 22px ;
  width: 22px ;
  height: 22px ;
}

.c-circleArrowLink__circleArrow::after {
  border-color: #FF641E;
  -webkit-transition: border-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-ie11 .c-circleArrowLink:hover .c-circleArrowLink__label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.is-ie11 .c-circleArrowLink:hover .c-circleArrowLink__circleArrow::after {
  -webkit-transform: translateX(0%) rotate(45deg);
          transform: translateX(0%) rotate(45deg);
}

.c-simplePageSection {
  position: relative;
  padding-top: 144px ;
}

.c-pageTitle {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pageTitle__label {
  color: #FF641E;
  text-transform: uppercase;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px ;
}

.c-pageTitle__labelJa {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
  letter-spacing: 0.3em !important;
  font-size: 12px ;
  margin-bottom: 24px ;
}

.c-smallTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-smallTitle__label {
  color: #FF641E;
  text-transform: uppercase;
  display: block;
  margin-right: 0.8em;
  font-size: 12px ;
}

.c-smallTitle__labelJa {
  display: block;
  font-size: 12px ;
}

.c-commonSection {
  position: relative;
}

.c-commonSection__inner {
  position: relative;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px ;
  padding-right: 36px ;
}

.c-commonTxtBox {
  position: relative;
}

.c-commonTxtBox.is-center {
  text-align: center;
}

.c-commonTxtBox.is-center .c-commonTxtBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-commonTxtBox.is-center .c-smallTitle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-smallTitleValue {
  margin-top: 120px;
}

.c-commonTxtBox .c-circleArrowLink {
  margin-top: 46px ;
}

.c-commonTxtBox__inner {
  position: relative;
  margin-top: 46px ;
}

.c-commonTxtBox__inner .c-description {
  margin-top: 46px ;
}

.c-descriptionValue {
  margin-top: 0px !important;
  margin-bottom: 40px;
}

.c-description {
  line-height: 2.5;
  margin-top: -0.75em;
  font-size: 12px ;
}

.c-copy {
  position: relative;
  line-height: 2;
  font-weight: bold;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  white-space: nowrap;
  font-size: 20px ;
}

.c-copyL {
  position: relative;
  line-height: 2;
  font-weight: bold;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  white-space: nowrap;
  font-size: 26px ;
}

.c-numberTxtBox {
  position: relative;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  z-index: 2;
  margin-top: 64px ;
}

.c-numberTxtBox .c-description {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 28px ;
}

.c-numberTxtBox.is-onScreenItem {
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
  opacity: 0;
}

.c-numberTxtBox.is-onScreenItem.is-onScreen {
  opacity: 1 !important;
  -webkit-transform: translateX(0) translateZ(0) !important;
          transform: translateX(0) translateZ(0) !important;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s linear, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s linear, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s linear, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-numberTxtBox__title {
  line-height: 1.73;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-left: 86px ;
  font-size: 15px ;
}

.c-numberTxtBox__num {
  position: absolute;
  left: 0;
  top: 0;
  color: #FF641E;
  letter-spacing: 0 !important;
  font-family: Roboto, sans-serif !important;
  font-weight: 100;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 58px ;
}

.p-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.p-header__logoMark {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(6.25%);
          transform: translateX(6.25%);
  width: 38px ;
  height: 36px ;
  top: 38px ;
}

.p-header__logoMark svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.p-header__logoTxt {
  position: absolute;
  width: 76px ;
  height: 40px ;
  top: 40px ;
  left: 16px ;
}

.p-header__logoTxt svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.p-headerContactLink {
  position: absolute;
  display: none;
}

.p-headerContactLink__inner {
  display: block;
  text-transform: uppercase;
}

.p-headerContactLink__label {
  display: block;
  position: relative;
}

.p-headerContactLink__label::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.is-ie11 .p-headerContactLink:hover .p-headerContactLink__label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-footer {
  position: relative;
  width: 100%;
  padding-top: 146px ;
  padding-bottom: 46px ;
}

.p-footer__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 36px ;
  padding-right: 36px ;
}

.p-footer__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__logoMark {
  fill: #fff;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  display: -ms-grid;
  display: grid;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
  width: 50px ;
  height: 50px ;
  margin-right: 14px ;
}

.p-footer__logoTxt {
  fill: #fff;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  display: block;
  width: 110px ;
  height: 57px ;
}

.p-footer__addresses {
  line-height: 2.27;
  white-space: nowrap;
  font-size: 14px ;
  margin-top: 36px ;
  margin-bottom: 24px ;
}

.p-footer__telFaxLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-footer__telFaxLine dd {
  display: block;
  padding-left: 0.4em;
}

.p-footer__telFaxLine dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-footer__telFaxLine dt::after {
  display: block;
  padding-left: 0.4em;
  content: ':';
}

.p-footerContactLink {
  position: relative;
}

.p-footerContactLink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px ;
  padding-bottom: 8px ;
}

.p-footerContactLink__label {
  display: block;
  text-transform: uppercase;
  position: relative;
  font-size: 12px ;
  margin-right: 12px ;
}

.p-footerContactLink__label::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.is-ie11 .p-footerContactLink:hover .p-footerContactLink__label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.is-ie11 .p-footerContactLink:hover .p-footerContactLink__circleArrow::after {
  -webkit-transform: translateX(0%) rotate(45deg);
          transform: translateX(0%) rotate(45deg);
}

.p-footerContactLink__circleArrow {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 16px ;
  height: 16px ;
}

.p-footer__info {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-footerNav {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -1em;
  margin-bottom: 130px ;
}

.p-footerNavItem {
  position: relative;
  margin-bottom: 8px ;
}

.p-footerNavItem__inner {
  display: block;
  text-transform: uppercase;
  padding: 1em;
}

.p-footerNavItem__label {
  position: relative;
  display: block;
  white-space: nowrap;
}

.p-footerNavItem__label::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.is-ie11 .p-footerNavItem:hover .p-footerNavItem__label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-footer__p-mark {
  position: absolute;
  right: 3em;
  bottom: 4em;
}

.p-footer__p-mark a img {
  width: 6em;
}

.p-footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-top: 160px ;
}

.p-footer__copyright {
  position: relative;
  margin-left: auto;
  font-size: 10px ;
}

.p-footerPrivacyLink {
  position: relative;
  font-size: 10px ;
}

.p-footerPrivacyLink__inner {
  display: block;
  text-transform: uppercase;
  padding-top: 6px ;
  padding-bottom: 6px ;
}

.p-footerPrivacyLink__label {
  position: relative;
  display: block;
}

.p-footerPrivacyLink__label::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.is-ie11 .p-footerPrivacyLink:hover .p-footerPrivacyLink__label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FF641E;
  z-index: 200;
  overflow: hidden;
}

.menu-enter-active,
.menu-leave-active {
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.menu-enter,
.menu-leave-to {
  opacity: 0;
  visibility: hidden;
}

.menu-enter-to,
.menu-leave {
  opacity: 1;
  visibility: visible;
}

.p-menu__inner {
  position: relative;
}

.p-menu__scroller {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-menu__contents {
  width: 100%;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 36px ;
  padding-bottom: 18px ;
  padding-left: 16px ;
  padding-right: 16px ;
}

.p-menu__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-menu__logoMark {
  fill: #fff;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  display: -ms-grid;
  display: grid;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
  width: 50px ;
  height: 50px ;
  margin-right: 14px ;
}

.p-menu__logoTxt {
  fill: #fff;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  display: block;
  width: 110px ;
  height: 57px ;
}

.p-menuCloseButton {
  position: fixed;
  z-index: 11;
  width: 36px ;
  height: 36px ;
  right: 8px ;
  top: 39px ;
}

.p-menuCloseButton::before, .p-menuCloseButton::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  background-color: #fff;
  width: 20px ;
  height: 2px ;
  border-radius: 1px ;
}

.p-menuCloseButton::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-menuCloseButton::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-menuNav {
  margin-top: 50px ;
}

.p-menuNavItem,
.p-menuFunctionItem {
  position: relative;
  margin-top: 8px ;
}

.p-menuNavItem:first-child,
.p-menuFunctionItem:first-child {
  margin-top: 0;
}

.p-menuNavItem__inner,
.p-menuFunctionItem__inner {
  display: block;
  padding-top: 6px ;
  padding-bottom: 6px ;
}

.p-menuNavItem__label,
.p-menuFunctionItem__label {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 20px ;
}

.p-menuNavItem__labelJa,
.p-menuFunctionItem__labelJa {
  position: relative;
  display: block;
  margin-top: 0.8em;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 8px ;
}

.is-ie11 .p-menuNavItem:hover .p-menuNavItem__label,
.is-ie11 .p-menuNavItem:hover .p-menuNavItem__labelJa {
  -webkit-transition-duration: 0.2;
          transition-duration: 0.2;
  -webkit-transform: translateX(5.43478px);
          transform: translateX(5.43478px);
}

.is-ie11 .p-menuFunctionItem:hover .p-menuFunctionItem__label,
.is-ie11 .p-menuFunctionItem:hover .p-menuFunctionItem__labelJa {
  -webkit-transition-duration: 0.2;
          transition-duration: 0.2;
  -webkit-transform: translateX(5.43478px);
          transform: translateX(5.43478px);
}

.is-ie11 .p-menuFunctionItem:hover .p-menuFunctionItem__label .c-circleArrow::after,
.is-ie11 .p-menuFunctionItem:hover .p-menuFunctionItem__labelJa .c-circleArrow::after {
  -webkit-transform: translateX(0%) rotate(45deg);
          transform: translateX(0%) rotate(45deg);
}

.p-menu__functions {
  position: relative;
  width: 274px ;
  padding-top: 32px ;
  margin-top: 32px ;
}

.p-menu__functions::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.p-menu__copy {
  display: none;
}

.p-menuFunctionItem .c-circleArrow {
  display: block;
  margin-left: 0.3em;
  width: 16px ;
  height: 16px ;
}

.p-menuFunctionItem .c-circleArrow::after {
  -webkit-transition: border-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-menuFunctionItem__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-menuSNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 32px ;
}

.p-menuSNS__label {
  text-transform: uppercase;
  margin-right: 1em;
}

.p-menuSNSLink {
  position: relative;
  width: 32px ;
  height: 32px ;
}

.p-menuSNSLink__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-menuSNSLink__inner svg {
  fill: #fff;
  display: block;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 17px ;
}

.is-ie11 .p-menuSNSLink:hover .p-menuSNSLink__inner svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.p-menu__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 76px ;
  padding-bottom: 18px ;
  padding-left: 16px ;
  padding-right: 16px ;
}

.p-menu__copyright {
  position: relative;
  margin-left: auto;
  font-size: 10px ;
}

.p-menuPrivacyLink {
  position: relative;
  font-size: 10px ;
}

.p-menuPrivacyLink__inner {
  display: block;
  text-transform: uppercase;
  padding-top: 6px ;
  padding-bottom: 6px ;
}

.p-menuPrivacyLink__label {
  position: relative;
  display: block;
}

.p-menuPrivacyLink__label::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.is-ie11 .p-menuPrivacyLink:hover .p-menuPrivacyLink__label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-modal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FF641E;
  z-index: 300;
  overflow: hidden;
}

.modal-enter-active,
.modal-leave-active {
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
  visibility: hidden;
}

.modal-enter-to,
.modal-leave {
  opacity: 1;
  visibility: visible;
}

.p-modal__inner {
  position: relative;
}

.p-modal__scroller {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-modal__contents {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 200px ;
  padding-bottom: 80px ;
  padding-left: 16px ;
  padding-right: 136px ;
}

.p-modal__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-modal__logoMark {
  fill: #fff;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  display: -ms-grid;
  display: grid;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
  width: 50px ;
  height: 50px ;
  margin-right: 14px ;
}

.p-modal__logoTxt {
  fill: #fff;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  display: block;
  width: 110px ;
  height: 17px ;
}

.p-modal__head {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.p-modalCloseButton {
  position: absolute;
  z-index: 11;
  width: 86px ;
  height: 36px ;
  right: 8px ;
  top: 39px ;
}

.p-modalCloseButton::before, .p-modalCloseButton::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  background-color: #fff;
  width: 20px ;
  height: 2px ;
  border-radius: 1px ;
  right: 8px ;
}

.p-modalCloseButton::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-modalCloseButton::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-modalCloseButton__label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px ;
  right: 36px ;
}

.p-modal__headContents {
  position: relative;
  padding-top: 200px ;
  padding-right: 16px ;
}

.p-menuButton {
  position: fixed;
  z-index: 11;
  width: 36px ;
  height: 36px ;
  right: 8px ;
  top: 39px ;
}

.p-menuButton::before, .p-menuButton::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  background-color: #fff;
  width: 20px ;
  height: 2px ;
  border-radius: 1px ;
}

.p-menuButton::before {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

.p-menuButton::after {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

.p-rootLoading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1000;
}

.rootLoading-enter-active,
.rootLoading-leave-active {
  -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
  transition: opacity 0.4s linear, visibility 0.4s linear;
}

.rootLoading-enter,
.rootLoading-leave-to {
  opacity: 0;
  visibility: hidden;
}

.rootLoading-enter-to,
.rootLoading-leave {
  opacity: 1;
  visibility: visible;
}

.p-scroller {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.is-ios .p-scroller,
.is-ie11 .p-scroller {
  position: relative;
}

.p-scrollerSpacer {
  position: relative;
  width: 100%;
}

.is-ios .p-scrollerSpacer,
.is-ie11 .p-scrollerSpacer {
  display: none;
}

[v-cloak] {
  visibility: hidden;
}

.u-svgDef {
  width: 0;
  height: 0;
  z-index: -1000;
  position: absolute;
  overflow: hidden;
}

.u-svgDef svg {
  width: inherit;
  height: inherit;
}

.u-upperCase {
  text-transform: uppercase;
}

.u-visibleBlockS {
  display: block !important;
}

.u-visibleBlockL {
  display: none !important;
}

.u-visibleBlockM {
  display: none;
}

.u-visibleInlineS {
  display: inline !important;
}

.u-visibleInlineL {
  display: none !important;
}

.u-visibleInlineBlockS {
  display: inline-block !important;
}

.u-visibleInlineBlockL {
  display: none !important;
}

.u-visibleFlexS {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-visibleFlexL {
  display: none !important;
}

.u-visibleInlineFlexS {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-visibleInlineFlexL {
  display: none !important;
}

.u-txtCN {
  font-family: "YakuHanJP_Noto", "Noto Sans SC", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: bold;
}

.u-txtJP {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: bold;
}

.u-noTxtTransform {
  text-transform: none;
}

.index_c-topicsItem {
  position: relative;
  margin-top: 30px ;
}

.index_c-topicsItem:first-child {
  margin-top: 0;
}

.index_c-topicsItem__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px ;
}

.index_c-topicsItem:first-child .index_c-topicsItem__inner {
  display: block;
  padding-left: 0;
}

.index_c-topicsItem__thumb {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  width: 126px ;
  min-width: 126px ;
  margin-right: 20px ;
}

.index_c-topicsItem:first-child .index_c-topicsItem__thumb {
  width: 100%;
  margin-right: 0;
  margin-bottom: 24px ;
}

.index_c-topicsItem__thumb::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 70%;
}

.index_c-topicsItem__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear !important;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_c-topicsItem__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.index_c-topicsItem:first-child .index_c-topicsItem__contents {
  padding-left: 20px ;
  padding-right: 20px ;
}

.index_c-topicsItem__date {
  color: #fff;
  margin-bottom: 1em;
  font-size: 10px ;
}

.index_c-topicsItem__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.6em;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-size: 14px ;
}

.index_c-topicsItem__title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.index_c-topicsItem__description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  display: none;
  margin-bottom: 1em;
  font-size: 10px ;
}

.index_c-topicsItem:first-child .index_c-topicsItem__description {
  display: block;
}

.index_c-topicsItem__category {
  color: #fff;
  background-color: #FF641E;
  padding: 0.6em 1em;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  font-size: 10px ;
}

.is-orangeBg .index_c-topicsItem__category {
  color: #FF641E;
  background-color: #fff;
}

.is-ie11 .index_c-topicsItem:hover .index_c-topicsItem__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.is-ie11 .index_c-topicsItem:hover .index_c-topicsItem__title {
  color: #FF641E;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.is-orangeBg .is-ie11 .index_c-topicsItem:hover .index_c-topicsItem__title {
  color: #fff;
}

.index_c-othersItem {
  position: relative;
  width: 100%;
  margin-top: 72px ;
}

.index_c-othersItem:first-child {
  margin-left: 0;
  margin-top: 0;
}

.index_c-othersItem__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.index_c-othersItem__contents {
  position: relative;
  width: 100%;
  padding-left: 20px ;
  padding-right: 20px ;
}

.index_c-othersItem__thumb {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  margin-bottom: 36px ;
}

.index_c-othersItem__thumb::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 59.18675%;
}

.index_c-othersItem__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear !important;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_c-othersItem__title {
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 14px ;
}

.index_c-othersItem__viewDetail {
  position: absolute;
  top: -4px ;
  right: 20px ;
}

.index_c-othersItem__viewDetail .c-circleArrowLink__label {
  color: #fff;
}

.index_c-othersItem__viewDetail .c-circleArrowLink__circleArrow {
  border-color: #fff;
}

.index_c-othersItem__viewDetail .c-circleArrowLink__circleArrow::after {
  border-color: #fff;
}

.is-ie11 .index_c-othersItem:hover .index_c-othersItem__thumb img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.is-ie11 .index_c-othersItem:hover .index_c-othersItem__viewDetail .c-circleArrowLink__label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.is-ie11 .index_c-othersItem:hover .index_c-othersItem__viewDetail .c-circleArrowLink__circleArrow::after {
  -webkit-transform: translateX(0%) rotate(45deg);
          transform: translateX(0%) rotate(45deg);
}

.index_c-kvItem {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.index_c-kvItem__inner {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.index_c-kvItem__link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 36px ;
}

.index_c-kvItem__mainCopy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Cutive', serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.78;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 18px ;
}

.index_c-kvItem__mainCopy p.is-hidden {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  letter-spacing: 0.2em !important;
}

.index_c-kvItem__mainCopyLineWrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index_c-kvItem__mainCopyLine {
  letter-spacing: 0.2em !important;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.index_c-kvItem__mainCopyChar {
  letter-spacing: 0.2em !important;
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.index_c-kvItem__description {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  line-height: 2.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px ;
  bottom: 84px ;
  width: 340px ;
}

.index_c-kvItem__descriptionLine {
  font-weight: 400 !important;
  letter-spacing: 0.24em !important;
  display: inline;
  text-align: center;
}

.index_c-kvItem__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
}

.index_c-kvItem__visual::before {
  display: block;
  widows: 100%;
  padding-top: 100%;
  content: '';
}

.index_c-kvItem__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
}

.indexKVItem-enter-active {
  -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
  transition: opacity 0.4s linear, visibility 0.4s linear;
}

.indexKVItem-enter-active .index_c-kvItem__mainCopyChar {
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s linear, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.indexKVItem-enter-active .index_c-kvItem__description {
  -webkit-transition: opacity 0.3s linear 0.4s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.3s linear 0.4s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.3s linear 0.4s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.3s linear 0.4s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.indexKVItem-enter-active .index_c-kvItem__link {
  -webkit-transition: opacity 0.3s linear 0.6s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: opacity 0.3s linear 0.6s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.3s linear 0.6s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.3s linear 0.6s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.indexKVItem-leave-active {
  -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
  transition: opacity 0.4s linear, visibility 0.4s linear;
}

.indexKVItem-enter {
  opacity: 0;
  visibility: hidden;
}

.indexKVItem-enter .index_c-kvItem__mainCopyChar {
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
  opacity: 0;
}

.indexKVItem-enter .index_c-kvItem__description,
.indexKVItem-enter .index_c-kvItem__link {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
  opacity: 0;
}

.indexKVItem-leave-to {
  opacity: 0;
  visibility: hidden;
}

.indexKVItem-enter-to {
  opacity: 1;
  visibility: visible;
}

.indexKVItem-enter-to .index_c-kvItem__mainCopyChar {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.indexKVItem-enter-to .index_c-kvItem__description,
.indexKVItem-enter-to .index_c-kvItem__link {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}

.indexKVItem-leave {
  opacity: 1;
  visibility: visible;
}

.index_c-kvIndicatorItem {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 10px ;
  width: 30px ;
  height: 30px ;
}

.index_c-kvIndicatorItem:first-child {
  margin-top: 0;
}

.index_c-kvIndicatorItem::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.2;
  width: 3px ;
  height: 3px ;
}

.index_c-kvIndicatorItem svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.index_c-kvIndicatorItem.is-current::after {
  opacity: 1;
}

.index_c-kvIndicatorItem__inner {
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.index_c-kvIndicatorItem__circleBase {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.index_c-kvIndicatorItem__circleBase svg {
  stroke: #fff;
  stroke-width: 1px;
}

.index_c-kvIndicatorItem__circle {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.index_c-kvIndicatorItem__circle svg {
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 108;
  stroke-dashoffset: 108;
  will-change: stroke-dashoffset;
  -webkit-transition: stroke-dashoffset 7s linear;
  transition: stroke-dashoffset 7s linear;
}

.is-playing .index_c-kvIndicatorItem.is-current .index_c-kvIndicatorItem__circle {
  opacity: 1;
}

.is-playing .index_c-kvIndicatorItem.is-current .index_c-kvIndicatorItem__circle svg {
  stroke-dashoffset: 0;
}

.index_p-main {
  position: relative;
  display: block;
}

.index_p-kv {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
  transition: opacity 0.4s linear, visibility 0.4s linear;
}

.index_p-kv.is-playing {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.index_p-kv__dummyVisual {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  z-index: -2;
}

.index_p-kv__dummyVisual::before {
  display: block;
  widows: 100%;
  padding-top: 100%;
  content: '';
}

.index_p-kvItems {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.index_p-kvIndicatorItems {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px ;
  right: 16px ;
}

.index_p-kvScrollButton {
  -webkit-transform: rotate(90deg) translateY(100%);
          transform: rotate(90deg) translateY(100%);
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  right: 0;
  z-index: 2;
  width: 174px ;
}

.index_p-kvScrollButton__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em 1em 1em;
}

@-webkit-keyframes indexScrollButtonLine {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
  }
  50% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
  }
  51% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
  }
  53% {
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
  }
}

@keyframes indexScrollButtonLine {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
  }
  50% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
  }
  51% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
  }
  53% {
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
  }
}

.index_p-kvScrollButton__line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.index_p-kvScrollButton__line::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
  left: 0;
  content: '';
  background-color: #fff;
  will-change: transform, transform-origin;
  -webkit-animation: indexScrollButtonLine 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
          animation: indexScrollButtonLine 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

.index_p-kvScrollButton__label {
  color: #fff;
  padding-right: 1.6em;
  white-space: nowrap;
  font-size: 10px ;
}

.index_p-serviceAndAbout {
  position: relative;
  padding-top: 60px ;
  padding-bottom: 178px ;
}

.index_p-serviceAndAbout__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 36px ;
  padding-right: 36px ;
}

.index_p-serviceAndAboutItem {
  position: relative;
}

.index_p-serviceAndAboutItem__inner {
  position: relative;
}

.index_p-serviceAndAboutItem__visual {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.index_p-serviceAndAboutItem__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

html:not(.is-noWebGL) .index_p-serviceAndAboutItem__visual img {
  display: none;
}

.index_p-about {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 60px ;
}

.index_p-serviceAndAboutItem__title {
  text-transform: uppercase;
  color: #FF641E;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 13px ;
  margin-bottom: 20px ;
}

.is-orangeBg .index_p-serviceAndAboutItem__title {
  color: #fff;
}

.index_p-serviceAndAboutItem__copy {
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
  font-size: 20px ;
}

.index_p-serviceAndAboutItem__description {
  line-height: 2.5;
  white-space: nowrap;
  font-size: 12px ;
  margin-top: 20px ;
}

.index_p-serviceAndAboutItem__link {
  margin-top: 30px ;
}

.index_p-others {
  position: relative;
  overflow: hidden;
  padding-top: 96px ;
  padding-bottom: 88px ;
  padding-left: 16px ;
  padding-right: 16px ;
}

.index_p-others__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.index_p-topics {
  position: relative;
}

.index_p-topics__title {
  text-transform: uppercase;
  color: #FF641E;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 13px ;
  margin-bottom: 44px ;
  padding-left: 20px ;
}

.is-orangeBg .index_p-topics__title {
  color: #fff;
}

.index_p-topicsLink {
  position: absolute;
  right: 36px ;
  top: 136px ;
}

.index_p-topics__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-top: 140px ;
  padding-bottom: 30px ;
  padding-left: 16px ;
  padding-right: 16px ;
}

.index_p-topicsList {
  position: relative;
}

.p-indexLoading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1002;
}

.indexLoading-enter-active,
.indexLoading-leave-active {
  -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
  transition: opacity 0.4s linear, visibility 0.4s linear;
}

.indexLoading-enter,
.indexLoading-leave-to {
  opacity: 0;
  visibility: hidden;
}

.indexLoading-enter-to,
.indexLoading-leave {
  opacity: 1;
  visibility: visible;
}

.p-indexLoading__copy {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  fill: #fff;
  bottom: 50%;
  width: 246px ;
  height: 116px ;
  margin-bottom: 68px ;
}

.is-loaded .p-indexLoading__copy {
  fill: #FF641E;
}

.p-indexLoading__copyL {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  fill: #fff;
  bottom: 50%;
}

.is-loaded .p-indexLoading__copyL {
  fill: #FF641E;
}

.p-indexLoading__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  fill: #fff;
  top: 50%;
  width: 85px ;
  height: 44px ;
  margin-top: 68px ;
}

.is-loaded .p-indexLoading__logo {
  fill: #FF641E;
}

.p-indexLoadingBar {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.p-indexLoadingBar__inner {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF641E;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-indexLoadingIndicator {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif !important;
  color: #FF641E;
  letter-spacing: 0.2em;
  padding: 1em 1.4em;
  text-align: center;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s linear, visibility 0.3s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear, visibility 0.3s linear;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear, visibility 0.3s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 13px ;
  bottom: 50px ;
}

.is-loaded .p-indexLoadingIndicator {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  visibility: hidden;
}

.p-indexLoadingEnterButton {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif !important;
  color: #FF641E;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear 0.4s, visibility 0.3s linear 0.4s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.3s linear 0.4s, visibility 0.3s linear 0.4s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.3s linear 0.4s, visibility 0.3s linear 0.4s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.3s linear 0.4s, visibility 0.3s linear 0.4s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  font-size: 13px ;
  bottom: 50px ;
  width: 120px;
}

.is-loaded .p-indexLoadingEnterButton {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.p-indexLoadingEnterButton__inner {
  padding: 1em 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@-webkit-keyframes indexEnterCharAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-0.6em);
            transform: translateY(-0.6em);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes indexEnterCharAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-0.6em);
            transform: translateY(-0.6em);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-indexLoadingEnterButton__char {
  display: block;
  letter-spacing: 0.4em !important;
}

.is-loaded .p-indexLoadingEnterButton__char:nth-child(1) {
  -webkit-animation: indexEnterCharAnim 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s infinite;
          animation: indexEnterCharAnim 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s infinite;
}

.is-loaded .p-indexLoadingEnterButton__char:nth-child(2) {
  -webkit-animation: indexEnterCharAnim 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s infinite;
          animation: indexEnterCharAnim 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s infinite;
}

.is-loaded .p-indexLoadingEnterButton__char:nth-child(3) {
  -webkit-animation: indexEnterCharAnim 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s infinite;
          animation: indexEnterCharAnim 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s infinite;
}

.is-loaded .p-indexLoadingEnterButton__char:nth-child(4) {
  -webkit-animation: indexEnterCharAnim 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s infinite;
          animation: indexEnterCharAnim 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s infinite;
}

.is-loaded .p-indexLoadingEnterButton__char:nth-child(5) {
  -webkit-animation: indexEnterCharAnim 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s infinite;
          animation: indexEnterCharAnim 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s infinite;
}

.p-mainGL {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.about_p-main {
  position: relative;
  display: block;
}

.about_p-kvCopy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 2;
  font-weight: bold;
  white-space: nowrap;
  font-size: 26px ;
}

.about_p-copy {
  position: relative;
  padding-top: 100px ;
  padding-bottom: 164px ;
}

.about_p-copy .c-copyL {
  margin-left: auto;
  margin-right: auto;
  line-height: 2.8;
  white-space: nowrap;
  letter-spacing: 0 !important;
  font-size: 18px ;
}

.about_p-vision {
  position: relative;
  padding-top: 0;
  padding-bottom: 64px ;
}

.about_p-vision .c-copyL {
  font-size: 20px ;
}

.about_p-vision__inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px ;
  padding-right: 36px ;
}

.about_p-vision__visual {
  position: relative;
  width: 100%;
}

.about_p-vision__visual::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.about_p-vision__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

html:not(.is-noWebGL) .about_p-vision__visual img {
  display: none;
}

.about_p-message {
  position: relative;
  padding-top: 0;
  padding-top: 100px ;
  padding-bottom: 40px ;
}

.about_p-message .c-copyL {
  font-size: 20px ;
}

.about_p-message__visual {
  position: relative;
  width: 100%;
  /* margin-bottom: 90px ; */
}

.about_p-message__visual::before {
  display: block;
  width: 100%;
  padding-top: 96.1474%;
  content: '';
}

.about_p-message__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.about_p-message__visual2 {
  position: relative;
  display: none;
}

.about_p-message__visual2::before {
  display: block;
  width: 100%;
  padding-top: 141.86047%;
  content: '';
}

.about_p-message__visual2 img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.about_p-message__firstBlock {
  padding-bottom: 90px ;
  display: flex;
  flex-direction: column-reverse;
}

.about_p-messageBottom {
  margin-top: 70px ;
}

.about_p-messageBottom__title {
  font-size: 10px ;
  margin-bottom: 14px ;
}

.about_p-messageBottom__name {
  font-size: 15px ;
}

.about_p-member {
  position: relative;
  padding-top: 0;
  padding-top: 100px ;
  padding-bottom: 164px ;
}

.about_p-member .c-copyL {
  font-size: 20px ;
}

.about_p-member__head {
  position: relative;
}

.about_p-member__message {
  position: absolute;
  right: 0;
  top: 0;
  color: #FF641E;
  font-size: 10px ;
  top: 2px ;
}

.about_p-member__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px ;
}

.about_p-memberItem {
  position: relative;
  width: 43%;
  padding-bottom: 30px ;
  margin-bottom: 30px ;
}

.about_p-memberItem:nth-child(even) {
  -webkit-transform: translateY(27.53623vw);
          transform: translateY(27.53623vw);
}

.about_p-memberItem.is-onScreenItem {
  -webkit-transform: translateY(4.83092vw);
          transform: translateY(4.83092vw);
}

.about_p-memberItem.is-onScreenItem:nth-child(even) {
  -webkit-transform: translateY(32.36715vw);
          transform: translateY(32.36715vw);
}

.about_p-memberItem.is-onScreenItem.is-onScreen {
  -webkit-transition: opacity 0.4s linear, visibility 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s linear, visibility 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s linear, visibility 0.4s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s linear, visibility 0.4s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(even) {
  -webkit-transform: translateY(27.53623vw);
          transform: translateY(27.53623vw);
}

.about_p-memberItem__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.8;
  margin-bottom: 10px ;
}

.about_p-memberItem__img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 159.72222%;
}

.about_p-memberItem__img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear !important;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  object-fit: cover;
}

.about_p-memberItem__title {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 11px ;
  margin-bottom: 10px ;
}

.about_p-memberItem__name {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 15px ;
  margin-bottom: 20px ;
}

.about_p-memberItem__description {
  line-height: 1.7;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 10px ;
}

.is-ie11 .about_p-memberItem:hover .about_p-memberItem__img {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  opacity: 1;
}

.is-ie11 .about_p-memberItem:hover .about_p-memberItem__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.is-ie11 .about_p-memberItem:hover .about_p-memberItem__title,
.is-ie11 .about_p-memberItem:hover .about_p-memberItem__name,
.is-ie11 .about_p-memberItem:hover .about_p-memberItem__description {
  color: #FF641E;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.about_p-service {
  position: relative;
  padding-top: 60px ;
  padding-bottom: 40px ;
}

.about_p-service .c-copyL {
  font-size: 20px ;
}

.about_p-service__inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px ;
  padding-right: 36px ;
}

.about_p-service__visual {
  position: relative;
  width: 100%;
}

.about_p-service__visual::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.about_p-service__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

html:not(.is-noWebGL) .about_p-service__visual img {
  display: none;
}

.about_p-service__link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.service_p-main {
  position: relative;
  display: block;
}

.service_p-customHome {
  position: relative;
  padding-top: 140px ;
  padding-bottom: 0px ;
}

.service_p-customHome .c-commonTxtBox {
  padding-top: 50px ;
}

.service_p-customHome__iegaoWrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}

.service_p-customHome__iegao {
  position: absolute;
  width: 67.64706%;
  right: -8px ;
  top: -60px ;
  width: 230px ;
}

.service_p-customHome__iegao::before {
  display: block;
  width: 100%;
  padding-top: 51.14286%;
  content: '';
}

.service_p-customHome__iegao img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service_p-customHome__visual {
  position: relative;
  width: 89.41176%;
  opacity: 0.35;
  margin-left: -20px ;
}

.service_p-customHome__visual::before {
  display: block;
  width: 100%;
  padding-top: 77.06897%;
  content: '';
}

.service_p-customHome__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service_p-iegao {
  position: relative;
}

.service_p-iegao .c-copy {
  position: relative;
  z-index: 2;
}

.service_p-iegao .c-commonTxtBox {
  width: 100%;
}

.service_p-iegao__inner {
  padding-top: 150px ;
}

.service_p-iegao__spacer {
  display: none;
}

.service_p-iegao__visual {
  position: relative;
  width: 83.52941%;
  opacity: 0.35;
  margin-top: -50px ;
  margin-left: 80px ;
  margin-bottom: -20px ;
}

.service_p-iegao__visual::before {
  display: block;
  width: 100%;
  padding-top: 77.06897%;
  content: '';
}

.service_p-iegao__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service_p-iegao5Features {
  position: relative;
}

.service_p-iegao5Features__title {
  color: #FF641E;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px ;
  margin-bottom: 90px ;
}

.service_p-iegao5Features__subTitle {
  margin-top: 1em;
  display: block;
  color: #fff;
  font-size: 15px ;
}

.service_p-technology {
  position: relative;
  padding-top: 156px ;
  padding-bottom: 0px ;
}

.service_projectSection {
  margin-bottom: 140px;
}

.service_p-technology .c-copy {
  font-size: 15px ;
}

.service_p-technology .c-description {
  text-align: left;
}

.service_p-technology__inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px ;
  padding-right: 36px ;
}

.service_projectSection {
  margin-bottom: 140px;
}

.service_p-technology__visual {
  position: relative;
  width: 100%;
}

.service_p-technology__visual::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.service_p-technology__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

html:not(.is-noWebGL) .service_p-technology__visual img {
  display: none;
}

.service_p-technology__link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  -webkit-transform: translateX(6%);
          transform: translateX(6%);
}

.service_p-technology__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.company_c-list {
  margin-top: 56px ;
}

.company_c-list dt {
  margin-bottom: 1em;
  font-size: 10px ;
  margin-top: 40px ;
}

.company_c-list dd {
  line-height: 2.5;
  font-weight: bold;
  font-size: 12px ;
}

.company_c-listTxt {
  line-height: 2.5;
  font-weight: bold;
  font-size: 12px ;
}

.company_c-historyList {
  list-style: none;
}

.company_c-historyListItem {
  list-style: none;
  position: relative;
  padding-left: 3em;
  white-space: nowrap;
}

.company_c-historyList__month {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.company_p-main {
  position: relative;
  display: block;
}

.company_p-overview,
.company_p-history {
  margin-top: 90px ;
}

.company_p-overview .c-commonSection__inner,
.company_p-history .c-commonSection__inner {
  max-width: 1136px;
}

.company_p-history {
  margin-top: 260px ;
}

.recruit_p-main {
  position: relative;
  display: block;
}

.recruit_p-message {
  position: relative;
  padding-top: 100px ;
  padding-bottom: 164px ;
}

.recruit_p-message .c-copyL {
  margin-left: auto;
  margin-right: auto;
  line-height: 2.8;
  white-space: nowrap;
  letter-spacing: 0 !important;
  font-size: 18px ;
}

.recruit_p-message .c-smallTitle {
  margin-bottom: 90px ;
}

.recruit_p-interview {
  padding-bottom: 156px ;
}

.recruit_p-interview .c-smallTitle {
  margin-bottom: 90px ;
}

.recruit_p-interviewItem {
  position: relative;
  margin-top: 80px ;
}

.recruit_p-interviewItem:first-child {
  margin-top: 0;
}

.recruit_p-interviewItem__inner {
  display: block;
}

.recruit_p-interviewItem__num {
  position: absolute;
  letter-spacing: 0.06em !important;
  z-index: 2;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 68px ;
  top: -30px ;
}

.recruit_p-interviewItem:nth-child(odd) .recruit_p-interviewItem__num {
  left: 0;
}

.recruit_p-interviewItem:nth-child(even) .recruit_p-interviewItem__num {
  right: 0;
}

.recruit_p-interviewItem__head {
  position: relative;
  width: 100%;
  margin-top: -46px ;
}

.recruit_p-interviewItem__img {
  position: relative;
  overflow: hidden;
  width: 92.35294%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.5;
}

.recruit_p-interviewItem__img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 52.9695%;
}

.recruit_p-interviewItem__img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear !important;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  object-fit: cover;
}

.recruit_p-interviewItem:nth-child(odd) .recruit_p-interviewItem__img {
  margin-left: 24px ;
}

.recruit_p-interviewItem__head {
  position: relative;
}

.recruit_p-interviewItem__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

.recruit_p-interviewItem__nameTitle {
  display: block;
  margin-right: 1em;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 12px ;
}

.recruit_p-interviewItem__name {
  display: block;
  font-weight: bold;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 15px ;
}

.recruit_p-interviewItem__title {
  line-height: 1.73;
  font-weight: bold;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 15px ;
}

.recruit_p-interviewItem.is-onScreenItem {
  opacity: 0;
}

.recruit_p-interviewItem.is-onScreenItem:nth-child(odd) {
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
}

.recruit_p-interviewItem.is-onScreenItem:nth-child(even) {
  -webkit-transform: translateX(6%);
          transform: translateX(6%);
}

.recruit_p-interviewItem.is-onScreenItem.is-onScreen {
  -webkit-transition: opacity 0.4s linear, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s linear, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s linear, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s linear, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-ie11 .recruit_p-interviewItem:hover .recruit_p-interviewItem__img {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  opacity: 1;
}

.is-ie11 .recruit_p-interviewItem:hover .recruit_p-interviewItem__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.is-ie11 .recruit_p-interviewItem:hover .recruit_p-interviewItem__title,
.is-ie11 .recruit_p-interviewItem:hover .recruit_p-interviewItem__nameTitle,
.is-ie11 .recruit_p-interviewItem:hover .recruit_p-interviewItem__name,
.is-ie11 .recruit_p-interviewItem:hover .recruit_p-interviewItem__num {
  color: #FF641E;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.recruit_p-requirements .c-smallTitle {
  margin-bottom: 64px ;
}

.recruit_p-requirementsItem {
  margin-top: 64px ;
}

.recruit_p-requirementsItem:first-child {
  margin-top: 0;
}

.recruit_p-requirementsItem__title {
  line-height: 1.85;
  font-weight: bold;
  font-size: 20px ;
  margin-bottom: 60px ;
}

.recruit_p-requirementsItemInfo__Group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 32px ;
}

.recruit_p-requirementsItemInfo__Group:first-child {
  margin-top: 0;
}

.recruit_p-requirementsItemInfo__label {
  line-height: 2.5;
  white-space: nowrap;
  font-size: 12px ;
  min-width: 84px ;
}

.recruit_p-requirementsItemInfo__contents {
  line-height: 2.5;
  font-size: 12px ;
}

.recruit_p-entryLink {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 9em;
  margin-top: 60px ;
}

.recruit_p-entryLink .c-circleArrowLink__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}

.recruit_p-entryLink .c-circleArrowLink__label {
  font-weight: bold;
  margin-right: 0.4em;
  font-size: 32px ;
}

.recruit_p-entryLink .c-circleArrowLink__label::after {
  display: none;
}

.recruit_p-entryLink .c-circleArrowLink__circleArrow {
  margin-top: 0.1em;
  min-width: 30px ;
  height: 30px ;
}

.recruit_p-entryLink__labelJa {
  display: block;
  margin-top: 0.6em;
  font-weight: normal;
  font-size: 15px ;
}

.recruit_p-modalHead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.recruit_p-modalHead__num {
  margin-top: -0.2em;
  margin-right: -0.1em;
  white-space: nowrap;
  font-size: 45px ;
  margin-bottom: 30px ;
}

.recruit_p-modalHead__title {
  font-weight: bold;
  margin-bottom: 1em;
  white-space: nowrap;
  font-size: 12px ;
}

.recruit_p-modalHead__name {
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px ;
}

.recruit_p-modalContents {
  position: relative;
  width: 100%;
}

.recruit_p-modalContents__img {
  position: relative;
}

.recruit_p-modalContents__img img {
  width: 100%;
  height: auto;
}

.recruit_p-modalContents__title {
  font-weight: bold;
  line-height: 2.15;
  border-bottom: 1px solid #fff;
  font-size: 20px ;
  margin-top: 40px ;
  padding-bottom: 20px ;
}

.recruit_p-modalContents__body {
  line-height: 2.5;
  font-size: 12px ;
  padding-top: 20px ;
}

.recruit_p-modalContents__body p {
  margin-top: 2em;
}

.recruit_p-modalContents__body p:first-child {
  margin-top: 0;
}

.recruit_p-interviewContentsList {
  display: none;
}

.technology_c-section {
  position: relative;
  margin-top: 80px ;
}

.technology_c-section:first-child {
  margin-top: 0;
}

.technology_c-section .c-commonTxtBox {
  margin-top: -70px ;
}

.technology_c-section .c-description {
  position: relative;
  z-index: 2;
}

.technology_c-section .c-description a {
  color: #FF641E;
  text-decoration: underline;
}

.technology_c-section__logo {
  position: absolute;
  width: 40%;
  bottom: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  right: 26px ;
}

.technology_c-section__logo::before {
  display: block;
  width: 100%;
  padding-top: 41.51515%;
  content: '';
}

.technology_c-section__logo img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: block !important;
  opacity: 1 !important;
}

.technology_c-section__keyVisual {
  position: relative;
  opacity: 0.35;
}

.technology_c-section__keyVisual::before {
  display: block;
  width: 100%;
  padding-top: 73.20755%;
  content: '';
}

.technology_c-section__keyVisual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.technology_c-section__visual {
  position: relative;
  width: 100%;
  margin-top: -10%;
}

.technology_c-section__visual::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.technology_c-section__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

html:not(.is-noWebGL) .technology_c-section__visual img {
  display: none;
}

.technology_p-main {
  position: relative;
  display: block;
}

.technology_p-service {
  position: relative;
  margin-top: 160px ;
  padding-top: 60px ;
  padding-bottom: 40px ;
}

.technology_p-service .c-copyL {
  font-size: 20px ;
}

.technology_p-service__inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px ;
  padding-right: 36px ;
}

.technology_p-service__visual {
  position: relative;
  width: 100%;
}

.technology_p-service__visual::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.technology_p-service__visual img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

html:not(.is-noWebGL) .technology_p-service__visual img {
  display: none;
}

.technology_p-service__link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.technology_p-mainSections {
  position: relative;
  margin-top: 80px ;
}

.technology_p-mainSections__anchor {
  position: absolute;
  display: none;
}

.topics_c-item {
  position: relative;
  margin-top: 90px ;
}

.topics_c-item:first-child {
  margin-top: 0;
}

.topics_c-item__inner {
  position: relative;
  display: block;
}

.topics_c-item__thumb {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-bottom: 24px ;
}

.topics_c-item__thumb::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 70%;
}

.topics_c-item__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear !important;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.topics_c-item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.topics_c-item__date {
  color: #fff;
  margin-bottom: 1em;
  font-size: 10px ;
}

.topics_c-item__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.6em;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-size: 14px ;
}

.topics_c-item__title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.topics_c-item__description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 1em;
  font-size: 10px ;
}

.topics_c-item__category {
  color: #fff;
  background-color: #FF641E;
  padding: 0.6em 1em;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  font-size: 10px ;
}

.is-orangeBg .topics_c-item__category {
  color: #FF641E;
  background-color: #fff;
}

.is-ie11 .topics_c-item:hover .topics_c-item__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.is-ie11 .topics_c-item:hover .topics_c-item__title {
  color: #FF641E;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.is-orangeBg .is-ie11 .topics_c-item:hover .topics_c-item__title {
  color: #fff;
}

.topics_p-main {
  position: relative;
  display: block;
}

.topics_p-main .c-smallTitle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topics_p-categoryNav {
  position: relative;
  padding-left: 10px ;
  padding-right: 10px ;
  margin-top: 74px ;
}

.topics_p-categoryNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topics_p-categoryNavItem {
  position: relative;
  display: block;
  margin-left: 5px ;
  margin-right: 5px ;
  margin-top: 10px ;
}

.topics_p-categoryNavItem__inner {
  display: block;
  color: #fff;
  background-color: #FF641E;
  letter-spacing: 0.08em !important;
  padding: 0.6em 0.5em;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  font-size: 12px ;
}

.topics_p-categoryNavItem.is-current .topics_p-categoryNavItem__inner {
  background-color: #fff;
  color: #FF641E;
}

.is-ie11 .topics_p-categoryNavItem:hover .topics_p-categoryNavItem__inner {
  background-color: #fff;
  color: #FF641E;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.topics_p-list {
  position: relative;
  padding-left: 36px ;
  padding-right: 36px ;
  padding-top: 74px ;
}

.topics_p-pagination {
  position: relative;
  margin-top: 100px ;
  margin-left: 36px ;
  margin-right: 36px ;
  height: 32px ;
}

.topics_p-paginationNavButton {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
}

.topics_p-paginationNavButton__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4em 0;
}

.topics_p-paginationNavButton__label {
  display: block;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 0.1em;
  font-size: 11px ;
}

.topics_p-paginationNavButton__label::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.topics_p-paginationNavButton__circleArrow {
  width: 16px ;
  height: 16px ;
  margin-left: 10px ;
}

.topics_p-paginationNavButton__circleArrow::after {
  -webkit-transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.topics_p-paginationNavButton--prev {
  left: 0;
}

.topics_p-paginationNavButton--prev .topics_p-paginationNavButton__circleArrow {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 0;
  margin-right: 10px ;
}

.topics_p-paginationNavButton--prev .topics_p-paginationNavButton__label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.topics_p-paginationNavButton--next {
  right: 0;
}

.is-ie11 .topics_p-paginationNavButton__inner:hover .topics_p-paginationNavButton__label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.is-ie11 .topics_p-paginationNavButton__inner:hover .topics_p-paginationNavButton__circleArrow::after {
  -webkit-transform: translateX(0%) rotate(45deg);
          transform: translateX(0%) rotate(45deg);
}

.topics_p-paginationNums {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topics_p-paginationNumItem {
  position: relative;
  margin-left: 4px ;
  margin-right: 4px ;
  font-size: 12px ;
}

.topics_p-paginationNumItem__inner {
  display: block;
  color: #767676;
  padding: 0.5em 0.2em;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.topics_p-paginationNumItem.is-current .topics_p-paginationNumItem__inner {
  color: #fff;
}

.is-ie11 a.topics_p-paginationNumItem__inner:hover {
  color: #fff;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.topics_p-paginationNumItem--num + .topics_p-paginationNumItem--num::before {
  display: block;
  color: #767676;
  padding: 0.5em 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: -0.6em;
  content: '/';
}

.topics_p-paginationLinkToList {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

.topics_p-paginationLinkToList__inner {
  position: relative;
  padding: 0.4em 0 0.6em;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 12px ;
}

.topics_p-paginationLinkToList__label {
  position: relative;
}

.topics_p-paginationLinkToList__label::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.is-ie11 .topics_p-paginationLinkToList:hover .topics_p-paginationLinkToList__label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.topicsDetail_p-main .c-smallTitle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topicsDetail_p-article {
  margin-top: 98px ;
  padding-left: 16px ;
  padding-right: 16px ;
}

.topicsDetail_p-article__img {
  width: 100%;
  position: relative;
}

.topicsDetail_p-article__img img {
  width: 100%;
  height: auto;
}

.topicsDetail_p-article__contents {
  position: relative;
  padding-left: 20px ;
  padding-right: 20px ;
  margin-top: 70px ;
  padding-top: 10px ;
}

.topicsDetail_p-article__date {
  color: #fff;
  font-size: 12px ;
  margin-bottom: 16px ;
}

.topicsDetail_p-article__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.6em;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-size: 18px ;
}

.topicsDetail_p-article__title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.topicsDetail_p-article__body {
  color: #fff;
  line-height: 2.5;
  font-size: 12px ;
  margin-top: 56px ;
}

.topicsDetail_p-article__body p {
  margin-top: 2.5em;
}

.topicsDetail_p-article__category {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #FF641E;
  padding: 0.6em 1em;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  font-size: 12px ;
  right: 20px ;
}

.contact_p-main {
  position: relative;
  display: block;
}

.contact_p-main .c-smallTitle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry_p-main {
  position: relative;
  display: block;
}

.entry_p-main .c-smallTitle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy_c-section {
  margin-top: 90px ;
  padding-left: 36px ;
  padding-right: 36px ;
  font-size: 12px ;
}

.privacy_c-sectionTitle {
  font-size: 15px ;
  margin-bottom: 40px ;
}

.privacy_c-txt {
  line-height: 2.5;
  font-size: 12px ;
}

.privacy_c-numberedTitle {
  line-height: 2.5;
  font-size: 12px ;
}

.privacy_c-list {
  list-style-position: outside;
  list-style-type: none;
  font-size: 12px ;
}

.privacy_c-list li {
  position: relative;
  padding-left: 1em;
}

.privacy_c-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '・';
}

.privacy_c-orderedList {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1em;
  font-size: 12px ;
}

.privacy_c-orderedList--type2 {
  list-style: none;
  padding-left: 0;
}

.privacy_c-orderedList--type2 > li {
  counter-increment: listCount;
  position: relative;
  padding-left: 2em;
}

.privacy_c-orderedList--type2 > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "(" counter(listCount) ")";
}

.privacy_c-orderedList--type3 {
  list-style: none;
  padding-left: 0;
}

.privacy_c-orderedList--type3 > li {
  position: relative;
  padding-left: 2em;
}

.privacy_c-orderedList--type3 > li::before {
  position: absolute;
  left: 0;
  top: 0;
}

.privacy_c-orderedList--type3 > li:nth-child(1)::before {
  content: 'ア)';
}

.privacy_c-orderedList--type3 > li:nth-child(2)::before {
  content: 'イ)';
}

.privacy_c-orderedList--type3 > li:nth-child(3)::before {
  content: 'ウ)';
}

.privacy_p-main {
  position: relative;
  display: block;
}

.privacy_p-main .c-smallTitle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy_u-marginTop, .privacy_p-date,
.privacy_p-company,
.privacy_p-contact, .privacy_c-end {
  margin-top: 2em;
}

.privacy_u-marginBottom, .privacy_p-date,
.privacy_p-company,
.privacy_p-contact {
  margin-bottom: 2em;
}

.privacy_u-marginLeft {
  margin-left: 1em;
}

.privacy_u-negativeMarginLeft {
  margin-left: -1em;
}

.is-onScreenImg img {
  opacity: 0;
}

.is-onScreenImg.is-onScreenImgLoaded.is-onScreen img,
:not(.is-onScreenImg).is-onScreenImgLoaded img {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.is-onScreenTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.is-onScreenTxt span.is-hidden {
  position: relative;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.is-onScreenTxt span[aria-hidden="true"] {
  opacity: 0;
  position: relative;
  display: block;
}

.is-onScreenTxt span[aria-hidden="true"]:after {
  content: '';
  display: none;
  height: 90%;
  top: 0;
  width: 0.1em;
  background-color: #000;
  position: absolute;
  right: -0.2em;
}

.is-onScreenTxt.is-onScreen.is-charIndex--1 span[aria-hidden="true"]:nth-child(1):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--1 span[aria-hidden="true"]:nth-child(-n + 1) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--2 span[aria-hidden="true"]:nth-child(2):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--2 span[aria-hidden="true"]:nth-child(-n + 2) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--3 span[aria-hidden="true"]:nth-child(3):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--3 span[aria-hidden="true"]:nth-child(-n + 3) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--4 span[aria-hidden="true"]:nth-child(4):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--4 span[aria-hidden="true"]:nth-child(-n + 4) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--5 span[aria-hidden="true"]:nth-child(5):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--5 span[aria-hidden="true"]:nth-child(-n + 5) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--6 span[aria-hidden="true"]:nth-child(6):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--6 span[aria-hidden="true"]:nth-child(-n + 6) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--7 span[aria-hidden="true"]:nth-child(7):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--7 span[aria-hidden="true"]:nth-child(-n + 7) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--8 span[aria-hidden="true"]:nth-child(8):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--8 span[aria-hidden="true"]:nth-child(-n + 8) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--9 span[aria-hidden="true"]:nth-child(9):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--9 span[aria-hidden="true"]:nth-child(-n + 9) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--10 span[aria-hidden="true"]:nth-child(10):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--10 span[aria-hidden="true"]:nth-child(-n + 10) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--11 span[aria-hidden="true"]:nth-child(11):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--11 span[aria-hidden="true"]:nth-child(-n + 11) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--12 span[aria-hidden="true"]:nth-child(12):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--12 span[aria-hidden="true"]:nth-child(-n + 12) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--13 span[aria-hidden="true"]:nth-child(13):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--13 span[aria-hidden="true"]:nth-child(-n + 13) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--14 span[aria-hidden="true"]:nth-child(14):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--14 span[aria-hidden="true"]:nth-child(-n + 14) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--15 span[aria-hidden="true"]:nth-child(15):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--15 span[aria-hidden="true"]:nth-child(-n + 15) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--16 span[aria-hidden="true"]:nth-child(16):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--16 span[aria-hidden="true"]:nth-child(-n + 16) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--17 span[aria-hidden="true"]:nth-child(17):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--17 span[aria-hidden="true"]:nth-child(-n + 17) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--18 span[aria-hidden="true"]:nth-child(18):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--18 span[aria-hidden="true"]:nth-child(-n + 18) {
  opacity: 1;
}

.is-onScreenTxt.is-onScreen.is-charIndex--19 span[aria-hidden="true"]:nth-child(19):after {
  display: block;
}

.is-onScreenTxt.is-onScreen.is-charIndex--19 span[aria-hidden="true"]:nth-child(-n + 19) {
  opacity: 1;
}

@media screen and (max-width: 413px) {
  .c-form {
    margin-top: 21.73913vw ;
    padding-left: 8.69565vw ;
    padding-right: 8.69565vw ;
  }
  .c-form__lead {
    font-size: 4.83092vw ;
    margin-bottom: 9.66184vw ;
  }
  .c-form__info {
    font-size: 2.89855vw ;
    margin-bottom: 10.62802vw ;
  }
  .c-formTel__inner {
    font-size: 3.86473vw ;
    height: 12.56039vw ;
  }
  .c-formTel__icon {
    width: 4.34783vw ;
    height: 4.58937vw ;
    margin-right: 3.38164vw ;
  }
  .c-form__form {
    margin-top: 15.45894vw ;
  }
  .c-formItem {
    margin-top: 12.56039vw ;
  }
  .c-formItem__label {
    font-size: 2.41546vw ;
    margin-bottom: 2.89855vw ;
  }
  .c-formItem__errorMsg {
    font-size: 2.89855vw ;
  }
  .c-form__bottom {
    margin-top: 15.45894vw ;
  }
  .c-form__bottomTxt {
    font-size: 2.89855vw ;
  }
  .c-formSubmitButton {
    margin-top: 15.45894vw ;
    width: 59.90338vw ;
  }
  .c-formSubmitButton__inner {
    font-size: 3.86473vw ;
    height: 12.56039vw ;
  }
  .c-contactLink {
    padding-top: 31.40097vw ;
    padding-bottom: 0vw ;
  }
  .c-contactLink__label {
    font-size: 12.80193vw ;
  }
  .c-contactLink .c-contactLink__circleArrow {
    width: 5.31401vw ;
    height: 5.31401vw ;
  }
  .c-pageKV .c-pageTitle {
    bottom: 11.11111vw ;
  }
  .c-circleArrowLink__label {
    font-size: 2.41546vw ;
  }
  .c-circleArrowLink__circleArrow {
    min-width: 5.31401vw ;
    width: 5.31401vw ;
    height: 5.31401vw ;
  }
  .c-simplePageSection {
    padding-top: 34.78261vw ;
  }
  .c-pageTitle__label {
    font-size: 2.89855vw ;
  }
  .c-pageTitle__labelJa {
    font-size: 2.89855vw ;
    margin-bottom: 5.7971vw ;
  }
  .c-smallTitle__label {
    font-size: 2.89855vw ;
  }
  .c-smallTitle__labelJa {
    font-size: 2.89855vw ;
  }
  .c-commonSection__inner {
    padding-left: 8.69565vw ;
    padding-right: 8.69565vw ;
  }
  .c-commonTxtBox .c-circleArrowLink {
    margin-top: 11.11111vw ;
  }
  .c-commonTxtBox__inner {
    margin-top: 11.11111vw ;
  }
  .c-commonTxtBox__inner .c-description {
    margin-top: 11.11111vw ;
  }
  .c-description {
    font-size: 2.89855vw ;
  }
  .c-copy {
    font-size: 4.83092vw ;
  }
  .c-copyL {
    font-size: 6.28019vw ;
  }
  .c-numberTxtBox {
    margin-top: 15.45894vw ;
  }
  .c-numberTxtBox .c-description {
    margin-top: 6.76329vw ;
  }
  .c-numberTxtBox__title {
    padding-left: 20.77295vw ;
    font-size: 3.62319vw ;
  }
  .c-numberTxtBox__num {
    font-size: 14.00966vw ;
  }
  .p-header__logoMark {
    width: 9.17874vw ;
    height: 8.69565vw ;
    top: 9.17874vw ;
  }
  .p-header__logoTxt {
    width: 18.35749vw ;
    height: 9.5028vw ;
    top: 9.67729vw ;
    left: 3.86473vw ;
  }
  .p-footer {
    padding-top: 35.2657vw ;
    padding-bottom: 11.11111vw ;
  }
  .p-footer__inner {
    padding-left: 8.69565vw ;
    padding-right: 8.69565vw ;
  }
  .p-footer__logoMark {
    width: 12.07729vw ;
    height: 12.07729vw ;
    margin-right: 3.38164vw ;
  }
  .p-footer__logoTxt {
    width: 26.57005vw ;
    height: 13.7539vw ;
  }
  .p-footer__addresses {
    font-size: 3.38164vw ;
    margin-top: 8.69565vw ;
    margin-bottom: 5.7971vw ;
  }
  .p-footerContactLink__inner {
    padding-top: 1.93237vw ;
    padding-bottom: 1.93237vw ;
  }
  .p-footerContactLink__label {
    font-size: 2.89855vw ;
    margin-right: 2.89855vw ;
  }
  .p-footerContactLink__circleArrow {
    width: 3.86473vw ;
    height: 3.86473vw ;
  }
  .p-footerNav__list {
    margin-bottom: 31.40097vw ;
  }
  .p-footerNavItem {
    margin-bottom: 1.93237vw ;
  }
  .p-footer__bottom {
    margin-top: 38.64734vw ;
  }
  .p-footer__copyright {
    font-size: 2.41546vw ;
  }
  .p-footerPrivacyLink {
    font-size: 2.41546vw ;
  }
  .p-footerPrivacyLink__inner {
    padding-top: 1.44928vw ;
    padding-bottom: 1.44928vw ;
  }
  .p-menu__contents {
    padding-top: 8.69565vw ;
    padding-bottom: 4.34783vw ;
    padding-left: 3.86473vw ;
    padding-right: 3.86473vw ;
  }
  .p-menu__logoMark {
    width: 12.07729vw ;
    height: 12.07729vw ;
    margin-right: 3.38164vw ;
  }
  .p-menu__logoTxt {
    width: 26.57005vw ;
    height: 13.7539vw ;
  }
  .p-menuCloseButton {
    width: 8.69565vw ;
    height: 8.69565vw ;
    right: 1.93237vw ;
    top: 9.42029vw ;
  }
  .p-menuCloseButton::before, .p-menuCloseButton::after {
    width: 4.83092vw ;
    height: 0.48309vw ;
    border-radius: 0.24155vw ;
  }
  .p-menuNav {
    margin-top: 12.07729vw ;
  }
  .p-menuNavItem,
  .p-menuFunctionItem {
    margin-top: 1.93237vw ;
  }
  .p-menuNavItem__inner,
  .p-menuFunctionItem__inner {
    padding-top: 1.44928vw ;
    padding-bottom: 1.44928vw ;
  }
  .p-menuNavItem__label,
  .p-menuFunctionItem__label {
    font-size: 4.83092vw ;
  }
  .p-menuNavItem__labelJa,
  .p-menuFunctionItem__labelJa {
    font-size: 1.93237vw ;
  }
  .is-ie11 .p-menuNavItem:hover .p-menuNavItem__label,
  .is-ie11 .p-menuNavItem:hover .p-menuNavItem__labelJa {
    -webkit-transform: translateX(1.44928vw);
            transform: translateX(1.44928vw);
  }
  .is-ie11 .p-menuFunctionItem:hover .p-menuFunctionItem__label,
  .is-ie11 .p-menuFunctionItem:hover .p-menuFunctionItem__labelJa {
    -webkit-transform: translateX(1.44928vw);
            transform: translateX(1.44928vw);
  }
  .p-menu__functions {
    width: 66.18357vw ;
    padding-top: 7.72947vw ;
    margin-top: 7.72947vw ;
  }
  .p-menuFunctionItem .c-circleArrow {
    width: 3.86473vw ;
    height: 3.86473vw ;
  }
  .p-menuSNS {
    margin-top: 7.72947vw ;
  }
  .p-menuSNSLink {
    width: 7.72947vw ;
    height: 7.72947vw ;
  }
  .p-menuSNSLink__inner svg {
    width: 4.10628vw ;
  }
  .p-menu__bottom {
    margin-top: 18.35749vw ;
    padding-bottom: 4.34783vw ;
    padding-left: 3.86473vw ;
    padding-right: 3.86473vw ;
  }
  .p-menu__copyright {
    font-size: 2.41546vw ;
  }
  .p-menuPrivacyLink {
    font-size: 2.41546vw ;
  }
  .p-menuPrivacyLink__inner {
    padding-top: 1.44928vw ;
    padding-bottom: 1.44928vw ;
  }
  .p-modal__contents {
    padding-top: 48.30918vw ;
    padding-bottom: 19.32367vw ;
    padding-left: 3.86473vw ;
    padding-right: 32.85024vw ;
  }
  .p-modal__logoMark {
    width: 12.07729vw ;
    height: 12.07729vw ;
    margin-right: 3.38164vw ;
  }
  .p-modal__logoTxt {
    width: 26.57005vw ;
    height: 4.10628vw ;
  }
  .p-modalCloseButton {
    width: 20.77295vw ;
    height: 8.69565vw ;
    right: 1.93237vw ;
    top: 9.42029vw ;
  }
  .p-modalCloseButton::before, .p-modalCloseButton::after {
    width: 4.83092vw ;
    height: 0.48309vw ;
    border-radius: 0.24155vw ;
    right: 1.93237vw ;
  }
  .p-modalCloseButton__label {
    font-size: 2.657vw ;
    right: 8.69565vw ;
  }
  .p-modal__headContents {
    padding-top: 48.30918vw ;
    padding-right: 3.86473vw ;
  }
  .p-menuButton {
    width: 8.69565vw ;
    height: 8.69565vw ;
    right: 1.93237vw ;
    top: 9.42029vw ;
  }
  .p-menuButton::before, .p-menuButton::after {
    width: 4.83092vw ;
    height: 0.48309vw ;
    border-radius: 0.24155vw ;
  }
  .index_c-topicsItem {
    margin-top: 7.24638vw ;
  }
  .index_c-topicsItem__inner {
    padding-left: 4.83092vw ;
  }
  .index_c-topicsItem__thumb {
    width: 30.43478vw ;
    min-width: 30.43478vw ;
    margin-right: 4.83092vw ;
  }
  .index_c-topicsItem:first-child .index_c-topicsItem__thumb {
    margin-bottom: 5.7971vw ;
  }
  .index_c-topicsItem:first-child .index_c-topicsItem__contents {
    padding-left: 4.83092vw ;
    padding-right: 4.83092vw ;
  }
  .index_c-topicsItem__date {
    font-size: 2.41546vw ;
  }
  .index_c-topicsItem__title {
    font-size: 3.38164vw ;
  }
  .index_c-topicsItem__description {
    font-size: 2.41546vw ;
  }
  .index_c-topicsItem__category {
    font-size: 2.41546vw ;
  }
  .index_c-othersItem {
    margin-top: 17.3913vw ;
  }
  .index_c-othersItem__contents {
    padding-left: 4.83092vw ;
    padding-right: 4.83092vw ;
  }
  .index_c-othersItem__thumb {
    margin-bottom: 8.69565vw ;
  }
  .index_c-othersItem__title {
    font-size: 3.38164vw ;
  }
  .index_c-othersItem__viewDetail {
    top: -0.96618vw ;
    right: 4.83092vw ;
  }
  .index_c-kvItem__link {
    bottom: 8.69565vw ;
  }
  .index_c-kvItem__mainCopy {
    font-size: 4.34783vw ;
  }
  .index_c-kvItem__description {
    font-size: 2.41546vw ;
    bottom: 20.28986vw ;
    width: 82.1256vw ;
  }
  .indexKVItem-enter .index_c-kvItem__description,
  .indexKVItem-enter .index_c-kvItem__link {
    -webkit-transform: translate(-50%, 1.93237vw);
            transform: translate(-50%, 1.93237vw);
  }
  .index_c-kvIndicatorItem {
    margin-top: 2.41546vw ;
    width: 7.24638vw ;
    height: 7.24638vw ;
  }
  .index_c-kvIndicatorItem::after {
    width: 0.72464vw ;
    height: 0.72464vw ;
  }
  .index_p-kvIndicatorItems {
    width: 7.24638vw ;
    right: 3.86473vw ;
  }
  .index_p-kvScrollButton {
    width: 42.02899vw ;
  }
  .index_p-kvScrollButton__label {
    font-size: 2.41546vw ;
  }
  .index_p-serviceAndAbout {
    padding-top: 14.49275vw ;
    padding-bottom: 42.99517vw ;
  }
  .index_p-serviceAndAbout__inner {
    padding-left: 8.69565vw ;
    padding-right: 8.69565vw ;
  }
  .index_p-about {
    margin-top: 14.49275vw ;
  }
  .index_p-serviceAndAboutItem__title {
    font-size: 3.1401vw ;
    margin-bottom: 4.83092vw ;
  }
  .index_p-serviceAndAboutItem__copy {
    font-size: 4.83092vw ;
  }
  .index_p-serviceAndAboutItem__description {
    font-size: 2.89855vw ;
    margin-top: 4.83092vw ;
  }
  .index_p-serviceAndAboutItem__link {
    margin-top: 7.24638vw ;
  }
  .index_p-others {
    padding-top: 23.18841vw ;
    padding-bottom: 21.25604vw ;
    padding-left: 3.86473vw ;
    padding-right: 3.86473vw ;
  }
  .index_p-topics__title {
    font-size: 3.1401vw ;
    margin-bottom: 10.62802vw ;
    padding-left: 4.83092vw ;
  }
  .index_p-topicsLink {
    right: 8.69565vw ;
    top: 32.85024vw ;
  }
  .index_p-topics__inner {
    padding-top: 33.81643vw ;
    padding-bottom: 7.24638vw ;
    padding-left: 3.86473vw ;
    padding-right: 3.86473vw ;
  }
  .p-indexLoading__copy {
    width: 59.42029vw ;
    height: 28.01932vw ;
    margin-bottom: 16.42512vw ;
  }
  .p-indexLoading__logo {
    width: 20.5314vw ;
    height: 10.628vw ;
    margin-top: 16.42512vw ;
  }
  .p-indexLoadingIndicator {
    font-size: 3.1401vw ;
    bottom: 12.07729vw ;
  }
  .p-indexLoadingEnterButton {
    font-size: 3.1401vw ;
    bottom: 12.07729vw ;
  }
  .about_p-kvCopy {
    font-size: 6.28019vw ;
  }
  .about_p-copy {
    padding-top: 24.15459vw ;
    padding-bottom: 39.61353vw ;
  }
  .about_p-copy .c-copyL {
    font-size: 4.34783vw ;
  }
  .about_p-vision {
    padding-bottom: 15.45894vw ;
  }
  .about_p-vision .c-copyL {
    font-size: 4.83092vw ;
  }
  .about_p-vision__inner {
    padding-left: 8.69565vw ;
    padding-right: 8.69565vw ;
  }
  .about_p-message {
    padding-top: 24.15459vw ;
    padding-bottom: 9.66184vw ;
  }
  .about_p-message .c-copyL {
    font-size: 4.83092vw ;
  }
  /* .about_p-message__visual {
    margin-bottom: 21.73913vw ;
  } */
  .about_p-message__firstBlock {
    padding-bottom: 21.73913vw ;
  }
  .about_p-messageBottom {
    margin-top: 16.90821vw ;
  }
  .about_p-messageBottom__title {
    font-size: 2.41546vw ;
    margin-bottom: 3.38164vw ;
  }
  .about_p-messageBottom__name {
    font-size: 3.62319vw ;
  }
  .about_p-member {
    padding-top: 24.15459vw ;
    padding-bottom: 39.61353vw ;
  }
  .about_p-member .c-copyL {
    font-size: 4.83092vw ;
  }
  .about_p-member__message {
    font-size: 2.41546vw ;
    top: 0.48309vw ;
  }
  .about_p-member__list {
    padding-top: 16.90821vw ;
  }
  .about_p-memberItem {
    padding-bottom: 7.24638vw ;
    margin-bottom: 7.24638vw ;
  }
  .about_p-memberItem__img {
    margin-bottom: 2.41546vw ;
  }
  .about_p-memberItem__title {
    font-size: 2.657vw ;
    margin-bottom: 2.41546vw ;
  }
  .about_p-memberItem__name {
    font-size: 3.62319vw ;
    margin-bottom: 4.83092vw ;
  }
  .about_p-memberItem__description {
    font-size: 2.41546vw ;
  }
  .about_p-service {
    padding-top: 14.49275vw ;
    padding-bottom: 9.66184vw ;
  }
  .about_p-service .c-copyL {
    font-size: 4.83092vw ;
  }
  .about_p-service__inner {
    padding-left: 8.69565vw ;
    padding-right: 8.69565vw ;
  }
  .service_p-customHome {
    padding-top: 33.81643vw ;
    padding-bottom: 0vw ;
  }
  .service_p-customHome .c-commonTxtBox {
    padding-top: 12.07729vw ;
  }
  .service_p-customHome__iegao {
    right: -1.93237vw ;
    top: -14.49275vw ;
  }
  .service_p-customHome__iegao {
    width: 55.55556vw ;
  }
  .service_p-customHome__visual {
    margin-left: -4.83092vw ;
  }
  .service_p-iegao__inner {
    padding-top: 36.23188vw ;
  }
  .service_p-iegao__visual {
    margin-top: -12.07729vw ;
    margin-left: 19.32367vw ;
    margin-bottom: -4.83092vw ;
  }
  .service_p-iegao .c-commonTxtBox{
    transform: none !important;
  }
  .service_p-iegao5Features__title {
    font-size: 9.66184vw ;
    margin-bottom: 21.73913vw ;
  }
  .service_p-iegao5Features__subTitle {
    font-size: 3.62319vw ;
  }
  .service_p-technology {
    padding-top: 37.68116vw ;
    padding-bottom: 0vw ;
  }
  .service_p-technology .c-copy {
    font-size: 3.62319vw ;
  }
  .service_p-technology__inner {
    padding-left: 8.69565vw ;
    padding-right: 8.69565vw ;
  }
  .company_c-list {
    margin-top: 13.52657vw ;
  }
  .company_c-list dt {
    font-size: 2.41546vw ;
    margin-top: 9.66184vw ;
  }
  .company_c-list dd {
    font-size: 2.89855vw ;
  }
  .company_c-listTxt {
    font-size: 2.89855vw ;
  }
  .company_p-overview,
  .company_p-history {
    margin-top: 21.73913vw ;
  }
  .company_p-history {
    margin-top: 62.80193vw ;
  }
  .recruit_p-message {
    padding-top: 24.15459vw ;
    padding-bottom: 39.61353vw ;
  }
  .recruit_p-message .c-copyL {
    font-size: 4.34783vw ;
  }
  .recruit_p-message .c-smallTitle {
    margin-bottom: 21.73913vw ;
  }
  .recruit_p-interview {
    padding-bottom: 37.68116vw ;
  }
  .recruit_p-interview .c-smallTitle {
    margin-bottom: 21.73913vw ;
  }
  .recruit_p-interviewItem {
    margin-top: 19.32367vw ;
  }
  .recruit_p-interviewItem__num {
    font-size: 16.42512vw ;
    top: -7.24638vw ;
  }
  .recruit_p-interviewItem__head {
    margin-top: -11.11111vw ;
  }
  .recruit_p-interviewItem:nth-child(odd) .recruit_p-interviewItem__img {
    margin-left: 5.7971vw ;
  }
  .recruit_p-interviewItem__nameTitle {
    font-size: 2.89855vw ;
  }
  .recruit_p-interviewItem__name {
    font-size: 3.62319vw ;
  }
  .recruit_p-interviewItem__title {
    font-size: 3.62319vw ;
  }
  .recruit_p-requirements .c-smallTitle {
    margin-bottom: 15.45894vw ;
  }
  .recruit_p-requirementsItem {
    margin-top: 15.45894vw ;
  }
  .recruit_p-requirementsItem__title {
    font-size: 4.83092vw ;
    margin-bottom: 14.49275vw ;
  }
  .recruit_p-requirementsItemInfo__Group {
    margin-top: 7.72947vw ;
  }
  .recruit_p-requirementsItemInfo__label {
    font-size: 2.89855vw ;
    min-width: 20.28986vw ;
  }
  .recruit_p-requirementsItemInfo__contents {
    font-size: 2.89855vw ;
  }
  .recruit_p-entryLink {
    margin-top: 14.49275vw ;
  }
  .recruit_p-entryLink .c-circleArrowLink__label {
    font-size: 7.72947vw ;
  }
  .recruit_p-entryLink .c-circleArrowLink__circleArrow {
    min-width: 7.24638vw ;
    height: 7.24638vw ;
  }
  .recruit_p-entryLink__labelJa {
    font-size: 3.62319vw ;
  }
  .recruit_p-modalHead__num {
    font-size: 10.86957vw ;
    margin-bottom: 7.24638vw ;
  }
  .recruit_p-modalHead__title {
    font-size: 2.89855vw ;
  }
  .recruit_p-modalHead__name {
    font-size: 3.38164vw ;
  }
  .recruit_p-modalContents__title {
    font-size: 4.83092vw ;
    margin-top: 9.66184vw ;
    padding-bottom: 4.83092vw ;
  }
  .recruit_p-modalContents__body {
    font-size: 2.89855vw ;
    padding-top: 4.83092vw ;
  }
  .technology_c-section {
    margin-top: 19.32367vw ;
  }
  .technology_c-section .c-commonTxtBox {
    margin-top: -16.90821vw ;
  }
  .technology_c-section__logo {
    right: 6.28019vw ;
  }
  .technology_p-service {
    margin-top: 38.64734vw ;
    padding-top: 14.49275vw ;
    padding-bottom: 9.66184vw ;
  }
  .technology_p-service .c-copyL {
    font-size: 4.83092vw ;
  }
  .technology_p-service__inner {
    padding-left: 8.69565vw ;
    padding-right: 8.69565vw ;
  }
  .technology_p-mainSections {
    margin-top: 19.32367vw ;
  }
  .topics_c-item {
    margin-top: 21.73913vw ;
  }
  .topics_c-item__thumb {
    margin-bottom: 5.7971vw ;
  }
  .topics_c-item__date {
    font-size: 2.41546vw ;
  }
  .topics_c-item__title {
    font-size: 3.38164vw ;
  }
  .topics_c-item__description {
    font-size: 2.41546vw ;
  }
  .topics_c-item__category {
    font-size: 2.41546vw ;
  }
  .topics_p-categoryNav {
    padding-left: 2.41546vw ;
    padding-right: 2.41546vw ;
    margin-top: 17.8744vw ;
  }
  .topics_p-categoryNavItem {
    margin-left: 1.20773vw ;
    margin-right: 1.20773vw ;
    margin-top: 2.41546vw ;
  }
  .topics_p-categoryNavItem__inner {
    font-size: 2.89855vw ;
  }
  .topics_p-list {
    padding-left: 8.69565vw ;
    padding-right: 8.69565vw ;
    padding-top: 17.8744vw ;
  }
  .topics_p-pagination {
    margin-top: 24.15459vw ;
    margin-left: 8.69565vw ;
    margin-right: 8.69565vw ;
    height: 7.72947vw ;
  }
  .topics_p-paginationNavButton__label {
    font-size: 2.657vw ;
  }
  .topics_p-paginationNavButton__circleArrow {
    width: 3.86473vw ;
    height: 3.86473vw ;
    margin-left: 2.41546vw ;
  }
  .topics_p-paginationNavButton--prev .topics_p-paginationNavButton__circleArrow {
    margin-right: 2.41546vw ;
  }
  .topics_p-paginationNumItem {
    margin-left: 0.96618vw ;
    margin-right: 0.96618vw ;
    font-size: 2.89855vw ;
  }
  .topics_p-paginationLinkToList__inner {
    font-size: 2.89855vw ;
  }
  .topicsDetail_p-article {
    margin-top: 23.6715vw ;
    padding-left: 3.86473vw ;
    padding-right: 3.86473vw ;
  }
  .topicsDetail_p-article__contents {
    padding-left: 4.83092vw ;
    padding-right: 4.83092vw ;
    margin-top: 16.90821vw ;
    padding-top: 2.41546vw ;
  }
  .topicsDetail_p-article__date {
    font-size: 2.89855vw ;
    margin-bottom: 3.86473vw ;
  }
  .topicsDetail_p-article__title {
    font-size: 4.34783vw ;
  }
  .topicsDetail_p-article__body {
    font-size: 2.89855vw ;
    margin-top: 13.52657vw ;
  }
  .topicsDetail_p-article__category {
    font-size: 2.89855vw ;
    right: 4.83092vw ;
  }
  .privacy_c-section {
    margin-top: 21.73913vw ;
    padding-left: 8.69565vw ;
    padding-right: 8.69565vw ;
    font-size: 2.89855vw ;
  }
  .privacy_c-sectionTitle {
    font-size: 3.62319vw ;
    margin-bottom: 9.66184vw ;
  }
  .privacy_c-txt {
    font-size: 2.89855vw ;
  }
  .privacy_c-numberedTitle {
    font-size: 2.89855vw ;
  }
  .privacy_c-list {
    font-size: 2.89855vw ;
  }
  .privacy_c-orderedList {
    font-size: 2.89855vw ;
  }
}

@media screen and (min-width: 800px) {
  .c-form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    max-width: 936px;
    padding-left: 64px;
    padding-right: 64px;
  }
  .c-form__lead {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .c-form__info {
    font-size: 12px;
    margin-bottom: 44px;
  }
  .c-form__infoItem {
    text-align: center;
  }
  .c-formTel__inner {
    font-size: 16px;
    height: 52px;
  }
  .c-formTel__icon {
    width: 18px;
    height: 19px;
    margin-right: 14px;
  }
  .c-form__form {
    margin-top: 90px;
  }
  .c-formItem {
    margin-top: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-formItem__label {
    font-size: 10px;
    margin-bottom: 0;
    min-width: 140px;
    white-space: nowrap;
  }
  .c-formItem__contents {
    display: block;
    width: 100%;
  }
  .c-formItem__errorMsg {
    font-size: 12px;
  }
  .c-form__bottom {
    margin-top: 88px;
  }
  .c-form__bottomTxt {
    text-align: center;
    font-size: 12px;
  }
  .c-form__bottomTxt br {
    display: block;
  }
  .c-formSubmitButton {
    margin-top: 100px;
    width: 248px;
  }
  .c-formSubmitButton__inner {
    font-size: 16px;
    height: 52px;
  }
  .c-contactLink {
    width: 520px;
    height: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }
  .c-contactLink__inner {
    width: 520px;
  }
  .c-contactLink__label {
    font-size: 53px;
  }
  .c-contactLink .c-contactLink__circleArrow {
    width: 22px;
  }
  .c-pageKV .c-pageTitle {
    bottom: 46px;
  }
  .c-pageKV__dummyVisual {
    width: 80%;
    max-width: 800px;
  }
  .c-pageKV__visual {
    widows: 80%;
    max-width: 800px;
  }
  .c-circleArrowLink__inner {
    height: 22px;
  }
  .c-circleArrowLink__label {
    font-size: 10px;
  }
  .c-circleArrowLink__circleArrow {
    min-width: 22px;
    width: 22px;
    height: 22px;
  }
  .c-simplePageSection {
    padding-top: 164px;
  }
  .c-pageTitle__label {
    font-size: 12px;
  }
  .c-pageTitle__labelJa {
    font-size: 12px;
    margin-bottom: 32px;
  }
  .c-smallTitle__label {
    font-size: 12px;
  }
  .c-smallTitle__labelJa {
    font-size: 12px;
  }
  .c-commonSection__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .c-commonTxtBox .c-circleArrowLink {
    margin-top: 46px;
  }
  .c-commonTxtBox__inner {
    margin-top: 46px;
  }
  .c-commonTxtBox__inner .c-description {
    margin-top: 46px;
  }
  .c-description {
    font-size: 12px;
  }
  .c-copy {
    font-size: 20px;
  }
  .c-copyL {
    font-size: 26px;
  }
  .c-numberTxtBox {
    margin-top: 72px;
  }
  .c-numberTxtBox .c-description {
    margin-top: 32px;
  }
  .c-numberTxtBox__title {
    padding-left: 112px;
    line-height: 2.1;
    font-size: 18px;
  }
  .c-numberTxtBox__num {
    font-size: 80px;
  }
  .p-header__logoMark {
    width: 38px;
    height: 36px;
    top: 38px;
  }
  .p-header__logoTxt {
    width: 76px;
    height: 40px;
    top: 40px;
    left: 35px;
  }
  .p-headerContactLink {
    display: block;
    font-size: 10px;
    right: 70px;
    top: 40px;
  }
  .p-headerContactLink__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-footer {
    padding-top: 120px;
    padding-bottom: 86px;
  }
  .p-footer__inner {
    max-width: 1024px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-footer__logoMark {
    width: 38px;
    height: 36px;
    margin-right: 16px;
  }
  .p-footer__logoTxt {
    width: 85px;
    height: 44px;
  }
  .p-footer__addresses {
    font-size: 11px;
    margin-top: 46px;
    margin-bottom: 32px;
  }
  .p-footerContactLink__inner {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-footerContactLink__label {
    font-size: 11px;
    margin-right: 12px;
  }
  .p-footerContactLink__circleArrow {
    width: 16px;
    height: 16px;
  }
  .p-footer__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-footerNav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: -12px;
  }
  .p-footerNav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    margin-left: 0;
  }
  .p-footerNavItem {
    margin-left: 6px;
    margin-bottom: 0;
  }
  .p-footerNavItem:first-child {
    margin-left: 0;
  }
  .p-footerNavItem__inner {
    font-size: 11px;
    padding: 1em 0.8em;
  }
  .p-footer__bottom {
    margin-top: 0;
    bottom: 0;
    width: auto;
    right: 40px;
    left: 40px;
    position: absolute;
  }
  .p-footer__copyright {
    font-size: 10px;
  }
  .p-footerPrivacyLink {
    font-size: 10px;
  }
  .p-footerPrivacyLink__inner {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .p-menu__inner {
    height: 100%;
  }
  .p-menu__scroller {
    min-height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-menu__contents {
    max-width: 1024px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .is-ie11 .p-menu__contents {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-menu__logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 40px;
  }
  .p-menu__logoMark {
    width: 38px;
    height: 36px;
    margin-right: 12px;
  }
  .p-menu__logoTxt {
    width: 85px;
    height: 44px;
  }
  .p-menuCloseButton {
    width: 36px;
    height: 36px;
    right: 28px;
    top: 37px;
  }
  .p-menuCloseButton::before, .p-menuCloseButton::after {
    width: 20px;
    height: 2px;
    border-radius: 1px;
  }
  .p-menuNav {
    margin-top: 0;
  }
  .p-menuNavItem,
  .p-menuFunctionItem {
    margin-top: 10px;
  }
  .p-menuNavItem__inner,
  .p-menuFunctionItem__inner {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .p-menuNavItem__label,
  .p-menuFunctionItem__label {
    font-size: 20px;
  }
  .p-menuNavItem__labelJa,
  .p-menuFunctionItem__labelJa {
    font-size: 10px;
  }
  .is-ie11 .p-menuNavItem:hover .p-menuNavItem__label,
  .is-ie11 .p-menuNavItem:hover .p-menuNavItem__labelJa {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  .is-ie11 .p-menuFunctionItem:hover .p-menuFunctionItem__label,
  .is-ie11 .p-menuFunctionItem:hover .p-menuFunctionItem__labelJa {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  .p-menu__functions {
    width: 274px;
    margin-top: 0;
    padding-top: 0;
    margin-left: 14%;
  }
  .p-menu__functions::before {
    top: 11em;
  }
  .p-menu__copy {
    margin-top: -0.5em;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    white-space: nowrap;
    margin-bottom: 4em;
  }
  .p-menuFunctionItem .c-circleArrow {
    width: 16px;
    height: 16px;
  }
  .p-menuSNS {
    margin-top: 32px;
  }
  .p-menuSNS__label {
    font-size: 10px;
  }
  .p-menuSNSLink {
    width: 32px;
    height: 32px;
  }
  .p-menuSNSLink__inner svg {
    width: 17px;
  }
  .p-menu__bottom {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    max-width: 1024px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .p-menu__copyright {
    font-size: 10px;
  }
  .p-menuPrivacyLink {
    font-size: 10px;
  }
  .p-menuPrivacyLink__inner {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .p-modal__inner {
    height: 100%;
  }
  .p-modal__scroller {
    min-height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-modal__contents {
    max-width: 1136px;
    padding-left: 100px;
    padding-right: 360px;
    padding-bottom: 160px;
    padding-top: 160px;
  }
  .p-modal__logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 40px;
  }
  .p-modal__logoMark {
    width: 38px;
    height: 36px;
    margin-right: 12px;
  }
  .p-modal__logoTxt {
    width: 85px;
    height: 14px;
  }
  .p-modal__head {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 100px;
  }
  .p-modalCloseButton {
    width: 86px;
    height: 36px;
    right: -8px;
    top: -8px;
  }
  .p-modalCloseButton::before, .p-modalCloseButton::after {
    width: 20px;
    height: 2px;
    border-radius: 1px;
    right: 8px;
  }
  .p-modalCloseButton__label {
    font-size: 11px;
    right: 36px;
  }
  .p-modal__headContents {
    padding-top: 60px;
    padding-right: 0;
  }
  .p-menuButton {
    width: 36px;
    height: 36px;
    right: 28px;
    top: 37px;
  }
  .p-menuButton::before, .p-menuButton::after {
    width: 20px;
    height: 2px;
    border-radius: 1px;
  }
  .p-scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
  }
  .u-visibleBlockS {
    display: none !important;
  }
  .u-visibleBlockL {
    display: block !important;
  }
  .u-visibleInlineS {
    display: none !important;
  }
  .u-visibleInlineL {
    display: inline !important;
  }
  .u-visibleInlineBlockS {
    display: none !important;
  }
  .u-visibleInlineBlockL {
    display: inline-block !important;
  }
  .u-visibleFlexS {
    display: none !important;
  }
  .u-visibleFlexL {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-visibleInlineFlexS {
    display: none !important;
  }
  .u-visibleInlineFlexL {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .index_c-topicsItem {
    margin-top: 0;
  }
  .index_c-topicsItem:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .index_c-topicsItem:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .index_c-topicsItem:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .index_c-topicsItem:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .index_c-topicsItem__inner {
    padding-left: 0;
  }
  .index_c-topicsItem:first-child .index_c-topicsItem__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index_c-topicsItem__thumb {
    width: 165px;
    min-width: 165px;
    margin-right: 24px;
  }
  .index_c-topicsItem:first-child .index_c-topicsItem__thumb {
    width: 300px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .index_c-topicsItem__contents {
    padding: 0 !important;
  }
  .index_c-topicsItem__date {
    font-size: 10px;
  }
  .index_c-topicsItem__title {
    font-size: 14px;
  }
  .index_c-topicsItem__description {
    display: block;
    font-size: 10px;
  }
  .index_c-topicsItem__category {
    font-size: 10px;
  }
  .index_c-othersItem {
    width: 664px;
    min-width: 664px;
    margin-top: 0;
    margin-left: 96px;
  }
  .index_c-othersItem__contents {
    padding: 0;
  }
  .index_c-othersItem__thumb {
    margin-bottom: 42px;
  }
  .index_c-othersItem__title {
    font-size: 14px;
  }
  .index_c-othersItem__viewDetail {
    top: 0;
    right: 0;
  }
  .index_c-kvItem__link {
    bottom: 36px;
  }
  .index_c-kvItem__mainCopy {
    font-size: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .index_c-kvItem__mainCopyLine {
    margin-left: 0.4em;
  }
  .index_c-kvItem__mainCopyLine:first-child {
    margin-left: 0;
  }
  .index_c-kvItem__description {
    font-size: 12px;
    bottom: 84px;
    width: 780px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .index_c-kvItem__visual {
    widows: 80%;
    max-width: 800px;
  }
  .indexKVItem-enter .index_c-kvItem__description,
  .indexKVItem-enter .index_c-kvItem__link {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
  .index_c-kvIndicatorItem {
    margin-top: 14px;
    width: 40px;
    height: 40px;
  }
  .index_c-kvIndicatorItem::after {
    width: 3px;
    height: 3px;
  }
  .index_p-kv__dummyVisual {
    widows: 80%;
    max-width: 800px;
  }
  .index_p-kvIndicatorItems {
    width: 40px;
    right: 90px;
  }
  .index_p-kvScrollButton {
    width: 174px;
    -webkit-transform: translateX(-6%) rotate(90deg) translateY(100%);
            transform: translateX(-6%) rotate(90deg) translateY(100%);
  }
  .index_p-kvScrollButton__label {
    font-size: 10px;
  }
  .index_p-serviceAndAbout {
    padding-top: 192px;
    padding-bottom: 160px;
  }
  .index_p-serviceAndAbout__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .index_p-serviceAndAboutItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_p-serviceAndAboutItem__inner {
    width: 50%;
    padding-left: 6%;
  }
  .index_p-serviceAndAboutItem__visual {
    width: 50%;
    padding-top: 50%;
  }
  .index_p-service {
    margin-bottom: 100px;
  }
  .index_p-about {
    margin-top: 0;
  }
  .index_p-about .index_p-serviceAndAboutItem__inner {
    padding-left: 120px;
  }
  .index_p-serviceAndAboutItem__title {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .index_p-serviceAndAboutItem__copy {
    font-size: 20px;
  }
  .index_p-serviceAndAboutItem__description {
    font-size: 12px;
    margin-top: 20px;
  }
  .index_p-serviceAndAboutItem__link {
    margin-top: 30px;
  }
  .index_p-others {
    padding-top: 160px;
    padding-bottom: 160px;
    padding-left: 0;
    padding-right: 0;
  }
  .index_p-others__inner {
    max-width: 3582px;
    -webkit-transition: opacity 0.4s linear 0.4s;
    transition: opacity 0.4s linear 0.4s;
    opacity: 0;
  }
  .index_p-others.is-visible .index_p-others__inner {
    opacity: 1;
  }
  .index_p-others__scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 699px;
    padding-right: 699px;
    width: 3582px;
  }
  .index_p-topics__title {
    font-size: 11px;
    margin-bottom: 74px;
    padding-left: 0;
  }
  .index_p-topicsLink {
    right: 40px;
    top: 190px;
  }
  .index_p-topics__inner {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .index_p-topicsList {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    grid-gap: 30px 65px;
  }
  .p-indexLoading__copyL {
    width: 706px;
    height: 26px;
    margin-bottom: 23px;
  }
  .p-indexLoading__logo {
    width: 85px;
    height: 44px;
    margin-top: 23px;
  }
  .p-indexLoadingIndicator {
    font-size: 10px;
    bottom: 30px;
  }
  .p-indexLoadingEnterButton {
    font-size: 10px;
    bottom: 30px;
    width: 90px;
  }
  .about_p-kvCopy {
    font-size: 26px;
  }
  .about_p-copy {
    padding-top: 140px;
    padding-bottom: 254px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_p-copy .c-copyL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 2;
    font-size: 26px;
    letter-spacing: 0.2em !important;
    width: 936px;
  }
  .about_p-vision {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .about_p-vision .c-copyL {
    font-size: 26px;
  }
  .about_p-vision .c-commonTxtBox {
    width: 50%;
    padding-left: 5%;
  }
  .about_p-vision .c-description {
    max-width: 360px;
  }
  .about_p-vision__inner {
    padding-left: 100px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_p-vision__visual {
    min-width: 50%;
    width: 50%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .about_p-message {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .about_p-message .c-copyL {
    font-size: 26px;
  }
  .about_p-message__visual {
    margin-bottom: 0;
    width: 100%;
    height: 500px;
    margin-right: -100px;
    margin-top: 0;
  }
  .about_p-message__visual2 {
    display: block;
    width: 26%;
    -webkit-transform: translate(-24%, -50%);
            transform: translate(-24%, -50%);
  }
  .about_p-message__firstBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 120px;
    flex-direction: column-reverse;
  }
  .about_p-message__firstBlock .c-description {
    max-width: 360px;
  }
  .about_p-message__secondBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about_p-message__secondBlock .c-commonTxtBox {
    width: 70%;
    padding-right: 6%;
  }
  .about_p-messageBottom {
    margin-top: 46px;
  }
  .about_p-messageBottom__title {
    font-size: 10px;
    margin-bottom: 14px;
  }
  .about_p-messageBottom__name {
    font-size: 15px;
  }
  .about_p-member {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .about_p-member .c-copyL {
    font-size: 26px;
  }
  .about_p-member__message {
    font-size: 12px;
    line-height: 1;
  }
  .about_p-member__list {
    padding-top: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about_p-memberItem {
    padding-bottom: 6%;
    margin-bottom: 6%;
  }
  .about_p-memberItem {
    width: 22%;
    margin-left: 4%;
  }
  .about_p-memberItem:nth-child(even) {
    -webkit-transform: none;
            transform: none;
  }
  .about_p-memberItem:nth-child(7n + 2), .about_p-memberItem:nth-child(7n + 4), .about_p-memberItem:nth-child(7n + 6) {
    -webkit-transform: translateY(6%);
            transform: translateY(6%);
  }
  .about_p-memberItem:nth-child(7n + 1) {
    margin-left: 10%;
  }
  .about_p-memberItem:nth-child(7n + 3) {
    margin-right: 10%;
  }
  .about_p-memberItem:nth-child(7n + 4) {
    margin-left: 0;
  }
  .about_p-memberItem.is-onScreenItem:nth-child(even) {
    -webkit-transform: none;
            transform: none;
  }
  .about_p-memberItem.is-onScreenItem:nth-child(7n + 1), .about_p-memberItem.is-onScreenItem:nth-child(7n + 3), .about_p-memberItem.is-onScreenItem:nth-child(7n + 5), .about_p-memberItem.is-onScreenItem:nth-child(7n + 7) {
    -webkit-transform: translateY(6%);
            transform: translateY(6%);
  }
  .about_p-memberItem.is-onScreenItem:nth-child(7n + 2), .about_p-memberItem.is-onScreenItem:nth-child(7n + 4), .about_p-memberItem.is-onScreenItem:nth-child(7n + 6) {
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
  }
  .about_p-memberItem.is-onScreenItem.is-onScreen {
    -webkit-transition: opacity 0.4s linear, visibility 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.4s linear, visibility 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.4s linear, visibility 0.4s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.4s linear, visibility 0.4s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(7n + 1), .about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(7n + 3), .about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(7n + 5), .about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(7n + 7) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(7n + 2), .about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(7n + 4), .about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(7n + 6) {
    -webkit-transform: translateY(6%);
            transform: translateY(6%);
  }
  .about_p-memberItem__img {
    margin-bottom: 10px;
  }
  .about_p-memberItem__title {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .about_p-memberItem__name {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .about_p-memberItem__description {
    font-size: 10px;
  }
  .about_p-service {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .about_p-service .c-copyL {
    font-size: 26px;
  }
  .about_p-service__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .about_p-service__visual {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .service_p-customHome {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  .service_p-customHome .c-commonTxtBox {
    position: absolute;
    width: 446px;
    padding-top: 0;
    right: 100px;
    top: 0;
  }
  .service_p-customHome__inner {
    padding-top: 80px;
  }
  .service_p-customHome__iegao {
    width: 350px;
    height: 179px;
    margin-bottom: 40px;
    position: relative;
    right: auto;
    top: auto;
  }
  .service_p-customHome__visual {
    width: 81.19658%;
    margin-left: -180px;
  }
  .service_p-iegao__inner {
    padding-top: 140px;
  }
  .service_p-iegao__spacer {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .service_p-iegao__spacer::before {
    display: block;
    width: 100%;
    padding-top: 60%;
    content: '';
  }
  .service_p-iegao__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .service_p-iegao__visual {
    float: none;
    width: 61.96581%;
    margin-left: 8.54701%;
    margin-right: 0;
    margin-top: -60px;
    margin-bottom: -120px;
  }
  .service_p-iegao5Features {
    position: relative;
    width: 446px;
  }
  .service_p-iegao5Features__title {
    font-size: 40px;
    margin-bottom: 90px;
  }
  .service_p-iegao5Features__subTitle {
    font-size: 15px;
  }
  .service_p-technology {
    padding-top: 256px;
    padding-bottom: 0;
  }
  .service_p-technology .c-copy {
    font-size: 20px;
  }
  .service_p-technology .c-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service_p-technology .c-description p {
    width: 370px;
  }
  .service_p-technology__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .service_p-technology__visual {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .company_c-list {
    margin-top: 56px;
  }
  .company_c-list dt {
    font-size: 10px;
    margin-top: 40px;
  }
  .company_c-list dd {
    line-height: 2;
    font-size: 15px;
  }
  .company_c-listTxt {
    line-height: 2;
    font-size: 15px;
  }
  .company_p-overview,
  .company_p-history {
    margin-top: 90px;
  }
  .company_p-history__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .company_p-history {
    margin-top: -80px;
  }
  .recruit_p-message {
    padding-top: 140px;
    padding-bottom: 254px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit_p-message .c-copyL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 2;
    font-size: 26px;
    letter-spacing: 0.2em !important;
    width: 936px;
  }
  .recruit_p-message .c-smallTitle {
    margin-bottom: 64px;
  }
  .recruit_p-interview {
    padding-bottom: 256px;
  }
  .recruit_p-interview .c-smallTitle {
    margin-bottom: 100px;
  }
  .recruit_p-interviewItem {
    margin-top: 98px;
  }
  .recruit_p-interviewItem__num {
    font-size: 72;
    top: -40px;
  }
  .recruit_p-interviewItem__head {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: auto;
    width: 320px;
  }
  .recruit_p-interviewItem:nth-child(odd) .recruit_p-interviewItem__head {
    right: 0;
  }
  .recruit_p-interviewItem:nth-child(even) .recruit_p-interviewItem__head {
    left: 0;
  }
  .recruit_p-interviewItem__img {
    width: 66.55983%;
  }
  .recruit_p-interviewItem:nth-child(odd) .recruit_p-interviewItem__img {
    margin-left: 40px;
  }
  .recruit_p-interviewItem:nth-child(even) .recruit_p-interviewItem__img {
    margin-left: 262px;
  }
  .recruit_p-interviewItem__nameTitle {
    font-size: 12px;
  }
  .recruit_p-interviewItem__name {
    font-size: 15px;
  }
  .recruit_p-interviewItem__title {
    font-size: 20px;
    line-height: 2.15;
  }
  .recruit_p-requirements .c-smallTitle {
    margin-bottom: 64px;
  }
  .recruit_p-requirementsItem {
    margin-top: 64px;
  }
  .recruit_p-requirementsItem__title {
    font-size: 27px;
    margin-bottom: 60px;
  }
  .recruit_p-requirementsItemInfo__Group {
    margin-top: 40px;
  }
  .recruit_p-requirementsItemInfo__label {
    font-size: 12px;
    min-width: 110px;
  }
  .recruit_p-requirementsItemInfo__contents {
    line-height: 2;
    font-size: 15px;
  }
  .recruit_p-entryLink {
    margin-top: 120px;
  }
  .recruit_p-entryLink .c-circleArrowLink__label {
    font-size: 32px;
  }
  .recruit_p-entryLink .c-circleArrowLink__circleArrow {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .recruit_p-entryLink__labelJa {
    font-size: 15px;
  }
  .recruit_p-modalHead__num {
    font-size: 64px;
    margin-bottom: 30px;
  }
  .recruit_p-modalHead__title {
    font-size: 12px;
  }
  .recruit_p-modalHead__name {
    font-size: 15px;
  }
  .recruit_p-modalContents__title {
    font-size: 20px;
    margin-top: 32px;
    padding-bottom: 24px;
  }
  .recruit_p-modalContents__body {
    font-size: 12px;
    padding-top: 26px;
  }
  .technology_c-section {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    top: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.4s linear;
    transition: visibility 0.4s linear;
  }
  .technology_c-section.is-current {
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .technology_c-section .c-commonTxtBox {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 390px;
    right: 180px;
    margin-top: 0;
  }
  .technology_c-section .c-smallTitle,
  .technology_c-section .c-copy,
  .technology_c-section .c-description {
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .technology_c-section.is-current .c-smallTitle {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .technology_c-section.is-current .c-copy {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .technology_c-section.is-current .c-description {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .technology_c-section.is-current .technology_c-section__logo {
    opacity: 1;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .technology_c-section__logo {
    opacity: 0;
    bottom: auto;
    top: -18px;
    right: auto;
    width: 160px;
    left: 550px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .technology_c-section__keyVisual {
    width: 84.9359%;
    left: -225px;
  }
  .technology_c-section__keyVisual img {
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s !important;
    transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s !important;
    transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s !important;
    transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s !important;
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  .technology_c-section.is-current .technology_c-section__keyVisual img {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transition: opacity 0.4s linear 0s, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s !important;
    transition: opacity 0.4s linear 0s, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s !important;
    transition: opacity 0.4s linear 0s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s !important;
    transition: opacity 0.4s linear 0s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s !important;
  }
  .technology_c-section__visual {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    height: 400px;
    right: -40px;
  }
  .technology_p-service {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .technology_p-service .c-copyL {
    font-size: 26px;
  }
  .technology_p-service__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .technology_p-service__visual {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .technology_p-mainSections {
    margin-top: 256px;
    margin-bottom: 240px;
  }
  .technology_p-mainSections__anchor {
    display: block;
    z-index: -1;
    top: -80px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  .topics_c-item {
    width: 300px;
    margin-top: 106px;
  }
  .topics_c-item:first-child, .topics_c-item:nth-child(2) {
    margin-top: 0;
  }
  .topics_c-item:nth-child(even) {
    -webkit-transform: translateY(106px);
            transform: translateY(106px);
  }
  .topics_c-item__thumb {
    margin-bottom: 16px;
  }
  .topics_c-item__date {
    font-size: 10px;
  }
  .topics_c-item__title {
    font-size: 14px;
  }
  .topics_c-item__description {
    display: block;
    font-size: 10px;
  }
  .topics_c-item__category {
    font-size: 10px;
  }
  .topics_p-categoryNav {
    padding: 0;
    margin-top: 116px;
  }
  .topics_p-categoryNavItem {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
  }
  .topics_p-categoryNavItem__inner {
    font-size: 12px;
  }
  .topics_p-list {
    margin-left: auto;
    margin-right: auto;
    padding-top: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 84px;
    padding-right: 84px;
    max-width: 936px;
  }
  .topics_p-pagination {
    margin-top: 242px;
    max-width: 624px;
    padding-left: 84px;
    padding-right: 84px;
    margin-left: auto;
    margin-right: auto;
  }
  .topics_p-paginationNavButton__label {
    font-size: 11px;
  }
  .topics_p-paginationNavButton__circleArrow {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
  .topics_p-paginationNavButton--prev {
    left: 84px;
  }
  .topics_p-paginationNavButton--prev .topics_p-paginationNavButton__circleArrow {
    margin-right: 10px;
  }
  .topics_p-paginationNavButton--next {
    right: 84px;
  }
  .topics_p-paginationLinkToList__inner {
    font-size: 12px;
  }
  .topicsDetail_p-main .topics_p-pagination {
    margin-top: 100px;
  }
  .topicsDetail_p-article {
    margin-top: 84px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .topicsDetail_p-article__contents {
    padding-left: 0;
    padding-right: 0;
    margin-top: 48px;
    padding-top: 10px;
  }
  .topicsDetail_p-article__date {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .topicsDetail_p-article__title {
    font-size: 18px;
  }
  .topicsDetail_p-article__body {
    font-size: 12px;
    margin-top: 56px;
    line-height: 1.8;
  }
  .topicsDetail_p-article__body p {
    margin-top: 1.8em;
  }
  .topicsDetail_p-article__category {
    font-size: 12px;
    right: 0;
  }
  .privacy_c-section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    max-width: 936px;
    padding-left: 160px;
    padding-right: 160px;
    font-size: 12px;
  }
  .privacy_c-sectionTitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .privacy_c-txt {
    font-size: 12px;
  }
  .privacy_c-numberedTitle {
    font-size: 12px;
  }
  .privacy_c-list {
    font-size: 12px;
  }
  .privacy_c-orderedList {
    font-size: 12px;
  }
}

@media (hover: hover) {
  .c-form__bottomTxt a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-formTel__inner:hover,
  .c-formSubmitButton:not(:disabled):hover {
    background-color: #fff;
    color: #FF641E;
  }
  .c-circleArrowLink:hover .c-circleArrowLink__label::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-circleArrowLink:hover .c-circleArrowLink__circleArrow::after {
    -webkit-transform: translateX(0%) rotate(45deg);
            transform: translateX(0%) rotate(45deg);
  }
  .p-headerContactLink:hover .p-headerContactLink__label::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .p-footerContactLink:hover .p-footerContactLink__label::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .p-footerContactLink:hover .p-footerContactLink__circleArrow::after {
    -webkit-transform: translateX(0%) rotate(45deg);
            transform: translateX(0%) rotate(45deg);
  }
  .p-footerNavItem:hover .p-footerNavItem__label::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .p-footerPrivacyLink:hover .p-footerPrivacyLink__label::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .p-menuNavItem:hover .p-menuNavItem__label,
  .p-menuNavItem:hover .p-menuNavItem__labelJa {
    -webkit-transition-duration: 0.2;
            transition-duration: 0.2;
    -webkit-transform: translateX(5.43478px);
            transform: translateX(5.43478px);
  }
  .p-menuFunctionItem:hover .p-menuFunctionItem__label,
  .p-menuFunctionItem:hover .p-menuFunctionItem__labelJa {
    -webkit-transition-duration: 0.2;
            transition-duration: 0.2;
    -webkit-transform: translateX(5.43478px);
            transform: translateX(5.43478px);
  }
  .p-menuFunctionItem:hover .p-menuFunctionItem__label .c-circleArrow::after,
  .p-menuFunctionItem:hover .p-menuFunctionItem__labelJa .c-circleArrow::after {
    -webkit-transform: translateX(0%) rotate(45deg);
            transform: translateX(0%) rotate(45deg);
  }
  .p-menuSNSLink:hover .p-menuSNSLink__inner svg {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .p-menuPrivacyLink:hover .p-menuPrivacyLink__label::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .index_c-topicsItem:hover .index_c-topicsItem__thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .index_c-topicsItem:hover .index_c-topicsItem__title {
    color: #FF641E;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .is-orangeBg .index_c-topicsItem:hover .index_c-topicsItem__title {
    color: #fff;
  }
  .index_c-othersItem:hover .index_c-othersItem__thumb img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .index_c-othersItem:hover .index_c-othersItem__viewDetail .c-circleArrowLink__label::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .index_c-othersItem:hover .index_c-othersItem__viewDetail .c-circleArrowLink__circleArrow::after {
    -webkit-transform: translateX(0%) rotate(45deg);
            transform: translateX(0%) rotate(45deg);
  }
  .about_p-memberItem:hover .about_p-memberItem__img {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    opacity: 1;
  }
  .about_p-memberItem:hover .about_p-memberItem__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .about_p-memberItem:hover .about_p-memberItem__title,
  .about_p-memberItem:hover .about_p-memberItem__name,
  .about_p-memberItem:hover .about_p-memberItem__description {
    color: #FF641E;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .recruit_p-interviewItem:hover .recruit_p-interviewItem__img {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    opacity: 1;
  }
  .recruit_p-interviewItem:hover .recruit_p-interviewItem__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .recruit_p-interviewItem:hover .recruit_p-interviewItem__title,
  .recruit_p-interviewItem:hover .recruit_p-interviewItem__nameTitle,
  .recruit_p-interviewItem:hover .recruit_p-interviewItem__name,
  .recruit_p-interviewItem:hover .recruit_p-interviewItem__num {
    color: #FF641E;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .topics_c-item:hover .topics_c-item__thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .topics_c-item:hover .topics_c-item__title {
    color: #FF641E;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .is-orangeBg .topics_c-item:hover .topics_c-item__title {
    color: #fff;
  }
  .topics_p-categoryNavItem:hover .topics_p-categoryNavItem__inner {
    background-color: #fff;
    color: #FF641E;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .topics_p-paginationNavButton__inner:hover .topics_p-paginationNavButton__label::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .topics_p-paginationNavButton__inner:hover .topics_p-paginationNavButton__circleArrow::after {
    -webkit-transform: translateX(0%) rotate(45deg);
            transform: translateX(0%) rotate(45deg);
  }
  a.topics_p-paginationNumItem__inner:hover {
    color: #fff;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .topics_p-paginationLinkToList:hover .topics_p-paginationLinkToList__label::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
  .c-commonSection__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .c-copyL {
    font-size: 22px;
  }
  .p-footer__addresses {
    font-size: 10px;
  }
  .p-footerNav {
    top: -10px;
  }
  .p-footerNavItem {
    margin-left: 6px;
  }
  .p-footerNavItem:first-child {
    margin-left: 0;
  }
  .p-footerNavItem__inner {
    font-size: 10px;
    padding: 1em 0.5em;
  }
  .p-menu__functions {
    margin-left: 10%;
  }
  .p-modal__contents {
    max-width: 1136px;
    padding-left: 60px;
    padding-right: 320px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .p-modal__head {
    right: 60px;
  }
  .u-visibleBlockM {
    display: block !important;
  }
  .index_c-topicsItem:first-child .index_c-topicsItem__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .index_c-topicsItem:first-child .index_c-topicsItem__thumb {
    width: 165px;
    min-width: 165px;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .index_c-othersItem {
    width: 500px;
    min-width: 500px;
    margin-left: 48px;
  }
  .index_p-serviceAndAbout {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .index_p-serviceAndAbout__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .index_p-serviceAndAboutItem__copy {
    font-size: 18px;
  }
  .index_p-serviceAndAboutItem__description {
    font-size: 11px;
    margin-top: 18px;
  }
  .index_p-others {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .index_p-others__inner {
    max-width: 2666px;
  }
  .index_p-others__scroller {
    padding-left: 535px;
    padding-right: 535px;
    width: 2666px;
  }
  .index_p-topicsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about_p-copy .c-copyL {
    font-size: 22px;
    width: 760px;
  }
  .about_p-vision .c-copyL {
    font-size: 22px;
  }
  .about_p-vision__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .about_p-message .c-copyL {
    font-size: 20px;
  }
  .about_p-message__visual {
    margin-top: 16%;
    min-width: calc(60px + 46%);
    width: calc(60px + 46%);
    margin-right: -60px;
  }
  .about_p-message__visual2 {
    -webkit-transform: translate(-10%, -36%);
            transform: translate(-10%, -36%);
  }
  .about_p-message__firstBlock {
    padding-bottom: 180px;
  }
  .about_p-message__firstBlock .c-description {
    max-width: 320px;
  }
  .about_p-member .c-copyL {
    font-size: 26px;
  }
  .about_p-memberItem {
    width: 30%;
    margin-left: 5% !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin-right: 0 !important;
  }
  .about_p-memberItem:nth-child(7n + 2), .about_p-memberItem:nth-child(7n + 4), .about_p-memberItem:nth-child(7n + 6) {
    -webkit-transform: none;
            transform: none;
  }
  .about_p-memberItem:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .about_p-memberItem:nth-child(3n + 2) {
    -webkit-transform: translateY(6%);
            transform: translateY(6%);
  }
  .about_p-memberItem.is-onScreenItem:nth-child(7n + 2), .about_p-memberItem.is-onScreenItem:nth-child(7n + 4), .about_p-memberItem.is-onScreenItem:nth-child(7n + 6) {
    -webkit-transform: none;
            transform: none;
  }
  .about_p-memberItem.is-onScreenItem:nth-child(7n + 1), .about_p-memberItem.is-onScreenItem:nth-child(7n + 3), .about_p-memberItem.is-onScreenItem:nth-child(7n + 5), .about_p-memberItem.is-onScreenItem:nth-child(7n + 7) {
    -webkit-transform: none;
            transform: none;
  }
  .about_p-memberItem.is-onScreenItem:nth-child(3n + 1), .about_p-memberItem.is-onScreenItem:nth-child(3n + 3) {
    -webkit-transform: translateY(6%) !important;
            transform: translateY(6%) !important;
  }
  .about_p-memberItem.is-onScreenItem:nth-child(3n + 2) {
    -webkit-transform: translateY(12%) !important;
            transform: translateY(12%) !important;
  }
  .about_p-memberItem.is-onScreenItem.is-onScreen {
    -webkit-transition: opacity 0.4s linear, visibility 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.4s linear, visibility 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.4s linear, visibility 0.4s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.4s linear, visibility 0.4s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(3n + 1), .about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(3n + 3) {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .about_p-memberItem.is-onScreenItem.is-onScreen:nth-child(3n + 2) {
    -webkit-transform: translateY(6%) !important;
            transform: translateY(6%) !important;
  }
  .about_p-service .c-copyL {
    font-size: 26px;
  }
  .service_p-customHome__visual {
    margin-left: -120px;
  }
  .recruit_p-message .c-copyL {
    font-size: 22px;
    width: 760px;
  }
  .technology_c-section {
    overflow: hidden;
  }
  .technology_c-section .c-commonTxtBox {
    position: relative;
    width: 480px;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: -260px;
    float: right;
  }
  .technology_c-section .c-copy {
    font-size: 18px;
  }
  .technology_c-section__logo {
    width: 120px;
    left: 490px !important;
    top: 66px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .technology_c-section__keyVisual {
    width: 68.37607%;
    left: -60px;
  }
  .technology_c-section__visual {
    bottom: auto;
    top: 0px;
    width: 320px;
    height: 320px;
    right: 40px;
  }
  .technology_p-service .c-copyL {
    font-size: 26px;
  }
  .topics_p-list {
    padding-left: 60px;
    padding-right: 60px;
  }
  .topics_p-paginationNavButton--prev {
    left: 60px;
  }
  .topics_p-paginationNavButton--next {
    right: 60px;
  }
  .privacy_c-section {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (hover: hover) and (max-width: 413px) {
  .p-menuNavItem:hover .p-menuNavItem__label,
  .p-menuNavItem:hover .p-menuNavItem__labelJa {
    -webkit-transform: translateX(1.44928vw);
            transform: translateX(1.44928vw);
  }
  .p-menuFunctionItem:hover .p-menuFunctionItem__label,
  .p-menuFunctionItem:hover .p-menuFunctionItem__labelJa {
    -webkit-transform: translateX(1.44928vw);
            transform: translateX(1.44928vw);
  }
}

@media screen and (hover: hover) and (min-width: 800px) {
  .p-menuNavItem:hover .p-menuNavItem__label,
  .p-menuNavItem:hover .p-menuNavItem__labelJa {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  .p-menuFunctionItem:hover .p-menuFunctionItem__label,
  .p-menuFunctionItem:hover .p-menuFunctionItem__labelJa {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@media screen and (min-width: 1136px) {
  .p-modal__head {
    right: auto;
    left: calc(50% + 468px);
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

@media screen and (min-width: 1201px) {
  .index_c-topicsItem__thumb {
    width: 200px;
    min-width: 200px;
  }
  .index_c-topicsItem:first-child .index_c-topicsItem__thumb {
    width: 400px;
  }
  .index_p-serviceAndAboutItem__copy {
    font-size: 26px;
  }
  .index_p-serviceAndAboutItem__description {
    font-size: 14px;
    margin-top: 30px;
  }
  .index_p-serviceAndAboutItem__link {
    margin-top: 45px;
  }
  .index_p-topicsList {
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
  }
}

@media screen and (min-width: 1300px) {
  .technology_c-section__logo {
    left: 610px;
  }
  .technology_c-section__visual {
    width: 420px;
    height: 420px;
    right: -80px;
  }
}

@media screen and (max-width: 799px) {
  .service_p-iegao .c-commonTxtBox {
    transform: none !important;
  }
}
/*# sourceMappingURL=style.css.map */