@charset "UTF-8";
/*
Theme Name: Sasakishikou
*/
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .br-sp {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.contact-btn {
  color: #fff;
  background-color: #8ad4e6;
  padding: 10px 100px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0 auto;
  position: relative;
}
.contact-btn::after {
  content: "→";
  display: block;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}

.wrapper {
  max-width: calc(1220px + 4%);
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 900px) {
  .wrapper {
    max-width: calc(500px + 4%);
    padding: 0 4%;
  }
}
.font-bold {
  font-weight: bold;
  color: #e85a1e;
}

p {
  font-size: 26px;
}
@media screen and (max-width: 900px) {
  p {
    font-size: 18px;
  }
}

h2 {
  font-size: 42px;
  text-align: center;
  color: #e85a1e;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 28px;
  }
}

.header .header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 900px) {
  .header .header__container {
    max-width: 100%;
  }
}
.header .header__container .header__logo {
  width: 300px;
}
@media screen and (max-width: 900px) {
  .header .header__container .header__logo {
    width: 200px;
  }
}
.header .header__container .header__nav .header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .header .header__container .header__nav .header__nav-list {
    display: none;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link {
    font-size: 18px;
  }
}

.header__nav-sp {
  display: none;
  /***** 真ん中のバーガー線 *****/
  /***** 上下のバーガー線 *****/
  /***** メニューオープン時 *****/
  /* ボタンフォーカス時の装飾 */
  /**************** ここまで、ハンバーガーボタンのスタイリング ****************/
  /**************** 以下、メニューのスタイリング ****************/
  /***** メニューオープン時位置0にして画面内に *****/
  /* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */
}
.header__nav-sp .btn {
  /* ボタンの配置位置  */
  position: fixed;
  top: 26px;
  right: 16px;
  /* ボタンの大きさ  */
  width: 58px;
  height: 48px;
  /* バーガーの線をボタン範囲の中心に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 最前面に */
  z-index: 1000;
}
.header__nav-sp .btn-line {
  /* 線の長さと高さ */
  width: 100%;
  height: 4px;
  /* バーガー線の色 */
  background-color: #333;
  /* バーガー線の位置基準として設定 */
  position: relative;
  transition: 0.2s;
}
.header__nav-sp .btn-line::before,
.header__nav-sp .btn-line::after {
  content: "";
  /* 基準線と同じ大きさと色 */
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: 0.2s;
}
.header__nav-sp .btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-16px);
}
.header__nav-sp .btn-line::after {
  /* 下の線の位置 */
  transform: translateY(16px);
}
.header__nav-sp .btn-line.open {
  transform: translate(5px, 0);
}
.header__nav-sp .btn-line.open::before,
.header__nav-sp .btn-line.open::after {
  content: "";
  transition: 0.2s;
}
.header__nav-sp .btn-line.open::before {
  transform: translate(8px, -16px);
}
.header__nav-sp .btn-line.open::after {
  transform: translate(-8px, 16px);
}
.header__nav-sp .btn:focus .btn-line,
.header__nav-sp .btn:focus .btn-line::before,
.header__nav-sp .btn:focus .btn-line::after {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}
.header__nav-sp .btn:focus .btn-line.open {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.header__nav-sp .btn:focus .btn-line.open::before,
.header__nav-sp .btn:focus .btn-line.open::after {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}
.header__nav-sp .menu {
  position: fixed;
  top: 100px;
  /* メニューの位置マイナス指定で画面外に */
  transform: translateX(130%);
  width: 45%;
  height: 50vh;
  z-index: 999;
  /* メニューを縦に */
  display: flex;
  flex-direction: column;
  color: #efefef;
  background-color: #fbfbf0;
  transition: transform 0.3s;
}
.header__nav-sp .menu-list {
  width: 100%;
  height: 100%;
  /* メニューテキスト位置をリスト内中心に */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e85a1e;
  font-size: 18px;
  border-bottom: 1px solid #aeaeae;
}
.header__nav-sp .menu-list:last-of-type {
  border-bottom: none;
}
.header__nav-sp .menu-list:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  cursor: pointer;
}
.header__nav-sp .menu.open {
  transform: translateX(-90%);
}
@media screen and (min-width: 900px) {
  .header__nav-sp .btn {
    display: none;
  }
  .header__nav-sp .menu {
    position: fixed;
    transform: translateX(0);
    width: 100%;
    height: 100px;
    /* メニューを横に */
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 900px) {
  .header__nav-sp {
    display: block;
  }
}

.FV {
  height: 80vh;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .FV {
    height: 200px;
  }
}
.FV .FV__container {
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .FV .FV__container {
    max-width: 100%;
  }
}
.FV .FV__container .FV__title .FV__title-text {
  color: #fff;
  position: absolute;
  width: 100%;
  font-size: 64px;
  text-align: center;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .FV .FV__container .FV__title .FV__title-text {
    font-size: 7.4666666667vw;
    padding: 0 20px;
  }
}
.FV .FV__container .FV__images {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .FV .FV__container .FV__images {
    justify-content: center;
  }
}
.FV .FV__container .FV__images .FV__image {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .FV .FV__container .FV__images .FV__image {
    width: 100%;
  }
}
.FV .FV__container .FV__images .FV__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .FV .FV__container .FV__images .FV__image img {
    width: 100%;
  }
}

