@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	ブランドページ
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
html {
  background: #fff;
}

.l-headerLogo {
  opacity: 1;
  pointer-events: inherit;
}
.l-headerLogo.w {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .header .logo-bukkenLogo img {
    filter: invert(100%);
  }
  .header .mContent .logo-bukkenLogo img {
    filter: invert(0);
  }
}
.w100 {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}

img {
  vertical-align: bottom;
}

.mb1 {
  margin-bottom: 1em;
}

.mt1 {
  margin-top: 1em;
}

.mt05 {
  margin-top: 0.5em;
}

.inbl {
  display: inline-block;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.note {
  font-size: 1.2rem;
}

#billboard {
  position: relative;
  padding-top: 110px;
}
@media only screen and (min-width: 768px) {
  #billboard {
    height: 900px;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#billboard .billboard__title {
  position: relative;
  text-align: center;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #billboard .billboard__title {
    margin: auto;
    padding: 3.2rem 1rem;
    width: 64%;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
  }
}
#billboard .billboard__title .minEN {
  font-size: 3.2rem;
  color: rgb(35, 24, 21);
  line-height: 1em;
}
@media only screen and (min-width: 768px) {
  #billboard .billboard__title .minEN {
    font-size: 6rem;
    color: rgb(35, 24, 21);
  }
}
#billboard .billboard__title .minEN .large {
  font-size: 4.5rem;
}
@media only screen and (min-width: 768px) {
  #billboard .billboard__title .minEN .large {
    font-size: 8rem;
  }
}
#billboard .billboard__title .jp {
  position: relative;
  margin-top: 0.5em;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #billboard .billboard__title .jp {
    margin-top: 2px;
    line-height: 1.4;
    font-size: 2.8rem;
    padding-top: 10px;
  }
}
#billboard .billboard__title .jp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(to right, transparent, rgb(35, 24, 21) 25%, rgb(35, 24, 21) 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #billboard .billboard__title .jp:before {
    background-image: none;
    background-color: rgb(35, 24, 21);
  }
}
#billboard .billboard__bg {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #billboard .billboard__bg {
    margin-top: 0;
    width: 100%;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
  }
  #billboard .billboard__bg figure {
    width: 100%;
  }
  #billboard .billboard__bg img {
    width: 100%;
    height: 900px;
    object-fit: cover;
  }
}

