@charset "UTF-8";
@font-face {
  font-family: "kokoro";
  src: url("../fonts/Kokoro.otf") format("truetype");
}
/* :::::::::::::::::::

	CONTACT

:::::::::::::::::::::: */
main {
  width: 100%;
  margin: 0 auto;
}
main a.btn {
  margin-left: auto;
  margin-right: 0;
  display: block;
  color: #fff;
  font-weight: bold;
  background: #EE7C74;
  line-height: 1em;
  width: 200px;
  text-align: center;
  padding: 1em;
  border-radius: 2em;
}
main a.btn:after {
  content: "▶";
  padding-left: 1em;
}

#cando h2 {
  font-size: 3.2rem;
  margin-bottom: 6rem;
  text-align: center;
}
#cando .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
#cando .grid h3 {
  color: #543D1E;
  font-size: 2.8rem;
  margin: 2rem 0 1rem;
  text-align: center;
}
#cando .grid img {
  border-radius: 3rem;
}
@media only screen and (max-width: 834px) {
  #cando h2 {
    font-size: 2.8rem;
  }
  #cando .grid {
    gap: 4rem;
  }
  #cando .grid h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #cando h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  #cando .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

#merit {
  padding: 12rem 0 8rem;
}
#merit .flex {
  gap: 8rem;
}
#merit h2 {
  flex: 1;
  font-size: 4rem;
  background: bottom left no-repeat;
}
#merit .box {
  width: 480px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
#merit .box p {
  border-radius: 2em;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  color: #fff;
}
#bef-top #merit h2 {
  background-image: url(../images/inh/bef-top/merit_bg.png);
  background-size: contain;
}
#bef-top #merit .box p {
  background: #E7A914;
}
#aft-top #merit h2 {
  background-image: url(../images/inh/aft-top/merit_bg.png);
}
#aft-top #merit .box p {
  background: #5EB9B5;
}
@media only screen and (max-width: 834px) {
  #merit {
    padding: 8rem 0 4rem;
  }
  #merit .flex {
    gap: 4rem;
    flex-direction: column;
    align-items: center;
  }
  #merit h2 {
    font-size: 3.2rem;
    background: none !important;
  }
  #merit .box {
    width: 100%;
    max-width: 480px;
  }
  #merit .box p {
    font-size: 2rem;
  }
  #bef-top #merit .flex {
    padding-bottom: 35vw;
    background: bottom center/80vw auto no-repeat url(../images/inh/bef-top/merit_bg.png);
  }
  #aft-top #merit .flex {
    padding-bottom: 60vw;
    background: bottom center/80vw auto no-repeat url(../images/inh/aft-top/merit_bg.png);
  }
}
@media only screen and (max-width: 600px) {
  #merit {
    padding-bottom: 0;
  }
  #merit h2 {
    font-size: 2.4rem;
  }
  #merit .box p {
    font-size: 1.6rem;
  }
}

#support {
  padding: 12rem 0;
}
#support h2 {
  text-align: center;
  font-size: 3.2rem;
}
#support h2 + p {
  text-align: center;
}
#support .flex {
  background: #fff;
}
#support .flex .pic {
  width: 46%;
  min-height: 550px;
  background: center center/cover no-repeat;
}
@media only screen and (min-width: 1921px) {
  #support .flex .pic {
    height: 25vw;
  }
}
#support .flex .txt {
  flex: 1;
  display: flex;
  max-width: 690px;
  flex-direction: column;
  justify-content: center;
}
#support .flex h3 {
  color: #543D1E;
  font-size: 2.8rem;
}
#support .flex.upper {
  margin-top: 12rem;
  justify-content: end;
}
#support .flex.upper .pic {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
#support .flex.lower {
  margin-top: 6rem;
  justify-content: start;
  flex-direction: row-reverse;
}
#support .flex.lower .pic {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
#support .flex .sup-in {
  padding: 2rem 4rem;
  position: relative;
  z-index: 0;
}
#support .flex .sup-in p {
  letter-spacing: 1px;
}
#support .flex .sup-in:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 20px;
  border-left: 3px solid #F9E8EA;
  padding-left: 4rem;
  font-size: 160px;
  line-height: 0.9em;
  font-weight: bold;
  color: #F9E8EA;
  pointer-events: none;
  z-index: -1;
}
#support .flex .sup-in#sup1:before {
  content: "01";
}
#support .flex .sup-in#sup2:before {
  content: "02";
}
#support .flex .sup-in#sup3:before {
  content: "03";
}
#support .flex .sup-in#sup4:before {
  content: "04";
}
#support .flex .sup-in > * {
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  #support {
    padding: 8rem 0;
  }
  #support h2 {
    font-size: 2.8rem;
  }
  #support h2 + p {
    text-align: left;
    padding: 0 5%;
  }
  #support .flex {
    flex-direction: column !important;
  }
  #support .flex .pic {
    margin-top: 4rem;
    width: 90vw;
    height: 55vw;
    min-height: auto;
  }
  #support .flex .txt {
    width: 100%;
    max-width: none;
  }
  #support .flex h3 {
    font-size: 2.4rem;
  }
  #support .flex.upper {
    margin-top: 6rem;
    align-items: end;
  }
  #support .flex .sup-in {
    padding-right: 2rem;
  }
  #support .flex .sup-in:before {
    font-size: 120px;
  }
}
@media only screen and (max-width: 600px) {
  #support h2 {
    font-size: 2.4rem;
  }
  #support .flex h3 {
    font-size: 2rem;
  }
}
#bef-mes #support .flex.upper .pic {
  background-image: url(../images/inh/bef-mes/support1.png);
}
#bef-mes #support .flex.lower .pic {
  background-image: url(../images/inh/bef-mes/support2.png);
}
#bef-mes #support .sup-in:before {
  color: #FCF4D5;
}
#aft-mes #support .flex.upper .pic {
  background-image: url(../images/inh/aft-mes/support1.png);
}
#aft-mes #support .flex.lower .pic {
  background-image: url(../images/inh/aft-mes/support2.png);
}
#aft-mes #support .sup-in:before {
  color: #D1E9E8;
}
#bef-mes #support .sup-in:before {
  color: #FCF4D5;
}

