@charset "UTF-8";
.font__weight_bold {
  font-weight: bold;
}

.section {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 70px 0;
  }
}
.section__color_ptn1 {
  background: #F7F7F1;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
}
.container__ptn1 {
  max-width: 1088px;
}

.ttl__ptn1 {
  margin: 0 auto 55px;
  line-height: 1.333;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  .ttl__ptn1 {
    font-size: 24px;
  }
}
.ttl__ptn2 {
  margin: 0 auto 55px;
  text-align: center;
}
.ttl__ptn2_main {
  display: block;
  margin: 0 auto 20px;
  line-height: 1.11;
  letter-spacing: 0.046em;
  font-size: 36px;
  font-family: "Lato", sans-serif;
  color: #212121;
}
.ttl__ptn2_sub {
  display: block;
  line-height: 1.3;
  letter-spacing: 0.046em;
  font-size: 20px;
  font-weight: bold;
  color: #212121;
}

.text__common_16 {
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-size: 16px;
}

.list__check {
  margin: 0;
  padding: 0;
  line-height: 2.44;
}
.list__check .list__item {
  padding-left: 42px;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .list__check .list__item {
    padding-left: 30px;
    line-height: 1.75;
    font-size: 16px;
  }
  .list__check .list__item + .list__item {
    margin-top: 16px;
  }
}
.list__check .list__item::before {
  content: "";
  width: 27.96px;
  height: 26px;
  background: url(../images/icon_check.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .list__check .list__item::before {
    top: 3px;
  }
}

.about__block {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about__block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about__block_img {
  width: 287px;
}
@media only screen and (max-width: 767px) {
  .about__block_img {
    width: 51.075%;
    margin: 0 0 16px;
  }
}
.about__block_graph {
  width: 173px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .about__block_graph {
    width: 34.34%;
  }
}
.about__block_caption {
  margin: 13px -11px 0;
  line-height: 1.666;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  font-size: 12px;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .about__block_caption {
    margin: 5px 0 0;
  }
}
.about__block_cont {
  width: calc(100% - 287px);
  padding: 0 0 0 27px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .about__block_cont {
    width: 100%;
    padding: 0;
  }
}
.about__block_ttl {
  margin: 0 0 40px;
  line-height: 1.333;
  letter-spacing: 0.046em;
  font-feature-settings: "palt";
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .about__block_ttl {
    margin-bottom: 17px;
    font-size: 24px;
  }
}

.service__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 69px;
  row-gap: 45px;
}
@media only screen and (max-width: 767px) {
  .service__block {
    grid-template-columns: 1fr;
  }
}
.service__block_item {
  margin: 0;
}
.service__block_img {
  margin: 0 auto 28px;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.service__block_img img {
  max-width: initial;
  width: 100%;
}
.service__block_att {
  margin-top: 12px;
  line-height: 1.66;
  letter-spacing: 0.02em;
  font-size: 12px;
  color: #707070;
}

.recommended__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 60px;
  margin: 0 auto 54px;
  padding: 54px 0 0;
}
@media only screen and (max-width: 767px) {
  .recommended__block {
    grid-template-columns: 1fr;
    padding: 12px 0 0;
  }
}
.recommended__item {
  padding: 50px 67px 46px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 767px) {
  .recommended__item {
    padding: 34px 23.5px 30px;
  }
}
.recommended__item_icon {
  width: 148px;
  height: 148px;
  border-radius: 100%;
  background: #FFF;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recommended__item_icon {
    width: 100px;
    height: 100px;
    top: -34px;
  }
}
.recommended__item_head {
  padding: 0 0 25px;
  border-bottom: 2px solid #E65428;
  position: relative;
  z-index: 1;
  text-align: center;
}
.recommended__item_ttl {
  margin: 0 auto 5px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.046em;
  font-size: 30px;
  font-weight: bold;
  color: #E65428;
}
@media only screen and (max-width: 767px) {
  .recommended__item_ttl {
    font-size: 24px;
  }
}
.recommended__item_ttl::after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: normal;
}
.recommended__item_ttl-typ1::after {
  content: "※1";
}
.recommended__item_ttl-typ2::after {
  content: "※2";
}
.recommended__item_sub {
  margin: 0 auto;
  line-height: 1.666;
  letter-spacing: 0.046em;
  font-size: 18px;
  font-weight: bold;
  color: #E65428;
}
@media only screen and (max-width: 767px) {
  .recommended__item_sub {
    font-size: 16px;
  }
}
.recommended__item_body {
  padding: 27px 0 0;
}
.recommended__icon_ptn1 {
  width: 63.76px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .recommended__icon_ptn1 {
    width: calc(63.76px * 0.7);
  }
}
.recommended__icon_ptn2 {
  width: 60px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .recommended__icon_ptn2 {
    width: calc(60px * 0.7);
  }
}
.recommended__att {
  line-height: 1.833;
  letter-spacing: 0.02em;
  font-size: 12px;
  color: #707070;
}
.recommended__att + .recommended__att {
  margin-top: 23px;
}

