@charset "UTF-8";
/* -- foundation -- */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ------------------------------ */
/* -- Function -- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------------------------------------------
font
-------------------------------------------------------------*/
/*-----------------------------------------------------------
reset
-------------------------------------------------------------*/
html, body {
  min-height: 100vh;
  margin-top: 0 !important;
}

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}

a {
  outline: 0;
}

a img {
  transition: .3s all;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
  a img:hover {
    opacity: .7;
  }
}

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

/*-----------------------------------------------------------
layout
-------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  line-height: 1.625;
  letter-spacing: 0;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0;
  animation: fade .6s ease-in-out .2s 1 normal forwards;
}

@media only screen and (max-width: 1100px) {
  body {
    font-size: 1.5vw;
  }
}

body.open {
  position: fixed;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 4vw;
  }
}

a {
  text-decoration: none;
  transition: .3s all;
  color: #000;
  word-break: break-all;
}

a:hover {
  text-decoration: underline;
  color: #00366C;
}

a:hover img {
  opacity: .7;
}

a[href^="tel:"] {
  pointer-events: none;
}

strong {
  font-weight: bold;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.anchor {
  margin-top: -52px;
  padding-top: 52px;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

@media only screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .anchor {
    margin-top: -44px;
    padding-top: 44px;
  }
}

/* -- libs -- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {}/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.3;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.8;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 10px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 980px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  display: none;
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 37px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.3);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* -- layout -- */
/* --------------------------- */
/* Header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  font-weight: 500;
}

.l-header__inner {
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #00366C;
  padding: 13px 20px;
}

.l-header__logo {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1100px) {
  .l-header__logo {
    font-size: 2.2vw;
  }
}

.l-header__logo a {
  color: #fff;
  display: block;
  width: 260px;
  height: 50px;
}

.l-header__logo a img {
  vertical-align: bottom;
}

.l-header__logo a:hover {
  text-decoration: none;
  opacity: .8;
}

.l-header__btn {
  margin-left: auto;
}

.l-header__btn ul {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.l-header__btn ul li {
  width: 200px;
  margin-left: 17px;
}

.l-header__btn ul li:last-of-type {
  width: 169px;
  margin-left: 50px;
}

.l-header__btn ul li.l-header__btn-logout {
  width: 137px;
}

.l-header__btn ul li a {
  /*
					color: #fff;
					display: block;
					border-radius: 6px;
					position: relative;
					text-align: center;
					background: linear-gradient(#00bbd4 0%, #0091ac 100%);
					padding: 7px 5px;
					&::before {
						content: '';
						position: absolute;
						top: 0;
						bottom: 0;
						margin: auto;
						right: 13px;
						width: 8px;
						height: 13px;
						background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_03.svg) no-repeat center center;
						background-size:  contain;
						transition: .3s all;
					}
					&:hover {
						text-decoration: none;
						&::before {
							right: 10px;
						}
					}

					 */
}

@media only screen and (max-width: 768px) {
  .l-header__inner {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .l-header__logo {
    font-size: 4vw;
    padding: 1rem 0;
  }
  .l-header__logo a {
    width: 50vw;
    height: auto;
  }
  .l-header__btn {
    margin-left: 4vw;
    width: auto;
  }
  .l-header__btn ul {
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 0;
  }
  .l-header__btn ul li {
    margin-left: 0;
    width: 40px;
    height: 44px;
  }
  .l-header__btn ul li:last-of-type {
    width: 31px;
    height: 44Px;
    margin-left: 10px;
  }
  .l-header__btn ul li.l-header__btn-logout {
    width: 39px;
    height: 44Px;
  }
  .l-header__btn ul li a {
    /*
						padding: 4px 5px;
						@include font-size-sp(14);
						&::before {
							width: ( 6 / 375 ) * 100vw;
						}

						 */
  }
  .l-header__btn ul li a img {
    width: 100%;
  }
  .l-header__toggleTrigger {
    margin-left: auto;
  }
  .l-header__toggleTrigger.open .l-header__toggleTrigger-border span {
    top: 47%;
  }
  .l-header__toggleTrigger.open .l-header__toggleTrigger-border span:nth-of-type(1) {
    transform: rotate(135deg);
  }
  .l-header__toggleTrigger.open .l-header__toggleTrigger-border span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  .l-header__toggleTrigger.open .l-header__toggleTrigger-border span:nth-of-type(3) {
    opacity: 0;
  }
  .l-header__toggleTrigger-inner {
    position: relative;
    border-radius: 50%;
    width: 28px;
    height: 20px;
  }
  .l-header__toggleTrigger-border {
    position: absolute;
    transition: 0.5s all;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }
  .l-header__toggleTrigger-border span {
    height: 2px;
    width: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    transition: .3s all;
  }
  .l-header__toggleTrigger-border span:nth-of-type(1) {
    top: 0;
  }
  .l-header__toggleTrigger-border span:nth-of-type(2) {
    top: 44%;
  }
  .l-header__toggleTrigger-border span:nth-of-type(3) {
    bottom: 0;
  }
}

/* --------------------------- */
/* Footer */
.l-footer {
  background-color: #414141;
  position: relative;
  z-index: 999;
  color: #fff;
  margin-top: 220px;
}

.l-footer a {
  color: #fff;
}

.l-footer__inner {
  padding: 24px 30px;
  display: flex;
  align-items: flex-end;
}

.l-footer__pagetop {
  position: absolute;
  right: 20px;
}

.l-footer__right {
  margin-left: auto;
}

.l-footer__text02 {
  margin-top: 5px;
}

.l-footer__text02 a {
  text-decoration: underline;
}

.l-footer__text02 a:hover {
  text-decoration: none;
}

.l-footer__text03 {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1100px) {
  .l-footer__text03 {
    font-size: 1.2vw;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer {
    margin-top: 100px;
  }
  .l-footer__inner {
    display: block;
    padding: 24px 15px;
  }
  .l-footer__text03 {
    margin-top: 40px;
    font-size: 2.7vw;
  }
  .l-footer__pagetop {
    width: 13.9vw;
  }
}

/* --------------------------- */
/* nav */
.l-nav {
  position: fixed;
  width: 190px;
  height: 100%;
  left: 0;
  top: 70px;
  z-index: 999;
  font-weight: 500;
  background-color: #fff;
}

.l-nav__inner {
  height: 100%;
  border-right: 1px solid #00366C;
}

.l-nav ul li.current a {
  background-position: right 5px center;
  text-decoration: none;
  background-color: rgba(0, 54, 108, 0.08);
}

.l-nav ul li a {
  display: flex;
  padding: 9px 20px;
  border-bottom: 1px solid #C3D2E0;
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_02.svg) no-repeat right 10px center;
  transition: .3s all;
}

.l-nav ul li a:hover {
  background-position: right 5px center;
  text-decoration: none;
  background-color: rgba(0, 54, 108, 0.08);
}

.l-nav ul li a img {
  margin-right: 3px;
}

@media only screen and (max-width: 768px) {
  .l-nav {
    transform: translateX(200%);
    transition: .5s all;
    width: 100%;
    background: none;
    z-index: 99999;
    height: auto;
    overflow-y: scroll;
  }
  .l-nav.open {
    transform: translateX(0);
    transition: .5s all;
    overflow-y: scroll;
    box-shadow: 0px 5px 5px #ccc;
  }
  .l-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
  }
  .l-nav ul li {
    width: 50%;
    border-left: solid 1px #C3D2E0;
  }
}

/* --------------------------- */
/* main */
.l-main {
  display: block;
  position: relative;
  width: calc(100% - 190px);
  margin-left: auto;
  min-height: 80vh;
}

@media only screen and (max-width: 768px) {
  .l-main {
    width: 100%;
  }
}

.l-main.w-100p {
  width: 100%;
}

.l-block {
  position: relative;
  padding: 0 20px;
}

.l-block:after {
  display: table;
  content: "";
  clear: both;
}

.l-block__inner {
  padding: 20px 0 40px;
  position: relative;
  width: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}

.l-block__inner.irregular01 {
  padding-bottom: 0;
}

.l-block__inner.index {
  max-width: 1246px;
  padding: 20px 0 60px;
}