.pg_navi {
  position: relative;
  border-bottom: solid 1px rgba(164, 139, 120, 0.75);
  border-top: solid 1px rgba(164, 139, 120, 0.75);
  margin-bottom: 8vw;
}
.pg_navi ul {
  display: flex;
  height: 9vw;
  min-height: 44px;
  width: 100%;
  z-index: 100;
}
.pg_navi ul.m_fixed {
  left: 0;
  position: fixed;
  top: 80px;
}
.pg_navi ul li {
  width: 20%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pg_navi ul li a {
  width: 100%;
  height: 100%;
}
.pg_navi ul li a:after {
  content: "";
  background-size: 80%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  top: 1px;
  left: 0;
}
.pg_navi ul li.on {
  background: linear-gradient(to bottom, #B6A37E, #706244);
}
.pg_navi ul li.sec_1 a:after {
  background-image: url("../../images/brand/navi_sec01.svg");
}
.pg_navi ul li.on.sec_1 a:after {
  background-image: url("../../images/brand/navi_sec01_on.svg");
}
.pg_navi ul li.sec_2 a:after {
  background-image: url("../../images/brand/navi_sec02.svg");
}
.pg_navi ul li.on.sec_2 a:after {
  background-image: url("../../images/brand/navi_sec02_on.svg");
}
.pg_navi ul li.sec_3 a:after {
  background-image: url("../../images/brand/navi_sec03.svg");
}
.pg_navi ul li.on.sec_3 a:after {
  background-image: url("../../images/brand/navi_sec03_on.svg");
}
.pg_navi ul li.sec_4 a:after {
  background-image: url("../../images/brand/navi_sec04.svg");
}
.pg_navi ul li.on.sec_4 a:after {
  background-image: url("../../images/brand/navi_sec04_on.svg");
}
.pg_navi ul li.sec_5 a:after {
  background-image: url("../../images/brand/navi_sec05.svg");
}
.pg_navi ul li.on.sec_5 a:after {
  background-image: url("../../images/brand/navi_sec05_on.svg");
}
@media only screen and (min-width: 960px) {
  .pg_navi {
    margin-bottom: 5rem;
  }
  .pg_navi ul {
    height: 65px;
  }
  .pg_navi ul.m_fixed {
    top: 90px;
  }
  .pg_navi ul li a:after {
    background-size: 100%;
  }
  .pg_navi ul li.sec_1 a:after {
    background-image: url("../../images/brand/navi_sec01_pc.svg");
  }
  .pg_navi ul li.on.sec_1 a:after {
    background-image: url("../../images/brand/navi_sec01_pc_on.svg");
  }
  .pg_navi ul li.sec_2 a:after {
    background-image: url("../../images/brand/navi_sec02_pc.svg");
  }
  .pg_navi ul li.on.sec_2 a:after {
    background-image: url("../../images/brand/navi_sec02_pc_on.svg");
  }
  .pg_navi ul li.sec_3 a:after {
    background-image: url("../../images/brand/navi_sec03_pc.svg");
  }
  .pg_navi ul li.on.sec_3 a:after {
    background-image: url("../../images/brand/navi_sec03_pc_on.svg");
  }
  .pg_navi ul li.sec_4 a:after {
    background-image: url("../../images/brand/navi_sec04_pc.svg");
  }
  .pg_navi ul li.on.sec_4 a:after {
    background-image: url("../../images/brand/navi_sec04_pc_on.svg");
  }
  .pg_navi ul li.sec_5 a:after {
    background-image: url("../../images/brand/navi_sec05_pc.svg");
  }
  .pg_navi ul li.on.sec_5 a:after {
    background-image: url("../../images/brand/navi_sec05_pc_on.svg");
  }
}
@media only screen and (max-width: 520px) {
  .pg_navi ul li a:after {
    background-size: 100%;
  }
}

.section:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .section:not(:first-of-type) {
    margin-top: 120px;
  }
}
.sectionTitle {
  padding: 0 0 10px;
  position: relative;
  background: url("../../common/imgs/line01.png") 50% 100%/100% 10px no-repeat;
  text-align: center;
}
.sectionTitle .ja {
  display: none;
}
.section p {
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .section p {
    font-size: 1.35rem;
  }
}
.section .section_title {
  position: relative;
  width: 100%;
  height: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 960px) {
  .section .section_title {
    height: 160px;
    margin-bottom: 60px;
  }
}
.section .section_title h2 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: normal;
  color: #957e4e;
  text-align: center;
  font-size: calc((100vw - 30px) / 16);
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .section .section_title h2 {
    font-size: 3.8rem;
  }
}
.section .section_title h2 span.sub {
  font-size: calc((100vw - 30px) / 30);
  display: block;
}
@media only screen and (min-width: 768px) {
  .section .section_title h2 span.sub {
    font-size: 1.5rem;
  }
}
.section .section_title h2:before {
  color: #957e4e;
  opacity: 0.06;
  font-family: "Cinzel", serif;
  position: absolute;
  font-size: calc((100vw - 20px) / 9);
  line-height: 0.8em;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .section .section_title h2:before {
    font-size: calc((100vw - 20px) / 11);
  }
}
.section#section01 .section_title h2:before {
  content: "Seven Commitments";
}
.section#section02 .section_title h2:before {
  content: "Achievement";
}
.section#section03 .section_title h2:before {
  content: "Quality";
}
.section#section05 .section_title h2:before {
  content: "Planning";
}
.section#section04 .section_title h2:before {
  content: "Support";
}

main {
  font-weight: 400;
}
main .wrap {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: calc(100% - 40px);
}

.fontsize08 {
  font-size: 80%;
  opacity: 0.8;
}

