@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  color: #222222; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

form label {
  cursor: pointer; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

@-webkit-keyframes op1 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@keyframes op1 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@-webkit-keyframes right-left {
  0% {
    left: 0;
    right: 100%; }
  45% {
    left: 0;
    right: 0; }
  70% {
    left: 0;
    right: 0; }
  100% {
    left: 100%;
    right: 0; } }

@keyframes right-left {
  0% {
    left: 0;
    right: 100%; }
  45% {
    left: 0;
    right: 0; }
  70% {
    left: 0;
    right: 0; }
  100% {
    left: 100%;
    right: 0; } }

@-webkit-keyframes headshake {
  0% {
    right: 0; }
  50% {
    right: 10px; }
  100% {
    right: 0; } }

@keyframes headshake {
  0% {
    right: 0; }
  50% {
    right: 10px; }
  100% {
    right: 0; } }

@media (min-width: 768px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-footer_conts {
  background: #0086cf;
  color: #fff;
  padding: 15px 0; }
  .l-footer_conts .l-footer__inner {
    padding: 0; }
  .l-footer_conts a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px; }
  .l-footer_conts p {
    font-size: 14px;
    font-weight: 500; }
  .l-footer_conts .link-conts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .l-footer_conts .footer-link {
    border-right: 1px solid #fff;
    padding-right: 22px;
    margin-right: 22px;
    letter-spacing: 0.06em; }

.l-footer__inner {
  margin: 15px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 0 22px; }
  .l-footer__inner .footer_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-right: 100px; }
    .l-footer__inner .footer_right .c-btn {
      font-size: 14px;
      padding: 4px 8px;
      margin-right: 99px;
      border: 1px solid #0086cf;
      color: #0086cf;
      text-decoration: none;
      position: relative;
      top: 9px; }
  .l-footer__inner .footer_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: -5px; }
  .l-footer__inner .footer-txt {
    margin-left: 27px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 21px;
    position: relative;
    top: 2px; }
  .l-footer__inner .copyright {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    font-size: 12px;
    letter-spacing: 0.06em;
    font-weight: 500; }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-headPC__inner {
  margin: 0 40px;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .c-headPC__inner a {
    color: #000;
    text-decoration: none; }
  .c-headPC__inner ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-headPC__inner ul hr {
      width: 10px; }
    .c-headPC__inner ul li {
      margin: 0 14px;
      font-size: 18px;
      font-weight: bold;
      position: relative;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .c-headPC__inner ul li::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: #0086cf;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .c-headPC__inner ul li:hover {
        color: #0086cf; }
        .c-headPC__inner ul li:hover .dropdown_menu {
          opacity: 1;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          pointer-events: all; }
        .c-headPC__inner ul li:hover::before {
          width: 100%; }
  .c-headPC__inner .sw-lang, .c-headPC__inner .sw-lang-eg {
    border-left: 1px solid #000;
    margin-left: 13px;
    line-height: 30px; }
    .c-headPC__inner .sw-lang .text001, .c-headPC__inner .sw-lang-eg .text001 {
      font-size: 14px;
      font-weight: bold;
      margin-left: 19px; }
    .c-headPC__inner .sw-lang .text002, .c-headPC__inner .sw-lang-eg .text002 {
      font-size: 18px;
      font-weight: bold;
      color: #C6C6C6; }
      .c-headPC__inner .sw-lang .text002.jp, .c-headPC__inner .sw-lang-eg .text002.jp {
        color: #0086cf;
        margin-left: 21px; }
      .c-headPC__inner .sw-lang .text002.en, .c-headPC__inner .sw-lang-eg .text002.en {
        margin-left: 10px; }
  .c-headPC__inner .sw-lang-eg .text002.jp {
    color: #C6C6C6; }
  .c-headPC__inner .sw-lang-eg .text002.en {
    color: #0086cf; }
  .c-headPC__inner .c-header_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0 9px; }
    .c-headPC__inner .c-header_link > ul > li {
      cursor: pointer; }
      .c-headPC__inner .c-header_link > ul > li.sw-lang, .c-headPC__inner .c-header_link > ul > li.sw-lang-eg {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .c-headPC__inner .c-header_link > ul > li.sw-lang p, .c-headPC__inner .c-header_link > ul > li.sw-lang-eg p {
          cursor: text;
          color: #222 !important; }
        .c-headPC__inner .c-header_link > ul > li.sw-lang:before, .c-headPC__inner .c-header_link > ul > li.sw-lang-eg:before {
          display: none; }
  .c-headPC__inner .dropdown_menu {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    pointer-events: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    z-index: 1000;
    padding: 15px 0;
    color: black;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    -webkit-transition: 300ms;
    transition: 300ms; }
    .c-headPC__inner .dropdown_menu a {
      display: block;
      font-weight: 500;
      font-size: 14px; }
    .c-headPC__inner .dropdown_menu li:not(:last-child) {
      margin-bottom: 9px; }
    .c-headPC__inner .dropdown_menu li::before {
      height: 1px; }
    li .c-headPC__inner .dropdown_menu:hover {
      color: #0086cf; }

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-inner {
  max-width: 1200px;
  margin: auto; }

.l-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px; }

body {
  min-width: 1240px;
  overflow: auto; }

ul {
  margin: 10px 0; }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn-conts {
  position: relative;
  overflow: hidden; }
  .c-btn-conts.open .c-btn_down:before, .c-btn-conts.open .c-btn_down:after {
    background: url(../img/arrow-up-ic.svg) no-repeat center center;
    background-size: 5px 17px; }
  .c-btn-conts.open:hover .c-btn_down:before, .c-btn-conts.open:hover .c-btn_down:after {
    -webkit-animation: moveUp 0.4s forwards;
            animation: moveUp 0.4s forwards; }
  .c-btn-conts:hover .c-btn_down:before, .c-btn-conts:hover .c-btn_down:after {
    -webkit-animation: moveDown 0.4s forwards;
            animation: moveDown 0.4s forwards; }

.c-btn_down {
  position: absolute;
  width: 5px;
  height: 100%;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .c-btn_down:before, .c-btn_down:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/arrow-down-ic.svg) no-repeat center center;
    background-size: 5px 17px;
    -webkit-transition: all 0.4s ease-in-out, background 0s ease;
    transition: all 0.4s ease-in-out, background 0s ease;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .c-btn_down:before {
    top: -100%; }

/*
------------------------------------------------------------*/
.c-btn1 {
  display: block;
  position: relative; }
  .c-btn1__txt {
    text-decoration: none;
    display: inline-block;
    background: #fff;
    border: 1px solid #0086cf;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    color: #0086cf;
    font-weight: 500;
    padding: 7px 11px 7px 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1 !important; }
    @media all and (-ms-high-contrast: none) {
      .c-btn1__txt {
        padding: 9px 11px 5px 13px; } }
    @media screen and (min-width: 768px) {
      .c-btn1__txt:hover {
        opacity: 1; }
        .c-btn1__txt:hover .c-btn1__inner::before {
          -webkit-animation: moveRight 0.4s forwards;
                  animation: moveRight 0.4s forwards; }
        .c-btn1__txt:hover .c-btn1__inner::after {
          -webkit-animation: moveRight 0.4s forwards;
                  animation: moveRight 0.4s forwards; } }
  .c-btn1__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    position: relative;
    padding: 0 30px 0 0;
    overflow: hidden;
    z-index: 1; }
    .c-btn1__inner::before, .c-btn1__inner::after {
      content: '';
      width: 24px;
      height: 5px;
      background: url("../img/common/icon/icon-arrow-right.svg") no-repeat center;
      background-size: 24px 5px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    @media all and (-ms-high-contrast: none) {
      .c-btn1__inner::before, .c-btn1__inner::after {
        margin-top: -2px; } }
    .c-btn1__inner::before {
      right: 50px; }
    .c-btn1__inner span {
      display: inline-block;
      color: #0086CF;
      background: #fff;
      line-height: 1.2;
      position: relative;
      z-index: 2; }
  .c-btn1--white .c-btn1__txt {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 16px; }
    @media all and (-ms-high-contrast: none) {
      .c-btn1--white .c-btn1__txt {
        padding: 9px 16px 5px; } }
  .c-btn1--white .c-btn1__inner::before, .c-btn1--white .c-btn1__inner::after {
    background: url("../img/common/icon/icon-arrow-right-white.svg") no-repeat center;
    background-size: 24px 5px; }
  .c-btn1--white .c-btn1__inner span {
    color: #fff;
    background: #0086cf; }

@-webkit-keyframes moveRight {
  from {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  to {
    -webkit-transform: translate(50px, -50%);
            transform: translate(50px, -50%); } }

@keyframes moveRight {
  from {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  to {
    -webkit-transform: translate(50px, -50%);
            transform: translate(50px, -50%); } }

@-webkit-keyframes moveUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes moveUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes moveDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes moveDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/* .c-dev-title1 {
  width: 126px;
  height: 32px;
  background: none;
  color: #0086cf;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}
.c-button {
  border: 1px bold #0086cf;
  white-space: nowrap;
}
 */
.c-btn {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 10px;
  float: right;
  border: 0px solid #0086cf; }
  .c-btn .c-btn-conts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-btn img {
    margin-left: 7px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    width: 120px;
    height: 30px; }

.c-btn-top {
  width: 50px; }

.c-title1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .c-title1__en {
    font-family: 'Questrial', sans-serif;
    line-height: 1;
    font-size: 4.4rem;
    color: #0086CF;
    font-weight: normal;
    position: relative;
    padding-right: 17px;
    margin-right: 16px;
    display: block; }
    .c-title1__en::before {
      content: '';
      position: absolute;
      top: 2px;
      bottom: 8px;
      right: 0;
      width: 1px;
      background: #0086CF; }
  .c-title1__jp {
    line-height: 1;
    font-size: 1.6rem;
    display: block;
    padding: 0 0 10px; }

.c-title2 {
  font-size: 4.4rem;
  font-family: 'Questrial', sans-serif;
  color: #0086CF;
  font-weight: normal; }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-news {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .c-news_banner .banner-news {
    display: none; }
  .c-news_banner.open a {
    display: none; }
  .c-news_banner.open .banner-news {
    display: block; }
  .c-news_left {
    width: 300px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .c-news_left {
        width: 50%; } }
  .c-news_slider {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 28px; }
    .c-news_slider .slider {
      width: 260px;
      opacity: 0; }
      .c-news_slider .slider.slick-initialized {
        opacity: 1; }
      .c-news_slider .slider img {
        width: 100%;
        height: auto; }
    .c-news_slider .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer; }
      .c-news_slider .slick-arrow.prev-arrow {
        left: 0; }
      .c-news_slider .slick-arrow.next-arrow {
        right: 3px; }
    .c-news_slider .slick-dots {
      bottom: -12px; }
    .c-news_slider .slick-dots li {
      margin: 0 5px !important; }
    .c-news_slider .slick-dotted.slick-slider {
      margin-bottom: 0; }
    .c-news_slider .slick-dots li,
    .c-news_slider .slick-dots li button,
    .c-news_slider .slick-dots li button:before {
      width: 7px;
      height: 7px;
      font-size: 0;
      padding: 0;
      margin: 0;
      opacity: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .c-news_slider .slick-dots li.slick-active button:before {
      background-color: #0086cf; }
    .c-news_slider .slick-dots li button:before {
      border-radius: 50%;
      border: 1px solid #0086cf; }
  .c-news_body {
    width: 100%;
    background: #0086cf;
    padding: 12px 40px 0 39px; }
    .c-news_body .c-btn {
      background: #fff;
      padding: 0;
      cursor: pointer; }
      .c-news_body .c-btn img {
        height: 32px;
        margin-left: 0; }
    .c-news_body .link-archive {
      height: 0;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      float: right;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .c-news_body .link-archive.show {
        height: 32px;
        opacity: 1;
        visibility: visible;
        overflow: visible;
        margin-bottom: 16px; }
  .c-news_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 14px; }
  .c-news_title {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-news_title .en {
      font-family: 'Questrial', sans-serif;
      font-size: 2.6rem;
      line-height: 1;
      text-transform: uppercase;
      position: relative;
      font-weight: 500;
      padding-right: 10px;
      margin-right: 10px; }
      .c-news_title .en:after {
        content: '';
        position: absolute;
        right: 0;
        height: 23px;
        width: 1px;
        background-color: #fff; }
    .c-news_title .ja {
      font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-size: 1.6rem;
      line-height: 2.6rem;
      font-weight: bold; }
  .c-news .c-news-conts {
    margin: 10px 0;
    height: 70%; }
    .c-news .c-news-conts li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #fff;
      color: #fff;
      padding: 15px 0; }
      .c-news .c-news-conts li:hover {
        color: #bce7ff; }
      .c-news .c-news-conts li p {
        font-size: 14px;
        font-weight: bold; }
    .c-news .c-news-conts ul.js-slider {
      display: none; }
    .c-news .c-news-conts img {
      width: 200px;
      float: right;
      margin-top: 20px; }
    .c-news .c-news-conts a {
      text-decoration: none; }

/*
------------------------------------------------------------*/
.c-news-list {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 116px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative; }
  .c-news-list:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #0086cf;
    z-index: 1; }
  .c-news-list .scrollbar-track {
    background-color: #fff !important;
    z-index: 2; }
  .c-news-list .scrollbar-thumb {
    background-color: #C6C6C6 !important;
    border-radius: 0 !important; }
  .c-news-list.open {
    height: 224px; }
    .c-news-list.open:before {
      display: none; }
  .c-news-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 12px 0;
    text-decoration: none; }
    .c-news-list a:hover {
      color: #bce7ff; }
    .c-news-list a span {
      font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-size: 1.4rem;
      line-height: 2.2rem; }
  .c-news-list ul {
    padding: 0;
    margin: 0;
    margin-top: -12px; }
    .c-news-list ul.show li {
      display: block !important; }
    .c-news-list ul.show li a {
      border-bottom-width: 1px; }
  .c-news-list li a {
    padding-right: 23px; }
  .c-news-list img {
    width: 200px;
    float: right;
    margin-top: 20px; }
  .c-news-list__date {
    font-weight: bold;
    margin-right: 30px; }
  .c-news-list__title {
    font-weight: normal; }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
slide
------------------------------------------------------------*/
.hero-sec {
  background: url(../img/mv_img.jpg);
  background-size: contain;
  height: 0;
  padding-top: 23.4375%;
  position: relative; }
  .hero-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 2;
    -webkit-transition: 1000ms;
    transition: 1000ms; }
  .hero-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0086cf;
    z-index: 1; }
  .hero-sec .l-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: auto;
    z-index: 3;
    margin: -30px 0 0; }
    .hero-sec .l-inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 100%;
      bottom: 0;
      background: #ffffff;
      z-index: 3; }
    .hero-sec .l-inner:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 100%;
      bottom: 0;
      background: #ffffff;
      z-index: 1;
      opacity: 1; }
    .hero-sec .l-inner .txt {
      opacity: 0;
      z-index: 2;
      position: relative;
      padding: 21.5px 40px;
      font-size: 3.5rem;
      line-height: 1.3;
      color: #222222;
      font-weight: bold;
      letter-spacing: 1px; }
  .hero-sec.is-action:before {
    right: 100%; }
  .hero-sec.is-action:after {
    right: 100%;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transition-delay: 2500ms;
            transition-delay: 2500ms; }
  .hero-sec.is-action .l-inner:after {
    -webkit-animation: op1 500ms forwards;
            animation: op1 500ms forwards;
    -webkit-animation-delay: 2500ms;
            animation-delay: 2500ms;
    -webkit-transition-delay: 1250ms;
            transition-delay: 1250ms;
    opacity: 1;
    right: 0; }
  .hero-sec.is-action .l-inner:before {
    -webkit-animation: right-left 1500ms linear forwards;
            animation: right-left 1500ms linear forwards;
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }
  .hero-sec.is-action .l-inner .txt {
    opacity: 1;
    -webkit-transition-delay: 1250ms;
            transition-delay: 1250ms; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-go-top {
  width: 100%;
  position: fixed;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  visibility: hidden; }

.c-btn-top {
  position: relative;
  top: 0;
  z-index: 999;
  cursor: pointer;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .c-btn-top:hover {
    padding-bottom: 15px; }

/*
------------------------------------------------------------*/
.c-sec2 h1 {
  margin: 22px 0 13px; }

.c-sec2 .c-about-conts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*
------------------------------------------------------------*/
.c-sec3 {
  background: #ececec;
  padding-bottom: 45px; }
  .c-sec3 h1 {
    padding: 24px 0 14px; }
  .c-sec3 .c-btn-conts {
    -webkit-text-emphasis-style: filled; }
  .c-sec3 .c-active-conts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-sec3 .c-active-items {
    width: calc(50% - 10px);
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    position: relative; }
  .c-sec3 .c-active-img {
    min-width: 180px;
    min-height: 210px;
    background-size: cover !important; }
  .c-sec3 .c-active-text {
    width: 100%;
    padding: 12px 17px 16px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .c-sec3 .c-active-text h2 {
      border-bottom: 1px solid #0086cf;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      font-size: 2.2rem;
      line-height: 1.5; }
    .c-sec3 .c-active-text ul {
      height: 100%;
      margin: 12px 0 6px; }
      .c-sec3 .c-active-text ul.dot li {
        position: relative;
        padding-left: 16px; }
        .c-sec3 .c-active-text ul.dot li > a:before,
        .c-sec3 .c-active-text ul.dot li > span:before {
          color: #000;
          content: '・';
          font-size: 1.6rem;
          position: absolute;
          top: 0;
          left: 0; }
        .c-sec3 .c-active-text ul.dot li > a {
          z-index: 3;
          color: #0086cf;
          text-decoration: none; }
          .c-sec3 .c-active-text ul.dot li > a:visited, .c-sec3 .c-active-text ul.dot li > a:visited:before {
            color: #4cb7b7; }
          .c-sec3 .c-active-text ul.dot li > a:hover {
            opacity: 1 !important;
            text-decoration: underline; }
    .c-sec3 .c-active-text li {
      position: relative;
      font-size: 1.6rem;
      letter-spacing: -0.5px; }
      .c-sec3 .c-active-text li + li {
        margin-top: -2px; }
    .c-sec3 .c-active-text .c-btn1 {
      text-align: right; }
      .c-sec3 .c-active-text .c-btn1__txt:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .c-sec3 .c-active-text .c-btn1 a:hover {
        opacity: 1 !important; }
    .c-sec3 .c-active-text .c-btn {
      position: absolute;
      right: 16px;
      bottom: 10px;
      margin-right: initial;
      border: 1px solid #0086cf; }
      .c-sec3 .c-active-text .c-btn:hover img {
        -webkit-animation: headshake 0.5s 1;
                animation: headshake 0.5s 1; }
      .c-sec3 .c-active-text .c-btn img {
        width: 40px;
        height: 20px;
        position: relative;
        right: 0; }

/*
------------------------------------------------------------*/
.c-about-conts {
  border: 1px solid #0086cf;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-decoration: none;
  opacity: 1 !important;
  width: 388px; }
  .c-about-conts:hover {
    -webkit-box-shadow: 0px 2px 12px rgba(34, 34, 34, 0.7);
            box-shadow: 0px 2px 12px rgba(34, 34, 34, 0.7); }
  .c-about-conts p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.6rem;
    padding: 27px 15px 27px 18px;
    letter-spacing: -0.5px;
    line-height: 24px; }
  .c-about-conts .c-about-ttl {
    background: #0086cf;
    width: 120px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-about-conts .c-about-ttl img {
      width: 63px; }

.page-english .l-footer1 {
  padding-top: 25px; }

.p-english {
  display: block;
  position: relative; }
  .p-english .c-sec2 .c-about-conts {
    width: calc(50% - 22px);
    color: #222222;
    text-decoration: none; }
    .p-english .c-sec2 .c-about-conts .c-about-ttl {
      width: 139px; }
      .p-english .c-sec2 .c-about-conts .c-about-ttl img {
        height: inherit;
        width: 100px; }
  .p-english .c-sec3 h1 {
    padding: 24px 0 13px; }
  .p-english .c-sec3 .c-active-items:nth-child(1) .c-active-img {
    background: url("../img/img_medicine.jpg"); }
  .p-english .c-sec3 .c-active-items:nth-child(2) .c-active-img {
    background: url("../img/img_food.jpg"); }
  .p-english .c-sec3 .c-active-items:nth-child(3) .c-active-img {
    background: url("../img/img_chemicals.jpg"); }
  .p-english .c-sec3 .c-active-items:nth-child(4) .c-active-img {
    background: url("../img/img_others.jpg"); }
  .p-english .c-btn img {
    width: 100px; }

.p-japanese {
  display: block;
  position: relative; }
  .p-japanese .c-news_banner + .c-news_banner {
    margin-top: 28px; }
  .p-japanese .c-sec3 .c-active-items:nth-child(1) .c-active-img {
    background: url("../img/img_medicine.jpg"); }
  .p-japanese .c-sec3 .c-active-items:nth-child(2) .c-active-img {
    background: url("../img/img_food.jpg"); }
  .p-japanese .c-sec3 .c-active-items:nth-child(3) .c-active-img {
    background: url("../img/img_chemicals.jpg"); }
  .p-japanese .c-sec3 .c-active-items:nth-child(4) .c-active-img {
    background: url("../img/img_report.jpg"); }
  .p-japanese .c-sec3 .c-active-items:nth-child(5) .c-active-img {
    background: url("../img/img_slide.jpg"); }
  .p-japanese .c-sec3 .c-active-items:nth-child(6) .c-active-img {
    background: url("../img/img_forum.jpg"); }