.about {
  padding-bottom: 80px;
}
.about .about__container {
  margin-bottom: 70px;
}
.about .about__container .about__texts {
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}
.about .about__slider .about__slider-item {
  height: 240px;
  margin: 0 24px;
}
.about .about__slider .about__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.strong {
  background-color: #fbfbf0;
  padding-top: 142px;
  padding-bottom: 104px;
}
@media screen and (max-width: 900px) {
  .strong {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.strong .strong__container .strong__items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .strong .strong__container .strong__items {
    flex-direction: column;
    gap: 20px;
  }
}
.strong .strong__container .strong__items .strong__item {
  width: 48%;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .strong .strong__container .strong__items .strong__item {
    width: 100%;
  }
}
.strong .strong__container .strong__items .strong__item .strong__item-image {
  height: 400px;
}
@media screen and (max-width: 900px) {
  .strong .strong__container .strong__items .strong__item .strong__item-image {
    height: 240px;
  }
}
.strong .strong__container .strong__items .strong__item .strong__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.strong .strong__container .strong__items .strong__item .strong__item-title {
  font-size: 28px;
  font-weight: bold;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .strong .strong__container .strong__items .strong__item .strong__item-title {
    font-size: 20px;
    padding: 20px 20px;
  }
}
.strong .strong__container .strong__items .strong__item .strong__item-text {
  font-size: 24px;
  padding: 0 40px 40px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .strong .strong__container .strong__items .strong__item .strong__item-text {
    font-size: 18px;
    padding: 0 20px 20px;
  }
}

.question {
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .question {
    margin-bottom: 0px;
  }
}
.question .question__container .question__items {
  padding-top: 120px;
}
@media screen and (max-width: 900px) {
  .question .question__container .question__items {
    padding: 40px 0;
  }
}
.question .question__container .question__items .question__item {
  text-align: left;
  margin: 0 auto 50px auto;
  background-color: #f9f9f9;
  padding: 40px 10px 40px 24%;
  width: 90%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.question .question__container .question__items .question__item .question__item-title {
  position: relative;
  margin-bottom: 48px;
  font-size: 36px;
}
@media screen and (max-width: 900px) {
  .question .question__container .question__items .question__item .question__item-title {
    font-size: 20px;
  }
}
.question .question__container .question__items .question__item .question__item-title::before {
  content: "";
  display: block;
  position: absolute;
  left: -130px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background-image: url("image/Q.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .question .question__container .question__items .question__item .question__item-title::before {
    width: 80px;
    height: 80px;
    left: -80px;
  }
}
.question .question__container .question__items .question__item .question__item-answer {
  position: relative;
  font-size: 36px;
}
@media screen and (max-width: 900px) {
  .question .question__container .question__items .question__item .question__item-answer {
    font-size: 20px;
  }
}
.question .question__container .question__items .question__item .question__item-answer::before {
  content: "";
  display: block;
  position: absolute;
  left: -90px;
  bottom: -15px;
  width: 100px;
  height: 100px;
  background-image: url("image/A.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .question .question__container .question__items .question__item .question__item-answer::before {
    width: 80px;
    height: 80px;
    left: -80px;
  }
}

.footer {
  background-color: #8ad4e6;
  color: #ffffff;
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 40px 0 40px 0;
  }
}
.footer .footer__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer .footer__container {
    flex-direction: column;
    gap: 20px;
  }
}
.footer .footer__container .footer__info {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .footer .footer__container .footer__info {
    width: 100%;
  }
}
.footer .footer__container .footer__info .footer__title {
  color: #fff;
  height: 100px;
  width: 380px;
  margin-bottom: 32px;
}
.footer .footer__container .footer__info .footer__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .footer .footer__container .footer__info .footer__title {
    font-size: 24px;
    width: 100%;
  }
}
.footer .footer__container .footer__info dl {
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .footer .footer__container .footer__info dl {
    font-size: 18px;
  }
}
.footer .footer__container .footer__info dl dt {
  width: 20%;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .footer .footer__container .footer__info dl dt {
    width: 30%;
  }
}
.footer .footer__container .footer__info dl dd {
  width: 80%;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .footer .footer__container .footer__info dl dd {
    width: 70%;
  }
}
.footer .footer__container .footer__map {
  width: 40%;
  height: 320px;
}
@media screen and (max-width: 900px) {
  .footer .footer__container .footer__map {
    width: 100%;
  }
}