.icon {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.block {
  margin-bottom: 8rem;
}
.block .head {
  margin-bottom: 4rem;
}
.block h3 {
  font-weight: 500;
}

.title01 {
  background: url("../../images/brand/bg01.png") 0 50% repeat-x;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
.title01 span {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .title01 {
    position: relative;
    background: none;
    font-size: 1.8rem;
  }
  .title01:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #957e4e;
  }
  .title01 span {
    position: relative;
    padding: 0 2vw;
  }
}

.title02 {
  border-bottom: 1px solid #957e4e;
  padding: 0 0 0.75rem;
  color: #957e4e;
  font-size: 1.6rem;
  line-height: 1.5555555556;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .title02 {
    font-size: 1.8rem;
  }
}
.title02 + .title03 {
  margin: 1.5625rem 0 0;
}

#section01 .title01 {
  margin: 6.25rem 0 0;
}
#section01 .p-sec02-block {
  margin: auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1000px) {
  #section01 .p-sec02-block {
    margin-top: -5em;
    justify-content: center;
  }
}
#section01 .p-sec02-block .p-sec02-blockListItem {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #section01 .p-sec02-block .p-sec02-blockListItem {
    margin-right: 2%;
    width: 48%;
  }
}
@media only screen and (min-width: 1000px) {
  #section01 .p-sec02-block .p-sec02-blockListItem {
    margin-right: 2%;
    width: 23%;
  }
  #section01 .p-sec02-block .p-sec02-blockListItem:last-child {
    width: 28%;
  }
}
#section01 .p-sec02-block .p-sec02-block__item .titlearea {
  grid-area: titlearea;
}
#section01 .p-sec02-block .p-sec02-block__item .titlearea__sub {
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
#section01 .p-sec02-block .p-sec02-block__item .titlearea__sub span {
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  #section01 .p-sec02-block .p-sec02-block__item .titlearea__sub span {
    font-size: 16px;
  }
}
#section01 .p-sec02-block .p-sec02-block__item .titlearea__title {
  display: flex;
  align-items: center;
}
#section01 .p-sec02-block .p-sec02-block__item .titlearea__title .num {
  font-size: 3rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  #section01 .p-sec02-block .p-sec02-block__item .titlearea__title .num {
    font-size: 5rem;
  }
}
#section01 .p-sec02-block .p-sec02-block__item .titlearea__title .text {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
  text-align: left;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #section01 .p-sec02-block .p-sec02-block__item .titlearea__title .text {
    font-size: 1.5rem;
    margin-left: 10px;
    padding-left: 10px;
  }
}
#section01 .p-sec02-block .p-sec02-block__item .titlearea__title .text span {
  display: inline-block;
}
#section01 .p-sec02-block .p-sec02-block__item--01 .titlearea__sub span,
#section01 .p-sec02-block .p-sec02-block__item--01 .titlearea__title .num {
  color: #8aa781;
}
#section01 .p-sec02-block .p-sec02-block__item--01 .titlearea__title .text {
  border-left-color: #8aa781;
}
#section01 .p-sec02-block .p-sec02-block__item--02 .titlearea__sub span,
#section01 .p-sec02-block .p-sec02-block__item--02 .titlearea__title .num {
  color: #9e736e;
}
#section01 .p-sec02-block .p-sec02-block__item--02 .titlearea__title .text {
  border-left-color: #9e736e;
}
#section01 .p-sec02-block .p-sec02-block__item--03 .titlearea__sub span,
#section01 .p-sec02-block .p-sec02-block__item--03 .titlearea__title .num {
  color: #5f96b6;
}
#section01 .p-sec02-block .p-sec02-block__item--03 .titlearea__title .text {
  border-left-color: #5f96b6;
}
#section01 .p-sec02-block .p-sec02-block__item--04 .titlearea__sub span,
#section01 .p-sec02-block .p-sec02-block__item--04 .titlearea__title .num {
  color: #cc8c5f;
}
#section01 .p-sec02-block .p-sec02-block__item--04 .titlearea__title .text {
  border-left-color: #cc8c5f;
}
#section01 .p-sec02-block .p-sec02-block__item--05 .titlearea__sub span,
#section01 .p-sec02-block .p-sec02-block__item--05 .titlearea__title .num {
  color: #8a9832;
}
#section01 .p-sec02-block .p-sec02-block__item--05 .titlearea__title .text {
  border-left-color: #8a9832;
}
#section01 .p-sec02-block .p-sec02-block__item--06 .titlearea__sub span,
#section01 .p-sec02-block .p-sec02-block__item--06 .titlearea__title .num {
  color: #978661;
}
#section01 .p-sec02-block .p-sec02-block__item--06 .titlearea__title .text {
  border-left-color: #978661;
}
#section01 .p-sec02-block .p-sec02-block__item--07 .titlearea__sub span,
#section01 .p-sec02-block .p-sec02-block__item--07 .titlearea__title .num {
  color: #826993;
}
#section01 .p-sec02-block .p-sec02-block__item--07 .titlearea__title .text {
  border-left-color: #826993;
}
#section01 .box {
  display: flex;
  margin: 2.5rem 0 0;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #section01 .box {
    display: block;
  }
}
#section01 .box .col {
  width: 48.4375%;
}
@media only screen and (max-width: 767px) {
  #section01 .box .col {
    display: block;
    width: auto;
  }
}
#section01 .box .col img {
  width: 100%;
}
#section01 .box .col li + li {
  padding: 4.0322580645% 0 0;
}
@media only screen and (max-width: 767px) {
  #section01 .box .col li + li {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #section01 .box .col li {
    margin: 1.25rem 0 0;
  }
}
#section01 .box .col li a {
  display: block;
  background: #000;
  box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1);
}
#section01 .box .video {
  padding: 27.34375% 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #section01 .box .video {
    padding: 56.4516129032% 0 0;
  }
}
#section01 .box .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#section02 {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  #section02 {
    font-size: 18px;
  }
}
#section02 .achievement {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  #section02 .achievement {
    flex-wrap: nowrap;
  }
}
#section02 .achievement .colum {
  margin-top: 3rem;
  width: 100%;
  text-align: center;
}
#section02 .achievement .colum .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .achievement .colum .flex .box {
  width: 24%;
}
#section02 .achievement .colum .flex .box p {
  font-size: 1.5rem;
  line-height: 1.4;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
}
#section02 .achievement .colum img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #section02 .achievement .colum .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #section02 .achievement .colum .flex .box {
    width: 49%;
    margin-bottom: 2%;
  }
  #section02 .achievement .colum .flex .box p {
    font-size: 1.4rem;
    padding: 10px 3px;
  }
}
@media only screen and (max-width: 410px) {
  #section02 .achievement .colum .flex {
    display: block;
  }
  #section02 .achievement .colum .flex .box {
    width: 100%;
  }
}
#section02 #rank {
  padding-top: 56px;
}
#section02 #rank .prize {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 390px;
  text-align: right;
}
#section02 .ranking {
  margin: 3.5rem 0 0;
  padding: min(6%, 40px);
  border: 1px solid #957e4e;
  background: #fff;
  position: relative;
}
#section02 .ranking_hd {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #section02 .ranking_hd {
    font-size: 1.8rem;
  }
}
#section02 .ranking_txt {
  font-size: 1.3rem;
  margin: 0.8em 0;
}
@media only screen and (min-width: 601px) {
  #section02 .ranking_txt {
    font-size: 1.5rem;
  }
}
#section02 .ranking .c_txt_notes {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #section02 .ranking .c_txt_notes {
    font-size: 1.1rem;
  }
}
#section02 .ranking .notes {
  text-align: right;
  padding-top: 1rem;
}
#section02 .ranking .sc_arrow_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
#section02 .ranking .sc_arrow {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: #000;
  position: relative;
}
@media only screen and (min-width: 601px) {
  #section02 .ranking .sc_arrow {
    display: none;
  }
}
#section02 .ranking .sc_arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 10px solid #000;
  left: 40px;
  top: -4px;
}
#section02 .ranking .sc_arrow .txt {
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 1.1rem;
  transform: translateY(-50%);
}
#section02 .ranking .image {
  margin: 2rem 0 0;
  overflow-x: visible;
  overflow-y: hidden;
}
@media only screen and (max-width: 600px) {
  #section02 .ranking .image {
    margin: 1.5rem 0 0;
    overflow-x: scroll;
  }
}
#section02 .ranking .image img {
  display: block;
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
}
@media only screen and (max-width: 600px) {
  #section02 .ranking .image img {
    width: 700px;
    max-width: none;
  }
}

