@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=M+PLUS+1p:100,300);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif+JP);
.pagination {
  display: flex;
  width: 80%;
  margin: auto;
  padding: 5rem 0;
  font-size: 2.5rem;
  align-items: center;
  justify-content: center;
}
.pagination a, .pagination span {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-next, .last,
.pagination-prev, .start {
  width: 6rem;
  height: 6rem;
  display: flex;
  margin: 1rem;
  align-items: center;
  justify-content: center;
}

.pagenation-number,
.page-numbers {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.pagenation-number li,
.page-numbers li {
  width: 6rem;
  height: 6rem;
  margin: 1rem;
}

.single-pagination {
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-pagination li {
  margin: 0 0.8rem;
}

.prev-post {
  text-align: right;
}

/*------------------------
//---INDEX---
//1: レイアウト
　　//.layout-header
　　//.layout-body
　　//.layout-footer
//2: デザイン
  //.layout-header
    //・検索ボックス
  //.layout-body
    //コンテンツ全体
    //メイン
    //サイド
  //.layout-footer
//3: プラグイン設定/上書き
  //・uk-likeliike（イイネボタン）
  //・プログレスバー
  //・ポップアップ
//-------------------------*/
/* ----------------------------- */
/*
/* 1：レイアウト */
/*
/* ----------------------------- */
body {
  font-size: 1.4rem;
}

.wrapper {
  width: 100%;
}

/* モバイル */
@media only screen and (max-width: 799px) {
  body {
    letter-spacing: 1px;
    word-break: break-all;
    overflow-x: hidden;
  }
  .wrap {
    max-width: 799px;
    margin: auto;
  }
  .page-container {
    width: 94%;
    margin: auto;
  }
} /*--------device:mobile-------*/
@media print, screen and (min-width: 800px) {
  .sp_disp {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .sp_disp {
    display: block;
  }
}

@media print, screen and (min-width: 800px) {
  .pc_disp {
    display: block;
  }
}
@media only screen and (max-width: 799px) {
  .pc_disp {
    display: none;
  }
}

/* PC*/
@media print, screen and (min-width: 800px) {
  /* PC */
  .wrap {
    max-width: 1500px;
    padding: 0px 15px;
    margin: 0px auto;
  }
  #main {
    width: 100%;
    padding: 0px 15px;
  }
  #layout-header {
    width: 100%;
    display: grid;
    grid-template-rows: 74px 56px;
    grid-template-columns: 20% 1fr auto;
    display: -ms-grid;
    -ms-grid-rows: 74px 56px;
    -ms-grid-columns: 20% 1fr auto;
  }
  #header-sitename {
    grid-row: 1/3;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  #change-language {
    grid-row: 1/2;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .link-item.contact {
    grid-row: 1/2;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .menu-wrapper {
    grid-row: 2/3;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  /*--------global-menu-------*/
  #global-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
  }
  #global-menu li {
    display: block;
    width: 100%;
    height: 100%;
    border-color: #b2b2b2;
    border-style: solid;
    border-width: 0 0 0 1px;
  }
  #global-menu li:last-child {
    border-width: 0 1px 0 1px;
  }
  #global-menu a {
    display: flex;
    text-decoration: none;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .page-container {
    padding: 8% 0;
  }
  .sec-information .menu {
    flex-wrap: nowrap;
  }
  .sec-information .menu-item.info {
    width: auto;
    margin-right: auto;
  }
} /*--------device:PC-------*/
/* ----------------------------- */
/*
/* デザイン//
/* ヘッダー
/*
/* ----------------------------- */
@media only screen and (max-width: 799px) {
  #layout-header {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #header-sitename {
    margin: auto;
  }
  .link-item.contact {
    display: block;
    text-decoration: none;
    color: #fff;
    background: url(../images/ph/tel@2x.png) center center no-repeat;
    background-size: 65%;
    background-color: #0072CA;
    line-height: 3;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 1px;
    padding-top: 2%;
  }
  .menu-wrapper {
    position: absolute;
    right: 0;
    z-index: 1000;
  }
  #change-language {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
  }
  #change-language li {
    width: 100%;
    background: #0072CA;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #change-language li.english {
    border-right: 1px solid #fff;
  }
  #change-language a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    height: 100%;
  }
  .lang-item:before {
    content: "";
    width: 12px;
    height: 8px;
    display: inline-block;
    margin: 0 1rem;
    vertical-align: middle;
  }
  .lang-item.japanese:before {
    background: url(../images/flag_ja.png) no-repeat;
  }
  .lang-item.english:before {
    background: url(../images/flag_en.png) no-repeat;
  }
  .lang-item.russian:before {
    background: url(../images/flag_ru.png) no-repeat;
  }
}
@media print, screen and (min-width: 800px) {
  #layout-header {
    max-width: 1500px;
    margin: auto;
    padding: 0 2%;
  }
  #header-sitename {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #header-sitename a {
    line-height: 1;
  }
  #change-language {
    display: flex;
    font-size: 12px;
    list-style: none;
    margin: 0.8rem 0 0 auto;
    padding: 0;
  }
  #change-language li {
    margin-left: 10px;
  }
  #change-language .lang-item {
    display: block;
    background: #0072CA;
    border-radius: 1rem;
    line-height: 2rem;
    height: 2rem;
    padding: 0 1rem;
    text-align: center;
  }
  #change-language .lang-item a {
    text-decoration: none;
    color: #fff;
  }
  .lang-item:before {
    content: "";
    width: 12px;
    height: 8px;
    display: inline-block;
    margin: 0 0.2rem;
    vertical-align: middle;
  }
  .lang-item.japanese:before {
    background: url(../images/flag_ja.png) no-repeat;
  }
  .lang-item.english:before {
    background: url(../images/flag_en.png) no-repeat;
  }
  .lang-item.russian:before {
    background: url(../images/flag_ru.png) no-repeat;
  }
  .link-item.contact {
    display: inline-block;
    position: relative;
    margin: 0.8rem 0 0 0.8em;
    padding: 0 3rem;
    height: 2rem;
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
    text-align: center;
    background: -ms-linear-gradient(0deg, rgb(0, 0, 0) 1.69%, rgb(0, 96, 182) 47.19%, rgb(0, 0, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
    background: linear-gradient(90deg, rgb(0, 0, 0) 1.69%, rgb(0, 96, 182) 47.19%, rgb(0, 0, 0) 100%);
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000" , GradientType=1);
  }
  .link-item.contact:after {
    content: url("../images/tel.png");
    position: absolute;
    top: 2.5rem;
    left: -0.5rem;
  }
  .header-area {
    display: flex;
    gap: 1em;
    align-items: center;
  }
}
/*--------device:PC-------*/
/* ----------------------------- */
/*
/* グローバルメニュー
/*
/* ----------------------------- */
.menu-wrapper {
  max-width: 100%;
}

@media screen and (max-width: 799px) {
  .global-menu {
    display: none;
  }
  .menu-wrapper {
    display: none;
  }
  .slicknav_menu {
    background-color: transparent;
    padding: 5px 0;
  }
  .slicknav_btn {
    padding: 1.5rem;
    margin: 0px 5px 6px;
    border: 1px solid #0072CA;
    background: transparent;
  }
  .slicknav_icon-bar {
    width: 100%;
    height: 0.3em;
  }
  .menu-wrapper {
    background-color: rgb(255, 255, 255);
    display: inline-block;
  }
  .slicknav_nav {
    background: #fff;
    width: 100vw;
    padding-left: 0px;
    font-size: 1.6rem;
    line-height: 3;
  }
  .slicknav_nav a {
    color: #333;
  }
  .slicknav_nav .menu-item {
    border-top: 1px solid #ccc;
  }
  .slicknav_nav .menu-item:last-child {
    border-bottom: 1px solid #ccc;
  }
  .slicknav_nav .menu-item span {
    padding-left: 1rem;
    font-size: 1.2rem;
    color: #999;
  }
  .slicknav_nav .menu-item span.slicknav_arrow {
    color: red;
  }
  .sub-menu .menu-item:first-child {
    border-top: 1px solid #ccc;
  }
  .sub-menu .menu-item:last-child {
    border-bottom: none;
  }
  .slicknav_icon,
.slicknav_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .slicknav_icon {
    position: relative;
    width: 50px;
    height: 44px;
  }
  .slicknav_menu .slicknav_icon-bar {
    position: absolute;
    left: 0;
  }
  .slicknav_icon span:nth-of-type(1) {
    top: 0;
  }
  .slicknav_icon span:nth-of-type(2) {
    top: 3px;
  }
  .slicknav_icon span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-wrapper.active {
    width: 100%;
  }
  .menu-wrapper .slicknav_menu {
    display: block;
    width: 100%;
  }
  .active .slicknav_icon-bar:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  .active .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  .active .slicknav_icon-bar:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}
@media print, screen and (min-width: 800px) {
  .main-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: auto 0 0 40px;
    padding: 0;
    max-width: 98%;
    font-family: "Noto Serif JP", serif;
  }
  .main-menu > li {
    max-width: 20%;
    width: 100%;
    border-left: 1px solid #555555;
    height: 40px;
    position: relative;
    padding-bottom: 0.3rem;
    text-align: center;
    line-height: 1.4;
    font-size: 1.5rem;
  }
  .main-menu > li:last-child {
    border-right: 1px solid #555555;
  }
  .main-menu a {
    text-decoration: none;
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #404040;
  }
  .main-menu span {
    display: block;
    font-size: 1.2rem;
    color: #999;
  }
  .main-menu > .current-menu-parent,
.main-menu > .current-menu-item {
    position: relative;
  }
  .main-menu > .current-menu-parent:after,
.main-menu > .current-menu-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.3rem;
    bottom: 0rem;
    left: 0;
    background: #0072CA;
  }
  ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    list-style: none;
    text-align: left;
    border: 1px solid #bbb;
    padding-left: 0;
  }
  ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
  }
  ul.sub-menu li:last-child {
    border-bottom: none;
  }
  ul.sub-menu a {
    padding: 10px;
    display: block;
  }
  ul.sub-menu a:hover {
    background: #eee;
  }
  ul.sub-menu .current-menu-item a {
    background: #eee;
  }
  ul.sub-menu span {
    display: none;
  }
  .slicknav_menu {
    display: none; /*PC時は非表示*/
  }
}
@media print {
  .slicknav_nav {
    display: none;
  }
}
/* ----------------------------- */
/*
/* メイン
/*
/* ----------------------------- */
@media screen and (max-width: 799px) {
  h1.title,
h2.title {
    color: #333;
    line-height: 1.2;
    margin-bottom: 0.8rem;
  }
  h1.title {
    font-size: 2rem;
  }
  h2.title {
    font-size: 1.8rem;
  }
  .main-text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  page-container {
    width: 98%;
    margin: auto;
  }
  page-container .sec {
    padding: 0 2%;
  }
}
@media print, screen and (min-width: 800px) {
  h1.title {
    font-size: 2.4rem;
  }
  h2.title {
    font-size: 2rem;
  }
  .main-text {
    font-size: 1.6rem;
  }
  .page-container {
    max-width: 880px;
    margin: auto;
  }
}
.page-container .sec {
  margin-top: 15%;
  margin-bottom: 15%;
}

