@charset "UTF-8";
html, body, div, p, header, footer, img span, ul, ol, li, section, header, footer,
table, th, td, h1, h2, h3, h4, h5, h6, a, form, input, textarea,
dl, dt, dd, iframe, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  line-height: 2;
  height: 100%;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 600; }
  @media (max-width: 768px) {
    body {
      line-height: 1.8; } }

img {
  display: block;
  border: 0; }

a {
  color: #000;
  text-decoration: none; }

#spMenu {
  display: none; }
  @media (max-width: 768px) {
    #spMenu {
      display: block; } }
  #spMenu .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    z-index: 1200; }
  #spMenu .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    width: 100vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    transform: translateX(100vw);
    transition: transform .3s linear; }
  #spMenu .menu-item {
    width: 100%;
    height: auto;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #000; }
  #spMenu .menu.is-active {
    transform: translateX(0); }
  #spMenu .fa {
    font-size: 24px; }
    #spMenu .fa.fa-times {
      color: #fff; }
  #spMenu a {
    padding: .5em 15px;
    display: block;
    color: #fff; }
    #spMenu a.current {
      font-weight: 700; }

header {
  z-index: 100;
  width: 100%;
  display: flex;
  padding: 25px;
  align-items: center; }
  @media (max-width: 768px) {
    header {
      padding: 15px;
      display: block;
      padding-left: 0;
      padding-right: 0; } }
  header #logo {
    margin-right: auto; }
    @media (max-width: 768px) {
      header #logo {
        text-align: center;
        display: block;
        margin-right: 0;
        margin-bottom: 0; } }
    header #logo img {
      height: 80px; }
      @media (max-width: 768px) {
        header #logo img {
          width: 120px;
          height: auto;
          margin: 0 auto 0; } }
  @media (max-width: 768px) {
    header nav {
      display: none;
      position: -webkit-sticky;
      position: sticky;
      top: 0; } }
  header nav ul {
    list-style: none;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-weight: 600; }
    @media (max-width: 768px) {
      header nav ul {
        text-align: center; } }
    header nav ul li {
      display: inline-block;
      margin-left: 30px; }
      header nav ul li.sns-icon {
        margin-left: 15px; }
        header nav ul li.sns-icon a:hover {
          background: transparent; }
        header nav ul li.sns-icon a img {
          width: 24px;
          height: 24px;
          vertical-align: middle;
          display: inline-block; }
          header nav ul li.sns-icon a img:hover {
            opacity: 0.8; }
      header nav ul li.line-icon {
        margin-left: 15px; }
        header nav ul li.line-icon a:hover {
          background: transparent; }
        header nav ul li.line-icon a img {
          width: auto;
          height: 24px;
          vertical-align: middle;
          display: inline-block; }
          header nav ul li.line-icon a img:hover {
            opacity: 0.8; }
      @media (max-width: 768px) {
        header nav ul li {
          padding: 0 10px;
          font-size: 12px; } }
      header nav ul li a {
        transition: 0.5s;
        padding: 5px;
        color: #000; }
        @media (max-width: 768px) {
          header nav ul li a {
            color: #fff; } }
        header nav ul li a:hover {
          background: #000;
          color: #fff; }

@media (max-width: 768px) {
  header nav {
    width: 100%;
    overflow: hidden;
    background: #000; }
  header nav div {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  header nav ul {
    display: inline-table;
    max-width: 100%; }
  header nav ul li {
    display: table-cell; }
  header ::-webkit-scrollbar {
    display: none; } }
#firstview2 {
  position: relative;
  width: 100vw;
  height: calc(100vh - 130px);
  background: #fff no-repeat center center;
  background-size: cover; }
  #firstview2 #bg2 {
    width: 100vw;
    height: calc(100vh - 130px);
    border-top: 0;
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff; }
  #firstview2 #logo2 {
    width: 100vw;
    height: calc(100vh - 130px);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff; }
    #firstview2 #logo2 img {
      width: 200px;
      display: inline;
      margin-bottom: 30px; }
    #firstview2 #logo2 p {
      font-size: 18px; }
      @media (max-width: 768px) {
        #firstview2 #logo2 p {
          font-size: 14px; } }
      #firstview2 #logo2 p br.sponly {
        display: none; }
        @media (max-width: 768px) {
          #firstview2 #logo2 p br.sponly {
            display: block; } }

