@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: 6.4285714286vw; }

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: 1.7142857143vw;
  text-align: center; }

h2 {
  font-size: 1.2857142857vw;
  text-align: center;
  margin: 0.7142857143vw 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; }

/* header
-----------------------*/
#masthead {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
  background-color: #fff;
  height: 6.4285714286vw; }
  #masthead .masthead-inner {
    width: 83.5714285714vw;
    height: 6.4285714286vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s; }
    #masthead .masthead-inner .site-branding {
      width: 13.7857142857vw; }
      #masthead .masthead-inner .site-branding .logo {
        width: 100%; }
    #masthead .masthead-inner .main-navigation {
      width: auto;
      height: 100%;
      font-family: "Noto Serif JP", serif; }
      #masthead .masthead-inner .main-navigation #primary-menu-sp {
        display: none; }
      #masthead .masthead-inner .main-navigation #primary-menu {
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: none;
        right: 0;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #masthead .masthead-inner .main-navigation #primary-menu .menu-info-sp {
          display: none; }
        #masthead .masthead-inner .main-navigation #primary-menu .menu-index {
          height: 100%;
          box-sizing: border-box;
          list-style: none;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-right: 1.0714285714vw;
          padding-left: 1.0714285714vw;
          position: relative; }
          #masthead .masthead-inner .main-navigation #primary-menu .menu-index .menu-link {
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 500;
            color: #000;
            font-size: 1vw;
            line-height: 1vw;
            letter-spacing: 0.0714285714vw;
            position: relative;
            transition: 0.3s; }
            #masthead .masthead-inner .main-navigation #primary-menu .menu-index .menu-link:hover {
              color: #3cb446; }
          #masthead .masthead-inner .main-navigation #primary-menu .menu-index:nth-child(8) {
            padding-right: 0;
            padding-left: 1.0714285714vw; }
            #masthead .masthead-inner .main-navigation #primary-menu .menu-index:nth-child(8) .menu-link {
              width: 10.2142857143vw;
              height: 2.8571428571vw;
              background-color: #000;
              color: #fff;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 2.8571428571vw; }
              #masthead .masthead-inner .main-navigation #primary-menu .menu-index:nth-child(8) .menu-link:hover {
                background-color: #3cb446; }
          #masthead .masthead-inner .main-navigation #primary-menu .menu-index:nth-child(2), #masthead .masthead-inner .main-navigation #primary-menu .menu-index:nth-child(4), #masthead .masthead-inner .main-navigation #primary-menu .menu-index:nth-child(6) {
            padding-right: 2.1428571429vw;
            position: relative; }
            #masthead .masthead-inner .main-navigation #primary-menu .menu-index:nth-child(2):after, #masthead .masthead-inner .main-navigation #primary-menu .menu-index:nth-child(4):after, #masthead .masthead-inner .main-navigation #primary-menu .menu-index:nth-child(6):after {
              content: "";
              position: absolute;
              right: 1.0714285714vw;
              top: 2.8571428571vw;
              width: 0.5714285714vw;
              height: 0.5714285714vw;
              border-right: 2px solid #d2d2d2;
              border-bottom: 2px solid #d2d2d2;
              transform: rotate(45deg);
              z-index: 1; }
          #masthead .masthead-inner .main-navigation #primary-menu .menu-index.current .menu-link {
            color: #3cb446; }
          #masthead .masthead-inner .main-navigation #primary-menu .menu-index .sub-menu {
            width: 12.1428571429vw;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-flow: column;
            position: absolute;
            top: 5.3571428571vw;
            left: 1.0714285714vw;
            box-shadow: 0.1428571429vw 0.1428571429vw 0.4285714286vw rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-0.7142857143vw);
            transition: 0.5s; }
            #masthead .masthead-inner .main-navigation #primary-menu .menu-index .sub-menu .sub-menu-index {
              width: 12.1428571429vw;
              height: 2.8571428571vw;
              border-top: 0.0714285714vw solid #d2d2d2;
              background-color: #fff;
              position: relative;
              transition: 0.3s; }
              #masthead .masthead-inner .main-navigation #primary-menu .menu-index .sub-menu .sub-menu-index .sub-menu-link {
                width: 100%;
                height: 100%;
                font-size: 1vw;
                line-height: 1vw;
                font-family: 'Noto Sans JP', sans-serif;
                font-weight: 500;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #000;
                transition: 0.3s; }
              #masthead .masthead-inner .main-navigation #primary-menu .menu-index .sub-menu .sub-menu-index:hover {
                background-color: #3cb446; }
                #masthead .masthead-inner .main-navigation #primary-menu .menu-index .sub-menu .sub-menu-index:hover .sub-menu-link {
                  color: #fff; }
          #masthead .masthead-inner .main-navigation #primary-menu .menu-index:hover .sub-menu {
            visibility: visible;
            opacity: 1;
            transition: 0.5s;
            transform: translateY(0); }
      #masthead .masthead-inner .main-navigation.toggled .menu-toggle {
        height: 1.5714285714vw; }
        #masthead .masthead-inner .main-navigation.toggled .menu-toggle span {
          width: 1.8571428571vw; }
          #masthead .masthead-inner .main-navigation.toggled .menu-toggle span.bar-1 {
            transform: rotate(52deg);
            top: 0.7142857143vw;
            left: -0.2857142857vw; }
          #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: 0.7142857143vw;
            left: -0.2857142857vw;
            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: 2.1428571429vw;
        height: 1.4285714286vw;
        position: relative;
        padding: 0; }
        #masthead .masthead-inner .main-navigation .menu-toggle span {
          display: block;
          width: 100%;
          height: 0.1428571429vw;
          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; }

