html {
  font-size: 62.5%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  box-sizing: border-box; }

h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 5px;
  font-weight: 400; }
  h2:after {
    width: 73px;
    content: "";
    height: 1px;
    background: #D45153;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  h2 + p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin: 5px 0 0; }
    h2 + p + p {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 20px; }

p.btn {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  width: 162px;
  height: 40px; }
  p.btn:hover {
    opacity: 0.7; }
  p.btn a {
    line-height: 40px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block; }
    p.btn a:after {
      content: ">";
      margin-left: 15px; }

header {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%; }
  header div {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
  header h1 {
    display: inline-block;
    margin: 20px 0; }
  header ul {
    width: 460px;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    header ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
      header ul li a {
        font-size: 16px;
        font-size: 1.6rem;
        color: #000; }
        header ul li a:link, header ul li a:visited {
          text-decoration: none; }
        header ul li a:hover, header ul li a:active {
          text-decoration: underline; }

#mainimages {
  width: 100%;
  padding-top: 70px; }
  #mainimages img {
    width: 100%;
    height: auto; }

#anc-service {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0 70px 0; }
  #anc-service ul {
    margin: 50px 0 0 0;
    padding: 0;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #anc-service ul li {
      list-style: none;
      width: 322px;
      text-align: center;
      margin-bottom: 100px;
      position: relative; }
      #anc-service ul li figure {
        margin: 0;
        padding: 0;
        text-align: center; }
        #anc-service ul li figure figcaption {
          font-size: 20px;
          font-size: 2rem;
          margin-top: 5px;
          font-weight: 400; }
      #anc-service ul li p {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 30px 0 0 0; }
      #anc-service ul li p.btn {
        position: absolute;
        top: 290px;
        left: 50%;
        transform: translateX(-50%);
        background: #D45153; }
        #anc-service ul li p.btn a {
          color: #fff; }

#anc-about, #anc-philosophy {
  background: #F5F5F5;
  width: 100%;
  padding: 30px 0; }
  #anc-about .wrapper, #anc-philosophy .wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #anc-about .wrapper div, #anc-philosophy .wrapper div {
      width: 490px; }
    #anc-about .wrapper h3, #anc-philosophy .wrapper h3 {
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: 400;
      margin: 20px 0;
      text-align: center; }
      #anc-about .wrapper h3 + p, #anc-philosophy .wrapper h3 + p {
        font-size: 14px;
        font-size: 1.4rem; }

#anc-message {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 35px 0 60px; }
  #anc-message .wrapper {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px; }
    #anc-message .wrapper div {
      width: 491px;
      text-align: center; }
      #anc-message .wrapper div p {
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left;
        margin: 0; }
        #anc-message .wrapper div p + p {
          margin-top: 20px;
          font-size: 24px;
          font-size: 2.4rem;
          font-weight: 400;
          text-align: center; }
          #anc-message .wrapper div p + p + p {
            text-align: center;
            margin-top: 15px; }

#anc-work {
  background: #F5F5F5;
  padding: 40px 0;
  text-align: center; }
  #anc-work ul {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #anc-work ul li {
      list-style: none;
      width: 25%; }
      #anc-work ul li img {
        width: 100%;
        height: auto; }
  #anc-work p.btn {
    background: #D5D5D5; }
    #anc-work p.btn a {
      color: #000; }

#anc-online {
  padding: 50px 0; }
  #anc-online div {
    width: 100%;
    height: 474px;
    background: url(../img/mamyrose.jpg) no-repeat top center;
    background-size: cover;
    margin: 30px 0 50px; }
  #anc-online ul {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #anc-online ul li {
      list-style: none;
      width: 275px; }
      #anc-online ul li a:hover, #anc-online ul li a:active {
        opacity: 0.5; }

#anc-company {
  background: #F5F5F5;
  padding: 50px 0 150px; }
  #anc-company dl {
    width: 670px;
    margin: 30px auto 0;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    font-size: 1.4rem; }
    #anc-company dl dt {
      width: 60px;
      text-align: right;
      padding: 0;
      margin-right: 20px;
      margin-bottom: 5px; }
    #anc-company dl dd {
      width: 590px;
      margin: 0;
      padding: 0; }

#copy {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 0; }

#spmenu {
  display: none; }

.sp {
  display: none; }