#firstview {
  position: relative; }
  #firstview div#bg {
    background: url("../images/firstview.png") no-repeat center center;
    background-size: cover;
    width: 70%;
    height: 70vh; }
    @media (max-width: 768px) {
      #firstview div#bg {
        width: 100%;
        height: 35vh; } }
  #firstview div#box {
    position: absolute;
    bottom: 0px;
    right: 100px; }
    @media (max-width: 768px) {
      #firstview div#box {
        right: 10px;
        bottom: 10px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.5); } }
    #firstview div#box p#copy span {
      font-size: 60px;
      /*color: #fff;
      background: #000;*/
      line-height: 100%;
      display: block;
      margin-bottom: 20px;
      min-width: 100px;
      white-space: nowrap; }
      @media (max-width: 768px) {
        #firstview div#box p#copy span {
          font-size: 14px;
          line-height: 110%;
          margin-bottom: 10px; } }
    #firstview div#box p#desc {
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 20px; }
      @media (max-width: 768px) {
        #firstview div#box p#desc {
          margin-top: 10px;
          margin-bottom: 10px;
          font-size: 10px; } }

footer {
  padding: 100px 0;
  text-align: center;
  font-size: 14px; }
  @media (max-width: 768px) {
    footer {
      padding: 30px 0;
      font-size: 12px; } }
  footer #logof {
    width: 200px;
    height: auto;
    margin: 0 auto 50px; }
    @media (max-width: 768px) {
      footer #logof {
        width: 64px;
        margin-bottom: 20px; } }
  footer #copyright {
    margin-top: 100px;
    font-size: 10px;
    font-family: din-2014, sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      footer #copyright {
        margin-top: 30px;
        margin-bottom: 44px; } }

#news {
  color: #fff;
  background: #7E8A71;
  padding: 60px 0; }
  @media (max-width: 768px) {
    #news {
      padding: 10px 0; } }
  #news #news-inner {
    border-left: 15px solid #503337;
    padding-bottom: 25px;
    padding-left: 100px; }
    @media (max-width: 768px) {
      #news #news-inner {
        border-left: 5px solid #503337;
        padding-left: 10px;
        padding-bottom: 0; } }
    #news #news-inner h2 {
      font-size: 60px;
      font-family: din-2014, sans-serif;
      font-weight: 400;
      font-weight: normal; }
      @media (max-width: 768px) {
        #news #news-inner h2 {
          font-size: 30px;
          margin-bottom: 20px; } }
      #news #news-inner h2 span {
        font-size: 13px;
        margin-left: 50px;
        vertical-align: middle;
        font-family: ryo-gothic-plusn, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
        @media (max-width: 768px) {
          #news #news-inner h2 span {
            display: block;
            margin-left: 0;
            font-size: 12px;
            margin-left: 0;
            line-height: 100%; } }
    #news #news-inner table td {
      font-weight: 500;
      padding-right: 20px; }
      @media (max-width: 768px) {
        #news #news-inner table td {
          font-size: 14px;
          display: block; } }
      #news #news-inner table td a {
        color: #fff;
        border-bottom: 1px dotted #fff; }

