@charset "UTF-8";
/* ======================================================
   common style
====================================================== */
/* -------------------------------------
   common
------------------------------------- */
body {
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  -webkit-font-smoothing: antialiased;
  /*フォント太くなるのを解消 */
  font-family: "秀英角ゴシック銀 L", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #010101;
  background: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

header a, footer a, #wrapper a, .btn-pagetop a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  color: #010101; }
  header a:hover, footer a:hover, #wrapper a:hover, .btn-pagetop a:hover {
    color: #666;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    header a a, footer a a, #wrapper a a, .btn-pagetop a a {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

#wrapper {
  position: relative;
  line-height: 1.7;
  color: #010101;
  min-width: 1000px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #wrapper {
      min-width: 320px;
      width: 100%;
      overflow: hidden; } }

.box-inner {
  position: relative;
  margin: 0 auto;
  width: 1000px; }
  .box-inner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .box-inner {
      min-width: 320px;
      width: 100%; } }

.btn-transition a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  padding: 7px 25px 7px 44px; }
  .btn-transition a:link, .btn-transition a:visited {
    filter: alpha(opacity=100);
    background-color: #cccccc; }
  .btn-transition a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #cccccc; }

/* -------------------------------------
   header
------------------------------------- */
#wrapper header#header {
  position: relative;
  display: block;
  width: 100%;
  height: 700px;
  background: url(../img/main/image2.jpg) 100% 0px no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  #wrapper header#header .header-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0; }
  #wrapper header#header svg {
    vertical-align: bottom; }
  #wrapper header#header .gr {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0; }
  #wrapper header#header h1 {
    position: relative;
    top: 160px;
    text-align: center; }
  @media screen and (max-width: 1040px) {
    #wrapper header#header {
      background: url(../img/main/image2.jpg) 50% 100% no-repeat;
      background-size: 100%;
      height: 500px; } }
  @media screen and (max-width: 767px) {
    #wrapper header#header {
      min-width: 320px;
      width: 100%;
      height: 190px;
      background: url(../img/main/image2.jpg) 50% 100% no-repeat;
      background-size: 100%; }
      #wrapper header#header h1 {
        top: 50px; }
        #wrapper header#header h1 img {
          width: 30%; } }
  @media screen and (max-width: 380px) {
    #wrapper header#header h1 {
      top: 60px; }
      #wrapper header#header h1 img {
        width: 35%; } }

/* -------------------------------------
   contents
------------------------------------- */
#wrapper .nav-header {
  position: relative;
  display: block;
  z-index: 95; }
  #wrapper .nav-header .nav-inner {
    position: fixed;
    display: block;
    background-color: rgba(253, 255, 250, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    border: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
  #wrapper .nav-header ul {
    padding-bottom: 40px;
    padding-top: 60px; }
  #wrapper .nav-header li {
    display: block;
    *zoom: 1;
    padding: 0 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em; }
    #wrapper .nav-header li a {
      border-bottom: none !important;
      padding: 15px 0 !important;
      display: block;
      color: #666666;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #wrapper .nav-header li a:hover, #wrapper .nav-header li a:active {
        color: #ffffff;
        background: #5db8bb; }
      #wrapper .nav-header li a:link, #wrapper .nav-header li a:visited {
        filter: alpha(opacity=100); }
  #wrapper .nav-header .link-facebook {
    font-size: 28px;
    font-size: 1.75rem;
    position: fixed;
    z-index: 80;
    right: 45px;
    top: 70px;
    display: block;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      #wrapper .nav-header .link-facebook {
        font-size: 22.75px;
        font-size: 1.421875rem; } }
    #wrapper .nav-header .link-facebook a:link, #wrapper .nav-header .link-facebook a:visited {
      color: #dfdfdf; }
    #wrapper .nav-header .link-facebook a:hover, #wrapper .nav-header .link-facebook a:active {
      color: #666; }
  #wrapper .nav-header .btn-menu-toggle {
    position: fixed;
    z-index: 999;
    top: 22px;
    right: 35px;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer; }
    #wrapper .nav-header .btn-menu-toggle:hover .bar {
      background: #666; }
    #wrapper .nav-header .btn-menu-toggle .bar {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 32px;
      height: 4px;
      background: #dfdfdf;
      -webkit-transition: all .5s;
      transition: all .5s;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }
    #wrapper .nav-header .btn-menu-toggle .bar.middle {
      top: 10px;
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom; }
    #wrapper .nav-header .btn-menu-toggle .bar.bottom {
      top: 21px;
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom; }
    #wrapper .nav-header .btn-menu-toggle.close:hover .bar {
      background: #666; }
    #wrapper .nav-header .btn-menu-toggle.close .bar {
      background: #999; }
    #wrapper .nav-header .btn-menu-toggle.close .bar.top {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #wrapper .nav-header .btn-menu-toggle.close .bar.middle {
      opacity: 0; }
    #wrapper .nav-header .btn-menu-toggle.close .bar.bottom {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media screen and (max-width: 767px) {
    #wrapper .nav-header .nav-inner {
      background-color: rgba(253, 255, 250, 0.8); }
    #wrapper .nav-header .link-facebook {
      font-size: 36px;
      font-size: 2.25rem;
      right: 30px;
      top: 60px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    #wrapper .nav-header .link-facebook {
      font-size: 29.25px;
      font-size: 1.828125rem; } }
  @media screen and (max-width: 767px) {
    #wrapper .nav-header .btn-menu-toggle {
      right: 22px; } }

