@charset "UTF-8";
/*-------------------------------------------------
 common
-------------------------------------------------*/
@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
html {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0; }

body {
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 400;
font-style: normal;  color: #333;
  font-weight: 300;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 750px;
  width: 100%;
  overflow-x: hidden; }

* {
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

a {
  color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

a:hover {
  opacity: 0.7; }

.pc {
  display: block; }

.sp {
  display: none; }

/*-------------------------------------------------
 header
-------------------------------------------------*/
header {
  position: absolute;
  top: 50px;
  width: 100%; }
  header article {
    margin: 0 auto;
    width: 90%; }
    header article .logo {
      width: 120px;
      margin: 0 auto; }

/*-------------------------------------------------
 footer
-------------------------------------------------*/
footer {
  padding: 30px 0 100px; }
  footer article {
    text-align: center; }
    footer article img {
      width: 100px; }

main #top {
  background: url(../img/top.png) 21% 100% no-repeat, linear-gradient(
-45deg, #fbddc8 25%, #f6bcac 25%, #f8c8b2 50%, #fbddc8 50%, #fbddc8 75%, #f8c8b2 75%, #f8c8b2);
  background-size: 125%;
  height: 100vh; }
  main #top article {
    width: 90%;
    margin: 0 auto;
    padding-top: 4vh; }
    main #top article h1 {
      color: #633677;
      text-align: left;
      font-size: 3.8vw;
      line-height: 2em;
font-family: ta-kotodama-r, sans-serif;
    /*font-family: 'Kiwi Maru', serif;*/

font-weight: 400;
font-style: normal;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;}
main #recommend {
  background: #f6cdd3; }
  main #recommend article {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
  main #recommend ul button {
    display: none !important; }
  main #recommend ul li {
    background: #fff;
    margin: 0 auto 10px;
    padding: 10px;
    width: 90% !important; }
    main #recommend ul li dl dt {
      font-size: 18px;
    font-weight: 700;
        text-align: center;
      padding: 0 5px; 
    font-family: ta-kotodama-r, sans-serif;
    /*font-family: 'Kiwi Maru', serif;*/
    font-weight: 400;
    font-style: normal}
      main #recommend ul li dl dt img {
        height: 180px;
        display: block;
        margin: 0 auto; }
    main #recommend ul li dl dt:first-letter {
      color: #e95375; }
    main #recommend ul li dl dd {
    background: #e95375;
    padding: 8px 0px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;}
main #introduction {
  padding: 30px 0; }
  main #introduction article {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    main #introduction article .boxL {
      width: 48%; }
      main #introduction article .boxL h2 span {
        font-size: 2.5vmax;
        display: inline-block;
        background: #e95375;
        padding: 5px 10px;
        margin-bottom: 5px;
        color: #fff; 
    font-family: ta-kotodama-r, sans-serif;
    /*font-family: 'Kiwi Maru', serif;*/
    font-weight: 400;
    font-style: normal;
letter-spacing: -0.1px;}
    main #introduction article .boxR {
      width: 50%; }
      main #introduction article .boxR ul li {
        margin-bottom: 15px;
        line-height: 1.2em;
        text-indent: 0em;
        padding-left: 2em;
        position: relative; }
        main #introduction article .boxR ul li:before {
          content: '✔';
          background: #e95375;
          color: #fff;
          border-radius: 50px;
          margin-right: 0.5em;
          position: absolute;
          width: 20px;
          height: 20px;
          text-align: center;
          vertical-align: middle;
          display: block;
          line-height: 1.5em;
          left: 0;
          top: 0; }
        main #introduction article .boxR ul li em {
          background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #628ab2));
          background: linear-gradient(transparent 70%, #f6cdd3 70%); }
main #forte {
  background: #f6cdd3;
  padding: 30px 0 20px; }
  main #forte article {
    width: 90%;
    margin: 0 auto; }
    main #forte article h3 {
