@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: 90px; }

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: 24px;
  text-align: center; }

h2 {
  font-size: 18px;
  text-align: center;
  margin: 10px 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: 1080px;
  margin: 0 auto; }
  .content .breadcrumbs {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px; }
    .content .breadcrumbs .upper {
      color: #036eb8;
      margin-right: 15px; }
    .content .breadcrumbs .under {
      padding-left: 15px;
      padding-right: 15px;
      border-left: 1px solid #939393; }

.breadcrumbs {
  font-size: 13px;
  color: #444444; }

/* header
-----------------------*/
#masthead {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
  color: #fff;
  height: 90px; }
  #masthead .home-color {
    background-color: none;
    /*	.menu-link{color:#fff;}*/ }
    #masthead .home-color .menu-index:nth-child(8) .menu-link {
      color: #fff !important; }
    #masthead .home-color .site-branding .white {
      height: 100%;
      display: flex;
      opacity: 1;
      transition: 0.5s; }
    #masthead .home-color .site-branding .color {
      height: 100%;
      display: none;
      opacity: 0;
      transition: 0.5s; }
    #masthead .home-color .site-branding .text {
      color: #fff;
      opacity: 1;
      transition: 0.5s; }
  #masthead .page-color {
    background-color: #fff; }
    #masthead .page-color .main-navigation .menu .menu-index .menu-link {
      color: #000; }
    #masthead .page-color .main-navigation .menu .menu-index:nth-child(8) .menu-link {
      color: #fff; }
    #masthead .page-color .site-branding .white {
      height: 100%;
      display: none;
      opacity: 0;
      transition: 0.5s; }
    #masthead .page-color .site-branding .color {
      height: 100%;
      display: flex;
      opacity: 1;
      transition: 0.5s; }
    #masthead .page-color .site-branding .text {
      color: #fff;
      opacity: 1;
      transition: 0.5s; }
  #masthead .change-color {
    background-color: #fff;
    transition: 0.5s; }
    #masthead .change-color .main-navigation .menu li .menu-link {
      color: #000 !important;
      transition: 0.5s; }
    #masthead .change-color .main-navigation .menu li:nth-child(8) .menu-link {
      color: #fff !important; }
    #masthead .change-color .site-branding .white {
      display: none;
      opacity: 0;
      transition: 0.5s; }
    #masthead .change-color .site-branding .color {
      display: flex;
      opacity: 1;
      transition: 0.5s; }
  #masthead .masthead-inner {
    width: 100%;
    height: 90px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s; }
    #masthead .masthead-inner:hover {
      background-color: #fff;
      color: #000;
      transition: 0.5s; }
      #masthead .masthead-inner:hover .site-branding .white {
        display: none;
        opacity: 0;
        transition: 0.5s; }
      #masthead .masthead-inner:hover .site-branding .color {
        display: flex;
        opacity: 1;
        transition: 0.5s; }
      #masthead .masthead-inner:hover .main-navigation .menu .menu-index .menu-link {
        color: #000;
        transition: 0.5s; }
      #masthead .masthead-inner:hover .main-navigation .menu .menu-index:nth-child(8) .menu-link {
        color: #fff; }
    #masthead .masthead-inner .site-branding {
      width: auto;
      padding-left: 50px;
      display: flex;
      align-items: center; }
      #masthead .masthead-inner .site-branding img {
        margin-right: 10px; }
      #masthead .masthead-inner .site-branding .site-title {
        font-size: 34px;
        line-height: 40px;
        font-family: "Noto Serif JP", serif;
        font-weight: 500;
        transition: 0.5s; }
        #masthead .masthead-inner .site-branding .site-title .font {
          display: block;
          font-size: 20px;
          line-height: 20px; }
    #masthead .masthead-inner .main-navigation {
      width: auto;
      height: 100%;
      font-family: "Noto Serif JP", serif; }
      #masthead .masthead-inner .main-navigation .menu {
        display: flex;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: none;
        right: 0;
        z-index: 99;
        font-size: 14px;
        justify-content: flex-end;
        align-items: center; }
        #masthead .masthead-inner .main-navigation .menu .menu-info-sp {
          display: none; }
        #masthead .masthead-inner .main-navigation .menu .menu-index {
          height: 100%;
          box-sizing: border-box;
          list-style: none;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-right: 18px;
          padding-left: 18px; }
          #masthead .masthead-inner .main-navigation .menu .menu-index:nth-child(8) {
            margin-left: 18px;
            margin-right: 0;
            padding-right: 18px;
            padding-left: 18px; }
          #masthead .masthead-inner .main-navigation .menu .menu-index:nth-child(9) {
            display: none; }
          #masthead .masthead-inner .main-navigation .menu .menu-index:first-child .display02 {
            display: none !important; }
          #masthead .masthead-inner .main-navigation .menu .menu-index:nth-child(2) .display01 {
            display: none !important; }
          #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: 4px;
              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: 100px;
            background-color: #fff;
            display: flex;
            flex-flow: column;
            flex-wrap: wrap;
            justify-content: flex-start;
            position: fixed;
            top: 145px;
            left: calc(50% - 32px);
            box-shadow: none;
            opacity: 0;
            transition: 0.5s;
            visibility: hidden; }
            #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu .sub-menu-index {
              width: 170px;
              height: 50px;
              font-size: 14px;
              line-height: 14px;
              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: 16px;
                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: calc(12px / 2 * tan(60deg));
                  height: 14px;
                  clip-path: polygon(0 0, 100% 50%, 0 100%);
                  position: absolute;
                  left: 0;
                  top: 0; }
          #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu-bg {
            background-color: #fff;
            width: 100%;
            height: 180px;
            position: fixed;
            top: 90px;
            left: 0;
            opacity: 0;
            transition: 0.5s;
            visibility: hidden; }
            #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu-bg .sub-menu-img {
              height: 180px;
              display: flex;
              position: fixed;
              top: 90px;
              left: calc(50% - 450px); }
              #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu-bg .sub-menu-img .image {
                width: 330px;
                height: 155px;
                margin: auto 50px auto 0; }
              #masthead .masthead-inner .main-navigation .menu .menu-index .sub-menu-bg .sub-menu-img .sub-menu-title {
                height: 210px;
                height: 155px;
                margin: auto 0;
                color: #000; }
          #masthead .masthead-inner .main-navigation .menu .menu-index:hover .sub-menu {
            visibility: visible;
            opacity: 1;
            transition: 0.5s; }
          #masthead .masthead-inner .main-navigation .menu .menu-index:hover .sub-menu-bg {
            visibility: visible;
            opacity: 1;
            transition: 0.5s; }
      #masthead .masthead-inner .main-navigation.toggled .menu-toggle {
        height: 22px; }
        #masthead .masthead-inner .main-navigation.toggled .menu-toggle span {
          width: 26px; }
          #masthead .masthead-inner .main-navigation.toggled .menu-toggle span.bar-1 {
            transform: rotate(52deg);
            top: 10px;
            left: -4px; }
          #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: 10px;
            left: -4px;
            bottom: auto; }
      #masthead .masthead-inner .main-navigation.toggled .menu {
        right: 0; }
      #masthead .masthead-inner .main-navigation .menu-toggle {
        display: none;
        background: none;
        border: none;
        width: 30px;
        height: 20px;
        position: relative;
        padding: 0; }
        #masthead .masthead-inner .main-navigation .menu-toggle span {
          display: block;
          width: 100%;
          height: 2px;
          background: #22ac38;
          position: absolute;
          left: 0;
          right: 0;
          padding: 0;
          transition: 0.2s; }
          #masthead .masthead-inner .main-navigation .menu-toggle span.bar-1 {
            top: 0; }
          #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: 0; }