#concept {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 100px 115px; }
  @media (max-width: 768px) {
    #concept {
      display: block;
      padding: 15px; } }
  #concept h2 {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 20px;
    margin-right: 115px;
    font-family: din-2014, sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      #concept h2 {
        font-size: 30px;
        padding-left: 10px;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0; } }
    #concept h2 span {
      font-size: 12px;
      display: block;
      font-family: ryo-gothic-plusn, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
    #concept h2 + p {
      font-size: 16px;
      padding-left: 115px;
      margin: 50px 0; }
      @media (max-width: 768px) {
        #concept h2 + p {
          padding-left: 10px;
          margin: 10px 0;
          font-size: 12px; } }
  #concept img {
    width: 180px !important;
    margin: 0 auto 50px; }
    @media (max-width: 768px) {
      #concept img {
        width: 120px !important; } }
  #concept div {
    font-weight: 400; }
    #concept div div.col2 {
      column-count: 2;
      column-gap: 50px; }
      @media (max-width: 768px) {
        #concept div div.col2 {
          column-count: 1; } }
    #concept div p {
      margin-bottom: 1em;
      text-align: justify; }
      @media (max-width: 768px) {
        #concept div p {
          font-size: 14px; } }
      #concept div p#name {
        margin-top: 2em;
        text-align: center; }
        #concept div p#name span {
          font-size: 120%; }

#service {
  background: #2D6484;
  padding-bottom: 1px; }
  @media (max-width: 768px) {
    #service {
      padding-top: 35px;
      padding-left: 15px;
      padding-right: 15px; } }
  #service h2 {
    font-size: 60px;
    padding: 100px 0 50px 115px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-family: din-2014, sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      #service h2 {
        font-size: 30px;
        padding-left: 10px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    #service h2 span {
      font-size: 12px;
      display: block;
      font-family: ryo-gothic-plusn, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
    #service h2 + p {
      font-size: 16px;
      padding-left: 115px;
      margin: 50px 0; }
      @media (max-width: 768px) {
        #service h2 + p {
          padding-left: 10px;
          margin: 10px 0;
          font-size: 12px; } }
  #service #service-pickup ul {
    list-style: none;
    width: 1000px;
    margin: 0 auto 100px; }
    @media (max-width: 768px) {
      #service #service-pickup ul {
        width: 100%;
        margin-bottom: 15px; } }
    #service #service-pickup ul li:first-child {
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        #service #service-pickup ul li:first-child {
          margin-bottom: 15px; } }
    #service #service-pickup ul li a img {
      transition: 0.5s; }
      #service #service-pickup ul li a img:hover {
        opacity: 0.8; }
      @media (max-width: 768px) {
        #service #service-pickup ul li a img {
          width: 100%; } }
  #service #service-list {
    display: flex;
    padding: 0 25px;
    min-height: 700px;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: -20px; }
    @media (max-width: 768px) {
      #service #service-list {
        display: block;
        margin-top: 0;
        padding: 0 0; } }
    #service #service-list > div {
      width: 33.333%;
      vertical-align: bottom;
      border: 5px solid #000;
      position: relative;
      background-size: cover; }
      @media (max-width: 768px) {
        #service #service-list > div {
          position: static;
          width: 100%;
          margin-bottom: 10px; } }
      #service #service-list > div#service-01 {
        background: url(../images/service-01.jpg) no-repeat center center;
        border-right: 0; }
        @media (max-width: 768px) {
          #service #service-list > div#service-01 {
            border-right: 5px solid #000; } }
      #service #service-list > div#service-02 {
        background: url(../images/service-02.jpg) no-repeat center center;
        border-right: 0; }
        @media (max-width: 768px) {
          #service #service-list > div#service-02 {
            border-right: 5px solid #000; } }
      #service #service-list > div#service-03 {
        background: url(../images/service-03.jpg) no-repeat center center; }
      #service #service-list > div > div {
        position: absolute;
        background: rgba(0, 0, 0, 0.75);
        color: #fff;
        left: 25px;
        bottom: 25px;
        width: calc(100% - 50px);
        padding: 25px; }
        @media (max-width: 768px) {
          #service #service-list > div > div {
            position: static;
            padding: 20px 15px 15px;
            margin-top: 200px;
            background: rgba(0, 0, 0, 0.8);
            width: 100%; } }
      #service #service-list > div h3 {
        font-size: 25px;
        line-height: 100%;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          #service #service-list > div h3 {
            font-size: 16px; } }
      #service #service-list > div p {
        font-size: 15px;
        font-weight: 400;
        text-align: justify; }
        @media (max-width: 768px) {
          #service #service-list > div p {
            font-size: 12px; } }
  #service #service-other {
    width: 1200px;
    margin: 100px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media (max-width: 768px) {
      #service #service-other {
        width: 100%;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px; } }
    #service #service-other div {
      width: 550px;
      background: #eee;
      padding: 30px 50px 50px; }
      @media (max-width: 768px) {
        #service #service-other div {
          width: 100%;
          padding: 15px;
          margin: 0 auto; } }
      @media (max-width: 768px) {
        #service #service-other div#able {
          margin-bottom: 15px; } }
      #service #service-other div h4 {
        text-align: center;
        font-size: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #999;
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          #service #service-other div h4 {
            text-align: left;
            font-size: 16px;
            padding-bottom: 10px;
            margin-bottom: 15px; } }
      #service #service-other div ul {
        list-style: disc;
        padding-left: 30px;
        font-size: 15px;
        font-weight: 400; }
        @media (max-width: 768px) {
          #service #service-other div ul {
            font-size: 14px;
            padding-left: 20px; } }
        #service #service-other div ul li span {
          font-size: 13px;
          font-weight: 400;
          color: #666;
          line-height: 150%; }