body.open #wrapper .nav-header .link-facebook {
  display: none;
  /*a{
  	&:link ,&:visited {
  	color: #999;
  	}
  	&:hover,&:active {
  		color: #666;
  	}
  }*/ }

/*
body.open {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
*/
/* -------------------------------------
   contents
------------------------------------- */
#contents {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #contents {
      min-width: 320px;
      width: auto; } }

/* -------------------------------------
   footer
------------------------------------- */
footer {
  position: relative;
  display: block;
  background: #6b6464;
  color: #fff;
  width: 100%;
  padding: 0 0 40px;
  margin-top: -1px; }
  footer .copyright {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem; }

/* -------------------------------------
   btn-pagetop
------------------------------------- */
.btn-pagetop {
  position: fixed;
  bottom: 22px;
  right: 35px;
  z-index: 2;
  font-size: 56px;
  font-size: 3.5rem; }
  @media screen and (max-width: 767px) {
    .btn-pagetop {
      font-size: 45.5px;
      font-size: 2.84375rem; } }
  .btn-pagetop a {
    color: #333; }
    .btn-pagetop a:hover, .btn-pagetop a:active {
      color: #ccc; }
  @media screen and (max-width: 767px) {
    .btn-pagetop {
      right: 22px; }
      .btn-pagetop a {
        color: #333; }
        .btn-pagetop a:hover, .btn-pagetop a:active {
          color: #333; } }

/* -------------------------------------
   about
------------------------------------- */
#about {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 40px 0 150px 0;
  margin-top: -1px; }
  #about .news-box {
    width: 680px;
    margin: 0 auto;
    padding: 40px 0;
    margin-bottom: 4em;
    border-top: 1px dotted #89949e;
    border-bottom: 1px dotted #89949e; }
    #about .news-box p.description {
      color: #ee4542;
      font-size: 14px;
      font-size: 0.875rem; }
      #about .news-box p.description a {
        color: #ee4542; }
  #about .inner-box {
    width: 680px;
    margin: 0 auto; }
    #about .inner-box h2 {
      font-family: 'Cabin Sketch', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 36px;
      font-size: 2.25rem;
      text-align: center;
      margin-bottom: 1em;
      color: #5db8bb;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        #about .inner-box h2 {
          font-size: 29.25px;
          font-size: 1.828125rem; } }
    #about .inner-box p.working-style {
      font-family: 'Cabin Sketch', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem;
      text-align: center;
      margin-bottom: 1.2em; }
  @media screen and (max-width: 767px) {
    #about {
      min-width: 320px;
      width: auto;
      padding: 40px 0 40px 0; }
      #about .news-box {
        min-width: 260px;
        width: auto;
        padding: 30px;
        border-top: 0px dotted #89949e; }
      #about .inner-box {
        min-width: 260px;
        width: auto;
        padding: 0 30px; } }

