@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; }

/* header
-----------------------*/
#masthead {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
  background-color: #fff;
  height: 90px; }
  #masthead .masthead-inner {
    width: 1170px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s; }
    #masthead .masthead-inner .site-branding {
      width: 193px; }
      #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: 15px;
          padding-left: 15px;
          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: 14px;
            line-height: 14px;
            letter-spacing: 1px;
            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: 15px; }
            #masthead .masthead-inner .main-navigation #primary-menu .menu-index:nth-child(8) .menu-link {
              width: 143px;
              height: 40px;
              background-color: #000;
              color: #fff;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 40px; }
              #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: 30px;
            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: 15px;
              top: 40px;
              width: 8px;
              height: 8px;
              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: 170px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-flow: column;
            position: absolute;
            top: 75px;
            left: 15px;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: 0.5s; }
            #masthead .masthead-inner .main-navigation #primary-menu .menu-index .sub-menu .sub-menu-index {
              width: 170px;
              height: 40px;
              border-top: 1px 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: 14px;
                line-height: 14px;
                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: 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; }

#masthead-masudaway .pagetitle {
  width: 262px;
  height: 114px;
  background-color: #3cb446;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 35px;
  line-height: 35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding: 28px 0 0;
  position: absolute;
  top: 0;
  left: 7.14%;
  z-index: 99; }
  #masthead-masudaway .pagetitle .font {
    display: block;
    font-size: 14px;
    line-height: 30px; }

.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;
    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: 900px;
    margin: 0 auto;
    transform: translateY(80px); }
    #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: 415px;
    padding: 100px 0 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    #colophon .foot_link .wrap {
      display: block;
      width: 540px;
      height: 145px;
      text-align: center;
      border-left: 1px solid #fff; }
      #colophon .foot_link .wrap:nth-child(2) {
        border-right: 1px solid #fff; }
      #colophon .foot_link .wrap .footer02 {
        width: 47px;
        margin-bottom: 20px; }
      #colophon .foot_link .wrap .footer03 {
        width: 64px; }
      #colophon .foot_link .wrap .title {
        font-size: 36px;
        line-height: 36px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin: 15px 0; }
        #colophon .foot_link .wrap .title .brsp {
          display: none; }
      #colophon .foot_link .wrap .rubi {
        font-size: 14px;
        line-height: 14px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        color: #fff;
        text-align: center; }
  #colophon .footer-content {
    width: 100%;
    height: 450px;
    padding: 80px 52px 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: 300px;
      padding-top: 10px; }
      #colophon .footer-content .info .logo {
        width: 250px; }
      #colophon .footer-content .info .text {
        font-size: 12px;
        line-height: 24px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        color: #000;
        text-align: left;
        margin: 20px 0 0; }
    #colophon .footer-content #sitemap {
      width: 950px;
      height: 350px;
      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: 265px;
          height: 350px; }
        #colophon .footer-content #sitemap .menu-item-type-post_type:nth-child(2) {
          width: 235px;
          height: 350px; }
        #colophon .footer-content #sitemap .menu-item-type-post_type:nth-child(3) {
          width: 122px;
          height: 350px; }
        #colophon .footer-content #sitemap .menu-item-type-post_type:nth-child(4) {
          width: 140px;
          height: 350px; }
        #colophon .footer-content #sitemap .menu-item-type-post_type a {
          font-size: 15px;
          line-height: 35px;
          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: 28px; }
            #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .menu-item-type-custom#menu-item-56 {
              height: 50px; }
              #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .menu-item-type-custom#menu-item-56 a {
                line-height: 16px; }
            #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .menu-item-type-custom#menu-item-58 {
              height: 50px; }
              #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .menu-item-type-custom#menu-item-58 a {
                line-height: 16px; }
            #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: 12px;
              line-height: 28px;
              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: 13px; }
            #colophon .footer-content #sitemap .menu-item-type-post_type .sub-menu .sub-menu .menu-item-type-custom {
              height: 25px; }
        #colophon .footer-content #sitemap .menu-item-type-post_type::before {
          content: "";
          width: 16px;
          height: 16px;
          background: url(../../../../wp-content/themes/masuda-k/img/common/arrow_03.webp);
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          top: 11px; }
      #colophon .footer-content #sitemap .menu-item-114, #colophon .footer-content #sitemap .menu-item-116 {
        height: 28px !important; }
        #colophon .footer-content #sitemap .menu-item-114 a, #colophon .footer-content #sitemap .menu-item-116 a {
          font-size: 12px;
          line-height: 28px;
          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: 94px; }
      #colophon .footer-content #sitemap .menu-item-45::before {
        display: none; }
      #colophon .footer-content #sitemap .menu-item-46::before {
        left: 68px; }
      #colophon .footer-content #sitemap .menu-item-47::before {
        left: 68px; }
      #colophon .footer-content #sitemap .menu-item-48::before {
        left: 68px; }
      #colophon .footer-content #sitemap .menu-item-49::before {
        left: 108px; }
      #colophon .footer-content #sitemap .menu-item-50::before {
        left: 100px; }
      #colophon .footer-content #sitemap .menu-item-53::before {
        left: 158px; }
      #colophon .footer-content #sitemap .menu-item-151::before {
        left: 68px; }
  #colophon .masudaway-footer {
    width: 100%;
    height: 192px;
    background-color: #000;
    padding: 0 7% 70px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; }
    #colophon .masudaway-footer .logo {
      width: 251px;
      display: block;
      margin-right: 50px; }
    #colophon .masudaway-footer .info {
      font-size: 12px;
      line-height: 24px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      color: #fff;
      text-align: left;
      margin-right: 65px; }
    #colophon .masudaway-footer .inner .link {
      font-size: 12px;
      line-height: 24px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      color: #fff;
      text-align: left;
      margin-right: 20px; }
  #colophon .copyright {
    width: 100%;
    height: 65px;
    background-color: #3cb446;
    padding-left: 50px;
    font-size: 9px;
    line-height: 9px;
    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_pc.css.map */