width: 100%;
    margin: 10px auto;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    color: #7a87b0;
    text-align: center;
    font-family: ta-kotodama-r, sans-serif;
    /*font-family: 'Kiwi Maru', serif;*/
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
    padding: 10px 0;}
    main #forte article p {
      margin-bottom: 10px; 
line-height: 2rem;}
  main #forte article:nth-child(2) {
    margin-top: 30px; }
main #suppliers {
  padding: 30px 0; }
  main #suppliers article {
    width: 90%;
    margin: 0 auto; }
    main #suppliers article h2 {
      text-align: center;
      font-size: 22px;
      margin-bottom: 10px;
        text-align: center;
        font-family: ta-kotodama-r, sans-serif;
    /*font-family: 'Kiwi Maru', serif;*/
        font-weight: 400;
        font-style: normal}
        main #suppliers article h2:first-letter {
      color: #8fc1c5; }
    main #suppliers article ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      main #suppliers article ul li {
        width: 21%;
        margin: 2%; }
main #flow {
  padding-top: 30px; }
  main #flow article {
    width: 90%;
    margin: 0 auto; }
    main #flow article h2 {
      font-size: 22px;
      margin-bottom: 10px;
      text-align: center;
        font-family: ta-kotodama-r, sans-serif;
    /*font-family: 'Kiwi Maru', serif;*/
        font-weight: 400;
        font-style: normal}
    main #flow article h2:first-letter {
      color: #8fc1c5; }
    main #flow article h3 {
      text-align: center;
      margin-bottom: 10px; }
    main #flow article ul li {
      position: relative;
      z-index: 2;
      margin-bottom: 30px;
      width: 80%; }
      main #flow article ul li dl {
        position: relative;
        z-index: 2; }
        main #flow article ul li dl dt {
          font-size: 11px;
          font-weight: 400; }
        main #flow article ul li dl dd {
          text-align: center; }
          main #flow article ul li dl dd img {
            width: 90%; }
    main #flow article ul li:nth-child(1):before {
      content: '1';
      position: absolute;
      z-index: 2;
      font-size: 80px;
      font-weight: 900;
      color: #ccc;
      top: -0.5em;
      left: 0; }
    main #flow article ul li:nth-child(1) dl {
      margin-left: 3em; }
    main #flow article ul li:nth-child(2) {
      text-align: right;
      margin-left: auto; }
      main #flow article ul li:nth-child(2):before {
        content: '2';
        position: absolute;
        z-index: 2;
        font-size: 80px;
        font-weight: 900;
        color: #ccc;
        top: -0.5em;
        right: 0; }
      main #flow article ul li:nth-child(2) dl {
        margin-right: 3em; }
    main #flow article ul li:nth-child(3):before {
      content: '3';
      position: absolute;
      z-index: 2;
      font-size: 80px;
      font-weight: 900;
      color: #ccc;
      top: -0.5em; }
    main #flow article ul li:nth-child(3) dl {
      margin-left: 3em; }
    main #flow article ul li:nth-child(4) {
      text-align: right;
      margin-left: auto; }
      main #flow article ul li:nth-child(4):before {
        content: '4';
        position: absolute;
        z-index: 2;
        font-size: 80px;
        font-weight: 900;
        color: #ccc;
        top: -0.5em;
        right: 0; }
      main #flow article ul li:nth-child(4) dl {
        margin-right: 3em; }
main #faq {
  padding: 30px 0;
  background: #8fc1c5; }
  main #faq article {
    width: 90%;
    margin: 0 auto; }
    main #faq article ul li dl dt {
      color: #fff;
      padding-bottom: 10px;
      border-bottom: 1px solid #fff;
      margin-bottom: 10px;
      position: relative; }
      main #faq article ul li dl dt:before {
        content: 'Q';
        margin-right: 1em;
        font-weight: 700; }
      main #faq article ul li dl dt:after {
        content: '+';
        font-weight: 700;
        display: inline-block;
        position: absolute;
        right: 1em;
        font-size: 1.4em;
        top: 0; }
    main #faq article ul li dl dd {
      margin-bottom: 10px;
      text-indent: -1.5em;
      padding-left: 1.5em; }
      main #faq article ul li dl dd:before {
        content: 'A';
        margin-right: 1em;
        font-weight: 700; }
    main #faq article ul li:last-child dt {
      margin-bottom: 0; }
    main #faq article ul li:last-child dd {
      margin-bottom: 0;
      margin-top: 10px; }