#flow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 100px 115px; }
  @media (max-width: 768px) {
    #flow {
      display: block;
      padding: 15px; } }
  #flow h2 {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 20px;
    margin-right: 115px;
    font-family: din-2014, sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      #flow h2 {
        font-size: 30px;
        padding-left: 10px;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0; } }
    #flow h2 span {
      font-size: 12px;
      display: block;
      font-family: ryo-gothic-plusn, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  #flow #flow-content p.desc {
    font-weight: 400;
    margin-bottom: 50px;
    text-align: justify; }
    @media (max-width: 768px) {
      #flow #flow-content p.desc {
        font-size: 14px; } }
  #flow #flow-content > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 50px; }
    #flow #flow-content > div img {
      width: 100px;
      margin-right: 50px;
      border-radius: 50px; }
      @media (max-width: 768px) {
        #flow #flow-content > div img {
          width: 70px;
          margin-right: 15px; } }
    #flow #flow-content > div h3 {
      font-size: 20px; }
      @media (max-width: 768px) {
        #flow #flow-content > div h3 {
          font-size: 16px;
          line-height: 150%;
          margin-bottom: 10px; } }
    #flow #flow-content > div p {
      font-size: 15px;
      font-weight: 400;
      text-align: justify; }
      @media (max-width: 768px) {
        #flow #flow-content > div p {
          font-size: 13px;
          line-height: 180%; } }
    #flow #flow-content > div div.notice {
      padding: 20px 30px;
      background: #f0f0f0;
      margin-top: 20px; }
      @media (max-width: 768px) {
        #flow #flow-content > div div.notice {
          padding: 15px 20px; } }
      #flow #flow-content > div div.notice h4 {
        font-size: 15px; }
        @media (max-width: 768px) {
          #flow #flow-content > div div.notice h4 {
            line-height: 150%; } }
      #flow #flow-content > div div.notice ul {
        font-size: 13px;
        padding-left: 20px;
        font-weight: 400; }
        @media (max-width: 768px) {
          #flow #flow-content > div div.notice ul {
            line-height: 180%; } }

