@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section_head {
  width: 100%;
  height: 335px;
  background: url(../images/bassai/head_img_pc.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_head {
    background: url(../images/bassai/head_img_sp.jpg) no-repeat center;
    background-size: cover;
    height: 40vw;
  }
}
#section_head .title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  z-index: 5;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75);
  transform: translate(0, -50%);
}

#section02 {
  width: 100%;
  background-color: #93e271;
  padding: 200px 0 60px 0;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 100px 0 40px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#section02 .section__in .maru01 {
  position: absolute;
  width: 15.72%;
  top: 5%;
  right: 0;
  transform: translate(50%, 0);
}
@media screen and (max-width:800px) {
  #section02 .section__in .maru01 {
    width: 30%;
    top: 4%;
    right: 5%;
  }
}
#section02 .section__in .maru02 {
  position: absolute;
  width: 29.6%;
  top: 27.5%;
  left: 0;
  transform: translate(-75%, 0);
}
@media screen and (max-width:800px) {
  #section02 .section__in .maru02 {
    width: 60%;
    top: 25%;
    left: 0;
    transform: translate(-65%, 0);
  }
}
#section02 .section__in .maru03 {
  position: absolute;
  width: 10%;
  bottom: 20%;
  left: 110%;
  transform: translate(-75%, 0);
}
@media screen and (max-width:800px) {
  #section02 .section__in .maru03 {
    width: 20%;
    bottom: 18%;
    left: 110%;
    transform: translate(-75%, 0);
  }
}
#section02 h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section02 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section02 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section02 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 1.25em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section02 .sub_text {
    margin: 0.75em auto 1em auto;
    line-height: 140%;
  }
}
#section02 ul.merit6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 ul.merit6 {
    width: 86%;
    margin: 0 auto;
  }
}
#section02 ul.merit6 li {
  width: 30%;
  background-color: #fff;
  border: 3px solid #572200;
  border-radius: 80px;
  position: relative;
  padding: 35px 15px;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02 ul.merit6 li {
    width: 100%;
    padding: 7.5vw 5vw;
    margin-bottom: 10vw;
    border-radius: 15vw;
  }
}
#section02 ul.merit6 li .no {
  width: 14%;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
}
#section02 ul.merit6 li .icons {
  width: 36.66%;
  margin: 0 auto 22.5px auto;
}
#section02 ul.merit6 li h3 {
  text-align: center;
  font-weight: 500;
  color: #572200;
  margin-bottom: 22.5px;
  letter-spacing: 0.1em;
}
#section02 ul.merit6 li .base_text {
  text-align: center;
  font-weight: 500;
  color: #572200;
  letter-spacing: 0.1em;
}
#section02 .ansinbox {
  width: 100%;
  background-color: #572200;
  color: #fff;
  border-radius: 40px;
  position: relative;
  padding: 45px;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox {
    width: 100%;
    padding: 7.5vw 5vw 7vw 5vw;
    border-radius: 7.5vw;
  }
}
#section02 .ansinbox .wapen {
  width: 7.4%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transform: translate(-25%, -15%);
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .wapen {
    width: 20%;
  }
}
#section02 .ansinbox .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section02 .ansinbox .clumbox .left {
  width: 36%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section02 .ansinbox .clumbox .left .t01 {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .left .t01 {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
#section02 .ansinbox .clumbox .left .t02 {
  width: 100%;
  background-color: #fff;
  color: #572200;
  padding: 0.5em 0;
  line-height: 100%;
  border-radius: 10px;
}
#section02 .ansinbox .clumbox .mid {
  width: 28.88%;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .mid {
    width: 100%;
    margin-bottom: 5vw;
    text-align: center;
  }
}
#section02 .ansinbox .clumbox .right {
  width: 26.11%;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .right {
    width: 80%;
    margin: 0 auto;
  }
}

