/*
Theme Name: Premier Kaikei
Author:Seeknet
Description: Premier Kaikei Official Website
Version:1.0
*/
/* CSS Document */
body {
  font-family: "Open Sans", sans-serif !important; }

.hero {
  background-image: url("images/Hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 56.25vw; }

.hero .container {
  position: relative;
  height: 100%; }

.hero-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

.hero-inner h1 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 80px;
  font-weight: 500; }

.hero-inner p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 520px; }

h2.h2 {
  font-size: 47px;
  font-weight: 700;
  line-height: 1.25; }

#expand {
  padding-top: 100px;
  padding-bottom: 100px; }

#expand h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 75px; }

#expand h3 {
  font-size: 26px;
  font-weight: 700; }

#expand p {
  font-size: 15px;
  font-weight: 700; }

#about {
  position: relative; }
  #about:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("images/illust_01.svg");
    background-size: cover;
    width: 500px;
    height: 444px; }

#about p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  max-width: 624px; }
  #about p.text-uppercase {
    color: #B62025;
    font-size: 17px;
    letter-spacing: 0.5px; }

.blue-btn {
  font-family: "Noto Sans JP", sans-serif !important;
  width: 202px;
  display: block;
  padding: 14px 40px 14px 30px;
  background-color: #282562;
  border: 1px solid #282562;
  margin-top: 50px;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  position: relative;
  letter-spacing: 1px;
  transition: .4s; }
  .blue-btn:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 25px;
    height: 1px;
    background: #fff;
    transform: translateY(-50%); }
  .blue-btn:before {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg); }
  .blue-btn:hover {
    color: #282562;
    background-color: #fff; }
    .blue-btn:hover:after {
      background: #282562; }
    .blue-btn:hover:before {
      border-top: 1px solid #282562;
      border-right: 1px solid #282562; }

#why {
  background-image: url("images/why-bg.jpg");
  height: 699px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  margin-top: 100px; }

.why-text {
  margin-top: 165px; }
  .why-text p {
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 600; }

.why-lower {
  border-top: 1px solid #fff; }

.why-number {
  font-size: 68px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center; }
  .why-number span {
    font-size: 61px;
    margin-left: 10px; }
    .why-number span.percent {
      font-size: 39px; }

.why-box {
  border-right: 1px solid #fff;
  padding: 20px; }
  .why-box.first {
    border-left: 1px solid #fff; }
  .why-box p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33; }

#services {
  padding-top: 125px; }

.service-intro p {
  font-size: 19px;
  font-weight: 700; }
  .service-intro p.text-uppercase {
    font-size: 17px;
    color: #B62025;
    letter-spacing: 0.5px; }

.service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DEDEDE; }
  .service h3 {
    font-size: 26px;
    font-weight: 700; }
  .service p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    margin-top: 30px; }

.arrow-btn {
  color: #282562;
  font-size: 15px;
  padding: 5px 12px;
  border: 1px solid #282562;
  border-radius: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  line-height: 0.9; }
  .arrow-btn span {
    opacity: 0;
    width: 0;
    display: inline-block; }

.service-number {
  position: absolute;
  bottom: -40px;
  right: 0;
  font-size: 158px;
  font-weight: 600;
  opacity: .24;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #707070;
  line-height: 1.0; }
