@charset "UTF-8";

body {
  min-width: auto;
}

.cnt, header .inner, footer .inner, .information .information__inner {
  width: auto;
}

p, a {
  color: #666666;
}

header {
  background-color: transparent;
}

header .inner {
  padding: 15px 30px;
}

header .logo-area a .logo {
  height: 60px;
}

@media screen and (max-width: 950px) {
  header .logo-area a .logo {
    height: 50px;
  }
  
  header .logo-area h1 .corpname {
    width: 110px;
    margin-top: 30px;
  }
}

ul.gmenu {
  padding: 5px;
}

ul.gmenu li {
  padding: 0px 10px;
}

ul.gmenu li .nav-contact {
  border-radius: 100px;
  background-color: #00a0e9;
}

ul.gmenu li .nav-contact {
  color: white;
}

ul.gmenu li a {
  border: 0;
  padding: 0;
  width: 90px;
  max-width: 90px;
  color: #666666;
}

ul.gmenu li a::after {
  content: unset;
}

@media screen and (max-width: 950px) {
  ul.gmenu li {
    padding: 0px 0px;
  }
}

header .navarea {
  background-color: white;
  border-radius: 100px;
  border: 1px solid #666666;
  right: 30px;
}

.mainVisual {
  position: relative;
}

.mainVisual .mainVisual-img {
  height: 730px;
}

.mainVisual .mainVisual-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mainVisual .mainVisual-set {
  position: absolute;
  bottom: -50px;
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1140px;
  gap: 40px;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding: 0 30px;
}

.mainVisual .mainVisual-copy {
  max-width: 400px;
  width: 100%;
  margin-top: -400px;
}

.mainVisual .mainVisual-sub div {
    background-color: #ffffffc2;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
}

.mainVisual .mainVisual-sub div p:first-child {
  color: #00a0e9;
  font-size: 20px;
  font-weight: bold;
}

.mainVisual .mainVisual-sub div p:first-child br {
  display: none;
}

.mainVisual .mainVisual-sub div p:last-child {
  font-size: 23px;
}

.mainVisual .mainVisual-sub div img {
  width: 70%;
  padding: 20px 0;
  display: block;
}

.mainVisual .mainVisual-sub div .btn {
  position: relative;
  background-color: #00a0e9;
  border-radius: 100px;
  color: white;
  font-size: 20px;
  padding: 10px 30px;
}