#section03 .block01 {
  margin-bottom: 0;
}
#section03 .block01 .head {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #section03 .block01 .head p {
    font-size: 2rem;
    line-height: 1.75;
  }
}
#section03 .block01 .head .logo {
  width: 70%;
  max-width: 300px;
  height: 120px;
  margin: 0 auto 2rem auto;
}
#section03 .block01 .head .logo .icon {
  background-image: url("../../images/brand/img08.png");
}
#section03 .block01 .read {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #section03 .block01 .read {
    font-size: 1.6rem;
  }
}
#section03 .block01 .step5 {
  margin: 3.5rem 0 0;
  padding: 3.5rem 3rem 4rem;
  border: 1px solid #957e4e;
  background: #fafafa;
}
#section03 .block01 .step5 .image {
  margin: 2rem 0 0;
}
#section03 .block01 .step5 .title02 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}

#section04 p.number,
#section04 p.pop {
  text-align: center;
}
#section04 .read {
  text-align: center;
}
#section04 .grayBox {
  background: #F7F6F5;
  padding-top: 62px;
  padding-bottom: 70px;
  margin-top: calc(65px - 0.6874999998rem);
}
#section04 .grayBox .title01 + p {
  margin: 2.1875rem 0 0;
}
#section04 .grayBox .title01 span {
  background: #F7F6F5;
}
#section04 .box {
  margin: 3.4375rem 0 0;
}
#section04 .box01 {
  margin: 3.4375rem 0 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #section04 .box01 {
    display: block;
  }
}
#section04 .box01 .image {
  margin-top: 1rem;
}
#section04 .text {
  width: 57.03125%;
}
@media only screen and (max-width: 767px) {
  #section04 .text {
    width: auto;
  }
}
#section04 .about_members_contentWrap {
  margin-top: 2.5em;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 1.5rem;
  padding-bottom: 3em;
}
#section04 .about_members_content {
  width: 730px;
  margin: 50px auto 0;
}
#section04 .about_members_content .about_members_content_headline {
  color: #b08f55;
}
#section04 .about_members_content .about_members_content_headline .pop {
  letter-spacing: 0.2em;
  padding-right: 1em;
  font-size: 9px;
  text-align: center;
}
#section04 .about_members_content .about_members_content_headline .pop span {
  position: absolute;
  height: 70px;
  width: 1em;
  transform-origin: bottom center;
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(1) {
  transform: rotate(-47deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(2) {
  transform: rotate(-40deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(3) {
  transform: rotate(-32deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(4) {
  transform: rotate(-24deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(5) {
  transform: rotate(-17deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(6) {
  transform: rotate(-9deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(8) {
  transform: rotate(9deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(9) {
  transform: rotate(17deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(10) {
  transform: rotate(24deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(11) {
  transform: rotate(32deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(12) {
  transform: rotate(40deg);
}
#section04 .about_members_content .about_members_content_headline .pop span:nth-of-type(13) {
  transform: rotate(47deg);
}
#section04 .about_members_content .about_members_content_headline .number {
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  padding-top: 1.5em;
  font-size: 20px;
}
#section04 .about_members_content .about_members_content_headline h3 {
  margin: 0 auto 0;
  font-size: 24px;
  text-align: center;
}
#section04 .about_members_content .about_members_content_headline h3:after, #section04 .about_members_content .about_members_content_headline h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #d0bc9a;
  height: 1px;
  width: 4.25em;
}
#section04 .about_members_content .about_members_content_headline h3 span {
  display: block;
  vertical-align: middle;
  color: #1e1e1e;
  line-height: 1.2em;
  padding: 0 1em;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  #section04 .about_members_content .about_members_content_headline h3 span {
    display: inline-block;
  }
}
#section04 .about_members_content .about_members_imagelist {
  display: flex;
  justify-content: center;
  gap: 0px 4px;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  #section04 .about_members_content .about_members_imagelist {
    margin-top: 28px;
  }
}
#section04 .about_members_content .about_members_imagelist .image {
  width: calc((100% - 4px) / 3);
}
#section04 .about_members_content .about_members_imagelist .image img {
  width: 100%;
  height: auto;
}
#section04 .about_members_content .about_members_txt {
  line-height: 2em;
  margin-top: 1em;
  text-align: center;
}
#section04 .about_members_content .about_members_unit {
  display: flex;
  justify-content: center;
  gap: 0px 25px;
}
@media only screen and (min-width: 768px) {
  #section04 .about_members_content .about_members_unit {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 640px) {
  #section04 .about_members_content .about_members_unit {
    display: block;
  }
}
#section04 .about_members_content .about_members_unit .about_members_unit_content {
  width: calc((100% - 25px) / 2);
}
@media only screen and (max-width: 640px) {
  #section04 .about_members_content .about_members_unit .about_members_unit_content {
    width: 100%;
  }
}
#section04 .about_members_content .about_members_unit .about_members_unit_content .image img {
  width: 100%;
  height: auto;
}
#section04 .about_members_content .about_members_unit .about_members_unit_content h4 {
  color: #b08f55;
  margin-top: 1em;
  font-size: 16px;
  text-align: center;
}
#section04 .about_members_content .about_members_unit .about_members_unit_content h5 {
  margin-top: 1em;
  border-bottom: solid 1px #d0bc9a;
  padding-bottom: 0.5em;
  font-size: 1.35rem;
}
@media only screen and (max-width: 640px) {
  #section04 .about_members_content .about_members_unit .about_members_unit_content h5 {
    text-align: left;
  }
}
#section04 .about_members_content .about_members_unit .about_members_unit_content h5 span {
  display: inline-block;
  margin: 0 -0.2em;
}
#section04 .about_members_content .about_members_unit .about_members_unit_content p {
  text-align: left;
  margin-top: 1em;
  line-height: 1.8em;
  font-size: 12px;
}
#section04 .about_members_content .about_members_unit .about_members_unit_content p strong {
  color: #b08f55;
}
@media only screen and (min-width: 961px) {
  #section04 #about_members h2 {
    font-size: 20px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 961px) {
  #section04 .about_members_content {
    width: 100%;
    margin: 50px auto 0;
  }
  #section04 .about_members_content_headline .number {
    padding-top: 1.5em;
    font-size: 18px;
  }
  #section04 .about_members_content_headline h3 {
    margin: 1em auto 0;
    font-size: 20px;
  }
  #section04 .about_members_content_headline h3:after, #section04 .about_members_content_headline h3:before {
    width: 1.25em;
  }
}
@media only screen and (max-width: 640px) {
  #section04 .about_members_imagelist {
    display: block;
    margin-top: 20px;
  }
  #section04 .about_members_imagelist .image {
    width: 100%;
    margin-top: 5px;
  }
  #section04 .about_members_unit {
    display: block;
    margin-top: 0;
  }
  #section04 .about_members_unit .about_members_unit_content {
    width: 100%;
  }
  #section04 .about_members_unit .about_members_unit_content + .about_members_unit_content {
    margin-top: 40px;
  }
}
#section04 .box03 .image {
  margin: 1.5625rem 0 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #section04 .box03 .image {
    flex-wrap: wrap;
  }
}
#section04 .box03 .image > div {
  width: 22.65625%;
}
@media only screen and (max-width: 767px) {
  #section04 .box03 .image > div {
    width: 49%;
    margin: 1.25rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #section04 .box03 .image > div img {
    width: 100%;
  }
}
#section04 .box03 .image .caption {
  margin: 0.3125rem 0 0;
  font-size: 1rem;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #section04 .box03 .image > div:nth-child(-n+2) {
    margin: 0;
  }
}
#section04 .conciergeBlock h4 {
  color: #957e4e;
  font-size: 1.6rem;
  line-height: 1.5555555556;
}
#section04 .conciergeBlock__btn a {
  display: block;
  position: relative;
  padding: 0.5em;
  background: #957e4e;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#section04 .conciergeBlock__btn a:hover {
  opacity: 0.7;
}
#section04 .conciergeBlock__infoWrap {
  margin-top: 1.5625rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #section04 .conciergeBlock__infoWrap {
    display: block;
  }
}
#section04 .conciergeBlock__info01, #section04 .conciergeBlock__info02, #section04 .conciergeBlock__info03 {
  padding: 0.75rem;
  width: 49%;
  text-align: center;
  background: #fff;
  border: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  #section04 .conciergeBlock__info01, #section04 .conciergeBlock__info02, #section04 .conciergeBlock__info03 {
    width: 100%;
  }
}
#section04 .conciergeBlock__info01 {
  padding: 0.75rem 2.8125rem;
}
@media only screen and (max-width: 767px) {
  #section04 .conciergeBlock__info01 {
    padding: 0.75rem 0.75rem;
  }
}
#section04 .conciergeBlock__info01 .image {
  display: block;
  margin: 0.625rem 0 0;
}
#section04 .conciergeBlock__info02 .image {
  display: block;
}
@media only screen and (max-width: 767px) {
  #section04 .conciergeBlock__info02 {
    margin-top: 1.5625rem;
  }
}
#section04 .conciergeBlock__info03 {
  margin-top: 1.5625rem;
  margin-bottom: 4.6875rem;
  padding: 2rem;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#section04 .conciergeBlock__info03:first-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #section04 .conciergeBlock__info03 {
    display: block;
  }
}
#section04 .conciergeBlock__info03__read {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #section04 .conciergeBlock__info03__read {
    width: 100%;
  }
}
#section04 .conciergeBlock__info03__read p {
  margin-top: 1rem;
  line-height: 1.5555555556;
}
#section04 .conciergeBlock__info03__photo {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  #section04 .conciergeBlock__info03__photo {
    width: 100%;
  }
}
#section04 .conciergeBlock__info03__photo.image {
  margin-top: 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  #section04 .conciergeBlock__info03__photo.image {
    margin-top: 1rem;
  }
}
#section04 .conciergeBlock__info03 .conciergeBlock__btn {
  margin-top: 1rem;
}
#section04 .column {
  margin: 3.75rem 0 0;
}
#section04 .column .title01 + p {
  margin: 2.1875rem 0 0;
}
#section04 .column .flow {
  margin: 2.1875rem 0 0;
}
#section04 .column .flow .servive {
  display: flex;
  padding: 3.6rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  justify-content: space-between;
}
#section04 .column .flow .servive .text {
  width: 72.6141078838%;
  text-align: left;
}
#section04 .column .flow .servive .image {
  width: 24.0663900415%;
}
#section04 .column .flow .servive + .servive {
  margin: 1.875rem 0 0;
}
#section04 .column .flow .total {
  margin: 4.6875rem 0 0;
}
#section04 .column .flow .total .title02 {
  text-align: center;
}
#section04 .column .flow .total .image {
  display: flex;
  justify-content: space-between;
}
#section04 .column .flow .total .image > div {
  width: 31.25%;
}
#section04 .column .flow .total .image > div a .caption,
#section04 .column .flow .total .image > div a img {
  transition: 0.3s;
}
#section04 .column .flow .total .image > div a.hover img {
  opacity: 0.7;
}
#section04 .column .flow .total .image > div a.hover .caption {
  color: #957e4e;
}
#section04 .column .flow .total .image .caption {
  margin: 0.625rem 0 0;
  color: #333;
  font-size: inherit;
  line-height: 1.5;
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #section04 .column {
    margin-top: auto;
  }
  #section04 .column .flow {
    margin: 2.1875rem 0 0;
  }
  #section04 .column .flow .servive {
    display: block;
  }
  #section04 .column .flow .servive:after {
    content: none;
  }
  #section04 .column .flow .servive .text {
    width: auto;
  }
  #section04 .column .flow .servive .image {
    width: auto;
    margin: 1.25rem 0 0;
    text-align: center;
  }
  #section04 .column .flow .servive + .servive {
    margin: 1.875rem 0 0;
  }
  #section04 .column .flow .total {
    margin: 4.6875rem 0 0;
  }
  #section04 .column .flow .total .image {
    display: block;
  }
  #section04 .column .flow .total .image > div {
    width: auto;
    margin: 1.25rem 0 0;
    text-align: center;
  }
}