/* -------------------------------------
   service
------------------------------------- */
#service {
  position: relative;
  display: block;
  width: 100%;
  background: #89949e;
  padding: 70px 0 80px 0;
  color: #ffffff; }
  #service .inner-box {
    min-width: 940px;
    max-width: 1024px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden; }
  #service h2 {
    font-family: 'Cabin Sketch', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #service h2 {
        font-size: 29.25px;
        font-size: 1.828125rem; } }
  #service .service-table {
    margin-right: -3.33%;
    overflow: hidden; }
  #service .service-box {
    width: 30%;
    float: left;
    margin-right: 3.33%;
    margin-bottom: 30px; }
  #service h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  #service p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px; }
  #service ul {
    list-style: none;
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
    margin-right: -5px; }
  #service li {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    float: left;
    color: #345862;
    background: #a9ebe7;
    width: 45%;
    margin: 0 10px 10px 0;
    padding: 3px 0;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; }
  @media screen and (max-width: 767px) {
    #service {
      min-width: 320px;
      width: auto;
      padding: 30px 0 30px 0; }
      #service h2 {
        margin-bottom: 30px; }
      #service .inner-box {
        min-width: 260px;
        width: auto;
        padding: 0 30px; }
      #service .service-table {
        margin-right: 0%; }
      #service .service-box {
        width: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 30px; }
      #service ul {
        width: 100%;
        margin-right: -10px; }
      #service li {
        float: left;
        width: 46%;
        margin: 0 10px 10px 0;
        padding: 3px 0;
        letter-spacing: -0.1em; } }

/* -------------------------------------
   works
------------------------------------- */
#works {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 70px 0 80px 0;
  line-height: 1.4; }
  #works .inner-box {
    margin: 0 auto; }
  #works h2 {
    font-family: 'Cabin Sketch', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 50px;
    color: #676767; }
    @media screen and (max-width: 767px) {
      #works h2 {
        font-size: 29.25px;
        font-size: 1.828125rem; } }
  #works p {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px; }
  #works .swiper-container {
    padding-bottom: 40px; }
  #works .swiper-slide {
    width: 270px; }
  #works dl {
    width: 270px;
    height: 450px; }
  #works dt.img {
    width: 268px;
    border: 1px solid #ccc;
    margin-bottom: 15px; }
  #works dt.title {
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin-bottom: 15px; }
  #works dt.title span {
    font-size: 14px;
    font-size: 0.875rem; }
  #works dd.client {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px; }
  #works dd.category {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px; }
  #works dd.link {
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-size: 0.75rem; }
    #works dd.link i {
      padding-right: 0.8em; }
    #works dd.link a {
      text-decoration: none;
      background: #676767;
      color: #fff;
      padding: 8px 20px 8px 20px; }
      #works dd.link a:hover {
        background: #949494; }
  @media screen and (max-width: 767px) {
    #works {
      min-width: 320px;
      width: auto;
      padding: 30px 0 30px 0; }
      #works h2 {
        margin-bottom: 30px; }
      #works .swiper-container {
        margin: 0 30px;
        padding-bottom: 0px;
        overflow: visible; }
      #works .swiper-slide {
        width: 100%; }
      #works .swiper-button-prev {
        left: -20px; }
      #works .swiper-button-next {
        right: -20px; }
      #works .swiper-pagination {
        display: none; }
      #works dl {
        width: auto;
        height: auto; }
      #works dt.img {
        width: auto;
        border: 1px solid #ccc;
        margin-bottom: 10px; }
        #works dt.img img {
          width: 100%; } }

