/* Scss Document */
html {
  scroll-behavior: smooth;
}

#global-header {
  width: 100%;
}
#global-header .inner {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#global-header .inner .logo {
  margin: 30px;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo {
    margin: 10px;
  }
}
#global-header .inner .logo a span {
  font-size: 40px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo a span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner .logo a span {
    color: #000;
    font-size: 24px;
  }
}
#global-header .inner .logo a span br {
  display: none;
}
@media screen and (max-width: 768px) {
  #global-header .inner .logo a span br {
    display: block;
  }
}
#global-header .inner .logo a .sub {
  color: #000;
}
#global-header .inner #global-navi {
  width: 50%;
  margin: 30px 0 0 auto;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-header .inner #global-navi ul li {
  position: relative;
  width: 100%;
  z-index: 1;
}
#global-header .inner #global-navi ul li:hover ul {
  display: block;
  overflow: visible;
  top: 70px;
  color: #ffffff;
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  color: #000;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.55em;
  padding: 24px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all .5s ease;
}
#global-header .inner #global-navi ul li a:hover {
  color: #ff94e8;
  padding: 24px 0px;
}
#global-header .inner #global-navi ul li ul {
  display: none;
  position: absolute;
  width: 100%;
}
#global-header .inner #global-navi ul li ul a {
  color: #ffffff;
  width: 100%;
}
#global-header .inner #global-navi ul li ul a:hover {
  width: 100%;
  text-align: center;
  background-color: #fff;
}
#global-header .inner #global-navi ul .sub a {
  color: #fff;
}
@media screen and (max-width: 1366px) {
  #global-header .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo {
    width: 100%;
    text-align: center;
  }
  #global-header .inner .logo a {
    display: inline-block;
  }
  #global-header .inner .logo a img {
    width: 50%;
    height: 70%;
  }
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner .logo a {
    width: 60%;
  }
  #global-header .inner .logo a img {
    width: 70%;
    height: auto;
  }
}

main#container {
  width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1200px) {
  main#container {
    width: 90%;
  }
}
main#container .logo h2:before {
  content: "";
  display: block;
  width: 36px;
  height: 45px;
  margin: 0 auto;
  background: url("../flow/images/logo.svg") no-repeat;
  background-size: 35px 35px;
}
main#container .page-header.contact-content {
  margin-bottom: 40px;
}

.contact {
  width: 100%;
  margin: 0 auto;
}
.contact .content-wrap {
  padding-top: 30px;
  background-color: #eee;
}
.contact .content-wrap h2 {
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .contact .content-wrap h2 {
    font-size: 24px;
  }
}
.contact .content-wrap .contact_bg {
  width: 100%;
  margin: 0 auto;
}
.contact .content-wrap .contact_bg .contact-inner {
  height: 250px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .contact .content-wrap .contact_bg .contact-inner {
    height: 150px;
  }
}
.contact .content-wrap .contact_bg .contact-inner p {
  text-align: center;
  color: #2a3035;
  font-size: 1.8em;
  line-height: 2em;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .contact .content-wrap .contact_bg .contact-inner p {
    font-size: 1.2em;
  }
}

.shiro {
  height: 50px;
  margin: 50px auto 0 auto;
}
.shiro a {
  padding: 15px 60px;
  border: solid 1px #2a3035;
  color: #2a3035;
  transition: all .5s ease;
  font-size: 1.5em;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .shiro a {
    padding: 15px 40px;
  }
}
.shiro a:hover {
  background: #70c1ff;
  border: 1px solid #70c1ff;
  color: #fff;
}

#key-visual {
  background: url("../images/top.jpeg") no-repeat;
  background-size: cover;
  height: 900px;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  #key-visual {
    height: 600px;
  }
}
#key-visual p {
  color: #333;
  height: 830px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  #key-visual p {
    height: 530px;
  }
}
@media screen and (max-width: 520px) {
  #key-visual p {
    width: 50%;
    margin: 0 auto;
  }
}

.phyrosophy {
  width: 100%;
  margin: 0 auto 80px;
}
.phyrosophy h2 {
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .phyrosophy h2 {
    font-size: 24px;
  }
}
.phyrosophy .text {
  text-align: center;
  font-size: 16px;
  width: 100%;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .phyrosophy .text {
    font-size: 12px;
  }
}

