@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

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

details {
  display: block; }

input[type="number"] {
  width: auto; }

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

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

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

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  font: 16px / 1.5 sans-serif;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

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

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

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

textarea {
  resize: vertical; }

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

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

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

:root {
  font-size: 1px; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 18px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .1em;
  color: #434343;
  background-color: #fff;
  border-top: 14px solid #0059bd; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* p {
  line-height: 1.8; }

* img {
  display: block;
  max-width: 100%;
  height: auto; }

* a {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

* ul {
  list-style: none; }

.clr {
  clear: both;
  zoom: 1; }
  .clr:before, .clr:after {
    content: "";
    display: table; }

.container {
  width: 1180px;
  margin-left: auto;
  margin-right: auto; }

.en-number {
  font-family: "Lato", sans-serif; }

.en-title {
  font-family: "Lato", sans-serif; }

.font-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

.header {
  margin-top: 30px;
  margin-bottom: 30px; }
  .header .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header .container .sitename {
      width: 29.9%; }
      .header .container .sitename h1 {
        font-size: 28rem; }
        .header .container .sitename h1 span {
          font-size: 15rem;
          display: block; }
        .header .container .sitename h1 a {
          color: #434343; }
    .header .container .header-right {
      width: 70%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .header .container .header-right .title {
        width: 200px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #434343;
        position: relative;
        padding: 5px;
        margin-right: 20px;
        border: 1px solid #434343; }
        .header .container .header-right .title:hover {
          opacity: .5; }
        .header .container .header-right .title:after {
          position: absolute;
          right: 5px;
          bottom: 5px;
          display: block;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 10px 10px;
          border-color: transparent transparent #0058bd transparent; }
        .header .container .header-right .title span {
          font-size: 15rem;
          font-weight: bold; }
      .header .container .header-right .contact ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .header .container .header-right .contact ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .header .container .header-right .contact ul li:not(:last-child) {
            margin-right: 30px; }
          .header .container .header-right .contact ul li span {
            color: #0059bd;
            text-transform: uppercase;
            font-size: 15rem;
            font-weight: bold;
            padding: 5px 3px 5px 4px;
            border: 1px solid #434343;
            margin-right: 10px; }
          .header .container .header-right .contact ul li p {
            font-size: 32rem; }
            .header .container .header-right .contact ul li p a {
              color: #434343; }
              .header .container .header-right .contact ul li p a:hover {
                opacity: .7; }
    .header .container .meta {
      width: 100%;
      text-align: right; }
      .header .container .meta p {
        font-size: 13rem;
        font-weight: bold; }
        .header .container .meta p strong {
          display: block;
          font-size: 15rem; }
      .header .container .meta span {
        font-size: 13rem; }
      .header .container .meta address {
        font-size: 13rem;
        font-style: normal; }

.global-menu ul {
  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; }
  .global-menu ul li {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 19.9%;
    flex: 0 1 19.9%;
    border-left: 1px solid #0059bd; }
    .global-menu ul li:last-child {
      border-right: 1px solid #0059bd; }
    .global-menu ul li a {
      position: relative;
      color: #434343;
      font-weight: bold;
      display: block;
      padding: 20px;
      text-align: center; }
      .global-menu ul li a:after {
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -5px;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #b2b2b2 transparent transparent transparent;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s; }
      .global-menu ul li a:hover {
        color: #0059bd; }
        .global-menu ul li a:hover:after {
          border-color: #0059bd transparent transparent transparent; }

.key-visual .kv-top {
  display: block;
  padding-top: 70px;
  padding-bottom: 50px;
  background: url(../img/kv.jpg) center center no-repeat;
  background-size: cover; }
  .key-visual .kv-top:hover {
    opacity: .7; }
  .key-visual .kv-top img {
    margin-left: auto;
    margin-right: auto; }
  .key-visual .kv-top h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    line-height: 2; }

.key-visual .kv-img {
  background: #0059bd; }
  .key-visual .kv-img ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .key-visual .kv-img ul li {
      width: 33.3%;
      height: 280px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .key-visual .kv-img ul li.kv-img-1 {
        background-image: url(../img/kv-img_01.jpg); }
      .key-visual .kv-img ul li.kv-img-2 {
        background-image: url(../img/kv-img_02.jpg); }
      .key-visual .kv-img ul li.kv-img-3 {
        background-image: url(../img/kv-img_03.jpg); }

.key-visual .kv-bottom {
  position: relative;
  background: #0059bd;
  padding-top: 40px;
  padding-bottom: 40px; }
  .key-visual .kv-bottom .sub-title {
    position: absolute;
    top: -60px;
    left: 50%;
    border: 2px solid #0059bd;
    padding: 5px 20px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px; }
    .key-visual .kv-bottom .sub-title span {
      color: #0059bd;
      font-weight: bold; }
  .key-visual .kv-bottom .title {
    text-align: center;
    margin-bottom: 20px; }
    .key-visual .kv-bottom .title h3 {
      color: #fff;
      font-size: 32rem; }
  .key-visual .kv-bottom .text {
    text-align: center; }
    .key-visual .kv-bottom .text p {
      color: #fff;
      font-weight: bold; }
      .key-visual .kv-bottom .text p a {
        color: #fff;
        text-decoration: underline; }
        .key-visual .kv-bottom .text p a:hover {
          opacity: .7; }

.section-about {
  padding-top: 40px;
  padding-bottom: 100px; }
  .section-about .title span {
    display: block;
    font-size: 30rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  .section-about .title img {
    margin: 0 auto 20px; }
  .section-about .title h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px; }
  .section-about .title h5 {
    color: #0059bd;
    text-align: center; }
  .section-about .content {
    margin-top: 15px; }
    .section-about .content .company-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;
      margin: -15px; }
      .section-about .content .company-list li {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        max-width: calc(100% / 5); }
        .section-about .content .company-list li img {
          max-width: 100%;
          max-height: 100px;
          margin-left: auto;
          margin-right: auto; }

.section-hikari .freshion-logo {
  position: relative; }
  .section-hikari .freshion-logo .container:after {
    position: absolute;
    top: -32px;
    display: block;
    content: "";
    background: url(../img/logo-freshion-circle.png) 0 0 no-repeat;
    width: 65px;
    height: 65px;
    background-size: 100%;
    z-index: 9999; }
  .section-hikari .freshion-logo.left .container:after {
    left: 40px; }
  .section-hikari .freshion-logo.right .container:after {
    right: 40px; }

.section-hikari .section-hikari-onestop {
  background: #0059bd;
  padding-top: 30px;
  padding-bottom: 30px; }
  .section-hikari .section-hikari-onestop .title {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 30px; }
    .section-hikari .section-hikari-onestop .title h3 {
      color: #fff;
      font-size: 32rem;
      margin-bottom: 20px; }
  .section-hikari .section-hikari-onestop .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-hikari .section-hikari-onestop .content .thumb {
      width: 350px; }
    .section-hikari .section-hikari-onestop .content .text {
      color: #fff;
      width: calc(100% - 350px);
      padding-left: 40px;
      margin-top: 40px; }
      .section-hikari .section-hikari-onestop .content .text h4 {
        font-size: 24rem;
        margin-bottom: 30px; }
      .section-hikari .section-hikari-onestop .content .text p {
        line-height: 2;
        font-weight: bold; }

.section-hikari .section-hikari-effect {
  padding-top: 30px;
  padding-bottom: 40px; }
  .section-hikari .section-hikari-effect .title {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 30px; }
    .section-hikari .section-hikari-effect .title h3 {
      color: #0059bd;
      font-size: 32rem;
      margin-bottom: 20px; }
  .section-hikari .section-hikari-effect .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-hikari .section-hikari-effect .content .thumb {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 480px; }
    .section-hikari .section-hikari-effect .content .text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 480px);
      padding-right: 40px; }
      .section-hikari .section-hikari-effect .content .text h4 {
        font-size: 24rem;
        margin-bottom: 30px; }
      .section-hikari .section-hikari-effect .content .text p {
        font-weight: bold;
        line-height: 2; }

.section-hikari .section-hikari-result {
  background: #0059bd;
  padding-top: 30px;
  padding-bottom: 60px; }
  .section-hikari .section-hikari-result .title {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 30px; }
    .section-hikari .section-hikari-result .title h3 {
      color: #fff;
      font-size: 32rem;
      margin-bottom: 20px; }
  .section-hikari .section-hikari-result .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-hikari .section-hikari-result .content .evidence-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      .section-hikari .section-hikari-result .content .evidence-list li {
        width: calc(100% / 6.01);
        padding-left: 10px;
        padding-right: 10px; }
        .section-hikari .section-hikari-result .content .evidence-list li .thumb {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          margin-bottom: 20px; }
        .section-hikari .section-hikari-result .content .evidence-list li .text {
          text-align: center; }
          .section-hikari .section-hikari-result .content .evidence-list li .text h4 {
            color: #fff;
            font-size: 15rem; }
    .section-hikari .section-hikari-result .content .text {
      color: #fff;
      width: calc(100%); }
      .section-hikari .section-hikari-result .content .text h4 {
        font-size: 24rem;
        margin-bottom: 30px; }
      .section-hikari .section-hikari-result .content .text p {
        font-weight: bold;
        line-height: 2; }
        .section-hikari .section-hikari-result .content .text p strong {
          font-size: 24rem;
          padding-left: 10px; }

.section-hikari .section-hikari-example {
  background: #f3f3f4; }
  .section-hikari .section-hikari-example .title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    .section-hikari .section-hikari-example .title h3 {
      color: #0059bd;
      font-size: 32rem;
      letter-spacing: .5em; }
  .section-hikari .section-hikari-example .slides .slide .thumb {
    background: #202e3b; }
    .section-hikari .section-hikari-example .slides .slide .thumb img {
      max-height: 525px;
      margin-left: auto;
      margin-right: auto; }
  .section-hikari .section-hikari-example .slides .slide .description {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    .section-hikari .section-hikari-example .slides .slide .description h4 {
      font-weight: bold; }
      .section-hikari .section-hikari-example .slides .slide .description h4 span {
        text-transform: uppercase;
        color: #0059bd;
        margin-right: 20px; }
  .section-hikari .section-hikari-example .slide-pager li {
    padding-left: 5px;
    padding-right: 5px; }
    .section-hikari .section-hikari-example .slide-pager li .thumb {
      padding-left: 2px;
      padding-right: 2px; }
      .section-hikari .section-hikari-example .slide-pager li .thumb:active {
        outline: none; }
      .section-hikari .section-hikari-example .slide-pager li .thumb:hover {
        opacity: .7;
        cursor: pointer; }
  .section-hikari .section-hikari-example .example-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px; }
    .section-hikari .section-hikari-example .example-list li {
      width: 33.3%;
      padding: 15px; }
      .section-hikari .section-hikari-example .example-list li .inner {
        position: relative; }
        .section-hikari .section-hikari-example .example-list li .inner:hover .overlay {
          opacity: 1; }
        .section-hikari .section-hikari-example .example-list li .inner .overlay {
          opacity: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 89, 189, 0.6);
          -webkit-transition: all ease .3s;
          -o-transition: all ease .3s;
          transition: all ease .3s; }
          .section-hikari .section-hikari-example .example-list li .inner .overlay .text {
            text-align: center; }
            .section-hikari .section-hikari-example .example-list li .inner .overlay .text p {
              color: #fff;
              font-size: 32rem;
              font-weight: bold; }
            .section-hikari .section-hikari-example .example-list li .inner .overlay .text h5 {
              color: #fff; }
  .section-hikari .section-hikari-example .graphs {
    padding-top: 40px;
    padding-bottom: 100px; }
    .section-hikari .section-hikari-example .graphs .graphs-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .section-hikari .section-hikari-example .graphs .graphs-list li {
        width: 24.9%;
        text-align: center;
        border-left: 1px solid #434343; }
        .section-hikari .section-hikari-example .graphs .graphs-list li:last-child {
          border-right: 1px solid #434343; }
        .section-hikari .section-hikari-example .graphs .graphs-list li p {
          font-weight: bold;
          margin-bottom: 5px; }
        .section-hikari .section-hikari-example .graphs .graphs-list li span {
          font-size: 22rem;
          font-weight: bold; }
          .section-hikari .section-hikari-example .graphs .graphs-list li span.lightblue {
            color: #00a0e9; }
          .section-hikari .section-hikari-example .graphs .graphs-list li span.blue {
            color: #172981; }
          .section-hikari .section-hikari-example .graphs .graphs-list li span.orange {
            color: #ee780c; }
    .section-hikari .section-hikari-example .graphs img {
      margin-left: auto;
      margin-right: auto; }

.section-hikari .section-hikari-about {
  background: #0059bd;
  padding-top: 30px;
  padding-bottom: 60px; }
  .section-hikari .section-hikari-about .title {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 30px; }
    .section-hikari .section-hikari-about .title h3 {
      color: #fff;
      font-size: 32rem;
      margin-bottom: 20px; }
  .section-hikari .section-hikari-about .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-hikari .section-hikari-about .content .thumb {
      width: 454px; }
    .section-hikari .section-hikari-about .content .text {
      color: #fff;
      width: calc(100% - 454px);
      padding-left: 40px; }
      .section-hikari .section-hikari-about .content .text h4 {
        font-size: 24rem;
        margin-bottom: 30px; }
      .section-hikari .section-hikari-about .content .text p {
        font-weight: bold;
        line-height: 2; }
        .section-hikari .section-hikari-about .content .text p span {
          color: #83bdff; }

.section-price {
  padding-top: 30px;
  padding-bottom: 30px; }
  .section-price .title {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 30px; }
    .section-price .title h3 {
      font-size: 32rem;
      color: #0059bd;
      margin-bottom: 20px; }
    .section-price .title p {
      font-weight: bold; }
  .section-price .price-faq {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #007ac3;
    background: -webkit-gradient(linear, left bottom, left top, from(#007ac3), to(#00a0e9));
    background: -webkit-linear-gradient(bottom, #007ac3 0%, #00a0e9 100%);
    background: -o-linear-gradient(bottom, #007ac3 0%, #00a0e9 100%);
    background: linear-gradient(0deg, #007ac3 0%, #00a0e9 100%); }
    .section-price .price-faq .sub-title {
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      margin-bottom: 30px; }
      .section-price .price-faq .sub-title h4 {
        color: #fff;
        font-size: 32rem;
        margin-bottom: 20px; }
    .section-price .price-faq .faq-list {
      overflow: hidden; }
      .section-price .price-faq .faq-list li:not(:last-child) {
        margin-bottom: 30px; }
      .section-price .price-faq .faq-list li span {
        padding-right: 10px; }
      .section-price .price-faq .faq-list li .question {
        color: #fff;
        font-weight: bold;
        float: right;
        position: relative;
        padding: 10px 20px;
        margin-right: 12px;
        margin-bottom: 20px;
        background: #0059bd;
        border-radius: 10px; }
        .section-price .price-faq .faq-list li .question:after {
          position: absolute;
          top: 50%;
          right: -12px;
          display: block;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 0 10px 12px;
          margin-top: -10px;
          border-color: transparent transparent transparent #0058bd; }
      .section-price .price-faq .faq-list li .answer {
        clear: both;
        color: #fff;
        font-weight: bold;
        float: left;
        position: relative;
        padding: 10px 20px;
        margin-left: 12px;
        margin-bottom: 20px;
        background: #172981;
        border-radius: 10px; }
        .section-price .price-faq .faq-list li .answer:before {
          position: absolute;
          top: 50%;
          left: -12px;
          display: block;
          content: "";
          width: 0;
          height: 0;
          margin-top: -10px;
          border-style: solid;
          border-width: 10px 12px 10px 0;
          border-color: transparent #172881 transparent transparent; }
      .section-price .price-faq .faq-list li .plans {
        clear: both;
        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; }
        .section-price .price-faq .faq-list li .plans.left {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        .section-price .price-faq .faq-list li .plans .plan {
          padding-left: 20px;
          padding-right: 20px; }
          .section-price .price-faq .faq-list li .plans .plan.width-50 {
            width: 45%; }
          .section-price .price-faq .faq-list li .plans .plan.width-33 {
            width: 33.3%; }
          .section-price .price-faq .faq-list li .plans .plan .inner {
            padding: 30px 15px;
            background: #fff;
            border-radius: 10px; }
            .section-price .price-faq .faq-list li .plans .plan .inner h5 {
              color: #172981;
              text-align: center;
              font-size: 22rem;
              margin-bottom: 10px;
              text-decoration: underline; }
            .section-price .price-faq .faq-list li .plans .plan .inner p {
              color: #172981;
              font-weight: bold;
              text-align: center; }
  .section-price .bottomline {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    .section-price .bottomline .container {
      border-bottom: 1px solid #999; }
    .section-price .bottomline p {
      color: #0059bd;
      font-size: 24rem;
      font-weight: bold;
      margin-bottom: 20px; }

.section-news {
  padding-bottom: 100px; }
  .section-news .title {
    text-align: center;
    margin-bottom: 30px; }
    .section-news .title h3 {
      display: block;
      font-size: 30rem;
      font-weight: bold; }
  .section-news .content {
    height: 300px;
    overflow-y: scroll; }
    .section-news .content dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px dashed #b9b9b9; }
      .section-news .content dl dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 285px; }
        .section-news .content dl dt span {
          display: inline-block;
          padding: 7px 10px 3px;
          width: 85px; }
          .section-news .content dl dt span.new {
            display: inline-block;
            color: #fff;
            font-size: 13rem;
            text-transform: uppercase;
            text-align: center;
            background: #0059bd; }
        .section-news .content dl dt p {
          width: calc(100% - 85px);
          padding-left: 20px; }
      .section-news .content dl dd {
        width: calc(100% - 286px); }
        .section-news .content dl dd a {
          color: #434343; }
          .section-news .content dl dd a:hover {
            opacity: .7; }

.bottom-contact {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0059bd; }
  .bottom-contact p {
    color: #fff;
    font-weight: bold;
    text-align: center; }
  .bottom-contact a {
    position: relative;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 610px;
    height: 70px;
    background: #fff;
    margin: 20px auto 0; }
    .bottom-contact a:hover {
      opacity: .7; }
    .bottom-contact a:before {
      position: absolute;
      top: -1px;
      left: -1px;
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 0;
      border-color: #0058bd transparent transparent transparent; }
    .bottom-contact a img {
      width: 34px;
      height: 27px; }
    .bottom-contact a span {
      color: #0059bd;
      font-size: 26rem;
      letter-spacing: .2em;
      font-weight: bold;
      margin-left: 40px; }

.footer {
  padding-top: 12px;
  padding-bottom: 12px; }
  .footer .copyright {
    text-align: center; }

.global-menu-sp {
  display: none; }

@media screen and (max-width: 1180px) {
  .container {
    width: 100%; }
  .header {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .header .container .sitename {
      width: 100%;
      margin-bottom: 20px; }
      .header .container .sitename h1 {
        text-align: center; }
    .header .container .header-right {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
      .header .container .header-right .title {
        width: 100%;
        height: 40px;
        margin-right: 0; }
  .global-menu {
    display: none; }
  .global-menu-sp {
    display: block; }
    .global-menu-sp .menu-toggle {
      width: 100%;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
      background: #0059bd; }
      .global-menu-sp .menu-toggle span {
        color: #fff;
        font-size: 18rem;
        font-weight: bold; }
    .global-menu-sp ul {
      display: none;
      background: #f3f3f4; }
      .global-menu-sp ul.active {
        display: block; }
      .global-menu-sp ul li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
      .global-menu-sp ul li a {
        display: block;
        color: #0059bd;
        font-weight: bold;
        text-align: center;
        padding: 20px; }
  .key-visual .kv-img ul li {
    height: 200px; }
  .key-visual .kv-bottom {
    padding-left: 20px;
    padding-right: 20px; }
    .key-visual .kv-bottom .title h3 {
      font-size: 24rem; }
      .key-visual .kv-bottom .title h3 br {
        display: none; }
  .section-hikari .section-hikari-onestop {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px; }
    .section-hikari .section-hikari-onestop .title h3 {
      font-size: 24rem; }
    .section-hikari .section-hikari-onestop .content .thumb {
      width: 100%; }
      .section-hikari .section-hikari-onestop .content .thumb img {
        margin-left: auto;
        margin-right: auto; }
    .section-hikari .section-hikari-onestop .content .text {
      width: 100%;
      padding-left: 0; }
  .section-hikari .section-hikari-effect {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px; }
    .section-hikari .section-hikari-effect .title h3 {
      font-size: 24rem; }
    .section-hikari .section-hikari-effect .content .thumb {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 40px; }
      .section-hikari .section-hikari-effect .content .thumb img {
        margin-left: auto;
        margin-right: auto; }
    .section-hikari .section-hikari-effect .content .text {
      width: 100%;
      padding-right: 0; }
  .section-hikari .section-hikari-result {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px; }
    .section-hikari .section-hikari-result .title h3 {
      font-size: 24rem; }
      .section-hikari .section-hikari-result .title h3 br {
        display: none; }
    .section-hikari .section-hikari-result .content .evidence-list li {
      width: 33.3%; }
    .section-hikari .section-hikari-result .content .text {
      width: 100%;
      padding-right: 0; }
  .section-hikari .section-hikari-example {
    padding-left: 20px;
    padding-right: 20px; }
    .section-hikari .section-hikari-example .title h3 {
      font-size: 24rem; }
      .section-hikari .section-hikari-example .title h3 br {
        display: none; }
    .section-hikari .section-hikari-example .example-list {
      margin: -8px; }
      .section-hikari .section-hikari-example .example-list li {
        padding: 8px; }
        .section-hikari .section-hikari-example .example-list li .inner .overlay {
          opacity: 1; }
          .section-hikari .section-hikari-example .example-list li .inner .overlay .text p {
            font-size: 24rem; }
    .section-hikari .section-hikari-example .graphs .graphs-list li {
      width: 50%;
      padding: 8px; }
      .section-hikari .section-hikari-example .graphs .graphs-list li:nth-child(even) {
        border-right: 1px solid #434343; }
  .section-hikari .section-hikari-about {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px; }
    .section-hikari .section-hikari-about .title h3 {
      font-size: 24rem; }
    .section-hikari .section-hikari-about .content .thumb {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 40px; }
      .section-hikari .section-hikari-about .content .thumb img {
        margin-left: auto;
        margin-right: auto; }
    .section-hikari .section-hikari-about .content .text {
      width: 100%;
      padding-left: 0;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  .section-price .title {
    padding-left: 20px;
    padding-right: 20px; }
  .section-price .price-faq {
    padding-left: 20px;
    padding-right: 20px; }
    .section-price .price-faq .sub-title h4 {
      font-size: 24rem; }
  .section-price .bottomline {
    padding-left: 20px;
    padding-right: 20px; }
    .section-price .bottomline p br {
      display: none; }
  .section-news {
    padding-left: 20px;
    padding-right: 20px; }
    .section-news .title h3 {
      font-size: 24rem; }
    .section-news .content {
      height: 500px; }
      .section-news .content dl dt {
        width: 100%;
        margin-bottom: 5px; }
        .section-news .content dl dt span {
          margin-right: 20px; }
          .section-news .content dl dt span:not(.new) {
            display: none; }
        .section-news .content dl dt p {
          width: auto;
          padding-left: 0; }
      .section-news .content dl dd {
        width: 100%; }
  .bottom-contact {
    padding-left: 20px;
    padding-right: 20px; }
    .bottom-contact a {
      width: 100%; } }

@media screen and (max-width: 768px) {
  * {
    letter-spacing: 0; }
  * p {
    font-size: 13rem; }
  section p {
    font-weight: normal !important; }
  .header .container .header-right .contact {
    margin-top: 10px; }
    .header .container .header-right .contact ul li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 10px; }
    .header .container .header-right .contact ul li p {
      font-size: 24rem; }
  .key-visual .kv-top {
    padding-left: 20px;
    padding-right: 20px; }
  .key-visual .kv-bottom .sub-title {
    text-align: center;
    width: 80%; }
  .section-about {
    padding-left: 20px;
    padding-right: 20px; }
    .section-about .content .company-list {
      margin: -4px; }
      .section-about .content .company-list li {
        width: 20%;
        max-width: 50%;
        padding: 4px; }
        .section-about .content .company-list li img {
          max-width: 100%;
          height: auto; }
  .section-hikari .section-hikari-result .content .evidence-list li {
    width: 50%; }
  .section-hikari .section-hikari-example .example-list li {
    width: 50%; }
  .section-hikari .section-hikari-example .graphs .graphs-list li {
    width: 100%;
    border-right: 1px solid #434343; }
  .section-price .price-faq .faq-list li .plans .plan {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important; }
    .section-price .price-faq .faq-list li .plans .plan:not(:last-child) {
      margin-bottom: 20px; }
  .bottom-contact p {
    font-size: 15rem; }
  .bottom-contact a img {
    display: none; }
  .bottom-contact a span {
    font-size: 22rem;
    margin-left: 0; }
  .section-hikari .section-hikari-result .content .text p strong {
    font-size: 15rem; }
  .section-hikari .section-hikari-result .content .evidence-list li {
    width: 33.3%; }
  .section-hikari .section-hikari-onestop .content .text h4 {
    font-size: 18rem;
    margin-bottom: 20px; }
  .section-hikari .section-hikari-onestop .content .thumb {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .section-price .title h3 {
    font-size: 22rem; }
  .section-price .bottomline p {
    font-size: 18rem;
    font-weight: bold !important; }
  .key-visual .kv-bottom .title h3 {
    font-size: 18rem; }
  .section-hikari .section-hikari-onestop .title h3,
  .section-hikari .section-hikari-effect .title h3,
  .section-hikari .section-hikari-result .title h3,
  .section-hikari .section-hikari-about .title h3,
  .section-price .price-faq .sub-title h4 {
    font-size: 20rem; }
  .section-price .price-faq .faq-list li .plans .plan .inner h5 {
    font-size: 18rem; } }