@media only screen and (max-width: 1530px) {
  .l-block__inner.index {
    max-width: 1246px;
    padding: 20px 30px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .l-block {
    padding: 0;
  }
  .l-block__inner {
    padding: 20px 15px;
  }
  .l-block__inner.irregular01 {
    padding-bottom: 0;
  }
  .l-block__inner.irregular02 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-block__inner.irregular03 {
    padding-top: 0;
  }
  .l-block__inner.index {
    padding: 20px 15px;
  }
}

/* -- object -- */
/* -- title -- */
.c-heading01 > p {
  color: #21B5D8;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1100px) {
  .c-heading01 > p {
    font-size: 1.6vw;
  }
}

.c-heading01 > p.text {
  color: #000;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1100px) {
  .c-heading01 > p.text {
    font-size: 1.5vw;
  }
}

.c-heading01 > h2 {
  font-weight: bold;
  margin-top: -0.2em;
  font-size: 40px;
  font-size: 4rem;
  /*
		position: relative;

		a {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			right: 8em;
			@include font-size-vw(16);
			font-weight: normal;
			border: solid 1px $KEY_COLOR;
			border-radius: 30px;
			padding: 5px 1em 5px 3em;
			&:before {
				content: '';
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				left: 1em;
				width: 20px;
				height: 20px;
				background: url(../img/common/icon_logout.png) no-repeat center center;
				background-size: contain;
			}
			&:hover {
				color: $KEY_COLOR;
				background-color: rgba(0, 54, 108, 0.1);
				text-decoration: none;
			}
		}

 */
}

@media only screen and (max-width: 1100px) {
  .c-heading01 > h2 {
    font-size: 3.6vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-heading01 {
    margin-bottom: 0;
  }
  .c-heading01 > p {
    font-size: 4.3vw;
  }
  .c-heading01 > p.text {
    font-size: 4vw;
  }
  .c-heading01 > h2 {
    font-size: 7.5vw;
    /*
			a {
				position: absolute;
				top: 100%;
				transform: translateY(0) translateX(50%);
				right: 20%;
				@include font-size-sp(14);
			}

 */
  }
}

.c-heading02 {
  color: #00366C;
  font-weight: bold;
  margin-bottom: 17px;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 1100px) {
  .c-heading02 {
    font-size: 2.5vw;
  }
}

.c-heading02 small {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 14px;
}

@media only screen and (max-width: 1100px) {
  .c-heading02 small {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-heading02 {
    font-size: 5.9vw;
  }
  .c-heading02 small {
    font-size: 4.8vw;
    margin-left: 0;
  }
}

.c-heading03 {
  color: #00366C;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .c-heading03 {
    font-size: 1.8vw;
  }
}

.c-heading03 .text-description {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

@media only screen and (max-width: 1100px) {
  .c-heading03 .text-description {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-heading03 {
    font-size: 4.8vw;
  }
  .c-heading03 .text-description {
    font-size: 3.2vw;
  }
}

.c-heading04 {
  font-weight: bold;
  background-color: #00366C;
  color: #fff;
  padding: 3px 12px;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .c-heading04 {
    font-size: 1.8vw;
  }
}

.c-heading04:nth-child(n+2) {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .c-heading04 {
    padding: 8px 12px;
    font-size: 4.3vw;
  }
  .c-heading04:nth-child(n+2) {
    margin-top: 50px;
  }
}

.c-heading05 {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 14px;
  margin-bottom: 20px;
}

.c-heading05::before {
  content: '';
  height: 60%;
  width: 4px;
  background-color: #21B5D8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c-heading05 h3 {
  font-weight: bold;
  color: #00366C;
  font-size: 32px;
  font-size: 3.2rem;
}

@media only screen and (max-width: 1100px) {
  .c-heading05 h3 {
    font-size: 2.9vw;
  }
}

.c-heading05 h3.nowrap {
  white-space: nowrap;
}

.c-heading05.small h3 {
  font-size: 25px;
  font-size: 2.5rem;
}

@media only screen and (max-width: 1100px) {
  .c-heading05.small h3 {
    font-size: 2.3vw;
  }
}

.c-heading05.justify-between {
  justify-content: space-between;
}

.c-heading05 .c-btn {
  width: auto;
  font-size: 1.4rem;
  padding: 1.2rem 2.5rem 1.2rem 2rem;
  position: relative;
  line-height: 1;
}

.c-heading05 .c-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_09.svg) no-repeat center center;
  background-size: cover;
}

.c-heading05 p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0.5em;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .c-heading05::before {
    height: 70%;
    top: 0.2em;
  }
  .c-heading05 h3 {
    font-size: 6.4vw;
  }
  .c-heading05.small h3 {
    font-size: 4.8vw;
  }
}

.c-heading06 {
  position: relative;
}

.c-heading06::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00366C;
  margin: auto;
}

.c-heading06 h4 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #00366C;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

@media only screen and (max-width: 1100px) {
  .c-heading06 h4 {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-heading06 h4 {
    font-size: 4.8vw;
  }
}

/* --------------------------- */
/* block */
.c-wrap {
  overflow: hidden;
}

.c-contents {
  display: flex;
}

.c-bg01 {
  position: relative;
  padding: 40px 0;
}

.c-bg01::before {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 54, 108, 0.06);
}

@media only screen and (max-width: 768px) {
  .c-bg01 {
    padding: 30px 0;
  }
}

.c-head {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/decoration_01.jpg) no-repeat top right;
  background-size: 344px;
  padding: 35px 0;
}

.c-head--deco01 {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/decoration_01.jpg) no-repeat top right;
  background-size: 344px;
}

.c-head--deco02 {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/decoration_02.jpg) no-repeat top right;
  background-size: 344px;
}

.c-head--deco03 {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/decoration_03.jpg) no-repeat top right;
  background-size: 344px;
}

.c-head--deco04 {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/decoration_04.jpg) no-repeat top right;
  background-size: 344px;
}

.c-head--heading01none {
  padding: 75px 0;
  margin-bottom: -170px;
}

.c-head__btn {
  position: absolute;
  right: 16%;
  top: 55px;
}

@media only screen and (max-width: 768px) {
  .c-head {
    background-size: 60%;
    padding: 6% 0;
  }
  .c-head--heading01none {
    padding: 13% 0;
    margin-bottom: -30%;
  }
  .c-head__btn {
    position: static;
    margin-top: 10px;
    width: 30%;
  }
}

.c-read01 {
  font-weight: bold;
  color: #00366C;
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .c-read01 {
    margin-top: 40px;
  }
}

.c-read03 {
  margin-top: 47px;
}

@media only screen and (max-width: 768px) {
  .c-read03 {
    margin-top: 0;
  }
}

.c-read03.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c-read03.flex .forms > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-read03.flex .forms > div + div {
  margin-top: 1rem;
}

.c-read03.flex .forms > div a {
  display: inline-block;
  color: #fff;
  background-color: #00366C;
  border-radius: 35px;
  padding: 3px 0 5px;
  font-size: 1.6rem;
  white-space: nowrap;
  width: 90%;
  text-align: center;
}

.c-read03.flex .forms > div a:hover {
  text-decoration: none;
  opacity: .8;
}

.c-read03.flex .forms > div a + p {
  font-size: 1.4rem;
  color: #00366C;
}

@media only screen and (max-width: 768px) {
  .c-read03.flex {
    flex-direction: column;
  }
  .c-read03.flex .forms > div {
    width: 100%;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .c-read03.flex .forms > div + div {
    margin-top: 0;
  }
  .c-read03.flex .forms > div a {
    font-size: 1.1rem;
    padding: .5em 0 .7em;
    width: 65%;
    text-align: center;
  }
  .c-read03.flex .forms > div a + p {
    font-size: 1.1rem;
    color: #00366C;
    margin-left: 1em;
    white-space: nowrap;
    width: 35%;
  }
}

.c-articleList {
  margin-top: 20px;
}

.c-articleList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.c-articleList > ul::before {
  content: "";
  display: block;
  width: 30.9%;
  order: 1;
}

.c-articleList > ul > li {
  width: 30.9%;
  margin-top: 40px;
}

.c-articleList > ul > li a {
  display: block;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  height: 100%;
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_01.svg) no-repeat right 12px bottom 12px;
}

.c-articleList > ul > li a:hover {
  text-decoration: none;
  transform: translateY(-8px);
  color: #000;
}

.c-articleList > ul > li a:hover img {
  opacity: 1;
}

.c-articleList > ul > li.is-hide {
  display: none !important;
}

.c-articleList__img {
  position: relative;
}

.c-articleList__img img {
  display: block;
  width: 100%;
}

.c-articleList__img-wrap {
  position: relative;
}

.c-articleList__img--space {
  padding: 7% 7% 1%;
}

.c-articleList__img--heightcustom img:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: 100%;
  width: auto;
  margin: auto;
}

.c-articleList__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-articleList__tag ul {
  display: flex;
  flex-wrap: wrap;
  padding: 3.5% 4%;
}

.c-articleList__tag ul li {
  margin-right: 5px !important;
  margin-top: 4px;
  color: #fff;
  background-color: #00366C;
  border-radius: 35px;
  padding: 3px 12px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1100px) {
  .c-articleList__tag ul li {
    font-size: 1.2vw;
  }
}

.c-articleList__tag02 ul {
  border-top: 1px solid;
  padding-top: 15px;
}

.c-articleList__tag02 ul li {
  display: inline-block;
  color: #00366C;
  font-weight: bold;
  margin-right: 1em;
}

.c-articleList__tag02 ul li::before {
  content: '#';
}

.c-articleList__text {
  padding: 11px 20px 40px;
  min-height: 9em;
  font-weight: 500;
}

.c-articleList__text--space01 {
  padding: 0 7% 10%;
}

.c-articleList__text small {
  font-size: 90%;
  display: block;
  margin-top: 5px;
}

.c-articleList__text02 {
  border-bottom: 1px solid #CCC;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px 10px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .c-articleList__text02 {
    font-size: 1.8vw;
  }
}

.c-articleList__text03 strong {
  display: block;
  margin-top: 10px;
  color: #00366C;
  font-weight: bold;
}

.c-articleList__text04 {
  padding: 15px 0;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 1100px) {
  .c-articleList__text04 {
    font-size: 1.7vw;
  }
}

.c-articleList__text05 {
  border-top: 1px solid #000;
  padding: 15px 0;
}

.c-articleList__label {
  position: absolute;
  top: 3%;
  left: 5%;
}

.c-articleList__play {
  position: absolute;
  top: 7%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 3.1em;
  height: 3.1em;
}

