@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
  background-color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "noto-serif", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  word-wrap: break-word;
  margin: 0;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

a {
  display: inline-block;
  text-decoration: none;
}
a:hover {
  color: #007a2a;
}
a img {
  border: none;
}
a img:hover, a img:active {
  opacity: 0.8;
}

span {
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, th, td {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.81;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, th, td {
    font-size: 1.4rem;
  }
}

p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

[class*=col-] {
  margin-bottom: 2rem;
}
[class*=col-] h1, [class*=col-] h2, [class*=col-] h3, [class*=col-] h4, [class*=col-] h5, [class*=col-] h6 {
  margin-bottom: 1.5rem;
}
[class*=col-] h1:last-child, [class*=col-] h2:last-child, [class*=col-] h3:last-child, [class*=col-] h4:last-child, [class*=col-] h5:last-child, [class*=col-] h6:last-child {
  margin-bottom: 0;
}

.row [class*=col-]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

@font-face {
  font-family: "noto-serif";
  src: url("../fonts/NotoSerifJP-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "noto-serif";
  src: url("../fonts/NotoSerifJP-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "noto-serif";
  src: url("../fonts/NotoSerifJP-SemiBold.otf");
  font-weight: 600;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.for-lg {
  display: none;
}
@media screen and (max-width: 1199px) {
  .for-lg {
    display: block;
  }
}

.for-md {
  display: none;
}
@media screen and (max-width: 991px) {
  .for-md {
    display: block;
  }
}

.for-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-sm {
    display: block;
  }
}

.for-xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .for-xs {
    display: block;
  }
}

.for-xl--less {
  display: block;
}
@media screen and (max-width: 1299px) {
  .for-xl--less {
    display: none;
  }
}

.for-lg--less {
  display: block;
}
@media screen and (max-width: 1199px) {
  .for-lg--less {
    display: none;
  }
}

.for-md--less {
  display: block;
}
@media screen and (max-width: 991px) {
  .for-md--less {
    display: none;
  }
}

.for-sm--less {
  display: block;
}
@media screen and (max-width: 767px) {
  .for-sm--less {
    display: none;
  }
}

.for-xs--less {
  display: block;
}
@media screen and (max-width: 575px) {
  .for-xs--less {
    display: none;
  }
}

.mt_none {
  margin-top: 0 !important;
}

.mb_none {
  margin-bottom: 0 !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.pt_none {
  padding-top: 0 !important;
}

.pb_none {
  padding-bottom: 0 !important;
}

.txt_margintop_sm {
  margin-top: 20px;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.bold_100 {
  font-weight: 100 !important;
}

.bold_200 {
  font-weight: 200 !important;
}

.bold_300 {
  font-weight: 300 !important;
}

.bold_400 {
  font-weight: 400 !important;
}

.bold_500 {
  font-weight: 500 !important;
}

.bold_600 {
  font-weight: 600 !important;
}

.bold_700 {
  font-weight: 700 !important;
}

.bold_800 {
  font-weight: 800 !important;
}

.bold_900 {
  font-weight: 900 !important;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.flex_spaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text {
  margin: 20px 0;
}

.htxt_lg {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .htxt_lg {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .htxt_lg {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .htxt_lg {
    font-size: 2.2rem;
  }
}

.htxt_mm {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .htxt_mm {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .htxt_mm {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .htxt_mm {
    font-size: 2rem;
  }
}

.htxt_md {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .htxt_md {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .htxt_md {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .htxt_md {
    font-size: 1.8rem;
  }
}

.htxt_sl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .htxt_sl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .htxt_sl {
    font-size: 1.6rem;
  }
}

.htxt_sm {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .htxt_sm {
    font-size: 1.6rem;
  }
}

.htxt_xs {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .htxt_xs {
    font-size: 1.4rem;
  }
}

.ttl_center {
  text-align: center;
  width: 100%;
}
.ttl_center h2 {
  font-size: 3.6rem;
  line-height: 1.41;
}
@media screen and (max-width: 1199px) {
  .ttl_center h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 991px) {
  .ttl_center h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_center h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_center h2 {
    font-size: 2.4rem;
  }
}
.ttl_center h3 {
  font-size: 3.2rem;
  line-height: 1.61;
}
@media screen and (max-width: 1199px) {
  .ttl_center h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .ttl_center h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_center h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_center h3 {
    font-size: 2rem;
  }
}

.ttl_main {
  text-align: center;
  width: 100%;
}
.ttl_main h2 {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.41;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .ttl_main h2 {
    font-size: 3.2rem;
  }
}
.ttl_main h2:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #bc956a;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ttl_main h2 .jp {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .ttl_main h2 .jp {
    font-size: 1.3rem;
  }
}
.ttl_main.left {
  text-align: left;
}
.ttl_main.left h2:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.en_ttl {
  text-align: center;
}
.en_ttl h2 {
  font-size: 3.6rem;
  position: relative;
  z-index: 1;
  padding-top: 44px;
  line-height: 1.41;
}
@media screen and (max-width: 991px) {
  .en_ttl h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .en_ttl h2 {
    font-size: 2.8rem;
    padding-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .en_ttl h2 {
    font-size: 2.3rem;
  }
}
.en_ttl h2 .bg_txt {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10rem;
  color: #F8F4F3;
  z-index: -1;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .en_ttl h2 .bg_txt {
    font-size: 8rem;
  }
}
@media screen and (max-width: 575px) {
  .en_ttl h2 .bg_txt {
    font-size: 6rem;
  }
}
.en_ttl h2 .bg_txt.ishin {
  color: #eaecfc !important;
}
.en_ttl h2 .bg_txt.rplus {
  color: #e5f6e8 !important;
}

.btn_center {
  text-align: center;
}
.btn_center p {
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.btn_center a {
  padding: 12px 80px 10px;
  border: 1px solid #bc956a;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  background: #bc956a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn_center a {
    font-size: 1.4rem;
  }
}
.btn_center a.m-60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 575px) {
  .btn_center a.m-60 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.btn_center a:before {
  content: "";
  width: 62px;
  height: 1px;
  background: #bc956a;
  position: absolute;
  top: 50%;
  right: -31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.btn_center a:before.ishin {
  background: #1c266d;
}
.btn_center a:after {
  content: "";
  width: 31px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.btn_center a.en {
  letter-spacing: 0.15em;
}
.btn_center a:hover {
  background: #fff;
  color: #bc956a;
}
.btn_center a:hover:after {
  opacity: 0;
}
.btn_center a:hover:before {
  right: -46px;
}
@media screen and (max-width: 1299px) {
  .btn_center a:hover:before {
    right: -35px;
  }
}
.btn_center a.ishin {
  background: #1c266d;
  border: 1px solid #1c266d;
}
.btn_center a.ishin:before {
  background: #1c266d;
}
.btn_center a.ishin:hover {
  background: #fff;
  color: #1c266d;
}
.btn_center a.rplus {
  background: #3c6646;
  border: 1px solid #3c6646;
}
.btn_center a.rplus:before {
  background: #3c6646;
}
.btn_center a.rplus:hover {
  background: #fff;
  color: #3c6646;
}

.btn_left {
  text-align: left;
}
.btn_left a {
  color: #bc956a;
  padding: 12px 80px 10px;
  border: 1px solid #bc956a;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  background: #bc956a;
  color: #fff;
}
.btn_left a:before {
  content: "";
  width: 62px;
  height: 1px;
  background: #bc956a;
  position: absolute;
  top: 50%;
  right: -31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_left a:after {
  content: "";
  width: 31px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_left a.en {
  letter-spacing: 0.15em;
}
.btn_left a:hover {
  background: #fff;
  color: #bc956a;
}
.btn_left a:hover:after {
  opacity: 0;
}
.btn_left a:hover:before {
  right: -46px;
}
@media screen and (max-width: 1299px) {
  .btn_left a:hover:before {
    right: -35px;
  }
}

.bnr_sepa_items {
  width: 48.5%;
  background: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bnr_sepa_items {
    width: 100%;
    margin: 0 !important;
  }
  .bnr_sepa_items:not(:first-of-type) {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .bnr_sepa_items:not(:first-of-type) {
    margin-top: 20px !important;
  }
}
.bnr_sepa_items .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  width: 100%;
  height: 100%;
}
.bnr_sepa_items.history a {
  background: url(../images/history_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.bnr_sepa_items.sdgs a {
  background: url(../images/sdgs_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.bnr_sepa_items:nth-of-type(even) {
  margin-left: 3%;
}
.bnr_sepa_items a {
  padding: 90px 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1299px) {
  .bnr_sepa_items a {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 991px) {
  .bnr_sepa_items a {
    padding: 46px 20px;
  }
}
@media screen and (max-width: 767px) {
  .bnr_sepa_items a {
    padding: 75px 20px;
  }
}
@media screen and (max-width: 575px) {
  .bnr_sepa_items a {
    padding: 45px 20px;
  }
}
.bnr_sepa_items a:hover {
  opacity: 0.8;
}
.bnr_sepa_items a h3 {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .bnr_sepa_items a h3 {
    font-size: 2.2rem;
    line-height: 1.61;
  }
}
.bnr_sepa_items a p {
  font-size: 1.4rem;
  color: #e5c496;
  font-weight: 300;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 991px) {
  .bnr_sepa_items a p {
    font-size: 1.2rem;
  }
}

.l-all_block {
  width: 100%;
}
.l-all_block .container {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-base_block {
    padding: 0 20px;
  }
}
.l-base_block .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-base {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .l-base {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-base {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-base {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .l-base {
    width: 100%;
    max-width: 1280px;
  }
}

.w-1100 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1100 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1100 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1100 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .w-1100 {
    width: 100%;
    max-width: 1100px;
  }
}

.w-1000 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1000 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1000 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1000 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .w-1000 {
    width: 100%;
    max-width: 1000px;
  }
}

.w-960 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-960 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-960 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-960 {
    width: 100%;
    max-width: 960px;
  }
}

.w-800 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-800 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-800 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-800 {
    width: 100%;
    max-width: 800px;
  }
}

.w-760 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-760 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-760 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-760 {
    width: 100%;
    max-width: 760px;
  }
}

.w-640 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-640 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-640 {
    width: 100%;
    max-width: 640px;
  }
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header h1 {
  position: absolute;
  width: 200px;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .l-header h1 {
    width: 140px;
    line-height: 1;
  }
}
@media screen and (max-width: 575px) {
  .l-header h1 {
    top: 10px;
    left: 10px;
  }
}
.l-header h1 a {
  width: 100%;
}
.l-header h1 a img {
  width: 100%;
}
.l-header .gnav {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 991px) {
  .l-header .gnav {
    display: none;
  }
}
.l-header .gnav li {
  text-align: center;
  position: relative;
}
.l-header .gnav li:not(:first-of-type) {
  margin-left: 30px;
}
.l-header .gnav li > a {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.95);
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 7px;
}
.l-header .gnav li > a .jp {
  font-size: 1.2rem;
  display: block;
}
.l-header .gnav li > a.active:before, .l-header .gnav li > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #fff;
}
.l-header .gnav li .nav_child {
  position: absolute;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 20px;
  width: 140px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.l-header .gnav li .nav_child.active {
  top: 75px;
  visibility: visible;
  opacity: 1;
}
.l-header .gnav li .nav_child .items {
  text-align: left;
}
.l-header .gnav li .nav_child .items:not(:first-of-type) {
  margin-top: 4px;
}
.l-header .gnav li .nav_child .items:nth-of-type(1) a {
  border-color: #bc956a;
}
.l-header .gnav li .nav_child .items:nth-of-type(2) a {
  border-color: #1c266d;
}
.l-header .gnav li .nav_child .items:nth-of-type(3) a {
  border-color: #3c6646;
}
.l-header .gnav li .nav_child .items a {
  border-left: 1px solid #000;
  padding-left: 10px;
  line-height: 1.41;
  font-size: 1.5rem;
  color: #fff;
}
.l-header .gnav li .nav_child .items a.lg {
  font-size: 1.9rem;
}

.l-mainvisual {
  height: 100vh;
  background: #2d2d2d;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    max-height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .l-mainvisual {
    max-height: 320px;
    background-position: 0 50%;
  }
}
.l-mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-mainvisual:before {
    background: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 575px) {
  .l-mainvisual:before {
    background: rgba(0, 0, 0, 0.25);
  }
}
.l-mainvisual .catch_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-mainvisual .catch_txt {
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
}
@media screen and (max-width: 575px) {
  .l-mainvisual .catch_txt {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding: 100px 20px 100px;
    min-height: auto;
  }
}
.l-mainvisual .catch_txt h2 {
  font-size: 8rem;
  color: #fff;
  text-shadow: 0 0 16px rgb(0, 0, 0);
  font-weight: 400;
  line-height: 1.41;
}
@media screen and (max-width: 1299px) {
  .l-mainvisual .catch_txt h2 {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 991px) {
  .l-mainvisual .catch_txt h2 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-mainvisual .catch_txt h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 575px) {
  .l-mainvisual .catch_txt h2 {
    font-size: 3.4rem;
  }
}
.l-mainvisual .catch_txt h2 span {
  display: inline;
}
@media screen and (max-width: 575px) {
  .l-mainvisual .catch_txt h2 span {
    display: none;
  }
}
.l-mainvisual .catch_txt p {
  font-size: 2.4rem;
  color: #e5c596;
  font-weight: 400;
  text-shadow: 0 0 16px rgb(0, 0, 0);
}
@media screen and (max-width: 1299px) {
  .l-mainvisual .catch_txt p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .l-mainvisual .catch_txt p {
    font-size: 2rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-mainvisual .catch_txt p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .l-mainvisual .catch_txt p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .l-mainvisual .scroll {
    display: none;
  }
}
.l-mainvisual .scroll p {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .l-mainvisual .scroll p {
    display: inline-block;
    left: 20px;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
}
@media screen and (max-width: 575px) {
  .l-mainvisual .scroll p {
    font-size: 1rem;
  }
}
.l-mainvisual .scroll_bar {
  width: 1px;
  height: 40px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .l-mainvisual .scroll_bar {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .l-mainvisual .scroll_bar {
    left: 46px;
  }
}
.l-mainvisual .scroll_bar:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #bc956a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.information {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 40%;
  padding: 15px 65px 15px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .information {
    width: 80%;
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .information {
    padding: 10px 40px 10px 20px;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.information .ttl {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  padding-left: 32px;
  margin-right: 26px;
}
@media screen and (max-width: 991px) {
  .information .ttl {
    display: block;
    width: 100%;
  }
}
.information .ttl:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(../images/news_icon.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.information_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .information_content {
    margin-top: 6px;
  }
}
.information_content p {
  font-size: 1.3rem;
  color: #bc956a;
  margin-right: 12px;
}
.information_content a {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .information_content a {
    font-size: 1.4rem;
  }
}
.information_content a:hover {
  text-decoration: underline;
}
.information .arrow {
  position: absolute;
  width: 22px;
  height: 1px;
  background: #bc956a;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .information .arrow {
    right: 20px;
  }
}
.information .arrow:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 6px;
  height: 1px;
  background: #bc956a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.brand_flow_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
}
@media screen and (max-width: 575px) {
  .brand_flow_btn {
    width: 100%;
    max-width: 400px;
  }
}
.brand_flow_btn.anmin {
  background: #bc956a;
}
.brand_flow_btn.ishin {
  background: #1c266d;
}
.brand_flow_btn.rplus {
  background: #3c6646;
}
.brand_flow_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.brand_flow_btn a:hover {
  opacity: 0.8;
}
.brand_flow_btn a .txt_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .brand_flow_btn a .txt_content {
    padding: 20px;
  }
}
.brand_flow_btn a .txt_content p {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .brand_flow_btn a .txt_content p {
    font-size: 1.2rem;
  }
}
.brand_flow_btn a .txt_content h2 {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.21;
}
@media screen and (max-width: 767px) {
  .brand_flow_btn a .txt_content h2 {
    font-size: 1.8rem;
  }
}
.brand_flow_btn a .img_content {
  width: 130px;
  height: 100px;
  background: #2d2d2d;
  position: relative;
}
@media screen and (max-width: 767px) {
  .brand_flow_btn a .img_content {
    height: 84px;
  }
}
@media screen and (max-width: 575px) {
  .brand_flow_btn a .img_content {
    width: 100px;
  }
}
.brand_flow_btn a .img_content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand_flow_btn a .img_content img:hover {
  opacity: 1;
}

.post-body h1 {
  font-size: 3.6rem;
  margin: 4em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h1 {
    font-size: 3.2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h1 {
    font-size: 3rem;
    margin-top: 1rem;
  }
}
.post-body h1:first-child {
  margin-top: 0;
}
.post-body h1 + p {
  margin-top: 0;
}
.post-body h2 {
  font-size: 3.2rem;
  margin: 3em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h2 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h2 {
    margin-top: 1rem;
  }
}
.post-body h2:first-child {
  margin-top: 0;
}
.post-body h2 + p {
  margin-top: 0;
}
.post-body h3 {
  font-size: 2.7rem;
  margin: 3em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h3 {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h3 {
    font-size: 2.1rem;
    margin-top: 1rem;
  }
}
.post-body h3:first-child {
  margin-top: 0;
}
.post-body h3 + p {
  margin-top: 0;
}
.post-body h4 {
  font-size: 2.4rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h4 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h4 {
    margin-top: 1.8rem;
    margin-top: 1rem;
  }
}
.post-body h4:first-child {
  margin-top: 0;
}
.post-body h4 + p {
  margin-top: 0;
}
.post-body h5 {
  font-size: 2.1rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h5 {
    margin-top: 1rem;
  }
}
.post-body h5:first-child {
  margin-top: 0;
}
.post-body h5 + p {
  margin-top: 0;
}
.post-body h6 {
  font-size: 1.8rem;
  margin: 1em 0 0.25em;
}
@media screen and (max-width: 767px) {
  .post-body h6 {
    font-size: 1.6rem;
  }
}
.post-body h6:first-child {
  margin-top: 0;
}
.post-body h6 + p {
  margin-top: 0;
}
.post-body .has-text-align-left {
  text-align: left;
}
.post-body .has-text-align-right {
  text-align: right;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body .aligncenter {
  text-align: center;
}
.post-body .alignright {
  text-align: right;
}
.post-body blockquote {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 10px 3vmin;
  position: relative;
}
.post-body blockquote:before, .post-body blockquote:after {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
}
.post-body blockquote:before {
  content: "“";
  left: 10px;
  top: 5px;
}
.post-body blockquote:after {
  bottom: -10px;
  content: "”";
  right: 10px;
}
.post-body blockquote p {
  margin: 0.5em 0;
  line-height: 2.01;
}
.post-body blockquote cite {
  display: inline-block;
  font-size: 80%;
  margin-bottom: 0.5em;
  opacity: 0.8;
}
.post-body blockquote cite:before {
  background: #d8dbe2;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
}
.post-body pre {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 3vmin;
  white-space: pre-wrap;
}
.post-body p {
  margin: 2em 0;
}
.post-body ul,
.post-body ol {
  margin: 2em 0 2em 1.5em;
  padding: 0;
}
.post-body .wp-block-gallery {
  margin: 2em 0;
}
.post-body .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.post-body .blocks-gallery-grid li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.post-body .wp-block-gallery.columns-2 li {
  width: 50%;
}
.post-body .wp-block-gallery.columns-3 li {
  width: 33.3333333333%;
}
.post-body .wp-block-image {
  margin: 2em 0;
}
.post-body figcaption {
  font-size: 85%;
  margin-top: 0.5em;
  opacity: 0.8;
  text-align: center;
}
.post-body .wp-block-table {
  margin: 2em 0;
}
.post-body .wp-block-table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
.post-body .wp-block-table table th, .post-body .wp-block-table table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.post-body .wp-block-table table th {
  background: #f2eae1;
}
.post-body .wp-block-separator {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 3em 0;
}
.post-body .wp-block-embed {
  margin: 2em auto;
  position: relative;
}
.post-body .wp-block-embed.is-type-video:before {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  content: "";
  display: block;
}
.post-body .wp-block-embed.is-type-video:before iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-body .wp-block-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
  margin: 0 -10px;
}
.post-body .wp-block-column {
  padding: 0 10px;
}
.post-body .wp-block-media-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em -15px;
  max-width: 100%;
}
.post-body .wp-block-media-text_media,
.post-body .wp-block-media-text_content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.post-body .wp-block-button {
  margin: 2em 0;
}
.post-body .wp-block-file a + a {
  margin-left: 20px;
}
.post-body .wp-block-file_button,
.post-body .wp-block-button_link {
  background: #212121;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.post-body .wp-block-file_button {
  font-size: 15px;
  line-height: 1;
  padding: 12px 30px 10px;
}
.post-body .wp-block-file_button:hover,
.post-body .wp-block-button_link:hover {
  background: #454545;
}

.wrapper {
  overflow-x: hidden;
}

.main_catch {
  width: 100%;
  max-width: 1800px;
  min-height: 622px;
  margin: 100px auto 0;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 991px) {
  .main_catch {
    margin-top: 80px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main_catch {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .main_catch {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .main_catch:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
}
.main_catch_bg {
  width: 100%;
  max-width: 1800px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main_catch_bg img:nth-of-type(1) {
  position: absolute;
  top: 138px;
  left: 0;
}
@media screen and (max-width: 1580px) {
  .main_catch_bg img:nth-of-type(1) {
    width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .main_catch_bg img:nth-of-type(1) {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .main_catch_bg img:nth-of-type(1) {
    width: 250px;
    top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .main_catch_bg img:nth-of-type(1) {
    width: 200px;
    top: 260px;
  }
}
@media screen and (max-width: 575px) {
  .main_catch_bg img:nth-of-type(1) {
    width: 140px;
    top: 215px;
  }
}
.main_catch_bg img:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1580px) {
  .main_catch_bg img:nth-of-type(2) {
    width: 410px;
  }
}
@media screen and (max-width: 1199px) {
  .main_catch_bg img:nth-of-type(2) {
    width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .main_catch_bg img:nth-of-type(2) {
    width: 270px;
  }
  .main_catch_bg img:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .main_catch_bg img:nth-of-type(2) {
    width: 240px;
  }
}
@media screen and (max-width: 575px) {
  .main_catch_bg img:nth-of-type(2) {
    width: 180px;
  }
}
.main_catch_inner {
  text-align: center;
  padding: 40px 0 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .main_catch_inner {
    padding: 20px 10px 20px;
  }
}
.main_catch_inner h2 {
  font-size: 4.6rem;
  line-height: 1.41;
}
@media screen and (max-width: 991px) {
  .main_catch_inner h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .main_catch_inner h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .main_catch_inner h2 {
    font-size: 3rem;
  }
}
.main_catch_inner p {
  margin-top: 60px;
  font-size: 2.3rem;
}
@media screen and (max-width: 991px) {
  .main_catch_inner p {
    font-size: 2rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main_catch_inner p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .main_catch_inner p {
    font-size: 1.35rem;
    letter-spacing: 0.05em;
    margin-top: 30px;
    line-height: 2.01;
  }
}
.main_catch_txt {
  width: 80%;
  max-width: 1430px;
  position: relative;
  z-index: -1;
  margin-top: -120px;
}
.main_catch_txt img {
  width: 100%;
}

.loopSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  width: 100vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .loopSlide {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .loopSlide {
    margin-top: 30px;
  }
}
.loopSlide img {
  width: 1800px;
  max-width: 1800px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .loopSlide img {
    max-width: 1200px;
  }
}
@media screen and (max-width: 575px) {
  .loopSlide img {
    max-width: 800px;
  }
}
.loopSlide img:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
          animation: slide1 60s -30s linear infinite;
}
.loopSlide img:last-child {
  -webkit-animation: slide2 60s linear infinite;
          animation: slide2 60s linear infinite;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.house_select {
  position: relative;
}
.house_select.anmin:before, .house_select.rplus:before {
  content: "";
  background: #f2eae1;
  width: 60%;
  height: 600px;
  position: absolute;
  bottom: -44px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1299px) {
  .house_select.anmin:before, .house_select.rplus:before {
    width: 50%;
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .house_select.anmin:before, .house_select.rplus:before {
    width: 40%;
    height: 720px;
  }
}
@media screen and (max-width: 575px) {
  .house_select.anmin:before, .house_select.rplus:before {
    bottom: auto;
    top: 150px;
    height: 450px;
  }
}
.house_select.ishin:before {
  content: "";
  background: #f2eae1;
  width: 60%;
  height: 600px;
  position: absolute;
  bottom: -44px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1299px) {
  .house_select.ishin:before {
    width: 50%;
    height: 460px;
  }
}
@media screen and (max-width: 991px) {
  .house_select.ishin:before {
    width: 40%;
    height: 720px;
  }
}
@media screen and (max-width: 575px) {
  .house_select.ishin:before {
    bottom: auto;
    top: 150px;
    height: 450px;
  }
}
.house_select_content_ttl {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .house_select_content_ttl {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 575px) {
  .house_select_content_ttl {
    margin-bottom: 16px;
  }
}
.house_select_content_ttl h2 {
  font-size: 3rem;
  padding-left: 35px;
  position: relative;
  line-height: 1.61;
}
@media screen and (max-width: 991px) {
  .house_select_content_ttl h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .house_select_content_ttl h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .house_select_content_ttl h2 {
    font-size: 2rem;
    padding-left: 18px;
    letter-spacing: 0.05em;
  }
}
.house_select_content_ttl h2:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #bc956a;
}
@media screen and (max-width: 767px) {
  .house_select_content_ttl h2:before {
    top: 18px;
  }
}
@media screen and (max-width: 575px) {
  .house_select_content_ttl h2:before {
    width: 10px;
    top: 15px;
  }
}
.house_select_content_photo {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .house_select_content_photo {
    display: block;
    margin: 0;
  }
}
.house_select_content_photo .lasce {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}
@media screen and (max-width: 991px) {
  .house_select_content_photo .lasce {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 575px) {
  .house_select_content_photo .lasce {
    margin-bottom: 30px;
  }
}
.house_select_content_photo .logo {
  width: 290px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .house_select_content_photo .logo {
    width: 100%;
  }
}
.house_select_content_photo .logo h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .house_select_content_photo .logo h2 {
    font-size: 1.4rem;
  }
}
.house_select_content_photo.flex-reverse .lasce {
  margin-left: 70px;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .house_select_content_photo.flex-reverse .lasce {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 575px) {
  .house_select_content_photo.flex-reverse .lasce {
    margin-bottom: 30px;
  }
}
.house_select_content_txt .btn {
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .house_select_content_txt .btn {
    margin: 30px auto 0;
    width: 60%;
    max-width: 400px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .house_select_content_txt .btn {
    margin-top: 26px;
  }
}
@media screen and (max-width: 575px) {
  .house_select_content_txt .btn {
    margin-top: 16px;
    width: 80%;
  }
}
.house_select_content_txt .btn a {
  color: #bc956a;
  padding: 14px 60px 12px;
  border: 1px solid #bc956a;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
  background: #fff;
}
.house_select_content_txt .btn a:before {
  content: "";
  width: 62px;
  height: 1px;
  background: #bc956a;
  position: absolute;
  top: 50%;
  right: -31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
@media screen and (max-width: 1299px) {
  .house_select_content_txt .btn a:before {
    width: 40px;
    right: -20px;
  }
}
.house_select_content_txt .btn a:hover {
  background: #bc956a;
  color: #fff;
}
.house_select_content_txt .btn a:hover:before {
  right: -40px;
}
.house_select_content_txt .btn .brand {
  color: #fff;
  background: #bc956a;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
.house_select_content_txt .btn .brand:after {
  content: "";
  width: 31px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
@media screen and (max-width: 1299px) {
  .house_select_content_txt .btn .brand:after {
    width: 40px;
    right: -20px;
  }
}
.house_select_content_txt .btn .brand:hover {
  background: #fff;
  color: #bc956a;
}
.house_select_content_txt .btn .brand:hover:after {
  opacity: 0;
  right: -40px;
}
.house_select_content_txt .txt_inner {
  max-width: calc(100% - 340px);
}
@media screen and (max-width: 991px) {
  .house_select_content_txt .txt_inner {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .house_select_content_txt .txt_inner {
    margin-top: 20px;
  }
}
.house_select_content_txt .txt_inner strong {
  font-weight: 400;
}

.footer_bnr_items {
  width: 48.5%;
  background: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_bnr_items {
    width: 100%;
    margin: 0 !important;
  }
  .footer_bnr_items:not(:first-of-type) {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .footer_bnr_items:not(:first-of-type) {
    margin-top: 20px !important;
  }
}
.footer_bnr_items .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  width: 100%;
  height: 100%;
}
.footer_bnr_items:nth-of-type(1) a {
  background: url(../images/footer_company_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.footer_bnr_items:nth-of-type(2) a {
  background: url(../images/footer_recruit_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.footer_bnr_items:nth-of-type(even) {
  margin-left: 3%;
}
.footer_bnr_items a {
  padding: 90px 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1299px) {
  .footer_bnr_items a {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer_bnr_items a {
    padding: 46px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_bnr_items a {
    padding: 75px 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer_bnr_items a {
    padding: 45px 20px;
  }
}
.footer_bnr_items a:hover {
  opacity: 0.8;
}
.footer_bnr_items a h3 {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .footer_bnr_items a h3 {
    font-size: 2.2rem;
    line-height: 1.61;
  }
}
.footer_bnr_items a p {
  font-size: 1.4rem;
  color: #e5c496;
  font-weight: 300;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 991px) {
  .footer_bnr_items a p {
    font-size: 1.2rem;
  }
}

.footer_bnr_one_items {
  width: 100% !important;
  background: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_bnr_one_items {
    width: 100%;
    margin: 0 !important;
  }
}
.footer_bnr_one_items .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  width: 100%;
  height: 100%;
}
.footer_bnr_one_items a {
  background: #2d2d2d;
  padding: 90px 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1299px) {
  .footer_bnr_one_items a {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer_bnr_one_items a {
    padding: 46px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_bnr_one_items a {
    padding: 75px 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer_bnr_one_items a {
    padding: 45px 20px;
  }
}
.footer_bnr_one_items a:hover {
  opacity: 0.8;
}
.footer_bnr_one_items a.after {
  background: url(../images/after_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.footer_bnr_one_items a.brand {
  background: url(../images/brand_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.footer_bnr_one_items a.sdgs {
  background: url(../images/sdgs_bg_all.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.footer_bnr_one_items a h3 {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .footer_bnr_one_items a h3 {
    font-size: 2.2rem;
    line-height: 1.61;
  }
}
.footer_bnr_one_items a p {
  font-size: 1.4rem;
  color: #e5c496;
  font-weight: 300;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 991px) {
  .footer_bnr_one_items a p {
    font-size: 1.2rem;
  }
}

.footer_info figure {
  text-align: center;
}
.footer_info figure a img {
  width: 200px;
}
.footer_info h3 {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .footer_info h3 {
    font-size: 1.3rem;
  }
}

.copy {
  background: #f5f5f5;
  padding: 20px 0;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  .copy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .copy.copy_pb {
    padding-bottom: 94px !important;
  }
}

.page_mainvisual {
  padding: 90px 20px;
  text-align: center;
  background: #2d2d2d;
}
@media screen and (max-width: 991px) {
  .page_mainvisual {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 575px) {
  .page_mainvisual {
    padding: 50px 20px;
  }
}
.page_mainvisual h2 {
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .page_mainvisual h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .page_mainvisual h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .page_mainvisual h2 {
    font-size: 2.4rem;
  }
}
.page_mainvisual h2 .en {
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .page_mainvisual h2 .en {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .page_mainvisual h2 .en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .page_mainvisual h2 .en {
    font-size: 1.1rem;
  }
}

.company_table table {
  width: 100%;
  border-collapse: collapse;
}
.company_table table tr {
  border-bottom: 1px solid #f3f3f3;
}
.company_table table tr:first-of-type th, .company_table table tr:first-of-type td {
  padding-top: 0 !important;
}
@media screen and (max-width: 575px) {
  .company_table table tr:first-of-type td {
    padding-top: 5px !important;
  }
}
.company_table table tr th, .company_table table tr td {
  vertical-align: top;
  text-align: left;
  padding: 20px 0;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .company_table table tr th, .company_table table tr td {
    width: 100% !important;
    display: block;
    padding: 5px 0;
  }
}
.company_table table tr th {
  width: 200px;
}
@media screen and (max-width: 991px) {
  .company_table table tr th {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .company_table table tr th {
    width: 120px;
  }
}
@media screen and (max-width: 575px) {
  .company_table table tr th {
    padding-top: 20px;
    font-weight: 600;
  }
}
@media screen and (max-width: 575px) {
  .company_table table tr td {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
}

.staff_list .ttl {
  width: 380px;
}
@media screen and (max-width: 991px) {
  .staff_list .ttl {
    width: 100%;
  }
}
.staff_list_content {
  width: calc(100% - 380px);
  padding-top: 20px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .staff_list_content {
    width: 100%;
  }
}

.top_message_parent {
  width: 100%;
  background: url(../images/message_top_bg.webp) no-repeat top right;
  background-size: contain;
}

.top_message_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top_message_content {
    display: block;
  }
}
.top_message_content figure {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .top_message_content figure {
    margin: 0 auto 30px;
  }
}
.top_message_content_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .top_message_content_txt {
    margin-right: 0;
  }
}
.top_message_content_txt h2 {
  font-size: 3.2rem !important;
  line-height: 1.61 !important;
}
@media screen and (max-width: 991px) {
  .top_message_content_txt h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top_message_content_txt h2 {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 575px) {
  .top_message_content_txt h2 {
    font-size: 2rem !important;
  }
}
.top_message_content_txt p {
  margin-top: 20px;
  line-height: 1.51;
}
.top_message_content_txt .top_name {
  text-align: right;
  margin-top: 20px;
  letter-spacing: 0.15em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top_message_content_txt .top_name {
    font-size: 1.6rem;
  }
}
.top_message_content_txt .top_name .sm {
  font-size: 1.6rem;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .top_message_content_txt .top_name .sm {
    font-size: 1.4rem;
  }
}

.page_mainVisual {
  width: 100%;
  padding: 200px 40px;
  background: #2d2d2d;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page_mainVisual {
    padding: 120px 40px;
  }
}
@media screen and (max-width: 575px) {
  .page_mainVisual {
    padding: 80px 20px;
  }
}
.page_mainVisual.anmin {
  background: url(../images/anmin_main_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 575px) {
  .page_mainVisual.anmin figure img {
    width: 180px;
  }
}
.page_mainVisual.rplus {
  background: url(../images/rplus_main_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 575px) {
  .page_mainVisual.rplus figure img {
    width: 180px;
  }
}
.page_mainVisual.ishin {
  background: url(../images/ishin_main_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 575px) {
  .page_mainVisual.ishin figure img {
    width: 180px;
  }
}
.page_mainVisual figure {
  margin: 0 auto;
}
.page_mainVisual h2 {
  font-size: 6rem;
  line-height: 1.41;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 1199px) {
  .page_mainVisual h2 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 991px) {
  .page_mainVisual h2 {
    font-size: 4.4rem;
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_mainVisual h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .page_mainVisual h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.page_mainVisual p {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.95);
  line-height: 1.61;
}

.page_desc {
  position: relative;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.page_desc .desc_content {
  position: relative;
  z-index: 1;
  width: 700px;
  background: #fff;
  padding: 50px;
}
@media screen and (max-width: 1199px) {
  .page_desc .desc_content {
    width: 63%;
  }
}
@media screen and (max-width: 991px) {
  .page_desc .desc_content {
    width: 100%;
    padding: 50px 50px 0 50px;
  }
}
@media screen and (max-width: 575px) {
  .page_desc .desc_content {
    padding: 30px 20px 0 20px;
  }
}
.page_desc .desc_content h2 {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .page_desc .desc_content h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page_desc .desc_content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .page_desc .desc_content h2 {
    font-size: 2.6rem;
  }
}
.page_desc .desc_content h2 .en {
  letter-spacing: 0.15em;
  margin-right: 5px;
}
.page_desc .desc_content p {
  margin-top: 20px;
  line-height: 1.61;
}
@media screen and (max-width: 767px) {
  .page_desc .desc_content p {
    margin-top: 14px;
  }
}
.page_desc.rplus {
  margin-top: 260px;
}
@media screen and (max-width: 1199px) {
  .page_desc.rplus {
    margin-top: 170px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc.rplus {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page_desc.rplus {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .page_desc.rplus {
    margin-top: 60px;
  }
}
.page_desc.rplus:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 918px;
  height: 540px;
  background: url(../images/rplus_desc_img.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .page_desc.rplus:before {
    width: 60%;
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc.rplus:before {
    display: none;
  }
}
.page_desc.ishin {
  margin-top: 260px;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .page_desc.ishin {
    margin-top: 170px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc.ishin {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page_desc.ishin {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .page_desc.ishin {
    margin-top: 60px;
  }
}
.page_desc.ishin:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 918px;
  height: 540px;
  background: url(../images/ishin_desc_img.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .page_desc.ishin:before {
    width: 60%;
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc.ishin:before {
    display: none;
  }
}
.page_desc .anmin_txt_deco_01 {
  position: absolute;
  top: -72px;
  left: 20px;
}
.page_desc.anmin {
  margin-top: 220px;
}
@media screen and (max-width: 1199px) {
  .page_desc.anmin {
    margin-top: 170px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc.anmin {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page_desc.anmin {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .page_desc.anmin {
    margin-top: 60px;
  }
}
.page_desc.anmin:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 918px;
  height: 540px;
  background: url(../images/anmin_scenery_01.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .page_desc.anmin:before {
    width: 60%;
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc.anmin:before {
    display: none;
  }
}

.feature_box_items {
  width: 33.3%;
  height: 333px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .feature_box_items {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .feature_box_items {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature_box_items a {
  width: 100%;
  height: 100%;
  position: relative;
}
.feature_box_items a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.feature_box_items a .inner h3 {
  font-size: 2rem;
  line-height: 1.41;
  color: #fff;
  font-weight: 300;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .feature_box_items a .inner h3 {
    font-size: 1.6rem;
  }
}
.feature_box_items a .inner h2 {
  font-size: 3rem;
  line-height: 1.41;
  margin-top: 12px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 991px) {
  .feature_box_items a .inner h2 {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
  }
}
.feature_box.anmin .feature_box_items:nth-of-type(1) a {
  background: url(../images/anmin_feature_bg_01.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.feature_box.anmin .feature_box_items:nth-of-type(2) a {
  background: url(../images/anmin_feature_bg_02.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.feature_box.anmin .feature_box_items:nth-of-type(3) a {
  background: url(../images/anmin_feature_bg_03.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.feature_box.rplus .feature_box_items:nth-of-type(1) a {
  background: url(../images/rplus_feture_bg_01.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.feature_box.rplus .feature_box_items:nth-of-type(2) a {
  background: url(../images/rplus_feture_bg_02.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.feature_box.rplus .feature_box_items:nth-of-type(3) a {
  background: url(../images/rplus_feture_bg_03_20221226.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.feature_box.ishin .feature_box_items:nth-of-type(1) a {
  background: url(../images/ishin_feture_bg_01_20221226.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.feature_box.ishin .feature_box_items:nth-of-type(2) a {
  background: url(../images/ishin_feture_bg_02_20221226.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.feature_box.ishin .feature_box_items:nth-of-type(3) a {
  background: url(../images/rplus_feture_bg_03.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.mission {
  position: relative;
  z-index: 1;
  margin-top: 240px !important;
}
@media screen and (max-width: 1199px) {
  .mission {
    margin-top: 190px !important;
  }
}
@media screen and (max-width: 991px) {
  .mission {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mission {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 575px) {
  .mission {
    margin-top: 70px !important;
  }
}
.mission:before {
  content: "";
  width: 80%;
  height: 400px;
  background: #F2E9E0;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .mission:before {
    top: 28px;
  }
}
.mission.ishin:before {
  background: #eaecfc;
}
.mission.rplus:before {
  background: #e5f6e8;
}
.mission_anmin_bg {
  width: 100%;
  max-width: 1630px;
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .mission_anmin_bg {
    top: -90px;
  }
}
@media screen and (max-width: 991px) {
  .mission_anmin_bg {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.mission_anmin_bg figure {
  width: 800px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1299px) {
  .mission_anmin_bg figure {
    width: 655px;
  }
}
@media screen and (max-width: 1199px) {
  .mission_anmin_bg figure {
    width: 620px;
  }
}
@media screen and (max-width: 991px) {
  .mission_anmin_bg figure {
    position: static;
    width: 100%;
    max-width: 768px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mission_anmin_bg figure img {
  width: 100%;
  height: auto;
}
.mission_rplus_bg {
  width: 100%;
  max-width: 1630px;
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .mission_rplus_bg {
    top: -90px;
  }
}
@media screen and (max-width: 991px) {
  .mission_rplus_bg {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.mission_rplus_bg figure {
  width: 800px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1299px) {
  .mission_rplus_bg figure {
    width: 655px;
  }
}
@media screen and (max-width: 1199px) {
  .mission_rplus_bg figure {
    width: 620px;
  }
}
@media screen and (max-width: 991px) {
  .mission_rplus_bg figure {
    position: static;
    width: 100%;
    max-width: 768px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mission_rplus_bg figure img {
  width: 100%;
  height: auto;
}
.mission_ishin_bg {
  width: 100%;
  max-width: 1660px;
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .mission_ishin_bg {
    top: -90px;
  }
}
@media screen and (max-width: 991px) {
  .mission_ishin_bg {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.mission_ishin_bg figure {
  width: 800px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1299px) {
  .mission_ishin_bg figure {
    width: 655px;
  }
}
@media screen and (max-width: 1199px) {
  .mission_ishin_bg figure {
    width: 620px;
  }
}
@media screen and (max-width: 991px) {
  .mission_ishin_bg figure {
    position: static;
    width: 100%;
    max-width: 768px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mission_ishin_bg figure img {
  width: 100%;
  height: auto;
}

.vision {
  position: relative;
  z-index: 1;
  margin-top: 340px !important;
}
@media screen and (max-width: 1299px) {
  .vision {
    margin-top: 220px !important;
  }
}
@media screen and (max-width: 1199px) {
  .vision {
    margin-top: 240px !important;
  }
}
@media screen and (max-width: 991px) {
  .vision {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .vision {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 575px) {
  .vision {
    margin-top: 60px !important;
  }
}
.vision:before {
  content: "";
  width: 60%;
  height: 500px;
  background: #F2E9E0;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1299px) {
  .vision:before {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .vision:before {
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .vision:before {
    top: 30px;
  }
}
.vision:after {
  content: "";
  width: 47%;
  height: 530px;
  background: url(../images/anmin_vision_20221216.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: -44px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1299px) {
  .vision:after {
    height: 445px;
  }
}
@media screen and (max-width: 991px) {
  .vision:after {
    height: 440px;
    width: 85%;
    max-width: 920px;
    top: 375px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .vision:after {
    top: 320px;
    height: 350px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .vision:after {
    top: 235px;
    height: 220px !important;
  }
}

.value {
  position: relative;
  z-index: 1;
  margin-top: 340px !important;
}
@media screen and (max-width: 1299px) {
  .value {
    margin-top: 180px !important;
  }
}
@media screen and (max-width: 991px) {
  .value {
    margin-top: 460px !important;
  }
}
@media screen and (max-width: 575px) {
  .value {
    margin-top: 320px !important;
  }
}
.value:before {
  content: "";
  width: 80%;
  height: 500px;
  background: #F2E9E0;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .value:before {
    top: 30px;
    height: 390px;
  }
}
.value:after {
  content: "";
  width: 50%;
  height: 490px;
  background: url(../images/anmin_value.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: -44px;
  right: 0;
}
@media screen and (max-width: 1299px) {
  .value:after {
    height: 445px;
  }
}
@media screen and (max-width: 991px) {
  .value:after {
    z-index: -1;
    width: 50%;
    height: 290px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .value:after {
    content: "";
    display: inline-block;
    top: auto;
    right: auto;
    position: relative;
    right: 0;
    top: auto;
    width: 85%;
    max-width: 920px;
    height: 350px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: 15%;
  }
}
@media screen and (max-width: 575px) {
  .value:after {
    height: 250px;
  }
}

.mission_txt,
.vision_txt,
.value_txt {
  z-index: 2;
}
.mission_txt h4,
.vision_txt h4,
.value_txt h4 {
  font-size: 12rem;
  color: #bc956a;
  line-height: 1;
  letter-spacing: 0.1em;
}
.mission_txt h4.ishin,
.vision_txt h4.ishin,
.value_txt h4.ishin {
  color: #1c266d;
}
.mission_txt h4.rplus,
.vision_txt h4.rplus,
.value_txt h4.rplus {
  color: #3c6646;
}
@media screen and (max-width: 1299px) {
  .mission_txt h4,
.vision_txt h4,
.value_txt h4 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .mission_txt h4,
.vision_txt h4,
.value_txt h4 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 575px) {
  .mission_txt h4,
.vision_txt h4,
.value_txt h4 {
    font-size: 6rem;
  }
}
.mission_txt h2,
.vision_txt h2,
.value_txt h2 {
  font-size: 3.8rem;
  line-height: 1.41;
  margin-top: 32px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .mission_txt h2,
.vision_txt h2,
.value_txt h2 {
    font-size: 3.4rem;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .mission_txt h2,
.vision_txt h2,
.value_txt h2 {
    font-size: 3rem;
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .mission_txt h2,
.vision_txt h2,
.value_txt h2 {
    font-size: 2.4rem;
  }
}
.mission_txt p,
.vision_txt p,
.value_txt p {
  font-size: 1.8rem;
  line-height: 1.61;
  margin-top: 32px;
}
@media screen and (max-width: 1199px) {
  .mission_txt p,
.vision_txt p,
.value_txt p {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mission_txt p,
.vision_txt p,
.value_txt p {
    font-size: 1.6rem;
    margin-top: 18px;
  }
}
@media screen and (max-width: 575px) {
  .mission_txt p,
.vision_txt p,
.value_txt p {
    font-size: 1.4rem;
  }
}

.mission_txt,
.value_txt {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .mission_txt,
.value_txt {
    width: 100%;
  }
}

.vision_txt {
  width: 600px;
  margin-left: calc(100% - 600px);
}
@media screen and (max-width: 1299px) {
  .vision_txt {
    width: 460px;
    margin-left: calc(100% - 460px);
  }
}
@media screen and (max-width: 991px) {
  .vision_txt {
    width: 100% !important;
    margin: 0 !important;
  }
}

.value_outcome {
  width: calc(100% - 40px);
  max-width: 720px;
  margin: 30px auto 0;
  z-index: 1;
  position: relative;
  text-align: center;
}
.value_outcome_no1 {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .value_outcome_no1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.value_outcome_no1 .items {
  display: inline-block;
  vertical-align: top;
}
.value_outcome_no1 .items:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .value_outcome_no1 .items:not(:first-of-type) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .value_outcome_no1 .items:nth-of-type(1) {
    width: 29%;
  }
  .value_outcome_no1 .items:nth-of-type(2) {
    width: 36%;
  }
  .value_outcome_no1 .items:nth-of-type(3) {
    width: 29%;
  }
}
.value_outcome .value_trophy {
  display: inline-block;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .value_outcome .value_trophy {
    margin-top: 20px;
  }
}
.value_outcome .value_trophy figure {
  display: inline-block;
  width: 250px;
  max-width: 49%;
}
@media screen and (max-width: 767px) {
  .value_outcome .value_trophy figure {
    padding: 0 5px;
  }
}
.value_outcome .value_trophy figure:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .value_outcome .value_trophy figure:not(:first-of-type) {
    margin: 0 !important;
  }
}
.value_outcome .value_house_of_the_year {
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .value_outcome .value_house_of_the_year {
    margin-top: 20px;
  }
}

.value_ishin {
  width: 100%;
  padding: 140px 0 210px;
  background: url(../images/ishin_value_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 340px !important;
}
@media screen and (max-width: 1299px) {
  .value_ishin {
    margin-top: 240px !important;
  }
}
@media screen and (max-width: 1199px) {
  .value_ishin {
    margin-top: 220px !important;
  }
}
@media screen and (max-width: 991px) {
  .value_ishin {
    margin-top: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .value_ishin {
    margin-top: 110px !important;
  }
}
@media screen and (max-width: 575px) {
  .value_ishin {
    padding: 70px 0 105px;
    margin-top: 80px !important;
  }
}
.value_ishin_txt {
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding: 40px 60px;
}
@media screen and (max-width: 575px) {
  .value_ishin_txt {
    padding: 40px 30px 20px;
  }
}
.value_ishin_txt h4 {
  font-size: 12rem;
  color: #1c266d;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: -97px;
}
@media screen and (max-width: 991px) {
  .value_ishin_txt h4 {
    font-size: 10rem;
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .value_ishin_txt h4 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 575px) {
  .value_ishin_txt h4 {
    font-size: 6rem;
    margin-top: -63px;
  }
}
.value_ishin_txt h2 {
  font-size: 3.8rem;
  line-height: 1.41;
  margin-top: 26px;
}
@media screen and (max-width: 991px) {
  .value_ishin_txt h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .value_ishin_txt h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .value_ishin_txt h2 {
    font-size: 2rem;
    margin-top: 18px;
  }
}
.value_ishin_txt p {
  font-size: 1.8rem;
  line-height: 1.61;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .value_ishin_txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .value_ishin_txt p {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

.value_rplus {
  width: 100%;
  padding: 130px 0 280px;
  background: url(../images/rplus_value_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 240px !important;
}
@media screen and (max-width: 1299px) {
  .value_rplus {
    margin-top: 160px !important;
  }
}
@media screen and (max-width: 1199px) {
  .value_rplus {
    padding: 110px 0 180px;
  }
}
@media screen and (max-width: 991px) {
  .value_rplus {
    margin-top: 610px !important;
  }
}
@media screen and (max-width: 767px) {
  .value_rplus {
    margin-top: 490px !important;
  }
}
@media screen and (max-width: 575px) {
  .value_rplus {
    margin-top: 370px !important;
    padding: 80px 0;
  }
}
.value_rplus_txt {
  width: 100%;
  max-width: 800px;
}
.value_rplus_txt h4 {
  font-size: 12rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 1199px) {
  .value_rplus_txt h4 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .value_rplus_txt h4 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .value_rplus_txt h4 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 575px) {
  .value_rplus_txt h4 {
    font-size: 6rem;
  }
}
.value_rplus_txt h2 {
  font-size: 3.8rem;
  line-height: 1.41;
  margin-top: 26px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 1199px) {
  .value_rplus_txt h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 991px) {
  .value_rplus_txt h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .value_rplus_txt h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .value_rplus_txt h2 {
    font-size: 2.3rem;
    margin-top: 16px;
  }
}
.value_rplus_txt p {
  font-size: 1.8rem;
  line-height: 1.61;
  margin-top: 20px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 991px) {
  .value_rplus_txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .value_rplus_txt p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .value_rplus_txt p {
    font-size: 1.3rem;
    margin-top: 14px;
  }
}

.value_rplus_bg {
  width: 100%;
  padding: 140px 0 210px;
  background: url(../images/rplus_value_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 270px !important;
}
@media screen and (max-width: 1299px) {
  .value_rplus_bg {
    margin-top: 140px !important;
  }
}
@media screen and (max-width: 1199px) {
  .value_rplus_bg {
    margin-top: 160px !important;
  }
}
@media screen and (max-width: 991px) {
  .value_rplus_bg {
    margin-top: 600px !important;
  }
}
@media screen and (max-width: 767px) {
  .value_rplus_bg {
    margin-top: 490px !important;
  }
}
@media screen and (max-width: 575px) {
  .value_rplus_bg {
    padding: 70px 0 105px;
    margin-top: 370px !important;
  }
}
.value_rplus_bg_txt {
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding: 40px 60px;
}
@media screen and (max-width: 575px) {
  .value_rplus_bg_txt {
    padding: 40px 30px 20px;
  }
}
.value_rplus_bg_txt h4 {
  font-size: 12rem;
  color: #3c6646;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: -97px;
}
@media screen and (max-width: 991px) {
  .value_rplus_bg_txt h4 {
    font-size: 10rem;
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .value_rplus_bg_txt h4 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 575px) {
  .value_rplus_bg_txt h4 {
    font-size: 6rem;
    margin-top: -63px;
  }
}
.value_rplus_bg_txt h2 {
  font-size: 3.8rem;
  line-height: 1.41;
  margin-top: 26px;
}
@media screen and (max-width: 991px) {
  .value_rplus_bg_txt h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .value_rplus_bg_txt h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .value_rplus_bg_txt h2 {
    font-size: 2rem;
    margin-top: 18px;
  }
}
.value_rplus_bg_txt p {
  font-size: 1.8rem;
  line-height: 1.61;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .value_rplus_bg_txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .value_rplus_bg_txt p {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

.vision_rplus {
  position: relative;
  z-index: 1;
  margin-top: 420px !important;
}
@media screen and (max-width: 1299px) {
  .vision_rplus {
    margin-top: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  .vision_rplus {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .vision_rplus {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 575px) {
  .vision_rplus {
    margin-top: 60px !important;
  }
}
.vision_rplus:before {
  content: "";
  width: 60%;
  height: 500px;
  background: #e5f6e8;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1299px) {
  .vision_rplus:before {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .vision_rplus:before {
    width: 80%;
  }
}
.vision_rplus:after {
  content: "";
  width: 47%;
  height: 530px;
  background: url(../images/rplus_vision_20221228.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: -44px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1299px) {
  .vision_rplus:after {
    height: 445px;
  }
}
@media screen and (max-width: 991px) {
  .vision_rplus:after {
    height: 440px;
    width: 85%;
    max-width: 920px;
    top: 435px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .vision_rplus:after {
    top: 365px;
    height: 350px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .vision_rplus:after {
    top: 300px;
    height: 260px !important;
  }
}

.vision_ishin {
  position: relative;
  z-index: 1;
  margin-top: 360px !important;
  max-width: 1830px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .vision_ishin {
    margin-top: 260px !important;
  }
}
@media screen and (max-width: 991px) {
  .vision_ishin {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .vision_ishin {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 575px) {
  .vision_ishin {
    margin-top: 60px !important;
  }
}
.vision_ishin:before {
  content: "";
  width: 60%;
  height: 500px;
  background: #eaecfc;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1299px) {
  .vision_ishin:before {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .vision_ishin:before {
    width: 80%;
  }
}

.vision_ishin_bg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48%;
  max-width: 880px;
}
@media screen and (max-width: 991px) {
  .vision_ishin_bg {
    position: static;
    width: 100%;
    max-width: 768px;
    -webkit-transform: none;
            transform: none;
    margin: 40px auto 0;
  }
}

.number_ttl {
  font-size: 3.6rem;
  position: relative;
  padding-left: 120px;
  line-height: 1.41;
}
@media screen and (max-width: 991px) {
  .number_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .number_ttl {
    font-size: 3.2rem;
    padding-left: 94px;
  }
}
@media screen and (max-width: 575px) {
  .number_ttl {
    font-size: 2.6rem;
    padding-left: 84px;
  }
}
.number_ttl img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .number_ttl img {
    width: 80px;
  }
}
@media screen and (max-width: 575px) {
  .number_ttl img {
    width: 70px;
  }
}

.mainVisual {
  background: #2d2d2d;
  padding: 200px 0;
}
.mainVisual.initiatives {
  background: url(../images/initiatives-item_01.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.mainVisual.message {
  background: url(../images/message_main_bg_20221214.webp) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.mainVisual.about {
  background: url(../images/about_main_bg_20221226.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.mainVisual.staff {
  background: url(../images/staff_main_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.mainVisual.philosophy {
  background: url(../images/philosophy_main_bg_20221226.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.mainVisual.schedule-reserve {
  background: url(../images/schedule-reserve_main_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .mainVisual.schedule-reserve {
    background-position: 36% 50%;
  }
}
@media screen and (max-width: 991px) {
  .mainVisual {
    padding: 160px 0;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual {
    padding: 120px 0;
  }
}
@media screen and (max-width: 575px) {
  .mainVisual {
    padding: 100px 0;
  }
}
.mainVisual h2 {
  font-size: 5.6rem;
  color: #fff;
  line-height: 1.41;
}
@media screen and (max-width: 991px) {
  .mainVisual h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 575px) {
  .mainVisual h2 {
    font-size: 3.2rem;
  }
}
.mainVisual p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.41;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .mainVisual p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .mainVisual p {
    font-size: 1.4rem;
  }
}
.mainVisual.message p {
  margin-left: 14px;
}

.mainVisual_sub {
  background: #2d2d2d;
  padding: 140px 0 100px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .mainVisual_sub {
    padding: 115px 0 80px;
  }
}
.mainVisual_sub h2 {
  font-size: 4.6rem;
  color: #fff;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .mainVisual_sub h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 575px) {
  .mainVisual_sub h2 {
    font-size: 3rem;
  }
}
.mainVisual_sub p {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.41;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainVisual_sub p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .mainVisual_sub p {
    font-size: 1.4rem;
  }
}
.mainVisual_sub p:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .mainVisual_sub p:before {
    bottom: -20px;
    width: 40px;
  }
}

.message_greeting {
  position: relative;
  height: 540px;
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .message_greeting {
    height: auto;
    min-height: 375px;
  }
}
@media screen and (max-width: 991px) {
  .message_greeting {
    width: calc(100% - 60px);
    max-width: 768px;
    height: auto;
  }
}
.message_greeting figure {
  width: 920px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1299px) {
  .message_greeting figure {
    width: 640px;
  }
}
@media screen and (max-width: 991px) {
  .message_greeting figure {
    position: static;
    width: 100%;
  }
}
.message_greeting_txt {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  width: 80%;
}
@media screen and (max-width: 1299px) {
  .message_greeting_txt {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .message_greeting_txt {
    padding: 0 40px !important;
    margin: 30px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .message_greeting_txt {
    padding: 0 !important;
  }
}
.message_greeting_txt h3 {
  font-size: 6.2rem;
  line-height: 1.21;
}
@media screen and (max-width: 1600px) {
  .message_greeting_txt h3 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 1400px) {
  .message_greeting_txt h3 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1299px) {
  .message_greeting_txt h3 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 1199px) {
  .message_greeting_txt h3 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 991px) {
  .message_greeting_txt h3 {
    line-height: 1.61;
  }
}
@media screen and (max-width: 767px) {
  .message_greeting_txt h3 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .message_greeting_txt h3 {
    font-size: 1.8rem;
  }
}
.message_greeting_txt h3 .bg {
  display: inline-block;
  background: #fff;
  padding: 6px 10px 6px 0;
}
@media screen and (max-width: 991px) {
  .message_greeting_txt h3 .bg {
    padding: 0;
  }
}
.message_greeting_txt h3 .bg:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .message_greeting_txt h3 .bg:not(:first-of-type) {
    margin-top: 0;
  }
}
.message_greeting_txt p {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1.41;
  margin-top: 60px;
}
@media screen and (max-width: 1299px) {
  .message_greeting_txt p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .message_greeting_txt p {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message_greeting_txt p {
    font-size: 1.4rem;
  }
}
.message_greeting_txt p .lg {
  font-size: 2.8rem;
  margin-left: 14px;
}
@media screen and (max-width: 991px) {
  .message_greeting_txt p .lg {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .message_greeting_txt p .lg {
    font-size: 2rem;
  }
}

.message_content {
  position: relative;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.message_content:before {
  content: "";
  position: absolute;
  top: 110px;
  right: 0;
  width: 70%;
  height: 670px;
  background: #fdfddd;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .message_content:before {
    height: 580px;
  }
}
@media screen and (max-width: 991px) {
  .message_content:before {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .message_content:before {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .message_content:before {
    height: 400px;
  }
}
.message_content_txt {
  width: 100%;
  max-width: 560px;
  margin-left: calc(100% - 560px);
  margin-bottom: 100px;
}
@media screen and (max-width: 1299px) {
  .message_content_txt {
    max-width: 410px;
    margin-left: calc(100% - 410px);
  }
}
@media screen and (max-width: 1199px) {
  .message_content_txt {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  .message_content_txt {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .message_content_txt {
    margin-bottom: 30px;
  }
}
.message_content_txt h3 {
  font-size: 4rem;
  color: #bc956a;
  line-height: 1.31;
  padding-top: 26px;
}
@media screen and (max-width: 1299px) {
  .message_content_txt h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  .message_content_txt h3 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .message_content_txt h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .message_content_txt h3 {
    font-size: 2.2rem;
  }
}
.message_content_txt p {
  font-size: 1.8rem;
  line-height: 1.61;
  margin-top: 24px;
}
@media screen and (max-width: 575px) {
  .message_content_txt p {
    font-size: 1.6rem;
  }
}
.message_content .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 51%;
}
@media screen and (max-width: 991px) {
  .message_content .main_bg {
    position: static;
    width: 70%;
  }
}
.message_content .sub_bg {
  width: 540px;
  margin-left: calc(100% - 480px);
}
@media screen and (max-width: 1800px) {
  .message_content .sub_bg {
    margin-left: calc(100% - 540px);
  }
}
@media screen and (max-width: 1700px) {
  .message_content .sub_bg {
    margin-left: calc(100% - 410px);
    width: 410px;
  }
}
@media screen and (max-width: 1299px) {
  .message_content .sub_bg {
    max-width: 410px;
  }
}
@media screen and (max-width: 1199px) {
  .message_content .sub_bg {
    max-width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .message_content .sub_bg {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .message_content .sub_bg {
    bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .message_content .sub_bg {
    bottom: 20px;
  }
}
.message_content.reverse:before {
  left: 0;
  right: auto;
}
.message_content.reverse .message_content_txt {
  margin-left: 0;
}
.message_content.reverse .main_bg {
  left: auto;
  right: 0;
}
@media screen and (max-width: 991px) {
  .message_content.reverse .main_bg {
    margin-left: 30%;
  }
}
.message_content.reverse .sub_bg {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .message_content.reverse .sub_bg {
    right: auto;
    left: 0;
  }
}

.message_movie {
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -230px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .message_movie {
    margin-top: -8%;
  }
}
@media screen and (max-width: 1660px) {
  .message_movie {
    margin-top: -8%;
  }
}
@media screen and (max-width: 1560px) {
  .message_movie {
    margin-top: -12%;
  }
}
@media screen and (max-width: 1460px) {
  .message_movie {
    margin-top: -14%;
  }
}
@media screen and (max-width: 1360px) {
  .message_movie {
    margin-top: -20%;
  }
}
@media screen and (max-width: 1260px) {
  .message_movie {
    margin-top: -24%;
  }
}
@media screen and (max-width: 991px) {
  .message_movie {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .message_movie {
    margin-top: 40px;
  }
}

.message_episode h2 {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.41;
}
@media screen and (max-width: 1299px) {
  .message_episode h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .message_episode h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .message_episode h2 {
    font-size: 2rem;
  }
}
.message_episode_movie {
  text-align: center;
}

.bnr_mb {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .bnr_mb {
    margin-bottom: 30px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  padding-top: 20px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  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;
}
.swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide a p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  top: -20px;
  left: 10px;
  text-shadow: 0 0 5px #fff;
}
.swiper-slide a p .sm {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next {
  width: 42px !important;
  height: 16px !important;
  bottom: -40px !important;
  right: 0 !important;
  top: auto !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    bottom: -30px !important;
  }
}
.swiper-button-next:after {
  content: "" !important;
  width: 100%;
  height: 100%;
  background: url(../images/staff_arrow.webp) no-repeat;
  background-size: contain;
}

.swiper-button-prev {
  width: 42px !important;
  height: 16px !important;
  bottom: -40px !important;
  right: 65px !important;
  left: auto !important;
  top: auto !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    bottom: -30px !important;
    right: 60px !important;
  }
}
.swiper-button-prev:after {
  content: "" !important;
  width: 100%;
  height: 100%;
  background: url(../images/staff_arrow.webp) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.initiatives_land {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.initiatives_sdgs {
  background: #F6F6F4;
}

.sdgs_items h2 {
  font-size: 3.2rem;
  line-height: 1.41;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .sdgs_items h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sdgs_items h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .sdgs_items h2 {
    font-size: 2rem;
  }
}
.sdgs_items h2.grn {
  color: #00943e;
}
.sdgs_items h2.yel {
  color: #fabd00;
}
@media screen and (max-width: 767px) {
  .sdgs_items_content {
    display: block;
  }
}
.sdgs_items_content figure {
  width: 238px;
}
@media screen and (max-width: 767px) {
  .sdgs_items_content figure {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 575px) {
  .sdgs_items_content figure {
    width: 180px;
  }
}
.sdgs_items_content_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .sdgs_items_content_txt {
    margin-left: 0;
  }
}
.sdgs_items_content_txt p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.61;
}
@media screen and (max-width: 767px) {
  .sdgs_items_content_txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .sdgs_items_content_txt p {
    font-size: 1.4rem;
  }
}
.sdgs_items_content_txt ul {
  margin-top: 12px;
}
.sdgs_items_content_txt ul li {
  padding-left: 1.3em;
  position: relative;
  line-height: 1.41;
}
@media screen and (max-width: 575px) {
  .sdgs_items_content_txt ul li {
    font-size: 1.3rem;
  }
}
.sdgs_items_content_txt ul li:not(:first-of-type) {
  margin-top: 6px;
}
.sdgs_items_content_txt ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.sdgs_items_content_txt ul.grn li:before {
  color: #00943e;
}
.sdgs_items_content_txt ul.yel li:before {
  color: #fabd00;
}

.attempt_ttl {
  background: url(../images/initiatives-item_07.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.attempt_ttl h2 {
  color: #fff;
  font-weight: 600;
}
.attempt_ttl p {
  color: #fff;
}

.attempt_content_items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .attempt_content_items {
    display: block;
  }
}
.attempt_content_items:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.attempt_content_items:nth-of-type(odd) .attempt_content_items_txt {
  margin-right: 60px;
}
@media screen and (max-width: 1299px) {
  .attempt_content_items:nth-of-type(odd) .attempt_content_items_txt {
    margin-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .attempt_content_items:nth-of-type(odd) .attempt_content_items_txt {
    margin-right: 0;
  }
}
.attempt_content_items:nth-of-type(even) .attempt_content_items_txt {
  margin-left: 60px;
}
@media screen and (max-width: 1199px) {
  .attempt_content_items:nth-of-type(even) .attempt_content_items_txt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .attempt_content_items:nth-of-type(even) .attempt_content_items_txt {
    margin-left: 0;
  }
}
.attempt_content_items figure {
  width: 599px;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .attempt_content_items figure {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.attempt_content_items_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.attempt_content_items_txt h3 {
  font-size: 3.2rem;
  position: relative;
  line-height: 1.41;
  padding-left: 80px;
}
@media screen and (max-width: 1299px) {
  .attempt_content_items_txt h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .attempt_content_items_txt h3 {
    font-size: 2.6rem;
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .attempt_content_items_txt h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .attempt_content_items_txt h3 {
    font-size: 2rem;
    padding-left: 60px;
  }
}
.attempt_content_items_txt h3 .num {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 6rem;
  color: #7bb3aa;
}
@media screen and (max-width: 991px) {
  .attempt_content_items_txt h3 .num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .attempt_content_items_txt h3 .num {
    font-size: 4rem;
  }
}
.attempt_content_items_txt h5 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.61;
}
@media screen and (max-width: 767px) {
  .attempt_content_items_txt h5 {
    font-size: 1.6rem;
  }
}

#hbg_btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 62px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 991px) {
  #hbg_btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #hbg_btn {
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    height: 60px;
  }
}
#hbg_btn .line {
  width: 17px;
  height: 2px;
  border-radius: 10px;
  background: #000;
  position: absolute;
}
#hbg_btn .line.bar_01 {
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #hbg_btn .line.bar_01 {
    top: 21px;
  }
}
#hbg_btn .line.bar_02 {
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #hbg_btn .line.bar_02 {
    top: 29px;
  }
}
#hbg_btn .line.bar_03 {
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #hbg_btn .line.bar_03 {
    top: 37px;
  }
}
#hbg_btn .line_txt {
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  width: 34px;
}

.hbg_menu {
  position: fixed;
  top: 0;
  right: -380px;
  width: 300px;
  height: 100vh;
  background: #2d2d2d;
  z-index: 1001;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hbg_menu.active {
  right: 0;
}
.hbg_menu .menu_content {
  overflow-y: auto;
  height: 100vh;
  padding: 30px;
}
.hbg_menu .menu_parent {
  margin-top: 20px;
}
.hbg_menu .menu_parent li {
  padding-left: 20px;
  position: relative;
}
.hbg_menu .menu_parent li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #fff;
}
.hbg_menu .menu_parent li a {
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 0;
}
.hbg_menu .menu_bnr {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.hbg_menu .menu_bnr li:not(:first-of-type) {
  margin-top: 10px;
}
.hbg_menu .menu_bnr li:nth-of-type(1) a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: url(../images/icon_home.png) no-repeat;
  background-size: contain;
}
.hbg_menu .menu_bnr li:nth-of-type(2) a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: url(../images/icon_book.png) no-repeat;
  background-size: contain;
}
.hbg_menu .menu_bnr li a {
  background: #009b35;
  color: #fff;
  padding: 12px 20px 12px 50px;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.hbg_menu .menu_bnr li a:hover {
  background: #000;
}
.hbg_menu .hbg_close {
  position: absolute;
  top: 0;
  right: 300px;
  width: 62px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hbg_menu .hbg_close {
    height: 60px;
  }
}
.hbg_menu .hbg_close .line {
  width: 17px;
  height: 2px;
  border-radius: 10px;
  background: #000;
  position: absolute;
}
.hbg_menu .hbg_close .line.bar_01 {
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .hbg_menu .hbg_close .line.bar_01 {
    top: 30px;
  }
}
.hbg_menu .hbg_close .line.bar_02 {
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .hbg_menu .hbg_close .line.bar_02 {
    top: 30px;
  }
}
.hbg_menu .hbg_close .line_txt {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  width: 38px;
}

.hbg_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hbg_overlay.active {
  z-index: 1000;
  opacity: 1;
}

.brand_bnr .anmin a {
  background: url(../images/hum_amin_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 12px;
  display: block;
  text-align: center;
}
.brand_bnr .anmin a p {
  font-size: 1.1rem;
  color: #fff;
}
.brand_bnr .anmin a img {
  width: 140px;
  margin-top: 4px;
}
.brand_bnr .ishin {
  margin-top: 10px;
}
.brand_bnr .ishin a {
  background: url(../images/hum_ishin_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 12px;
  display: block;
  text-align: center;
}
.brand_bnr .ishin a p {
  font-size: 1.1rem;
  color: #fff;
}
.brand_bnr .ishin a img {
  width: 140px;
  margin-top: 4px;
}
.brand_bnr .rplus {
  margin-top: 10px;
}
.brand_bnr .rplus a {
  background: url(../images/hum_rplus_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 12px;
  display: block;
  text-align: center;
}
.brand_bnr .rplus a p {
  font-size: 1.1rem;
  color: #fff;
}
.brand_bnr .rplus a img {
  width: 140px;
  margin-top: 4px;
}

.staff_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.staff_tab ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 5px 5px;
  text-align: center;
}
.staff_tab ul li span {
  cursor: pointer;
  border: 1px solid #000;
  display: block;
  padding: 10px 20px;
  font-weight: 600;
}
.staff_tab ul li span:hover, .staff_tab ul li span.current {
  background: #000;
  color: #fff;
}

.staff_name {
  text-align: center;
}
.staff_name > span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .staff_name > span {
    font-size: 1.4rem;
  }
}
.staff_name h2 {
  font-size: 3.6rem;
  line-height: 1.41;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .staff_name h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .staff_name h2 {
    font-size: 2.8rem;
  }
}
.staff_name h2 span {
  font-size: 1.3rem;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .staff_name h2 span {
    font-size: 1.2rem;
  }
}

.staff_introduction_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #EFEFEF;
}
@media screen and (max-width: 991px) {
  .staff_introduction_content {
    display: block;
    border: none;
  }
}
.staff_introduction_content .staff_img {
  width: 100%;
  max-width: 430px;
}
@media screen and (max-width: 991px) {
  .staff_introduction_content .staff_img {
    margin: 0 auto;
  }
}
.staff_introduction_content .introduction_text {
  width: calc(100% - 430px);
  max-width: 100%;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1299px) {
  .staff_introduction_content .introduction_text {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .staff_introduction_content .introduction_text {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .staff_introduction_content .introduction_text {
    padding: 0 20px;
    margin-top: 20px;
  }
}
.staff_introduction_content .introduction_text table {
  width: 48%;
  border-collapse: collapse;
  margin-right: 4%;
  vertical-align: top;
}
.staff_introduction_content .introduction_text table:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1299px) {
  .staff_introduction_content .introduction_text table {
    width: 100%;
    margin: 0;
  }
  .staff_introduction_content .introduction_text table:last-child {
    margin-top: 10px;
  }
}
.staff_introduction_content .introduction_text table tr {
  border-bottom: 1px solid #EFEFEF;
}
.staff_introduction_content .introduction_text table tr:first-of-type th {
  padding-top: 0;
}
.staff_introduction_content .introduction_text table th, .staff_introduction_content .introduction_text table td {
  text-align: left;
  font-weight: 400;
  width: 100%;
  display: block;
}
.staff_introduction_content .introduction_text table th {
  font-weight: 700;
  padding: 10px 0 2px;
}
.staff_introduction_content .introduction_text table td {
  padding: 0 0 10px;
}
.staff_introduction_content .introduction_text table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.staff_introduction_content .introduction_text table ul li {
  position: relative;
  font-weight: 400;
  line-height: 1.41;
  padding-bottom: 3px;
  padding-left: 1em;
  font-size: 1.5rem;
}
.staff_introduction_content .introduction_text table ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.staff_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff_message .items {
  width: 33.3%;
  border-right: 1px solid #efefef;
  padding: 0 40px;
}
.staff_message .items:last-child {
  border: none;
}
.staff_message .items h3 {
  font-size: 2.2rem;
  margin: 0 0 7px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .staff_message {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .staff_message {
    display: block;
    margin: 0;
    padding: 20px;
    background: #f3f3f3;
  }
}
@media screen and (max-width: 991px) {
  .staff_message .items {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .staff_message .items {
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  .staff_message .items:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .staff_message .items:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .staff_message .items h3 {
    font-size: 1.8rem;
  }
}
.staff_youtube_02 {
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
}
.staff_youtube_02 .youtube_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.staff_youtube_02 .youtube_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.staff_youtube {
  text-align: center;
}

.page_btn_two {
  margin: 0 auto;
  text-align: center;
}
.page_btn_two .link_items {
  display: inline-block;
  padding: 0 10px;
}
.page_btn_two .link_items a {
  display: block;
  min-width: 350px;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #000;
  padding: 18px;
}
.page_btn_two .link_items a:hover {
  background: #000;
  color: #fff;
}

.link_btn_center_simple {
  width: 100%;
  text-align: center;
}
.link_btn_center_simple a {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 16px 50px;
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  position: relative;
}
.link_btn_center_simple a:hover {
  background: #000;
  color: #fff;
}
.link_btn_center_simple a:hover .link_arrow {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .link_btn_center_simple a {
    padding: 12px 30px;
  }
}
.staff-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.staff-list__content .staff-list__items {
  width: 25%;
  padding: 0 15px;
}
.staff-list__content .staff-list__items:nth-of-type(n + 5) {
  margin-top: 30px;
}
.staff-list__content .staff-list__items .img__area {
  width: 100%;
  margin-bottom: 20px;
}
.staff-list__content .staff-list__items p.staff__name {
  font-size: 2rem;
  text-align: center;
  margin: 0;
  font-weight: 700;
}
.staff-list__content .staff-list__items .btn__area {
  margin-top: 12px;
  text-align: center;
}
.staff-list__content .staff-list__items .btn__area .blog__btn, .staff-list__content .staff-list__items .btn__area .detail__btn {
  text-align: center;
}
.staff-list__content .staff-list__items .btn__area .blog__btn {
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
.staff-list__content .staff-list__items .btn__area .blog__btn:hover {
  background: #000;
}
.staff-list__content .staff-list__items .btn__area .detail__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.staff-list__content .staff-list__items .btn__area .detail__btn a {
  border: 1px solid #bc956a;
  border-radius: 50px;
  color: #bc956a;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 8px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.staff-list__content .staff-list__items .btn__area .detail__btn a:hover {
  background: #bc956a;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .staff-list__content .staff-list__items {
    width: 33.3%;
  }
  .staff-list__content .staff-list__items:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .staff-list__content .staff-list__items {
    width: 50%;
  }
  .staff-list__content .staff-list__items:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staff-list__content .staff-list__items p.staff__name {
    font-size: 1.7rem;
  }
}
.l-blog_main {
  width: calc(100% - 360px);
}
@media screen and (max-width: 1199px) {
  .l-blog_main {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 991px) {
  .l-blog_main {
    width: 100%;
    margin: 0 0 30px;
  }
}

.l-sidebar {
  width: 300px;
  background: #f6f6f4;
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  .l-sidebar {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
  .l-sidebar {
    width: 100%;
  }
}

.staffblog_member {
  padding: 20px;
  border: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .staffblog_member {
    padding: 10px;
  }
}
.staffblog_member figure {
  width: 140px;
}
@media screen and (max-width: 575px) {
  .staffblog_member figure {
    width: 100px;
  }
}
.staffblog_member p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .staffblog_member p {
    margin-left: 15px;
  }
}
.staffblog_member p span {
  font-size: 1.6rem;
  font-family: "lato", serif;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .staffblog_member p span {
    font-size: 1.4rem;
  }
}
.staffblog_member p a {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 575px) {
  .staffblog_member p a {
    font-size: 1.6rem;
  }
}

.single_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_category .day {
  font-size: 1.4rem;
  margin-right: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single_category .day {
    font-size: 1.2rem;
  }
}
.single_category .cate {
  font-size: 1.2rem;
  padding: 3px 12px 3px;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single_category .cate {
    font-size: 1.1rem;
  }
}

.single_ttl {
  font-size: 2.8rem;
  margin: 6px 0 0;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .single_ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single_ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .single_ttl {
    font-size: 2rem;
  }
}

.single_content {
  margin: 26px 0 0;
}
@media screen and (max-width: 767px) {
  .single_content {
    margin-top: 18px;
  }
}
.single_content h2 {
  font-size: 2.8rem;
  margin: 60px 0 18px;
  border-bottom: 3px solid #000;
  padding-bottom: 6px;
  line-height: 1.41;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .single_content h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single_content h2 {
    font-size: 2rem;
  }
}
.single_content h3 {
  font-size: 2.4rem;
  margin: 50px 0 18px;
  border-left: 3px solid #000;
  padding-left: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .single_content h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .single_content h3 {
    font-size: 1.9rem;
  }
}
.single_content h4 {
  font-size: 2.4rem;
  margin: 32px 0 18px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .single_content h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .single_content h4 {
    font-size: 1.9rem;
  }
}
.single_content h5 {
  font-size: 2rem;
  margin: 32px 0 18px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .single_content h5 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .single_content h5 {
    font-size: 1.7rem;
  }
}
.single_content h6 {
  font-size: 1.6rem;
  margin: 32px 0 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single_content h6 {
    font-size: 1.4rem;
  }
}
.single_content ul {
  background: #f6f6f4;
  padding: 20px 30px;
  border-radius: 10px;
  margin: 26px 0;
}
@media screen and (max-width: 767px) {
  .single_content ul {
    padding: 20px 20px;
  }
}
.single_content ul li {
  font-weight: 700;
  line-height: 1.41;
  position: relative;
  padding-left: 1.2em;
}
.single_content ul li:not(:first-of-type) {
  margin-top: 6px;
}
.single_content ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.single_content ol {
  background: #f6f6f4;
  padding: 20px 30px 20px 50px;
  border-radius: 10px;
  margin: 26px 0;
}
@media screen and (max-width: 767px) {
  .single_content ol {
    padding: 20px 20px 20px 40px;
  }
}
.single_content ol li {
  font-weight: 700;
  line-height: 1.41;
}
.single_content ol li:not(:first-of-type) {
  margin-top: 6px;
}
.single_content p {
  margin: 26px 0;
}
.single_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0;
}
.single_content table tr th, .single_content table tr td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: left;
  padding: 20px;
}
.single_content table tr th strong, .single_content table tr td strong {
  font-weight: 700;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.single__pager {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 36px auto 0;
}
.single__pager .prev__btn {
  float: left;
}
.single__pager .prev__btn a {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  font-weight: 700;
}
.single__pager .prev__btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .single__pager .prev__btn a:before {
    right: 18px;
  }
}
.single__pager .prev__btn a:hover {
  color: #bc956a;
}
.single__pager .prev__btn a:hover:before {
  border-top: 2px solid #bc956a;
  border-right: 2px solid #bc956a;
}
.single__pager .next__btn {
  float: right;
}
.single__pager .next__btn a {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  font-weight: 700;
}
.single__pager .next__btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .single__pager .next__btn a:before {
    right: 18px;
  }
}
.single__pager .next__btn a:hover {
  color: #D0AF52;
}
.single__pager .next__btn a:hover:before {
  border-top: 2px solid #D0AF52;
  border-right: 2px solid #D0AF52;
}

.single__side-items:not(:first-of-type) {
  margin-top: 30px;
}
.single__side-items h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.41;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .single__side-items h3 {
    font-size: 1.6rem;
  }
}
.single__side-items ul li {
  padding-left: 16px;
  position: relative;
}
.single__side-items ul li:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 0;
}
.single__side-items ul li:not(:first-of-type) {
  margin-top: 4px;
}
.single__side-items ul li a {
  line-height: 1.41;
}
.single__side-items ul li a:hover {
  color: #D0AF52;
}

.archive_content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575px) {
  .archive_content article {
    display: block;
  }
}
.archive_content article:not(:first-of-type) {
  margin-top: 50px;
  border-top: 1px solid #f6f6f4;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .archive_content article:not(:first-of-type) {
    margin-top: 25px;
    padding-top: 30px;
  }
}
.archive_content article .archive_img {
  width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .archive_content article .archive_img {
    width: 250px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .archive_content article .archive_img {
    width: 200px;
    height: 130px;
  }
}
@media screen and (max-width: 575px) {
  .archive_content article .archive_img {
    width: 90%;
    max-width: 300px;
    height: 200px;
    margin: 0 auto 20px;
  }
}
.archive_content article .archive_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.archive_content article .archive_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .archive_content article .archive_txt {
    margin-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .archive_content article .archive_txt {
    margin: 0;
  }
}
.archive_content article .archive_txt .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive_content article .archive_txt .cate .day {
  font-size: 1.4rem;
  margin-right: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .archive_content article .archive_txt .cate .day {
    font-size: 1.2rem;
  }
}
.archive_content article .archive_txt .cate .cate {
  font-size: 1.2rem;
  padding: 3px 12px 3px;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .archive_content article .archive_txt .cate .cate {
    font-size: 1.1rem;
  }
}
.archive_content article .archive_txt h2 {
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  .archive_content article .archive_txt h2 {
    margin-top: 6px;
  }
}
.archive_content article .archive_txt h2 a {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.41;
}
@media screen and (max-width: 1199px) {
  .archive_content article .archive_txt h2 a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .archive_content article .archive_txt h2 a {
    font-size: 1.8rem;
  }
}
.archive_content article .archive_txt h2 a:hover {
  color: #bc956a;
}
.archive_content article .archive_txt p {
  margin-top: 8px;
}
@media screen and (max-width: 1199px) {
  .archive_content article .archive_txt p {
    margin-top: 4px;
  }
}

.wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}
.wp-pagenavi a {
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 14px;
  border: 1px solid #000;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi a {
    font-size: 1.4rem;
  }
}
.wp-pagenavi a:hover {
  background: #000;
  color: #fff;
}
.wp-pagenavi .current {
  font-size: 1.6rem;
  line-height: 1;
  padding: 8px 14px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .current {
    font-size: 1.4rem;
    padding: 7px 14px;
  }
}
.wp-pagenavi .extend {
  border: none;
}

.privacy_block {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .privacy_block {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .privacy_block {
    margin-top: 24px;
  }
}
.privacy_block h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .privacy_block h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy_block h4 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  .privacy_block h4 {
    font-size: 1.6rem;
  }
}
.philosophy_desc {
  position: relative;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .philosophy_desc {
    max-width: 768px;
  }
}
.philosophy_desc figure {
  position: absolute;
  width: 920px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1700px) {
  .philosophy_desc figure {
    max-width: 53%;
  }
}
@media screen and (max-width: 1299px) {
  .philosophy_desc figure {
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .philosophy_desc figure {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}
.philosophy_desc_txt {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  .philosophy_desc_txt {
    width: 46%;
  }
}
@media screen and (max-width: 991px) {
  .philosophy_desc_txt {
    width: 100%;
    max-width: 525px;
    margin: 30px auto 0;
  }
}
.philosophy_desc_txt h4 {
  font-size: 6rem;
  line-height: 1.41;
}
@media screen and (max-width: 1299px) {
  .philosophy_desc_txt h4 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 991px) {
  .philosophy_desc_txt h4 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_desc_txt h4 {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_desc_txt h4 {
    font-size: 3rem;
  }
}
.philosophy_desc_txt p {
  font-size: 2.4rem;
  line-height: 1.61;
  margin-top: 40px;
  text-shadow: 0 0 3px #fff;
}
@media screen and (max-width: 1299px) {
  .philosophy_desc_txt p {
    font-size: 1.9rem;
    margin-top: 26px;
  }
}
@media screen and (max-width: 991px) {
  .philosophy_desc_txt p {
    margin-top: 18px;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_desc_txt p {
    font-size: 1.6rem;
  }
}
.philosophy_desc_txt p .lg {
  font-size: 3rem;
  line-height: 1.41;
}
@media screen and (max-width: 1299px) {
  .philosophy_desc_txt p .lg {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_desc_txt p .lg {
    font-size: 2rem;
  }
}

.philosophy_desc_sec {
  position: relative;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
@media screen and (max-width: 1199px) {
  .philosophy_desc_sec {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_desc_sec {
    margin-top: 30px;
  }
}
.philosophy_desc_sec figure {
  position: absolute;
  width: 742px;
  max-width: 42%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .philosophy_desc_sec figure {
    position: static;
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_desc_sec figure {
    max-width: 80%;
  }
}
.philosophy_desc_sec_txt {
  position: relative;
  z-index: 1;
  width: 56%;
  margin-left: 44%;
}
@media screen and (max-width: 991px) {
  .philosophy_desc_sec_txt {
    width: 100%;
    max-width: 525px;
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_desc_sec_txt {
    margin-top: 30px;
  }
}
.philosophy_desc_sec_txt h4 {
  font-size: 3.6rem;
  color: #bc956a;
  line-height: 1.41;
  margin-top: 30px;
}
@media screen and (max-width: 1299px) {
  .philosophy_desc_sec_txt h4 {
    font-size: 2.8rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_desc_sec_txt h4 {
    font-size: 2rem;
    margin-top: 12px;
  }
}
.philosophy_desc_sec_txt p {
  font-size: 2.4rem;
  line-height: 1.61;
}
@media screen and (max-width: 1299px) {
  .philosophy_desc_sec_txt p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_desc_sec_txt p {
    font-size: 1.6rem;
  }
}

.philosophy_mission_mt {
  margin-top: 200px;
}
@media screen and (max-width: 1299px) {
  .philosophy_mission_mt {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_mission_mt {
    margin-top: 140px;
  }
}
@media screen and (max-width: 991px) {
  .philosophy_mission_mt {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_mission_mt {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_mission_mt {
    margin-top: 60px;
  }
}

.philosophy_mission {
  background: #f2eae1;
  position: relative;
}

.philosophy_mission_01 {
  position: relative;
  max-width: 1930px;
  margin-left: auto;
  margin-right: auto;
}
.philosophy_mission_01:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 600px;
  background: #fff;
}
.philosophy_mission_01 > figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  max-width: 920px;
}
@media screen and (max-width: 1299px) {
  .philosophy_mission_01 > figure {
    opacity: 0.5;
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .philosophy_mission_01 > figure {
    position: relative;
    width: calc(100% - 40px);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    opacity: 1;
    z-index: 1;
  }
}
.philosophy_mission_01_txt {
  position: relative;
  z-index: 1;
}

.philosophy_mission_02 {
  position: relative;
  background: #fff;
}
.philosophy_mission_02:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 600px;
  background: #f2eae1;
}
.philosophy_mission_02.last:before {
  content: "";
  height: 660px;
  bottom: -60px;
}
@media screen and (max-width: 991px) {
  .philosophy_mission_02.last:before {
    height: 630px;
    bottom: -30px;
  }
}
.philosophy_mission_02 > figure {
  position: absolute;
  top: 75px;
  left: 0;
  width: 48%;
  max-width: 920px;
}
@media screen and (max-width: 1299px) {
  .philosophy_mission_02 > figure {
    opacity: 0.5;
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .philosophy_mission_02 > figure {
    position: static;
    width: calc(100% - 40px);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    opacity: 1;
  }
}
.philosophy_mission_02_txt {
  position: relative;
  z-index: 1;
}

.mission_items {
  width: 640px;
}
@media screen and (max-width: 1299px) {
  .mission_items {
    width: 470px;
  }
}
@media screen and (max-width: 991px) {
  .mission_items {
    width: 100%;
    max-width: 525px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.mission_items.even {
  margin-left: calc(100% - 640px);
}
@media screen and (max-width: 1299px) {
  .mission_items.even {
    margin-left: calc(100% - 470px);
  }
}
@media screen and (max-width: 991px) {
  .mission_items.even {
    margin-left: 0;
  }
}
.mission_items figure {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .mission_items figure {
    width: 120px;
  }
}
@media screen and (max-width: 575px) {
  .mission_items figure {
    width: 100px;
  }
}
.mission_items h2 {
  font-size: 5rem;
  line-height: 1.41;
}
@media screen and (max-width: 1299px) {
  .mission_items h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 991px) {
  .mission_items h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mission_items h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .mission_items h2 {
    font-size: 2.6rem;
  }
}
.mission_items p {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.61;
}
@media screen and (max-width: 767px) {
  .mission_items p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .mission_items p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .mission_block_img {
    position: static;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.philosophy_vision {
  background: url(../images/philosophy_vision_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.philosophy_vision_txt > p {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  line-height: 1.61;
}
@media screen and (max-width: 991px) {
  .philosophy_vision_txt > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_vision_txt > p {
    font-size: 1.4rem;
  }
}
.philosophy_vision_txt h2 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.41;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .philosophy_vision_txt h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_vision_txt h2 {
    font-size: 2.4rem;
  }
}
.philosophy_vision_txt h3 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.41;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .philosophy_vision_txt h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_vision_txt h3 {
    font-size: 2rem;
  }
}
.philosophy_vision_txt h3 .sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .philosophy_vision_txt h3 .sm {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_vision_txt h3 .sm {
    font-size: 1.4rem;
  }
}
.philosophy_vision_txt .line {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 20px;
}
@media screen and (max-width: 575px) {
  .philosophy_vision_txt .line {
    padding: 20px;
  }
}
.philosophy_vision_txt .line p {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  line-height: 1.41;
}
@media screen and (max-width: 991px) {
  .philosophy_vision_txt .line p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .philosophy_vision_txt .line p {
    font-size: 1.8rem;
  }
}

.house_select.ishin:before {
  background: #eaecfc !important;
}
.house_select.rplus:before {
  background: #e5f6e8 !important;
}

.house_select_content_txt .btn.ishin .brand {
  background: #1c266d;
  border: 1px solid #1c266d;
}
.house_select_content_txt .btn.ishin .brand:before {
  background: #1c266d;
}
.house_select_content_txt .btn.ishin .brand:hover {
  background: #fff;
  color: #1c266d;
}
.house_select_content_txt .btn.ishin .brand_tb {
  border: 1px solid #1c266d;
  color: #1c266d;
}
.house_select_content_txt .btn.ishin .brand_tb:before {
  background: #1c266d;
}
.house_select_content_txt .btn.ishin .brand_tb:hover {
  background: #1c266d;
  color: #fff;
}
.house_select_content_txt .btn.rplus .brand {
  background: #3c6646;
  border: 1px solid #3c6646;
}
.house_select_content_txt .btn.rplus .brand:before {
  background: #3c6646;
}
.house_select_content_txt .btn.rplus .brand:hover {
  background: #fff;
  color: #3c6646;
}
.house_select_content_txt .btn.rplus .brand_tb {
  border: 1px solid #3c6646;
  color: #3c6646;
}
.house_select_content_txt .btn.rplus .brand_tb:before {
  background: #3c6646;
}
.house_select_content_txt .btn.rplus .brand_tb:hover {
  background: #3c6646;
  color: #fff;
}

.about_no1Icon figure:nth-of-type(1) {
  width: 29%;
}
.about_no1Icon figure:nth-of-type(2) {
  width: 36.3%;
}
.about_no1Icon figure:nth-of-type(3) {
  width: 29%;
}
.about_no1Icon figure img {
  width: 100%;
}

.about_no1Icon02 {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.about_no1Icon02 figure {
  max-width: 48%;
}
.about_no1Icon02 figure img {
  width: 360px !important;
}

.about_no1Icon03 {
  width: 100%;
}
.about_no1Icon03 img {
  width: 100%;
}

.showRoom {
  width: 100%;
  max-width: 1800px;
  height: 1520px;
  background: url(../images/map_line_all_20221226.webp) no-repeat;
  background-size: 1800px;
  background-position: 50% 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .showRoom {
    display: none;
  }
}
.showRoom_content {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.showRoom_content .items {
  width: 280px;
  height: 380px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
}
@media screen and (max-width: 1299px) {
  .showRoom_content .items {
    width: 250px;
  }
}
.showRoom_content .items.ito {
  top: 0;
  left: 130px;
}
.showRoom_content .items.f-nishi {
  top: 0;
  left: 440px;
}
.showRoom_content .items.hit-marina {
  top: 0;
  left: 748px;
}
.showRoom_content .items.myhome {
  top: 410px;
  left: 5px;
}
.showRoom_content .items.hit-kashii {
  top: 410px;
  right: 0;
}
.showRoom_content .items.shiryoukan {
  top: 818px;
  left: 150px;
}
.showRoom_content .items.nagaoka {
  top: 818px;
  left: 460px;
}
.showRoom_content .items.kasuga {
  top: 818px;
  right: 0;
}
.showRoom_content .items figure {
  width: 100%;
}
.showRoom_content .items_txt {
  padding: 20px;
}
.showRoom_content .items_txt .icons {
  margin-top: 16px;
}
@media screen and (max-width: 1299px) {
  .showRoom_content .items_txt .icons {
    margin-top: 12px;
  }
}
.showRoom_content .items_txt .icons li:not(:first-of-type) {
  margin-left: 16px;
}
.showRoom_content .items_txt h2 {
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 600;
}
.showRoom_content .items_txt p {
  font-size: 1.4rem;
  margin-top: 14px;
  line-height: 1.41;
}
@media screen and (max-width: 1299px) {
  .showRoom_content .items_txt p {
    margin-top: 10px;
  }
}

.showRoom_sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .showRoom_sp {
    display: block;
  }
}
.showRoom_sp_content .items {
  width: 32%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: 2%;
}
.showRoom_sp_content .items:nth-of-type(3n) {
  margin-right: 0;
}
.showRoom_sp_content .items:nth-of-type(n + 4) {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  .showRoom_sp_content .items {
    width: 48%;
    margin-right: 4% !important;
  }
  .showRoom_sp_content .items:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .showRoom_sp_content .items:nth-of-type(n + 3) {
    margin-top: 4% !important;
  }
}
@media screen and (max-width: 767px) {
  .showRoom_sp_content .items {
    width: 100%;
    margin-right: 0 !important;
  }
  .showRoom_sp_content .items:nth-of-type(n + 2) {
    margin-top: 20px !important;
  }
}
.showRoom_sp_content .items figure {
  width: 100%;
}
.showRoom_sp_content .items figure img {
  width: 100%;
  height: auto;
}
.showRoom_sp_content .items_txt {
  padding: 20px;
}
.showRoom_sp_content .items_txt .icons {
  margin-top: 16px;
}
@media screen and (max-width: 1299px) {
  .showRoom_sp_content .items_txt .icons {
    margin-top: 12px;
  }
}
.showRoom_sp_content .items_txt .icons li:not(:first-of-type) {
  margin-left: 16px;
}
.showRoom_sp_content .items_txt h2 {
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .showRoom_sp_content .items_txt h2 {
    font-size: 1.6rem;
  }
}
.showRoom_sp_content .items_txt p {
  font-size: 1.4rem;
  margin-top: 14px;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .showRoom_sp_content .items_txt p {
    font-size: 1.3rem;
  }
}

.sience_ttl {
  text-align: center;
}
.sience_ttl h2 {
  font-size: 5.6rem !important;
  line-height: 1.41;
  text-align: center;
  font-weight: 200;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .sience_ttl h2 {
    font-size: 5.2rem !important;
  }
}
@media screen and (max-width: 575px) {
  .sience_ttl h2 {
    font-size: 3.6rem !important;
    margin-bottom: 10px;
  }
}
.sience_ttl h3 {
  font-size: 2.6rem;
}
@media screen and (max-width: 575px) {
  .sience_ttl h3 {
    font-size: 1.8rem;
  }
}

.video_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
#video source {
  width: 100%;
}

.message_video {
  width: 100%;
  cursor: pointer;
}

.u-margintop--xl {
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 100px;
  }
}

.u-margintop--lg {
  margin-top: 180px;
}
@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--lg {
    margin-top: 80px;
  }
}

.u-margintop--ml {
  margin-top: 130px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ml {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--ml {
    margin-top: 60px;
  }
}

.u-margintop--md {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-margintop--sm {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-margintop--sm {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--sm {
    margin-top: 30px;
  }
}

.u-margintop--ss {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ss {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--ss {
    margin-top: 20px;
  }
}

.u-margintop--xs {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xs {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xs {
    margin-top: 20px;
  }
}

.u-marginbottom--xl {
  margin-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--xl {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--xl {
    margin-bottom: 100px;
  }
}

.u-marginbottom--lg {
  margin-bottom: 180px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--lg {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--lg {
    margin-bottom: 80px;
  }
}

.u-marginbottom--ml {
  margin-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--ml {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--ml {
    margin-bottom: 60px;
  }
}

.u-marginbottom--md {
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--md {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--md {
    margin-bottom: 40px;
  }
}

.u-marginbottom--sm {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--sm {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--sm {
    margin-bottom: 30px;
  }
}

.u-marginbottom--ss {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--ss {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--ss {
    margin-bottom: 20px;
  }
}

.u-marginbottom--xs {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--xs {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--xs {
    margin-bottom: 20px;
  }
}

.u-padding--xl {
  padding: 150px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xl {
    padding: 100px 0;
  }
}

.u-padding--lg {
  padding: 180px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--lg {
    padding: 80px 0;
  }
}

.u-padding--ml {
  padding: 130px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--ml {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--ml {
    padding: 60px 0;
  }
}

.u-padding--md {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--md {
    padding: 40px 0;
  }
}

.u-padding--sm {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--sm {
    padding: 30px 0;
  }
}

.u-padding--xs {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xs {
    padding: 20px 0;
  }
}

.u-paddingtop--xl {
  padding-top: 150px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--xl {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--xl {
    padding-top: 100px;
  }
}

.u-paddingtop--lg {
  padding-top: 180px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--lg {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--lg {
    padding-top: 80px;
  }
}

.u-paddingtop--ml {
  padding-top: 130px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--ml {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--ml {
    padding-top: 60px;
  }
}

.u-paddingtop--md {
  padding-top: 90px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--md {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--md {
    padding-top: 40px;
  }
}

.u-paddingtop--sm {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--sm {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--sm {
    padding-top: 30px;
  }
}

.u-paddingtop--xs {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--xs {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--xs {
    padding-top: 20px;
  }
}

.u-paddingbottom--xl {
  padding-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--xl {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--xl {
    padding-bottom: 100px;
  }
}

.u-paddingbottom--lg {
  padding-bottom: 180px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--lg {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--lg {
    padding-bottom: 80px;
  }
}

.u-paddingbottom--ml {
  padding-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--ml {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--ml {
    padding-bottom: 60px;
  }
}

.u-paddingbottom--md {
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--md {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--md {
    padding-bottom: 40px;
  }
}

.u-paddingbottom--sm {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--sm {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--sm {
    padding-bottom: 30px;
  }
}

.u-paddingbottom--xs {
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--xs {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--xs {
    padding-bottom: 20px;
  }
}