@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);
}

.fonts {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

.fontm {
  font-family: "Noto Serif JP", serif;
}

h3.title_h3_eng .fonts_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_title_h3_eng {
    font-size: 8.2vw;
  }
}
h3.title_h3_eng .fonts_sbu {
  margin-top: 0em;
  padding-left: 0.1em;
}
h3.title_h3_eng .fonts_sbu_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  margin-top: -0.5em;
  padding-left: 0.1em;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_sbu_title_h3_eng {
    font-size: 3.2vw;
  }
}

/**scss共通ここまで***/
main {
  overflow: hidden;
}

header.active_degi {
  background-color: transparent;
}

#cv_section_close {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 110px 0 140px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #cv_section_close {
    padding: 60px 0;
  }
}
#cv_section_close .cvobx {
  text-align: center;
  margin-top: 0px;
}
@media screen and (max-width:800px) {
  #cv_section_close .cvobx {
    margin-top: 0px;
  }
}
#cv_section_close .cvobx .cvtext {
  text-align: center;
  margin-bottom: 1em;
}
#cv_section_close .cvobx .botancenter {
  text-align: center;
}

#section01_plans {
  width: 100%;
  padding: 200px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section01_plans {
    padding: 19.5vw 0 7.5vw 0;
  }
}
#section01_plans h1 {
  text-align: center;
}
#section01_plans .section__in {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#section01_plans .plantitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle {
    align-items: center;
  }
}
#section01_plans .plantitle .ppl {
  width: 18.6%;
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppl {
    width: 35%;
  }
}
#section01_plans .plantitle .ppl figure {
  width: 75%;
  margin: 0 15% 0 10%;
}
#section01_plans .plantitle .ppt {
  width: 81.4%;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppt {
    width: 65%;
  }
}
#section01_plans .spectext {
  margin-top: 1em;
}
#section01_plans .spectext span.bigs {
  font-size: 225%;
  display: inline-block;
  padding: 0 0.15em;
}
#section01_plans .spectext span.pc {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext span.pc {
    display: none;
  }
}
#section01_plans .spectext_sp {
  margin-top: 0.25em;
  display: none;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext_sp {
    display: block;
  }
}
#section01_plans .spectext2 {
  margin-top: 0.25em;
  padding-left: 4em;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext2 {
    padding-left: 5.6em;
  }
}
#section01_plans .zu {
  width: 100%;
  max-width: 600px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu {
    margin: 40px auto 40px auto;
  }
}
#section01_plans ul.meritlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 0.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist2 li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 1.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist2 li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 li.text_ptop {
  padding-top: 2em;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li.text_ptop {
    padding-top: 1em;
  }
}
#section01_plans .plan_atentiion {
  width: 100%;
  margin-top: 30px;
}
#section01_plans .plan_atentiion .t01 {
  margin-bottom: 1em;
}

#section02_plans {
  width: 100%;
}
#section02_plans .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

#plan_next_prev {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#plan_next_prev .left {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .left {
    width: 25%;
  }
}
#plan_next_prev .right {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .right {
    width: 25%;
  }
}

#section01_base {
  position: relative;
}
#section01_base .minis {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#section01_base .minis.white {
  color: #fff;
}

#section03_base {
  width: 100%;
  padding: 75px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03_base {
    padding: 40px 0;
  }
}
#section03_base .base_text {
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section03_base .base_text {
    margin-top: 0.5em;
  }
}

#section04_base {
  background-color: #e9e6e1;
  padding: 75px 0;
}
@media screen and (max-width:800px) {
  #section04_base {
    padding: 40px 0;
  }
}
#section04_base .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section04_base .titles {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 0.75em;
}
#section04_base .base_text {
  text-align: center;
  line-height: 180%;
}

#section05_base {
  position: relative;
}
#section05_base .minis {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#section05_base .minis.white {
  color: #fff;
}