@media only screen and (max-width: 768px) {
  .c-articleList > ul > li {
    margin-top: 25px;
    width: 48%;
  }
  .c-articleList__tag ul li {
    padding: 1px 12px;
    margin-right: 2px;
    font-size: 2.7vw;
  }
  .c-articleList__text {
    padding: 11px 10px 40px;
  }
  .c-articleList__text02 {
    font-size: 4.3vw;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px 10px;
  }
  .c-articleList__text04 {
    padding: 15px 0;
    font-size: 4.3vw;
  }
  .c-articleList__label {
    top: 1%;
    left: 2%;
    font-size: 3.5vw;
  }
  .c-articleList__play {
    width: 2em;
    height: 2em;
  }
}

.c-pager {
  display: flex;
  justify-content: center;
  margin-top: 90px;
  font-weight: 500;
}

.c-pager ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.c-pager ul li {
  margin-left: 14px;
}

.c-pager ul li.current {
  pointer-events: none;
}

.c-pager a, .c-pager button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 54, 108, 0.1);
  color: #00366C;
}

.c-pager a:hover, .c-pager button:hover {
  text-decoration: none;
  background-color: #00366C;
  color: #fff;
}

.c-pager button {
  padding: 0;
}

.c-pager .next-page {
  margin-left: 20px;
}

.c-pager .disabled {
  pointer-events: none;
  opacity: .4;
}

@media only screen and (max-width: 768px) {
  .c-pager {
    margin-top: 30px;
  }
  .c-pager ul {
    flex-wrap: wrap;
  }
  .c-pager ul li {
    margin-left: 10px;
    margin-top: 5px;
  }
  .c-pager a, .c-pager button {
    width: 10.7vw;
    height: 10.7vw;
    font-size: 4.3vw;
  }
  .c-pager .next-page {
    margin-left: 5px;
    margin-top: 5px;
  }
  .c-pager .prev-page {
    margin-top: 5px;
  }
}

.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-movie__image {
  padding: 0;
}

.c-movie__caption {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}

.p-modal {
  display: none;
}

@media only screen and (max-width: 768px) {
  .modaal-container {
    padding: 15px;
  }
  .modaal-content-container {
    padding: 0;
  }
}

.js-anim {
  opacity: 0;
  transform: translateY(10px);
  transition: .5s all;
}

.js-anim.is-inview {
  opacity: 1;
  transition-delay: .1s;
  transform: translateY(0);
}

.js-anim.is-hide {
  display: none;
}

.c-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btns > * + * {
  margin-left: 10px;
}

/* --------------------------- */
/* button */
.c-btn {
  display: block;
  text-align: center;
  padding: 14px 5px;
  background-color: #fff;
  border: 1px solid #00366C;
  border-radius: 35px;
  width: 224px;
  color: #00366C;
  font-weight: 500;
}

.c-btn:hover {
  text-decoration: none;
  background-color: #00366C;
  color: #fff;
}

.c-btn--colorinvert {
  background-color: #00366C;
  color: #fff;
}

.c-btn--colorinvert:hover {
  background-color: #fff;
  color: #00366C;
}

.c-btn--back {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_07.svg) no-repeat left 27px center;
  background-size: 7px;
}

.c-btn--back:hover {
  background: #00366C url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_08.svg) no-repeat left 27px center;
  background-size: 7px;
}

.c-btn--center {
  margin: auto;
}

.c-btn--auto {
  display: inline-block;
  width: auto;
  min-width: 224px;
}

.c-btn--pdf {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_pdf.svg?v=2) no-repeat left 27px center;
  background-size: 25px;
  padding: 14px 4rem 14px 7rem;
}

.c-btn--pdf:hover {
  background: #00366C url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_pdf_white.svg) no-repeat left 27px center;
  background-size: 25px;
}

.c-btn--zip {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_zip.svg?v=2) no-repeat left 27px center;
  background-size: 25px;
  padding: 14px 4rem 14px 7rem;
}

.c-btn--zip:hover {
  background: #00366C url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_zip_white.svg) no-repeat left 27px center;
  background-size: 25px;
}

.c-btn--word {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_word.svg?v=2) no-repeat left 27px center;
  background-size: 25px;
  padding: 14px 4rem 14px 7rem;
}

.c-btn--word:hover {
  background: #00366C url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_word_white.svg) no-repeat left 27px center;
  background-size: 25px;
}

.c-btn--excel {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_excel.svg?v=2) no-repeat left 27px center;
  background-size: 25px;
  padding: 14px 4rem 14px 7rem;
}

.c-btn--excel:hover {
  background: #00366C url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_excel_white.svg) no-repeat left 27px center;
  background-size: 25px;
}

.c-btn--ppt {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_ppt.svg?v=2) no-repeat left 27px center;
  background-size: 25px;
  padding: 14px 4rem 14px 7rem;
}

.c-btn--ppt:hover {
  background: #00366C url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_ppt_white.svg) no-repeat left 27px center;
  background-size: 25px;
}

.c-btn--blank {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_blank.svg) no-repeat left 27px center;
  background-size: 18px;
  padding: 14px 6rem 14px 4rem;
}

.c-btn--blank:hover {
  background: #00366C url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_blank_white.svg) no-repeat left 27px center;
  background-size: 18px;
}

.c-btn--prev {
  background-color: #00bbd4;
  border: none;
  color: #fff;
  padding: 7px 1em 7px 2em;
  position: relative;
  width: auto;
}

.c-btn--prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}

.c-btn--logout {
  padding: 1rem 3rem;
  font-size: 14px;
  width: auto;
  display: inline-block;
}

.c-btn--logout span {
  position: relative;
  padding-left: 30px;
}

.c-btn--logout span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 18px;
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_logout.svg) no-repeat center center;
  background-size: contain;
}

.c-btn--logout:hover span:before {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_logout_hover.svg) no-repeat center center;
  background-size: contain;
}

.c-btn--arrow {
  width: auto;
  max-width: 31rem;
  padding: 1.2rem 2.5rem 1.2rem 2rem;
  position: relative;
}

.c-btn--arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_09.svg) no-repeat center center;
  background-size: cover;
}

.c-btn--custom01 {
  color: #fff;
  width: auto;
  max-width: 33rem;
  background: #00366C url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_11.svg) no-repeat left 27px center;
  background-size: 11px;
}

.c-btn--custom01:hover {
  background: #fff url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_12.svg) no-repeat left 27px center;
  background-size: 11px;
  color: #00366C;
}

.c-btn--custom02 {
  width: auto;
  max-width: 280px;
  padding: 0;
  border: none;
}

.c-btn--custom02:hover {
  background-color: inherit;
}

@media only screen and (max-width: 768px) {
  .c-btn {
    padding: 8px 5px;
    width: 46.7vw;
    width: 56.7vw;
  }
  .c-btn--back {
    background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_07.svg) no-repeat left 1em center;
    background-size: 7px;
  }
  .c-btn--back:hover {
    background: #00366C url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_08.svg) no-repeat left 1em center;
    background-size: 7px;
  }
  .c-btn--auto {
    width: auto;
    min-width: 46.7vw;
  }
  .c-btn--pdf, .c-btn--zip, .c-btn--word, .c-btn--excel, .c-btn--ppt {
    background-size: 20px;
    padding: 14px 4rem 14px 7rem;
  }
  .c-btn--pdf:hover, .c-btn--zip:hover, .c-btn--word:hover, .c-btn--excel:hover, .c-btn--ppt:hover {
    background-size: 20px;
  }
  .c-btn--blank {
    padding: 14px 6rem 14px 4rem;
  }
  .c-btn--prev {
    padding: 7px 1em 7px 2em;
    width: auto;
  }
  .c-btn--custom01 {
    width: auto;
  }
  .c-btn--custom02 {
    width: auto;
    padding: 0;
  }
}

.c-textLink {
  text-decoration: underline;
}

.c-textLink:hover {
  text-decoration: none;
}

/* --------------------------- */
/* list */
.c-discList > li {
  padding-left: 1.2em;
  position: relative;
}

.c-discList > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.c-squareList > li {
  padding-left: 1em;
  position: relative;
}

.c-squareList > li::before {
  content: '■';
  position: absolute;
  left: 0;
  top: 0;
}

.c-squareList > li:nth-child(n+2) {
  margin-top: 5px;
}

.c-noteList > li {
  padding-left: 1em;
  position: relative;
}

.c-noteList > li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.c-noteList > li:nth-child(n+2) {
  margin-top: 5px;
}

.c-numberBracketsList {
  counter-reset: counter01;
}

.c-numberBracketsList > li {
  padding-left: 2.5em;
  position: relative;
}

.c-numberBracketsList > li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: counter01;
  content: "（" counter(counter01) "）";
}

.c-numberBracketsList > li:nth-child(n+2) {
  margin-top: 5px;
}

.c-numberList {
  counter-reset: counter02;
}

.c-numberList > li {
  position: relative;
  padding-left: 1.2em;
}

.c-numberList > li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: counter02;
  content: counter(counter02) ".";
}

.c-linkList ul li::before {
  content: '・';
}

.c-linkList ul li:nth-child(n+2) {
  margin-top: 6px;
}

.c-linkList ul li a {
  color: #00366C;
  text-decoration: underline;
}

.c-linkList ul li a:hover {
  text-decoration: none;
}

/* --------------------------- */
/* table */
.c-table table {
  width: 100%;
  table-layout: fixed;
}

.c-table table tr:nth-child(odd) td {
  background-color: rgba(0, 54, 108, 0.12);
}

.c-table table tr th {
  text-align: left;
  font-weight: bold;
  background-color: rgba(0, 54, 108, 0.3);
  padding: 1% 20px;
  border: 1px solid #fff;
  word-break: break-all;
}

.c-table table tr th.w76p {
  width: 76%;
}

