@charset "UTF-8";
/*! html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input, select {
  vertical-align: middle;
}

img,
object,
embed {
  vertical-align: top;
}

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

html {
  font-size: 14px;
}

body {
  background-color: #fff;
  color: #555;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "M+ 1p", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

input, textarea, button, pre {
  font-family: "メイリオ", Meiryo, "M+ 1p", sans-serif;
}

input, textarea {
  font-size: 1rem;
}

:placeholder-shown,
::-webkit-input-placeholder {
  color: rgba(66, 105, 137, 0.3);
}

small {
  font-size: 87.5%;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

a:link {
  color: #555;
  text-decoration: none;
}

a:visited {
  color: #555;
}

a:hover {
  color: #555;
}

a:active {
  color: #555;
}

canvas {
  vertical-align: bottom;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

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

video {
  position: relative;
  vertical-align: top;
  width: 100%;
}

strong {
  font-weight: bold;
}

a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

area {
  outline: none;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:active,
button:focus,
button:active > span,
button:focus > span {
  position: relative;
}

article h4 {
  margin-bottom: 0.4304160689%;
  font-weight: bold;
}

article p, article dl, article ul, article ol {
  margin-bottom: 4.5911047346%;
}

article dd {
  margin-bottom: 0.8608321377%;
  padding-left: 3.8737446198%;
}

article ul, article ol {
  padding-left: 3.8737446198%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "slick";
  src: url("../fonts/slick.ttf");
}

.l-main {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
}

.l-margintop {
  margin-top: 80px;
}

.l-duomargin {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.l-marginbottom {
  margin-bottom: 10px;
  padding: 0 20px;
}

.l-form {
  width: 100%;
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 16px;
}

.btn-link {
  display: block;
  width: 154px;
  height: 36px;
  font-size: 0.9285714286rem;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #aaa;
  border-radius: 18px;
  line-height: 34px;
  margin: 0 0 10px auto;
  text-decoration: none !important;
  cursor: pointer;
}

.btn-link:hover {
  color: #FFF;
  background-color: #ccc;
}

@media (min-width: 768px) {
  .btn-link {
    width: 200px;
    height: 48px;
    font-size: 1.1428571429rem;
    border-radius: 24px;
    line-height: 46px;
  }
}



.btn-pdfdl {
  display: block;
  width: 225px;
  height: 28px;
  color: #F19E9D !important;
  font-size: 0.7142857143rem;
  text-align: center;
  line-height: 26px;
  background-color: #FFF;
  border: 1px solid #F19E9D;
  border-radius: 14px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

@media (min-width: 544px) {
  .btn-pdfdl {
    width: 300px;
    height: 28px;
    font-size: 0.8571428571rem;
    line-height: 26px;
    border-radius: 14px;
  }
}

@media (min-width: 768px) {
  .btn-pdfdl {
    width: 435px;
    height: 28px;
    font-size: 1.0714285714rem;
    line-height: 26px;
    border-radius: 14px;
  }
}

.btn-confirm {
  display: block;
  width: 190px;
  height: 40px;
  color: #ED8685 !important;
  font-size: 1.1428571429rem;
  text-align: center;
  line-height: 40px;
  background-color: #FFF;
  border: 1px solid #ED8685;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.btn-confirm:hover {
  color: #FFF !important;
  background-color: #ED8685 !important;
}

.btn-correction {
  display: block;
  width: 190px;
  height: 40px;
  color: #808080 !important;
  font-size: 1.1428571429rem;
  text-align: center;
  line-height: 40px;
  background-color: #FFF;
  border: 1px solid #808080;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.btn-correction:hover {
  color: #FFF !important;
  background-color: #808080 !important;
}

.icon-dialysis {
  display: inline-block;
  background: no-repeat center top;
}

.icon-dialysis {
  width: 19px;
  height: 34px;
  background-image: url(../images/icon_dialysis.png);
}

.m-input, .m-input-area {
  width: 100%;
  height: 24px;
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #808080;
  border-radius: 4px;
}

.m-input-area {
  height: 240px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .m-input, .m-input-area {
    width: 600px;
    height: 24px;
    border: 1px solid #808080;
    border-radius: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-input-area {
    height: 240px;
    padding-top: 10px;
  }
}

.m-input:focus, .m-input-area:focus {
  border-color: #4289fb;
  -webkit-box-shadow: 0 0 5px #4289fb;
          box-shadow: 0 0 5px #4289fb;
  outline: none;
}

.txt-headline {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 26px;
  padding-top: 20px;
}

.txt-slidtext {
  font-size: 1.5714285714rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.txt-subtitle {
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 26px;
}

.txt-name {
  font-size: 1.2857142857rem;
  font-weight: bold;
}

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

.txt-bold {
  font-weight: bold;
}

.txt-shadow {
  text-shadow: 1px 2px 0 #cccccc;
}

.is-red {
  color: RED;
}

.is-pink {
  color: #C65596;
}

.is-green {
  color: #4fb233;
}

.is-yellow {
  color: #f5c53a;
}

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

.txt-corp {
  font-size: 1.7142857143rem;
  padding-bottom: 10px;
}

.txt-zip {
  font-size: 1rem;
  line-height: 1.3;
}

.txt-license {
  font-size: 0.7857142857rem;
}

.txt-copyright {
  font-size: 0.6428571429rem;
  text-align: right;
}

.txt-big {
  font-size: 1.4285714286rem;
}

.txt-indent {
  text-indent: 1em;
}

.txt-openline {
  margin-top: 1em;
}

.rubyposition_under {
  display: inline-block;
}

.rubyposition_under ruby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
  /* この指定は text-align-last を IE に対応させるために必要 */
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.u-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .u-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.u-field .field-ttl, .u-field .field-ttl-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .u-field .field-ttl, .u-field .field-ttl-top {
    -ms-flex-item-align: center;
        align-self: center;
    width: 150px;
    margin-bottom: 0;
  }
}

