@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

body {
  background: #fff;
  font-family: 'Noto Sans JP', 'Noto Sans SC', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  -webkit-print-color-adjust: exact;
}

li {
  list-style: none;
}

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

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.container {
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .container {
    min-width: 320px;
    padding-left: calc(40 / 640 * 100vw);
    padding-right: calc(40 / 640 * 100vw);
  }
}

.container-l {
  max-width: 1280px;
}

.wbr {
  display: inline-block;
}

.d-lg {
  display: block;
}

@media screen and (max-width: 640px) {
  .d-lg {
    display: none;
  }
}

.d-sm {
  display: none;
}

@media screen and (max-width: 640px) {
  .d-sm {
    display: block;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: inherit;
}

.btn-o {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background-color: #f6931d;
  border-radius: 21px;
  color: #fff;
  font-weight: 500;
}

.btn-arw {
  display: block;
  max-width: 310px;
  margin: 0 auto;
  text-align: center;
  line-height: 28px;
  border: 1px solid #f6931d;
  border-radius: 21px;
  position: relative;
  padding: 0 2.2em 0 1em;
}

.btn-arw:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -7px 12px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #f6931d;
}

@media screen and (max-width: 640px) {
  .btn-arw {
    max-width: 226px;
    font-size: 12px;
    line-height: 22px;
  }
  .btn-arw:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5.5px 9px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 9.5px;
    border-color: transparent transparent transparent #f6931d;
  }
}

.p-header:before {
  content: '';
  display: block;
  height: calc(482 / 1600 * 100vw);
  background: url() no-repeat center center/cover;
}

@media screen and (max-width: 1600px) {
  .p-header:before {
    height: 482px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header:before {
    height: calc(482 / 1280 * 100vw);
  }
}

@media screen and (max-width: 640px) {
  .p-header:before {
    height: calc(355 / 640 * 100vw);
  }
}

.p-header .h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 238px;
  margin: -120px auto 60px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .p-header .h1 {
    width: calc(238 / 1280 * 100vw);
    height: calc(238 / 1280 * 100vw);
    margin-top: calc(-120 / 1280 * 100vw);
    margin-bottom: calc(60 / 1280 * 100vw);
    font-size: calc(36 / 1280 * 100vw);
  }
}

@media screen and (max-width: 640px) {
  .p-header .h1 {
    width: 102px;
    height: 102px;
    margin-top: -52px;
    margin-bottom: 25px;
    font-size: 15px;
  }
}

.h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .h2 {
    font-size: calc(40 / 1280 * 100vw);
  }
}

@media screen and (max-width: 640px) {
  .h2 {
    font-size: 20px;
  }
}

.card {
  text-align: center;
}

.card__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 1em;
  background-color: #f6931d;
  border-radius: 20px 20px 0 0;
  font-size: 32px;
  color: #fff;
}

.card__content {
  border: 2px solid #f6931d;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.card__lead {
  font-size: 20px;
  line-height: 1.7;
}

.card__cap {
  padding: 11px 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #717171;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1764;
}

@media screen and (max-width: 1080px) {
  .card__title {
    border-radius: calc(20 / 1080 * 100vw) calc(20 / 1080 * 100vw) 0 0;
    font-size: calc(32 / 1080 * 100vw);
    padding: calc(23 / 1080 * 100vw) 1em;
  }
  .card__content {
    border-radius: 0 0 calc(20 / 1080 * 100vw) calc(20 / 1080 * 100vw);
  }
  .card__lead {
    font-size: calc(20 / 1080 * 100vw);
  }
  .card__cap {
    font-size: calc(24 / 1080 * 100vw);
  }
}

@media screen and (max-width: 810px) {
  .card__lead {
    font-size: 15px;
  }
}

