@charset "UTF-8";
/*------------------------------------------------
  COMMON(SP)
------------------------------------------------*/
/*リセット
/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
  vertical-align: baseline; }

/* common
-----------------------*/
html {
  scroll-padding-top: 16vw; }

body {
  margin: 0;
  background-color: #ffffff; }

.page {
  margin: 0; }

a {
  text-decoration: none; }
  a:visited {
    color: none; }

.jcS {
  justify-content: flex-start; }

.jcB {
  justify-content: space-between; }

.jcE {
  justify-content: flex-end; }

h1 {
  font-size: 6.4vw;
  text-align: center; }

h2 {
  font-size: 4.8vw;
  text-align: center;
  margin: 2.6666666667vw 0;
  position: relative; }

.white {
  color: #ffffff; }

html {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif,"游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝",serif;
  color: #444444;
  line-height: 1.8; }

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; }

.content {
  width: 100vw;
  margin: 0 auto; }
  .content .breadcrumbs {
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-bottom: 2.6666666667vw; }
    .content .breadcrumbs .upper {
      color: #036eb8;
      margin-right: 4vw; }
    .content .breadcrumbs .under {
      padding-left: 4vw;
      padding-right: 4vw;
      border-left: 1px solid #939393; }

.breadcrumbs {
  font-size: 3.4666666667vw;
  color: #444444; }

/* header
-----------------------*/
#masthead {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
  background-color: #fff;
  color: #000;
  height: 16vw; }
  #masthead .masthead-inner {
    max-width: 100vw;
    height: 16vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #masthead .masthead-inner .site-branding {
      width: auto;
      height: 10.6666666667vw;
      padding-left: 5.0666666667vw;
      display: flex;
      align-items: center; }
      #masthead .masthead-inner .site-branding .white {
        height: 100%;
        display: none; }
      #masthead .masthead-inner .site-branding .color {
        height: 100%;
        display: flex;
        opacity: 1;
        transition: 0.5s; }
      #masthead .masthead-inner .site-branding .site-title {
        font-size: 5.8666666667vw;
        line-height: 7.4666666667vw;
        font-family: "Noto Serif JP", serif;
        font-weight: 500; }
        #masthead .masthead-inner .site-branding .site-title .font {
          display: block;
          font-size: 3.7333333333vw;
          line-height: 3.7333333333vw; }
    #masthead .masthead-inner .main-navigation {
      width: auto;
      font-family: "Noto Serif JP", serif; }
      #masthead .masthead-inner .main-navigation .menu .menu-index .menu-link {
        color: #000; }
      #masthead .masthead-inner .main-navigation .menu {
        display: flex;
        width: 100%;
        height: 100%;
        margin-top: 0;
        background-color: rgba(255, 255, 255, 0.95);
        position: fixed;
        z-index: 99;
        right: -100%;
        transition: 0.3s ease-in-out;
        padding: 8vw 5.3333333333vw 64vw;
        font-size: 4vw;
        flex-wrap: wrap; }
        #masthead .masthead-inner .main-navigation .menu .menu-info-sp {
          width: 100%;
          height: 16vw;
          box-sizing: border-box;
          list-style: none;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 5.3333333333vw;
          padding: 0; }
          #masthead .masthead-inner .main-navigation .menu .menu-info-sp .menu-info-sp-link {
            color: #fff; }
        #masthead .masthead-inner .main-navigation .menu .menu-index {
          width: 44.5333333333vw;
          height: 10.6666666667vw;
          box-sizing: border-box;
          list-style: none;
          text-align: left;
          padding: 0; }
          #masthead .masthead-inner .main-navigation .menu .menu-index:nth-child(5) {
            margin-bottom: 32vw; }
          #masthead .masthead-inner .main-navigation .menu .menu-index:nth-child(6) {
            margin-bottom: 32vw; }
          #masthead .masthead-inner .main-navigation .menu .menu-index:nth-child(8) {
            display: none; }
          #masthead .masthead-inner .main-navigation .menu .menu-index:nth-child(7), #masthead .masthead-inner .main-navigation .menu .menu-index:nth-child(9) {
            margin-bottom: 13.3333333333vw; }
          #masthead .masthead-inner .main-navigation .menu .menu-index.current .menu-link {
            background-color: #00ff00;
            color: #444444; }
          #masthead .masthead-inner .main-navigation .menu .menu-index .menu-link {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-weight: normal;
            position: relative; }
            #masthead .masthead-inner .main-navigation .menu .menu-index .menu-link:after {
              content: "";
              position: absolute;
              left: 0;
              bottom: 0;
              width: 0;
              height: 1.0666666667vw;
              z-index: 1;
              transition: all 0.5s; }
            #masthead .masthead-inner .main-navigation .menu .menu-index .menu-link:hover:after {
              width: 100%; }
          #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu {
            height: fit-content;
            justify-content: flex-start;
            position: relative;
            top: 0.8vw;
            left: 2.1333333333vw;
            box-shadow: none; }
            #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu .sub-menu-index {
              width: 44.5333333333vw;
              height: 7.4666666667vw;
              font-size: 3.4666666667vw;
              line-height: 3.7333333333vw;
              font-family: "Noto Serif JP", serif;
              font-weight: 400;
              position: relative; }
              #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu .sub-menu-index:last-child {
                display: inherit; }
              #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu .sub-menu-index .sub-menu-link {
                align-items: center;
                justify-content: flex-start;
                padding-left: 4.2666666667vw;
                color: #000;
                font-weight: normal;
                position: relative; }
                #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu .sub-menu-index .sub-menu-link::before {
                  content: "";
                  width: 2.1333333333vw;
                  height: 2.1333333333vw;
                  border-top: 1px solid #000;
                  border-right: 1px solid #000;
                  background: none;
                  transform: rotate(45deg);
                  position: absolute;
                  left: 0;
                  top: calc(50% - 4px); }
          #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu-bg {
            width: 100%;
            height: 36vw;
            position: relative;
            left: 0;
            top: 0; }
            #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu-bg .sub-menu-img {
              display: none; }
              #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu-bg .sub-menu-img .image {
                width: 88vw;
                height: 41.3333333333vw;
                margin: auto 13.3333333333vw auto 0; }
              #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu-bg .sub-menu-img .sub-menu-title {
                display: none; }
      #masthead .masthead-inner .main-navigation.toggled .menu-toggle {
        height: 16vw; }
        #masthead .masthead-inner .main-navigation.toggled .menu-toggle span {
          width: 7.4666666667vw; }
          #masthead .masthead-inner .main-navigation.toggled .menu-toggle span.bar-1 {
            transform: rotate(52deg);
            top: 50%;
            left: calc(50% - 14px); }
          #masthead .masthead-inner .main-navigation.toggled .menu-toggle span.bar-2 {
            display: none; }
          #masthead .masthead-inner .main-navigation.toggled .menu-toggle span.bar-3 {
            transform: rotate(-52deg);
            top: 50%;
            left: calc(50% - 14px);
            bottom: auto; }
      #masthead .masthead-inner .main-navigation.toggled .menu {
        right: 0; }
      #masthead .masthead-inner .main-navigation .menu-toggle {
        display: block;
        border: none;
        border-radius: 0px;
        width: 16vw;
        height: 16vw;
        position: relative;
        padding: 0; }
        #masthead .masthead-inner .main-navigation .menu-toggle span {
          display: block;
          width: 4.8vw;
          height: 0.5333333333vw;
          background: #fff;
          position: absolute;
          left: calc(50% - 9px);
          right: 0;
          padding: 0;
          transition: 0.2s; }
          #masthead .masthead-inner .main-navigation .menu-toggle span.bar-1 {
            top: 5.0666666667vw; }
          #masthead .masthead-inner .main-navigation .menu-toggle span.bar-2 {
            top: calc(50% - 1px); }
          #masthead .masthead-inner .main-navigation .menu-toggle span.bar-3 {
            bottom: 5.0666666667vw; }
    #masthead .masthead-inner.change-color {
      background-color: #fff;
      transition: 0.5s; }
      #masthead .masthead-inner.change-color .site-branding .white {
        display: none;
        opacity: 0;
        transition: 0.5s; }
      #masthead .masthead-inner.change-color .site-branding .color {
        display: flex;
        opacity: 1;
        transition: 0.5s; }
      #masthead .masthead-inner.change-color .main-navigation .menu li .menu-link {
        color: #000;
        transition: 0.5s; }
      #masthead .masthead-inner.change-color .main-navigation .menu li:nth-child(8) .menu-link {
        color: #000; }