.mainVisual .mainVisual-sub div .btn::after {
  content: "";
  position: absolute;
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 950px) {
  .mainVisual .mainVisual-set {
    position: absolute;
    bottom: 0;
    flex-flow: column;
    gap: 20px;
    top: 70px;
    margin: auto;
    height: 75%;
  }
  
  .mainVisual .mainVisual-copy {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual .mainVisual-img img {
    object-position: 20% 0px;
  }
}

@media screen and (max-width: 500px) {
  .mainVisual .mainVisual-sub div p:first-child br {
    display: block;
  }

  .mainVisual .mainVisual-sub {
    position: absolute;
    bottom: -40px;
    right: 20px;
  }

  .mainVisual .mainVisual-sub div {
    padding: 0;
    width: 280px;
    height: 280px;
  }

  .mainVisual .mainVisual-sub div p:first-child {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  
  .mainVisual .mainVisual-sub div img {
    width: 55%;
  }

  .mainVisual .mainVisual-sub div .btn {
    font-size: 13px;
    padding: 8px 23px;
  }
}

.content.top .services {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 30px;
}

.content.top .services .services__heading {
  text-align: center;
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}

.content.top .services .services__heading h1 {
  display: flex;
  flex-flow: column;
  font-size: 32px;
  font-weight: bold;
}

.content.top .services .services__heading h1 strong {
  font-size: 25px;
  color: #00a0e9;
  margin-top: 10px;
}

.content.top .services .services__heading p {
  margin-top: 30px;
  font-size: 23px;
}

.content.top .services .services__wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.content.top .services .services__wrap figure {
  display: flex;
  flex-flow: column;
  width: 40%;
  gap: 30px;
}

.content.top .services .services__wrap figure img {
  border-radius: 50%;
  width: 30vw;
  height: 30vw;
  object-fit: cover;
  max-width: 330px;
  max-height: 330px;
  margin: 0 auto;
}

.content.top .services .services__wrap figure figcaption strong {
  text-align: center;
  display: block;
  color: #808080;
  font-size: 23px;
}

.content.top .services .services__wrap figure figcaption p {
  font-size: 16px;
  margin-top: 20px;
}

.content.top .services .link-btn {
  border-radius: 100px;
}

.content.top .services .link-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content.top .services .link-btn::before {
  content: unset;
}

@media screen and (max-width: 950px) {
  .content.top .services .services__wrap figure {
    width: calc(50% - 10px);
  }

  .content.top .services .services__wrap {
    gap: 10px;
  }

  .content.top .services .services__wrap figure img {
    width: 40vw;
    height: 40vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .content.top .services .services__wrap {
    flex-flow: column;
    gap: 70px;
  }

  .content.top .services .services__wrap figure {
    width: 100%;
  }
}

.information {
  background-color: #f2f2f2;
  margin-top: 100px;
}

.information .information__inner {
  max-width: 1140px;
  padding: 100px 30px;
}

.information .info-head__heading h1 {
  color: #666666;
  font-size: 33px;
}

.information .info-head__heading h1 strong {
  font-size: 25px;
  color: #00a0e9;
  display: block;
  margin-top: 15px;
}

.information .info-head__heading .link-btn {
  border-radius: 100px;
}

.information .info-head__heading .link-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.information .info-head__heading .link-btn::before {
  content: unset;
}

.information .info-list {
  width: 70%;
}

.information .info-list dl {
  border-bottom: 1px dotted #ccc;
}

.information .info-list dl dd.date {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .information .info-head__heading h1 {
    text-align: center;
  }
  
  .information .info-head__heading .link-btn {
    margin-top: 30px;
  }

  .information .info-list {
    width: 100%;
  }
}

.company {
  background: unset;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 20px;
}

.company .company__inner {
  display: unset;
  padding: 0;
}

.company .company__heading {
  color: #666666;
  font-size: 33px;
  display: flex;
  flex-flow: column;
  gap: 5px;
  text-align: center;
  margin-bottom: 50px;
}

.company .company__heading::first-letter {
  font-size: unset;
  color:#666666;
}

.company .company__heading strong {
  color: #00a0e9;
  font-size: 25px;
}

.company .company-set {
  display: flex;
  gap: 60px;
}

.company .company-set .company-img {
  width: 50%;
}

.company .company-set .company-img img {
  width: 100%;  
}

.company .company-set .company-text {
  width: 50%;
}

.company .company-set .company-text h2 {
  color: #808080;
  font-size: 23px;
}

.company .company-set .company-text p {
  font-size: 16px;
  color: #000000;
}

.company .company-set .company-text .link-btn {
  border-radius: 100px;
}

.company .company-set .company-text .link-btn::before {
  content: unset;
}

.company .company-set .company-text .link-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .company .company-set {
    gap: 30px;
    flex-flow: column;
  }
  
  .company .company-set .company-img {
    width: 100%;
  }

  .company .company-set .company-text {
    width: 100%;
  }
}

footer .f-menu ul li a::before {
  border-left: 8px solid #00a0e9;
}

footer .copyright {
  background-color: #00a0e9;
  color: white;
}

footer .logo-area {
  position: relative;
}

footer .logo-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #666666;
  right: -30px;
}

footer .inner {
  max-width: 1140px;
}

@media screen and (max-width: 950px) {
  footer .inner {
    flex-flow: column;
    gap: 40px;
    align-items: center;
  }

  footer .logo-area::after {
    content: unset;
  }
}

@media screen and (max-width: 767px) {
  footer .f-menu {
    width: 80%;
  }
}

/* ナビゲーション(PC) */
.gmenu .nav-child {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: absolute;
  background-color: white;
  border-radius: 0 0 10px 10px;
}

.gmenu .nav-child li a {
  text-align: left;
}

.gmenu .nav-parent:hover .nav-child {
  max-height: 200px;
  top: 27px;
}

/* ナビゲーション(SP) */
#dmenu .nav-child {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0;
}

