@charset "UTF-8";

.global-nav__logo {
  display: flex;
}

.global-nav__logo-cp {
  display: block;
  width: auto;
  height: 36px;
  margin-left: 20px;
  margin-top: 5px;
}

.global-nav__logo-cp>a,
.global-nav__logo-cp>a>img {
  display: block;
  height: 100%;
  width: auto;
}

.navigation {
  white-space: nowrap;
}


section:not(.fv):not(.service),
.intro {
  padding: 100px 0;
}

.service::after {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0px);
  background: linear-gradient(to bottom, rgba(251, 234, 209, 1) 70%, rgba(255, 255, 255, 1) 100%);
}

.font-red {
  color: #AC2451;
}

.ttl-u {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.ttl-u__img {
  display: block;
  content: '';
  width: 80px;
  height: auto;
  margin-bottom: 14px;
}

.ttl-u>h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
}

.ttl-u>h2::before,
.ttl-u>h2::after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url('../img/common/icon-flower--ora.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.ttl-u>h2::before {
  margin-right: 12px;
}

.ttl-u>h2::after {
  margin-left: 12px;
}

.ttl-u__main {
  color: #E6A857;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 3;
  margin-bottom: 14px;
}

.ttl-u__main::after {
  display: block;
  content: '';
  width: calc(96px * 1);
  height: calc(12px * 1);
  background: url('../img/common/line-ttl--brw.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.serice-ttl>h2 {
  font-size: 2.6rem;
}

.serice-ttl>p {
  font-size: 1.8rem;
}

.serice-ttl>h2::before,
.serice-ttl>h2::after {
  width: 24px;
  height: 24px;
}

/*----------------------------------------------------
  fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  margin-top: 80px;
}

.fv::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 20%;
}

.fv__inner {
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fdf6eb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fv__ttl {
  width: 100%;
}

.fv__ttl>h2 {
  width: auto;
  margin: 0 auto 20px auto;
}

.fv__ttl>h2>picture,
.fv__ttl>h2>picture img,
.fv__ttl>h2>img {
  width: auto;
  height: 80px;
  margin: 0 auto;
}

.fv__ttl-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv__ttl-tab>span {
  background: #F5A613;
  color: #fff;
  font-weight: 700;
  padding: 0 14px;
  border-radius: 50vh;
  font-size: 1.6rem;
}

.fv__ttl-tab-administration {
  background: #91C3A1 !important;
}

.fv__ttl-tab-cp {
  background: #B4D3E9 !important;
}

.fv__ttl-tab-personal {
  background: #CFA9D1 !important;
}

.fv__ttl-tab>span:not(:last-of-type) {
  margin-right: 10px;
}

.fv-deco {
  width: 17.5%;
  position: absolute;
  top: 40%;
  right: -7.5%;
  z-index: 2;
}

.fv-bg--left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
}

.fv-bg--right {
  position: absolute;
  right: 20px;
  top: 0;
  width: 40%;
}

.fv-bg--right>img {
  border-radius: 0 20px 0 0;
}

/*--------------------------------------
 breadcrumb
---------------------------------------*/
.breadcrumb {
  width: 90%;
  margin: 20px auto 0 auto;
  position: relative;
  z-index: 1;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 30px;
  box-sizing: border-box;
  font-size: 1.2rem;
  background: #f9f9fb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 12px;
  height: 0.5px;
  background-color: #ccc;
  margin: 0 0.8em;
}

.breadcrumb li:last-child {
  color: #f5a613;
}

.breadcrumb li>a i {
  margin-right: 5px;
}


@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {
  .fv::before {
    padding-top: 30%;
  }
}

@media screen and (max-width:896px) {
  .fv::before {
    padding-top: 40%;
  }
}

@media screen and (max-width:786px) {}

@media screen and (max-width:680px) {
  .fv::before {
    padding-top: 55%;
  }
}

@media screen and (max-width:480px) {

  .serice-ttl>h2::before,
  .serice-ttl>h2::after {
    width: 14px;
    height: 14px;
  }

  .serice-ttl>h2 {
    font-size: 2rem;
  }

  .serice-ttl>p {
    font-size: 1.6rem;
  }

  .global-nav__logo-cp {
    height: 30px;
    margin-left: 15px;
    margin-top: 3px;
  }

  /*---heading---*/
  #heading {
    position: absolute;
    top: 60px;
    z-index: 3;
    pointer-events: none;
    z-index: initial;
  }

  #heading::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 58%;
  }

  #heading>h1 {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 90%;
    height: auto;
    transform: translate(-50%, 0) scale(.9);
    transform-origin: right;
    margin-top: auto;
    color: #b8b4b0;
  }

  /*---ttl-u---*/
  .ttl-u {
    margin-bottom: 20px;
  }

  .ttl-u>h2 {
    width: 100%;
    font-size: 2rem;
    white-space: nowrap;
  }

  .ttl-u>h2::before,
  .ttl-u>h2::after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
  }

  .ttl-u>h2::before {
    margin-right: 8px;
  }

  .ttl-u>h2::after {
    margin-left: 8px;
  }

  .ttl-u__img {
    width: 42px;
    height: auto;
  }

  .ttl-u__main {
    font-size: 1.6rem;
  }

  .ttl-u__main::after {
    width: calc(96px * .8);
    height: calc(12px * .8);
  }

  /*---breadcrumb---*/
  .breadcrumb ol {
    font-size: 1rem;
    padding: 0.5em 14px;
  }

  /*---共通項目---*/
  section:not(.fv):not(.service),
  .intro {
    padding: 60px 0 80px 0;
  }

  .fv {
    margin-top: 60px;
  }

  .fv::before {
    padding-top: 75%;
  }

  .fv__inner {
    width: calc(100% - 20px);
  }

  .fv__ttl>h2 {
    margin-bottom: 14px;
  }

  .fv__ttl>h2>picture,
  .fv__ttl>h2>picture img,
  .fv__ttl>h2>img {
    height: 48px;
  }

  .fv__ttl-tab>span {
    font-size: 1.2rem;
    padding: 0 8px;
  }

  .fv__ttl-tab>span:not(:last-of-type) {
    margin-right: 5px;
  }

  .fv-deco {
    width: 30%;
    top: 50%;
    right: -12.5%;
  }

  .fv-bg--left {
    width: 60%;
  }

  .fv-bg--right {
    width: 55%;
    right: 14px;
  }
}