.c-table table tr th.w24p {
  width: 24%;
}

.c-table table tr th.w19p {
  width: 19%;
}

.c-table table tr th.w15p {
  width: 15%;
}

.c-table table tr td {
  background-color: rgba(0, 54, 108, 0.06);
  border: 1px solid #fff;
  padding: 1.5% 20px;
}

.c-table table tr td.w82p {
  width: 82%;
}

.c-table table tr td.w80p {
  width: 80%;
}

.c-table table tr td.w76p {
  width: 76%;
}

@media only screen and (max-width: 768px) {
  .c-table table tr th {
    padding: 2% 20px;
  }
  .c-table table tr th.spw70p {
    width: 70%;
  }
  .c-table table tr th.spw30p {
    width: 30%;
  }
  .c-table table tr td {
    padding: 3% 20px;
  }
}

/* --------------------------- */
/* form */
/*-----------------------------------------------------------
reset
-------------------------------------------------------------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 10px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

input {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.16) inset;
}

.c-check {
  background-color: rgba(0, 54, 108, 0.06);
  margin-top: -40px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.c-check + .c-check {
  margin-top: 30px;
}

.c-check__inner {
  padding: 0 40px 20px;
}

.c-check__inner--2column {
  display: flex;
  align-items: center;
}

.c-check__inner--2column ul {
  width: 60%;
}

.c-check__inner--2column .c-check__set {
  width: 40%;
  margin-left: auto;
}

.c-check__inner--2column .c-check__set ul {
  width: 100%;
  justify-content: flex-end;
}

.c-check__inner--center > ul {
  justify-content: center;
}

.c-check__inner + .c-check__inner > ul {
  border-top: 1px solid #fff;
}

.c-check__inner > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-check__inner > ul li {
  margin-right: 1.5em;
  margin-top: 20px;
  color: #00366C;
}

.c-check__inner > ul li:nth-child(1) {
  margin-right: 30px;
}

.c-check__inner > ul li.full {
  width: 100%;
}

.c-check__inner > ul li.listnone {
  display: none;
}

.c-check__inner > ul li input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.c-check__inner > ul li input[type=checkbox] + label::before, .c-check__inner > ul li input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
}

.c-check__inner > ul li input[type=checkbox] + label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid rgba(0, 54, 108, 0.2);
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.c-check__inner > ul li input[type=checkbox] + label::after {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_03.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  height: 15px;
  width: 12px;
  top: 4px;
  left: 10px;
}

.c-check__inner > ul li input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.c-check__inner > ul li input[type=radio] + label {
  color: #00366C;
  display: block;
  text-align: center;
  border-radius: 35px;
  padding: 7px;
  background-color: #fff;
  width: 7em;
}

.c-check__inner > ul li input[type=radio]:checked + label {
  background-color: rgba(0, 54, 108, 0.1);
}

.c-check__set {
  margin-left: auto;
  margin-top: 20px;
}

.c-check__set ul {
  display: flex;
  justify-content: center;
}

.c-check__set ul li {
  width: 140px;
  margin-right: 0;
}

.c-check__set ul li:nth-child(n+2) {
  margin-left: 10px;
}

.c-check__set ul li button {
  display: block;
  width: 100%;
}

.c-check__title {
  padding-top: 20px;
  font-weight: bold;
  color: #00366C;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .c-check__title {
    font-size: 1.8vw;
  }
}

.c-check__btn {
  color: #00366C;
  display: block;
  text-align: center;
  border-radius: 35px;
  padding: 7px;
}

.c-check__btn--set {
  background-color: #fff;
}

.c-check__btn--reset {
  background-color: rgba(0, 54, 108, 0.1);
}

.c-check__btn:hover {
  text-decoration: none;
  background-color: #00366C;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-check {
    border: 1px solid rgba(0, 54, 108, 0.2);
  }
  .c-check__inner {
    padding: 0 10px 20px;
  }
  .c-check__inner--2column {
    display: block;
  }
  .c-check__inner--2column ul {
    width: 100%;
  }
  .c-check__inner--2column .c-check__set {
    width: 100%;
  }
  .c-check__inner--2column .c-check__set ul {
    justify-content: space-between;
  }
  .c-check__inner--center > ul li {
    margin-right: 10px;
  }
  .c-check__inner > ul li.spfull {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .c-check__inner > ul li.full {
    text-align: center;
    margin-right: 0;
  }
  .c-check__inner > ul li input[type=radio] + label {
    width: 100%;
    max-width: 7em;
  }
  .c-check__title {
    font-size: 3.7vw;
  }
  .c-check__set ul li {
    width: 48%;
  }
  .c-check__btn--set {
    border: 1px solid #00366C;
  }
  .c-check__btn--reset {
    border: 1px solid rgba(0, 54, 108, 0.1);
  }
}

/* --------------------------- */
/* breadcrumbs */
/* ---------------------------- */
/* --------------------------- */
/* index */
.p-mainVisual {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/index/bg.jpg) no-repeat left top;
  background-size: 100%;
  /*
	&__subTitle {
		margin-top: 20px;
	}

	 */
}

@media only screen and (max-width: 1440px) {
  .p-mainVisual__title {
    width: 90%;
  }
}

@media only screen and (max-width: 1240px) {
  .p-mainVisual__title {
    width: 80%;
  }
}

.p-mainVisual__read {
  margin-top: 25px;
  line-height: 1.77;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1100px) {
  .p-mainVisual__read {
    font-size: 1.4vw;
  }
}

.p-mainVisual__read-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 15.4vw;
  width: 100%;
}

.p-mainVisual__read-area .left-area {
  width: 50%;
  margin-bottom: 3rem;
}

.p-mainVisual__read-area .right-area {
  width: 48%;
  margin-top: 25px;
  padding-right: 8%;
}

.p-mainVisual__btn {
  margin-top: 24px;
}

.p-mainVisual__btn .c-btn {
  width: 160px;
  padding: 6px 5px;
}

@media only screen and (max-width: 1100px) {
  .p-mainVisual__title {
    padding-top: 6%;
    width: 50%;
  }
  .p-mainVisual__title img {
    width: 100%;
  }
  .p-mainVisual__read {
    margin-top: 10px;
  }
  .p-mainVisual__read-area {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-mainVisual__read-area .left-area {
    width: 100%;
    margin-bottom: 0;
  }
  .p-mainVisual__read-area .right-area {
    width: 100%;
    margin-top: 5vw;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-mainVisual {
    background: url(/wp/wp-content/themes/nn-tsushin/assets/img/index/bg_sp.jpg) no-repeat left top;
    background-size: 100%;
    /*
		&__subTitle {
			//width: ( 280 / 375 ) * 100vw;
			width: 100%;
			img {
				width: 100%;
			}
		}

		 */
  }
  .p-mainVisual__title {
    padding-top: 26%;
    width: 90.7vw;
  }
  .p-mainVisual__title img {
    width: 100%;
  }
  .p-mainVisual__read {
    font-size: 3.7vw;
    margin-top: 10px;
  }
  .p-mainVisual__read-area {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-mainVisual__read-area .left-area {
    width: 100%;
    margin-bottom: 0;
  }
  .p-mainVisual__read-area .right-area {
    width: 100%;
    margin-top: 5vw;
    padding: 0;
  }
  .p-mainVisual__btn .c-btn {
    margin: 0 auto;
  }
}

.p-indexNews ul {
  border-bottom: 1px solid #CCC;
}

.p-indexNews ul li {
  border-top: 1px solid #CCC;
}

.p-indexNews ul li a {
  display: flex;
  padding: 28px 0;
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_10.svg) no-repeat right 5px center;
  padding-right: 3.5rem;
  background-size: 14px;
}

.p-indexNews ul li a:hover {
  text-decoration: none;
  background-position: right center;
}

.p-indexNews ul li a:has(.icon-new), .p-indexNews ul li a:has(.tag-member) {
  position: relative;
  padding: 40px 0 28px;
  padding-right: 3.5rem;
}

.p-indexNews ul li a .icon-new {
  position: absolute;
  top: .7rem;
  left: 0;
}

.p-indexNews ul li a .icon-new + .tag-member {
  left: 4em;
}

.p-indexNews ul li a .tag-member {
  position: absolute;
  top: .7rem;
  left: 0;
}

.p-indexNews__area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-indexNews__area > * {
  width: 47%;
}

.p-indexNews__inner {
  /*
		max-height: 26em;
		overflow-y: auto;
		 */
}

.p-indexNews__inner.archive {
  max-height: inherit;
}

.p-indexNews__inner::-webkit-scrollbar {
  width: 16px;
  height: 10px;
}

.p-indexNews__inner::-webkit-scrollbar-track {
  border-radius: 60px;
  background: rgba(0, 54, 108, 0.06);
}

.p-indexNews__inner::-webkit-scrollbar-thumb {
  border-radius: 60px;
  background: rgba(0, 54, 108, 0.2);
}

.p-indexNews__day {
  width: 11.6em;
}

.p-indexNews__title {
  font-weight: bold;
  width: calc(100% - 11.6em);
}

.p-indexNews .c-btn {
  width: auto;
  max-width: 22rem;
  padding: 1.2rem 2.5rem 1.2rem 2rem;
  position: relative;
}

.p-indexNews .c-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_09.svg) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 1100px) {
  .p-indexNews__area {
    flex-direction: column;
  }
  .p-indexNews__area > * {
    width: 100%;
  }
  .p-indexNews__area > * + * {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .p-indexNews ul li a {
    display: block;
    padding: 18px 0 15px;
  }
  .p-indexNews ul li a .sp {
    display: inline-block !important;
  }
  .p-indexNews ul li a:has(.icon-new), .p-indexNews ul li a:has(.tag-member) {
    padding: 18px 0 15px;
  }
  .p-indexNews ul li a .icon-new {
    margin-right: 5px;
    position: relative;
    top: 0;
  }
  .p-indexNews ul li a .tag-member {
    position: relative;
    top: 0;
  }
  .p-indexNews__area {
    flex-direction: column;
  }
  .p-indexNews__area > * {
    width: 100%;
  }
  .p-indexNews__area > * + * {
    margin-top: 50px;
  }
  .p-indexNews__inner {
    /*
			max-height: 28em;
			&::-webkit-scrollbar {
				width: 10px;
			}
			 */
  }
  .p-indexNews__day {
    font-size: 3.5vw;
    width: 100%;
    line-height: 1.2;
  }
  .p-indexNews__title {
    font-size: 3.7vw;
    width: 100%;
    padding-right: 8%;
  }
}

.custom-arrow {
  /*
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #f00;
	z-index: -1;

	 */
}

.custom-arrow .custom-prev01,
.custom-arrow .custom-prev02 {
  position: absolute;
  top: 50%;
  left: -55px;
  cursor: pointer;
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_slide_left.svg) no-repeat left center;
  background-size: 100%;
  width: 39px;
  height: 75px;
  z-index: 1;
}