/* -------------------------------------
   project
------------------------------------- */
#project {
  position: relative;
  display: block;
  width: 100%;
  background: #5db8bb;
  padding: 70px 0 0 0;
  color: #ffffff; }
  #project .inner-box {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden; }
  #project h2 {
    font-family: 'Cabin Sketch', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #project h2 {
        font-size: 29.25px;
        font-size: 1.828125rem; } }
  #project .project-img {
    width: 100%; }
    #project .project-img img {
      width: 100%; }
  #project .project01 {
    width: 100%;
    background: #5db8bb; }
  #project .project-box {
    min-width: 900px;
    max-width: 944px;
    margin: 0 auto;
    padding: 40px 40px;
    overflow: hidden; }
    #project .project-box .logo {
      width: 144px;
      float: left; }
    #project .project-box .name {
      display: block;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold;
      margin: 0 0 10px 222px; }
    #project .project-box .description {
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0 0 20px 222px; }
    #project .project-box .share {
      margin: 0 0 0 222px;
      letter-spacing: 0.05em; }
      #project .project-box .share ul {
        list-style: none;
        overflow: hidden; }
      #project .project-box .share li {
        float: left;
        display: block;
        margin: 0 20px 0 0; }
        #project .project-box .share li i {
          margin-right: 0.8em; }
        #project .project-box .share li a {
          font-family: 'Roboto', sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          font-size: 1rem;
          display: block;
          text-decoration: none;
          background: #fff;
          color: #5db8bb;
          padding: 12px 30px;
          width: 120px;
          text-align: center; }
          #project .project-box .share li a:hover {
            color: #5db8bb;
            background: #d3edee; }
  @media screen and (max-width: 767px) {
    #project {
      min-width: 320px;
      width: auto;
      padding: 30px 0 0 0; }
      #project h2 {
        margin-bottom: 30px; }
      #project .inner-box {
        width: auto;
        margin: 0 auto;
        overflow: hidden; }
      #project .project01 {
        padding: 0 0 30px; }
      #project .project-box {
        position: relative;
        width: auto;
        min-width: 240px;
        margin: 0 auto;
        padding: 40px 30px 20px;
        overflow: hidden; }
        #project .project-box .logo {
          float: none;
          position: absolute;
          bottom: 0;
          max-width: 144px;
          width: 35%; }
        #project .project-box .name {
          margin: 0 0 10px 0px; }
        #project .project-box .description {
          margin: 0 0 40px 0px; }
        #project .project-box .share {
          float: right;
          margin: 0 0 0 0px; }
          #project .project-box .share li {
            float: none;
            display: block;
            margin: 0; }
            #project .project-box .share li a {
              padding: 8px 10px;
              width: 110px;
              text-align: center; }
              #project .project-box .share li a:hover {
                color: #5db8bb;
                background: #fff; }
          #project .project-box .share li:first-child {
            margin-bottom: 10px; } }

/* -------------------------------------
   company
------------------------------------- */
#company {
  position: relative;
  display: block;
  width: 100%;
  background: #a29797;
  padding: 70px 0 70px 0;
  color: #ffffff; }
  #company .inner-box {
    width: 800px;
    margin: 0 auto;
    overflow: hidden; }
  #company h2 {
    font-family: 'Cabin Sketch', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #company h2 {
        font-size: 29.25px;
        font-size: 1.828125rem; } }
  #company dl {
    overflow: hidden; }
  #company dt {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    float: left;
    width: 20%; }
  #company dd {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 20%;
    margin-bottom: 20px; }
  #company ul {
    list-style: none; }
  #company li {
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #company {
      min-width: 320px;
      width: auto;
      padding: 30px 0 30px 0; }
      #company h2 {
        margin-bottom: 30px; }
      #company .inner-box {
        width: auto;
        margin: 0 auto;
        padding: 0 30px; }
      #company dt {
        float: none;
        width: auto; }
      #company dd {
        margin-left: 0;
        margin-bottom: 20px; }
      #company a {
        color: #fff; }
        #company a:hover, #company a:active, #company a:link, #company a:visited {
          color: #fff; } }