.support__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 70px;
  row-gap: 90px;
  padding: 45px 0 0;
}
@media only screen and (max-width: 767px) {
  .support__block {
    grid-template-columns: 1fr;
    padding-top: 15px;
  }
}
.support__item {
  padding: 66px 0 28px;
  border: 4px solid #F7F7F1;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.support__item_num {
  width: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.support__item_ttl {
  margin: 0 auto 10px;
  line-height: 1.363;
  letter-spacing: 0.02em;
  font-size: 22px;
  font-weight: bold;
  color: #E65428;
}
.support__item_att {
  margin: 11px auto 0;
  line-height: 1.666;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: #707070;
}

.flow__box {
  display: flex;
  border: 3px solid rgba(230, 84, 40, 0.3);
  border-radius: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .flow__box {
    flex-direction: column;
  }
}
.flow__box + .flow__box {
  margin-top: 70px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .flow__box + .flow__box {
    margin-top: 56px;
  }
}
.flow__box + .flow__box::before {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 3px solid #E65428;
  border-bottom: 3px solid #E65428;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .flow__box + .flow__box::before {
    top: -59px;
  }
}
.flow__box_cont {
  width: calc(100% - 120px);
  padding: 43px 52px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .flow__box_cont {
    width: 100%;
    padding: 15px 25px 25px;
  }
}
.flow__box_ttl {
  margin: 0 0 12px;
  line-height: 1.2;
  letter-spacing: 0.046em;
  font-size: 20px;
  font-weight: bold;
  color: #E65428;
}
.flow__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  border-radius: 17px 0 0 17px;
  background: rgba(224, 128, 47, 0.2);
  line-height: 1.3;
  font-size: 20px;
  color: #E65428;
}
@media only screen and (max-width: 767px) {
  .flow__step {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    border-radius: 17px 17px 0 0;
    box-sizing: border-box;
  }
}
.flow__step_num {
  line-height: 1;
  letter-spacing: 0.046em;
  font-size: 40px;
  color: #E65428;
}

.voice__box {
  display: flex;
  justify-content: space-between;
}
.voice__box + .voice__box {
  margin-top: 63px;
}
.voice__box_row .voice__box_cont::before {
  border-left: 0;
  border-right: 48px solid #F7F7F1;
  left: -48px;
}
@media only screen and (max-width: 767px) {
  .voice__box_row .voice__box_cont::before {
    border-right: 20px solid #F7F7F1;
    left: -19px;
  }
}
.voice__box_reverse {
  flex-direction: row-reverse;
}
.voice__box_reverse .voice__box_cont::before {
  border-left: 48px solid #F7F7F1;
  border-right: 0;
  right: -48px;
}
@media only screen and (max-width: 767px) {
  .voice__box_reverse .voice__box_cont::before {
    border-left: 20px solid #F7F7F1;
    right: -19px;
  }
}
.voice__box_img {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .voice__box_img {
    width: 21.4%;
  }
}
.voice__box_cont {
  width: 820px;
  padding: 26px 60px;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  background: #F7F7F1;
}
@media only screen and (max-width: 767px) {
  .voice__box_cont {
    width: 70.94%;
    padding: 26px 23px;
  }
}
.voice__box_cont::before {
  content: "";
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  position: absolute;
  top: 35px;
}
@media only screen and (max-width: 767px) {
  .voice__box_cont::before {
    border-top-width: 8.5px;
    border-bottom-width: 8.5px;
    top: 24px;
  }
}
.voice__box_name {
  margin: 13px 0 0;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: 16px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .voice__box_name {
    margin-top: 60px;
    line-height: 1.75;
  }
}

.movie__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 74px;
}
@media only screen and (max-width: 767px) {
  .movie__block {
    grid-template-columns: 1fr;
  }
}
.movie__block_item {
  text-align: left;
}
.movie__block_mov {
  margin: 0 0 15px;
  position: relative;
}
.movie__block_mov::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movie__block_mov iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie__block_caption {
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/*# sourceMappingURL=ouchi_sr-new.css.map */
