@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
.about02-price {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.about_add_dl01_ttl01 {
  font-size: 20px;
}

.about_add_dl01 {
  width: 100%;
  margin-bottom: 20px;
}

.about_add_dl01 dt {
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
}

.about_add_dl01 dd {
  width: 100%;
  margin-top: 5px;
}

.about_add_dl01 dd span {
  display: inline-block;
  margin-top: 5px;
  font-size: 18px;
  border: solid 1px #000;
  padding: 3px 10px;
  margin-right: 5px;
}

.add_note {
  font-size: 18px;
  margin-top: 10px;
}

.add_common_btn01_bg {
  width: 100%;
  margin-top: 50px;
}

.add_common_btn01_bg .add_common_btn01 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #b19250;
  position: relative;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.add_common_btn01_bg .add_common_btn01::after {
  content: "";
  background: url(../img/common/arrow01.png) center no-repeat;
  width: 26px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
}

.add_common_btn01_bg .add_common_btn01 span {
  padding: 2px;
  display: block;
  padding: 10px 40px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/*about*/
.sub_main_bg.about {
  background: url(../img/about/main_bg.png) center no-repeat;
  background-size: cover;
}

.sub_main_bg.about h1::before {
  content: "";
  background: url(../img/about/main_ttl.png) center no-repeat;
  background-size: contain;
  width: 120px;
  height: 40px;
  top: -25px;
  left: calc(50% - 60px);
}

.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  list-style: none;
  padding: 1px;
  background: #4c4945;
  cursor: pointer;
  width: 90%;
  margin: 0 auto 15px;
}

.tab span {
  border: solid 1px #CCC;
  padding: 10px 10px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
}

.tab.is-active {
  background: #b19250;
}

.panel-group {
  border-top: none;
}

.panel {
  /*非表示にさせます*/
  display: none;
}

.panel.is-show {
  /*panelを上書きしてこれだけ表示させます*/
  display: block;
}

.about_bg {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.about_bg .about_block {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_bg .about_txt01 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.about_bg .about_ttl {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 100px;
}

.about_bg .about_ttl::before {
  content: "";
  background: url(../img/about/item01.png) center no-repeat;
  background-size: contain;
  width: 231px;
  height: 18px;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 115px);
}

.about_bg .about01_flex01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.about_bg .about01_flex01 .about01_flex01_box {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 20px;
}

.about_bg .about_silhouette {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 50px;
}

.about_bg .about_silhouette img {
  max-width: 100%;
}

.about_bg .about01_flex02 {
  width: 100%;
  margin-bottom: 50px;
}

.about_bg .about01_flex02.silhouette_b {
  margin-bottom: 10px;
}

.about_bg .about01_flex02 .left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 5%;
}

.about_bg .about01_flex02 .right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about_bg .about01_flex02 .about01_flex02_txt {
  width: 100%;
}

.about_bg .about01_flex02 .about01_flex02_txt .about01_flex02_txt_sub {
  padding: 3px 5px;
  background: #b19250;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.about_bg .about01_flex02 .about01_flex02_txt h3 {
  width: 100%;
  font-size: 20px;
  border-bottom: 1px solid rgba(177, 146, 80, 0.4);
  padding-bottom: 1px;
  margin-bottom: 20px;
  position: relative;
}

.about_bg .about01_flex02 .about01_flex02_txt h3 span {
  display: block;
  border-bottom: 1px solid #b19250;
}

.about_bg .about01_flex02 .about01_flex02_txt h3.feature01::after {
  content: "";
  background: url(../img/about/about01/feature01.png) center no-repeat;
  width: 116px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -30px;
}

.about_bg .about01_flex02 .about01_flex02_txt h3.feature02::after {
  content: "";
  background: url(../img/about/about01/feature02.png) center no-repeat;
  width: 121px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -30px;
}

.about_bg .about01_flex02 .about01_flex02_txt h3.feature03::after {
  content: "";
  background: url(../img/about/about01/feature03.png) center no-repeat;
  width: 121px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -30px;
}

.about_bg .about01_flex02 .about01_flex02_txt .txt {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 2em;
}

.about_bg .about01_flex02 .about01_block01_img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.about_bg .about01_block01 {
  width: 100%;
}

.about_bg .about01_block01 h3 {
  border-bottom: 3px double #b19250;
  font-size: 20px;
  margin-bottom: 30px;
}

.about_bg .about01_block01 .about01_block01_txt {
  font-size: 18px;
  margin-bottom: 30px;
}

.about_bg .about01_block01 .about01_block01_img {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

.about_bg .about01_block02 {
  width: 100%;
}

.about_bg .about01_block02 h3 {
  border-bottom: 3px double #b19250;
  font-size: 20px;
  margin-bottom: 30px;
}

.about_bg .about01_block02 .about01_block02_txt {
  font-size: 18px;
  margin-bottom: 30px;
}

.about_bg .about01_block02 .about01_block02_qa {
  width: 100%;
  margin-bottom: 30px;
}

.about_bg .about01_block02 .about01_block02_qa .about01_block02_q {
  color: #fff;
  background: #b19250;
  padding: 10px;
  font-size: 18px;
  padding-left: 2.5em;
  position: relative;
}

.about_bg .about01_block02 .about01_block02_qa .about01_block02_q::before {
  content: "";
  background: url(../img/about/about01/q.png) center no-repeat;
  width: 17px;
  height: 21px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 10.5px);
}

.about_bg .about01_block02 .about01_block02_qa .about01_block02_a {
  color: #000;
  background: #fff;
  padding: 10px;
  font-size: 18px;
  padding-left: 2.5em;
  position: relative;
}

.about_bg .about01_block02 .about01_block02_qa .about01_block02_a::before {
  content: "";
  background: url(../img/about/about01/a.png) center no-repeat;
  width: 18px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 7.5px);
}

