@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  共通

---------------------------------*/
body {
  background: url("../images/greet_bg.png") no-repeat top/ 120%;
}
.txt p {
  line-height: 2;
  text-align: justify;
}
.txt p + p {
  margin-top: 1rem;
}
section .pagetitle {
  position: relative;
  padding: 5rem 0 15rem;
}
section .pagetitle ._inner {}
section .pagetitle ._inner p {
  text-align: justify;
  width: 25%;
}
section .pagetitle .__bg {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 70%;
  height: 40rem;
  z-index: -1;
}
section .pagetitle .__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section .pagetitle {
    position: relative;
    padding: 3rem 0 7rem;
  }
  section .pagetitle ._inner {
    margin-bottom: 3rem;
  }
  section .pagetitle ._inner p {
    width: 100%;
  }
  section .pagetitle .__bg {
    position: inherit;
    top: 0;
    width: 100%;
    height: 30rem;
  }
}
@media screen and (max-width: 480px) {
  section .pagetitle {
    padding: 3rem 0 3rem;
  }
}
/*---------------------------------

  特徴

---------------------------------*/
.feature_block {
  padding-top: 0;
}
.feature_block .wrap {
  max-width: none;
}
.feature_block .sectionBox {
  margin: 5rem auto;
  padding: 10rem 0;
  position: relative;
}
.feature_block .sectionBox::before {
  background: rgb(246, 235, 143);
  background: linear-gradient(90deg, rgba(246, 235, 143, 0.35) 0%, rgba(244, 190, 161, 0.35) 100%);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}
.feature_block ._flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 120rem;
}
.feature_block ._flex .txt {
  flex-basis: 50%;
  padding: 0 5rem;
}
.feature_block ._flex .txt h3 {
  color: #DD832E;
  font-size: 1.7em;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 2rem;
}
.feature_block ._flex .txt h3::before {
  background: #DD832E;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 2px;
}
.feature_block ._flex .txt p {}
.feature_block ._flex figure {
  flex-basis: 50%;
  order: -1;
  transform: translate(-10%, 0);
}
.feature_block ._flex figure img {
  box-shadow: 2rem 2rem 0 0 rgba(138, 115, 64, 0.10);
  display: block;
  transform: scale(1.1);
}
.feature_block .sectionBox:nth-of-type(even)::before {
  left: 0;
  right: auto;
}
.feature_block .sectionBox:nth-of-type(even) figure {
  order: 1;
  transform: translate(10%, 0);
}
@media screen and (max-width: 1024px) {
  .feature_block ._flex {
    display: block;
  }
  .feature_block .sectionBox {
    padding: 5rem 0;
  }
  .feature_block ._flex figure {
    transform: translate(0, 0);
    padding: 3rem 5rem;
  }
  .feature_block ._flex figure img {
    box-shadow: 1rem 1rem 0 0 rgba(138, 115, 64, 0.10);
    transform: scale(1);
  }
  .feature_block .sectionBox:nth-of-type(even) figure {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .feature_block .sectionBox {
    padding: 3rem 0;
  }
  .feature_block ._flex .txt {
    padding: 0 2rem;
  }
  .feature_block ._flex .txt h3 {
    font-size: 1.5em;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .feature_block ._flex .txt h3::before {
    width: 3rem;
    height: 2px;
  }
  .feature_block ._flex figure {
    padding: 2rem 2rem;
  }
}
/*---------------------------------

  教育・研修制度

---------------------------------*/
.training_block {
  background: linear-gradient(45deg, #fdd6e7 0, #dff7ff 100%);
  padding: 12rem 0;
}
.training_block .title h2 span {
  display: inline-block;
  background: linear-gradient(90deg, #7846AF 0%, #CF76AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.training_block ._flex {
  display: flex;
  justify-content: space-between;
}
.training_block ._flex + ._flex {
  margin-top: 7rem;
}
.training_block ._flex .txt {
  flex-basis: 55%;
}
.training_block ._flex .txt h3 {
  background: linear-gradient(90deg, #7846AF 0%, #CF76AA 100%);
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}
.training_block ._flex .txt p {}
.training_block ._flex figure {
  flex-basis: 40%;
  order: -1;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .training_block {
    padding: 6rem 0;
  }
  .training_block ._flex + ._flex {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .training_block .title {
    margin: auto;
    margin-bottom: 3rem;
    width: 90%;
  }
  .training_block ._flex {
    display: block;
  }
  .training_block ._flex + ._flex {
    margin-top: 3rem;
  }
  .training_block ._flex figure {
    margin-top: 1rem;
  }
}
/*---------------------------------

  写真

---------------------------------*/
#imgBox {
  display: flex;
  flex-wrap: wrap;
}
#imgBox ._box {
  flex-basis: calc(100%/4);
}
#imgBox ._box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #imgBox ._box {
    flex-basis: calc(100%/2);
  }
}
/*---------------------------------

  流れ

---------------------------------*/
.flow_block {
  background: rgb(246, 235, 143);
  background: linear-gradient(90deg, rgba(246, 235, 143, 0.35) 0%, rgba(244, 190, 161, 0.35) 100%);
  padding: 12rem 0;
}
.flow_block .title h2 span {
  display: inline-block;
  background: linear-gradient(90deg, #AF3F13 0%, #D0AF3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow_block .wrap {}
.flow_block .wrap dl {
  position: relative;
}
.flow_block .wrap dl + dl {
  margin-top: 5rem;
}
.flow_block .wrap dl dt {
  background: rgba(240, 141, 66, 0.74);
  color: #fff;
  padding: 1rem;
  position: absolute;
  top: 5rem;
  left: 0;
}
.flow_block .wrap dl dd {
  display: flex;
  justify-content: space-between;
}
.flow_block .wrap dl dd .txt {
  background: #fff;
  flex-basis: 55%;
  padding: 3rem;
}
.flow_block .wrap dl dd figure {
  flex-basis: 45%;
  order: -1;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}