﻿@charset "UTF-8";
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  Atomのsass-autocomplileを使ってます
  * compileCompressed
  * compileCompact
  * compileNested
  * compileExpanded
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
  vertical-align: middle;
}

svg {
  width: inherit;
  height: inherit;
}

section {
  display: block;
}

html {
  font-size: 16px;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

:placeholder-shown,
::-webkit-input-placeholder,
:-ms-input-placeholder {
  color: #222 !important;
}

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

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #001D36;
  background: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  vertical-align: middle;
  font-display: swap;
}

/*----------------------------------------------------------------------------*/
.swiper-container,
.swiper-pickup,
.swiper-products {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.topPic .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------------------------------------------*/
.l-wrap {
  width: 100%;
  position: relative;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .l-header {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 56px;
  }
}

.l-main {
  width: 100%;
  min-height: calc(100vh - 558px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 56px;
  }
}

.l-footer {
  width: 100%;
  position: relative;
}

/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
.c-header {
  background: #fff;
}

.c-header__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-header__inner {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__inner {
    padding-left: 8px;
  }
}

.c-header__logo {
  width: auto;
}
@media screen and (min-width: 769px) {
  .c-header__logo {
    height: 32px;
  }
  .c-header__logo:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    height: 24px;
  }
}
.c-header__logo img {
  width: inherit;
  height: inherit;
}