.about_bg .about02_flex01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.about_bg .about02_flex01 .about02_flex01_box {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 20px;
}

.about_bg .about02_flex02 {
  width: 100%;
  margin-bottom: 50px;
}

.about_bg .about02_flex02.silhouette_b {
  margin-bottom: 10px;
}

.about_bg .about02_flex02 .left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 5%;
}

.about_bg .about02_flex02 .right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about_bg .about02_flex02 .about02_flex02_txt {
  width: 100%;
}

.about_bg .about02_flex02 .about02_flex02_txt .about02_flex02_txt_sub {
  padding: 3px 5px;
  background: #b19250;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.about_bg .about02_flex02 .about02_flex02_txt h3 {
  width: 100%;
  font-size: 20px;
  border-bottom: 1px solid rgba(177, 146, 80, 0.4);
  padding-bottom: 1px;
  margin-bottom: 20px;
  position: relative;
}

.about_bg .about02_flex02 .about02_flex02_txt h3 span {
  display: block;
  border-bottom: 1px solid #b19250;
}

.about_bg .about02_flex02 .about02_flex02_txt h3.feature01::after {
  content: "";
  background: url(../img/about/about01/feature01.png) center no-repeat;
  width: 116px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -30px;
}

.about_bg .about02_flex02 .about02_flex02_txt h3.feature03::after {
  content: "";
  background: url(../img/about/about01/feature03.png) center no-repeat;
  width: 121px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -30px;
}

.about_bg .about02_flex02 .about02_flex02_txt .txt {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 2em;
}

.about_bg .about02_flex02 .about01_block01_img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.about_bg .about02_block01 .about02_block01_txt {
  width: 100%;
}

.about_bg .about02_block01 .about02_block01_txt .about02_block01_txt_sub {
  padding: 3px 5px;
  background: #b19250;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.about_bg .about02_block01 .about02_block01_txt h3 {
  width: 100%;
  font-size: 20px;
  border-bottom: 1px solid rgba(177, 146, 80, 0.4);
  padding-bottom: 1px;
  margin-bottom: 20px;
  position: relative;
}

.about_bg .about02_block01 .about02_block01_txt h3 span {
  display: block;
  border-bottom: 1px solid #b19250;
}

.about_bg .about02_block01 .about02_block01_txt h3.feature02::after {
  content: "";
  background: url(../img/about/about01/feature02.png) center no-repeat;
  width: 121px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -30px;
}

.about_bg .about02_block01 .about02_block01_txt .txt {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 2em;
}

.about_bg .about02_block01 .about02_block01_txt .comment {
  font-size: 16px;
  color: #000;
}

.about_bg .about02_block02 {
  width: 100%;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f6f3e9;
  border-bottom: 1px solid #b19250;
  border-left: 1px solid #b19250;
  border-right: 1px solid #b19250;
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
}