.section_cv_type01 {
  width: 100%;
  background-color: #ffe900;
  position: relative;
  overflow: hidden;
}
.section_cv_type01 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #572200;
  padding: 35px 0;
}
.section_cv_type01 .section__in .backimg {
  position: absolute;
  width: 120%;
  bottom: 0;
  right: -15%;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .backimg {
    width: 300%;
    right: auto;
    left: 20%;
  }
}
.section_cv_type01 .section__in .hito {
  width: 14%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .hito {
    width: 20%;
  }
}
.section_cv_type01 .section__in .text {
  width: 53.7%;
  position: relative;
  z-index: 5;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .text {
    width: 75%;
    font-weight: 600;
    line-height: 160%;
  }
}
.section_cv_type01 .section__in .botans {
  width: 22.6%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .botans {
    width: 100%;
    margin-top: 4vw;
  }
}
.section_cv_type01 .section__in .botans ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_cv_type01 .section__in .botans ul li {
  width: 100%;
  margin: 6px 0;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .botans ul li {
    width: 48%;
    margin-bottom: 0vw;
  }
}
.section_cv_type01 .section__in .botans ul li a.contactlinks {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #ff88c1;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
  position: relative;
}
.section_cv_type01 .section__in .botans ul li a.contactlinks::after {
  content: "";
  width: 1em;
  height: 0.75em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translate(0, -50%);
}
.section_cv_type01 .section__in .botans ul li a.contacttels {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
}

#section_pro {
  width: 100%;
  background-color: #8ddc71;
  padding: 200px 0 150px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_pro {
    padding: 100px 0 15vw 0;
  }
}
#section_pro .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section_pro h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section_pro h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_pro h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_pro .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 1.25em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section_pro .sub_text {
    margin: 0.75em auto 1em auto;
    line-height: 140%;
  }
}
#section_pro .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 75px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_pro .clumbox {
    margin-top: 10vw;
  }
}
#section_pro .clumbox .photo {
  width: 47%;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_pro .clumbox .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
    border-radius: 7.5vw;
  }
}
#section_pro .clumbox .text {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section_pro .clumbox .text {
    width: 100%;
    order: 2;
  }
}
#section_pro .clumbox .text .base_text {
  color: #572200;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 500;
}

#section_sekou {
  width: 100%;
  background-color: #fff;
  padding: 200px 0 225px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_sekou {
    padding: 100px 0 10vw 0;
  }
}
#section_sekou .backimgunder {
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/sec03_backimg.png) center bottom;
  background-size: auto 100%;
}
#section_sekou .hito {
  width: 425px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section_sekou .hito {
    width: 60%;
  }
}
#section_sekou .section__in {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
#section_sekou h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section_sekou h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_sekou h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_sekou .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 1.25em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section_sekou .sub_text {
    margin: 0.75em auto 1em auto;
    line-height: 140%;
  }
}
#section_sekou ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_sekou ul li {
  width: 28.6%;
}
@media screen and (max-width:800px) {
  #section_sekou ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#section_sekou ul li figure {
  border: 4px solid #572200;
  border-radius: 30px;
  margin-bottom: 1em;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_sekou ul li figure {
    width: 90%;
    margin: 0 auto 5vw auto;
    border: 3px solid #572200;
  }
}
#section_sekou ul li .base_text1 {
  color: #572200;
  margin-top: 1em;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#section_sekou ul li .base_text2 {
  color: #572200;
  margin-top: 0.5em;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#section_sekou ul li .base_text {
  color: #572200;
  margin-top: 1em;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.section_cv_type02 {
  width: 100%;
  background-color: #ffe900;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #572200;
}
.section_cv_type02 .section__in {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #572200;
  padding: 35px 0 0 0;
  /*
  .backimg{
  	position: absolute;
  	width: 120%;
  	bottom:0;
  	right:-15%;
  	@media screen and (max-width:800px) {
  		width: 300%;
  		right:auto;
  		left:20%;
  	}
  }
  	*/
}
.section_cv_type02 .section__in .hito {
  width: 12.65%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .hito {
    width: 20%;
    margin: 0 40% 4vw 40%;
  }
}
.section_cv_type02 .section__in .text {
  width: 44.62%;
  position: relative;
  z-index: 5;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .text {
    width: 100%;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
  }
}
.section_cv_type02 .section__in .ill {
  width: 37.22%;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .ill {
    width: 85%;
    margin: 7.5vw auto 0 auto;
  }
}
.section_cv_type02 .section__in .botans {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .botans {
    width: 100%;
  }
}
.section_cv_type02 .section__in .botans ul {
  width: 87.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .botans ul {
    width: 100%;
  }
}
.section_cv_type02 .section__in .botans ul li {
  width: 48%;
  margin-bottom: 0vw;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .botans ul li {
    width: 48%;
    margin-bottom: 0vw;
  }
}
.section_cv_type02 .section__in .botans ul li a.contactlinks {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #ff88c1;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
  position: relative;
  letter-spacing: 0.05em;
}
.section_cv_type02 .section__in .botans ul li a.contactlinks::after {
  content: "";
  width: 1em;
  height: 0.75em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translate(0, -50%);
}
.section_cv_type02 .section__in .botans ul li a.contacttels {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
  letter-spacing: 0.05em;
}