#masthead-masudaway .pagetitle {
  width: 18.7142857143vw;
  height: 8.1428571429vw;
  background-color: #3cb446;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.7142857143vw;
  border-bottom-right-radius: 0.7142857143vw;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding: 2vw 0 0;
  position: absolute;
  top: 0;
  left: 7.14%;
  z-index: 99; }
  #masthead-masudaway .pagetitle .font {
    display: block;
    font-size: 1vw;
    line-height: 2.1428571429vw; }

.fv {
  min-height: 100vh; }

/* link-top
-----------------------*/
.link-top {
  position: fixed;
  right: 2.1428571429vw;
  bottom: 1.4285714286vw;
  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;
    background: #4D4D4D;
    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 {
  position: relative; }
  #colophon .foot_recruit .footer01 {
    display: block;
    width: 64.2857142857vw;
    margin: 0 auto;
    transform: translateY(5.7142857143vw); }
    #colophon .foot_recruit .footer01 .image {
      width: 100%;
      vertical-align: bottom; }
      #colophon .foot_recruit .footer01 .image.sp {
        display: none; }
  #colophon .foot_link {
    background-color: #3cb446;
    height: 29.6428571429vw;
    padding: 7.1428571429vw 0 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    #colophon .foot_link .wrap {
      display: block;
      width: 38.5714285714vw;
      height: 10.3571428571vw;
      text-align: center;
      border-left: 0.0714285714vw solid #fff; }
      #colophon .foot_link .wrap:nth-child(2) {
        border-right: 0.0714285714vw solid #fff; }
      #colophon .foot_link .wrap .footer02 {
        width: 3.3571428571vw;
        margin-bottom: 1.4285714286vw; }
      #colophon .foot_link .wrap .footer03 {
        width: 4.5714285714vw; }
      #colophon .foot_link .wrap .title {
        font-size: 2.5714285714vw;
        line-height: 2.5714285714vw;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin: 1.0714285714vw 0; }
        #colophon .foot_link .wrap .title .brsp {
          display: none; }
      #colophon .foot_link .wrap .rubi {
        font-size: 1vw;
        line-height: 1vw;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        color: #fff;
        text-align: center; }
  #colophon .footer-content {
    width: 100%;
    height: 32.1428571429vw;
    padding: 5.7142857143vw 3.7142857143vw 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    #colophon .footer-content.bg {
      background: url(../../../../wp-content/themes/masuda-k/img/common/footer_04.webp);
      background-repeat: no-repeat;
      background-size: 100%; }
    #colophon .footer-content.recruit {
      background: #f5f8f5 !important; }
    #colophon .footer-content .info {
      width: 21.4285714286vw;
      padding-top: 0.7142857143vw; }
      #colophon .footer-content .info .logo {
        width: 17.8571428571vw; }
      #colophon .footer-content .info .text {
        font-size: 0.8571428571vw;
        line-height: 1.7142857143vw;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        color: #000;
        text-align: left;
        margin: 1.4285714286vw 0 0; }
    #colophon .footer-content #sitemap {
      width: 67.8571428571vw;
      height: 25vw;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-flow: column;
      flex-wrap: wrap; }
      #colophon .footer-content #sitemap .menu-item-type-post_type {
        position: relative; }
        #colophon .footer-content #sitemap .menu-item-type-post_type:nth-child(1) {
          width: 18.9285714286vw;
          height: 25vw; }
        #colophon .footer-content #sitemap .menu-item-type-post_type:nth-child(2) {
          width: 16.7857142857vw;
          height: 25vw; }
        #colophon .footer-content #sitemap .menu-item-type-post_type:nth-child(3) {
          width: 8.7142857143vw;
          height: 25vw; }
        #colophon .footer-content #sitemap .menu-item-type-post_type:nth-child(4) {
          width: 10vw;
          height: 25vw; }
        #colophon .footer-content #sitemap .menu-item-type-post_type a {
          font-size: 1.0714285714vw;
          line-height: 2.5vw;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          color: #000;
          text-align: left;
          transition: 0.3s; }
          #colophon .footer-content #sitemap .menu-item-type-post_type a:hover {
            color: #3cb446; }
        #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu {
          margin-left: 0; }
          #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .menu-item-type-custom {
            height: 2vw; }
            #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .menu-item-type-custom#menu-item-56 {
              height: 3.5714285714vw; }
              #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .menu-item-type-custom#menu-item-56 a {
                line-height: 1.1428571429vw; }
            #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .menu-item-type-custom#menu-item-59 {
              height: auto; }
            #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .menu-item-type-custom a {
              font-size: 0.8571428571vw;
              line-height: 2vw;
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 400;
              color: #000;
              text-align: left;
              transition: 0.3s; }
              #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .menu-item-type-custom a:hover {
                color: #3cb446; }
          #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .sub-menu {
            margin-left: 0.9285714286vw; }
            #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .sub-menu .menu-item-type-custom {
              height: 1.7857142857vw; }
        #colophon .footer-content #sitemap .menu-item-type-post_type::before {
          content: "";
          width: 1.1428571429vw;
          height: 1.1428571429vw;
          background: url(../../../../wp-content/themes/masuda-k/img/common/arrow_03.webp);
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          top: 0.7857142857vw; }
      #colophon .footer-content #sitemap .menu-item-114, #colophon .footer-content #sitemap .menu-item-116 {
        height: 2vw !important; }
        #colophon .footer-content #sitemap .menu-item-114 a, #colophon .footer-content #sitemap .menu-item-116 a {
          font-size: 0.8571428571vw;
          line-height: 2vw;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 400;
          color: #000;
          text-align: left;
          transition: 0.3s; }
          #colophon .footer-content #sitemap .menu-item-114 a:hover, #colophon .footer-content #sitemap .menu-item-116 a:hover {
            color: #3cb446; }
        #colophon .footer-content #sitemap .menu-item-114::before, #colophon .footer-content #sitemap .menu-item-116::before {
          display: none; }
      #colophon .footer-content #sitemap .menu-item-44::before {
        left: 6.7142857143vw; }
      #colophon .footer-content #sitemap .menu-item-45::before {
        display: none; }
      #colophon .footer-content #sitemap .menu-item-46::before {
        left: 4.8571428571vw; }
      #colophon .footer-content #sitemap .menu-item-47::before {
        left: 4.8571428571vw; }
      #colophon .footer-content #sitemap .menu-item-48::before {
        left: 4.8571428571vw; }
      #colophon .footer-content #sitemap .menu-item-49::before {
        left: 7.7142857143vw; }
      #colophon .footer-content #sitemap .menu-item-50::before {
        left: 7.1428571429vw; }
      #colophon .footer-content #sitemap .menu-item-53::before {
        left: 11.2857142857vw; }
      #colophon .footer-content #sitemap .menu-item-151::before {
        left: 4.8571428571vw; }
  #colophon .masudaway-footer {
    width: 100%;
    height: 13.7142857143vw;
    background-color: #000;
    padding: 0 7% 5vw;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; }
    #colophon .masudaway-footer .logo {
      width: 17.9285714286vw;
      display: block;
      margin-right: 3.5714285714vw; }
    #colophon .masudaway-footer .info {
      font-size: 0.8571428571vw;
      line-height: 1.7142857143vw;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      color: #fff;
      text-align: left;
      margin-right: 4.6428571429vw; }
    #colophon .masudaway-footer .inner .link {
      font-size: 0.8571428571vw;
      line-height: 1.7142857143vw;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      color: #fff;
      text-align: left;
      margin-right: 1.4285714286vw; }
  #colophon .copyright {
    width: 100%;
    height: 4.6428571429vw;
    background-color: #3cb446;
    padding-left: 3.5714285714vw;
    font-size: 0.6428571429vw;
    line-height: 0.6428571429vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start; }

/*# sourceMappingURL=common_tb.css.map */