.service {
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 520px) {
  .service {
    flex-direction: column;
  }
}
.service h2 {
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service h2 {
    font-size: 24px;
  }
}
.service .box {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .service .box {
    grid-template-columns: 49% 49%;
  }
}
@media screen and (max-width: 768px) {
  .service .box {
    display: block;
  }
}
.service .box .service-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service .box .service-box {
    margin-bottom: 40px;
  }
}
.service .box .service-box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.service .box .service-box div h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2a3035;
}
.service .box .service-box div p {
  font-size: 1.2em;
  line-height: 1.7em;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2a3035;
}
.service .btn {
  text-align: center;
}
.service .btn a {
  border: 1px solid #333333;
  padding: 15px 60px;
  color: #333333;
  transition: all .5s ease;
}
.service .btn a:hover {
  background: #ffb0ed;
  border: 1px solid #ffb0ed;
  color: #fff;
}

.product {
  width: 60%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .product {
    width: 95%;
  }
}
.product h2 {
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product h2 {
    font-size: 24px;
  }
}
.product ul {
  width: 100%;
  margin-bottom: 50px;
}
.product ul li {
  width: 100%;
  margin-bottom: 30px;
}
.product ul li h3 {
  font-size: 18px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #2a3035;
}
@media screen and (max-width: 768px) {
  .product ul li h3 {
    font-size: 14px;
  }
}
.product ul li p {
  font-size: 14px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-left: 30px;
  color: #2a3035;
}
@media screen and (max-width: 768px) {
  .product ul li p {
    font-size: 10px;
  }
}
.product .btn {
  text-align: center;
}
.product .btn a {
  border: 1px solid #333333;
  padding: 15px 60px;
  color: #333333;
  transition: all .5s ease;
}
.product .btn a:hover {
  background: #70c1ff;
  border: 1px solid #70c1ff;
  color: #fff;
}

#global-footer .footer-inner {
  background: #ffb0ed;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#global-footer .footer-inner .contact_left {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .contact_left {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .contact_left {
    text-align: center;
  }
}
#global-footer .footer-inner .contact_left h1 a p {
  font-size: 30px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  margin: 50px auto 30px;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .contact_left h1 a p {
    font-size: 24px;
  }
}
#global-footer .footer-inner .contact_left h1 a p br {
  display: none;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .contact_left h1 a p br {
    display: block;
  }
}
#global-footer .footer-inner .contact_left .footer-navi {
  width: 50%;
  display: flex;
  align-self: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .contact_left .footer-navi {
    display: none;
  }
}
#global-footer .footer-inner .contact_left .footer-navi ul {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  column-gap: 2%;
  width: 100%;
}
#global-footer .footer-inner .contact_left .footer-navi ul li {
  position: relative;
  z-index: 1;
}
#global-footer .footer-inner .contact_left .footer-navi ul li a {
  font-size: 14px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  width: 100%;
  display: inline-block;
  transition: all .5s ease;
}
#global-footer .footer-inner .contact_left .footer-navi ul li a:hover {
  color: #333;
  display: block;
}
#global-footer .footer-inner .contact_left .info {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .contact_left .info {
    margin-bottom: 30px;
  }
}
#global-footer .copy small {
  width: 80%;
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 520px) {
  #global-footer .copy small {
    text-align: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1366px) {
  #global-footer .copy small {
    width: 80%;
    margin: 0 auto 5px auto;
  }
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner {
    width: auto;
    height: 100%;
  }
  #global-footer .footer-inner h1 {
    display: block;
    width: 30%;
    margin: 0 auto;
    text-align: center;
  }
  #global-footer .footer-inner .footer-navi {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner {
    width: 100%;
  }
  #global-footer .footer-inner h1 {
    width: 50%;
  }
  #global-footer .footer-inner h1 a {
    padding: 6px 0 10px;
  }
  #global-footer .footer-inner h1 a img {
    width: 100%;
  }
}

.copy_small {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 2%;
}

.footer_top {
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 2% auto 0% auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .footer_top {
    width: 100%;
  }
}

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