#section_omakase {
  width: 100%;
  background-color: #fff;
  padding: 50px 0 0px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_omakase {
    padding: 50px 0 0vw 0;
  }
}
#section_omakase .backimgunder {
  width: 120%;
  position: absolute;
  bottom: 0;
  right: -15%;
}
@media screen and (max-width:800px) {
  #section_omakase .backimgunder {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#section_omakase .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 225px;
}
@media screen and (max-width:800px) {
  #section_omakase .section__in {
    padding-bottom: 30vw;
  }
}
#section_omakase .section__in .maru01 {
  position: absolute;
  width: 15.72%;
  top: 15%;
  right: 115%;
  transform: translate(50%, 0);
}
@media screen and (max-width:800px) {
  #section_omakase .section__in .maru01 {
    width: 30%;
    top: 4%;
    right: 110%;
  }
}
#section_omakase .section__in .maru02 {
  position: absolute;
  width: 29.6%;
  top: 30%;
  left: 105%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_omakase .section__in .maru02 {
    width: 60%;
    top: 25%;
    left: 85%;
    transform: translate(0%, 0);
  }
}
#section_omakase .section__in .maru03 {
  position: absolute;
  width: 10%;
  bottom: 30%;
  left: -10%;
  transform: translate(-75%, 0);
}
@media screen and (max-width:800px) {
  #section_omakase .section__in .maru03 {
    width: 20%;
    bottom: 26%;
    left: 0%;
    transform: translate(-75%, 0);
  }
}
#section_omakase h2.titleh2base {
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
}
#section_omakase h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_omakase h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_omakase .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.15em;
  color: #572200;
  padding-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section_omakase .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
  }
}
#section_omakase .base_text {
  line-height: 240%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-top: 2.5em;
  color: #572200;
}
#section_omakase ul.images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto;
}
#section_omakase ul.images li {
  width: 30%;
}

#section_before {
  width: 100%;
  background-color: #ffe900;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_before {
    padding: 100px 0 0vw 0;
  }
}
#section_before .backimgunder {
  width: 1200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section_before .backimgunder {
    bottom: -2px;
    width: 90%;
    transform: translate(-50%, 0);
  }
}
#section_before .hito {
  width: 425px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section_before .hito {
    width: 60%;
  }
}
#section_before .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section_before .section__in {
    padding-bottom: 25vw;
  }
}
#section_before .section__in .maru01 {
  position: absolute;
  width: 25.72%;
  top: -10%;
  right: 110%;
  transform: translate(30%, 0);
}
@media screen and (max-width:800px) {
  #section_before .section__in .maru01 {
    width: 40%;
    top: -7.5%;
    right: 110%;
    display: none;
  }
}
#section_before .section__in .maru02 {
  position: absolute;
  width: 29.6%;
  top: 26%;
  left: 105%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_before .section__in .maru02 {
    width: 60%;
    top: 20%;
    left: 85%;
    transform: translate(0%, 0);
  }
}
#section_before .section__in .maru03 {
  position: absolute;
  width: 10%;
  bottom: 45%;
  left: -10%;
  transform: translate(-75%, 0);
  opacity: 0.85;
}
@media screen and (max-width:800px) {
  #section_before .section__in .maru03 {
    width: 20%;
    bottom: 36%;
    left: 0%;
    transform: translate(-75%, 0);
  }
}
#section_before h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section_before h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_before h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_before .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section_before .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
  }
}
#section_before .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 75px;
}
@media screen and (max-width:800px) {
  #section_before .clumbox {
    margin-top: 10vw;
  }
}
#section_before .clumbox .photo {
  width: 59.8%;
}
@media screen and (max-width:800px) {
  #section_before .clumbox .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}
#section_before .clumbox .photo .inbox {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#section_before .clumbox .photo .inbox .before {
  width: 46.9%;
  border: 4px solid #572200;
  border-radius: 35px;
  position: relative;
}
#section_before .clumbox .photo .inbox .before figure {
  border-radius: 30px;
  overflow: hidden;
}
#section_before .clumbox .photo .inbox .before::after {
  content: "";
  width: 17.5%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  background: url(../images/sec05_yaji.svg) no-repeat center;
  background-size: contain;
  height: 30%;
}
#section_before .clumbox .photo .inbox .before::before {
  content: "";
  width: 35%;
  height: 10%;
  position: absolute;
  bottom: 5%;
  left: -5%;
  background: url(../images/sec05_before.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width:800px) {
  #section_before .clumbox .photo .inbox .before::before {
    width: 55%;
    height: 15%;
  }
}
#section_before .clumbox .photo .inbox .after {
  width: 46.9%;
  border: 4px solid #572200;
  border-radius: 35px;
  position: relative;
}
#section_before .clumbox .photo .inbox .after figure {
  border-radius: 30px;
  overflow: hidden;
}
#section_before .clumbox .photo .inbox .after::before {
  content: "";
  width: 35%;
  height: 10%;
  position: absolute;
  bottom: 5%;
  left: -5%;
  background: url(../images/sec05_after.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width:800px) {
  #section_before .clumbox .photo .inbox .after::before {
    width: 55%;
    height: 15%;
  }
}
#section_before .clumbox .text {
  width: 36.5%;
}
@media screen and (max-width:800px) {
  #section_before .clumbox .text {
    width: 100%;
    order: 2;
  }
}
#section_before .clumbox .text h3 {
  color: #572200;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.15em;
}
#section_before .clumbox .text .subtext {
  color: #572200;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