.ServiceFV {
  background-color: #fbfbf0;
}
.ServiceFV .ServiceFV__container .ServiceFV__title {
  font-size: 48px;
  text-align: center;
  padding: 60px 0;
  font-weight: bold;
  color: #e85a1e;
}
@media screen and (max-width: 900px) {
  .ServiceFV .ServiceFV__container .ServiceFV__title {
    font-size: 32px;
  }
}
.ServiceFV .ServiceFV__container .ServiceFV__image {
  height: 385px;
}
.ServiceFV .ServiceFV__container .ServiceFV__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service {
  padding: 126px 0;
}
@media screen and (max-width: 900px) {
  .service {
    padding: 40px 0;
  }
}
.service .service__container {
  max-width: calc(1060px + 4%);
  margin: 0 auto;
  padding: 0 2%;
}
.service .service__container .service__title {
  font-size: 48px;
  text-align: center;
  margin-bottom: 48px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 900px) {
  .service .service__container .service__title {
    font-size: 24px;
  }
}
.service .service__container .service__title::before {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background-color: #e85a1e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.service .service__container h3 {
  font-size: 30px;
  margin-bottom: 48px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .service .service__container h3 {
    font-size: 20px;
  }
}
.service .service__container h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
@media screen and (max-width: 900px) {
  .service .service__container h3::before {
    left: -20px;
  }
}
.service .service__container h3::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
@media screen and (max-width: 900px) {
  .service .service__container h3::after {
    right: -20px;
  }
}
.service .service__container .service__text {
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .service .service__container .service__text {
    font-size: 18px;
  }
}

.flow {
  margin-bottom: 128px;
}
@media screen and (max-width: 900px) {
  .flow {
    margin-bottom: 40px;
  }
}
.flow .flow__container {
  max-width: calc(1060px + 4%);
  margin: 0 auto;
  padding: 0 2%;
}
.flow .flow__container .flow__title {
  font-size: 48px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 900px) {
  .flow .flow__container .flow__title {
    font-size: 32px;
  }
}
.flow .flow__container .flow__title::before {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background-color: #e85a1e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.flow .flow__container .flow__list {
  background-color: #f9f9f9;
  padding: 92px 128px;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .flow .flow__container .flow__list {
    padding: 40px 40px;
  }
}
.flow .flow__container .flow__list .flow__list-item {
  font-size: 30px;
  margin-bottom: 28px;
}
@media screen and (max-width: 900px) {
  .flow .flow__container .flow__list .flow__list-item {
    font-size: 24px;
  }
}