.u-field .field-ttl-top {
  padding-top: 5px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.u-field .field-ttl.is-required::after, .u-field .is-required.field-ttl-top::after {
  content: "*";
  display: inline-block;
  color: #ED8685;
  font-size: 0.9285714286rem;
  content: "*";
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.u-field .field-btn {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}

@media (min-width: 768px) {
  .u-field .field-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-field label.error {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #f44336;
  font-size: 12px;
  text-align: right;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.u-field .field-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.u-hero {
  position: relative;
  top: 0;
  width: auto;
  height: 100%;
  text-align: center;
}

.u-hero img {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-hero .hero-box {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100px;
  height: 175px;
  z-index: 20;
  background-color: #FFF7;
  background-image: url(../images/pic_cap.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .u-hero {
    position: relative;
    top: 0;
    width: auto;
    height: 100%;
    text-align: center;
  }
  .u-hero img {
    width: 100%;
    max-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .u-hero .hero-box {
    width: 260px;
    height: 450px;
    z-index: 20;
    background-color: #FFF7;
    background-image: url(../images/pic_cap.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.u-ttlimage {
  max-width: 400px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-right:0px;
  margin-left: 445px;
}

.u-title {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .u-title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.u-explanation {
  width: 70%;
  background-color: #ffeeee;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
}

.u-hide {
  display: none;
}

.u-button {
  margin-right: 20px;
}

.u-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-double .double-item {
  width: 100%;
  max-width: 500px;
  margin: 20px;
}

.u-double .item-fb {
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .u-double .item-fb {
    width: 500px;
    padding-left: 0;
    padding-right: 0;
  }
}

.u-duo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-duo .duo-left {
  margin-right: 20px;
  margin-left: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.u-duo .duo-right {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.u-duo .duo-text {
  margin-right: 20px;
  margin-left: 20px;
}

.u-duo .duo-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-duo .duo-pic .duo-pic-margin {
  margin-left: 10px;
}

.u-duo .duo-pic img {
  max-width: 150px;
}

@media (min-width: 768px) {
  .u-duo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.u-duo .duo-left {
  margin-right: 12px;
  max-width: 420px;
  height: auto;
}

.u-duo .duo-right {
  margin-left: 12px;
}

.u-duo .duo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.u-duo .duo-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-duo .duo-pic img {
  max-width: 150px;
}

.u-duo-rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-duo-rev .duo-left {
  margin-right: 20px;
  margin-left: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.u-duo-rev .duo-right {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .u-duo-rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .u-duo-rev .duo-left {
    margin-right: 12px;
    max-width: 420px;
  }
  .u-duo-rev .duo-right {
    margin-left: 12px;
  }
}

.u-duo-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-duo-pic .duo-left {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .u-duo-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-duo-pic .duo-left {
    margin-right: 12px;
    max-width: 420px;
  }
}

.u-triple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.u-triple .triple-text {
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .u-triple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 60px;
  }
  .u-triple .triple-text {
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-news {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.u-news .news-title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #666;
  margin-bottom: 6px;
}

.u-news .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-news .news-item .news-time {
  padding: 6px 24px;
}

.u-news .news-item .news-text {
  padding-left: 24px;
}

@media (min-width: 768px) {
  .u-news {
    width: 100%;
    padding-top: 60px;
    margin-bottom: 60px;
    padding-left: 94px;
    padding-right: 94px;
  }
  .u-news .news-title {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #666;
    margin-bottom: 6px;
  }
  .u-news .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-news .news-item .news-time {
    padding: 6px 24px;
  }
  .u-news .news-item .news-text {
    padding-left: 0;
  }
}

.u-jump {
  display: block;
  padding-top: 120px;
  margin-top: -40px;
}

.u-info {
  background-color: #252A2C;
  padding: 24px;
  color: #FFF;
}

.u-info .info-corp {
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
}

.u-info .info-license {
  margin-top: 20px;
  margin-bottom: 10px;
}

.u-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.u-case .case-item {
  max-width: 380px;
}

.u-case .case-item .case-thumbnail {
  overflow: hidden;
}

.u-case .case-item .case-thumbnail img {
  width: 380px;
  height: 240px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.u-case .case-item .case-thumbnail img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.u-case .case-fence {
  padding: 16px;
}

.u-case .case-fence .case-title {
  font-size: 1.2857142857rem;
}

.u-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #555;
}

.u-shop .shop-item {
  width: 380px;
  margin: 10px;
}

.u-shop .shop-item .shop-thumbnail {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.u-shop .shop-item .shop-thumbnail img {
  width: auto;
  height: 240px;
}

.u-shop .shop-fence {
  padding: 16px;
}

.u-shop .shop-fence .shop-title {
  font-size: 1.2857142857rem;
  font-weight: bold;
}

.u-googlemap {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.u-googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-activity {
  margin: 20px;
}

.u-activity .activity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-activity .activity-text {
  width: 100%;
  background-color: #F0F3F5;
  padding: 24px 40px;
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
}

.u-activity .activity-text h4 {
  font-weight: bold;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .u-activity {
    margin: 20px;
  }
  .u-activity .activity-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-activity .activity-text {
    background-color: #F0F3F5;
    padding: 24px 40px;
    margin-top: 0px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .u-activity .activity-text h4 {
    font-weight: bold;
    padding-bottom: 10px;
  }
}

.u-otherpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-otherpr .otherpr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  margin-bottom: 20px;
}

.u-otherpr .otherpr-text {
  background-color: #F0F3F5;
  width: 100%;
  padding: 24px 40px;
  margin-left: 25px;
}

.u-otherpr .otherpr-text h4 {
  font-weight: bold;
  padding-bottom: 10px;
}

.u-back {
  text-align: center;
  margin-top: 30px;
  font-size: 1.0714285714rem;
}

.u-back a {
  color: #ED8685;
}

.u-overview, .u-overview-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.u-overview .overview-image, .u-overview-left .overview-image {
  margin-right: 0;
}

.u-overview .overview-image-left, .u-overview-left .overview-image-left {
  margin-left: 0;
}

.u-overview .overview-item, .u-overview-left .overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-overview .overview-content, .u-overview-left .overview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  padding: 10px;
}

.u-overview .overview-content img, .u-overview-left .overview-content img {
  background-size: 100%;
  max-width: 300px;
}

.u-overview .overview-text, .u-overview-left .overview-text {
  margin-top: 80px;
}

.u-overview .overview-content-left, .u-overview-left .overview-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.u-overview .overview-content-left img, .u-overview-left .overview-content-left img {
  background-size: 100%;
}

@media (min-width: 768px) {
  .u-overview, .u-overview-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
  }
  .u-overview .overview-image, .u-overview-left .overview-image {
    min-width: 280px;
    margin-right: 30px;
  }
  .u-overview .overview-image-left, .u-overview-left .overview-image-left {
    min-width: 280px;
    margin-left: 30px;
  }
  .u-overview .overview-item, .u-overview-left .overview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-overview .overview-content, .u-overview-left .overview-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 560px;
    margin-right: 50px;
  }
  .u-overview .overview-content img, .u-overview-left .overview-content img {
    background-size: 100%;
    max-width: 400px;
  }
  .u-overview .overview-text, .u-overview-left .overview-text {
    margin-top: 80px;
  }
  .u-overview .overview-content-left, .u-overview-left .overview-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 560px;
    margin-left: 50px;
  }
  .u-overview .overview-content-left img, .u-overview-left .overview-content-left img {
    background-size: 100%;
  }
  .u-overview .overview-line, .u-overview-left .overview-line {
    width: 24px;
    min-height: 556px;
    background-color: #d66ca6;
  }
  .u-overview .overview-line-yellow, .u-overview-left .overview-line-yellow {
    width: 24px;
    min-height: 556px;
    background-color: #f5c53a;
  }
  .u-overview .overview-line-green, .u-overview-left .overview-line-green {
    width: 24px;
    min-height: 556px;
    background-color: #4fb233;
  }
}

.u-overview-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .u-overview-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* スライドショー */
.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.is-hide {
  display: none;
}

.fadeIn_left {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn_left.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn_right.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*スライダー部分*/
.slider {
  margin: 0 auto;
  width: 90%;
}

.slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

/*ナビメニュー部分 */
.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 20px;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  font-size: 14px;
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
}

#top-head a,
#top-head {
  color: #555;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  font-size: 36px;
  font-family: sans-serif;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

#global-nav ul li {
  float: left;
  position: relative;
}

#global-nav ul li :last-child {
  padding-right: 40px;
}

#global-nav ul li a {
  padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: -20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
  background: #0062B8;
  bottom: -20px;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  padding-left: -20px;
  padding-right: -20px;
  height: 60px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed img {
  width: 70%;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
  bottom: -10px;
}

#top-head.fixed #global-nav ul li:hover:after {
  background: #0062B8;
  bottom: -10px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 768px) {
  #main-visual {
    height: 300px;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #top-head img,
  .inner img {
    max-width: 170px;
    padding-left: 20px;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    padding-right: 0;
    background: transparent;
  }
  #top-head.fixed img {
    max-width: 170px;
    padding-left: 20px;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:after {
    display: none;
  }
  #global-nav ul li:hover {
    background-color: #999;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

#drawer-navigation {
  display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute !important;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: 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: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}