#section_before .clumbox .text .base_text {
  color: #572200;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#section_before .ansinbox {
  width: 100%;
  background-color: #572200;
  color: #fff;
  border-radius: 40px;
  position: relative;
  padding: 35px 45px;
  margin-top: 100px;
}
@media screen and (max-width:800px) {
  #section_before .ansinbox {
    width: 100%;
    margin-top: 60px;
    padding: 7.5vw 5vw 7vw 5vw;
    border-radius: 7.5vw;
  }
}
#section_before .section__ins {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #572200;
}
#section_before .section__ins .hitos {
  width: 14%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_before .section__ins .hitos {
    width: 20%;
  }
}
#section_before .section__ins .texts {
  width: 53.7%;
  position: relative;
  z-index: 5;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section_before .section__ins .texts {
    width: 75%;
    font-weight: 600;
    line-height: 160%;
  }
}
#section_before .section__ins .botans {
  width: 22.6%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_before .section__ins .botans {
    width: 100%;
    margin-top: 4vw;
  }
}
#section_before .section__ins .botans ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_before .section__ins .botans ul li {
  width: 100%;
  margin: 6px 0;
}
@media screen and (max-width:800px) {
  #section_before .section__ins .botans ul li {
    width: 48%;
    margin-bottom: 0vw;
  }
}
#section_before .section__ins .botans ul li a.contactlinks {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #ff88c1;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
  position: relative;
}
#section_before .section__ins .botans ul li a.contactlinks::after {
  content: "";
  width: 1em;
  height: 0.75em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translate(0, -50%);
}
#section_before .section__ins .botans ul li a.contacttels {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
}

#section_area {
  width: 100%;
  background-color: #93e271;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_area {
    padding: 100px 0 0vw 0;
  }
}
#section_area .backimgunder {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0%;
  background: url(../images/sec06_backimg.png) repeat center bottom;
  background-size: auto 80px;
}
#section_area .tree {
  width: 18%;
  position: absolute;
  bottom: 0;
  left: -18%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_area .tree {
    left: -12%;
    width: 35%;
    bottom: auto;
    top: 0%;
  }
}
#section_area .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section_area .section__in {
    padding-bottom: 15vw;
  }
}
#section_area h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section_area h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_area h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_area .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 75px;
}
@media screen and (max-width:800px) {
  #section_area .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section_area ul.areabox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#section_area ul.areabox li {
  width: 47%;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section_area ul.areabox li {
    width: 100%;
  }
}
#section_area ul.areabox li .pref_title {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
#section_area ul.areabox li .pref_title img {
  width: auto;
  height: 77px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section_area ul.areabox li .pref_title img {
    height: 15vw;
  }
}
#section_area ul.areabox li .whitebox {
  width: 100%;
  background-color: #fff;
  padding: 50px 10%;
  border-radius: 30px;
  min-height: 15em;
}
@media screen and (max-width:800px) {
  #section_area ul.areabox li .whitebox {
    padding: 7.5vw 10%;
    min-height: 10em;
  }
}
#section_area ul.areabox li .whitebox .base_text {
  font-weight: 600;
  color: #572200;
  letter-spacing: 0.1em;
  line-height: 200%;
}

