/********************************
settings
********************************/
/********************************
TOP
********************************/
/* top common */
.home #main {
  width: 100%;
}
.home #main section {
  width: 100%;
}
.home #main section .inner {
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .home #main section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 780px) {
  .home #main section {
    width: 100%;
  }
}

h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 3rem;
}
h2::before {
  display: block;
  content: "";
  width: 100%;
  height: 11px;
  background: url(../images/common/line_bg.png) repeat-x top left 5px/contain;
  position: absolute;
  bottom: -25px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 2rem;
  }
  h2::before {
    width: 100%;
    height: 7px;
    bottom: -20px;
  }
}
/* top_main */
.top_main {
  padding: 195px 0 60px;
  min-height: 850px;
  position: relative;
}
.top_main .main_visual {
  width: 100%;
  height: 850px;
  background: url(../images/top/top_main001.webp) no-repeat bottom left 50vw/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1920px) {
  .top_main .main_visual {
    background-position: bottom right;
  }
}
.top_main .txt_block {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.top_main .txt_block .catch {
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.8px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .top_main .txt_block .catch {
    font-size: clamp(3rem, -0.181rem + 6.63vw, 4.375rem);
  }
}
.top_main .txt_block .lead {
  font-size: 34px;
  line-height: 160%;
  letter-spacing: 1.7px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .top_main .txt_block .lead {
    font-size: clamp(1.75rem, 0.883rem + 1.81vw, 2.125rem);
  }
}
.top_main .txt_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 550px;
  margin-bottom: 34px;
  position: relative;
}
.top_main .txt_block ul li {
  display: block;
  width: 180px;
  color: #5E3F2A;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 140%;
  letter-spacing: 1.2px;
  padding: 10px;
  background: #fff;
}
.top_main .txt_block ul::after {
  display: block;
  content: "";
  width: 300px;
  height: 256px;
  background: url(../images/top/top_main_img.webp) no-repeat top center/contain;
  position: absolute;
  bottom: -160px;
  right: -210px;
}
.top_main .txt_block .sbtn {
  width: 400px;
  margin-bottom: 48px;
}
.top_main .txt_block .sbtn a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 28px 32px;
  border-radius: 26px;
  font-size: 28px;
  font-weight: 700;
  color: #5E3F2A;
  background: #F7E757;
  box-shadow: 0px 4px 4px 0px rgba(180, 150, 128, 0.4);
  position: relative;
}
.top_main .txt_block .sbtn a .sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding-left: 20px;
}
.top_main .txt_block .sbtn a::before, .top_main .txt_block .sbtn a::after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.top_main .txt_block .sbtn a::before {
  background: #fff;
  border-radius: 50%;
}
.top_main .txt_block .sbtn a::after {
  width: 13px;
  height: 10px;
  background: url(../images/common/ico_arrow.png) no-repeat top center/cover;
  right: 30px;
}
.top_main .txt_block .sbtn a:hover {
  color: #825434;
  background: #FBF24B;
}
.top_main .txt_block .sbtn a:hover::after {
  background-image: url(../images/common/ico_arrow_o.png);
}
.top_main .txt_block .sub_txt {
  display: inline;
  font-size: 32px;
  font-weight: 700;
  color: #5E3F2A;
  line-height: 160%;
  letter-spacing: 1.6px;
  background: linear-gradient(to left, rgba(219, 193, 173, 0) 0%, rgba(219, 193, 173, 0) 40%, rgb(219, 193, 173) 40%, rgb(219, 193, 173) 100%) repeat-x left bottom;
  background-size: 20px 2px;
  padding: 0 0 15px 6px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .top_main .txt_block .sub_txt {
    font-size: clamp(1.438rem, 0.136rem + 2.71vw, 2rem);
  }
}