@media screen and (max-width: 765px) {
  .card__cap {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .card__title {
    border-radius: 10px 10px 0 0;
    padding: 11px 1em;
    font-size: 18px;
  }
  .card__content {
    border-width: 1px;
    border-radius: 0 0 10px 10px;
    padding-left: calc(30 / 640 * 100vw);
    padding-right: calc(30 / 640 * 100vw);
  }
  .card__lead {
    line-height: 20px;
  }
  .card__cap {
    line-height: 20px;
  }
}

.g-header {
  z-index: 100;
  width: 100%;
  position: fixed;
  background: #070707;
  color: #fff;
}

.g-header .container {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.g-header__title img {
  width: auto;
}

.g-header__contact {
  font-size: 15px;
  height: 24px;
  line-height: 23px;
  padding: 0 1.4em;
}

@media print, screen and (min-width: 1080px) {
  .g-header__title img {
    height: 76px;
  }
  .g-header__contents {
    flex: 1;
  }
  .g-header__contents__btn {
    display: none;
  }
  .g-header__contents__menu {
    display: flex;
    justify-content: center;
  }
  .g-header__contents__menu li {
    align-self: center;
  }
  .g-header__contents__menu li:first-child {
    display: none;
  }
  .g-header__contents__menu li + li + li {
    margin-left: 90px;
  }
  .g-header__contents__menu li:first-child {
    display: none;
  }
  .g-header__contents__menu a {
    font-weight: 500;
    padding: 7px 0;
  }
  .g-header__contents__menu a:hover, .g-header__contents__menu a.active {
    opacity: 1;
    border-bottom: 5px solid #f6931d;
  }
  .g-header__lang {
    margin-left: 60px;
  }
  .g-header__lang__btn {
    display: none;
  }
  .g-header__lang__menu {
    display: block !important;
  }
  .g-header__lang__menu li + li {
    margin-top: 10px;
  }
  .g-header__lang__menu a {
    font-weight: 500;
  }
  .g-header__lang__menu a:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    margin-right: 0.1em;
  }
  .g-header__lang__menu a:hover, .g-header__lang__menu a.active {
    opacity: 1;
    color: inherit;
  }
  .g-header__lang__menu a:hover:before, .g-header__lang__menu a.active:before {
    background: #f6931d;
  }
}

@media screen and (max-width: 1079.98px) {
  .g-header .container {
    height: 76px;
    padding-right: 0;
  }
  .g-header__title {
    order: 1;
    margin-right: auto;
  }
  .g-header__title img {
    height: 58px;
  }
  .g-header__contact {
    order: 2;
  }
  .g-header__lang {
    order: 3;
    position: relative;
    margin-left: 5px;
  }
  .g-header__lang a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 32px;
    text-align: right;
    padding-right: 75px;
    background-position: right 20px center;
    background-size: contain;
  }
  .g-header__lang a.ja {
    background-image: url("../img/flag_jp.png");
  }
  .g-header__lang a.en {
    background-image: url("../img/flag_en.png");
  }
  .g-header__lang a.zh {
    background-image: url("../img/flag_zh.png");
  }
  .g-header__lang__menu {
    display: none;
    position: absolute;
    top: 54px;
    right: -8px;
    background: rgba(0, 0, 0, 0.55);
  }
  .g-header__lang__menu li {
    margin: 16px 8px 16px 25px;
  }
  .g-header__lang__menu a {
    color: #fff;
    font-weight: 500;
  }
  .g-header__lang__btn {
    margin-left: auto;
    cursor: pointer;
  }
  .g-header__lang__btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill='%23fff' d='M13.725 6.391a.939.939 0 00-1.306 0l-4.4 4.378V1.006a1.012 1.012 0 00-2.024 0v9.773L1.579 6.391a.939.939 0 00-1.306 0 .908.908 0 000 1.3l6.073 6.039a.932.932 0 001.316 0l6.073-6.039a.917.917 0 00-.01-1.3z'/%3E%3C/svg%3E");
    background-size: contain;
  }
  .g-header__contents {
    order: 4;
    margin-left: 20px;
    position: relative;
  }
  .g-header__contents__menu {
    z-index: 3;
    position: fixed;
    right: 0;
    background: #000;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 76px);
    width: 0;
    transition: width 0.2s ease-out;
  }
  .g-header__contents__menu li {
    border-top: 1px solid #555;
  }
  .g-header__contents__menu li a {
    display: flex;
    align-items: center;
    width: 250px;
    height: 56px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
  }
  .g-header__contents__menu li a.active {
    opacity: 0.7;
  }
  .g-header__contents__btn {
    display: block;
    width: 76px;
    height: 76px;
    background: url("../img/header_nav_btn.png") no-repeat center center #000;
    background-size: 48px 48px;
    text-indent: -9999px;
    cursor: pointer;
  }
  .g-header__contents__btn.js-active {
    background-image: url("../img/header_nav_btn-close.png");
  }
  .g-header__contents__btn.js-active + ul {
    width: 250px;
  }
}