main #faq h2{
    text-align: center;
    font-size: 2rem;
    font-family: ta-kotodama-r, sans-serif;
    color: #fff;
    margin-bottom: 20px;
}
main #company {
  padding-top: 30px; }
  main #company article {
    width: 90%;
    margin: 0 auto; }
    main #company article h2 {
      font-size: 22px;
      text-align: center;
      margin-bottom: 10px; 
    font-family: ta-kotodama-r, sans-serif;
    /*font-family: 'Kiwi Maru', serif;*/
    font-weight: 400;
    font-style: normal}
    main #company article h2:first-letter {
      color: #8fc1c5; }
    main #company article .content dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
      main #company article .content dl dt {
        width: 100px;
        font-weight: 400; }
      main #company article .content dl dd {
        color: #666; }
  main #company ul {
    position: relative; }
    main #company ul .slick-prev {
      position: absolute;
      left: 5%;
      z-index: 99;
      top: 60px; }
    main #company ul .slick-next {
      position: absolute;
      right: 5%;
      z-index: 99;
      top: 60px; }
    main #company ul li {
      text-align: center;
      background: #f6cdd3;
      padding: 5% 0; 
height: 245px;}
      main #company ul li img {
        width: 100px;
        margin: 0 auto; }
      main #company ul li dl dt {
        font-size: 14px;
        margin: 10px 0;
        font-weight: 700; }
  main #company .map iframe {
    width: 100%;
    height: 300px; }

main #online {
    padding-bottom: 30px;
}
main #online article a {
    display: block;
    width: 300px;
    text-align: center;
    color: #fff;
    padding: 5% 0;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    background: linear-gradient(#f38f9e, #f13569);
    margin: 0 auto;
    font-family: ta-kotodama-r, sans-serif;
    font-size: 1.8rem;
}

#btnArea {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2);
  font-size: 10px; }
  #btnArea article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #btnArea article a {
      display: block;
      width: 48%;
      text-align: center;
      color: #fff;
      padding: 2% 0;
      border-radius: 10px;
      text-decoration: none;
      font-weight: 400; }
      #btnArea article a img {
        width: 20px;
        margin-right: 5px;
        vertical-align: middle; }
/*
    #btnArea article a:nth-child(1) {
      background: #00b900; }
    #btnArea article a:nth-child(2) {
      background: #283847; }
*/

@media screen and (max-width: 640px) {
  .pc {
    display: none; }

  .sp {
    display: inherit; }

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

/*追加*/

a.btn-radius-solid {
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #00b900 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #00b900 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#00b900));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #00b900 100%);
  background: linear-gradient(to top, #f1e767 0%, #00b900 100%);
}


a.btn-radius-solid2 {
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#036eb8), to(#283847));
  background: -webkit-linear-gradient(top, #036eb8 0%, #283847 100%);
  background: linear-gradient(to bottom, #036eb8 0%, #283847 100%);
}

a.btn-radius-solid2:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#036eb8), to(#283847));
  background: -webkit-linear-gradient(bottom, #036eb8 0%, #283847 100%);
  background: linear-gradient(to top, #036eb8 0%, #283847 100%);
}



@media screen and (max-width: 375px) {
    
main #top article h1{
    font-size: 4.5vw;
    line-height: 2em;
font-family: ta-kotodama-r, sans-serif;
    /*font-family: 'Kiwi Maru', serif;*/
font-weight: 400;
font-style: normal;
}
}

/*# sourceMappingURL=style.css.map */