@charset "UTF-8";
body {
  color: #000;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

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

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.sp {
  display: none;
}

.logo {
  display: inline-block;
  width: 186px;
}

.logo a, .logo img {
  width: 100%;
}

.contact-btn {
  display: inline-block;
  width: 229px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact-btn-wrapper {
  padding-top: 12px;
}

.contact-btn:hover {
  opacity: .8;
}

.drawer-open, .drawer-close {
  display: none;
}

.header {
  border-top: 10px solid #1D5183;
}

.header-upper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-img {
  display: block;
  width: 245.4px;
}

.global-nav {
  padding-bottom: 7px;
  width: 100%;
}

.global-nav-list {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.global-nav-item {
  width: calc(1000px / 6);
  font-size: 16px;
  text-align: center;
  border-left: 1px solid #1D5183;
}

.global-nav-item a {
  display: inline-block;
  width: 100%;
  padding: 7px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.global-nav-item a:hover {
  color: #29009B;
  opacity: .8;
}

.global-nav-item:last-child {
  border-right: 1px solid #1D5183;
}

.main-visual {
  background-color: #BBD7FF;
}

.main-visual-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding: 22px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.copyright {
  font-size: 15px;
  text-align: center;
  margin: 15px 0 50px 0;
}

.main-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #4B6F9A;
}

.main-title-desc {
  margin-top: 7px;
  text-align: center;
  font-size: 19px;
  line-height: 22px;
}

.main-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.main-about {
  margin-bottom: 40px;
}

.main-about-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 23px;
}

.main-about-desc {
  width: 473.9px;
}

.main-about-desc-caption {
  font-size: 15px;
  line-height: 21.92px;
}

.main-about-desc-img {
  width: 298px;
  height: 125.5px;
  margin: 17px 91.5px 0 91.5px;
  background-image: url("../images/main-storage@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.main-about-graph {
   max-width: 480px;
}

.main-about-problem, .main-about-solution {
  max-width: 460px;
}

.arrow-orange {
  width: 46px;
  height: 38.46px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.main-solution {
  padding: 0 0 50px 0;
  background-color: #EAEAEA;
}

.main-solution-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.main-solution-item {
  width: 25%;
}

.main-solution-item-img {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-solution-item:nth-child(1) > .main-solution-item-img {
  background-image: url("../images/main-food1@2x.png");
  background-position: 50% 50%;
}

.main-solution-item:nth-child(2) > .main-solution-item-img {
  background-image: url("../images/main-food2@2x.png");
  background-position: 100% 50%;
}

.main-solution-item:nth-child(3) > .main-solution-item-img {
  background-image: url("../images/main-food3@2x.png");
  background-position: 50% 50%;
}

.main-solution-item:nth-child(4) > .main-solution-item-img {
  background-image: url("../images/main-food4@2x.png");
  background-position: 50% 50%;
}

.main-solution-item-caption {
  margin-top: 10px;
  text-align: center;
  color: #FF4600;
  font-size: 22px;
  font-weight: bold;
}

.main-solution-desc {
  font-size: 15px;
  text-align: center;
  line-height: 21.92px;
  margin-top: 35px;
  margin-bottom: 26px;
}

.main-solution-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 33px;
}

.main-solution-list2 li {
  width: 195px;
}

.secret-btn {
  display: block;
  margin: 40px auto 0;
  width: 340px;
  -webkit-transition: .3s;
  transition: .3s;
}

.secret-btn:hover {
  opacity: .8;
}

.main-trial {
  text-align: center;
}

.main-trial-title {
  font-size: 26px;
  margin: 30px 0 5px 0;
}

.main-trial-btn {
  display: inline-block;
  width: 480px;
  -webkit-transition: .3s;
  transition: .3s;
}

.main-trial-btn:hover {
  opacity: .8;
}

.main-trial-desc {
  width: 480px;
  font-size: 15px;
  line-height: 21.92px;
  text-align: left;
  margin: 15px auto 35px;
}

.main-contact {
  padding: 40px 0;
  margin-bottom: 5px;
  text-align: center;
  background-color: #EAEAEA;
}

.main-contact-btn {
  display: inline-block;
  width: 600px;
  -webkit-transition: .3s;
  transition: .3s;
}

.main-contact-btn:hover {
  opacity: .8;
}

.footer {
  border-top: 10px solid #77A5B3;
  border-bottom: 10px solid #D2465A;
}

.footer-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px auto;
}

.footer-logo {
  padding-top: 10px;
  margin-right: 55px;
}

.footer-logo .logo {
  width: 172.7px;
}

.footer-desc {
  margin-right: 100px;
}

.footer-desc-name {
  font-size: 21px;
  color: #1D5183;
  margin-bottom: 5px;
}

.footer-desc-name-sub {
  font-size: 18px;
  margin-bottom: 5px;
}

.footer-desc-address {
  font-size: 15px;
  line-height: 20px;
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 277.4px;
  height: 100px;
}

.footer-nav-item {
  margin-bottom: 14px;
}

.footer-nav-item a {
  font-size: 15px;
  color: #29009B;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-nav-item a span {
  color: #1D5183;
  margin-right: 7px;
}

.footer-nav-item a:hover {
  opacity: .6;
}

.footer-copyright {
  margin: 30px 0;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.075em;
}

.scroll-to-top {
  position: absolute;
  right: -55px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
@media (max-width : 1150px){
  .scroll-to-top {
    right: 55px;
    top: 96px;
  }
}

.scroll-to-top:hover {
  opacity: .8;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.modal.open {
  opacity: 1;
  z-index: 2;
}

@media screen and (max-width: 481px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .header-wrapper, .main-wrapper, .main-visual-wrapper, .footer-wrapper, .page-wrapper, .page-trial-container, .page-company-wrapper, .page-contact-wrapper {
    max-width: 376px;
    width: 100vw;
    overflow: hidden;
  }
  .logo {
    width: 119px;
  }
  .drawer-open {
    display: block;
    width: 24px;
    height: 16px;
    margin-top: 12px;
    cursor: pointer;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .header-wrapper {
    padding: 10px 15px 5px 15px;
  }
  .header-upper {
    padding: 0;
  }
  .header-img {
    width: 159.45px;
  }
  .drawer-close {
    display: block;
    position: absolute;
    top: 24px;
    left: 200px;
    width: 11.5px;
    height: 11.5px;
    cursor: pointer;
  }
  .global-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 235px;
    height: 525px;
    background-color: #fff;
    padding-bottom: 0;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 3;
  }
  .global-nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .global-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 207px;
    margin: 50px auto 0;
  }
  .global-nav-item {
    width: 100%;
    font-size: 15px;
    padding: 0;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #D6D6D6;
  }
  .global-nav-item:last-child {
    border-right: none;
  }
  .global-nav-item a {
    position: relative;
    display: block;
    padding: 20px 10px;
  }
  .global-nav-item a::after {
    content: '\f054';
    /*chevron-right*/
    position: absolute;
    top: 20px;
    right: 20px;
    color: #1D5183;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    font-size: 15px;
  }
  .global-nav-logo {
    width: 138px;
    margin: 30px auto 0;
  }
  .global-nav-logo .logo {
    width: 100%;
  }
  .main {
    margin-top: 63.11px;
  }
  .main-visual {
    background-image: none;
    height: 610px;
    background-color: #BBD7FF;
  }
  .main-visual-wrapper {
    padding: 0;
  }
  .sp-main-visual {
    width: 100%;
  }
  .main-title {
    font-size: 22px;
    line-height: 35px;
    padding: 0 25px;
  }
  .main-title-desc {
    padding: 0 25px;
  }
  .main-about {
    margin-bottom: 60px;
  }
  .main-about-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-about-graph {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin: 0 auto 20px;
  }
  .main-about-desc {
    width: 342px;
    margin: 0 auto;
  }
  .main-about-desc-caption {
    width: 100%;
  }
  .main-about-desc-img {
    margin: 43px auto 0;
  }
  .sp-main-about {
    margin: 0 auto;
  }
  .main-solution {
    padding-top: 0;
    background-color: #fff;
  }
  .main-solution-list1 {
    margin: 15px auto 0;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-solution-item {
    width: 50%;
  }
  .main-solution-item-img {
    height: 125px;
  }
  .main-solution-item-caption {
    font-size: 16px;
    margin: 3px 0 25px 0;
  }
  .main-solution-desc {
    margin: 20px auto 26px;
    text-align: left;
  }
  .main-solution-list2 {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .main-solution-list2 li {
    width: 148px;
    margin-bottom: 35px;
  }
  .main-solution .secret-btn {
    width: unset;
    margin-top: 0;
  }
  .main-trial-title {
    width: 303px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
  }
  .main-trial-btn {
    width: 100%;
    margin: 0 auto;
  }
  .main-trial-desc {
    width: 350px;
  }
  .sp-main-contact-btn {
    margin: 0 auto;
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 10px;
  }
  .footer-nav-list {
    width: 350px;
    height: unset;
    margin: 0 auto;
  }
  .footer-nav-item {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 0;
  }
  .footer-nav-item a {
    display: block;
    padding: 20px 0;
  }
  .footer-logo {
    padding: 0;
    margin: 40px auto;
  }
  .footer-desc {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 320px;
    margin: 0 auto;
  }
  .footer-desc-name {
    font-weight: bold;
  }
  .footer-desc-name-sub {
    font-weight: bold;
  }
  .footer-copyright {
    margin-top: 8px;
    margin-bottom: 80px;
  }
  .sp-contact-btn {
    position: fixed;
    bottom: -2px;
    left: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: .9;
  }
  .sp-contact-btn a {
    display: block;
    width: 50%;
  }
  
  .sp-contact-btn a, .sp-contact-btn img{
    font-size: 0;
  }
  .scroll-to-top {
    display: none;
    position: fixed;
    right: 55px;
    bottom: 120px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .scroll-to-top.show {
    opacity: .8;
  }
}

.page-about-desc1 img.pc {
  width: 564px;
  margin: 0 auto;
}

.sp-desc-container {
  margin-top: 35px;
  width: 100%;
}

.sp-desc-container .sub-title {
  font-size: 35px;
  font-weight: bold;
  color: #470073;
  margin-bottom: 12px;
}

.sp-desc-container .sub-desc {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.sp-desc-container .dt {
  font-size: 21px;
  color: #D76800;
  margin-bottom: 5px;
}

.sp-desc-container .dd {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 5px 22px 5px 20px;
  background-color: #FFFFD8;
  border-radius: 13.5px;
}

.sp-desc-container2 .desc {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 18px;
}

.aspect-desc {
  margin-bottom: 35px;
  line-height: 1.5;
}

.no-drip-desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

.no-drip-desc-wrapper p {
  font-size: 15px;
  text-align: center;
}

.no-drip-desc-wrapper p:first-child {
  padding-right: 8%;
}

.no-drip-desc-wrapper p:last-child {
  padding-right: 15%;
}

.crumbs {
  font-size: 15px;
  max-width: 1040px;
  padding: 0 20px;
  margin: 15px auto 0;
}

.crumbs a {
  color: #29009B;
  -webkit-transition: .3s;
  transition: .3s;
}

.crumbs a:hover {
  opacity: .6;
}

.crumbs-arrow {
  font-size: 18px;
}

.page-banner {
  background-color: #BBD7FF;
  height: 100px;
  text-align: center;
	position: relative;
}

.page-banner img {
  display: inline-block;
  /* height: 90px; */
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
	
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.page-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.page-aspects {
  max-width: 954px;
  padding: 0 20px;
  margin: 0 auto;
}

.page-about1 {
  margin-bottom: 80px;
}

.page-about2 {
  background-color: #EAEAEA;
  padding-top: 20px;
  padding-bottom: 40px;
}

.page-about3 {
  padding-top: 20px;
}

.page-about-detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 30px;
}

.page-about-img1 {
  width: 293px;
}

.page-about-img2 {
  width: 290px;
}

.page-about-img3 {
  width: 373px;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.page-about-desc1 {
  width: 629px;
}


.page-about-desc2 {
  width: 638px;
}

.page-about-desc2 p {
  font-size: 15px;
  line-height: 21.92px;
  margin-bottom: 68px;
}

.page-about-desc2 img {
  display: inline-block;
  width: 572px;
}

.page-about-desc3 {
  width: 600px;
}

.page-about-alert {
  font-size: 21px;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
  margin: 20px 0 120px;
}

.page-about-container {
  width: 100%;
  margin-bottom: 120px;
}

.page-about-aspects {
  padding-top: 20px;
  padding-bottom: 40px;
}

.page-about-aspects:nth-of-type(even) {
  background-color: #FFFFD8;
}

.page-about-aspect {
  width: 195px;
}

.page-about-aspect-desc1 {
  width: 586px;
}

.page-about-aspect-desc2 {
  width: 618px;
}

.page-about-aspect-desc3 {
  width: 687px;
}

.page-about-aspect-desc4, .page-about-aspect-desc5 {
  width: 649px;
}

.main-solution._page {
  background-color: #fff;
}

.page-trial {
  padding-bottom: 0;
}

.page-trial-container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 72px;
}

.page-trial-desc {
  width: 510px;
  padding-top: 42px;
}

.page-trial-desc-title {
  font-size: 26px;
  line-height: 42.56px;
}

.page-trial-desc-detail {
  font-size: 15px;
  line-height: 21.92px;
}

.page-trial-img {
  width: 412px;
}

.trial-btn {
  width: 340px;
  margin: 70px auto 35px;
  -webkit-transition: .3s;
  transition: .3s;
}

.trial-btn:hover {
  opacity: .8;
}

.page-access {
  padding-bottom: 40px;
  background-color: #EAEAEA;
}

.page-access-address {
  max-width: 850px;
  padding: 0 20px;
  margin: 20px auto;
}

.page-access-address-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 21.6px;
}

.page-access-address-detail {
  font-size: 15px;
  line-height: 20px;
}

.page-access-address-detail span {
  color: #00B90F;
}

.page-access-map {
  width: 100%;
  max-width: 1025px;
  padding: 0 20px;
  margin: 0 auto;
}

.trial-btn-wrapper {
  padding-bottom: 70px;
}


/*メディア掲載*/

.page-media {
  margin: 0 0 120px;
}

.page-media-wrapper {
  padding-top: 40px;
}

.page-media-desc {
  font-size: 15px;
  line-height: 21px;
  margin: 25px 0 35px;
  text-align: center;
}

.page-media-article {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.page-media-article.middle img {
  width: 73.7%;
}

.page-media-article img{
	max-width: 100%;
}

.page-media-article-desc {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: left;
	padding-left: 15px;
	text-indent: -15px;
	line-height: 1rem;
}

.page-media-article span {
  color: #1D5183;
}


/*20210309追加 メディア掲載を二列表示に + PDFリンクにする*/


.media_2calm{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.media_2calm li{
	width: 44%;
	text-align: left;
	margin:0 3%;
}
.media_2calm li div{
	width: 100%;
	padding: 10px 0px;
}
.media_2calm li div img{
	box-shadow: 0px 3px 6px #999;
}
.media_2calm li:nth-of-type(n+3){
	margin-top: 60px;	
}

/*SP時 1列*/
@media screen and (max-width:480px){
.media_2calm li{
	width: 100%;
	}
.media_2calm li{
	margin: 30px 3%;	
}
}


.page-company-wrapper {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.page-company-logo {
  margin-top: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.page-company-logo .logo {
  display: inline-block;
  width: 173px;
}

.page-company-name {
  padding-top: 25px;
}

.page-company-name img {
  display: inline-block;
  width: 296px;
}

.company-table {
  margin-top: 25px;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.company-table td, .company-table tr {
  padding: 18px;
  border: 1px solid #ccc;
}

.company-table tr > td:first-child {
  background-color: #F4F5F5;
  width: 100px;
}

.history-table {
  border-collapse: collapse;
  width: 640px;
  margin: 45px auto 120px;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.history-table tr > td:first-child {
  width: 270px;
}

.history-table tr > td:last-child {
  padding-left: 35px;
}

._page .main-trial-title {
  margin-top: 75px;
}



.page-contact-wrapper {
  max-width: 942px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.contact-form {
  width: 100%;
  margin-top: 32px;
}

.contact-form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form dt {
  position: relative;
  font-size: 16px;
  color: #666666;
  background-color: #E5E6E6;
  width: 230.5px;
  padding: 15px 10px;
  border-left: 1px solid #ABABA6;
  border-right: 1px solid #ABABA6;
  border-top: 1px solid #ABABA6;
}

.contact-form dt:last-of-type {
  border-bottom: 1px solid #ABABA6;
}

.contact-form dd {
  width: 670px;
  padding: 8px;
  border-right: 1px solid #ABABA6;
  border-top: 1px solid #ABABA6;
}
@media (max-width : 941px){
  .contact-form-list{
    padding-left: 5%;
    width: 100%;
  }
  .contact-form dd {
    border-right: none;
    border-top: none;
  }
}

.contact-form dd:last-of-type {
  border-bottom: 1px solid #ABABA6;
}

.contact-form input:not([type="checkbox"]) {
  display: inline-block;
  padding: 6px;
  width: 654px;
  border: 1px solid #ABABA6;
  border-radius: 5px;
}

.contact-form label {
  display: inline-block;
  color: #666;
  margin: 6px 28px 0 0;
}

.contact-form textarea {
  resize: none;
  padding: 8px;
  line-height: 1.2;
  width: 654px;
  height: 83px;
  border: 1px solid #ABABA6;
  border-radius: 5px;
}

.contact-form .required::after {
  content: '必須';
  position: absolute;
  top: 16px;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  background-color: #D23B4B;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
}

.contact-form .required.wide::after {
  top: 23px;
}

.submit {
  display: block;
  color: #666;
  width: 178px;
  height: 28px;
  text-align: center;
  margin: 20px auto 100px;
  background-color: #fff;
  border: 1px solid #ABABA6;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.submit:hover {
  color: #fff;
  background-color: #666;
}

.privacy-policy {
  padding: 40px 0 80px;
  background-color: #EAEAEA;
}

.privacy-policy p {
  max-width: 823px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 21.92px;
  margin: 52px auto 0;
}

.main-solution.page-contact {
  margin-top: 50px;
  margin-bottom: 55px;
}

.page-thanks {
  text-align: center;
}

.page-thanks-desc {
  margin: 45px 0 80px;
  font-size: 15px;
  line-height: 21px;
}

.page-thanks-logo {
  width: 187.5px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.page-thanks address {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 45px;
}

.to-top-btn {
  display: inline-block;
  color: #666;
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ABABA6;
  border-radius: 6.94px;
  margin-bottom: 130px;
  -webkit-transition: .3s;
  transition: .3s;
}

.to-top-btn:hover {
  opacity: .7;
}

@media (max-width : 1024px){
  .page-about-desc1 img.pc, .page-about-aspect-desc1 {
    width: 450px;
  }
  .page-about-desc1, .page-about-desc2, .aspect-desc, .page-about-aspect-desc2, .page-about-aspect-desc3, .page-about-aspect-desc4, .page-about-aspect-desc5,.page-trial-img{
    padding-left: 20px;
  }
}
@media screen and (max-width: 481px) {
  .header-wrapper, .main-wrapper, .main-visual-wrapper, .footer-wrapper, .page-wrapper, .page-trial-container, .page-company-wrapper, .page-contact-wrapper {
    max-width: 376px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100vw;
    overflow: hidden;
  }
  .header-wrapper {
    margin: 0 auto;
  }
  .sp.page-banner {
    position: relative;
    height: 80px;
    padding: 20px;
    background-image: url("../images/sp-head-bg@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -400px 0;
  }
  .sp.page-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 178px;
    height: 42px;
  }
  .crumbs {
    padding: 0 20px;
    font-size: 12px;
  }
  .crumbs-arrow {
    font-size: 15px;
  }
  .page-wrapper .main-title {
    font-size: 20px;
  }
  .page-about-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    margin: 0 auto;
    overflow: hidden;
  }
  .page-about-img1, .page-about-img2, .page-about-img3 {
    margin: 0 auto;
  }
  .page-about-img1 {
    width: 200px;
    margin-top: 20px;
  }
  .page-about-img2 {
    width: 200px;
    margin-top: 20px;
  }
  .page-about-img3 {
    width: 280px;
    margin-top: 12px;
  }
  .page-about-desc1 {
    width: 100%;
  }
  .page-about-desc2 {
    width: 100%;
    margin-top: 20px;
  }
  .page-about-desc2 p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .page-about-desc2 img {
    width: 100%;
  }
  .page-about-desc3 {
    width: 100%;
    margin-top: 20px;
  }
  .page-about-alert {
    margin: 0 auto -45px;
    font-size: 16px;
    line-height: 1.2;
  }
  .page-about-aspect {
    width: 150px;
    margin: 20px auto 0;
  }
  .page-about-aspect-desc1, .page-about-aspect-desc2, .page-about-aspect-desc3, .page-about-aspect-desc4, .page-about-aspect-desc5 {
    width: 100%;
    margin-top: 30px;
  }
  .page-about-aspect-desc1 > p, .page-about-aspect-desc2 > p, .page-about-aspect-desc3 > p, .page-about-aspect-desc4 > p, .page-about-aspect-desc5 > p {
    margin: 25px 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page-aspects {
    width: 100%;
    margin: 30px auto 0;
  }
  .page-about-container {
    margin-bottom: 0px;
  }
  .sp-page-about-container {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 20px 0;
    background-color: #BBD7FF;
  }
  .sp-page-about-container img {
    display: block;
    margin: 0 auto;
  }
  .sp-page-about-container img:first-child {
    width: 300px;
    margin-bottom: 15px;
  }
  .sp-page-about-container img:nth-child(2) {
    width: 70%;
    margin-bottom: 15px;
  }
  .sp-page-about-container img:nth-child(3) {
    width: 90%;
  }
  .sp-page-about-container p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 20px;
    margin-top: 15px;
    text-align: center;
  }
  .page-about-desc1 img.sp {
    width: 75%;
    margin: 0 auto;
  }
  .sp-desc-container {
    margin-top: 35px;
    width: 100%;
  }
  .sp-desc-container .sub-title {
    font-size: 20px;
    font-weight: bold;
    color: #470073;
    margin-bottom: 12px;
  }
  .sp-desc-container .sub-desc {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .sp-desc-container .dt {
    font-size: 15px;
    color: #D76800;
    margin-bottom: 5px;
  }
  .sp-desc-container .dd {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 5px 8px 5px 10px;
    background-color: #FFFFD8;
    border-radius: 5px;
  }
  .sp-desc-container2 .desc {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .aspect-desc {
    margin-bottom: 15px;
  }
  .no-drip-desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8px;
  }
  .no-drip-desc-wrapper p {
    font-size: 12px;
    text-align: center;
  }
  .no-drip-desc-wrapper p:first-child {
    padding-right: 8%;
  }
  .no-drip-desc-wrapper p:last-child {
    padding-right: 4%;
  }
  .page-trial-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
  .page-trial-desc {
    width: 100%;
  }
  .page-trial-desc-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    padding: 0px 20px 15px;
  }
  .page-trial-desc-detail {
    padding: 0 20px;
    line-height: 1.5;
  }
  .page-trial-img {
    width: 82%;
    margin: 10px auto 0;
  }
  .page-access-address {
    width: 100%;
  }
  .page-access-address-name {
    font-size: 15px;
    width: 100%;
  }
  .page-access-address-detail {
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
  }
  .page-access-map {
    width: 100%;
  }
  .page-media {
    margin-bottom: 60px;
  }
  .page-media-article.middle img {
    width: 100%;
  }
  .page-media-article-desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .page-company-name > img {
    width: 200px;
  }
  .company-table {
    font-size: 15px;
  }
  .company-table td.sp {
    border: none;
  }
  .history-table {
    width: 100%;
    margin-bottom: 45px;
    font-size: 15px;
  }
  .history-table tr > td:first-child {
    width: 42%;
  }
  .history-table td {
    padding-bottom: 12px;
  }
  .page-contact-wrapper {
    max-width: 480px;
    padding: 40px 20px 0;
  }
  .contact-form-list{
    padding-left: 0;
  }
  .contact-form-list {
    display: block;
  }
  .contact-form dt {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    border-bottom: none;
  }
  .contact-form dd {
    font-size: 12px;
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #ABABA6;
    margin-bottom: 18px;
  }
  .contact-form input:not([type="checkbox"]) {
    width: 100%;
  }
  .contact-form label {
    margin-right: 12px;
  }
  .contact-form label input {
    vertical-align: top;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .contact-form textarea {
    width: 100%;
  }
  .privacy-policy {
    padding-bottom: 45px;
  }
  .privacy-policy p {
    width: 100%;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 25px;
  }
  .main-solution.page-contact {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .page-thanks address {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */