@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #000000;
  --color-white: #ffffff;

  --baskerville: "Noto Serif JP", serif;
  --noto-sans: "Noto Sans JP", sans-serif;
}

.top-sec {
  padding-top: 25rem;
}

/*================================================
* hiroshima
================================================*/
#hiroshima {
  padding-bottom: 104rem;
  z-index: 1;
}

#hiroshima::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/why/hiroshima_bg.png);
  width: 100%;
  height: 128.3rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#hiroshima .wrap {
  max-width: 127.7rem;
}

#hiroshima p {
  margin-bottom: 2em;
}

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

/*================================================
* about
================================================*/
#about .inner {
  max-width: 130rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

#about .inner .img {
  width: 28.3%;
  min-height: 300px;
  background: var(--color-white);
}

#about .inner .txt {
  width: 64.6%;
}

#about .inner .txt p {
  margin-bottom: 2em;
}

#about .inner .txt .ar {
  font-size: 2.3rem;
}

#about .inner .txt .ar span {
  font-size: 3.3rem;
}

@media screen and (max-width:767px) {
  #about .inner {
    flex-wrap: wrap;
  }

  #about .inner .img {
    width: 100%;
    margin-bottom: 4rem;
  }

  #about .inner .txt {
    width: 100%;
  }
}

/*================================================
* Office
================================================*/
#office h2 {
  font-size: 4.2rem;
}

#office p {
  margin: 0 auto 6rem;
  text-align: center;
}

#office a {
  display: block;
  width: 28rem;
  margin: 4rem auto 6rem;
}

#office iframe {
  max-width: 92rem;
  width: 100%;
  height: 51rem;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width:767px) {
  #office p {
    width: 92%;
  }
}

/*================================================
* contact
================================================*/
#contact {
  background: var(--color-white);
  margin-top: 20rem;
  color: var(--color-black);
}

#contact .wrap {
  max-width: 116rem;
}

#contact h2 {
  color: var(--color-black);
}

#contact h2::before {
  background: var(--color-black);
}

.contact_list input,
.contact_list textarea {
  display: block;
  width: 100%;
  height: 7.3rem;
  padding: 0 2rem;
  background: #F2F2F2;
  font-size: 1em;
  font-family: var(--baskerville);
}

.contact_list textarea {
  height: 31rem;
  padding: 2rem;
}

.contact_list dt {
  margin-bottom: 1rem;
  font-size: 3rem;
}

.contact_list dd {
  margin-bottom: 3rem;
}

.contact_list dt span {
  font-size: 1.7rem;
  background: #FF0000;
  color: var(--color-white);
  font-family: var(--noto-sans);
  padding: 0.2rem 1rem;
  margin-left: 2rem;
}

#contact .submit {
  color: #FF0000;
  border: 1px solid;
  padding: 0.2rem 10rem;
  margin: 10rem auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

/*================================================
* faq
================================================*/
#faq h2 {
  font-size: 6rem;
  line-height: 1.6;
  margin-bottom: 8rem;
}

#faq h2 span {
  color: #D71918;
}

#faq ul {
  font-size: 2.8rem;
  font-family: var(--noto-sans);
}

#faq ul li {
  margin-top: 4rem;
}

#faq .label {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #4E4D4D;
  padding: 3rem 6rem;
}

#faq .detail {
  display: none;
}

#faq .detail div {
  display: flex;
  align-items: center;
  background: #E6E6E5;
  padding: 3rem 6rem;
  color: var(--color-black);
}

#faq .label span,
#faq .detail div span {
  font-size: 5rem;
  font-family: var(--baskerville);
  padding-right: 1rem;
  margin-right: 4rem;
  border-right: 1px solid;
  line-height: 1;
}



@media screen and (max-width:767px) {
  #faq h2 {
    font-size: 5rem;
  }

  #faq .label {
    padding: 2rem 3rem;
  }

  #faq .detail div {
    padding: 2rem 3rem;
  }
}

/*================================================
* book
================================================*/
#book {
  color: var(--color-black);
  margin-top: 20rem;
  background: #E6E6E5;
}

#book h2::before {
  background: var(--color-black);
}

#book h3 {
  text-align: center;
  font-size: 3.1rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
  font-family: var(--noto-sans);
}

#book ol {
  font-family: var(--noto-sans);
  width: 84%;
  margin: 0 auto;
}

#book ol li {
  margin-top: 2rem;
}

@media screen and (max-width:767px) {
  #book h2 {
    font-size: 5rem;
  }
}


/*================================================
* testimonials
================================================*/
#testimonials {
  background: #fff;
  color: var(--color-black);
}

#testimonials h2::before {
  background: var(--color-black);
}

.voice_box {
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
}

.voice_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}

.voice_box .inner {
  font-family: var(--noto-sans);
  padding: 10rem;
  background: var(--color-white);
  position: relative;
}

.voice_box .inner::before,
.voice_box .inner::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/book/voice_img.png);
  width: 6.3rem;
  height: 4.8rem;
  top: 2rem;
  left: 2rem;
}

.voice_box .inner::after {
  top: auto;
  left: auto;
  bottom: 2rem;
  right: 2rem;
  transform: rotate(180deg);
}

.voice_box .inner h3 {
  font-size: 3.1rem;
}

.voice_box .inner p {
  margin-top: 2rem;
  line-height: 1.6;
}

@media screen and (max-width:767px) {
  .voice_box .inner {
    padding: 7rem;
  }
}

/*================================================
* price
================================================*/

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




/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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


/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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