#dmenu .nav-child.open {
  max-height: 200px;
}

header.is-fixed {
  background-color: #00000066;
}

header.is-fixed .navarea {
  bottom: 25px;
}

footer .f-menu ul .f-menu-child a::before {
  content: unset;
}

footer .f-bnr a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #b8ded0;
  color: #808080;
  padding: 10px 25px 10px 10px;
}

footer .f-bnr a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  transform: rotate(45deg);
  box-sizing: border-box;
}

footer .f-bnr a img {
  width: 30px;
}

.undermain-area .pgtitle {
  width: max-content;
  padding: 0.5em 30px;
  bottom: 0;
  font-size: 2.7rem;
}

.pg-company {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pg-company .pan-nav {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.pg-company .pan-nav li {
  position: relative;
}

.pg-company .pan-nav li:after {
  content: ">";
  position: absolute;
  right: -15px;
  top: -1px;
}

.pg-company .pan-nav li:last-child::after {
  content: unset;
}

.pg-company .pan-nav li a {
  color: #000000;
}

.pg-company h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 70px;
  color: #666666;
  margin-bottom: 50px;
}

.pg-company h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 80px;
  height: 3px;
  background-color: #00a0e9;
  margin: auto;
  bottom: 0;
}

.pg-company h3 {
  font-size: 25px;
  color: #808080;
  margin-bottom: 20px;
}

.pg-company .flex {
  display: flex;
  gap: 30px;
}

.pg-company p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000000;
}

.pg-company .product-history {
  background-color: #f2f2f2;
  padding: 40px 20px;
}

.pg-company .product-history h3 {
  text-align: center;
}

.pg-company .product-history ul {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.pg-company .product-history ul li {
  width: calc(100% / 3);
}

.pg-company .product-history ul li .product-history-img {
  width: 100%;
  height: 13vw;
  max-height: 140px;
}

.pg-company .product-history ul li .product-history-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pg-company .product-history ul li p {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.pg-company .cosme-products {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}

.pg-company .cosme-products li {
  width: calc((100% / 4) - 23px);
}

.pg-company .cosme-products li .cosme-product-img {
  width: 100%;
  height: 21vw;
  max-height: 277px;
  border-radius: 50%;
  overflow: hidden;
}

.pg-company .cosme-products li .cosme-product-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pg-company .cosme-products li h3 {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}


@media screen and (max-width: 767px) {
  .undermain-area .pgtitle {
    bottom: 55px;
    padding: 0.5em 10px;
  }

  .pg-company .pan-nav {
    display: none;
  }

  .pg-company .cosme-products li {
    width: calc((100% / 2) - 15px);
  }

  .pg-company .cosme-products li .cosme-product-img {
    height: 42vw;
    max-height: 320px;
  }
}

@media screen and (max-width: 600px) {
  .pg-company .flex {
    flex-flow: column;
  }

  .pg-company .product-history ul {
    flex-flow: column;
  }

  .pg-company .product-history ul li {
    width: 100%;
  }

  .pg-company .product-history ul li .product-history-img {
    height: 32vw;
  }
}

.pg-company .capsule-wysiwyg img {
  height: auto;
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 60px;
}

.pg-company .capsule-facilitys {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}

.pg-company .capsule-facilitys li {
  width: calc((100% / 3) - 20px);
}

.pg-company .capsule-facilitys li .capsule-facility-img {
  width: 100%;
  border-radius: 130px;
  overflow: hidden;
}

.pg-company .capsule-facilitys li .capsule-facility-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pg-company .capsule-facilitys li p {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .pg-company .capsule-facilitys li {
    width: calc((100% / 2) - 15px);
  }
}

@media screen and (max-width: 450px) {
  .pg-company .capsule-facilitys li {
    width: 100%;
  }
}