.about_bg .about02_block02 h3 {
  margin-top: -90px;
  text-align: center;
  margin-bottom: 50px;
}

.about_bg .about02_block02 .line1 {
  width: 50px;
  height: 1px;
  background: #b19250;
  position: absolute;
  top: 0;
  left: 0;
}

.about_bg .about02_block02 .line2 {
  width: 50px;
  height: 1px;
  background: #b19250;
  position: absolute;
  top: 0;
  right: 0;
}

.about_bg .about02_block02 .txt01 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #b19250;
  position: relative;
  height: 30px;
  width: 180px;
  margin: 0 auto 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_bg .about02_block02 .txt01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #f6f3e9 transparent transparent;
  border-width: 15px 15px 15px 0;
}

.about_bg .about02_block02 .txt01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #f6f3e9 transparent transparent;
  border-width: 15px 15px 15px 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about_bg .about02_block02 .txt01.kinou2 {
  margin-top: 60px;
}

.about_bg .about02_block02 h4 {
  color: #b19250;
  font-size: 18px;
  text-align: center;
  border: 1px solid #b19250;
  padding: 2px;
  background: #fff;
  margin-bottom: 25px;
}

.about_bg .about02_block02 h4 span {
  border: 1px solid #b19250;
  display: block;
  padding: 10px;
}

.about_bg .about02_block02 .txt02 {
  font-size: 18px;
  margin-bottom: 25px;
}

.about_bg .about02_block02 .about02_block02_flex01 {
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 25px;
  position: relative;
}

.about_bg .about02_block02 .about02_block02_flex01::after {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/about/about02/item05_sp.png) center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
}