#section05 .block_geofit .head .logo {
  width: 90%;
  max-width: 800px;
  height: 180px;
  margin: 0 auto 2rem auto;
}
@media only screen and (max-width: 767px) {
  #section05 .block_geofit .head .logo {
    height: 120px;
  }
}
#section05 .block_geofit .head .logo .icon {
  background-image: url("../../images/brand/sgds-lead.png");
}
#section05 .block_geofit .head h3 {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  #section05 .block_geofit .head h3 {
    font-size: 2.2rem;
  }
}
#section05 .block_geofit__block02 {
  margin: auto;
  margin-top: -2em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
}
#section05 .block_geofit__block02__item01 {
  width: 100%;
  background: #f7f7f7;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #section05 .block_geofit__block02__item01 {
    width: 34%;
  }
}
#section05 .block_geofit__block02__item02 {
  margin: auto;
  width: 90%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #section05 .block_geofit__block02__item02 {
    width: 60%;
  }
}
#section05 .block_geofit__block02__item02 h3 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #section05 .block_geofit__block02__item02 h3 {
    font-size: 2.1rem;
  }
}
#section05 .block_geofit__block03 {
  margin-top: 2em;
  padding: 1em;
  background: #fafafa;
}
@media only screen and (min-width: 768px) {
  #section05 .block_geofit__block03 {
    padding: 2em;
  }
}
#section05 .block_geofit__block03__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1101px) {
  #section05 .block_geofit__block03__list {
    margin-top: 2em;
  }
}
#section05 .block_geofit__block03__list__item {
  margin-top: 1.5em;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  #section05 .block_geofit__block03__list__item {
    width: 48%;
  }
}
@media only screen and (min-width: 1101px) {
  #section05 .block_geofit__block03__list__item {
    width: 32%;
    margin: 0;
  }
}
#section05 .block_geofit__block03__list__item .card-inner {
  position: relative;
  padding: 2em;
}
#section05 .block_geofit__block03__list__item .card-inner h4 {
  text-align: left;
  line-height: 1.5em;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  #section05 .block_geofit__block03__list__item .card-inner h4 {
    font-size: 2.1rem;
  }
}
#section05 .block_geofit__block03__list__item .card-inner .geofit-title {
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 2px;
  font-style: italic;
  background: #fff;
  padding: 0.4em 20px 0 20px;
  position: absolute;
  top: -1.8em;
  left: 0;
}
#section05 .block_geofit__block03__list__item .card-inner .paragraph {
  margin-top: 0.8em;
  text-align: left;
  line-height: 1.6em;
  font-size: 1.25rem;
}

.block_geofit__img {
  margin: auto;
  margin-top: 3em;
  width: 80%;
  max-width: 500px;
}

.l-conversion {
  padding-top: 3.2rem;
  background: #E9EAEA;
}
.l-conversion .c-button {
  gap: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .l-conversion {
    padding-top: 6rem;
  }
  .l-conversion .c-button {
    gap: 3.6rem;
  }
}
.page__attentions {
  background: #E9EAEA;
}
/*# sourceMappingURL=style.css.map */