/* ----------------------------- */
/* keyvisual */
/* ----------------------------- */
#info {
  position: relative;
}

.slick-slide img {
  margin: auto;
}

.key-visual {
  margin: 0;
}

/* ----------------------------- */
/*
/* フッター
/*
/* ----------------------------- */
footer {
  color: #fff;
}
footer address {
  line-height: 1.3;
  font-style: normal;
  text-align: center;
  font-size: 0.9em;
  padding: 1.5rem 0 1%;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer * {
  margin: 0;
}
footer .container {
  display: flex;
  max-width: 1600px;
  margin: auto;
}
footer > .wrapper:nth-child(1) {
  padding: 1rem 0;
}
footer .name {
  margin-bottom: 1rem;
  font-size: 1.27em;
}
footer .tel,
footer .fax {
  margin: 0 1rem;
}

.footer_menu {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  margin: auto;
  border-image-source: linear-gradient(rgb(187, 222, 249), rgb(187, 222, 249));
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 0 100vw;
}
.footer_menu .item {
  text-align: center;
  list-style-type: none;
}
.footer_menu a {
  display: block;
  line-height: 1;
  display: block;
  line-height: 0;
}
@media all and (-ms-high-contrast: none) {
  .footer_menu img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%; /* IE10以上 */
  }
}