#section_qa {
  width: 100%;
  background-color: #fff;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 20px solid #93e271;
}
@media screen and (max-width:800px) {
  #section_qa {
    padding: 100px 0 0vw 0;
    border-bottom: 10px solid #93e271;
  }
}
#section_qa .backimgunder {
  width: 810px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section_qa .backimgunder {
    width: 120%;
  }
}
#section_qa .hito {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 75%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_qa .hito {
    width: 85%;
    right: 45%;
  }
}
#section_qa .tree {
  width: 65%;
  position: absolute;
  bottom: 0;
  left: 75%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_qa .tree {
    width: 120%;
    left: 40%;
  }
}
#section_qa .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section_qa .section__in {
    padding-bottom: 15vw;
  }
}
#section_qa h2.titleh2base {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
#section_qa h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_qa h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_qa .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section_qa .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section_qa dl.qabox {
  width: 100%;
  background-color: #ffe900;
  padding: 40px 0;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section_qa dl.qabox {
    margin-bottom: 5vw;
  }
}
#section_qa dl.qabox.last {
  margin-bottom: 0;
}
#section_qa dl.qabox dt {
  width: 82%;
  margin: 0 auto;
  padding-right: 3em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #572200;
  position: relative;
  transition: all 0.4s ease-out 0.01s;
}
#section_qa dl.qabox dt::after {
  content: "";
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: -0.15em;
  right: 0;
  background: url(../images/sec07_icon_plus_on.svg) no-repeat center;
  background-size: contain;
}
#section_qa dl.qabox dt:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  #section_qa dl.qabox dt:hover {
    opacity: 1;
  }
}
#section_qa dl.qabox dt.active::after {
  background: url(../images/sec07_icon_plus_off.svg) no-repeat center;
  background-size: contain;
}
#section_qa dl.qabox dd {
  width: 82%;
  margin: 0 auto;
  display: none;
}
#section_qa dl.qabox dd .inbox {
  width: 100%;
  padding: 1.5em 0 0 0;
  color: #10421d;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#section_itiran {
  width: 100%;
  background-color: #fff;
  padding: 150px 0 0px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_itiran {
    padding: 80px 0 0vw 0;
  }
}
#section_itiran .backimgunder {
  width: 1060px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-40%, 0);
}
@media screen and (max-width:800px) {
  #section_itiran .backimgunder {
    bottom: -2px;
    width: 90%;
    transform: translate(-50%, 0);
  }
}
#section_itiran .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section_itiran .section__in {
    padding-bottom: 17.5vw;
  }
}
#section_itiran .section__in .maru01 {
  position: absolute;
  width: 25.72%;
  top: -3%;
  right: 114%;
  transform: translate(30%, 0);
}
@media screen and (max-width:800px) {
  #section_itiran .section__in .maru01 {
    width: 40%;
    top: 0%;
    right: 110%;
    display: none;
  }
}
#section_itiran .section__in .maru02 {
  position: absolute;
  width: 29.6%;
  top: 29%;
  left: 105%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_itiran .section__in .maru02 {
    width: 60%;
    top: 20%;
    left: 85%;
    transform: translate(0%, 0);
  }
}
#section_itiran .section__in .maru03 {
  position: absolute;
  width: 10%;
  bottom: 35%;
  left: -10%;
  transform: translate(-75%, 0);
  opacity: 0.85;
}
@media screen and (max-width:800px) {
  #section_itiran .section__in .maru03 {
    width: 20%;
    bottom: 36%;
    left: 0%;
    transform: translate(-75%, 0);
  }
}
#section_itiran h2.titleh2base {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
#section_itiran h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_itiran h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_itiran .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section_itiran .sub_text {
    margin: 0em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section_itiran .itiwan_waku {
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  border: 3px solid #572200;
  padding: 50px 0;
  margin-bottom: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section_itiran .itiwan_waku {
    margin-bottom: 40px;
  }
}
#section_itiran .itiwan_waku.last {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section_itiran .itiwan_waku.last {
    margin-bottom: 0px;
  }
}
#section_itiran .itiwan_waku .inbox {
  width: 90%;
  margin: 0 auto;
}
#section_itiran .itiwan_waku .inbox h4 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  color: #572200;
}
#section_itiran .itiwan_waku .inbox p.subs {
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.05em;
  margin-bottom: 2.5em;
  color: #572200;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section_itiran .itiwan_waku .inbox p.subs {
    text-align: left;
    margin-bottom: 1.5em;
  }
}
#section_itiran .itiwan_waku .inbox .base_text {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 200%;
  color: #000;
}/*# sourceMappingURL=bassai.css.map */