.fv {
  min-height: 100vh; }

/* link-top
-----------------------*/
.link-top {
  position: fixed;
  right: 2.6666666667vw;
  bottom: 5.3333333333vw;
  z-index: 999;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, transform 4s; }
  .link-top .common-totop {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    font-size: 10px;
    padding: 30px 0 13px;
    position: relative;
    transition: 0.5s; }
    .link-top .common-totop::before {
      content: "";
      width: 14px;
      height: 14px;
      border-top: solid 2px #FFFFFF;
      border-right: solid 2px #FFFFFF;
      transform: rotate(-45deg);
      position: absolute;
      left: calc(50% - 7px);
      top: 15px; }
  .link-top.change-position {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s, transform 2s; }

/* footer
-----------------------*/
#colophon {
  background-color: #dcddd5;
  position: relative; }
  #colophon .contentarea {
    width: 100%;
    padding: 18.6666666667vw 5.3333333333vw 8vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse; }
    #colophon .contentarea #sitemap {
      color: #444444;
      text-align: left;
      width: 100%;
      height: 86.4vw;
      padding: 2.1333333333vw 0 6.4vw; }
      #colophon .contentarea #sitemap #footer-menu {
        height: 100%;
        margin: 4vw auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
        flex-flow: column wrap;
        letter-spacing: -0.2666666667vw;
        position: relative; }
        #colophon .contentarea #sitemap #footer-menu li {
          font-size: 3.2vw;
          line-height: 3.2vw;
          margin-left: 0;
          width: 50%;
          height: 9.3333333333vw;
          position: relative;
          transition: 0.3s;
          font-family: "Noto Serif JP", serif;
          font-weight: 400; }
          #colophon .contentarea #sitemap #footer-menu li:hover {
            font-weight: bold; }
          #colophon .contentarea #sitemap #footer-menu li a {
            display: block;
            color: #444444; }
          #colophon .contentarea #sitemap #footer-menu li:nth-child(4) {
            margin-bottom: 37.3333333333vw; }
          #colophon .contentarea #sitemap #footer-menu li:nth-child(5) {
            margin-bottom: 32vw; }
          #colophon .contentarea #sitemap #footer-menu li:nth-child(7) {
            position: absolute;
            top: 42.6666666667vw;
            left: 0; }
          #colophon .contentarea #sitemap #footer-menu li:nth-child(8) {
            position: absolute;
            top: 52vw;
            left: 0; }
          #colophon .contentarea #sitemap #footer-menu li:nth-child(9) {
            position: absolute;
            top: 61.3333333333vw;
            left: 0; }
          #colophon .contentarea #sitemap #footer-menu li .sub-menu {
            position: absolute;
            top: 2.6666666667vw;
            display: block;
            width: 100%;
            font-family: "Noto Serif JP", serif;
            font-weight: 400;
            margin-left: 2.6666666667vw; }
            #colophon .contentarea #sitemap #footer-menu li .sub-menu li {
              font-size: 3.2vw;
              line-height: 9.0666666667vw;
              margin-left: 0;
              width: 100%;
              height: 6.6666666667vw;
              position: relative;
              padding-left: 2.1333333333vw; }
              #colophon .contentarea #sitemap #footer-menu li .sub-menu li::before {
                content: "";
                width: 1.3333333333vw;
                height: 1.3333333333vw;
                border-top: 1px solid #000;
                border-right: 1px solid #000;
                transform: rotate(45deg);
                position: absolute;
                top: 3.7333333333vw;
                left: 0; }
              #colophon .contentarea #sitemap #footer-menu li .sub-menu li:nth-child(1) {
                margin-bottom: 0;
                margin-top: 0; }
              #colophon .contentarea #sitemap #footer-menu li .sub-menu li:nth-child(4) {
                margin-bottom: 0; }
              #colophon .contentarea #sitemap #footer-menu li .sub-menu li:nth-child(5) {
                margin-bottom: 0; }
        #colophon .contentarea #sitemap #footer-menu .border {
          border-left: 1px solid #ffffff; }
      #colophon .contentarea #sitemap .footerlogo {
        width: 20vw;
        margin: 5.3333333333vw;
        text-align: center; }
    #colophon .contentarea .footer-about {
      width: 100%;
      font-family: "Noto Serif JP", serif;
      font-weight: 400;
      font-size: 3.7333333333vw;
      line-height: 6.4vw;
      color: #000;
      margin: 6.4vw auto; }
      #colophon .contentarea .footer-about img {
        width: 53.3333333333vw; }
      #colophon .contentarea .footer-about .site-title {
        font-size: 5.8666666667vw;
        line-height: 7.4666666667vw;
        font-family: "Noto Serif JP", serif;
        font-weight: 500;
        color: #000; }
        #colophon .contentarea .footer-about .site-title .font {
          display: block;
          font-size: 3.7333333333vw;
          line-height: 3.7333333333vw; }
      #colophon .contentarea .footer-about .contactlink {
        width: 100%;
        height: 16vw;
        font-size: 4.5333333333vw;
        line-height: 4.5333333333vw;
        color: #fff;
        margin-top: 6.6666666667vw;
        display: flex;
        align-items: center;
        justify-content: center; }
  #colophon .copyright {
    height: 23.7333333333vw;
    padding-left: 5.0666666667vw;
    display: flex;
    align-items: center;
    justify-content: center; }
    #colophon .copyright .CR {
      width: 288vw;
      margin: 0 auto;
      color: #fff;
      font-size: 2.4vw;
      line-height: 2.4vw; }
  #colophon #footer-info {
    background: -moz-linear-gradient(to right, #22ac38 45%, #0e8227 87%);
    background: -webkit-linear-gradient(to right, #22ac38 45%, #0e8227 87%);
    background: linear-gradient(to right, #22ac38 45%, #0e8227 87%);
    color: #ffffff;
    text-align: center;
    padding-top: 5.3333333333vw;
    padding-bottom: 1.3333333333vw; }
    #colophon #footer-info .footer-L1 {
      font-size: 5.6vw;
      margin-bottom: 2.6666666667vw; }
    #colophon #footer-info .footer-L2 {
      font-size: 3.7333333333vw; }
    #colophon #footer-info .copyright {
      font-size: 2.4vw;
      margin-top: 5.3333333333vw;
      display: block;
      text-align: center; }
  #colophon .character {
    position: absolute;
    width: 32.2666666667vw;
    top: -9.3333333333vw;
    right: 0.8vw;
    z-index: 90; }

/*# sourceMappingURL=common_sp.css.map */