.companyinfo {
  border-image-source: linear-gradient(#0072CA, #0072CA);
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 0 100vw;
  border-image-repeat: stretch;
  padding: 2.5rem 0 0;
}

.footer_sitelogo {
  margin: 0 auto;
}

.company-profile-en .footer_sitelogo,
.company-profile-ru .footer_sitelogo {
  background: url(../images/f_sitename_lang.png) center center no-repeat;
  background-size: contain;
}

.footer_link {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
}
.footer_link li {
  margin: 0 1rem;
}

.footer_link-area {
  border-image-source: linear-gradient(#030d2e, #030d2e);
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 0 100vw;
  padding: 0.2rem 0;
}
.footer_link-area .wrap {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#copyright {
  font-style: 1.1rem;
}

@media only screen and (max-width: 799px) {
  .add {
    text-align: left;
    margin: auto;
    width: 90%;
  }
  .add > span {
    display: block;
  }
  .tel,
.fax {
    display: block;
  }
  .footer_sitelogo {
    height: 2.5em;
  }
  .footer_menu {
    flex-direction: column;
  }
  .zip {
    display: block;
  }
  address {
    padding: 2% 0;
  }
  .footer_link {
    justify-content: center;
  }
  #copyright {
    display: block;
    text-align: center;
  }
}
.container {
  display: flex;
  max-width: 1600px;
  margin: auto;
  flex-direction: column;
}

.pace-running .wrap {
  display: none;
}