@media screen and (max-width: 640px) {
  .g-header .container {
    height: calc(76 / 640 * 100vw);
  }
  .g-header__title img {
    height: calc(58 / 640 * 100vw);
  }
  .g-header__contact {
    font-size: calc(15 / 640 * 100vw);
    height: calc(24 / 640 * 100vw);
    line-height: calc(23 / 640 * 100vw);
    padding: 0 1em;
  }
  .g-header__lang {
    margin-left: calc(5 / 640 * 100vw);
  }
  .g-header__lang a {
    height: calc(32 / 640 * 100vw);
    padding-right: calc(75 / 640 * 100vw);
    background-position: right calc(20 / 640 * 100vw) center;
    font-size: 14px;
  }
  .g-header__lang__menu {
    top: calc(54 / 640 * 100vw);
    right: calc(-8 / 640 * 100vw);
  }
  .g-header__lang__btn:after {
    width: calc(14 / 640 * 100vw);
    height: calc(14 / 640 * 100vw);
  }
  .g-header__contents {
    margin-left: calc(10 / 640 * 100vw);
  }
  .g-header__contents__menu {
    max-height: calc(100vh - 76 / 640 * 100vw);
  }
  .g-header__contents__btn {
    width: calc(76 / 640 * 100vw);
    height: calc(76 / 640 * 100vw);
  }
}

@media screen and (max-width: 640px) and (max-width: 404px) {
  .g-header__contents__btn {
    background-size: cover;
  }
}

.g-main {
  padding-top: 110px;
}

@media screen and (max-width: 1079.98px) {
  .g-main {
    padding-top: 76px;
  }
}

@media screen and (max-width: 640px) {
  .g-main {
    padding-top: calc(76 / 640 * 100vw);
  }
}