.about_bg .about02_block02 .about02_block02_flex01 .about02_block02_flex01_box {
  border: 4px solid #e1d6bb;
  padding: 2px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_bg .about02_block02 .about02_block02_flex01 .about02_block02_flex01_box::before {
  content: "";
  background: url(../img/about/about02/item04.png) center no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.about_bg .about02_block02 .about02_block02_flex01 .about02_block02_flex01_box p {
  padding: 20px;
  display: block;
  font-size: 18px;
}

.about_bg .about02_block02 .txt03 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}

.about_bg .about02_block02 .about02_block02_flex02 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.about_bg .about02_block02 .about02_block02_flex02 .about02_block02_flex02_img {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

.about_bg .about02_block02 .about02_block02_flex02 .about02_block02_flex02_img:nth-child(3) {
  margin-right: 0;
}

.about_bg .about02_block02 h5 {
  margin-bottom: 25px;
  font-size: 18px;
  text-align: center;
  color: #b19250;
  border-bottom: 1px solid #d3c29c;
}

.about_bg .about02_block02 h5 span {
  display: inline-block;
  border-bottom: 2px solid #b19250;
  padding: 0 15px;
}

.about_bg .about02_block02 .about02_block02_flex03 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.about_bg .about02_block02 .about02_block02_flex03 .about02_block02_flex03_img {
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
  max-width: 330px;
}

.about_bg .about02_block02 .about02_block02_flex03 .about02_block02_flex03_img span {
  position: absolute;
  width: 100%;
  color: #fff;
  bottom: 0;
  left: 0;
  background: rgba(177, 146, 80, 0.7);
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_bg .about02_block02 .about02_block02_tb {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.about_bg .about02_block02 .about02_block02_tb table {
  width: 100%;
}

.about_bg .about02_block02 .about02_block02_tb table th {
  width: 100%;
  background: #b19250;
  padding: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  border: 1px solid #b19250;
  display: block;
}

.about_bg .about02_block02 .about02_block02_tb table td {
  width: 100%;
  border: 1px solid #b19250;
  background: #fff;
  font-size: 18px;
  color: #000;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.about_bg .about02_block02 .txt04 {
  font-size: 18px;
  text-align: center;
  color: #000;
}

.about_bg .about02_block02 .list01 li {
  font-size: 18px;
  color: #000;
}

.about_bg .about02_block02 .about02_block02_add_area {
  width: 100%;
  margin-top: 60px;
}

.about_bg .about02_ttl {
  font-size: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(177, 146, 80, 0.6);
}

.about_bg .about02_ttl span {
  display: block;
  border-bottom: 1px solid #b19250;
  margin-bottom: 1px;
}

.about_bg .about02_block03 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.about_bg .about02_block03 .about02_block03_ttl {
  margin-right: 10px;
}

.about_bg .about02_block03 .about02_block03_ttl p {
  font-size: 18px;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_bg .about02_block03 .about02_block03_ttl p:first-child {
  background: #c4a769;
  border-bottom: 2px solid #fff;
  height: 45%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_bg .about02_block03 .about02_block03_ttl p:nth-child(2) {
  background: #b19250;
  height: 55%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_bg .about02_block03 .about02_block03_txt {
  padding: 5px;
}

.about_bg .about02_block03 .about02_block03_txt:nth-child(2) {
  margin-right: 10px;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step {
  width: 100%;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step:first-child {
  margin-top: 50px;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step.item {
  margin-bottom: 100px;
  position: relative;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step.item::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #b19250 transparent transparent transparent;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step.item::after {
  content: "";
  width: 1px;
  height: 40px;
  background: #b19250;
  bottom: -70px;
  left: calc(50% - 0.5px);
  position: absolute;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step.shinsa {
  margin-top: 170px;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step.kakunin {
  margin-top: 500px;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step span {
  margin-bottom: 10px;
  display: block;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step .step_ttl {
  color: #b19250;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #b19250;
  margin-bottom: 20px;
  font-size: 18px;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step .step_txt {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
  line-height: 2em;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step .step_txt_box {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f6f3e9;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_bg .about02_block03 .about02_block03_txt .about02_block03_step .step_txt_box p {
  display: block;
  font-size: 18px;
  color: #000;
}

.about_bg .about02_block04 {
  width: 100%;
  margin-bottom: 100px;
}

.about_bg .about02_block04 .about02_block04_txt {
  width: 100%;
  margin-bottom: 20px;
}

.about_bg .about02_block04 .about02_block04_txt .pdf_btn {
  margin-bottom: 15px;
}

.about_bg .about02_block04 .about02_block04_txt p {
  font-size: 18px;
  line-height: 2em;
  color: #000;
}

.about_bg .about02_block04 .about02_block04_movie {
  width: 100%;
}

.about_bg .about02_block04 .about02_block04_movie iframe {
  width: 100%;
}

.about_bg .about02_block05 {
  width: 100%;
}

.about_bg .about02_block05 h3 {
  border-bottom: 3px double #b19250;
  font-size: 20px;
  margin-bottom: 30px;
}

.about_bg .about02_block05 .about02_block05_txt {
  font-size: 16px;
  margin-bottom: 30px;
}

.about_bg .about02_block05 .about02_block05_qa {
  width: 100%;
  margin-bottom: 30px;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_q {
  color: #fff;
  background: #b19250;
  padding: 10px;
  position: relative;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_q::before {
  content: "";
  background: url(../img/about/about01/q.png) center no-repeat;
  width: 17px;
  height: 21px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 10.5px);
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_q p {
  font-size: 16px;
  padding-left: 2.5em;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a {
  color: #000;
  background: #fff;
  padding: 10px;
  position: relative;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a::before {
  content: "";
  background: url(../img/about/about01/a.png) center no-repeat;
  width: 18px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 15px;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a p {
  font-size: 18px;
  padding-left: 2.5em;
  margin-bottom: 10px;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a .about02_block05_a_box_txt {
  width: calc(100% - 2.5em);
  margin-left: 2.5em;
  padding: 20px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b19250;
  background: #f6f3e9;
  position: relative;
  margin-bottom: 20px;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a .about02_block05_a_box_txt p {
  margin-bottom: 15px;
  padding-left: 0;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a .about02_block05_a_box_txt p .img {
  display: block;
  margin-bottom: 5px;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a .about02_block05_a_box_txt a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a .about02_block05_btn {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a .about02_block05_btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #b19250;
  position: relative;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a .about02_block05_btn a::after {
  content: "";
  background: url(../img/common/arrow01.png) center no-repeat;
  width: 26px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a .about02_block05_btn a span {
  padding: 2px;
  display: block;
  padding: 10px 40px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.about_bg .about02_block05 .about02_block05_qa .about02_block05_a .about02_block05_a_box_img {
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
  padding-left: 2.5em;
}

.about_bg .about03_flex01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

.about_bg .about03_flex01 .about03_flex01_box {
  width: 90%;
  max-width: 460px;
  margin: 0 auto 20px;
}

.about_bg .about03_flex02 {
  width: 100%;
  margin-bottom: 70px;
}

.about_bg .about03_flex02 .left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 5%;
}

.about_bg .about03_flex02 .right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about_bg .about03_flex02 .about03_flex02_txt {
  width: 100%;
  margin-bottom: 15px;
}

.about_bg .about03_flex02 .about03_flex02_txt .about03_flex02_txt_sub {
  padding: 3px 5px;
  background: #b19250;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}

.about_bg .about03_flex02 .about03_flex02_txt h3 {
  width: 100%;
  font-size: 20px;
  border-bottom: 1px solid rgba(177, 146, 80, 0.4);
  padding-bottom: 1px;
  margin-bottom: 20px;
  position: relative;
}

.about_bg .about03_flex02 .about03_flex02_txt h3 span {
  display: block;
  border-bottom: 1px solid #b19250;
}

.about_bg .about03_flex02 .about03_flex02_txt h3.feature01::after {
  content: "";
  background: url(../img/about/about03/feature01.png) center no-repeat;
  width: 116px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -30px;
}

.about_bg .about03_flex02 .about03_flex02_txt h3.feature02::after {
  content: "";
  background: url(../img/about/about03/feature02.png) center no-repeat;
  width: 121px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -30px;
}

.about_bg .about03_flex02 .about03_flex02_txt .txt {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 2em;
}

.about_bg .about03_flex02 .about03_block01_img {
  width: 100%;
  max-width: 520px;
  text-align: center;
}

.about_bg .about03_block01 {
  width: 100%;
  background: #faf9f5;
  border: 1px solid #b19250;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.about_bg .about03_block01 h4 {
  color: #b19250;
  font-size: 20px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

.about_bg .about03_block01 h4::before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  background: #b19250;
  left: 0;
  top: calc(50% - 0.5px);
}

.about_bg .about03_block01 p {
  font-size: 16px;
  color: #000;
  line-height: 2em;
  margin-bottom: 15px;
}

.about_bg .about03_block01 .about03_block01_tb {
  width: 90%;
}

.about_bg .about03_block01 .about03_block01_tb table {
  width: 100%;
}

.about_bg .about03_block01 .about03_block01_tb table th {
  padding: 15px;
  background: #b19250;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 1px solid #b19250;
  width: 100%;
  display: block;
}

.about_bg .about03_block01 .about03_block01_tb table td {
  padding: 15px;
  background: #fff;
  color: #000;
  font-size: 18px;
  border: 1px solid #b19250;
  text-align: center;
  width: 100%;
  display: block;
}

.about_bg .about03_txt {
  font-size: 18px;
  line-height: 2em;
  color: #000;
  margin-bottom: 20px;
}

.about_bg .about03_cv {
  width: 95%;
  max-width: 1000px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/common/bg01.png);
  background-repeat: repeat;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 100px;
}

.about_bg .about03_cv .about03_cv_in {
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_bg .about03_cv .about03_cv_in .about03_cv_txt {
  width: 90%;
  margin: 0 auto 20px;
}

.about_bg .about03_cv .about03_cv_in .about03_cv_txt h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

.about_bg .about03_cv .about03_cv_in .about03_cv_txt p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.about_bg .about03_cv .about03_cv_in .about03_cv_btn {
  display: block;
  width: 80%;
  background: #fff;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.about_bg .about03_cv .about03_cv_in .about03_cv_btn span {
  border: 1px solid #b19250;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_bg .about03_cv .about03_cv_in .about03_cv_btn span img {
  z-index: 5;
}

.about_bg .about03_cv .about03_cv_in .about03_cv_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  -webkit-transform: translate3d(-130%, 0, 0) skewX(70deg);
          transform: translate3d(-130%, 0, 0) skewX(70deg);
  z-index: 0;
  -webkit-transition: -webkit-transform .65s;
  transition: -webkit-transform .65s;
  transition: transform .65s;
  transition: transform .65s, -webkit-transform .65s;
  background: #ededed;
  z-index: -1;
}

.about_bg .about03_cv .about03_cv_in .about03_cv_btn::after {
  content: "";
  background: url(../img/common/arrow02.png);
  position: absolute;
  background-size: contain;
  width: 26px;
  height: 8px;
  top: calc(50% - 4px);
  right: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 5;
}

.about_bg .about03_cv .about03_cv_in .about03_cv_btn:hover::before {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0) skewX(0deg);
          transform: translate3d(0, 0, 0) skewX(0deg);
}

.about_bg .about03_cv .about03_cv_in .about03_cv_btn:hover::after {
  right: 20px;
}

.about_bg .about03_img {
  width: 100%;
  margin-bottom: 100px;
}

.about_bg .about03_koukoku_tb {
  width: 100%;
  margin-bottom: 100px;
  overflow: auto;
}

.about_bg .about03_koukoku_tb table {
  width: 100%;
  margin-bottom: 30px;
}

.about_bg .about03_koukoku_tb tr:first-child th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  color: #fff;
  text-align: center;
  background: #b19250;
  border-right: 1px solid #fff;
}

.about_bg .about03_koukoku_tb tr:first-child th:last-child {
  border-right: none;
}

.about_bg .about03_koukoku_tb tr:first-child th:first-child {
  background: #fff;
}

.about_bg .about03_koukoku_tb tr:nth-child(2) th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  color: #fff;
  text-align: center;
  background: #b19250;
  border-right: 1px solid #fff;
}

.about_bg .about03_koukoku_tb tr:nth-child(2) th:last-child {
  border-right: none;
}

.about_bg .about03_koukoku_tb th {
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  background: #4c4945;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_bg .about03_koukoku_tb td {
  color: #000;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #fff;
  background: #ededed;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_bg .about03_koukoku_tb tr:last-child th,
.about_bg .about03_koukoku_tb tr:last-child td {
  border-bottom: none;
}

.about_bg .about03_koukoku_tb p {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}

.about_bg .about03_ttl {
  border-bottom: 3px double #b19250;
  font-size: 20px;
  margin-bottom: 30px;
}

.about_bg .about03_txt02 {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

.about_bg .about03_block_qa {
  width: 100%;
  margin-bottom: 30px;
}

.about_bg .about03_block_qa .about03_block_q {
  color: #fff;
  background: #b19250;
  padding: 10px;
  font-size: 16px;
  padding-left: 2.5em;
  position: relative;
  margin-bottom: 15px;
}

.about_bg .about03_block_qa .about03_block_q::before {
  content: "";
  background: url(../img/about/about01/q.png) center no-repeat;
  width: 17px;
  height: 21px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 10.5px);
}

.about_bg .about03_block_qa .about03_block_btn {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about_bg .about03_block_qa .about03_block_btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #b19250;
  position: relative;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_bg .about03_block_qa .about03_block_btn a span {
  padding: 2px;
  display: block;
  padding: 10px 40px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.about_bg .about03_block_qa .about03_block_btn a::after {
  content: "";
  background: url(../img/common/arrow01.png) center no-repeat;
  width: 26px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
}

.about_bg .about03_block_qa .about03_block_a {
  color: #000;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  padding-left: 2.5em;
  position: relative;
}

.about_bg .about03_block_qa .about03_block_a::before {
  content: "";
  background: url(../img/about/about01/a.png) center no-repeat;
  width: 18px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 15px;
}

.about_bg .about03_block_qa .about03_block_a p {
  margin-bottom: 30px;
}

.about_bg .about03_block_qa .about03_block_a_img {
  width: 100%;
  margin-bottom: 15px;
}

.about_bg .about03_block_qa .about03_block_a_txt {
  font-size: 16px;
  margin-bottom: 30px;
  color: #b19250;
}

.about_bg .about03_block_qa .about03_block_a_txt span {
  color: #000;
  padding: 0 50px;
}

.about_bg .about03_block_qa .about03_block_a .about03_block_a_txt {
  margin-bottom: 5px;
}

.table_add_txt01 {
  width: 100%;
  font-size: 1.25em;
  color: #00B0F0;
  font-weight: 700;
  text-align: left;
}

.table_add_txt02 {
  width: 100%;
  font-size: 1em;
  text-align: left;
  display: inline;
  border-bottom: solid 1px #f00;
}

.table_add_txt02 span {
  font-size: 1em;
  color: #fff;
  font-weight: 700;
  padding: 2px 10px;
  background-color: #f00;
}

.table_add_txt03 {
  width: 100%;
  margin-top: 20px;
}

.table_add_txt03 dt {
  width: 100%;
}

.table_add_txt03 dd {
  width: 100%;
  font-size: .933em;
}
/*# sourceMappingURL=about_sp.css.map */