@media only screen and (max-width: 767px) {
  .top_main {
    padding: 90px 0 0;
    background: url(../images/top/top_main001_sp.webp) no-repeat top 160px center/90vw auto;
    min-height: auto;
  }
  .top_main .txt_block {
    max-width: none;
    text-align: center;
    padding: 0 1vw;
  }
  .top_main .txt_block .catch {
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    padding-left: 10vw;
  }
  .top_main .txt_block .lead {
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 40vw;
  }
  .top_main .txt_block ul {
    width: 80vw;
    justify-content: center;
    margin: 0 auto 10px;
  }
  .top_main .txt_block ul li {
    width: 32%;
    font-size: 16px;
    padding: 10px 4px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 370px) {
  .top_main .txt_block ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top_main .txt_block ul::after {
    display: none;
  }
  .top_main .txt_block .sbtn {
    width: 86vw;
    margin: 0 auto 20px;
  }
  .top_main .txt_block .sbtn a {
    justify-content: center;
    padding: 22px 35px 22px 3vw;
    border-radius: 22px;
    font-size: 23px;
  }
  .top_main .txt_block .sbtn a .sub {
    font-size: 14px;
    text-align: left;
    padding-left: 3vw;
  }
  .top_main .txt_block .sbtn a::before, .top_main .txt_block .sbtn a::after {
    width: 27px;
    height: 27px;
    right: 17px;
  }
  .top_main .txt_block .sbtn a::after {
    width: 12px;
    height: 9px;
    right: 25px;
  }
  .top_main .txt_block .sub_txt {
    line-height: 190%;
    padding-bottom: 8px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .top_main .txt_block .sub_txt {
    font-size: 19px;
  }
}
/* sec_intro */
.sec_intro {
  padding-top: 80px;
  position: relative;
}
.sec_intro::before, .sec_intro::after {
  display: block;
  content: "";
  width: 698px;
  height: 920px;
  position: absolute;
  background: url(../images/top/top_bg_cir001.png) no-repeat top left;
  background-size: cover;
  z-index: -1;
}
.sec_intro::before {
  top: -230px;
  right: 0;
}
.sec_intro::after {
  bottom: -450px;
  left: 0;
  background: url(../images/top/top_bg_cir002.png) no-repeat top right;
}
.sec_intro .inner {
  width: 1184px;
  padding: 64px;
  background: #FFFCF7;
  border-radius: 70px;
  position: relative;
  z-index: 2;
}
.sec_intro h2 {
  text-align: center;
}
.sec_intro h2::before {
  width: 140px;
  background-image: url(../images/common/line_bg_s.png);
  background-position: top left;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_intro .check_block .ttl {
  text-align: center;
  color: #5E3F2A;
  font-size: 28px;
  margin-bottom: 30px;
}
.sec_intro .check_block .check_box {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 130px;
}
.sec_intro .check_block .check_box::after {
  display: block;
  content: "";
  width: 116px;
  height: 40px;
  background: url(../images/top/ico_arrow.png) no-repeat top center/cover;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_intro .check_block .check_box ul {
  font-size: 28px;
  font-weight: 700;
}
.sec_intro .check_block .check_box ul li {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 16px;
  padding-left: 35px;
  position: relative;
}
.sec_intro .check_block .check_box ul li::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/top/ico_check.png) no-repeat top center/cover;
  position: absolute;
  top: 2px;
  left: 0;
}
.sec_intro .check_block .check_box .img {
  width: 278px;
  margin-left: 40px;
}
.sec_intro .intro_block {
  display: flex;
}
.sec_intro .intro_block .img_box {
  margin-right: 50px;
  position: relative;
}
.sec_intro .intro_block .img_box .img {
  width: 320px;
}
.sec_intro .intro_block .img_box .name {
  text-align: center;
  margin-top: 10px;
}
.sec_intro .intro_block .img_box .name span {
  margin-left: 12px;
  font-size: 22px;
  font-weight: 700;
}
.sec_intro .intro_block .img_box::after {
  display: block;
  content: "";
  width: 362px;
  height: 263px;
  background: url(../images/top/top_com001.png) no-repeat top center/cover;
  position: absolute;
  top: -165px;
  left: -120px;
}
.sec_intro .intro_block .intro_box .ttl {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 35px;
}
.sec_intro .intro_block .intro_box .ttl span {
  display: block;
  background: linear-gradient(to left, rgba(219, 193, 173, 0) 0%, rgba(219, 193, 173, 0) 40%, rgb(219, 193, 173) 40%, rgb(219, 193, 173) 100%) repeat-x left bottom;
  background-size: 20px 2px;
  line-height: 210%;
}
.sec_intro .intro_block .intro_box .txt {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .sec_intro {
    padding: 45px 20px 0;
    overflow-y: visible;
    overflow-x: hidden;
  }
  .sec_intro::before, .sec_intro::after {
    width: 124px;
    height: 460px;
  }
  .sec_intro::before {
    top: -20px;
  }
  .sec_intro::after {
    bottom: 130px;
    left: auto;
    right: 0;
    background-position: top left;
  }
  .sec_intro .inner {
    width: 100%;
    padding: 35px 30px;
    border-radius: 35px;
  }
  .sec_intro h2::before {
    width: 88px;
  }
  .sec_intro .check_block .ttl {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .sec_intro .check_block .check_box {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .sec_intro .check_block .check_box::after {
    width: 80px;
    height: 28px;
    bottom: -55px;
  }
  .sec_intro .check_block .check_box ul {
    font-size: 16px;
    margin: 0 auto 24px;
  }
  .sec_intro .check_block .check_box ul li {
    margin-bottom: 12px;
    padding-left: 30px;
  }
  .sec_intro .check_block .check_box ul li::before {
    width: 20px;
    height: 20px;
    top: 4px;
  }
  .sec_intro .check_block .check_box .img {
    width: 50vw;
    margin: 0 auto;
  }
  .sec_intro .intro_block {
    flex-direction: column;
  }
  .sec_intro .intro_block .ttl_sp {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 108px;
  }
  .sec_intro .intro_block .ttl_sp span {
    display: inline;
    background: linear-gradient(to left, rgba(219, 193, 173, 0) 0%, rgba(219, 193, 173, 0) 40%, rgb(219, 193, 173) 40%, rgb(219, 193, 173) 100%) repeat-x left bottom;
    background-size: 20px 2px;
    line-height: 210%;
    padding-bottom: 8px;
  }
  .sec_intro .intro_block .img_box {
    margin: 0 auto 25px;
    text-align: center;
  }
  .sec_intro .intro_block .img_box .img {
    width: 60vw;
    margin: 0 auto;
  }
  .sec_intro .intro_block .img_box::after {
    width: 50vw;
    height: 40vw;
    top: -22vw;
    left: -12vw;
  }
  .sec_intro .intro_block .img_box .name {
    font-size: 15px;
  }
  .sec_intro .intro_block .img_box .name span {
    font-size: 18px;
  }
  .sec_intro .intro_block .intro_box .txt {
    margin-bottom: 20px;
  }
}
/* sec_service */
.sec_service {
  background: #FFEED6;
  margin-top: -60px !important;
  padding: 160px 0 100px;
}
.sec_service .inner {
  width: 950px;
}
.sec_service .service_block {
  display: flex;
  margin-bottom: 65px;
}
.sec_service .service_block .txt_box {
  margin-right: 60px;
}
.sec_service .service_block .txt_box .txt {
  margin-bottom: 40px;
}
.sec_service .service_block .txt_box .txt span {
  color: #5E3F2A;
  font-weight: 700;
}
.sec_service .service_block .img_box p {
  width: 440px;
}
.sec_service .service_block.reverse {
  flex-direction: row-reverse;
}
.sec_service .service_block.reverse .txt_box {
  margin-right: auto;
  margin-left: 60px;
}
.sec_service .column_block {
  padding: 25px 36px 36px;
  background: url(../images/top/top_bg001.webp) no-repeat top center/contain;
  border-radius: 25px;
  position: relative;
}
.sec_service .column_block h2 {
  text-align: center;
  margin-bottom: 5px;
}
.sec_service .column_block h2::before, .sec_service .column_block h2::after {
  display: none;
}
.sec_service .column_block h2 span {
  padding: 0 150px;
  position: relative;
}
.sec_service .column_block h2 span::before, .sec_service .column_block h2 span::after {
  display: block;
  content: "";
  width: 126px;
  height: 29px;
  position: absolute;
  top: 0;
}
.sec_service .column_block h2 span::before {
  background: url(../images/top/column_bg01.png) no-repeat top center/cover;
  left: 0;
}
.sec_service .column_block h2 span::after {
  background: url(../images/top/column_bg02.png) no-repeat top center/cover;
  right: 0;
}
.sec_service .column_block .txt {
  text-align: center;
}
.sec_service .column_block .btn {
  position: absolute;
  right: 22px;
  bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .sec_service {
    margin-top: -30px !important;
    padding: 80px 0 50px;
  }
  .sec_service .inner {
    width: 90vw;
  }
  .sec_service .service_block {
    flex-direction: column;
    margin-bottom: 45px;
  }
  .sec_service .service_block .txt_box {
    margin: 0 auto 20px;
  }
  .sec_service .service_block .txt_box .txt {
    margin-bottom: 20px;
  }
  .sec_service .service_block .img_box {
    display: flex;
    justify-content: flex-end;
  }
  .sec_service .service_block .img_box p {
    width: 70vw;
  }
  .sec_service .service_block.reverse {
    flex-direction: column;
  }
  .sec_service .service_block.reverse .txt_box {
    margin: 0 auto 20px;
  }
  .sec_service .service_block.reverse .img_box {
    justify-content: flex-start;
  }
  .sec_service .column_block {
    padding: 32px;
    background: url(../images/top/top_bg001_sp.webp) no-repeat top center/cover;
    border-radius: 26px;
    border: 2px dashed #DBC1AD;
  }
  .sec_service .column_block h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec_service .column_block h2 span {
    padding: 0 15vw;
    position: relative;
  }
  .sec_service .column_block h2 span::before, .sec_service .column_block h2 span::after {
    width: 15vw;
    height: 18px;
    background-size: contain;
  }
  .sec_service .column_block .txt {
    text-align: left;
  }
  .sec_service .column_block .btn {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
/* sec_guarantor */
.sec_guarantor {
  position: relative;
  padding: 60px 0;
}
.sec_guarantor::before {
  display: block;
  content: "";
  width: 100%;
  height: 110px;
  background: url(../images/top/top_bg002.png) no-repeat top center/cover;
  position: absolute;
  top: -60px;
  left: 0;
}
.sec_guarantor .inner {
  width: 1080px;
}
.sec_guarantor .gu_block {
  background: #C6D678;
  padding: 25px 0 40px;
  box-shadow: 0px 2px 3px 0px rgba(129, 121, 115, 0.4);
  margin-bottom: 24px;
  position: relative;
}
.sec_guarantor .gu_block::after {
  display: block;
  content: "";
  width: 264px;
  height: 219px;
  background: url(../images/top/top_img005.webp) no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  right: -30px;
}
.sec_guarantor .gu_block h2 {
  padding: 20px;
  background: #6E7D22;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
.sec_guarantor .gu_block h2::before {
  display: none;
}
.sec_guarantor .gu_block .lead {
  text-align: center;
  color: #5E3F2A;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.sec_guarantor .gu_block .gu_area {
  width: 996px;
  margin: 0 auto;
}
.sec_guarantor .gu_block .gu_area .box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 32px;
  margin-bottom: 2px;
}
.sec_guarantor .gu_block .gu_area .box .ttl {
  width: 270px;
  color: #5E3F2A;
  font-size: 26px;
  line-height: 130%;
  font-weight: 700;
  position: relative;
  padding-left: 80px;
  margin-right: 36px;
}
.sec_guarantor .gu_block .gu_area .box .ttl::before {
  display: block;
  content: "";
  width: 64px;
  height: 64px;
  background: url(../images/top/ico_que.png) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec_guarantor .gu_block .gu_area .box:last-child .ttl::before {
  background-image: url(../images/top/ico_att.png);
}
.sec_guarantor .gu_block .gu_area .box .txt,
.sec_guarantor .gu_block .gu_area .box ul {
  width: calc(100% - 300px);
}
.sec_guarantor .gu_block .gu_area .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.sec_guarantor .gu_block .gu_area .box ul li {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 700;
  line-height: 130%;
  background: #5E3F2A;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .sec_guarantor {
    padding: 40px 0;
  }
  .sec_guarantor::before {
    height: 50px;
    background-size: contain;
    top: -10px;
  }
  .sec_guarantor .inner {
    width: 100%;
  }
  .sec_guarantor .gu_block {
    padding: 15px 0 20px;
  }
  .sec_guarantor .gu_block::after {
    width: 150px;
    height: 124px;
    right: 30px;
  }
  .sec_guarantor .gu_block h2 {
    font-size: 24px;
    padding: 15px;
    margin-bottom: 1rem;
  }
  .sec_guarantor .gu_block .lead {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 1rem;
  }
  .sec_guarantor .gu_block .gu_area {
    width: calc(100% - 40px);
  }
  .sec_guarantor .gu_block .gu_area .box {
    flex-direction: column;
    padding: 32px 5vw;
  }
  .sec_guarantor .gu_block .gu_area .box .ttl {
    display: inline;
    width: auto;
    font-size: 20px;
    padding-left: 60px;
    margin: 0 auto 18px;
  }
  .sec_guarantor .gu_block .gu_area .box .ttl::before {
    width: 48px;
    height: 48px;
  }
  .sec_guarantor .gu_block .gu_area .box .txt,
  .sec_guarantor .gu_block .gu_area .box ul {
    width: 100%;
  }
  .sec_guarantor .gu_block .gu_area .box ul li {
    width: 49%;
    min-height: 70px;
    padding: 10px 1vw;
  }
  .sec_guarantor .btn a span {
    text-decoration: none;
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #5E3F2A;
    padding-bottom: 5px;
  }
}
/* sec_other */
.sec_other {
  background: #FFEED6;
  padding: 56px 0 80px;
}
.sec_other .other_block {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec_other .other_block .box {
  width: 522px;
  border-radius: 70px;
  padding: 40px;
  background: #fff;
}
.sec_other .other_block .box h2 {
  font-size: 36px;
}
.sec_other .other_block .box h2::before {
  width: 428px;
}
.sec_other .other_block .box .txt {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .sec_other {
    padding: 52px 0 40px;
  }
  .sec_other .other_block {
    width: 100%;
    flex-direction: column;
  }
  .sec_other .other_block .box {
    width: 100%;
    border-radius: 37px;
    padding: 28px;
  }
  .sec_other .other_block .box h2 {
    font-size: 24px;
  }
  .sec_other .other_block .box h2::before {
    width: 100%;
  }
  .sec_other .other_block .box .txt {
    margin-bottom: 15px;
  }
  .sec_other .other_block .box:first-child {
    margin-bottom: 12px;
  }
}
/* sec_voice */
.sec_voice {
  background: #FFEED6;
  position: relative;
  padding-bottom: 160px;
}
.sec_voice::before {
  display: block;
  content: "";
  width: 60vw;
  min-height: 758px;
  background: #FFFCF7;
  border-radius: 0px 70px 70px 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_voice .voice_block {
  width: 1230px;
  margin: 0 auto;
  padding: 70px 0 0 75px;
  display: flex;
  position: relative;
  z-index: 1;
}
.sec_voice .voice_block .txt_area {
  width: 360px;
  margin-right: 56px;
}
.sec_voice .voice_block .txt_area h2::before {
  width: 100%;
}
.sec_voice .voice_block .txt_area .txt {
  color: #5E3F2A;
  margin-bottom: 2rem;
}
.sec_voice .voice_block .txt_area .btn {
  margin-bottom: 4.4rem;
}
.sec_voice .voice_block .txt_area .btn span {
  display: block;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #5E3F2A;
  padding: 8px 0;
}
.sec_voice .voice_block .txt_area .btn a:hover span {
  border-color: #FFFCF7;
}
.sec_voice .voice_block .txt_area .img {
  width: 342px;
  margin-left: -30px;
}
.sec_voice .voice_block .cmt_area {
  display: flex;
  align-items: flex-start;
}
.sec_voice .voice_block .cmt_area .box {
  width: 368px;
  background: #fff;
  border: 2px solid #DBC1AD;
  padding: 32px;
  min-height: 510px;
}
.sec_voice .voice_block .cmt_area .box:last-child {
  margin-top: 105px;
  margin-left: 8px;
}
.sec_voice .voice_block .cmt_area .box .ttl {
  color: #874B22;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sec_voice .voice_block .cmt_area .box .ttl span {
  background: linear-gradient(to left, rgba(219, 193, 173, 0) 0%, rgba(219, 193, 173, 0) 40%, rgb(219, 193, 173) 40%, rgb(219, 193, 173) 100%) repeat-x left bottom;
  background-size: 20px 2px;
  padding: 10px 0;
}
.sec_voice .voice_block .cmt_area .box .txt {
  font-size: 0.9em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  max-height: 400px;
}

@media only screen and (max-width: 767px) {
  .sec_voice {
    padding: 0 0 60px !important;
  }
  .sec_voice::before {
    display: none;
  }
  .sec_voice .voice_block {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .sec_voice .voice_block .txt_area {
    width: 86vw;
    margin-right: auto;
    background: #FFFCF7;
    padding: 40px 40px 65px;
    border-radius: 0px 35px 35px 0px;
  }
  .sec_voice .voice_block .txt_area h2::before {
    width: 98%;
  }
  .sec_voice .voice_block .txt_area .txt {
    margin-bottom: 20px;
  }
  .sec_voice .voice_block .txt_area .btn {
    margin-bottom: 36px;
  }
  .sec_voice .voice_block .txt_area .img {
    width: 50vw;
    margin: 0 auto;
  }
  .sec_voice .voice_block .cmt_area {
    flex-direction: column;
    width: calc(100% - 40px);
    margin: -40px auto 0;
  }
  .sec_voice .voice_block .cmt_area .box {
    width: 80vw;
    margin: 0 0 8px auto;
  }
  .sec_voice .voice_block .cmt_area .box:last-child {
    margin: 0 auto 0 0;
  }
  .sec_voice .voice_block .cmt_area .box a {
    display: block;
    width: 100%;
    padding: 28px;
    min-height: auto;
  }
  .sec_voice .voice_block .cmt_area .box a .ttl {
    font-size: 20px;
  }
}
/* sec_news */
.sec_news {
  padding: 80px 0 150px;
}
.sec_news .news_block {
  width: 940px;
  margin: 0 auto;
}
.sec_news .news_block h2 {
  text-align: center;
}
.sec_news .news_block h2::before {
  width: 428px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_news .news_block .ttl {
  text-align: center;
  font-size: 1.1em;
  color: #5E3F2A;
  margin-bottom: 2.2rem;
}
.sec_news .news_block .news_area {
  margin-bottom: 2.2rem;
  font-size: 0.9em;
}
.sec_news .news_block .news_area .news_box {
  border-bottom: 1px solid #5E3F2A;
}
.sec_news .news_block .news_area .news_box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: #5E3F2A;
}
.sec_news .news_block .news_area .news_box a .date {
  font-size: 0.9em;
}
.sec_news .news_block .news_area .news_box a .category span {
  font-size: 0.9em;
  padding: 6px 16px;
  border-radius: 8px;
  background: #FFD2B1;
  white-space: nowrap;
}
.sec_news .news_block .news_area .news_box a .txt {
  width: 70%;
}
.sec_news .news_block .news_area .news_box a:hover {
  color: #825434;
}
.sec_news .news_block .news_area .news_box a:hover .category span {
  background: #FFE0BF;
}
.sec_news .news_block .news_area .news_box a:hover .txt {
  text-decoration: underline;
}
.sec_news .news_block .news_area .no_post {
  border-top: 1px solid #5E3F2A;
  border-bottom: 1px solid #5E3F2A;
  padding: 20px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec_news {
    padding: 50px 0 80px;
  }
  .sec_news .news_block {
    width: 100%;
  }
  .sec_news .news_block h2::before {
    width: 250px;
  }
  .sec_news .news_block .ttl {
    margin-bottom: 0;
  }
  .sec_news .news_block .news_area {
    margin-bottom: 28px;
  }
  .sec_news .news_block .news_area .news_box a {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .sec_news .news_block .news_area .news_box a .date {
    margin-right: 16px;
  }
  .sec_news .news_block .news_area .news_box a .category span {
    font-size: 0.9em;
    padding: 6px 16px;
    border-radius: 8px;
    background: #FFD2B1;
    white-space: nowrap;
  }
  .sec_news .news_block .news_area .news_box a .txt {
    width: 100%;
    padding-top: 5px;
  }
  .sec_news .news_block .news_area .no_post {
    margin-top: 20px;
  }
}