.g-footer {
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .g-footer {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 640px) {
  .g-footer {
    padding-bottom: 70px;
  }
}

.g-footer__banner {
  margin-bottom: calc(120 / 1000 * 100%);
}

.g-footer__banner a {
  display: inline-block;
  width: calc(650 / 1000 * 100%);
}

.g-footer__contact {
  margin: 0 auto;
  line-height: 42px;
  width: 420px;
  font-size: 23px;
  margin-bottom: 70px;
}

.g-footer__company {
  font-size: 18px;
  margin-bottom: calc(55 / 1000 * 100%);
}

.g-footer__logo {
  margin-bottom: calc(50 / 1000 * 100%);
}

.g-footer__logo img {
  width: auto;
  height: 53px;
}

.g-footer__sns {
  display: flex;
  justify-content: center;
  margin-bottom: calc(45 / 1000 * 100%);
}

.g-footer__sns a {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 15px;
  background: url() no-repeat center center/contain;
}

.g-footer__sns .sns-facebook {
  background-image: url("../img/sns_logo_facebook.png");
}

.g-footer__sns .sns-instagram {
  width: 34px;
  background-image: url("../img/sns_logo_instagram.png");
}

.g-footer__sns .sns-twitter {
  background-image: url("../img/sns_logo_twitter.png");
}

.g-footer__tm, .g-footer__copy {
  font-size: 12px;
  font-weight: 300;
}

.g-footer__tm {
  line-height: 1.5;
  margin-bottom: calc(20 / 1000 * 100%);
}

.g-footer__top {
  pointer-events: none;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.g-footer__top.js-show {
  display: block;
}

.g-footer__top.js-fixed {
  position: fixed;
}

.g-footer__top .container {
  position: relative;
  max-width: 100%;
}

.g-footer__top .container a {
  pointer-events: auto;
  margin-left: auto;
  display: block;
  width: 76px;
  height: 76px;
  background: url("../img/footer_top_btn.png") no-repeat 0 0;
  background-size: cover;
  text-indent: -9999px;
}

@media screen and (max-width: 640px) {
  .g-footer__top .container a {
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 640px) {
  .g-footer__banner {
    margin-bottom: 50px;
  }
  .g-footer__banner a {
    width: 229px;
  }
  .g-footer__contact {
    line-height: 34px;
    width: 229px;
    font-size: 13px;
    margin-bottom: 35px;
  }
  .g-footer__company {
    font-size: 10px;
    margin-bottom: 25px;
  }
  .g-footer__logo {
    margin-bottom: 25px;
  }
  .g-footer__logo img {
    height: 27px;
  }
  .g-footer__sns {
    margin-bottom: 20px;
  }
  .g-footer__sns a {
    width: 18px;
    height: 18px;
    margin: 0 8px;
  }
  .g-footer__sns .sns-instagram {
    width: 17px;
  }
  .g-footer__tm, .g-footer__copy {
    font-size: 10px;
  }
  .g-footer__tm {
    margin-bottom: 10px;
  }
}

@media print {
  body {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    zoom: 0.84375;
  }
  .g-header {
    position: absolute !important;
  }
  .p-header:before {
    height: 482px;
  }
}

.p-index__intro {
  position: relative;
  height: 1037px;
  margin-bottom: 80px;
  background: url("../img/index_intro_image.png") no-repeat center center/cover;
}

.p-index__intro__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.42);
  padding-bottom: 55px;
}

.p-index__intro__content h1 {
  margin-bottom: 15px;
}

.p-index__intro__content p {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .p-index__intro {
    height: calc(1037 / 1280 * 100vw);
    margin-bottom: calc(80 / 1280 * 100vw);
  }
  .p-index__intro__content {
    padding-bottom: calc(55 / 1280 * 100vw);
  }
  .p-index__intro__content h1 {
    margin-bottom: calc(15 / 1280 * 100vw);
  }
  .p-index__intro__content p {
    font-size: calc(20 / 1280 * 100vw);
  }
}

@media screen and (max-width: 1280px) and (max-width: 830px) {
  .p-index__intro__content p {
    font-size: 13px;
  }
}

.p-index__demo {
  text-align: center;
  margin-bottom: 120px;
}

.p-index__demo .h2 {
  margin-bottom: 15px;
}

.p-index__demo h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #f6931d;
  color: #fff;
}

.p-index__demo__videos {
  display: flex;
  justify-content: space-between;
}

.p-index__demo__video {
  width: calc(480 / 1000 * 100% + 2px);
  margin-bottom: 20px;
}

.p-index__demo__video .video {
  height: 0;
  padding-top: calc(360 / 480 * (100% - 2px));
  overflow: hidden;
  position: relative;
  background-color: #000;
  border: 1px solid #e3e3e3;
}

.p-index__demo__video .video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-index__demo__note {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

@media screen and (max-width: 1280px) {
  .p-index__demo {
    margin-bottom: calc(120 / 1280 * 100vw);
  }
  .p-index__demo h3 {
    font-size: calc(32 / 1280 * 100vw);
  }
}

.p-index__link {
  margin-bottom: 120px;
}

.p-index__link h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: -0.5em;
}

.p-index__link h3 span {
  background: #fff;
  padding: 0 0.5em;
}