.fv {
  min-height: 100vh; }

/* link-top
-----------------------*/
.link-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  cursor: pointer;
  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: #fff;
    font-size: 10px;
    padding: 30px 0 13px;
    position: relative;
    transition: 0.5s; }
    .link-top .common-totop:hover {
      background: #909090; }
    .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: #efefef;
  position: relative; }
  #colophon .contentarea {
    width: 1080px;
    padding: 60px 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #colophon .contentarea #sitemap {
      color: #444444;
      text-align: left;
      width: 810px;
      height: 364px;
      padding: 8px 0 24px; }
      #colophon .contentarea #sitemap #footer-menu {
        height: 100%;
        margin: 15px auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
        flex-flow: column wrap; }
        #colophon .contentarea #sitemap #footer-menu li {
          font-size: 15px;
          line-height: 15px;
          margin-left: 0;
          width: 150px;
          height: 35px;
          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: 180px; }
          #colophon .contentarea #sitemap #footer-menu li:nth-child(5) {
            margin-bottom: 330px;
            width: 200px; }
          #colophon .contentarea #sitemap #footer-menu li:nth-child(6) {
            margin-bottom: 300px;
            width: 170px; }
          #colophon .contentarea #sitemap #footer-menu li .sub-menu {
            position: absolute;
            top: 10px;
            display: block;
            width: 100%;
            font-family: "Noto Serif JP", serif;
            font-weight: 400;
            margin-left: 10px; }
            #colophon .contentarea #sitemap #footer-menu li .sub-menu li {
              font-size: 13px;
              line-height: 31px;
              margin-left: 0;
              width: 100%;
              height: auto;
              position: relative;
              padding-left: 10px; }
              #colophon .contentarea #sitemap #footer-menu li .sub-menu li::before {
                content: "";
                width: 4px;
                height: 4px;
                border-top: 1px solid #000;
                border-right: 1px solid #000;
                transform: rotate(45deg);
                position: absolute;
                top: 15px;
                left: 0; }
              #colophon .contentarea #sitemap #footer-menu li .sub-menu li:nth-child(1) {
                margin-bottom: 0;
                margin-top: 10px; }
              #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: 75px;
        margin: 20px;
        text-align: center; }
    #colophon .contentarea .footer-about {
      width: 270px;
      font-family: "Noto Serif JP", serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 24px;
      color: #000; }
      #colophon .contentarea .footer-about img {
        width: 200px; }
      #colophon .contentarea .footer-about .site-title {
        font-size: 32px;
        line-height: 38px;
        font-family: "Noto Serif JP", serif;
        font-weight: 500;
        color: #444;
        transition: 0.5s; }
        #colophon .contentarea .footer-about .site-title .font {
          display: block;
          font-size: 16px;
          line-height: 16px; }
      #colophon .contentarea .footer-about .contactlink {
        width: 100%;
        height: 60px;
        font-size: 17px;
        line-height: 17px;
        color: #fff;
        margin-top: 25px;
        display: flex;
        align-items: center;
        justify-content: center; }
  #colophon .copyright {
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #colophon .copyright .CR {
      width: 1080px;
      margin: 0 auto;
      color: #fff;
      font-size: 9px;
      line-height: 9px; }
  #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: 20px;
    padding-bottom: 5px; }
    #colophon #footer-info .footer-L1 {
      font-size: 21px;
      margin-bottom: 10px; }
    #colophon #footer-info .footer-L2 {
      font-size: 14px; }
    #colophon #footer-info .copyright {
      font-size: 9px;
      margin-top: 20px;
      display: block;
      text-align: center; }
  #colophon .character {
    position: absolute;
    width: 174px;
    top: -95px;
    right: 45px;
    z-index: 90; }

/*# sourceMappingURL=common_pc.css.map */