#section06_base {
  background-color: #e9e6e1;
  padding: 90px 0 0;
}
@media screen and (max-width:800px) {
  #section06_base {
    padding: 9vw 0 0;
  }
}
#section06_base .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section06_base .titles {
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 0.75em;
}
#section06_base .base_text {
  line-height: 180%;
}
#section06_base .intro_block_wrap {
  margin-top: 28px;
}
#section06_base .intro_block_wrap dl {
  box-sizing: border-box;
  /*padding: 68px 30px;*/
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
#section06_base .intro_block_wrap dl:first-child {
  margin-top: 0;
}
@media screen and (max-width:800px) {
  #section06_base .intro_block_wrap dl {
    display: block;
    padding: 8vw 0vw;
    margin-top: 3vw;
  }
}
#section06_base .intro_block_wrap dl dt {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section06_base .intro_block_wrap dl dt {
    width: 100%;
    display: none;
  }
}
#section06_base .intro_block_wrap dl dd {
  width: 45%;
  padding-right: 1.5%;
}
@media screen and (max-width:800px) {
  #section06_base .intro_block_wrap dl dd {
    width: 100%;
  }
}
#section06_base .intro_block_wrap dl dd h4 {
  color: #716253;
  margin-bottom: 11px;
}
#section06_base .intro_block_wrap dl dd p {
  line-height: 1.8em;
}
@media screen and (max-width:800px) {
  #section06_base .intro_block_wrap dl dd p {
    line-height: 1.5em;
  }
}
#section06_base .intro_block_wrap dl .sp_img {
  display: none;
}
@media screen and (max-width:800px) {
  #section06_base .intro_block_wrap dl .sp_img {
    display: block;
    width: 90%;
    margin: 0 auto 7.5vw auto;
  }
}
#section06_base .t-stage_block_wrap {
  margin-top: 110px;
}
@media screen and (max-width:800px) {
  #section06_base .t-stage_block_wrap {
    margin-top: 13vw;
  }
}
#section06_base .t-stage_block_wrap .t-stage_block h4 {
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section06_base .t-stage_block_wrap .t-stage_block h4 {
    margin-bottom: 2vw;
  }
}
#section06_base .t-stage_block_wrap .t-stage_block dd {
  margin-top: 23px;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width:800px) {
  #section06_base .t-stage_block_wrap .t-stage_block dd {
    margin-top: 4vw;
    padding: 4vw 3vw;
  }
}
#section06_base .t-stage_img_wrap {
  padding: 90px 0 84px;
  margin: 0px calc(50% - 50vw) 0;
  background-color: #d4cabd;
}
@media screen and (max-width:800px) {
  #section06_base .t-stage_img_wrap {
    margin-top: 0vw;
    padding: 7vw 0 11vw;
  }
}
#section06_base .t-stage_img_wrap .t-stage_img {
  margin-top: 18px;
}
@media screen and (max-width:800px) {
  #section06_base .t-stage_img_wrap .t-stage_img {
    margin-top: 2vw;
  }
}
#section06_base .t-stage_img_wrap .t-stage_img figcaption {
  margin-top: 12px;
}
#section06_base .brand_img {
  margin: 0 calc(50% - 50vw);
}
#section06_base .attention {
  margin-top: 12px;
}