.p-index__link__inner {
  padding-top: 27px;
  padding-bottom: 35px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.p-index__link__item {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 760px;
}

.p-index__link__header {
  width: 264px;
}

.p-index__link__text {
  padding-left: 0.5em;
  width: calc(100% - 264px);
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .p-index__intro {
    height: 661px;
    background-image: url("../img/index_intro_image-sm.png");
    margin-bottom: 30px;
  }
  .p-index__intro__content {
    padding-bottom: 20px;
  }
  .p-index__intro__content h1 {
    max-width: 280px;
    margin: 0 auto 15px;
  }
  .p-index__intro__content p {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }
  .p-index__intro__content p br {
    display: none;
  }
  .p-index__intro__content p .wbr {
    display: inline;
  }
  .p-index__demo {
    margin-bottom: 60px;
  }
  .p-index__demo .h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .p-index__demo h3 {
    font-size: 16px;
    line-height: 1.75;
  }
  .p-index__demo__videos {
    flex-direction: column;
    align-items: center;
  }
  .p-index__demo__video {
    width: 100%;
    max-width: 482px;
  }
  .p-index__demo__note {
    margin-top: -10px;
    text-align: left;
    font-size: 10px;
    line-height: 13px;
  }
  .p-index__demo__note br {
    display: none;
  }
  .p-index__link {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .p-index__link h3 {
    font-size: 14px;
  }
  .p-index__link__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-index__link__item {
    flex-direction: column;
  }
  .p-index__link__header {
    width: 183px;
    margin-bottom: 5px;
  }
  .p-index__link__text {
    text-align: center;
    padding-left: 0;
    width: 100%;
    font-size: 10px;
  }
}

.p-scene__header:before {
  background-image: url("../img/scene_header_image.png");
}

@media screen and (max-width: 640px) {
  .p-scene__header:before {
    background-image: url("../img/scene_header_image-sm.png");
  }
}

.p-scene__case {
  margin-bottom: 90px;
}

.p-scene__case__item {
  display: flex;
  align-items: center;
  height: 324px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1080px) {
  .p-scene__case__item {
    height: calc(324 / 1080 * 100vw);
    background-size: calc(324 / 1080 * 100vw) calc(324 / 1080 * 100vw);
  }
}

.p-scene__case__item__inner {
  flex: 1;
}

.p-scene__case__item__hr {
  width: calc(320 / 1000 * 100%);
  margin: 0 auto;
}

.p-scene__case__item h2 {
  margin-bottom: 0.3em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1080px) {
  .p-scene__case__item h2 {
    font-size: calc(30 / 1080 * 100vw);
  }
}

.p-scene__case__item p {
  line-height: 34px;
}

.p-scene__case__item--01, .p-scene__case__item--03 {
  padding-left: calc(324 / 1000 * 100% + 30px);
  background-position: left top;
}

.p-scene__case__item--02, .p-scene__case__item--04 {
  padding-right: calc(324 / 1000 * 100% + 30px);
  background-position: right top;
  text-align: right;
}

.p-scene__case__item--01 {
  background-image: url("../img/scene_case01_image.png");
}

.p-scene__case__item--02 {
  background-image: url("../img/scene_case02_image.png");
}

.p-scene__case__item--03 {
  background-image: url("../img/scene_case03_image.png");
}

.p-scene__case__item--04 {
  background-image: url("../img/scene_case04_image.png");
}

@media screen and (max-width: 760px) {
  .p-scene__case {
    margin-bottom: 50px;
  }
  .p-scene__case__item {
    height: auto;
    padding: 0;
    text-align: left;
    background: none;
  }
  .p-scene__case__item .d-lg {
    display: none;
  }
  .p-scene__case__item__hr {
    width: 100%;
    height: 0;
    border-top: 1px solid #f6931d;
    margin: 25px 0;
  }
  .p-scene__case__item__hr img {
    display: none;
  }
  .p-scene__case__item h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 208px;
    margin: 0 auto 15px;
    font-size: 20px;
    text-align: center;
    background-size: contain;
  }
  .p-scene__case__item--01 h2, .p-scene__case__item--03 h2 {
    background-position: left top;
    padding-left: 208px;
  }
  .p-scene__case__item--02 h2, .p-scene__case__item--04 h2 {
    background-position: right top;
    padding-right: 208px;
  }
  .p-scene__case__item--01 h2 {
    background-image: url("../img/scene_case01_image.png");
  }
  .p-scene__case__item--02 h2 {
    background-image: url("../img/scene_case02_image.png");
  }
  .p-scene__case__item--03 h2 {
    background-image: url("../img/scene_case03_image.png");
  }
  .p-scene__case__item--04 h2 {
    background-image: url("../img/scene_case04_image.png");
  }
  .p-scene__case__item p {
    line-height: 25px;
  }
}

@media screen and (max-width: 420px) {
  .p-scene__case__item h2 {
    width: 100%;
    height: calc(324 / 640 * 100vw);
    font-size: calc(30 / 640 * 100vw);
  }
  .p-scene__case__item--01 h2, .p-scene__case__item--03 h2 {
    padding-left: calc(324 / 640 * 100vw + 5px);
  }
  .p-scene__case__item--02 h2, .p-scene__case__item--04 h2 {
    padding-right: calc(324 / 640 * 100vw + 5px);
  }
}

.p-scene__test {
  margin-bottom: 130px;
}

.p-scene__test .card__title {
  font-size: 28px;
  line-height: 34px;
}

.p-scene__test .card__content {
  padding-top: 35px;
  padding-bottom: 45px;
}

.p-scene__test .card__lead {
  margin-bottom: 30px;
}

.p-scene__test .card__lead + a {
  margin-bottom: 60px;
}

.p-scene__test .card__cap {
  max-width: 777px;
  margin-bottom: 15px;
}

.p-scene__test__figures {
  display: flex;
  justify-content: center;
  max-width: 740px;
  margin: 0 auto;
}

.p-scene__test__figures figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-bottom: 25px;
}