#price {
  display: flex;
  flex-wrap: nowrap;
  padding: 100px 115px;
  background: #fed; }
  @media (max-width: 768px) {
    #price {
      display: block;
      padding: 15px; } }
  #price h2 {
    font-size: 60px;
    padding: 0 0 50px 0;
    line-height: 100%;
    margin-bottom: 20px;
    margin-right: 200px;
    color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      #price h2 {
        font-size: 30px;
        padding-left: 10px;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0; } }
    #price h2 span {
      font-size: 12px;
      display: block;
      font-family: ryo-gothic-plusn, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
    #price h2 + p {
      font-size: 16px;
      padding-left: 115px;
      margin: 50px 0; }
      @media (max-width: 768px) {
        #price h2 + p {
          padding-left: 10px;
          margin: 10px 0;
          font-size: 12px; } }
  #price img#price-system {
    width: 600px;
    margin: 0 auto 50px; }
    @media (max-width: 768px) {
      #price img#price-system {
        width: 100%; } }
  #price div {
    color: #000;
    min-width: 700px; }
    @media (max-width: 768px) {
      #price div {
        min-width: 100%;
        width: 100%; } }
    #price div p.desc {
      margin-bottom: 20px;
      font-weight: 400; }
      @media (max-width: 768px) {
        #price div p.desc {
          font-size: 14px; } }
    #price div p.campaign {
      background: #813030;
      color: #fff;
      padding: 10px;
      text-align: center;
      border-radius: 5px;
      margin-bottom: 50px;
      box-shadow: 0 2px 0 #503337; }
      #price div p.campaign br {
        display: none; }
        @media (max-width: 768px) {
          #price div p.campaign br {
            display: block; } }
      #price div p.campaign a {
        color: #fff; }
    #price div h3 {
      color: #503337;
      padding: 0;
      font-size: 14px; }
      #price div h3::before {
        content: "● "; }
      #price div h3 + p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px; }
    #price div table {
      border-top: 1px solid rgba(0, 0, 0, 0.5);
      border-collapse: collapse;
      font-weight: 400;
      width: 100%;
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        #price div table:last-child {
          margin-bottom: 0; } }
      #price div table tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
        #price div table tr th, #price div table tr td {
          padding: 10px 20px; }
          @media (max-width: 768px) {
            #price div table tr th, #price div table tr td {
              width: 100%;
              display: block;
              padding: 10px 0 !important; } }
        #price div table tr th {
          text-align: left;
          padding-left: 0;
          font-weight: 700; }
          @media (max-width: 768px) {
            #price div table tr th {
              text-align: justify; } }
          #price div table tr th strong {
            color: #813030; }
        #price div table tr td {
          text-align: right;
          padding-right: 0;
          font-weight: 700;
          white-space: nowrap; }
          #price div table tr td.pricedown {
            color: #813030; }
          @media (max-width: 768px) {
            #price div table tr td small {
              font-size: 9px; } }
      #price div table span {
        display: block;
        font-size: 80%;
        color: #666;
        font-weight: 400; }
      #price div table .btn {
        background: #813030;
        display: inline-block;
        padding: 3px 10px;
        margin-right: 10px;
        color: #fff;
        font-weight: 700;
        border-radius: 5px; }
    #price div #peraichi-price,
    #price div #stores-price {
      margin-bottom: 50px;
      display: block;
      transition: 0.5s; }
      #price div #peraichi-price:hover,
      #price div #stores-price:hover {
        opacity: 0.8; }
      #price div #peraichi-price img,
      #price div #stores-price img {
        width: 100%; }

#works {
  padding: 100px 115px; }
  @media (max-width: 768px) {
    #works {
      padding: 15px; } }
  #works h2 {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 20px;
    margin-right: 115px;
    font-family: din-2014, sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      #works h2 {
        font-size: 30px;
        padding-left: 10px;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0; } }
    #works h2 span {
      font-size: 12px;
      display: block;
      font-family: ryo-gothic-plusn, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  #works div#works-content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      #works div#works-content ul {
        display: block; } }
    #works div#works-content ul li {
      width: 25%; }
      @media (max-width: 768px) {
        #works div#works-content ul li {
          width: 100%; } }
      #works div#works-content ul li img {
        width: 100%;
        margin-bottom: 10px; }
      #works div#works-content ul li span {
        display: block;
        padding-right: 20px;
        line-height: 150%; }
        #works div#works-content ul li span.work-cat {
          background: #7E8A71;
          padding: 5px 15px;
          color: #fff;
          display: inline-block;
          font-size: 11px;
          font-weight: 400;
          margin-bottom: 5px; }
        #works div#works-content ul li span.work-name {
          font-size: 16px; }
        #works div#works-content ul li span.work-desc {
          font-size: 13px;
          font-weight: 400; }

