/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
  position: relative;
  padding: 3rem 0 6rem 0;
}
.top-kv .wrap {
  display: flex;
  position: relative;
}
.top-kv .wrap > span {
  position: absolute;
  display: block;
  left: 3rem;
  bottom: -2rem;
  width: 26rem;
}
.top-kv .txt {
  width: 25%;
  padding-top: 4rem;
}
.top-kv .txt p:nth-of-type(1) {
  color: #ff9745;
  font-weight: 900;
  font-size: 3.2rem;
  white-space: nowrap;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.top-kv .txt p:nth-of-type(2) {
  font-weight: 500;
  font-size: 1.8rem;
  white-space: nowrap;
}
.top-kv .img {
  width: 75%;
  position: relative;
}
.top-kv .img > span {
  display: block;
  position: absolute;
}
.top-kv .img .deco-1 {
  left: 13.5rem;
  top: 2rem;
  width: 7rem;
}
.top-kv .img .deco-2 {
  right: -7rem;
  bottom: 2rem;
  width: 9rem;
}

.top-kv-slider > *,
.CMS-NOT-EDITABLE-AREA {
  height: 54rem;
}

.top-kv-slider > * {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-kv-slider > *:nth-of-type(1) {
  background-image: url(../img/top-kv-1.png);
}
.top-kv-slider > *:nth-of-type(2) {
  background-image: url(../img/top-kv-2.png);
}
.top-kv-slider > *:nth-of-type(3) {
  background-image: url(../img/top-kv-3.png);
}

@media screen and (max-width: 768px) {
  .top-kv {
    position: relative;
    padding: 0 0 4rem 0;
  }
  .top-kv .wrap {
    flex-direction: column-reverse;
    padding: 0 3rem;
  }
  .top-kv .wrap > span {
    position: relative;
    left: auto;
    bottom: auto;
    width: 80%;
    margin: 2rem auto 0 auto;
  }
  .top-kv .txt {
    width: 100%;
    padding-top: 4rem;
  }
  .top-kv .txt p:nth-of-type(1) {
    white-space: unset;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .top-kv .txt p:nth-of-type(2) {
    white-space: unset;
    text-align: center;
  }
  .top-kv .img {
    width: 100%;
    position: relative;
  }
  .top-kv .img > span {
    display: block;
    position: absolute;
  }
  .top-kv .img .deco-1 {
    left: 0;
    width: 6rem;
  }
  .top-kv .img .deco-2 {
    right: -2rem;
    bottom: -4rem;
    width: 7rem;
  }
  .top-kv-slider > *,
  .CMS-NOT-EDITABLE-AREA {
    height: auto;
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.top-about {
  background: url(../img/bg-wave.png) repeat-x center top;
  background-size: 8rem auto;
  background-color: #ffead9;
  padding: 5rem 0 10rem 0;
  position: relative;
}
.top-about > figure {
  position: absolute;
  right: 14rem;
  bottom: -8rem;
  width: 27rem;
  pointer-events: none;
}
.top-about .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-about .wrap > figure {
  width: 45%;
}
.top-about .wrap > div {
  width: 50%;
}
.top-about h2 {
  align-items: flex-start;
  position: relative;
}
.top-about h2::before {
  content: "";
  width: 8rem;
  height: 8rem;
  background: url(../img/ico-cat.png) no-repeat center top/contain;
  position: absolute;
  left: 20rem;
  top: -0.5rem;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 8rem 3rem 0 3rem;
    position: relative;
  }
  .top-about > figure {
    position: relative;
    right: 0;
    bottom: -3rem;
    width: 27rem;
    margin-left: auto;
  }
  .top-about .wrap {
    flex-direction: column;
  }
  .top-about .wrap > figure {
    width: 100%;
    margin-bottom: 3rem;
  }
  .top-about .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

business

------------------------------------------- */
.top-business {
  padding: 10rem 0;
  background: url(../img/deco-4.png) no-repeat right 12rem top 11rem, url(../img/deco-5.png) no-repeat left 9rem bottom 4rem;
  background-size: 10rem auto, 12rem auto;
}
.top-business ul {
  width: 68rem;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
}
.top-business ul li {
  flex: 1;
  padding: 0.8rem 0.8rem 2rem 0.8rem;
  border-radius: 1.5rem;
}
.top-business ul li span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  margin: 2.3rem 0;
}
.top-business ul li img {
  border-radius: 1rem;
}
.top-business ul li:nth-child(1) {
  background: #ff9745;
}
.top-business ul li:nth-child(2) {
  background: #89c3eb;
}
.top-business ul li:nth-child(2) a {
  color: #89c3eb;
}

@media screen and (max-width: 768px) {
  .top-business {
    padding: 8rem 3rem;
    background: url(../img/deco-4.png) no-repeat right 2rem top 2rem, url(../img/deco-5.png) no-repeat left 1rem bottom 1rem;
    background-size: 7rem auto, 8rem auto;
  }
  .top-business ul {
    width: auto;
    flex-direction: column;
  }
}
/* -------------------------------------------

info

------------------------------------------- */
.top-info {
  background: url(../img/deco-6.png) no-repeat left 5rem bottom 2rem, url(../img/deco-7.png) no-repeat right 4rem top 5rem;
  background-size: 8rem auto, 9rem auto;
  background-color: #89c3eb;
  padding: 8rem 0;
}
.top-info .wrap {
  border: solid 1rem #fff;
  background: url(../img/top-bg-1.jpg) no-repeat center/cover;
  box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.1);
}
.top-info .wrap > div {
  width: 30rem;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.top-info .wrap > div::before {
  content: "";
  width: 38rem;
  height: 38rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: absolute;
  left: -8rem;
  top: 50%;
  transform: translate(0, -50%);
}
.top-info .wrap > div h2 {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}
.top-info .wrap > div .more-wrap {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .top-info {
    background: url(../img/deco-6.png) no-repeat left 1rem bottom 1rem, url(../img/deco-7.png) no-repeat right 1rem top 1rem;
    background-size: 7rem auto, 8rem auto;
    background-color: #89c3eb;
    padding: 4rem 3rem;
  }
  .top-info .wrap {
    background: url(../img/top-bg-1.jpg) no-repeat center right -10rem/cover;
  }
  .top-info .wrap > div {
    width: 22rem;
  }
  .top-info .wrap > div::before {
    left: -16rem;
  }
  .top-info .wrap > div .more {
    width: 18rem;
  }
}
/* -------------------------------------------

staff

------------------------------------------- */
.top-staff {
  padding: 12rem 0;
  background: url(../img/deco-8.png) no-repeat right 14rem bottom 5rem;
  background-size: 8rem auto;
}
.top-staff .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-staff .wrap > * {
  width: 47%;
}
.top-staff .wrap > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-staff .wrap h2 .jp {
  color: #89c3eb;
}
.top-staff .wrap p {
  margin-bottom: 6rem;
}
.top-staff .wrap .more {
  background: #89c3eb;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-staff {
    padding: 6rem 3rem 8rem 3rem;
    background: url(../img/deco-8.png) no-repeat right 2rem bottom 2rem;
    background-size: 8rem auto;
  }
  .top-staff .wrap {
    flex-direction: column;
  }
  .top-staff .wrap > * {
    width: 100%;
  }
  .top-staff .wrap > div {
    margin-top: 3rem;
    align-items: center;
  }
  .top-staff .wrap h2 .jp {
    color: #89c3eb;
  }
  .top-staff .wrap p {
    margin-bottom: 4rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  background: url(../img/bg-wave.png) repeat-x center top;
  background-size: 8rem auto;
  background-color: #ffead9;
  padding: 8rem 0;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
  }
}
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

/* -------------------------------------------

blog

------------------------------------------- */
.top-blog {
  background: url(../img/deco-10.png) no-repeat right 4rem bottom 4rem;
  background-size: 8rem auto;
  position: relative;
  padding: 10rem 0;
}
.top-blog > span {
  position: absolute;
  left: 6rem;
  top: -5.5rem;
  width: 9.5rem;
  pointer-events: none;
}
.top-blog h2 .jp {
  color: #89c3eb;
}
.top-blog .more {
  background: #89c3eb;
}

.top-blog .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-blog {
    background: url(../img/deco-10.png) no-repeat right 1.5rem bottom 1rem;
    background-size: 6rem auto;
    position: relative;
    padding: 8rem 3rem;
  }
  .top-blog > span {
    left: 2rem;
    top: -5.5rem;
    width: 7rem;
  }
}
.top-blog .CMS-ARTICLE-INDEX {
  padding-bottom: 0;
}
.top-blog .CMS-ARTICLE-MORE-READ {
  display: none;
}

/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
  display: flex;
  align-items: center;
  background: #ff9745;
  color: #fff;
}
.top-contact > div {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-contact > figure {
  width: 55%;
}
.top-contact h2 .jp,
.top-contact h2 .en {
  color: #fff;
}
.top-contact p {
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .top-contact {
    flex-direction: column-reverse;
  }
  .top-contact > div {
    padding: 4rem 3rem;
    width: 100%;
  }
  .top-contact > figure {
    width: 100%;
  }
  .top-contact p {
    margin-bottom: 4rem;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/mv.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}
.container .wrap.reverse {
  flex-direction: row-reverse;
}
.container .wrap > figure {
  width: 35%;
}
.container .wrap > figure img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.about-philosophy ul {
  margin-top: 2rem;
  border-radius: 1rem;
  background: #ffead9;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-philosophy ul li {
  list-style: disc;
  margin-left: 2rem;
}
.about-philosophy ul ::marker {
  color: #ff9745;
}/*# sourceMappingURL=style.css.map */



/*  ----------------------------------------------------------

お問い合わせ

----------------------------------------------------------  */
.contact-tel {
  padding: 3rem;
  margin-bottom: 8rem;
  text-align: center;
  position: relative;
}
.contact-tel::before {
  content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  border-top: 1px solid #ff9745;
  border-left: 1px solid #ff9745;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-tel::after {
  content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  border-bottom: 1px solid #ff9745;
  border-right: 1px solid #ff9745;
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-tel p:first-of-type {
  margin-bottom: 1.5rem;
}
.contact-tel-num {
  font-family: 'Oswald', sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}
.contact-tel-num i {
  font-size: 3.6rem;
  vertical-align: 0.1rem;
  margin-right: 0.5rem;
}
.contact-tel-num span {
  font-size: 1.4rem;
  display: block;
  margin-top: 1.2rem;
}
.contact-tel a {
  color: #ff9745;
}
.privacy {
  width: auto;
  margin: 0 auto 5rem;
  border: 2px solid #000000;
  padding: 20px;
  font-size: 1.2rem;
	height: 500px;
    overflow: auto;
}
}
.privacy span {
  font-weight: bold;
}
p.privacy_notes{
	padding: 30px 0 30px;
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .privacy {
    width: 95%;
    font-size: 1.5rem;
  }
}
.CMS-FORM-GROUP label:first-child {
  font-size: 1.6rem;
  font-weight: bold;
}
form > div {
  margin-bottom: 3rem;
}
form div label {
  display: block;
  margin-bottom: 1rem;
}
form select {
  padding: 2rem;
  background: #fff;
  border: #ccc solid 1px;
  border-radius: 2px;
}
form input,
form textarea {
  width: 100%;
  padding: 2rem;
  background: #fff;
  border: #ccc solid 1px;
  border-radius: 2px;
  font-size: 1.4em;
}
form textarea {
  height: 16rem;
}
form input[type='submit'] {
  border: none;
  width: 24rem;
  color: #fff;
  background: #ff9745;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  padding: 2rem 0;
  margin: 0 auto;
  border-radius: 2px;
  display: block;
  transition: all .3s;
}
form input[type='submit']:hover {
  opacity: 0.4;
  cursor: pointer;
}
form input[type='radio'] {
  width: 2rem;
  vertical-align: -0.18rem;
  margin-right: 1rem;
}
.CMS-FORM-RADIO label {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact-tel p:first-of-type {
    text-align: left;
  }
  .contact-tel-num {
    font-size: 3.8rem;
  }
  .contact-tel-num i {
    font-size: 3.6rem;
    vertical-align: 0.1rem;
    margin-right: 1rem;
  }
  .contact-tel-num span {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }
}

.thanx p {
  margin-bottom: 3rem;
}

.his{
    background-color: red;
    color: #fff;
    padding: 0 1rem;
    margin-left: 1rem;
}