.p-scene__test__figures figure figcaption {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.p-scene__test__figures figure img {
  min-height: 0%;
}

.p-scene__test__note {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4285;
}

@media screen and (max-width: 1080px) {
  .p-scene__test .card__title {
    font-size: calc(28 / 1080 * 100vw);
    line-height: calc(34 / 1080 * 100vw);
  }
}

@media screen and (max-width: 640px) {
  .p-scene__test {
    margin-bottom: 60px;
  }
  .p-scene__test .card__title {
    padding: 8px 1em;
    font-size: 18px;
    line-height: 21px;
  }
  .p-scene__test .card__content {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .p-scene__test .card__lead {
    margin-bottom: 20px;
  }
  .p-scene__test .card__lead + a {
    margin-bottom: 40px;
  }
  .p-scene__test .card__cap {
    padding: 8px 1em;
    margin-bottom: 15px;
  }
  .p-scene__test__figures {
    flex-direction: column;
  }
  .p-scene__test__figures figure {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .p-scene__test__figures figure figcaption {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .p-scene__test__figures figure img {
    width: calc(217.5 / 320 * 100vw);
    max-width: 320px;
  }
  .p-scene__test__note {
    font-size: 10px;
  }
}

.p-function__header {
  margin-bottom: 100px;
}

.p-function__header:before {
  background-image: url("../img/function_header_image.png");
}

@media screen and (max-width: 1280px) {
  .p-function__header {
    margin-bottom: calc(100 / 1280 * 100vw);
  }
}

@media screen and (max-width: 640px) {
  .p-function__header {
    margin-bottom: 30px;
  }
  .p-function__header:before {
    background-image: url("../img/function_header_image-sm.png");
  }
}

.p-function__nav {
  margin-bottom: 100px;
}

.p-function__nav ul {
  display: flex;
  border-left: 1px solid #707070;
}

.p-function__nav ul li {
  width: calc(1 / 3 * 100%);
  border-right: 1px solid #707070;
}

.p-function__nav ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 92px;
  padding: 0 1em;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill='%239f9f9f' d='M13.725 6.391a.939.939 0 00-1.306 0l-4.4 4.378V1.006a1.012 1.012 0 00-2.024 0v9.773L1.579 6.391a.939.939 0 00-1.306 0 .908.908 0 000 1.3l6.073 6.039a.932.932 0 001.316 0l6.073-6.039a.917.917 0 00-.01-1.3z'/%3E%3C/svg%3E");
  background-size: 25px 25px;
  background-position: center bottom;
}

.p-function__nav ul a.active, .p-function__nav ul a:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill='%23f6931d' d='M13.725 6.391a.939.939 0 00-1.306 0l-4.4 4.378V1.006a1.012 1.012 0 00-2.024 0v9.773L1.579 6.391a.939.939 0 00-1.306 0 .908.908 0 000 1.3l6.073 6.039a.932.932 0 001.316 0l6.073-6.039a.917.917 0 00-.01-1.3z'/%3E%3C/svg%3E");
  color: #f6931d;
}

@media screen and (max-width: 1080px) {
  .p-function__nav {
    margin-bottom: calc(100 / 1080 * 100vw);
  }
  .p-function__nav ul a {
    background-size: calc(25 / 1080 * 100vw) calc(25 / 1080 * 100vw);
  }
}

@media screen and (max-width: 640px) {
  .p-function__nav {
    margin-bottom: 40px;
  }
  .p-function__nav ul {
    flex-direction: column;
    border-left: none;
    border-top: 1px solid #707070;
  }
  .p-function__nav ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .p-function__nav ul a {
    height: 46px;
    background-size: 12.5px 12.5px;
    background-position: right 15px center;
    font-size: 14px;
  }
}

.p-function .card__content {
  padding: 35px 58px 58px;
}

.p-function .card__lead {
  margin-bottom: 38px;
}

.p-function .card__cap {
  margin-bottom: 15px;
  font-weight: 700;
}

.p-function .card__cap + p {
  line-height: 34px;
  text-align: left;
  margin-bottom: 25px;
}

@media screen and (max-width: 1080px) {
  .p-function .card__content {
    padding-left: calc(58 / 1080 * 100vw);
    padding-right: calc(58 / 1080 * 100vw);
  }
}

@media screen and (max-width: 640px) {
  .p-function .card__content {
    padding-left: calc(30 / 640 * 100vw);
    padding-right: calc(30 / 640 * 100vw);
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .p-function .card__lead {
    margin-bottom: 20px;
  }
  .p-function .card__cap {
    margin-bottom: 10px;
  }
  .p-function .card__cap + p {
    line-height: 25px;
    text-align: left;
    margin-bottom: 25px;
  }
}

.p-function .images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -16px 40px;
}

.p-function .images figure {
  width: 196px;
  margin: 0 16px 30px;
}

.p-function .images figure img {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .p-function .images {
    margin-bottom: 20px;
  }
  .p-function .images figure {
    width: calc(324 / 640 * 100vw);
    max-width: 196px;
    margin: 0 16px 17px;
  }
  .p-function .images figure img {
    margin-bottom: 7px;
  }
  .p-function .images figure figcaption {
    font-size: 12px;
  }
}

.p-function .fig-note {
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .p-function .fig-note {
    font-size: 10px;
    margin-top: 5px;
  }
}

.p-function__vivid {
  margin-bottom: 80px;
}

.p-function__vivid__images {
  max-width: 652px;
  margin: 0 auto;
}

.p-function__vivid__figure01 {
  margin-bottom: 40px;
}

.p-function__vivid__figure02 {
  max-width: 804px;
  margin-left: auto;
  margin-right: calc(-33 / 880 * 100%);
}

@media screen and (max-width: 640px) {
  .p-function__vivid {
    margin-bottom: 40px;
  }
  .p-function__vivid__figure01 {
    max-width: 250px;
    margin: 0 auto 40px;
  }
  .p-function__vivid__figure02 {
    max-width: 400px;
    margin: 0 auto;
  }
}

.p-function__clear {
  margin-bottom: 80px;
}

.p-function__clear .card__cap + p {
  margin-bottom: 35px;
}

.p-function__clear__images {
  margin: 0 auto;
}

.p-function__clear__figure01 {
  margin-bottom: 65px;
}

.p-function__clear__figure02 figcaption {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .p-function__clear {
    margin-bottom: 40px;
  }
  .p-function__clear .card__cap + p {
    margin-bottom: 20px;
  }
  .p-function__clear__figure01 {
    max-width: 250px;
    margin: 0 auto 40px;
  }
  .p-function__clear__figure02 figcaption {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 17px;
  }
  .p-function__clear__figure02 img {
    max-width: 250px;
    margin: 0 auto;
  }
}

.p-function__speed {
  margin-bottom: 65px;
}

.p-function__speed .card__cap + p {
  margin-bottom: 35px;
}

.p-function__speed__images {
  margin: 0 auto;
}

.p-function__speed__figure figcaption {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .p-function__speed {
    margin-bottom: 40px;
  }
  .p-function__speed .card__cap + p {
    margin-bottom: 20px;
  }
  .p-function__speed__figure figcaption {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 17px;
  }
  .p-function__speed__figure img {
    max-width: 400px;
    margin: 0 auto;
  }
}

.p-function__dr {
  margin-bottom: 120px;
}

.p-function__dr h2 {
  margin-bottom: 15px;
  line-height: 1.25;
}

.p-function__dr__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 730px;
}

.p-function__dr__content h3 {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.p-function__dr__content h3 strong {
  font-size: 1.3em;
}

.p-function__dr__content h3 strong em {
  font-weight: 700;
  font-style: normal;
}

.p-function__dr__content__text {
  width: calc(418 / 650 * 100%);
  line-height: 34px;
  margin-top: -0.3em;
}

.p-function__dr__content__image {
  width: calc(192 / 650 * 100%);
}

.p-function__dr__content__note {
  width: 100%;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

@media screen and (max-width: 890px) {
  .p-function__dr__content h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  .p-function__dr {
    margin-bottom: 50px;
  }
  .p-function__dr__content {
    align-items: center;
  }
  .p-function__dr__content h3 {
    order: 2;
    flex: 1;
    width: auto;
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
  .p-function__dr__content h3 strong {
    font-size: 16px;
    display: block;
    margin-top: 5px;
  }
  .p-function__dr__content__text {
    order: 3;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
  }
  .p-function__dr__content__image {
    order: 1;
    width: calc(234 / 640 * 100vw);
    margin-right: calc(16 / 640 * 100vw);
  }
  .p-function__dr__content__note {
    order: 4;
    margin-top: 15px;
    font-size: 10px;
    line-height: 14px;
  }
}

.p-product__header {
  margin-bottom: 150px;
}

.p-product__header:before {
  background-image: url("../img/product_header_image.png");
}

@media screen and (max-width: 1280px) {
  .p-product__header {
    margin-bottom: calc(150 / 1280 * 100vw);
  }
}

@media screen and (max-width: 640px) {
  .p-product__header {
    margin-bottom: 50px;
  }
  .p-product__header:before {
    background-image: url("../img/product_header_image-sm.png");
  }
}

.p-product__content {
  margin-bottom: 120px;
}

.p-product__content__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.p-product__content__item:last-child {
  margin-bottom: 0;
}

.p-product__content__item > div {
  width: calc(480 / 1000 * 100%);
}

.p-product__content__item__text h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.p-product__content__item__text p {
  margin-bottom: 30px;
  line-height: 1.6;
}

.p-product__content__item__text > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .p-product__content__item {
    flex-direction: column;
  }
  .p-product__content__item > div {
    width: 100%;
    max-width: 480px;
  }
  .p-product__content__item__image {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .p-product__content {
    padding-left: calc(70 / 640 * 100vw);
    padding-right: calc(70 / 640 * 100vw);
    margin-bottom: 60px;
  }
  .p-product__content__item {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .p-product__content__item__text h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .p-product__content__item__text p {
    margin-bottom: 20px;
  }
}