.custom-arrow .custom-prev01::before,
.custom-arrow .custom-prev02::before {
  content: none;
}

@media only screen and (max-width: 1580px) {
  .custom-arrow .custom-prev01,
  .custom-arrow .custom-prev02 {
    left: -45px;
    width: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .custom-arrow .custom-prev01,
  .custom-arrow .custom-prev02 {
    width: 21px;
    height: 42px;
    left: -2.5vw;
  }
}

.custom-arrow .custom-next01,
.custom-arrow .custom-next02 {
  position: absolute;
  top: 50%;
  right: auto;
  left: 76vw;
  cursor: pointer;
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_slide_right.svg) no-repeat left center;
  background-size: 100%;
  width: 39px;
  height: 75px;
  z-index: 1;
}

.custom-arrow .custom-next01::before,
.custom-arrow .custom-next02::before {
  content: none;
}

@media only screen and (max-width: 1920px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    left: 73vw;
  }
}

@media only screen and (max-width: 1830px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    left: 77vw;
  }
}

@media only screen and (max-width: 1580px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    left: 79vw;
    width: 30px;
  }
}

@media only screen and (max-width: 1390px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    left: 78vw;
  }
}

@media only screen and (max-width: 1310px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    left: 76vw;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    left: 74vw;
  }
}

@media only screen and (max-width: 1100px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    left: 72vw;
  }
}

@media only screen and (max-width: 1030px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    left: 70vw;
  }
}

@media only screen and (max-width: 960px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    left: 68vw;
  }
}

@media only screen and (max-width: 900px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    left: 66vw;
  }
}

@media only screen and (max-width: 768px) {
  .custom-arrow .custom-next01,
  .custom-arrow .custom-next02 {
    width: 21px;
    height: 42px;
    left: 89vw;
  }
}

.p-indexCase {
  width: 86vw;
  position: relative;
}

.p-indexCase .c-pager {
  display: none;
}

.p-indexCase .slick-list {
  padding: 10px;
  margin-left: -10px;
  position: relative;
  /*
		&:after {
			content: '';
			position: absolute;
			top: 10px;
			right: 88%;
			width: 25vw;
			height: calc(100% - 20px);
			background-image: linear-gradient(90deg, #fff 65%, transparent);
			z-index: 1;
			transition: .5s all;
		}
		&:hover {
			&:after {
				top: -8px;
				height: 100%;
			}
		}

		 */
}

.p-indexCase .slick-list:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 64vw;
  width: 25vw;
  height: calc(100% - 20px);
  background-image: linear-gradient(90deg, transparent, #fff 65%);
  z-index: 1;
}

.p-indexCase .slick-slide {
  height: auto;
}

.p-indexCase .slick-prev {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_slide_left.svg) no-repeat left center;
  background-size: 100%;
  width: 39px;
  height: 75px;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 1;
}

.p-indexCase .slick-prev::before {
  content: none;
}

.p-indexCase .slick-next {
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_slide_right.svg) no-repeat left center;
  background-size: 100%;
  width: 39px;
  height: 75px;
  left: 90%;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 1;
}

.p-indexCase .slick-next::before {
  content: none;
}

.p-indexCase .slick-track {
  margin-left: 0;
  display: flex;
}

.p-indexCase .slick-disabled {
  opacity: .5;
}

.p-indexCase > ul {
  display: block;
}

.p-indexCase > ul li {
  margin-right: 20px;
}

.p-indexCase > ul li a {
  display: block;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  height: 100%;
  background: #fff url(/wp/wp-content/themes/nn-tsushin/assets/img/common/arrow_01.svg) no-repeat right 12px bottom 12px;
}

.p-indexCase > ul li a:hover {
  text-decoration: none;
  transform: translateY(-8px);
  color: #000;
}

.p-indexCase > ul li a:hover img {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .p-indexCase {
    width: 120vw;
  }
  .p-indexCase .slick-list {
    left: 20px;
  }
  .p-indexCase .slick-list:before {
    left: 70vw;
    background-image: linear-gradient(90deg, transparent, #fff 85%);
  }
  .p-indexCase .slick-list:after {
    width: 20vw;
  }
  .p-indexCase .slick-prev {
    left: -34%;
    right: 0;
    margin: auto;
    width: 8.5vw;
    bottom: -70px;
  }
  .p-indexCase .slick-next {
    left: -15%;
    right: 0;
    margin: auto;
    width: 8.5vw;
    bottom: -70px;
  }
}

.c-topmovie {
  padding: 11px 20px 40px;
  min-height: 9em;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .c-topmovie {
    padding: 11px 8px 40px;
  }
}

.bg-section {
  background: #e9f4fa;
}

.position-relative {
  position: relative;
}

.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 70px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 5000;
}

.modal_container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal_container.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .modal_container {
    padding: 70px 0px;
  }
}

.modal_body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1024px;
  width: 90%;
}

.modal_close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  z-index: 1;
  /*
	&:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50px;
		width: 40px;
		height: 40px;
		background: #666;
		z-index: -1;
	}
	&:hover {
		&:before {
			background: rgba(0,72,49,.3);
		}
	}

	 */
}

.modal_open {
  position: relative;
  display: inline-block;
}

.modal_open::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.modal_open::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 15px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.modal_open:hover::before, .modal_open:hover::after {
  opacity: 1 !important;
}

.modal_content {
  text-align: left;
  border-radius: 10px;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.modal_content p + p {
  margin-top: 80px;
}

.modal_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .modal_content p + p {
    margin-top: 32px;
  }
}

/* --------------------------- */
/* 事例紹介 */
.p-caseHead {
  position: relative;
}

.p-caseHead__text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  height: 100%;
  width: 34%;
}

.p-caseHead__text-inner {
  position: relative;
  height: 100%;
  padding: 7%;
}

.p-caseHead__text-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00366C;
  mix-blend-mode: multiply;
}

.p-caseHead__title {
  position: relative;
  z-index: 2;
}

.p-caseHead__title h3 {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 1300px) {
  .p-caseHead__title h3 {
    font-size: 1.6vw;
  }
}

.p-caseHead__title small {
  font-size: 73%;
  display: block;
  line-height: 1.5;
  margin-top: 5px;
}

.p-caseHead__tag {
  position: relative;
  z-index: 2;
}

.p-caseHead__tag ul {
  display: flex;
  flex-wrap: wrap;
}

.p-caseHead__tag ul li {
  margin-right: 5px;
  margin-top: 4%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 35px;
  padding: 1px 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1100px) {
  .p-caseHead__tag ul li {
    font-size: 1.2vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-caseHead__text {
    position: relative;
    width: 100%;
    background-color: #00366C;
  }
  .p-caseHead__text-inner {
    padding: 5% 15px;
  }
  .p-caseHead__text-inner::before {
    content: none;
  }
  .p-caseHead__title h3 {
    font-size: 5.3vw;
    line-height: 1.4;
  }
  .p-caseHead__tag ul li {
    font-size: 3.5vw;
  }
}

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

.p-case__flex-left {
  width: 48.2%;
}

.p-case__flex-right {
  width: 48.2%;
}

.p-case__flex div:only-of-type {
  width: 100%;
}

.p-case__flex a {
  text-decoration: underline;
  color: #00366C;
}

.p-case__flex a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .p-case__flex {
    flex-wrap: wrap;
  }
  .p-case__flex-left {
    width: 100%;
  }
  .p-case__flex-right {
    width: 100%;
    margin-top: 20px;
  }
  .p-case__flex.sp-reverse .p-case__flex-left {
    order: 1;
    margin-top: 20px;
  }
  .p-case__flex.sp-reverse .p-case__flex-right {
    order: 0;
    margin-top: 0;
  }
}

.p-caseFirst {
  margin-top: 37px;
}

.p-caseFirst h4 {
  font-weight: bold;
  color: #00366C;
  font-size: 32px;
  font-size: 3.2rem;
}

@media only screen and (max-width: 1100px) {
  .p-caseFirst h4 {
    font-size: 2.9vw;
  }
}

.p-caseFirst p {
  margin-top: 27px;
}