#faq {
  display: flex;
  flex-wrap: nowrap;
  padding: 100px 115px;
  background: #eee; }
  @media (max-width: 768px) {
    #faq {
      display: block;
      padding: 15px; } }
  #faq h2 {
    font-size: 60px;
    padding: 0 0 50px 0;
    line-height: 100%;
    margin-bottom: 20px;
    margin-right: 200px;
    color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      #faq h2 {
        font-size: 30px;
        padding-left: 10px;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0; } }
    #faq h2 span {
      font-size: 12px;
      display: block;
      font-family: ryo-gothic-plusn, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  #faq #faq-content ul {
    list-style: none;
    border-top: 1px solid #ccc; }
    #faq #faq-content ul li {
      border-bottom: 1px solid #ccc;
      padding: 15px 0; }
  #faq #faq-content h3 {
    font-size: 15px; }
    @media (max-width: 768px) {
      #faq #faq-content h3 {
        line-height: 150%;
        margin-bottom: 10px; } }
  #faq #faq-content p {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    text-align: justify; }

#about {
  background: #333 url("../images/about-bg.jpg") no-repeat center center;
  background-blend-mode: overlay;
  background-size: cover;
  padding: 100px 0;
  color: #fff; }
  @media (max-width: 768px) {
    #about {
      padding: 15px; } }
  #about h2 {
    text-align: center;
    font-size: 60px;
    padding: 0 0 50px 0;
    line-height: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-family: din-2014, sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      #about h2 {
        font-size: 30px;
        padding-left: 10px;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0; } }
    #about h2 span {
      font-size: 12px;
      display: block;
      font-family: ryo-gothic-plusn, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  #about #about-content table {
    width: 800px;
    margin: 0 auto;
    border-collapse: collapse; }
    @media (max-width: 768px) {
      #about #about-content table {
        width: 100%; } }
    #about #about-content table tr {
      border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
      #about #about-content table tr th, #about #about-content table tr td {
        padding: 10px;
        font-size: 14px;
        text-align: left;
        vertical-align: top; }
        @media (max-width: 768px) {
          #about #about-content table tr th, #about #about-content table tr td {
            display: block; } }
      @media (max-width: 768px) {
        #about #about-content table tr th {
          padding-bottom: 0; } }
      #about #about-content table tr td {
        font-weight: 400; }
        @media (max-width: 768px) {
          #about #about-content table tr td {
            padding-top: 0; } }

#area {
  margin-top: 100px;
  /*img#area-bg {
  	width:calc(100% - 850px);
  	margin-right: 100px;
  	float: right;
  	vertical-align: bottom;
  	display: inline-block;
  }*/
  background: url(../images/area-bg.png) no-repeat 800px top; }
  @media (max-width: 768px) {
    #area {
      margin-top: 50px; } }
  #area h2 {
    font-size: 60px;
    padding-left: 115px;
    line-height: 100%;
    margin-bottom: 20px;
    font-family: din-2014, sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      #area h2 {
        font-size: 30px;
        padding-left: 10px; } }
    #area h2 span {
      font-size: 12px;
      display: block;
      font-family: ryo-gothic-plusn, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
    #area h2 + p {
      font-size: 16px;
      padding-left: 115px;
      margin: 50px 0; }
      @media (max-width: 768px) {
        #area h2 + p {
          padding-left: 10px;
          margin: 10px 0;
          font-size: 12px; } }
  #area h3 {
    font-size: 25px;
    line-height: 150%;
    background: #7E8A71;
    color: #fff;
    padding-left: 115px;
    margin-bottom: 20px;
    width: 550px; }
    @media (max-width: 768px) {
      #area h3 {
        width: calc(100% - 20px);
        padding: 10px;
        font-size: 16px;
        margin: 0 auto 10px; } }
  #area h4 {
    font-size: 20px;
    padding-left: 115px; }
    @media (max-width: 768px) {
      #area h4 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        margin-bottom: 10px; } }
    #area h4 span {
      font-size: 16px;
      border-left: 1px solid #000;
      vertical-align: middle;
      padding-left: 20px;
      margin-left: 20px; }
      @media (max-width: 768px) {
        #area h4 span {
          font-size: 12px;
          display: block;
          padding-left: 0;
          margin-left: 0;
          border-left: 0; } }
  #area p.notice {
    color: #503337;
    font-size: 14px;
    background: url(../images/notice.png) no-repeat 115px center;
    background-size: 36px 36px;
    padding-left: 165px;
    min-height: 36px;
    margin-top: 20px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      #area p.notice {
        background: none;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
        margin-bottom: 20px; } }