/* -------------------------------------
   contact
------------------------------------- */
#contact {
  position: relative;
  display: block;
  width: 100%;
  background: #6b6464;
  padding: 70px 0 70px 0;
  color: #ffffff; }
  #contact .inner-box {
    width: 800px;
    margin: 0 auto;
    overflow: hidden; }
  #contact h2 {
    font-family: 'Cabin Sketch', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #contact h2 {
        font-size: 29.25px;
        font-size: 1.828125rem; } }
  #contact p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px; }
  #contact dl {
    overflow: hidden; }
  #contact dt {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    float: left;
    width: 20%;
    padding-top: 10px;
    clear: both; }
  #contact dd {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px; }
  #contact input {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 6px;
    width: 85%;
    border: solid 1px #fff;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: 0; }
  #contact textarea {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 6px;
    width: 85%; }
  #contact .mfp_buttons {
    margin-right: 144px;
    text-align: right;
    letter-spacing: 0.05em; }
    #contact .mfp_buttons button {
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      font-size: 0.875rem;
      background: #fb8482;
      color: #fff;
      padding: 12px 100px;
      border-style: none;
      letter-spacing: 0.1em; }
    #contact .mfp_buttons button:hover {
      background: #fca9a7;
      color: #fff; }
  @media screen and (max-width: 767px) {
    #contact {
      min-width: 320px;
      width: auto;
      padding: 30px 0 70px 0; }
      #contact h2 {
        margin-bottom: 30px; }
      #contact .inner-box {
        width: auto;
        margin: 0 auto;
        padding: 0 30px; }
      #contact dt {
        float: none;
        width: auto;
        padding-top: 10px;
        clear: both; }
      #contact dd {
        margin-left: 0;
        margin-bottom: 20px; }
      #contact input {
        width: 100%; }
      #contact textarea {
        width: 100%; }
      #contact .mfp_buttons {
        margin-right: 0;
        text-align: left; }
        #contact .mfp_buttons button {
          padding: 12px 10px;
          width: 50%; } }

/* -------------------------------------
   mfp
------------------------------------- */
div#mfp_overlay_inner h4 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 20px 0;
  text-align: center;
  font-weight: bold; }

div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  background: #fb8482;
  color: #fff;
  padding: 12px 40px;
  border-style: none;
  margin: 10px; }
  div.mfp_buttons button#mfp_button_send:hover,
  div.mfp_buttons button#mfp_button_cancel:hover {
    background: #fca9a7;
    color: #fff; }
  @media screen and (max-width: 767px) {
    div.mfp_buttons button#mfp_button_send,
    div.mfp_buttons button#mfp_button_cancel {
      margin: 0px; } }

/* -------------------------------------
   thanks page
------------------------------------- */
body#thanks {
  background: #6b6464;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem; }
  body#thanks header#thanks-header {
    position: relative;
    display: block;
    margin: 60px 0 50px; }
  body#thanks header#thanks-header h1 {
    text-align: center; }
    body#thanks header#thanks-header h1 img {
      width: 234px;
      height: 112px; }
  body#thanks #wrapper {
    min-width: 0; }
  body#thanks #container {
    position: relative; }
  body#thanks .mfp_thanks {
    color: #fff;
    margin: 0 auto 80px; }
    body#thanks .mfp_thanks #mfp_thanks {
      margin: 0 0 30px;
      text-align: center; }
    body#thanks .mfp_thanks p {
      margin: 0 0 15px;
      text-align: center; }
  body#thanks .home-btn {
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: 0.05em; }
    body#thanks .home-btn a {
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      font-size: 0.875rem;
      background: #fb8482;
      color: #fff;
      padding: 12px 50px;
      border-style: none;
      text-decoration: none; }
      body#thanks .home-btn a:hover {
        background: #fca9a7;
        color: #fff; }
  body#thanks #footer {
    font-size: 10px;
    font-size: 0.625rem;
    color: #fff;
    text-align: center; }
  @media screen and (max-width: 767px) {
    body#thanks #wrapper {
      width: auto; }
    body#thanks #container {
      padding: 0 20px;
      color: #F00; }
    body#thanks header#thanks-header h1 {
      text-align: center; }
      body#thanks header#thanks-header h1 img {
        width: 166px;
        height: 77px; }
    body#thanks .mfp_thanks {
      margin: 0 auto 40px; }
      body#thanks .mfp_thanks #mfp_thanks {
        text-align: left; }
      body#thanks .mfp_thanks p {
        text-align: left; } }