#section07_base {
  padding: 110px 0 90px;
}
@media screen and (max-width:800px) {
  #section07_base {
    padding: 6vw 0 9vw;
  }
}
#section07_base p {
  line-height: 1.8em;
}
@media screen and (max-width:800px) {
  #section07_base p {
    line-height: 1.5em;
  }
}
#section07_base .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section07_base .top_text_block p {
  margin-top: 16px;
}
@media screen and (max-width:800px) {
  #section07_base .top_text_block p {
    margin-top: 2vw;
  }
}
#section07_base .company_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding: 40px 27px;
  border-top: 1px solid #231815;
}
@media screen and (max-width:800px) {
  #section07_base .company_block {
    margin-top: 5vw;
    padding: 5vw 0;
    display: block;
  }
}
#section07_base .company_block dt {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section07_base .company_block dt {
    width: 100%;
  }
}
#section07_base .company_block dt h4 {
  color: #716253;
}
#section07_base .company_block dt p {
  margin-top: 10px;
}
#section07_base .company_block dd {
  width: 28%;
}
@media screen and (max-width:800px) {
  #section07_base .company_block dd {
    margin: 3vw auto 0;
    width: 70%;
  }
}
#section07_base .support_block {
  padding: 28px 27px;
  border-top: 1px solid #231815;
}
@media screen and (max-width:800px) {
  #section07_base .support_block {
    margin-top: 3vw;
    padding: 6vw 0;
  }
}
#section07_base .support_block h4 {
  color: #716253;
}
#section07_base .support_block h5 {
  padding: 7px 0;
  text-align: center;
  background-color: #efefef;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #section07_base .support_block h5 {
    padding: 2vw 0;
    margin-top: 1vw;
  }
}
#section07_base .support_block figure {
  margin: 24px auto 0;
  max-width: 730px;
}
#section07_base .support_block .note {
  margin-top: 26px;
}
#section07_base .service_block {
  padding: 28px 27px;
  border-top: 1px solid #231815;
}
@media screen and (max-width:800px) {
  #section07_base .service_block {
    padding: 6vw 0 3vw;
  }
}
#section07_base .service_block h4 {
  color: #716253;
  margin-bottom: 8px;
}
#section07_base .service_block figure {
  margin: 24px auto 0;
  max-width: 730px;
}
#section07_base .service_block .service_box {
  background-color: #e7e5dc;
  padding: 20px 36px;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section07_base .service_block .service_box {
    padding: 4vw 3vw;
  }
}
#section07_base .service_block .service_box h5 {
  text-align: center;
}
#section07_base .service_block .service_box .service_box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section07_base .service_block .service_box .service_box_wrap {
    display: block;
  }
}
#section07_base .service_block .service_box .service_box_wrap .service_content {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section07_base .service_block .service_box .service_box_wrap .service_content {
    width: 100%;
  }
  #section07_base .service_block .service_box .service_box_wrap .service_content:last-child {
    margin-top: 3vw;
  }
}
#section07_base .service_block .service_box .service_box_wrap .service_content .service_item {
  margin-top: 7px;
}
#section07_base .service_block .service_box .service_box_wrap .service_content .service_item:first-child {
  margin-top: 0;
}
#section07_base .service_block .service_box h6 {
  color: #fff;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 6px;
}
#section07_base .service_block .service_box h6.title--br {
  background-color: rgba(159, 125, 65, 0.8);
}
#section07_base .service_block .service_box h6.title--bl {
  background-color: #7da2cb;
}
#section07_base .service_block .service_box .list_title {
  margin-top: 10px;
}
#section07_base .service_block .service_box .support_list li {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1.3em;
}
#section07_base .service_block .service_box .support_list li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 100px;
  background: #adadac;
}
#section07_base .service_block .service_box .support_list_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section07_base .service_block .service_box .support_list_wrap {
    display: block;
  }
}
#section07_base .service_block .service_box .support_list_wrap .support_list {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section07_base .service_block .service_box .support_list_wrap .support_list {
    width: 100%;
  }
}
#section07_base .logo_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding: 40px 27px;
  border-top: 1px solid #231815;
}
@media screen and (max-width:800px) {
  #section07_base .logo_block {
    margin-top: 5vw;
    padding: 3vw 0 3vw;
    display: block;
  }
}
#section07_base .logo_block dt {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section07_base .logo_block dt {
    width: 100%;
  }
}
#section07_base .logo_block dt h4 {
  color: #716253;
}
#section07_base .logo_block dt p {
  margin-top: 10px;
}
#section07_base .logo_block dd {
  width: 28%;
}
@media screen and (max-width:800px) {
  #section07_base .logo_block dd {
    margin: 4vw auto 0;
    width: 71%;
  }
}

.clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 30px;
}
.clumbox .text {
  width: 52%;
}
@media screen and (max-width:800px) {
  .clumbox .text {
    width: 100%;
    order: 2;
  }
}
.clumbox .text span {
  font-size: 65%;
}
.clumbox .text h4 {
  margin-bottom: 0.75em;
}
.clumbox figure {
  width: 25.55%;
}
@media screen and (max-width:800px) {
  .clumbox figure {
    width: 60%;
    order: 1;
    margin: 0 auto 5vw auto;
  }
}

.masps {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0.75em;
}

.aftertext {
  width: 100%;
  background-color: #BBA172;
  color: #fff;
  text-align: center;
  padding: 0.35em 0 0.4em 0;
  margin-bottom: 30px;
}

.lastbox {
  padding: 40px 27px;
}
.lastbox figure {
  width: 100%;
  margin: 1em 0;
}
.lastbox .minis {
  margin-top: 2em;
}/*# sourceMappingURL=brand.css.map */