span.marker {
  background: linear-gradient(transparent 60%, #fff000 60%); }

#main h1 {
  position: relative;
  z-index: -2;
  height: 450px;
  line-height: 450px;
  text-align: center;
  font-size: 48px;
  color: #fff;
  font-family: ryo-gothic-plusn, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  @media (max-width: 768px) {
    #main h1 {
      height: auto;
      line-height: 110%;
      padding: 40px 10px;
      font-size: 20px; } }
  #main h1 span {
    position: absolute;
    z-index: -1;
    font-size: 300px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.05);
    font-weight: normal;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0; }
    @media (max-width: 768px) {
      #main h1 span {
        display: none; } }

#main.main-about h1 {
  background: #2D6484; }
#main.main-about #about-lead {
  position: relative;
  height: 700px; }
  @media (max-width: 768px) {
    #main.main-about #about-lead {
      height: auto; } }
  #main.main-about #about-lead img {
    position: absolute;
    top: -65px;
    width: 85%;
    max-width: 1300px; }
    @media (max-width: 768px) {
      #main.main-about #about-lead img {
        top: 0px;
        position: static;
        width: 100%; } }
  #main.main-about #about-lead div {
    position: absolute;
    width: 630px;
    right: 150px;
    top: 150px;
    background: #eeeeee;
    padding: 40px; }
    @media (max-width: 768px) {
      #main.main-about #about-lead div {
        position: static;
        width: 100%;
        right: 0;
        top: 0; } }
    #main.main-about #about-lead div h2 {
      font-size: 50px;
      line-height: 120%;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        #main.main-about #about-lead div h2 {
          font-size: 20px;
          margin-bottom: 10px; } }
    #main.main-about #about-lead div p {
      font-size: 16px; }
      @media (max-width: 768px) {
        #main.main-about #about-lead div p {
          font-size: 12px; } }
#main.main-about #about-main {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (max-width: 768px) {
    #main.main-about #about-main {
      padding: 20px;
      width: 100%;
      display: block; } }
  #main.main-about #about-main h3 {
    font-size: 24px;
    color: #7E8A71;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      #main.main-about #about-main h3 {
        font-size: 20px;
        margin-bottom: 20px; } }
  @media (max-width: 768px) {
    #main.main-about #about-main table {
      font-size: 12px; } }
  #main.main-about #about-main table tr {
    border-bottom: 1px solid #000; }
    #main.main-about #about-main table tr th, #main.main-about #about-main table tr td {
      text-align: left;
      padding: 10px; }
  #main.main-about #about-main #outline table {
    text-align: left; }
    #main.main-about #about-main #outline table th, #main.main-about #about-main #outline table td {
      vertical-align: top;
      padding-left: 0;
      padding-right: 40px; }
      @media (max-width: 768px) {
        #main.main-about #about-main #outline table th, #main.main-about #about-main #outline table td {
          padding-right: 10px; } }
    #main.main-about #about-main #outline table th {
      white-space: nowrap; }
    #main.main-about #about-main #outline table ul {
      padding-left: 25px; }

a#contact {
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: #813030;
  color: #fff;
  text-align: left;
  padding-right: 10px;
  padding-left: 20px;
  transition: 0.5s; }
  a#contact:hover {
    width: 300px; }
  @media (max-width: 768px) {
    a#contact {
      bottom: 0;
      width: 100vw;
      height: 44px;
      line-height: 44px;
      padding: 0;
      text-align: center; }
      a#contact:hover {
        width: 100vw; } }
  a#contact img {
    width: 16px;
    line-height: 50px;
    margin-right: 20px;
    display: inline;
    vertical-align: middle;
    margin-top: -2px; }

.txtlink {
  color: #813030;
  text-decoration: underline;
  font-weight: 700; }