@media only screen and (max-width: 768px) {
  .p-caseFirst {
    margin-top: 13px;
  }
  .p-caseFirst h4 {
    font-size: 5.6vw;
  }
  .p-caseFirst p {
    margin-top: 16px;
  }
}

.p-caseArea .p-case__flex-left {
  background-color: rgba(0, 54, 108, 0.06);
  padding: 3% 2.7%;
}

.p-caseArea__text01 {
  font-weight: bold;
  color: #00366C;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .p-caseArea__text01 {
    font-size: 1.8vw;
  }
}

.p-caseArea__text02 {
  margin-top: 10px;
}

.p-caseArea__text03 {
  width: 50%;
  font-weight: bold;
}

.p-caseArea__col01 {
  display: flex;
  margin-top: 30px;
}

.p-caseArea__img01 {
  width: 45%;
  margin-left: auto;
}

.p-caseArea__name ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-caseArea__name ul li {
  width: 48%;
  margin-top: 6px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1100px) {
  .p-caseArea__name ul li {
    font-size: 1.3vw;
  }
}

.p-caseArea__name ul li span {
  font-weight: 500;
}

.p-caseArea__name ul li span strong {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1100px) {
  .p-caseArea__name ul li span strong {
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-caseArea .p-case__flex-left {
    padding: 25px 15px;
  }
  .p-caseArea__text01 {
    font-size: 4.8vw;
  }
  .p-caseArea__text03 {
    width: 60%;
    font-size: 3.5vw;
  }
  .p-caseArea__img01 {
    width: 40%;
  }
  .p-caseArea__name ul li {
    font-size: 3.5vw;
  }
  .p-caseArea__name ul li span strong {
    font-size: 4.8vw;
  }
}

.p-caseContent01__title {
  background-color: #00366C;
  color: #fff;
  font-weight: bold;
  padding: 4px 20px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .p-caseContent01__title {
    font-size: 1.8vw;
  }
}

.p-caseContent01__list ul li {
  position: relative;
  padding: 22px 0 22px 1.2em;
  border-bottom: 1px solid #CCCCCC;
}

.p-caseContent01__list ul li::before {
  content: '■';
  color: #00366C;
  position: absolute;
  top: 22px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .p-caseContent01__title {
    background-color: inherit;
    color: #00366C;
    padding: 0;
    font-size: 4.8vw;
  }
  .p-caseContent01__list {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
  }
  .p-caseContent01__list ul li {
    padding: 10px 0 10px 1.2em;
  }
  .p-caseContent01__list ul li::before {
    top: 10px;
  }
}

.p-caseContent02 .p-case__flex-left {
  width: 65.5%;
}

.p-caseContent02 .p-case__flex-right {
  width: 30.8%;
}

.p-caseContent02__label {
  background-color: #00366C;
  color: #fff;
  font-weight: bold;
  padding: 2px 13px;
}

.p-caseContent02__list {
  margin-top: 20px;
}

.p-caseContent02__list ul li {
  position: relative;
  padding-left: 1.2em;
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1100px) {
  .p-caseContent02__list ul li {
    font-size: 1.4vw;
  }
}

.p-caseContent02__list ul li > div:nth-child(1) {
  margin-right: 5px;
}

.p-caseContent02__list ul li:nth-child(n+2) {
  margin-top: 8px;
}

.p-caseContent02__list ul li strong {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1100px) {
  .p-caseContent02__list ul li strong {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-caseContent02 .p-case__flex-left {
    width: 100%;
  }
  .p-caseContent02 .p-case__flex-right {
    width: 100%;
  }
  .p-caseContent02__label {
    padding: 5px 13px;
    font-size: 4.3vw;
  }
  .p-caseContent02__list ul li {
    font-size: 4vw;
  }
  .p-caseContent02__list ul li:nth-child(n+2) {
    margin-top: 12px;
  }
  .p-caseContent02__list ul li strong {
    font-size: 4vw;
  }
}

.p-caseContent09 {
  position: relative;
  padding: 60px 0;
  color: #fff;
  width: 890px;
  max-width: 100%;
  margin: auto;
}

.p-caseContent09::before {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #00366C;
}

.p-caseContent09__label {
  position: relative;
  z-index: 2;
  text-align: center;
}

.p-caseContent09__label p {
  display: inline-block;
  background-color: #fff;
  color: #00366C;
  font-weight: bold;
  border-radius: 6px;
  padding: 8px 19px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .p-caseContent09__label p {
    font-size: 1.8vw;
  }
}

.p-caseContent09__list {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.p-caseContent09__list li {
  font-weight: bold;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 35px;
}

@media only screen and (max-width: 1100px) {
  .p-caseContent09__list li {
    font-size: 1.8vw;
  }
}

.p-caseContent09__list li::before {
  content: '';
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/icon_02.svg) no-repeat left top;
  width: 26px;
  height: 20px;
  position: absolute;
  top: .3em;
  left: 0;
}

.p-caseContent09__list li:nth-child(n+2) {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .p-caseContent09 {
    padding: 30px 0;
  }
  .p-caseContent09__label p {
    font-size: 4.8vw;
  }
  .p-caseContent09__list li {
    font-size: 4.3vw;
  }
}

.p-caseContent11 {
  width: 65%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-caseContent11 {
    width: 100%;
  }
}

.p-caseFooterBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.p-caseFooterBtn > * {
  margin: 0 2rem 2rem;
  width: calc((100% - 12rem) / 3);
  padding: 14px;
}

.p-caseFooterBtn > *.c-btn--back {
  flex: none;
}

@media only screen and (max-width: 1280px) {
  .p-caseFooterBtn > * {
    width: calc((100% - 12rem) / 2);
  }
}

@media only screen and (max-width: 930px) {
  .p-caseFooterBtn {
    flex-direction: column;
  }
  .p-caseFooterBtn > * {
    margin: 0;
    width: 100%;
  }
  .p-caseFooterBtn > * + * {
    margin-top: 2rem;
  }
}

/* --------------------------- */
/* member */
.p-memberList {
  display: flex;
  justify-content: space-between;
}

.p-memberList__left {
  width: 48%;
}

.p-memberList__right {
  width: 48%;
}

.p-memberList__text01 {
  margin-top: 38px;
  margin-bottom: 6px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-memberList {
    display: block;
  }
  .p-memberList__left {
    width: 100%;
  }
  .p-memberList__right {
    width: 100%;
    margin-top: 50px;
  }
}

.p-memberLogin {
  width: 518px;
  max-width: 100%;
  margin: auto;
}

.p-memberLogin__text01 {
  text-align: center;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 1100px) {
  .p-memberLogin__text01 {
    font-size: 2.1vw;
  }
}

.p-memberLogin__text01 p {
  display: inline-block;
  background-color: #fff;
}

.p-memberLogin__form {
  margin-top: 32px;
  padding: 40px;
  background-color: rgba(0, 54, 108, 0.06);
}

.p-memberLogin__form .swpm-login-form-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-memberLogin__form .swpm-username-label {
  position: relative;
  width: 7em;
  margin-bottom: 20px;
}

.p-memberLogin__form .swpm-username-label::before {
  content: 'ログインID';
  position: absolute;
  top: 0;
  left: 0;
}

.p-memberLogin__form .swpm-username-label label {
  display: block;
  text-indent: -9999px;
  position: relative;
}

.p-memberLogin__form .swpm-username-input {
  width: calc(100% - 7em);
  margin-bottom: 20px;
}

.p-memberLogin__form .swpm-username-input input {
  width: 100%;
}

.p-memberLogin__form .swpm-password-label {
  position: relative;
  margin-bottom: 20px;
  width: 7em;
}

.p-memberLogin__form .swpm-password-input {
  width: calc(100% - 7em);
  margin-bottom: 20px;
}

.p-memberLogin__form .swpm-password-input input {
  width: 100%;
}

.p-memberLogin__form .swpm-remember-me {
  display: none;
}

.p-memberLogin__form .swpm-join-us-link {
  display: none;
}

.p-memberLogin__form .swpm-login-submit {
  width: 100%;
}

.p-memberLogin__form .swpm-login-form-submit {
  width: 280px;
  height: 50px;
  display: block;
  margin: auto;
  background: url(/wp/wp-content/themes/nn-tsushin/assets/img/common/btn_01.svg) no-repeat left top;
  background-size: 100%;
  border: none;
  box-shadow: none;
  text-indent: -99999px;
}

.p-memberLogin__form .swpm-login-form-submit:hover {
  opacity: .8;
  transition: .3s all;
}

.p-memberLogin__form .swpm-forgot-pass-link {
  width: 100%;
  text-align: center;
}

.p-memberLogin__form .swpm-login-action-msg {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.p-memberLogin__info {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .p-memberLogin__text01 {
    margin-top: 60px;
    font-size: 4vw;
  }
  .p-memberLogin__form {
    padding: 20px;
  }
}

.swpm-post-not-logged-in-msg {
  padding: 200px 0 40px;
  position: relative;
  width: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* --------------------------- */
/* membership */
.p-membership__box {
  text-align: center;
  color: #00366C;
  padding: 80px 0;
  margin-top: 24px;
  background-color: rgba(0, 54, 108, 0.06);
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .p-membership__box {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-membership__box {
    padding: 60px 0;
    font-size: 4.8vw;
  }
}

/* --------------------------- */
/* faq */
.p-faq + .p-faq {
  margin-top: 100px;
}

.p-faq__buttons {
  background-color: rgba(0, 54, 108, 0.06);
  font-weight: 500;
  position: relative;
  padding: 2rem;
  margin-bottom: 5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-faq__buttons p {
  color: #00366C;
}

.p-faq__buttons ul {
  display: flex;
  flex-wrap: wrap;
}

.p-faq__buttons ul li {
  margin-left: 2rem;
}

.p-faq__buttons a {
  color: #00366C;
  text-align: center;
  border-radius: 35px;
  padding: 1rem 3rem;
  background-color: #fff;
  width: 100%;
  min-width: 19rem;
  height: 100%;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}

.p-faq__category {
  background: #00366C;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1.8rem 1.5rem 2.0rem;
  line-height: 1;
}

.p-faq dl {
  border-bottom: 1px solid #CCC;
}

.p-faq dl dt, .p-faq dl dd {
  display: flex;
  align-items: flex-start;
}

.p-faq dl dt span, .p-faq dl dd span {
  background-color: #00366C;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 7px 2px;
  width: 4.6em;
  text-align: center;
  display: block;
}

.p-faq dl dt p, .p-faq dl dd p {
  margin-left: auto;
  width: calc(100% - 7.2em);
  margin-top: 0.4em;
}

.p-faq dl dt {
  border-top: 1px solid #CCC;
  padding: 28px 50px 28px 0;
  position: relative;
  cursor: pointer;
  /*＋、－切り替え*/
}

.p-faq dl dt::before, .p-faq dl dt::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #00366C;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.p-faq dl dt::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq dl dt.open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq dl dd {
  padding-bottom: 28px;
}

.p-faq dl dd span {
  background-color: #DDDDDD;
  color: #000;
}

@media only screen and (max-width: 1270px) {
  .p-faq__buttons {
    padding: 1.5rem 1.5rem 1rem;
    flex-direction: column;
  }
  .p-faq__buttons p {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .p-faq__buttons ul {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1130px) {
  .p-faq__buttons {
    padding: 1.5rem 1.5rem 1rem;
    flex-direction: column;
  }
  .p-faq__buttons p {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .p-faq__buttons ul {
    justify-content: space-between;
  }
  .p-faq__buttons ul li {
    margin-left: 0;
    margin-bottom: 1rem;
    width: 48%;
  }
  .p-faq__buttons a {
    min-width: inherit;
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-faq + .p-faq {
    margin-top: 50px;
  }
  .p-faq__buttons {
    padding: 1.5rem 1.5rem 1rem;
    flex-direction: column;
  }
  .p-faq__buttons p {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .p-faq__buttons ul {
    justify-content: space-between;
  }
  .p-faq__buttons ul li {
    margin-left: 0;
    margin-bottom: 1rem;
    width: 48%;
  }
  .p-faq__buttons a {
    min-width: inherit;
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .p-faq__category {
    font-size: 1.8rem;
    padding: 1.0rem 1.5rem 1.3rem;
  }
  .p-faq dl dt, .p-faq dl dd {
    display: block;
  }
  .p-faq dl dt p, .p-faq dl dd p {
    margin-top: 10px;
    width: 100%;
  }
  .p-faq dl dt {
    padding: 20px 50px 20px 0;
  }
  .p-faq dl dd {
    padding: 0 0 20px 0;
  }
}

/* --------------------------- */
/* archive */
.p-archive:not(.is-hide) + .p-archive:not(.is-hide) {
  margin-top: 100px;
}

.p-archive.is-hide {
  display: none;
}

.p-archive__title {
  margin-top: 35px;
}

.p-archive__title p {
  font-weight: bold;
  color: #fff;
  background-color: #00366C;
  border-radius: 5px;
  display: inline-block;
  padding: 4px 17px;
}

.p-archive__title h3 {
  margin-top: 10px;
  color: #00366C;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 1100px) {
  .p-archive__title h3 {
    font-size: 2.5vw;
  }
}

.p-archive__elem {
  margin-top: 55px;
  display: flex;
  flex-flow: column;
}

.p-archive__col01 {
  display: flex;
  align-items: center;
  order: 0;
}

.p-archive__day {
  border-radius: 5px;
  display: inline-block;
  padding: 4px 17px;
  border: 1px solid #00366C;
  font-weight: bold;
  color: #00366C;
  margin-right: 20px;
}

.p-archive__label {
  margin-bottom: 10px;
}

.p-archive__area {
  font-weight: bold;
  color: #00366C;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1100px) {
  .p-archive__area {
    font-size: 2.2vw;
  }
}

.p-archive__table {
  margin-top: 10px;
  order: 1;
}

.p-archive__movie {
  width: 65%;
  margin: 50px auto 0;
  order: 2;
}

.p-archive__movie-text01 {
  margin-top: 13px;
}

.p-archive__movie-text01 strong {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-archive__title h3 {
    font-size: 5.3vw;
  }
  .p-archive__col01 {
    display: block;
  }
  .p-archive__day {
    font-size: 3.5vw;
  }
  .p-archive__day br {
    display: none;
  }
  .p-archive__area {
    margin-left: 0;
    margin-top: 3px;
    font-size: 4.8vw;
  }
  .p-archive__table td p:nth-child(n+2) {
    margin-top: 5px;
  }
  .p-archive__movie {
    margin-top: 30px;
    width: 100%;
  }
}

.news-pagination-wrapper {
  text-align: center;
  padding: 40px 0;
}

.news-pagination-wrapper .pagination-next,
.news-pagination-wrapper .pagination-prev {
  display: inline-block;
  position: relative;
}

.news-pagination-wrapper .pagination-next:before,
.news-pagination-wrapper .pagination-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: #00366C;
  border-radius: 50%;
}

.news-pagination-wrapper .pagination-next:after,
.news-pagination-wrapper .pagination-prev:after {
  content: "";
  position: absolute;
  top: 25%;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.news-pagination-wrapper .pagination-next {
  padding-right: 40px;
}

.news-pagination-wrapper .pagination-next:before {
  right: 0;
}

.news-pagination-wrapper .pagination-next:after {
  right: 15px;
  transform: rotate(45deg);
}

.news-pagination-wrapper .pagination-prev {
  padding-left: 40px;
}

.news-pagination-wrapper .pagination-prev:before {
  left: 0;
}

.news-pagination-wrapper .pagination-prev:after {
  left: 15px;
  transform: rotate(-135deg);
}

.news-pagination-wrapper .pagination-prev + .pagination-next {
  margin-left: 8rem;
}

.category-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.category-buttons button {
  color: #00366C;
  display: block;
  text-align: center;
  border-radius: 35px;
  padding: .5em 1.3em;
  background-color: rgba(0, 54, 108, 0.1);
  margin-right: 1em;
  margin-bottom: 2em;
}

.category-buttons button.current, .category-buttons button:hover {
  background: #00366C;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .category-buttons {
    justify-content: space-between;
  }
  .category-buttons button {
    margin-right: 0;
    width: 30%;
    white-space: nowrap;
  }
}

/* --------------------------- */
/* Glossary */
@media only screen and (max-width: 768px) {
  .p-glossary .c-table tr th {
    padding: 2% 8px;
  }
}

/* --------------------------- */
/* Related laws & policies */
.p-related ul {
  border-bottom: 1px solid #CCC;
}

.p-related ul + .c-heading03 {
  margin-top: 80px;
}

.p-related ul li {
  border-top: 1px solid #CCC;
  padding: 24px 0;
}

.p-related ul li p {
  margin-top: 8px;
}

.p-related__tag {
  color: #fff;
  background-color: #21B5D8;
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
  padding: 0 15px;
  margin-left: 12px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1100px) {
  .p-related__tag {
    font-size: 1.4vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-related ul li {
    padding: 10px 0;
  }
  .p-related__tag {
    font-size: 3.2vw;
  }
}

/* --------------------------- */
/* about */
.p-about__col01 {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}

.p-about__col01-left {
  width: 39%;
}

.p-about__col01-right {
  width: 58%;
}

.p-about__img01 {
  width: 83%;
  margin: auto;
}

.p-about__img01 img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-about__col01 {
    display: block;
  }
  .p-about__col01-left {
    width: 100%;
  }
  .p-about__col01-right {
    width: 100%;
    margin-top: 20px;
  }
  .p-about__img01 {
    width: 100%;
  }
}

/* --------------------------- */
/* Glossary */
.p-inquiry__box {
  padding: 30px;
  margin-top: 20px;
  background-color: rgba(0, 54, 108, 0.06);
}

.p-inquiry__box p {
  font-weight: 500;
  /*
			&:nth-child(2) {
				font-weight: bold;
				color: $KEY_COLOR;
				@include font-size-vw(20);
				a {
					color: $KEY_COLOR;
					@include font-size-vw(32);
				}
			}
			*/
}

.p-inquiry__tel {
  font-weight: bold !important;
  color: #00366C;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .p-inquiry__tel {
    font-size: 1.8vw;
  }
}

.p-inquiry__tel a {
  color: #00366C;
  font-size: 32px;
  font-size: 3.2rem;
}

@media only screen and (max-width: 1100px) {
  .p-inquiry__tel a {
    font-size: 2.9vw;
  }
}

.p-inquiry__member {
  display: flex;
  align-items: center;
}

.p-inquiry__btn {
  display: flex;
  justify-content: center;
}

.p-inquiry__btn-column .c-btn {
  width: 19em;
}

.p-inquiry__btn-column p {
  margin-top: 5px;
  color: #00366C;
}

.p-inquiry__btn-column:nth-child(n+2) {
  margin-left: 7%;
}

@media only screen and (max-width: 768px) {
  .p-inquiry__box {
    padding: 20px;
    /*
			p {
				&:nth-child(2) {
					@include font-size-sp(15);
					margin-top: 20px;
					a {
						@include font-size-sp(24);
					}
				}
			}
			*/
  }
  .p-inquiry__tel {
    font-size: 4vw;
    margin-top: 20px;
  }
  .p-inquiry__tel a {
    font-size: 6.4vw;
  }
  .p-inquiry__member {
    display: block;
  }
  .p-inquiry__member-label {
    margin-bottom: 5px;
  }
  .p-inquiry__btn {
    display: block;
    margin-top: 30px;
  }
  .p-inquiry__btn-column .c-btn {
    width: 19em;
  }
  .p-inquiry__btn-column:nth-child(n+2) {
    margin-left: 0;
    margin-top: 30px;
  }
}

/* --------------------------- */
/* 技術・製品情報 */
.p-productModal__tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
}

.p-productModal__tag span {
  margin-right: 5px;
  margin-top: 4px;
  color: #fff;
  background-color: #00366C;
  border-radius: 35px;
  padding: 3px 12px;
}

.p-productModal__tag p {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.p-productModal__title {
  font-weight: bold;
  border-bottom: 1px solid #00366C;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 32px;
  font-size: 3.2rem;
}

@media only screen and (max-width: 1100px) {
  .p-productModal__title {
    font-size: 2.9vw;
  }
}

.p-productModal__col01 {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}

.p-productModal__col01-left {
  width: 48%;
}

.p-productModal__col01-right {
  width: 49.8%;
  margin-top: 20px;
}

.p-productModal__col01 .c-articleList__text03 strong {
  margin-top: 17px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1100px) {
  .p-productModal__col01 .c-articleList__text03 strong {
    font-size: 1.6vw;
  }
}

.p-productModal__table {
  margin-top: 30px;
}

.p-productModal__btn {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .p-productModal__title {
    font-size: 6.7vw;
  }
  .p-productModal__col01 {
    display: block;
  }
  .p-productModal__col01-left {
    width: 100%;
  }
  .p-productModal__col01-right {
    width: 100%;
  }
  .p-productModal__col01 .c-articleList__text03 strong {
    font-size: 4.3vw;
  }
  .p-productModal__table tr {
    display: block;
    width: 100%;
  }
  .p-productModal__table tr th {
    display: block;
    width: 100% !important;
  }
  .p-productModal__table tr td {
    display: block;
    width: 100% !important;
  }
}

/* --------------------------- */
/* seminar */
.p-seminarList ul {
  border-bottom: 1px solid #CCC;
}

.p-seminarList ul li {
  border-top: 1px solid #CCC;
  padding: 20px 0;
}

.p-seminarList__tag {
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 2px 6px;
  background-color: #909090;
  font-weight: bold;
  margin-right: 8px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1100px) {
  .p-seminarList__tag {
    font-size: 1.2vw;
  }
}

.p-seminarList__tag--comingsoon {
  background-color: #FF0000;
}

@media only screen and (max-width: 768px) {
  .p-seminarList ul li {
    padding: 15px 0;
  }
  .p-seminarList__tag {
    font-size: 3.5vw;
  }
  .p-seminarList__col01 {
    margin-top: 10px;
  }
}

.p-seminarArticle__head h3 {
  font-weight: bold;
  color: #00366C;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 1100px) {
  .p-seminarArticle__head h3 {
    font-size: 2.5vw;
  }
}

.p-seminarArticle__table td p strong {
  display: block;
}

.p-seminarArticle__table td p + p {
  margin-top: 18px;
}

.p-seminarArticle__info > ul > li:nth-child(n+2) {
  margin-top: 25px;
}

.p-seminarArticle__info > ul > li strong {
  font-weight: 400;
}

.p-seminarArticle__info > ul > li:before {
  content: '●';
  color: rgba(0, 0, 0, 0.2);
}

.p-seminarArticle__info > ul > li ul {
  padding-left: 1em;
}

.p-seminarArticle__info > ul > li ol {
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .p-seminarArticle__head h3 {
    font-size: 5.9vw;
  }
}

/* --------------------------- */
/* news */
.p-news__head-title {
  font-weight: bold;
  color: #00366C;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 1100px) {
  .p-news__head-title {
    font-size: 2.5vw;
  }
}

.p-news__body {
  margin-top: 50px;
}

.p-news__body p + p {
  margin-top: 1em;
}

.p-news__body .wp-element-caption {
  text-align: center;
}

.p-news__body h2 {
  font-weight: bold;
  color: #00366C;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .p-news__body h2 {
    font-size: 1.8vw;
  }
}

.p-news__body h3 {
  color: #00366C;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
  .p-news__body h3 {
    font-size: 1.8vw;
  }
}

.p-news__body .wp-block-image img {
  display: block;
  margin: auto;
}

.p-news__body .wp-block-table th {
  font-weight: bold;
  background-color: rgba(0, 54, 108, 0.3);
  padding: 1% 20px;
  border: 1px solid #fff;
}

.p-news__body .wp-block-table td {
  background-color: rgba(0, 54, 108, 0.06);
  border: 1px solid #fff;
  padding: 1.5% 20px;
}

.p-news__body ul > li {
  padding-left: 1.2em;
  position: relative;
}

.p-news__body ul > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.p-news__body ol {
  counter-reset: counter02;
}

.p-news__body ol > li {
  position: relative;
  padding-left: 1.2em;
}

.p-news__body ol > li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: counter02;
  content: counter(counter02) ".";
}

.p-news__body-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.75em;
}

.p-news__body-btns > li {
  padding: 0 !important;
}

.p-news__body-btns > li:before {
  content: none !important;
}

.p-news__body-btns > li + li {
  margin-left: 10px;
}

.p-news__body-btns > li a {
  display: block;
  text-align: center;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  background-color: #00366C;
  border: 1px solid #00366C;
  border-radius: 35px;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .p-news__head-title {
    font-size: 6.4vw;
  }
  .p-news__body h2 {
    font-size: 5.3vw;
  }
  .p-news__body h3 {
    font-size: 5.3vw;
  }
  .p-news__body-btns > li {
    width: 100%;
  }
  .p-news__body-btns > li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .p-news__body-btns > li a {
    display: inline-block;
  }
}

/* --------------------------- */
/* Googleカスタム検索の結果画面 */
.gsc-selected-option-container {
  max-width: inherit !important;
}

/* ---------------------------- */
/* --------------------------- */
/* text */
.u-text-strong {
  font-weight: bold;
}

.u-text-italic {
  font-style: italic;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-min {
  font-size: 85%;
}

.u-text-nolink {
  pointer-events: none;
}

.u-text-decoration {
  text-decoration: underline;
}

.u-text-color-key {
  color: #00366C;
}

.u-text-link {
  color: #00366C;
  text-decoration: underline;
}

.u-text-link:hover {
  text-decoration: none;
}

.u-text-icon-new {
  background: #f00;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 2px 0.5em 4px;
}

.u-label, .icon-new {
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 2px 6px;
  background-color: #FF0000;
  font-weight: bold;
  margin-right: 8px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1100px) {
  .u-label, .icon-new {
    font-size: 1.2vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-label, .icon-new {
    font-size: 3.5vw;
  }
}

/* --------------------------- */
/* margin */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

@media only screen and (max-width: 768px) {
  .spmt0 {
    margin-top: 0px !important;
  }
  .spmt5 {
    margin-top: 5px !important;
  }
  .spmt10 {
    margin-top: 10px !important;
  }
  .spmt15 {
    margin-top: 15px !important;
  }
  .spmt20 {
    margin-top: 20px !important;
  }
  .spmt25 {
    margin-top: 25px !important;
  }
  .spmt30 {
    margin-top: 30px !important;
  }
  .spmt35 {
    margin-top: 35px !important;
  }
  .spmt40 {
    margin-top: 40px !important;
  }
  .spmt45 {
    margin-top: 45px !important;
  }
  .spmt50 {
    margin-top: 50px !important;
  }
  .spmt55 {
    margin-top: 55px !important;
  }
  .spmt60 {
    margin-top: 60px !important;
  }
  .spmt65 {
    margin-top: 65px !important;
  }
  .spmt70 {
    margin-top: 70px !important;
  }
  .spmt75 {
    margin-top: 75px !important;
  }
  .spmt80 {
    margin-top: 80px !important;
  }
  .spmt85 {
    margin-top: 85px !important;
  }
  .spmt90 {
    margin-top: 90px !important;
  }
  .spmt95 {
    margin-top: 95px !important;
  }
  .spmt100 {
    margin-top: 100px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 768px) {
  .spmb0 {
    margin-bottom: 0px !important;
  }
  .spmb5 {
    margin-bottom: 5px !important;
  }
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb15 {
    margin-bottom: 15px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb25 {
    margin-bottom: 25px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb35 {
    margin-bottom: 35px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb45 {
    margin-bottom: 45px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb55 {
    margin-bottom: 55px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
  .spmb65 {
    margin-bottom: 65px !important;
  }
  .spmb70 {
    margin-bottom: 70px !important;
  }
  .spmb75 {
    margin-bottom: 75px !important;
  }
  .spmb80 {
    margin-bottom: 80px !important;
  }
  .spmb85 {
    margin-bottom: 85px !important;
  }
  .spmb90 {
    margin-bottom: 90px !important;
  }
  .spmb95 {
    margin-bottom: 95px !important;
  }
  .spmb100 {
    margin-bottom: 100px !important;
  }
}

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