#fullflex .flex {
  padding: 12rem 0;
  justify-content: end;
  padding-left: 4rem;
}
#fullflex .flex .txt {
  width: 50%;
  max-width: 530px;
  margin-right: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (min-width: 1921px) {
  #fullflex .flex .txt {
    font-size: 2rem;
  }
}
#fullflex .flex .txt h2 {
  font-size: 3rem;
  margin: 2rem 0;
}
#fullflex .flex .pic {
  width: 50%;
  height: 550px;
  background: center center/cover no-repeat;
  border-top-left-radius: 6rem;
}
@media only screen and (min-width: 1921px) {
  #fullflex .flex .pic {
    height: 30vw;
  }
}
#fullflex .flex:nth-of-type(odd) {
  background: #F2F7E1;
  justify-content: start;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 4rem;
}
#fullflex .flex:nth-of-type(odd) .pic {
  border-top-left-radius: 0;
  border-top-right-radius: 6rem;
}
#fullflex .flex:nth-of-type(odd) .txt {
  margin-left: 6rem;
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  #fullflex .flex {
    padding: 8rem 0;
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #fullflex .flex:nth-of-type(even) {
    align-items: end;
  }
  #fullflex .flex a.btn {
    margin-top: 4rem;
  }
  #fullflex .flex .txt {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 5vw;
  }
  #fullflex .flex .txt h2 {
    font-size: 2.8rem;
    margin-top: 0;
  }
  #fullflex .flex .pic {
    margin-top: 6rem;
    width: 90vw;
    height: 60vw;
    max-width: 600px;
    max-height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  #fullflex .flex {
    padding: 6rem 0;
  }
  #fullflex .flex .txt h2 {
    font-size: 2.4rem;
  }
  #fullflex .flex .pic {
    margin-top: 4rem;
    border-top-left-radius: 10vw;
  }
  #fullflex .flex:nth-of-type(odd) .pic {
    border-top-right-radius: 10vw;
  }
}
#bef-top #fullflex #fl1 .pic {
  background-image: url(../images/inh/bef-top/fl1.png);
}
#bef-top #fullflex #fl2 .pic {
  background-image: url(../images/inh/bef-top/fl2.png);
}
#bef-top #fullflex #fl3 .pic {
  background-image: url(../images/inh/bef-top/fl3.png);
}
#aft-top #fullflex #fl1 .pic {
  background-image: url(../images/inh/aft-top/fl1.png);
}
#aft-top #fullflex #fl2 .pic {
  background-image: url(../images/inh/aft-top/fl2.png);
}
#aft-top #fullflex #fl3 .pic {
  background-image: url(../images/inh/aft-top/fl3.png);
}
#bef-mes #fullflex #fl1 .pic {
  background-image: url(../images/inh/bef-mes/fl1.png);
}
#bef-mes #fullflex #fl2 .pic {
  background-image: url(../images/inh/bef-mes/fl2.png);
}
#aft-mes #fullflex #fl1 .pic {
  background-image: url(../images/inh/aft-mes/fl1.png);
}
#aft-mes #fullflex #fl2 .pic {
  background-image: url(../images/inh/aft-mes/fl2.png);
}