.descriptionFV {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .descriptionFV {
    margin-bottom: 40px;
  }
}
.descriptionFV .descriptionFV__container {
  background-color: #fbfbf0;
}
.descriptionFV .descriptionFV__container .descriptionFV__title {
  font-size: 48px;
  text-align: center;
  padding: 60px 0;
  font-weight: bold;
  color: #e85a1e;
}
@media screen and (max-width: 900px) {
  .descriptionFV .descriptionFV__container .descriptionFV__title {
    font-size: 32px;
  }
}
.descriptionFV .descriptionFV__container .descriptionFV__image {
  height: 385px;
}
.descriptionFV .descriptionFV__container .descriptionFV__image .descriptionFV__image-item {
  height: 100%;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.descriptionFV .descriptionFV__container .descriptionFV__image .descriptionFV__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.philosophy {
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .philosophy {
    margin-bottom: 40px;
  }
}
.philosophy .philosophy__container .philosophy__texts .philosophy__text {
  text-align: center;
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .philosophy .philosophy__container .philosophy__texts .philosophy__text {
    font-size: 20px;
  }
}

.description {
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .description {
    margin-bottom: 40px;
  }
}
.description .description__container {
  max-width: calc(1060px + 4%);
}
.description .description__container .description__title {
  position: relative;
  margin-bottom: 80px;
}
.description .description__container .description__title::before {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background-color: #e85a1e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.description .description__container .description__texts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.description .description__container .description__texts .description__image {
  width: 38%;
}
.description .description__container .description__texts .description__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.description .description__container .description__texts .description__text {
  font-size: 30px;
  margin-bottom: 80px;
  line-height: 1.5;
  width: 58%;
}
@media screen and (max-width: 900px) {
  .description .description__container .description__texts .description__text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.description .description__container dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .description .description__container dl {
    font-size: 18px;
  }
}
.description .description__container dl dt {
  width: 30%;
  font-weight: 500;
  background-color: #f9f9f9;
  border-bottom: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  padding: 10px 0;
}
.description .description__container dl dt:last-of-type {
  border-bottom: none;
}
.description .description__container dl dd {
  width: 70%;
  border-bottom: 1px solid #aeaeae;
  padding: 10px 0;
}
.description .description__container dl dd:last-of-type {
  border-bottom: none;
}

.message {
  margin-bottom: 120px;
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .message {
    margin-bottom: 40px;
  }
}
.message .message__container .message__items .message__item {
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .message .message__container .message__items .message__item {
    margin-top: 40px;
  }
}
.message .message__container .message__items .message__item .message__item-text {
  text-align: center;
  font-size: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .message .message__container .message__items .message__item .message__item-text {
    font-size: 24px;
  }
}

.CTA {
  background-color: #fbfbf0;
  padding: 80px 0;
  margin-bottom: 40px;
}
.CTA .CTA__container .CTA__btn {
  background-color: #fff;
  width: 70%;
  margin: 0 auto;
  color: #e85a1e;
  padding: 2% 0px;
  display: block;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  font-size: 32px;
  font-weight: bold;
}
.CTA .CTA__container .CTA__text {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
}

.contact .contact__container {
  margin: 60px auto 60px auto;
}
.contact .contact__container .contact__text {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.contact .contact__container .contact__form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #C2C2C2;
}
.contact .contact__container .contact__form .contact__form-item {
  display: flex;
  border: 1px solid #aeaeae;
}
@media screen and (max-width: 900px) {
  .contact .contact__container .contact__form .contact__form-item {
    flex-direction: column;
  }
}
.contact .contact__container .contact__form .contact__form-item .contact__form-item-title {
  font-size: 24px;
  font-weight: bold;
  background-color: #fbfbf0;
  color: #e85a1e;
  width: 30%;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .contact .contact__container .contact__form .contact__form-item .contact__form-item-title {
    font-size: 20px;
    width: 100%;
    padding: 26px 0;
  }
}
.contact .contact__container .contact__form .contact__form-item .contact__form-item-input-container {
  width: 70%;
  padding: 10px 6%;
}
@media screen and (max-width: 900px) {
  .contact .contact__container .contact__form .contact__form-item .contact__form-item-input-container {
    width: 100%;
    padding: 10px;
  }
}
.contact .contact__container .contact__form .contact__form-item .contact__form-item-input-container input {
  background-color: #d9d9d9;
  width: 100%;
  font-size: 24px;
  padding: 12px;
}
.contact .contact__container .contact__form .contact__form-item .contact__form-item-input-container textarea {
  background-color: #d9d9d9;
  width: 100%;
  font-size: 18px;
  padding: 12px;
  height: 200px;
}
.contact .contact__container .contact__btn-link {
  color: #fff;
  background-color: #8ad4e6;
  padding: 18px 130px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0 auto;
  position: relative;
}

body .wpcf7-spinner {
  display: none;
}/*# sourceMappingURL=style.css.map */