@media screen and (min-width: 769px) {
  .c-header__nav {
    height: 100%;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav {
    width: 100%;
    height: calc(100vh - 56px);
    background: #fff;
    padding-bottom: 128px;
    position: fixed;
    top: 56px;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
  }
}

.c-header__nav__item, .c-header__nav__item--lang {
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-header__nav__item, .c-header__nav__item--lang {
    height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav__item, .c-header__nav__item--lang {
    border-top: 0.5px solid #CFDAE1;
  }
}
.c-header__nav__item > a, .c-header__nav__item--lang > a, .c-header__nav__item > P, .c-header__nav__item--lang > P {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-header__nav__item > a, .c-header__nav__item--lang > a, .c-header__nav__item > P, .c-header__nav__item--lang > P {
    height: 100%;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-header__nav__item > a:hover, .c-header__nav__item--lang > a:hover, .c-header__nav__item > P:hover, .c-header__nav__item--lang > P:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav__item > a, .c-header__nav__item--lang > a, .c-header__nav__item > P, .c-header__nav__item--lang > P {
    padding: 12px 16px;
  }
  .c-header__nav__item > a::after, .c-header__nav__item--lang > a::after, .c-header__nav__item > P::after, .c-header__nav__item--lang > P::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #9BACB5;
    border-right: 1px solid #9BACB5;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 12px;
  }
}
.c-header__nav__item > P, .c-header__nav__item--lang > P {
  cursor: pointer;
}
.c-header__nav__item > P::after, .c-header__nav__item--lang > P::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #9BACB5;
  border-bottom: 2px solid #9BACB5;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 7px;
}

.c-header__nav__item:hover .c-header__nav__item__children, .c-header__nav__item--lang:hover .c-header__nav__item__children {
  display: block;
}

.c-header__nav__item--lang {
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header__nav__item--lang {
    border: none;
  }
}

.c-header__nav__item--btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-header__nav__item--btns {
    margin-left: 16px;
    order: 1;
  }
  .c-header__nav__item--btns > * {
    width: 144px;
  }
  .c-header__nav__item--btns > * + * {
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav__item--btns {
    padding: 32px 16px;
    border-top: 0.5px solid #CFDAE1;
  }
  .c-header__nav__item--btns > * {
    width: calc(50% - 8px);
  }
}

.c-header__nav__item__itemselectLang {
  height: 32px;
  background: #EBF1F3;
  border-radius: 16px;
  padding: 0 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-header__nav__item__itemselectLang {
    width: 128px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav__item__itemselectLang {
    width: 240px;
  }
}
.c-header__nav__item__itemselectLang::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #9BACB5 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
}
.c-header__nav__item__itemselectLang img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.c-header__nav__item__itemselectLang select {
  width: 100%;
  font-size: 14px;
  color: #001D36;
  padding-left: 4px;
  cursor: pointer;
}

.c-header__nav__item__children {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-header__nav__item__children {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding-bottom: 32px;
    position: fixed;
    top: 80px;
    left: 0;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav__item__children {
    width: 100%;
  }
}

.c-header__nav__item__children__header {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-header__nav__item__children__header {
    max-width: 960px;
    font-size: 20px;
    text-align: center;
    margin: 8px auto 16px auto;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav__item__children__header {
    font-size: 16px;
    font-weight: bold;
    padding: 16px 16px 0 16px;
  }
}

.c-header__nav__item__children__body {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.c-childrenFunction {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-childrenFunction {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .c-childrenFunction {
    padding: 16px;
  }
}

.c-childrenFunction__box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-childrenFunction__box {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .c-childrenFunction__box {
    width: 100%;
  }
  .c-childrenFunction__box + div {
    margin-top: 8px;
  }
}

.c-childrenFunction__box__ttl {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  background: #EBF1F3;
  padding: 10px 16px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-childrenFunction__box__ttl {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .c-childrenFunction__box__ttl {
    cursor: pointer;
  }
  .c-childrenFunction__box__ttl::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #008EC9;
    border-bottom: 2px solid #008EC9;
    transition: all 0.2s ease;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 14px;
  }
  .c-childrenFunction__box__ttl.is-active::after {
    transform: rotate(-135deg);
    top: calc(50% - 4px);
  }
}

@media screen and (max-width: 768px) {
  .c-childrenFunction__box__body {
    padding-bottom: 16px;
    display: none;
  }
  .c-childrenFunction__box__body.is-active {
    display: block;
  }
}

.c-childrenFunction__box__list {
  padding: 8px 0;
}
.c-childrenFunction__box__list a {
  font-size: 14px;
  letter-spacing: 0;
  padding: 6px 22px 6px 16px;
  position: relative;
}
.c-childrenFunction__box__list a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9BACB5;
  border-right: 1px solid #9BACB5;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
}
@media screen and (min-width: 769px) {
  .c-childrenFunction__box__list a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 769px) {
  .c-childrenFunction__box__link {
    font-size: 13px !important;
    letter-spacing: 0 !important;
    padding: 0 12px 0 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
  }
  .c-childrenFunction__box__link span {
    display: none !important;
  }
  .c-childrenFunction__box__link::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #008EC9;
    border-right: 1px solid #008EC9;
    transform: rotate(45deg);
    margin-left: 8px;
  }
}

.c-childrenFeature {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-childrenFeature {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .c-childrenFeature {
    padding: 16px 16px 0 16px;
  }
}

.c-childrenFeature__box {
  border-radius: 4px;
  border: 1px solid #CFDAE1;
  padding: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-childrenFeature__box {
    width: calc((100% - 32px) / 3);
  }
  .c-childrenFeature__box:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .c-childrenFeature__box {
    width: 100%;
  }
  .c-childrenFeature__box + a {
    margin-top: 8px;
  }
}
.c-childrenFeature__box::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9BACB5;
  border-right: 1px solid #9BACB5;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
}

.c-childrenFeature__box__pic {
  margin-right: 8px;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .c-childrenFeature__box__pic {
    width: 120px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-childrenFeature__box__pic {
    width: 80px;
    height: 66px;
  }
}
.c-childrenFeature__box__pic img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.c-childrenFeature__box__ttl {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .c-header__nav__item__children__body__btns {
    margin-top: 16px;
  }
  .c-header__nav__item__children__body__btns > a {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav__item__children__body__btns {
    padding: 8px 16px 16px 16px;
  }
}

.c-header__login {
  font-size: 14px;
  font-weight: bold;
  line-height: 56px;
  margin-left: auto;
}

.c-header__menu {
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: relative;
}
.c-header__menu span, .c-header__menu::before, .c-header__menu::after {
  width: 24px;
  height: 2px;
  background: #001D36;
  position: absolute;
  left: 16px;
  transition: all 0.4s ease;
}
.c-header__menu::before {
  content: "";
  top: 19px;
}
.c-header__menu span {
  top: 27px;
}
.c-header__menu::after {
  content: "";
  top: 35px;
}
.c-header__menu.is-active::before {
  transform: rotate(135deg);
  top: 27px;
}
.c-header__menu.is-active span {
  opacity: 0;
}
.c-header__menu.is-active::after {
  transform: rotate(-135deg);
  top: 27px;
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
.c-footer {
  color: #fff;
  background: #4A6C7A;
}
@media screen and (min-width: 769px) {
  .c-footer a:hover {
    opacity: 0.8;
  }
}

.c-footer__list {
  border-bottom: 1px solid #9BACB5;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-footer__list {
    width: 100%;
    max-width: calc(1280px - 64px);
    padding: 64px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__list {
    width: calc(100% - 32px);
    padding: 32px 0;
  }
}

.c-footer__list__box__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .c-footer__list__box__body {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .c-footer__list__box__body__list {
    margin-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__list__box__body__list {
    margin-bottom: 16px;
  }
}
.c-footer__list__box__body__list li {
  font-size: 14px;
  color: #ccc;
}
.c-footer__list__box__body__list li + li {
  margin-top: 8px;
}

.c-footer__list__box__body__list__ttl {
  font-weight: bold !important;
  color: #eee !important;
}

.c-footer__sub {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-footer__sub {
    padding: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__sub {
    padding: 32px 16px;
  }
}

.c-footer__sub__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-footer__sub__nav {
    order: 2;
    font-size: 14px;
  }
  .c-footer__sub__nav li + li {
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__sub__nav {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .c-footer__sub__nav li {
    margin-right: 16px;
    margin-bottom: 8px;
  }
}

.c-footer__sub__sns {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-footer__sub__sns {
    justify-content: flex-start;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__sub__sns {
    justify-content: center;
  }
}
.c-footer__sub__sns a {
  width: 40px;
  height: 40px;
  position: relative;
}
.c-footer__sub__sns a img {
  width: inherit;
  height: inherit;
  position: relative;
}
.c-footer__sub__sns a::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
}
.c-footer__sub__sns li + li {
  margin-left: 16px;
}

.c-footer__copy {
  width: 100%;
  height: 32px;
  font-size: 13px;
  color: #ccc;
  background: #001D36;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------------------------------------------------------------------------------
btns
------------------------------------------------------------------------------*/
.c-btnsMore {
  width: 160px;
  font-size: 16px;
  font-weight: bold;
  color: #008EC9;
  height: 40px;
  line-height: 40px;
  padding: 0 28px 0 16px;
  display: block;
  position: relative;
}
.c-btnsMore span {
  width: calc(100% - 2px);
  height: 1px;
  background: #008EC9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-btnsMore span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 12px;
  border-color: transparent transparent transparent #008EC9;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-btnsMore {
    transition: all 0.2s ease;
  }
  .c-btnsMore span {
    transition: all 0.2s ease;
    transform: translateX(0);
  }
  .c-btnsMore:hover {
    line-height: 50px;
  }
  .c-btnsMore:hover span {
    width: calc(100% - 2px + 16px);
    left: -16px;
    transform: translateX(16px);
  }
}
@media screen and (max-width: 768px) {
  .c-btnsMore {
    margin-left: auto;
  }
}

.c-btnsSmall {
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-btnsSmall {
    transform: all 0.4s ease;
  }
}

.c-btnsMiddle {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-btnsMiddle {
    transform: all 0.4s ease;
  }
}
.c-btnsMiddle:disabled {
  background: #CFDAE1 !important;
}
.c-btnsMiddle.loading {
  position: relative;
  cursor: default;
  /* text-shadow: none!important; */
  color: transparent !important;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s linear, opacity 0.1s ease;
  transition: all 0s linear, opacity 0.1s ease;
}
.c-btnsMiddle.loading:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.15);
}
.c-btnsMiddle.loading:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

@keyframes button-spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.c-btnsLarge {
  font-weight: bold;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-btnsLarge {
    transform: all 0.4s ease;
    max-width: 440px;
    font-size: 20px;
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .c-btnsLarge {
    max-width: 300px;
    font-size: 16px;
    height: 56px;
  }
}

.c-btns--blue {
  color: #fff;
  background: #008EC9;
}
@media screen and (min-width: 769px) {
  .c-btns--blue:hover {
    opacity: 0.9;
  }
}

.c-btns--white {
  color: #008EC9;
  border: 1px solid #008EC9;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .c-btns--white:hover {
    opacity: 0.8;
  }
}

.c-btns--shadow {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .c-btns--shadow:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }
}

/*------------------------------------------------------------------------------
breadcrumbs
------------------------------------------------------------------------------*/
.c-breadcrumbs {
  width: 100%;
  background: #fff;
}
.c-breadcrumbs ul {
  font-size: 12px;
  width: 100%;
  max-width: 1280px;
  height: 32px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs ul {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs ul {
    padding: 0 16px;
  }
}
.c-breadcrumbs a {
  color: #008EC9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-breadcrumbs a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #9BACB5;
  margin: 0 8px 0 6px;
}

/*------------------------------------------------------------------------------
pagination
------------------------------------------------------------------------------*/
.c-pagination {
  padding: 32px 0;
}

.c-pagination__btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__btns li {
  width: 160px;
  height: 48px;
}
.c-pagination__btns li:first-child {
  margin-right: 16px;
}
.c-pagination__btns li:last-child {
  margin-left: 16px;
}
.c-pagination__btns p, .c-pagination__btns a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__btns p {
  background: #EBF1F3;
}
.c-pagination__btns a {
  background: #008EC9;
}
@media screen and (min-width: 769px) {
  .c-pagination__btns a:hover {
    opacity: 0.8;
  }
}

.c-pagination__cnt {
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__cnt p, .c-pagination__cnt a {
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__cnt a {
  color: #fff;
  border-radius: 4px;
  background: #008EC9;
  margin: 0 4px;
}
@media screen and (min-width: 769px) {
  .c-pagination__cnt a:hover {
    opacity: 0.8;
  }
}

/*------------------------------------------------------------------------------
form
------------------------------------------------------------------------------*/
.c-form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.c-form__box + .c-form__box {
  margin-top: 16px;
}

.c-form__box__header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-form__box__header span {
  color: #FF0000;
  margin-left: 4px;
}

.c-form__btns {
  margin: 32px 0;
}
.c-form__btns > * {
  margin: 0 auto;
}
.c-form__btns > * + * {
  margin-top: 16px;
}

.c-inputtext, .c-textarea {
  width: 100%;
  font-size: 14px;
  color: #001D36;
  border-radius: 4px;
  border: 1px solid #CFDAE1;
  background: #F9F9F9;
  padding: 12px 16px;
}

.c-textarea {
  height: 320px;
  word-break: break-all;
  resize: vertical;
}

.c-select {
  width: 100%;
  height: 48px;
  font-size: 14px;
  color: #001D36;
  border-radius: 4px;
  border: 1px solid #CFDAE1;
  background: #F9F9F9;
  display: block;
  position: relative;
}
.c-select select {
  width: 100%;
  height: 100%;
  padding: 0 32px 0 16px;
  cursor: pointer;
}
.c-select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #008EC9 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
}

._radio-checkbox, .c-checkbox, .c-radio {
  width: 100%;
  font-size: 14px;
  color: #001D36;
  border-radius: 4px;
  background: #F9F9F9;
  padding: 12px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
._radio-checkbox input, .c-checkbox input, .c-radio input {
  display: none;
}
._radio-checkbox + label, .c-checkbox + label, .c-radio + label {
  margin-top: 8px;
}
._radio-checkbox p, .c-checkbox p, .c-radio p {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
  position: relative;
}
._radio-checkbox input:checked ~ span, .c-checkbox input:checked ~ span, .c-radio input:checked ~ span {
  color: #008EC9;
}

.c-radio p {
  background: #fff;
  border-radius: 100%;
  border: 1px solid #008EC9;
}
.c-radio input:checked ~ p::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #008EC9;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  left: 1px;
}

.c-checkbox p {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #008EC9;
}
.c-checkbox input:checked ~ p {
  background: #008EC9;
}
.c-checkbox input:checked ~ p::after {
  content: "";
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4px;
}

.c-error {
  font-size: 14px;
  color: #FF0000;
  margin-top: 4px;
  display: none;
}

.c-error.is-active {
  display: block;
}

/*------------------------------------------------------------------------------
list
------------------------------------------------------------------------------*/
.c-list__item {
  border-top: 1px solid #CFDAE1;
  padding: 16px 0;
}
.c-list__item:last-child {
  border-bottom: 1px solid #CFDAE1;
}

.c-list__item__header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.c-list__item__body {
  font-size: 14px;
}

/*------------------------------------------------------------------------------
another
------------------------------------------------------------------------------*/
.c-inner, .c-inner--middle, .c-inner--large {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-inner, .c-inner--middle, .c-inner--large {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-inner, .c-inner--middle, .c-inner--large {
    padding: 0 16px;
  }
}

.c-inner--large {
  max-width: 1280px;
}

.c-inner--middle {
  max-width: 960px;
}

.c-headline {
  font-weight: bold;
  text-align: center;
  position: relative;
}
.c-headline::after {
  content: "";
  width: 240px;
  height: 2px;
  background: #001D36;
  display: block;
  margin: 8px auto 0 auto;
}
@media screen and (min-width: 769px) {
  .c-headline {
    font-size: 32px;
    margin-bottom: 64px;
  }
  .c-headline.under {
    margin-bottom: 32px;
  }
  .c-headline::after {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .c-headline {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .c-headline.under {
    margin-bottom: 16px;
  }
  .c-headline::after {
    width: 120px;
  }
}

.c-toContact {
  background: #008EC9;
  padding: 64px 0;
}
.c-toContact a {
  margin: 0 auto;
}
.c-toContact a:hover {
  opacity: 1;
}

/**/
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
top
------------------------------------------------------------------------------*/
.p-top {
  width: 100%;
  position: relative;
}

.p-top__keyvisual {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top__keyvisual {
    height: calc(100vh - 80px);
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .p-top__keyvisual__main {
    width: 50%;
    padding: 0 3%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .p-top__keyvisual__main {
    padding: 16px 16px 0 16px;
  }
}

.p-top__keyvisual__main__headline {
  font-weight: bold;
  color: #008EC9;
}
@media screen and (min-width: 769px) {
  .p-top__keyvisual__main__headline {
    font-size: 2.2vw;
    margin-top: -64px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__keyvisual__main__headline {
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 769px) {
  .p-top__keyvisual__main__desc {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__keyvisual__main__desc {
    font-size: 13px;
    margin-top: 8px;
  }
}

.p-top__keyvisual__main__pic {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-top__keyvisual__main__pic {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__keyvisual__main__pic {
    margin-top: 16px;
  }
}
.p-top__keyvisual__main__pic img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  border-radius: 32px;
}

@media screen and (min-width: 769px) {
  .p-top__keyvisual__pic {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__keyvisual__pic {
    position: relative;
  }
}

.p-top__keyvisual__pic__shape {
  position: absolute;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-top__keyvisual__pic__shape {
    width: auto;
    height: calc(100% + 1px);
    position: absolute;
    top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__keyvisual__pic__shape {
    width: 100%;
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-top__keyvisual__pic__bg {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top__keyvisual__pic__bg {
    width: 100%;
    height: 640px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__keyvisual__pic__bg {
    width: 100%;
    height: 360px;
  }
}

.p-top__keyvisual__pic__bg__list {
  width: inherit;
  height: inherit;
}
.p-top__keyvisual__pic__bg__list img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.p-top__keyvisual__pic__bg__pagination {
  width: auto !important;
  position: absolute;
  right: 32px;
  bottom: 88px;
}
.p-top__keyvisual__pic__bg__pagination span {
  margin: 0 2px !important;
  background: #fff;
  opacity: 0.8;
}
.p-top__keyvisual__pic__bg__pagination span.swiper-pagination-bullet-active {
  background: #008EC9;
  opacity: 1;
}

.p-top__news {
  height: 114px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: -80px;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-top__news {
    width: 480px;
    right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__news {
    width: calc(100% - 32px);
    right: 16px;
  }
}

.p-top__news__box {
  height: 80px;
  position: relative;
  overflow: hidden;
}

.p-top__news__box__list__item a {
  background: #fff;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.p-top__news__box__list__item__pic {
  width: 96px;
  height: 64px;
  flex-shrink: 0;
}
.p-top__news__box__list__item__pic img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  border-radius: 4px;
}

.p-top__news__box__list__item__body {
  width: calc(100% - 96px - 8px);
}

.p-top__news__box__list__item__body__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-top__news__box__list__item__body__info__tag {
  width: 96px;
  height: 24px;
  font-size: 12px;
  letter-spacing: 0;
  border-radius: 4px;
  border: 1px solid #001D36;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-top__news__box__list__item__body__info__date {
  color: #9BACB5;
}
@media screen and (min-width: 769px) {
  .p-top__news__box__list__item__body__info__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__news__box__list__item__body__info__date {
    letter-spacing: 0;
    font-size: 12px;
  }
}

.p-top__news__box__list__item__body__ttl {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 769px) {
  .p-top__news__box__list__item__body__ttl {
    font-size: 14px;
    -webkit-line-clamp: 1;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__news__box__list__item__body__ttl {
    font-size: 12px;
    -webkit-line-clamp: 2;
    margin-top: 4px;
  }
}

.p-top__news__more {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
  color: #008EC9;
  padding: 0 8px 8px 8px;
}

.p-top__intro__case {
  position: relative;
}
.p-top__intro__case::before {
  content: "";
  width: 100%;
  background: #EBF1F3;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-top__intro__case::before {
    height: calc(100% - 96px);
  }
  .p-top__intro__case > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .p-top__intro__case > div:first-child .p-top__intro__case__main {
    order: 2;
  }
  .p-top__intro__case > div:first-child .p-top__intro__case__pic {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top__intro__case {
    width: 100%;
    padding: 64px 0 32px 0;
  }
  .p-top__intro__case::before {
    height: 100%;
  }
}

.p-top__intro__case__main {
  position: relative;
}
.p-top__intro__case__main h2 {
  font-weight: bold;
}
.p-top__intro__case__main p {
  font-size: 14px;
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  .p-top__intro__case__main {
    padding-left: 32px;
  }
  .p-top__intro__case__main h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__intro__case__main h2 {
    font-size: 20px;
  }
}

.p-top__intro__case__pic {
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-top__intro__case__pic {
    width: calc(300px * 2 + 16px);
    margin-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__intro__case__pic {
    width: 100%;
    margin-top: 16px;
  }
}
.p-top__intro__case__pic li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top__intro__case__pic li {
    width: 300px;
    height: 200px;
  }
  .p-top__intro__case__pic li:nth-child(1), .p-top__intro__case__pic li:nth-child(2) {
    margin-bottom: 16px;
  }
  .p-top__intro__case__pic li p {
    font-size: 14px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__intro__case__pic li {
    width: calc(50% - 1px);
    height: calc((50vw - 16px) * (2 / 3));
  }
  .p-top__intro__case__pic li:nth-child(1), .p-top__intro__case__pic li:nth-child(2) {
    margin-bottom: 2px;
  }
  .p-top__intro__case__pic li p {
    font-size: 12px;
    height: 40px;
  }
}
.p-top__intro__case__pic li::after {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
}
.p-top__intro__case__pic li p {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  z-index: 1;
}
.p-top__intro__case__pic li:nth-child(1)::after, .p-top__intro__case__pic li:nth-child(2)::after {
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.p-top__intro__case__pic li:nth-child(1) p, .p-top__intro__case__pic li:nth-child(2) p {
  bottom: 0;
}
.p-top__intro__case__pic li:nth-child(3)::after, .p-top__intro__case__pic li:nth-child(4)::after {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.p-top__intro__case__pic li:nth-child(3) p, .p-top__intro__case__pic li:nth-child(4) p {
  top: 0;
}
.p-top__intro__case__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top__intro__benefit {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top__intro__benefit {
    margin-top: -96px;
    padding: 128px 0 32px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__intro__benefit {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .p-top__intro__benefit {
    margin-top: 0;
    padding: 96px 0 32px 0;
    display: block;
  }
}

.p-top__intro__benefit__bg {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-top__intro__benefit__bg {
    width: calc(100% - (300px * 2 + 16px) - 32px - 64px);
    top: calc(-30px + -128px);
    right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__intro__benefit__bg {
    width: 100%;
    top: -112px;
    left: 0;
  }
}

.p-top__intro__benefit__list {
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-top__intro__benefit__list {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__intro__benefit__list__item {
  text-align: center;
}
@media screen and (min-width: 599px) {
  .p-top__intro__benefit__list__item {
    width: calc((100% - 32px) / 3);
  }
  .p-top__intro__benefit__list__item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__intro__benefit__list__item {
    width: 100%;
  }
  .p-top__intro__benefit__list__item + li {
    margin-top: 32px;
  }
  .p-top__intro__benefit__list__item h3 {
    font-size: 16px;
  }
  .p-top__intro__benefit__list__item p {
    letter-spacing: 0.05em;
  }
}
.p-top__intro__benefit__list__item img {
  width: 128px;
  height: 128px;
  object-fit: cover;
}
.p-top__intro__benefit__list__item h3 {
  font-weight: bold;
  margin-top: 8px;
}
.p-top__intro__benefit__list__item p {
  max-width: 320px;
  font-size: 14px;
  margin: 8px auto 0 auto;
}

@media screen and (min-width: 769px) {
  .p-top__main {
    padding: 64px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__main {
    padding: 32px 0;
  }
}

.p-top__main__desc {
  max-width: 960px;
  color: #9BACB5;
  margin: 0 auto 32px auto;
}
@media screen and (min-width: 769px) {
  .p-top__main__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__main__desc {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .p-top__main__list__item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .p-top__main__list__item + .p-top__main__list__item {
    margin-top: 32px;
  }
  .p-top__main__list__item:nth-child(odd) .p-top__main__list__item__body {
    order: 1;
    padding-right: 32px;
  }
  .p-top__main__list__item:nth-child(odd) .p-top__main__list__item__pic {
    order: 2;
  }
  .p-top__main__list__item:nth-child(even) .p-top__main__list__item__body {
    order: 2;
    padding-left: 32px;
  }
  .p-top__main__list__item:nth-child(even) .p-top__main__list__item__pic {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top__main__list__item + .p-top__main__list__item {
    margin-top: 32px;
  }
}

.p-top__main__list__item__body__ttl {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-top__main__list__item__body__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__main__list__item__body__ttl {
    font-size: 16px;
  }
}

.p-top__main__list__item__body__desc {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .p-top__main__list__item__pic {
    width: 560px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__main__list__item__pic {
    width: 100%;
    margin-top: 16px;
  }
}
.p-top__main__list__item__pic img {
  width: inherit;
  height: inherit;
}

@media screen and (min-width: 769px) {
  .p-top__logos, .p-top__logos--bg {
    padding: 64px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__logos, .p-top__logos--bg {
    padding: 32px 0;
  }
}

.p-top__logos--bg {
  background: #EBF1F3;
}

.p-top__logos__big {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-top__logos__big li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top__logos__big li {
    max-width: 240px;
    height: 64px;
    margin: 0 16px 16px 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__logos__big li {
    width: calc((100% - 48px) / 3);
    height: 56px;
    margin: 0 8px 8px 8px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__logos__big li {
    width: calc(50% - 16px);
    height: 44px;
    margin: 0 8px 8px 8px;
  }
}
.p-top__logos__big img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-top__logos__small {
  width: 100%;
  max-width: 960px;
  margin: 16px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-top__logos__small li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top__logos__small li {
    max-width: 128px;
    height: 36px;
    margin: 0 16px 16px 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__logos__small li {
    width: calc((100% - 64px) / 4);
    height: 32px;
    margin: 0 8px 8px 8px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__logos__small li {
    width: calc((100% - 48px) / 3);
    height: 28px;
    margin: 0 8px 8px 8px;
  }
}
.p-top__logos__small img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

/*------------------------------------------------------------------------------
function
------------------------------------------------------------------------------*/
.p-functionArchive__top, .p-featureArchive__top {
  width: 100%;
  position: relative;
}
.p-functionArchive__top::before, .p-featureArchive__top::before {
  content: "";
  width: 100%;
  background: #008EC9;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-functionArchive__top::before, .p-featureArchive__top::before {
    height: 300px;
  }
  .p-functionArchive__top > div, .p-featureArchive__top > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__top::before, .p-featureArchive__top::before {
    height: 300px;
  }
}

.p-functionArchive__top__main h2, .p-featureArchive__top__main h2 {
  font-weight: bold;
  color: #fff;
}
.p-functionArchive__top__main p, .p-featureArchive__top__main p {
  font-size: 14px;
  color: #EBF1F3;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-functionArchive__top__main, .p-featureArchive__top__main {
    height: 300px;
    padding-right: 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-functionArchive__top__main h2, .p-featureArchive__top__main h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__top__main, .p-featureArchive__top__main {
    padding-top: 32px;
  }
  .p-functionArchive__top__main h2, .p-featureArchive__top__main h2 {
    font-size: 18px;
  }
}

.p-functionArchive__top__pic, .p-featureArchive__top__pic {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .p-functionArchive__top__pic, .p-featureArchive__top__pic {
    width: 560px;
    flex-shrink: 0;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__top__pic, .p-featureArchive__top__pic {
    width: 100%;
    max-width: 560px;
    margin-top: 16px;
  }
}
.p-functionArchive__top__pic img, .p-featureArchive__top__pic img {
  width: 100%;
}

.p-functionArchive__nav {
  position: sticky;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-functionArchive__nav {
    margin-top: -64px;
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__nav {
    width: 100%;
    top: 56px;
    padding: 0;
  }
}
.p-functionArchive__nav > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-functionArchive__nav > ul {
    width: calc(100% - 560px - 32px);
    padding: 16px 16px 16px 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 8px 8px 16px rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__nav > ul {
    width: 100%;
  }
}
.p-functionArchive__nav li {
  height: 48px;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EBF1F3;
  color: #9BACB5;
  cursor: pointer;
}
.p-functionArchive__nav li::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #9BACB5;
  border-bottom: 2px solid #9BACB5;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-bottom: 7px;
}
.p-functionArchive__nav li.is-active {
  background: #008EC9;
  color: #fff;
}
.p-functionArchive__nav li.is-active::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-functionArchive__nav li {
    width: calc((100% - 32px) / 3);
    font-size: 14px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__nav li {
    width: calc(100% / 3);
    font-size: 12px;
  }
  .p-functionArchive__nav li:not(:last-child) {
    border-right: 1px solid #CFDAE1;
  }
  .p-functionArchive__nav li::after {
    display: none;
  }
}

.p-functionArchive__body {
  padding: 32px 0 64px 0;
}

.p-functionArchive__body__box {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .p-functionArchive__body__box {
    margin-top: -160px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__body__box {
    margin-top: -120px;
    padding-top: 120px;
  }
}

.p-functionArchive__body__box__ttl {
  width: 100%;
  font-weight: bold;
  color: #008EC9;
  background: #EBF1F3;
  border-radius: 4px;
  padding: 12px 16px;
}
@media screen and (min-width: 769px) {
  .p-functionArchive__body__box__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__body__box__ttl {
    font-size: 16px;
  }
}

/*-- 20201013 change start --*/
.p-functionArchive__body__box__list__item {
  width: 100%;
  border-bottom: 1px solid #CFDAE1;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-functionArchive__body__box__list__item {
    padding: 32px 0 32px 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__body__box__list__item {
    flex-wrap: wrap;
    padding: 16px 0 32px 0;
  }
}

/*-- 20201013 change end --*/
.p-functionArchive__body__box__list__item__pic {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-functionArchive__body__box__list__item__pic {
    width: 260px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__body__box__list__item__pic {
    margin: 0 auto 32px auto;
  }
}
.p-functionArchive__body__box__list__item__pic img {
  width: 128px;
  height: 128px;
  object-fit: cover;
}
.p-functionArchive__body__box__list__item__pic h3 {
  font-size: 18px;
  font-weight: normal;
}

/*-- 20201013 change start --*/
@media screen and (min-width: 769px) {
  .p-functionArchive__body__box__list__item__body {
    max-width: 720px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.p-functionArchive__body__box__list__item__body h4 {
  font-size: 16px;
  font-weight: bold;
  color: #008EC9;
  margin-bottom: 4px;
}
.p-functionArchive__body__box__list__item__body p {
  font-size: 13px;
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .p-functionArchive__body__box__list__item__link {
    margin-top: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-functionArchive__body__box__list__item__link {
    width: 100%;
  }
  .p-functionArchive__body__box__list__item__link > a {
    margin-left: auto;
  }
}

/*-- 20201013 change end --*/
.p-functionSingle__top {
  padding: 16px 0 64px 0;
}

.p-functionSingle__top__headline {
  text-align: center;
}
.p-functionSingle__top__headline img {
  width: 128px;
  height: 128px;
  object-fit: cover;
}
.p-functionSingle__top__headline h2 {
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p-functionSingle__top__headline h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-functionSingle__top__headline h2 {
    font-size: 20px;
  }
}

.p-functionSingle__top__desc {
  width: 100%;
  max-width: 800px;
  font-size: 14px;
  text-align: center;
  margin: 24px auto 0 auto;
}

.p-functionSingle__top__list, .p-featureSingle__top__list {
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-functionSingle__top__list, .p-featureSingle__top__list {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .p-functionSingle__top__list, .p-featureSingle__top__list {
    margin-top: 32px;
  }
}

.p-functionSingle__top__list__item, .p-featureSingle__top__list__item {
  text-align: center;
}
@media screen and (min-width: 599px) {
  .p-functionSingle__top__list__item, .p-featureSingle__top__list__item {
    width: calc((100% - 32px) / 3);
  }
  .p-functionSingle__top__list__item h3, .p-featureSingle__top__list__item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-functionSingle__top__list__item, .p-featureSingle__top__list__item {
    width: 100%;
  }
  .p-functionSingle__top__list__item + li, .p-featureSingle__top__list__item + li {
    margin-top: 32px;
  }
  .p-functionSingle__top__list__item h3, .p-featureSingle__top__list__item h3 {
    font-size: 16px;
  }
  .p-functionSingle__top__list__item p, .p-featureSingle__top__list__item p {
    letter-spacing: 0.05em;
  }
}
.p-functionSingle__top__list__item img, .p-featureSingle__top__list__item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.p-functionSingle__top__list__item h3, .p-featureSingle__top__list__item h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}
.p-functionSingle__top__list__item p, .p-featureSingle__top__list__item p {
  max-width: 320px;
  font-size: 14px;
  margin: 8px auto 0 auto;
}

@media screen and (min-width: 769px) {
  .p-functionSingle__body, .p-featureSingle__body {
    padding: 64px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-functionSingle__body, .p-featureSingle__body {
    padding: 32px 0;
  }
}
.p-functionSingle__body:nth-of-type(odd), .p-featureSingle__body:nth-of-type(odd) {
  background: #fff;
}
.p-functionSingle__body:nth-of-type(even), .p-featureSingle__body:nth-of-type(even) {
  background: #EBF1F3;
}

.p-functionSingle__body__headline, .p-featureSingle__body__headline {
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-functionSingle__body__headline img, .p-featureSingle__body__headline img {
  margin-right: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 599px) {
  .p-functionSingle__body__headline img, .p-featureSingle__body__headline img {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 599px) {
  .p-functionSingle__body__headline img, .p-featureSingle__body__headline img {
    width: 32px;
    height: 32px;
  }
}
.p-functionSingle__body__headline h3, .p-featureSingle__body__headline h3 {
  font-weight: normal;
  color: #008EC9;
}
@media screen and (min-width: 599px) {
  .p-functionSingle__body__headline h3, .p-featureSingle__body__headline h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-functionSingle__body__headline h3, .p-featureSingle__body__headline h3 {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

/*-- 20201012 change start --*/
.p-functionSingle__body__content > ul > li + li {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .p-functionSingle__body__content > ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .p-functionSingle__body__content > ul > li:nth-child(odd) > div:first-child {
    order: 2;
  }
  .p-functionSingle__body__content > ul > li:nth-child(odd) > div:last-child {
    order: 1;
    margin-right: 32px;
  }
  .p-functionSingle__body__content > ul > li:nth-child(even) > div:first-child {
    order: 1;
  }
  .p-functionSingle__body__content > ul > li:nth-child(even) > div:last-child {
    order: 2;
    margin-left: 32px;
  }
  .p-functionSingle__body__content > ul > li.textOnly:nth-child(even) > div:first-child {
    order: 2;
  }
  .p-functionSingle__body__content > ul > li.textOnly:nth-child(even) > div:last-child {
    order: 1;
    margin-left: 0;
  }
}
/*-- 20201012 change end --*/
.p-functionSingle__body__content__pic, .p-featureSingle__body__content__main__pic {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-functionSingle__body__content__pic, .p-featureSingle__body__content__main__pic {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .p-functionSingle__body__content__pic, .p-featureSingle__body__content__main__pic {
    width: 100%;
    max-width: 640px;
    margin: 16px auto 0 auto;
  }
}
.p-functionSingle__body__content__pic img, .p-featureSingle__body__content__main__pic img {
  width: inherit;
  max-width: inherit;
  object-fit: cover;
}

.p-functionSingle__body__content__txt h4, .p-featureSingle__body__content__main__txt h4 {
  font-weight: bold;
  color: #008EC9;
}
@media screen and (min-width: 599px) {
  .p-functionSingle__body__content__txt h4, .p-featureSingle__body__content__main__txt h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .p-functionSingle__body__content__txt h4, .p-featureSingle__body__content__main__txt h4 {
    font-size: 14px;
  }
}
.p-functionSingle__body__content__txt p, .p-featureSingle__body__content__main__txt p {
  font-size: 14px;
  margin-top: 8px;
}

/*------------------------------------------------------------------------------
feature
------------------------------------------------------------------------------*/
.p-featureArchive__section {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-featureArchive__section {
    padding: 64px 0;
  }
  .p-featureArchive__section > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .p-featureArchive__section:nth-of-type(odd) > div .p-featureArchive__section__pic {
    order: 2;
  }
  .p-featureArchive__section:nth-of-type(odd) > div .p-featureArchive__section__body {
    order: 1;
    padding-right: 32px;
  }
  .p-featureArchive__section:nth-of-type(even) > div .p-featureArchive__section__pic {
    order: 1;
  }
  .p-featureArchive__section:nth-of-type(even) > div .p-featureArchive__section__body {
    order: 2;
    padding-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-featureArchive__section {
    padding: 32px 0;
  }
}

@media screen and (min-width: 769px) {
  .p-featureArchive__section__pic {
    width: 400px;
    height: 260px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-featureArchive__section__pic {
    width: 100%;
  }
}
.p-featureArchive__section__pic img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .p-featureArchive__section__body {
    width: calc(100% - 400px - 32px);
  }
}
@media screen and (max-width: 768px) {
  .p-featureArchive__section__body {
    width: 100%;
    margin-top: 16px;
  }
}

.p-featureArchive__section__body__sub {
  color: #008EC9;
}
@media screen and (min-width: 769px) {
  .p-featureArchive__section__body__sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-featureArchive__section__body__sub {
    font-size: 12px;
  }
}

.p-featureArchive__section__body__ttl {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-featureArchive__section__body__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-featureArchive__section__body__ttl {
    font-size: 16px;
  }
}

.p-featureArchive__section__body__desc {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-featureArchive__section__body__list li {
  font-size: 14px;
  color: #008EC9;
}
.p-featureArchive__section__body__list li + li {
  margin-top: 4px;
}
.p-featureArchive__section__body__list li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #008EC9;
  display: inline-block;
  margin-right: 8px;
}

.p-featureArchive__section__body__icons {
  overflow: hidden;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-featureArchive__section__body__icons ul {
  width: 100%;
}
.p-featureArchive__section__body__icons li {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.p-featureArchive__section__body__icons img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

._prev-next, .p-featureArchive__section__body__icons__next, .p-featureArchive__section__body__icons__prev {
  width: 32px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
  outline: none;
  display: none;
}
._prev-next span, .p-featureArchive__section__body__icons__next span, .p-featureArchive__section__body__icons__prev span {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #EBF1F3;
  margin-top: 16px;
  display: block;
  position: relative;
  cursor: pointer;
}
._prev-next span::after, .p-featureArchive__section__body__icons__next span::after, .p-featureArchive__section__body__icons__prev span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #008EC9 transparent transparent;
  position: absolute;
  top: calc(50% - 6px);
  left: 11px;
}

.p-featureArchive__section__body__icons__prev {
  left: 0;
}

.p-featureArchive__section__body__icons__next {
  right: 0;
  transform: scale(-1, 1);
}

.p-featureArchive__section__link {
  width: 100%;
  order: 3;
}
.p-featureArchive__section__link > a {
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .p-featureSingle__top {
    padding: 32px 0 64px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-featureSingle__top {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 769px) {
  .p-featureSingle__top__main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-featureSingle__top__main__pic {
    width: 480px;
    height: 300px;
    margin-right: 32px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-featureSingle__top__main__pic {
    width: 100vw;
    height: calc(100vw * (300 / 480));
    margin-left: -16px;
    margin-bottom: 16px;
  }
}
.p-featureSingle__top__main__pic img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.p-featureSingle__top__main__body span {
  color: #008EC9;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-featureSingle__top__main__body span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-featureSingle__top__main__body span {
    font-size: 12px;
  }
}
.p-featureSingle__top__main__body h2 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-featureSingle__top__main__body h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-featureSingle__top__main__body h2 {
    font-size: 18px;
  }
}
.p-featureSingle__top__main__body p {
  font-size: 14px;
  margin-top: 16px;
}

.p-featureSingle__body__desc {
  font-size: 14px;
  margin-bottom: 32px;
}

.p-featureSingle__body__content > ul > li + li {
  border-top: 1px solid #CFDAE1;
  margin-top: 32px;
  padding-top: 32px;
}

@media screen and (min-width: 769px) {
  .p-featureSingle__body__content__main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-featureSingle__body__content__main__pic {
  order: 1;
  margin-right: 32px;
}

.p-featureSingle__body__content__main__txt {
  order: 2;
}

.p-featureSingle__body__content__func {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-featureSingle__body__content__func li {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-featureSingle__body__content__func li {
    width: calc((100% - 32px) / 3);
  }
  .p-featureSingle__body__content__func li:not(:nth-child(3n)) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-featureSingle__body__content__func li {
    width: 100%;
  }
}
.p-featureSingle__body__content__func a {
  font-size: 14px;
  border: 1px solid #EBF1F3;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 22px 8px 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.p-featureSingle__body__content__func a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9BACB5;
  border-right: 1px solid #9BACB5;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
}
.p-featureSingle__body__content__func img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
}

/*------------------------------------------------------------------------------
news
------------------------------------------------------------------------------*/
.p-newsArchive__body {
  padding: 16px 0 64px 0;
}

.p-newsArchive__body__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-newsArchive__body__nav li a {
  font-size: 14px;
  border-radius: 4px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  background: #EBF1F3;
  color: #9BACB5;
  cursor: pointer;
}
.p-newsArchive__body__nav li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #9BACB5;
  border-bottom: 2px solid #9BACB5;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-bottom: 7px;
}
.p-newsArchive__body__nav li.is-active a {
  background: #008EC9;
  color: #fff;
}
.p-newsArchive__body__nav li.is-active a::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-newsArchive__body__nav li {
    width: calc((100% - 48px) / 4);
    margin-bottom: 16px;
  }
  .p-newsArchive__body__nav li a {
    height: 48px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__body__nav li {
    width: calc((100% - 8px) / 2);
    margin-bottom: 8px;
  }
  .p-newsArchive__body__nav li a {
    height: 32px;
    justify-content: space-between;
    padding: 0 12px 0 8px;
  }
}

.p-newsArchive__body__list__item {
  border-top: 1px solid #CFDAE1;
}
.p-newsArchive__body__list__item:last-child {
  border-bottom: 1px solid #CFDAE1;
}
.p-newsArchive__body__list__item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.p-newsArchive__body__list__item a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9BACB5;
  border-right: 1px solid #9BACB5;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
}
@media screen and (min-width: 769px) {
  .p-newsArchive__body__list__item a {
    padding: 16px;
  }
  .p-newsArchive__body__list__item a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__body__list__item a {
    padding: 8px;
  }
}

@media screen and (min-width: 769px) {
  .p-newsArchive__body__list__item__pic {
    width: 160px;
    height: 106px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__body__list__item__pic {
    width: 96px;
    height: 64px;
  }
}
.p-newsArchive__body__list__item__pic img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  border-radius: 4px;
}

@media screen and (min-width: 769px) {
  .p-newsArchive__body__list__item__body {
    width: calc(100% - 160px - 16px);
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__body__list__item__body {
    width: calc(100% - 96px - 8px);
  }
}

.p-newsArchive__body__list__item__body__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-newsArchive__body__list__item__body__info__tag {
  width: 96px;
  height: 24px;
  font-size: 12px;
  letter-spacing: 0;
  border-radius: 4px;
  border: 1px solid #001D36;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-newsArchive__body__list__item__body__info__date {
  color: #9BACB5;
}
@media screen and (min-width: 769px) {
  .p-newsArchive__body__list__item__body__info__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__body__list__item__body__info__date {
    letter-spacing: 0;
    font-size: 12px;
  }
}

.p-newsArchive__body__list__item__body__ttl {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  .p-newsArchive__body__list__item__body__ttl {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__body__list__item__body__ttl {
    font-size: 14px;
    margin-top: 4px;
  }
}

.p-newsSingle__main {
  padding: 16px 0 64px 0;
}

.p-newsSingle__main__header {
  border-top: 1px solid #CFDAE1;
  border-bottom: 1px solid #CFDAE1;
}
@media screen and (min-width: 769px) {
  .p-newsSingle__main__header {
    padding: 32px 0;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsSingle__main__header {
    padding: 16px 0;
    margin-bottom: 16px;
  }
}

.p-newsSingle__main__header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-newsSingle__main__header__info__tag {
  width: 96px;
  height: 24px;
  font-size: 12px;
  letter-spacing: 0;
  border-radius: 4px;
  border: 1px solid #001D36;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .p-newsSingle__main__header__info__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsSingle__main__header__info__date {
    letter-spacing: 0;
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .p-newsSingle__main__header__ttl {
    font-size: 24px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsSingle__main__header__ttl {
    font-size: 18px;
    margin-top: 8px;
  }
}

.p-newsSingle__main__body {
  margin-bottom: 64px;
}
.p-newsSingle__main__body img {
  width: 100%;
}
.p-newsSingle__main__body p {
  font-size: 14px;
}
.p-newsSingle__main__body * + * {
  margin-top: 16px;
}
.p-newsSingle__main__body a {
  color: #008EC9;
  text-decoration: underline;
  display: inline;
}

.p-newsSingle__main__sns p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.p-newsSingle__main__sns ul {
  display: flex;
  justify-content: center;
}
.p-newsSingle__main__sns li a {
  width: 40px;
  height: 40px;
  margin: 0 8px;
}
.p-newsSingle__main__sns li img {
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 769px) {
  .p-newsSingle__main__sns a:hover {
    opacity: 0.8;
  }
}
/*------------------------------------------------------------------------------
pricing
------------------------------------------------------------------------------*/
.p-pricing__main {
  padding-top: 32px;
  padding-bottom: 64px;
}

.p-pricing__main__box__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #008EC9;
  margin: 16px 0;
}

.p-pricing__main__box__table {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) {
  .p-pricing__main__box__table {
    table-layout: fixed;
  }
}
.p-pricing__main__box__table.alternate tr:nth-child(odd) {
  background: #fff;
}
.p-pricing__main__box__table.alternate tr:nth-child(even) {
  background: #F9F9F9;
}
.p-pricing__main__box__table.header th {
  border-top: none;
}
.p-pricing__main__box__table th {
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #CFDAE1;
  border-bottom: 1px solid #CFDAE1;
}
@media screen and (min-width: 769px) {
  .p-pricing__main__box__table th {
    width: 200px;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-pricing__main__box__table th {
    padding: 8px 4px;
  }
}
.p-pricing__main__box__table td {
  text-align: center;
  border: 1px solid #CFDAE1;
}
@media screen and (min-width: 769px) {
  .p-pricing__main__box__table td {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-pricing__main__box__table td {
    width: 160px;
    padding: 8px 4px;
    display: none;
  }
  .p-pricing__main__box__table td:nth-child(2) {
    display: table-cell;
  }
}

.p-pricing__main__box__table__ttl span {
  width: 96px;
  height: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 auto 4px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pricing__main__box__table__ttl span.yellow {
  background: #FFCC00;
}
.p-pricing__main__box__table__ttl span.blue {
  background: #008EC9;
}
.p-pricing__main__box__table__ttl P {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-pricing__main__box__table__bigTxt p:first-child {
    font-size: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .p-pricing__main__box__table__bigTxt {
    font-size: 12px;
  }
  .p-pricing__main__box__table__bigTxt p:first-child {
    font-size: 18px;
    font-weight: bold;
  }
}

.p-pricing__main__box__table__btn a {
  width: 100%;
  max-width: 120px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #001D36;
  border-radius: 4px;
  border: 1px solid #001D36;
  background: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-pricing__main__box__table__check {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  position: relative;
}
.p-pricing__main__box__table__check:before {
  content: "";
  width: 8px;
  height: 14px;
  border-right: 3px solid #008EC9;
  border-bottom: 3px solid #008EC9;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 10px;
}

@media screen and (min-width: 769px) {
  .p-pricing__main__nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-pricing__main__nav {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #008EC9;
    margin-bottom: 24px;
  }
  .p-pricing__main__nav li {
    width: 100%;
    height: 48px;
    padding: 4px 4px 4px 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .p-pricing__main__nav li + li {
    border-top: 1px solid #008EC9;
  }
  .p-pricing__main__nav li p {
    font-size: 16px;
    font-weight: bold;
    color: #9BACB5;
  }
  .p-pricing__main__nav li span {
    width: 96px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .p-pricing__main__nav li span.yellow {
    background: #FFCC00;
  }
  .p-pricing__main__nav li span.blue {
    background: #008EC9;
  }
  .p-pricing__main__nav li.is-active {
    background: #EBF1F3;
  }
  .p-pricing__main__nav li.is-active p {
    color: #008EC9;
  }
  .p-pricing__main__nav li.is-active:before {
    content: "";
    width: 8px;
    height: 14px;
    border-right: 3px solid #008EC9;
    border-bottom: 3px solid #008EC9;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 12px);
    left: 16px;
  }
}

/*------------------------------------------------------------------------------
company
------------------------------------------------------------------------------*/
.p-company__top {
  width: 100%;
  position: relative;
}

.p-company__top__pic {
  width: 100%;
}

.p-company__top__txt {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.p-company__top__txt h2 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-company__top__txt h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__top__txt h2 {
    font-size: 28px;
  }
}
.p-company__top__txt p {
  font-size: 14px;
  max-width: 640px;
}

@media screen and (min-width: 769px) {
  .p-company__info {
    padding: 64px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-company__info {
    padding: 32px 0;
  }
}

.p-company__info__box {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-company__info__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-company__info__box + .p-company__info__box {
  margin-top: 32px;
}

.p-company__info__box__desc {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__info__box__desc {
    margin-bottom: 16px;
  }
}
.p-company__info__box__desc h3 {
  color: #008EC9;
}
@media screen and (min-width: 769px) {
  .p-company__info__box__desc h3 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__info__box__desc h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p-company__info__box__desc li {
  font-size: 14px;
  letter-spacing: 0;
  border-top: 1px solid #CFDAE1;
}
.p-company__info__box__desc li:last-child {
  border-bottom: 1px solid #CFDAE1;
}
@media screen and (min-width: 769px) {
  .p-company__info__box__desc li {
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-company__info__box__desc li {
    padding: 16px 0;
  }
}
.p-company__info__box__desc p:first-child {
  width: 100px;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-company__info__box__desc p:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-company__info__box__desc p:last-child {
    margin-top: 8px;
  }
}

@media screen and (min-width: 769px) {
  .p-company__info__box__map {
    width: 480px;
    height: 400px;
    flex-shrink: 0;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__info__box__map {
    width: 100%;
    height: 300px;
  }
}
.p-company__info__box__map iframe {
  width: 100% !important;
  height: 100% !important;
}

.p-company__member {
  background: #EBF1F3;
}
@media screen and (min-width: 769px) {
  .p-company__member {
    padding: 64px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-company__member {
    padding: 32px 0;
  }
}

.p-company__member__list {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-company__member__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-company__member__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .p-company__member__list {
    display: block;
  }
}

.p-company__member__list__item {
  padding: 0 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .p-company__member__list__item {
    width: calc((100% - 32px) / 3);
  }
  .p-company__member__list__item:not(:nth-child(3n)) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__member__list__item {
    width: calc((100% - 16px) / 2);
  }
  .p-company__member__list__item:not(:nth-child(even)) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-company__member__list__item {
    width: 100%;
  }
}

.p-company__member__list__item__pic {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.p-company__member__list__item__pic img {
  width: inherit;
  height: inherit;
  border-radius: 100%;
}

.p-company__member__list__item__name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0;
}

.p-company__member__list__item__desc {
  font-size: 13px;
  text-align: center;
}

/*------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------*/
.p-contact__body {
  padding-top: 32px;
  padding-bottom: 128px;
}

.p-contact__body__nav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.p-contact__body__nav__item {
  border-radius: 8px;
  text-align: center;
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-contact__body__nav__item {
    width: 240px;
    padding: 16px;
    margin: 0 8px;
  }
  .p-contact__body__nav__item:hover {
    border: 1px dashed #CFDAE1;
  }
  .p-contact__body__nav__item img {
    width: 128px;
    height: 128px;
    object-fit: cover;
  }
  .p-contact__body__nav__item p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__body__nav__item {
    width: calc(100% / 3);
    padding: 16px 8px;
  }
  .p-contact__body__nav__item img {
    width: 100%;
    max-width: 128px;
  }
  .p-contact__body__nav__item p {
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
  }
}
.p-contact__body__nav__item.is-active {
  border: 1px solid #008EC9;
}
.p-contact__body__nav__item.is-active::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 1px solid #008EC9;
  border-bottom: 1px solid #008EC9;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -8px;
}

.p-contact__body__form,
.p-contact__body__container,
.p-contact__body__confirm {
  display: none;
}
.p-contact__body__form.is-active,
.p-contact__body__container.is-active,
.p-contact__body__confirm.is-active {
  display: block;
}

.p-contact__body__form__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #008EC9;
  padding: 32px;
}

.p-contact__desc {
  font-size: 14px;
  text-align: center;
}

/*------------------------------------------------------------------------------
regist
------------------------------------------------------------------------------*/
.p-regist {
  display: none;
}
.p-regist.is-active {
  display: block;
}

.p-regist__confirm {
  display: none;
}
.p-regist__confirm.is-active {
  display: block;
}

.p-regist__finish {
  display: none;
}
.p-regist__finish.is-active {
  display: block;
}

.p-regist__note {
  font-size: 14px;
  margin-top: 4px;
}

.p-regist__url {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-regist__url {
    flex-wrap: wrap;
  }
}

.p-regist__url__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-regist__url__main input {
  width: 160px;
  margin: 0 4px;
  flex-shrink: 0;
}

.p-regist__url__check {
  opacity: 0;
}
.p-regist__url__check.is-active {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-regist__url__check {
    margin-left: auto;
  }
}
.p-regist__url__check p {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-regist__url__check p {
    margin-top: 16px;
  }
}
.p-regist__url__check p span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 4px;
  flex-shrink: 0;
  position: relative;
}
.p-regist__url__check p.ok {
  color: #008EC9;
}
.p-regist__url__check p.ok span {
  background: #008EC9;
}
.p-regist__url__check p.ok span::after {
  content: "";
  width: 4px;
  height: 10px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 8px;
}
.p-regist__url__check p.ng {
  color: #FF0000;
}
.p-regist__url__check p.ng span {
  background: #FF0000;
}
.p-regist__url__check p.ng span::before, .p-regist__url__check p.ng span::after {
  content: "";
  width: 14px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 7px);
}
.p-regist__url__check p.ng span::before {
  transform: rotate(45deg);
}
.p-regist__url__check p.ng span::after {
  transform: rotate(-45deg);
}

.p-regist__agree {
  font-size: 14px;
  text-align: center;
  margin-top: 32px;
}
.p-regist__agree a {
  color: #008EC9;
  text-decoration: underline;
  display: inline;
}

.p-regist__terms {
  width: 100%;
  max-width: 640px;
  margin: 16px auto;
}

.p-regist__terms__header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.p-regist__terms__body {
  width: 100%;
  height: 200px;
  font-size: 14px;
  border: 1px solid #CFDAE1;
  padding: 8px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.p-regist__check {
  width: 100%;
  max-width: 640px;
  margin: 32px auto;
}
.p-regist__check label {
  background: transparent;
  padding: 0px;
  justify-content: center;
}

.p-regist__table {
  width: 100%;
  max-width: 640px;
  border-collapse: collapse;
  margin: 0 auto;
}
.p-regist__table td,
.p-regist__table th {
  font-size: 14px;
  text-align: left;
  border: 1px solid #CFDAE1;
  padding: 8px;
}
.p-regist__table th {
  width: 160px;
  background: #F9F9F9;
}
@media screen and (max-width: 768px) {
  .p-regist__table tr,
.p-regist__table td,
.p-regist__table th {
    display: block;
  }
  .p-regist__table tr + tr {
    margin-top: 8px;
  }
  .p-regist__table th {
    width: 100%;
    margin-bottom: -1px;
  }
}

.p-regist__flow {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.p-regist__flow ul {
  padding-left: 24px;
}
.p-regist__flow li {
  list-style: decimal;
}
.p-regist__flow li + li {
  margin-top: 16px;
}
.p-regist__flow > p {
  border-bottom: 1px solid #CFDAE1;
  padding: 32px 0;
}

.p-regist__send {
  width: 100%;
  max-width: 640px;
  margin: 32px auto 0 auto;
}
.p-regist__send a {
  cursor: pointer;
  color: #008EC9;
  display: inline;
  text-decoration: underline;
  margin-top: 8px;
}
.p-regist__send .p-regist__flash {
  display: none;
  margin-top: 32px;
}

.p-regist__search {
  position: relative;
}
.p-regist__search .c-select {
  line-height: 48px;
  padding: 0 32px 0 16px;
  cursor: pointer;
}

.p-regist__search__main {
  width: 100%;
  background: #fff;
  border: 1px solid #CFDAE1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 1;
  display: none;
}
.p-regist__search__main.is-active {
  display: block;
}

.p-regist__search__main__header {
  border-bottom: 1px solid #CFDAE1;
  padding: 8px;
}

.p-regist__search__main__body {
  height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.p-regist__search__main__body li {
  font-size: 14px;
  padding: 10px 12px;
  cursor: pointer;
}
.p-regist__search__main__body li:nth-child(odd) {
  background: #fff;
}
.p-regist__search__main__body li:nth-child(even) {
  background: #F9F9F9;
}
.p-regist__search__main__body li:hover {
  opacity: 0.8;
}

.p-regist__flash {
  width: 100%;
  border: 2px solid #008EC9;
  border-radius: 6px;
  background: rgba(0, 142, 201, 0.1);
  padding: 16px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
.p-regist__flash p {
  font-weight: bold;
  color: #008EC9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-regist__flash p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-regist__flash p {
    font-size: 14px;
  }
}
.p-regist__flash p span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #008EC9;
  margin-right: 4px;
  display: block;
  flex-shrink: 0;
  position: relative;
}
.p-regist__flash p span::after {
  content: "";
  width: 4px;
  height: 10px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 8px;
}

/**/
/* ////////////////////////////Add by Takashi //////////////////////////// */
/*for news release*/
.p-newsSingle__main__body li {
  list-style: disc;
  font-size: 80%;
  margin-left: 20px;
  line-height: 1;
}

/*for terms & privacy*/
.terms h3 {
  font-size: 100%;
}

.terms p {
  margin-left: 10px;
  font-size: 90%;
  line-height: 1.5;
}

.terms ul {
  margin-left: 20px;
  font-size: 90%;
  line-height: 1.5;
}

.terms-block {
  margin-bottom: 20px;
}

.newsstyle {
  font-size: 100%;
}

.newsstyle h5{
  font-size: 90%;
}

.newsstyle p{
  font-size: 90%;
}
.newsstyle h5 + p{
  margin-left: 20px;
  font-size: 90%;
}
.newsstyle ul{
  margin-left: 20px;
}

.newsstyle li{
  font-size: 90%;
}

/* ////////////////////////////// end ////////////////////////////////////// */
/*----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .u-pcHidden {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-spHidden {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