#know > div {
  background: #F9F6F6;
  padding-top: 12rem;
}
#know > div .flex {
  background: #fff;
}
#know .txt {
  flex: 1;
  padding: 10rem 6rem 10rem 14rem;
}
#know .txt h2 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
}
#know .txt h2 ~ h2 {
  margin-top: 2em;
}
#know .txt h2:before {
  content: "＿";
  margin-right: 1rem;
}
#know .txt h2 + p {
  margin-bottom: 3rem;
}
#know .txt h3 {
  font-size: 2.2rem;
  font-weight: normal;
}
#know .txt h3 ~ h3 {
  margin-top: 1em;
}
#know .txt h3 + h3 + p {
  margin-top: 2rem;
}
#know .pic {
  width: 42%;
  max-width: 790px;
  background: center center/cover no-repeat;
}
#know #fl1 span.big {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1366px) {
  #know #fl1 span.big {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 834px) {
  #know #fl1 span.big br {
    display: block;
  }
}
#know #fl6 a.btn {
  width: 16em;
  margin-top: 4rem;
}
@media only screen and (max-width: 1366px) {
  #know .txt {
    padding: 6rem;
  }
  #know .txt h2 {
    font-size: 2.8rem;
  }
  #know .txt h3 {
    font-size: 2rem;
  }
  #know .txt p {
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.75em;
  }
}
@media only screen and (max-width: 834px) {
  #know > div {
    padding-top: 8rem;
  }
  #know .flex {
    flex-direction: column;
  }
  #know .txt {
    padding: 6rem 5%;
  }
  #know .txt h2 {
    font-size: 2.4rem;
  }
  #know .txt h3 {
    font-size: 1.8rem;
  }
  #know .pic {
    width: 100%;
    max-width: none;
    height: 80vw;
    background-size: contain;
    background-position: bottom center;
  }
}
@media only screen and (max-width: 600px) {
  #know .txt h2 {
    font-size: 2.2rem;
  }
  #know .pic {
    height: 100vw;
    background-position: center center;
    background-size: cover;
  }
}
#bef-know #know #fl1 .pic {
  background-image: url(../images/inh/bef-know/fl1.png);
}
#bef-know #know #fl2 .pic {
  background-image: url(../images/inh/bef-know/fl2.png);
}
#bef-know #know #fl3 .pic {
  background-image: url(../images/inh/bef-know/fl3.png);
}
#bef-know #know #fl4 .pic {
  background-image: url(../images/inh/bef-know/fl4.png);
}
#bef-know #know #fl5 .pic {
  background-image: url(../images/inh/bef-know/fl5.png);
}
#bef-know #know #fl6 .pic {
  background-image: url(../images/inh/bef-know/fl6.png);
}
#aft-know #know #fl1 .pic {
  background-image: url(../images/inh/aft-know/fl1.png);
}
#aft-know #know #fl2 .pic {
  background-image: url(../images/inh/aft-know/fl2.png);
}
#aft-know #know #fl3 .pic {
  background-image: url(../images/inh/aft-know/fl3.png);
}
#aft-know #know #fl4 .pic {
  background-image: url(../images/inh/aft-know/fl4.png);
}
#aft-know #know #fl5 .pic {
  min-height: 440px;
  background-image: url(../images/inh/aft-know/fl5.png);
}
@media only screen and (max-width: 834px) {
  #aft-know #know #fl5 .pic {
    min-height: auto;
    height: 55vw;
  }
}
@media only screen and (max-width: 600px) {
  #aft-know #know #fl5 .pic {
    height: 100vw;
  }
}
#aft-know #know #fl6 .pic {
  background-image: url(../images/inh/aft-know/fl6.png);
}

#cases .contents {
  padding: 120px 0;
}
#cases .contents > div ~ div {
  margin-top: 80px;
}
#cases .txt {
  background: #fff;
  padding: 4rem 2rem 4rem 0;
}
#cases h2 {
  font-size: 3.2rem;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
}
#cases h2:before {
  content: "＿";
}
#cases h2 small {
  font-size: 2.8rem;
  padding-right: 2rem;
}
#cases h3 {
  font-size: 2.8rem;
  padding-bottom: 1rem;
}
#cases h3.detail {
  color: #96C748;
}
#cases h3.action {
  color: #EE7C74;
}
#cases h3.result {
  color: #E7A914;
}
#cases h3 ~ h3 {
  padding-top: 4rem;
}
#cases .pic {
  padding-top: 4rem;
  width: calc(40% + 6rem);
  float: right;
  padding-left: 6rem;
}
@media only screen and (max-width: 834px) {
  #cases .contents {
    padding: 6rem 0;
  }
  #cases h2 {
    font-size: 2.8rem;
  }
  #cases h2 span {
    display: block;
    letter-spacing: 0;
  }
  #cases h2 small {
    font-size: 2.4rem;
  }
  #cases h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 600px) {
  #cases h2 {
    font-size: 1.8rem;
  }
  #cases h2 small {
    font-size: 1.4rem;
  }
  #cases h3 {
    font-size: 1.8rem;
  }
  #cases .txt {
    position: relative;
    padding: 2rem 1rem calc(47vw + 4rem);
  }
  #cases .pic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
}

#bef-top h2 {
  color: #E7A914;
}
#bef-top a.btn {
  background: #E7A914;
}

#bef-mes #support h2 {
  color: #E7A914;
}

#bef-know #know h2 {
  color: #E7A914;
}

#bef-case #cases h2 {
  background: #E7A914;
}

#aft-top h2 {
  color: #5EB9B5;
}
#aft-top a.btn {
  background: #5EB9B5;
}

#aft-mes #support h2 {
  color: #5EB9B5;
}

#aft-know #know h2 {
  color: #5EB9B5;
}

#aft-case #cases h2 {
  background: #5EB9B5;
}/*# sourceMappingURL=souzoku.css.map */