@charset "UTF-8";
.home_page .key {
  height: 49vw;
  min-height: 600px;
  max-height: 720px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home_page .key::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #939393;
  mix-blend-mode: multiply;
}
.home_page .key .key_text {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 2;
}
.home_page .key h2 {
  margin-top: 1.6em;
  text-align: center;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 2em;
}
.home_page .key picture {
  max-width: 150px;
  margin: 6em auto 0 auto;
}
.home_page .key #myvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 0;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 769px) and (max-width: 1000px) { 
	.home_page .key h2 br.sp_only {
		display: block !important;
}
	.home_page .key picture {
		margin-top: 0;
}
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  display: table;
  margin-bottom: 35px;
  color: var(--clr1);
  font-size: calc(var(--ttl_size) + 5px);
  font-weight: 400;
  letter-spacing: 0;
}
.home_page h3 .en {
  color: var(--main-color);
  font-size: 4.5em;
  line-height: 0.8;
  display: block;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.style02 .jp {
  position: absolute;
  display: table;
  top: 50%;
  left: 0;
}
.home_page h3.style02 .en {
  line-height: 0.933333;
  color: var(--clr1);
  opacity: 0.3;
}
.home_page h3.en-right .jp {
  right: 0;
  left: auto;
}
.home_page h3.en-right .en {
  text-align: right;
}
.home_page h4 {
  font-size: calc(var(--ttl_size) - 4px);
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 769px) {
  .home_page .header_top {
    display: none;
  }
  .home_page header.active .header_top {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .home_page h3 .en {
    font-size: 11vw;
  }
  .home_page h4 {
    font-size: calc(var(--ttl_size) - 4px);
  }
}
@media only screen and (min-width: 769px) and (max-height: 700px) {
  .home_page .key {
    height: 40vw;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
}

.idx_scroll {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.idx_scroll a {
  display: block;
  text-decoration: none;
}
.idx_scroll p {
  margin: 0;
  padding-bottom: 72px;
  color: #fff;
  font-family: var(--f-cormorant);
  line-height: 1;
  font-size: calc(var(--ttl_size) - 12px);
  position: relative;
}
.idx_scroll p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 60px;
  background: #fff;
}

.idx_box_bg {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.idx_menubar {
  width: 70px;
  
	height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 21;
	transition: 0.3s all ease;
}
.idx_menubar.no-full {
	height: calc(100% - var(--wrapper));
	top: var(--wrapper);
}
.idx_menubar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
.idx_menubar li {
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.idx_menubar li.active a {
  background-color: var(--main-color);
  color: #fff;
  opacity: 1;
}
/*.idx_menubar li.active a::before {
  content: "●";
  color: var(--main-color);
}*/
.idx_menubar a {
  padding: 20px 0;
  text-decoration: none;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  white-space: nowrap;
  color: var(--clr1);
  font-size: calc(var(--ttl_size) - 12px);
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
      width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.idx_menubar a::before {
  content: "〇";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}*/
.idx_menubar a:hover {
      background-color: #bbb274;
  color: #fff;
  opacity: 1;
}
.idx_menubar.hide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  opacity: 0;
}
.idx_menubar.hide:hover {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}
.idx_menubar.not li.active a {
	    color: var(--clr1);
	background-color: transparent;
}
.idx_menubar.not li.active a:hover {
	    background-color: #bbb274;
    color: #fff;
    opacity: 1;
}

.inner_btn {
  width: 100%;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}

.inner_1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx_box_bg {
    height: 250px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 700px) {
  .idx_menubar a {
    padding-top: 15px;
    font-size: 11px;
  }
  .idx_menubar a::before {
    font-size: 11px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 900px) {
  .idx_menubar a {
    font-size: 2vh;
  }
}
.idx03_box .col_r p, .idx08 .box .box_ct .box_body p, .idx13 .idx13_head_content ul li, .idx14 .body_text p, footer .ft_head dt, footer .ft_head dd,
.idx01 dt, .idx01 dd, .idx04 .col_infor .txt {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.idx01 {
  padding: 60px 0;
}
.idx01_box {
  position: relative;
  z-index: 1;
}
.idx01 .col_r {
  display: flex;
  align-items: center;
}
.idx01 dl {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.idx01 dl a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx01 dt, .idx01 dd {
  letter-spacing: 0;
  font-weight: 500;
  font-size: calc(var(--ttl_size) - 13px);
}
.idx01 dt {
  width: 90px;
}
.idx01 dd {
  width: calc(100% - 90px);
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.idx01 .slick-list {
  width: calc(100% - 160px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.idx01 .slick-arrow {
  width: 80px;
  height: 80px;
  border-left: 1px solid #464646;
  background-size: auto 5px;
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.idx01 .slick-prev {
  background-image: url(../images/idx_icon_arrow_before.png);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.idx01 .slick-next {
  background-image: url(../images/idx_icon_arrow_after.png);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (min-width: 769px) {
  .idx01_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
  .idx01 .col_l {
    width: 35%;
  }
  .idx01 .col_r {
    width: 63%;
  }
  .idx01 dl:hover dd {
    color: var(--main-color);
  }
  .idx01 .slick-arrow {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx01 .slick-arrow:hover {
    background-color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) { 
  .idx01 {
    padding-left: 70px;
  }
}
.idx02 {
  padding: 94px 0 90px 0;
  margin-top: -80px;
  background-color: #2D2D2D;
  position: relative;
  z-index: 0;
}
.idx02 h3 {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.idx02 h3 .en {
  color: #fff;
  opacity: 0.3;
}
.idx02_box .item {
  width: 326px;
  height: 230px;
  margin: 0 25px;
  background: #464646;
  position: relative;
}
.idx02_box .item:hover {
  opacity: 0.8;
}
.idx02_box .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx02_box .item .img {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.idx02 .slick-arrow {
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #fff;
  width: 22px;
  height: 5px;
  left: auto;
  top: auto;
  bottom: -34px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
}
.idx02 .slick-prev {
  -webkit-mask-image: url(../images/idx_icon_arrow_before.png);
  right: 150px;
}
.idx02 .slick-next {
  -webkit-mask-image: url(../images/idx_icon_arrow_after.png);
  right: 98px;
}

@media only screen and (min-width: 769px) {
  .idx02 h3 {
    margin-left: 49px;
  }
  .idx02_box {
    width: calc(100% - 100px);
    max-width: 1180px;
    margin-left: auto;
  }
  .idx02 .slick-arrow {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx02 .slick-next:hover {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  .idx02 .slick-prev:hover {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx02_box .item {
    margin: 0 15px;
  }
}
.idx03 {
  padding-bottom: 100px;
}
.idx03_main {
  padding: 84px 0 100px 0;
  position: relative;
  z-index: 0;
}
.idx03_main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86.7%;
  background: url(../images/idx03_bg.jpg) top left repeat;
  background-size: auto;
  z-index: -1;
}
.idx03 .box_h3 {
  position: relative;
}
.idx03 h3 {
  margin-left: auto;
  text-align: right;
}
.idx03 h3.style02 .en {
  color: #fff;
  line-height: 0.8;
}
.idx03 .ttl_head {
  margin: 0;
  font-family: var(--f-cormorant) !important;
  text-align: right;
  color: #fff;
  line-height: 1;
  font-size: calc(var(--ttl_size) + 30px);
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
}
.idx03_box h4, .idx03_box p {
  color: #fff;
}
.idx03_box .btn-group {
  margin-top: 23px;
}
.idx03_box .col_l picture {
  max-width: 700px;
}
.idx03_box .col_r picture {
  max-width: 510px;
}
.idx03 .idx_gallery {
  margin-left: auto;
}
.idx03 .idx_gallery ul li .img01 {
  background-image: url(../images/idx03_gallery01.jpg);
}
.idx03 .idx_gallery ul li .img02 {
  background-image: url(../images/idx03_gallery02.jpg);
}
.idx03 .idx_gallery ul li .img03 {
  background-image: url(../images/idx03_gallery03.jpg);
}
.idx03 .idx_gallery ul li .img04 {
  background-image: url(../images/idx03_gallery04.jpg);
}
.idx03 .idx_gallery ul li .img05 {
  background-image: url(../images/idx03_gallery05.jpg);
}
.idx03 .idx_gallery ul li .img06 {
  background-image: url(../images/idx03_gallery06.jpg);
}
.idx03 .idx_gallery ul li .img {
  width: 340px;
  height: 250px;
}
.idx03 .box-circle-container {
  position: relative;
  max-width: 630px;
  width: 100%;
  z-index: 1;
  aspect-ratio: 1/1;
}
.idx03 .circle {
  position: absolute;
  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;
  width: 40%;
  height: 40%;
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx03 .circle a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx03 .circle a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
}
.idx03 .circle a::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 41%;
    transform: rotate(135deg) translateX(-50%);
    border-top: 7px solid #fff;
    border-right: 7px solid #fff;
    width: 11%;
    height: 11%;
}
.idx03 .circle::before, .idx03 .circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.idx03 .circle::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
.idx03 .circle::after {
  background-color: var(--main-color);
  mix-blend-mode: multiply;
  z-index: -1;
}
.idx03 .circle:hover::after {
  background-color: #cec47f;
}
.idx03 .circle.item01::before {
  background-image: url(../images/idx03_list_bg01.png);
}
.idx03 .circle.item02::before {
  background-image: url(../images/idx03_list_bg02.png);
}
.idx03 .circle.item03::before {
  background-image: url(../images/idx03_list_bg03.png);
}
.idx03 .circle.item04::before {
  background-image: url(../images/idx03_list_bg04.png);
}
.idx03 .circle p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: calc(var(--ttl_size) + 10px);
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.idx03 .circle p .eng {
  margin-bottom: 10px;
  line-height: 1.07;
  font-size: 50%;
  display: block;
  -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.idx03 .circle-a {
  top: 0;
  left: 0;
}
.idx03 .circle-b {
  bottom: -5%;
  left: 11%;
}
.idx03 .circle-c {
  right: 0;
  top: 21%;
}
.idx03 .center-point {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--main-color);
  border-radius: 50%;
  z-index: 3;
}
.idx03 .circle-center {
    width: 24%;
    height: 24%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .idx03 .circle-center p {
    margin-top: 0;
    line-height: 1.5;
    font-size: calc(var(--ttl_size) - 8px);
  }
.idx03 canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  .idx03 .box_h3 {
    margin-right: -10px;
  }
  .idx03 h3 {
    margin-bottom: 187px;
    margin-right: 5px;
  }
  .idx03_box .col_l {
    width: 57%;
    margin-top: -273px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .idx03_box .col_l picture {
    margin-top: -50px;
  }
  .idx03_box .col_r {
    width: 41%;
    max-width: 510px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .idx03_box .col_r .thumb {
    padding: 0 0 0 50px;
  }
  .idx03_box .col_r picture {
    margin-top: 57px;
  }
  .idx03_box h4 {
    margin-bottom: 21px;
    line-height: 1.8;
    font-size: calc(var(--ttl_size) - 6px);
  }
  .idx03_box .btn-group {
    margin-right: -6px;
  }
  .idx03 .box-circle-container {
    margin-left: auto;
    margin-right: -37px;
  }
  .idx03 .idx_gallery {
    width: calc(100% - 106px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) { 
  .idx03_box .col_r {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) { 
  .idx03_main {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx03_box .col_l {
    width: 53%;
    margin-top: -200px;
  }
  .idx03_box .col_r {
    width: 45%;
  }
  .idx03_box .col_r .thumb {
    padding: 0 20px 0 30px;
  }
  .idx03 .box-circle-container {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx03 {
    padding-bottom: 70px;
  }
  .idx03 h3 {
    margin-bottom: 140px;
  }
  .idx03_main {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .idx03 .ttl_head {
    font-size: calc(var(--ttl_size) + 16px);
    top: 40%;
  }
  .idx03 .circle p {
  	    font-size: calc(var(--ttl_size) - 2px);
  }
  .idx03 .circle-center p {
        font-size: calc(var(--ttl_size) - 11px);
  }
  .idx03 .circle a::after {
  	border-top-width: 4px;
  	border-right-width: 4px;
  }
}
.idx04 {
  padding: 40px 0 14px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.idx04::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: var(--main-color); */
  opacity: 0.5;
  z-index: -1;
}
.idx04 #myvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 0;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.idx04 h3.style02 .en {
  color: #fff;
}
.idx04 .col_infor h4, .idx04 .col_infor p {
  color: #fff;
}
.idx04 .col_infor .txt {
  margin-bottom: 11px;
}
.idx04 .col_img {
  max-width: 530px;
}
.idx04 .col_img picture:nth-of-type(1) {
  width: 90%;
  max-width: 450px;
  margin-left: auto;
}
.idx04 .col_img picture:nth-of-type(2) {
  width: 80%;
  max-width: 350px;
  margin-top: -22.7%;
  position: relative;
}
.idx04 .btn_list {
  margin-top: 11px;
}
.idx04 .btn_list .btn {
  max-width: 440px;
  margin-bottom: 0;
  border-right: none;
}
.idx04 .btn_list .btn:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.idx04 .btn_list .btn a {
  margin: 0;
  min-height: 100%;
  padding: 19px 10px 16px 10px;
}
.idx04 .btn_list .btn a::after {
  right: 10px;
}
.idx04 .btn_list .btn .num {
  padding-right: 32px;
  font-family: var(--f-cinzel);
  line-height: 1;
  font-size: calc(var(--ttl_size) + 5px);
}
.idx04 .btn_list .btn:nth-of-type(1) .num {
  padding-right: 37px;
}

@media only screen and (min-width: 769px) {
  .idx04 h3 {
    margin-bottom: 51px;
  }
  .idx04 .thumb {
    width: calc(100% - 90px);
    max-width: 1150px;
    margin-left: auto;
  }
  .idx04 .col_infor {
    width: 53%;
    padding: 0 40px 0 0;
    margin-top: -36px;
  }
  .idx04 .col_infor h4 {
    margin-bottom: 20px;
  }
  .idx04 .col_infor .txt {
    line-height: 2;
  }
  .idx04 .col_img {
    width: 47%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx04 .col_infor {
    padding-right: 20px;
  }
  .idx04 .thumb {
    width: calc(100% - 70px);
  }
  .idx04 .btn_list .btn a {
    padding: 15px 10px 11px 5px;
    font-size: 1.7em;
  }
  .idx04 .btn_list .btn a::after {
    right: 5px;
  }
  .idx04 .btn_list .btn .num {
    padding-right: 10px;
  }
}
.idx05 {
  background-image: url(../images/idx05_bg.jpg);
}
.idx05::after {
  display: none;
}
.idx05 h3 {
  margin-left: auto;
  text-align: right;
}
.idx05 h3 .en {
  color: #464646;
  opacity: 0.3;
}
.idx05 .col_img {
  max-width: 690px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.idx05 .col_img picture:nth-of-type(1) {
  width: 90%;
  max-width: 550px;
  margin-left: 0;
}
.idx05 .col_img picture:nth-of-type(2) {
  width: 80%;
  max-width: 330px;
  margin-left: auto;
  margin-top: -20.2%;
}
.idx05 .col_infor {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.idx05 .col_infor h4, .idx05 .col_infor p {
  color: #464646;
  font-weight: 500;
}
.idx05 .btn-group .btn:not(:last-child) {
  border-bottom-color: #464646;
}
.idx05 .btn-group .btn a {
  color: #464646;
}
.idx05 .btn-group .btn a::after {
  background-color: #464646;
}

@media only screen and (min-width: 769px) {
  .idx05 {
    padding-top: 14px;
    padding-bottom: 21px;
  }
  .idx05 .inner_big {
    padding-right: 20px;
  }
  .idx05 h3 {
    margin-bottom: 86px;
  }
  .idx05 .thumb {
    width: 100%;
    max-width: 1180px;
    margin-left: 0;
  }
  .idx05 .col_img {
    width: 59%;
    margin-top: -19%;
  }
  .idx05 .col_infor {
    width: 41%;
    padding: 0 0 0 40px;
    margin-top: -26px;
  }
  .idx05 .btn_list {
    margin-top: 29px;
  }
  .idx05 .btn_list .btn a {
    padding-left: 13px;
    padding-right: 13px;
  }
  .idx05 .btn_list .btn a::before {
    background-color: var(--main-color);
  }
  .idx05 .box_text {
    margin-left: -126px;
  }
}
.idx06 {
  padding: 14px 0 28px 0;
  position: relative;
  z-index: 0;
}
.idx06::before, .idx06::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.idx06::before {
  background-image: url(../images/idx06_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
}
.idx06::after {
  background-color: #646464;
  mix-blend-mode: multiply;
  z-index: -1;
}
.idx06 h3 .en {
  opacity: 0.25;
}
.idx06 h4, .idx06 .txt {
  color: #fff;
}
.idx06 .thumb {
  margin-bottom: 79px;
}
.idx06 .thumb .btn-group {
  margin-top: 23px;
}

@media only screen and (min-width: 769px) {
  .idx06 .inner {
    width: calc(100% - 140px);
    max-width: 1050px;
  }
  .idx06 h3 {
    margin-bottom: 149px;
  }
  .idx06 .thumb {
    max-width: 400px;
  }
}
.idx15 {
  background-image: url(../images/idx03_head.jpg);
  background-position: top center;
  background-attachment: fixed;
}

.auto_br {
  display: inline-block;
}

.idx_gallery.style02 {
  position: relative;
  padding-left: 100px;
}
.idx_gallery.style02 ul li .img {
  width: 340px;
  height: 250px;
  margin-right: 30px;
}
.idx_gallery.style02 ul li .img01 {
  background-image: url(../images/idx13_gallery01.jpg);
}
.idx_gallery.style02 ul li .img02 {
  background-image: url(../images/idx13_gallery02.jpg);
}
.idx_gallery.style02 ul li .img03 {
  background-image: url(../images/idx13_gallery03.jpg);
}
.idx_gallery.style02 ul li .img04 {
  background-image: url(../images/idx13_gallery04.jpg);
}
.idx_gallery.style02 ul li .img05 {
  background-image: url(../images/idx13_gallery05.jpg);
}
.idx_gallery.style02 ul li .img06 {
  background-image: url(../images/idx13_gallery06.jpg);
}

.btn a {
  text-align: center;
  padding-right: 2.8em;
}

.btn.sm a {
  font-family: var(--f-cormorant);
  font-weight: 300;
}
.btn.sm a:after {
  right: 1.3em;
  max-width: 24px;
  height: 5px;
  --mask: url(../images/arrow_sm_ico.svg);
}
@media only screen and (min-width: 769px) {
  .btn.sm:hover a:after {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

.idx16 {
  margin: 100px 0;
  background-image: url(../images/idx07_bg.jpg);
  background-position: top center;
  background-attachment: fixed;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx16 {
    margin: 70px 0;
  }
}
.idx08 h3 {
  white-space: nowrap;
}
.idx08 h3 .en, .idx08 h3.style02 .en {
  opacity: 0.3;
}
.idx08 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cacac5;
  position: relative;
  z-index: 0;
}
.idx08 .box:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  right: 0;
  width: 40.6%;
  height: 100%;
  background-color: #cacac5;
  opacity: 0.3;
}
.idx08 .box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40.6%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  z-index: -1;
}
.idx08 .box .box_ct {
  position: relative;
  z-index: 1;
}
.idx08 .box .box_ct .box_body {
  margin-bottom: 12px;
}
.idx08 .box .box_ct .box_body p {
  font-weight: 500;
}
.idx08 .box .box_ct .btn-group .btn a {
  color: var(--clr1);
}
.idx08 .box .box_ct .btn-group .btn a::after {
  background-color: var(--clr1);
}
.idx08 .box .box_ct .btn-group .btn.sm {
  max-width: 200px;
  margin: 0;
  margin-left: auto;
}
.idx08 .box .box_ct .btn-group .btn.sm a {
  margin-left: 3.1111em;
  min-height: auto;
}
.idx08 .box .box_ct .btn-group .btn.sm a:after {
  right: 1.111em;
}
@media only screen and (min-width: 769px) {
  .idx08 .box .box_ct .btn-group .btn a:hover:after {
    -webkit-transform: translateX(0.3em);
            transform: translateX(0.3em);
  }
  .idx08 .box .box_ct .btn-group .btn.md a:after {
    right: 0.6em;
  }
  .idx08 .box .box_ct .btn-group.mcol-2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .idx08 .box .box_ct .btn-group.mcol-2 .btn {
    width: calc((100% - 40px) / 2);
    margin: 0 40px 0 0;
    max-width: 270px;
    border: none;
    border-bottom: 1px solid;
  }
  .idx08 .box .box_ct .btn-group.mcol-2 .btn:nth-child(2n) {
    margin-right: 0;
  }
  .idx08 .box .box_ct .btn-group.mcol-2 .btn:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx08 .box .box_ct .btn-group.mcol-2 {
    font-size: 0.78vw;
  }
}
.idx08 .box .box_img {
  position: relative;
  width: 39.8%;
  background: url(../images/idx08_bg01.jpg) no-repeat center/cover;
}
.idx08 .box .box_img:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cacac5;
  opacity: 0.3;
}
.idx08 .box.b1::after {
  background-image: url(../images/idx08_bg01.jpg);
  background-position: right 74% center;
}
.idx08 .box.b1 .box_img {
  background-image: url(../images/idx08_bg01.jpg);
  background-position: right 74% center;
}
@media only screen and (min-width: 769px) {
  .idx08 .box.b1 .box_inner > .btn-group .btn:nth-last-child(2) {
    border: none;
  }
}
.idx08 .box.b2 {
  position: relative;
  z-index: 2;
}
.idx08 .box.b2::after {
  background-image: url(../images/idx08_bg02.jpg);
  background-position: left 71% center;
}
.idx08 .box.b2 .box_img {
  background-image: url(../images/idx08_bg02.jpg);
  background-position: left 71% center;
}
@media only screen and (min-width: 769px) {
  .idx08 .box.b2 .box_ct {
    padding: 14px 3.9vw 0 10.1vw;
  }
  .idx08 .box.b2 .box_ct h3 {
    margin-bottom: -1.8em;
  }
  .idx08 .box.b2 .box_ct h3 .jp {
    top: 46%;
  }
  .idx08 .box.b2 .box_body {
    margin-bottom: 10px;
  }
}
.idx08 .box.b3::after {
  background-image: url(../images/idx08_bg03.jpg);
  background-position: right 80% center;
}
.idx08 .box.b3 .box_img {
  background-image: url(../images/idx08_bg03.jpg);
  background-position: right 80% center;
}
.idx08 h3 .en, .idx08 h3.style02 .en {
  color: white;
}
@media only screen and (min-width: 769px) {
  .idx08 .box.b3 .box_ct {
    padding: 43px 3.9vw 35px 10.1vw;
  }
  .idx08 .box.b3 h3 {
    margin-bottom: 90px;
  }
  .idx08 .box.b3 .box_body {
    margin-bottom: 111px;
  }
}

@media only screen and (min-width: 769px) {
  .idx08 .box {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx08 .box .box_ct {
    padding: 15px 3.7vw 0 10.1vw;
    width: 60.2%;
  }
  .idx08 .box .box_ct .box_body > .btn-group {
    margin-top: -3px;
    margin-right: 14px;
  }
  .idx08 .box .box_ct .btn-group .btn a {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx08 .box .box_ct .btn-group .md a {
    padding-right: 3.8em;
  }
  .idx08 .box .box_inner {
    max-width: 592px;
    margin-left: auto;
    margin-right: 0;
  }
  .idx08 .box.b1 .box_ct .btn-group .btn04 a {
    padding-right: 3.5em;
  }
  .idx08 .box.b2::after {
    height: calc(100% + 20px);
    top: -20px;
  }
  .idx08 .box.b2::before {
    height: calc(100% + 20px);
    top: -20px;
  }
  .idx08 .box.b2 .box_ct .btn-group .md a {
    padding-right: 3.5em;
  }
  .idx08 .box.b3::before {
    top: -1px;
    height: calc(100% + 1px);
  }
  .idx08 .box.b3::after {
    top: -1px;
    height: calc(100% + 1px);
  }
  .idx08 .box.b3 .box_ct .box_body > .btn-group {
    margin-right: 10px;
    margin-top: -5px;
  }
}
.idx09 {
  padding: 84px 0 40px;
}
.idx09 h3 .en {
  color: #464646;
  opacity: 0.3;
}
.idx09_box ul li .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 20px 7px 10px;
  width: 231px;
  height: 450px;
  margin-right: 10px;
  background-color: #ecedf2;
      background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.idx09_box .slick-prev,
.idx09_box .slick-next {
  left: auto;
  top: auto;
  right: 149px;
  bottom: -35px;
  background-color: var(--clr1);
  -webkit-transform: none;
          transform: none;
  width: 23.5px;
  height: 5px;
  --mask: url(../images/slick_arr.svg);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
}
.idx09_box .slick-next {
  right: 98px;
}
.idx09_box .slick-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.idx09_box .ttl {
  font-size: calc(var(--ttl_size) - 12px);
  color: #465F80;
  letter-spacing: 0;
}
.idx09_box ul li .img01 {
  background-image: url(../images/idx09_img01.png);
}
.idx09_box ul li .img07 {
  background-image: url(../images/idx09_img07.jpg);
}
.idx09_box ul li .img09 {
  background-image: url(../images/idx09_img09.jpg);
}
.idx09_box ul li .img11 {
  background-image: url(../images/idx09_img11.jpg);
}

@media only screen and (min-width: 769px) {
  .idx09 {
    margin-left: 100px;
  }
  .idx09 h3 {
    margin-bottom: 54px;
  }
  .idx09 .inner_big {
    max-width: 1230px;
    margin-left: auto;
  }
  .idx09_box .ttl {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx09_box ul li .img:hover {
    opacity: 0.8;
  }
  .idx09 .slick-arrow {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx09 .slick-next:hover {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  .idx09 .slick-prev:hover {
    -webkit-transform: scaleX(-1) translate(10px, 0);
            transform: scaleX(-1) translate(10px, 0);
  }
}
.idx10 {
  margin-top: 60px;
  margin-bottom: 100px;
}
.idx10 .inner_big {
  padding: 0;
}
.idx10 .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.idx10 .card-group .card {
  width: calc((100% - 3px) / 4);
}
.idx10 .card-group .card:last-child {
  margin-right: 0;
}
.idx10 .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 6.3em 10px 10px 10px;
  background-color: var(--main-color);
  width: 32em;
  max-width: 320px;
  min-height: 40em;
  font-size: 10px;
  position: relative;
}
.idx10 .card .link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx10 .card:hover {
  opacity: 0.8;
}
.idx10 .card .ttl {
  font-size: 2em;
  color: white;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2.375em;
}
.idx10 .card .ttl .en {
  display: block;
  font-size: 1.75em;
  margin-bottom: 2px;
}
.idx10 .card .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: 1px solid white;
}
.idx10 .card .ico img {
  height: 4.5em;
  width: auto;
}
.idx10 .card .btn-group {
  margin-top: 6.6em;
  font-size: 1em;
}
.idx10 .card:nth-child(3) .ico img, .idx10 .card:nth-child(4) .ico img {
  height: 4em;
  width: auto;
}
@media only screen and (min-width: 769px) {
  .idx10 .card:nth-child(3) {
    padding-top: 5.9em;
  }
}

@media only screen and (min-width: 1921px) {
  .idx10 .card {
    margin-right: 2px;
  }
}
.idx11 {
	width: calc(100% - 106px);
	margin-left: auto;
}
.idx11.idx_gallery ul li .img01 {
  background-image: url(../images/idx11_gallery01.jpg);
}
.idx11.idx_gallery ul li .img02 {
  background-image: url(../images/idx11_gallery02.jpg);
}
.idx11.idx_gallery ul li .img03 {
  background-image: url(../images/idx11_gallery03.jpg);
}
.idx11.idx_gallery ul li .img04 {
  background-image: url(../images/idx11_gallery04.jpg);
}
.idx11.idx_gallery ul li .img05 {
  background-image: url(../images/idx11_gallery05.jpg);
}
.idx11.idx_gallery ul li .img06 {
  background-image: url(../images/idx11_gallery06.jpg);
}
.idx11.idx_gallery ul li .img07 {
  background-image: url(../images/idx11_gallery07.jpg);
}

.idx12 h3 {
  z-index: 1;
  margin-bottom: 0;
}
.idx12 h3:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  height: 164%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.8;
}
.idx12 .ttl {
  font-size: 60px;
  color: var(--clr1);
  font-weight: 300;
  font-family: var(--f-cormorant);
  letter-spacing: 0;
  opacity: 0.3;
  line-height: 1;
}
.idx12 .inner_big {
  padding: 0;
}
.idx12 .inner_btn {
  max-width: 1200px;
  padding-bottom: 3vw;
}
.idx12 .idx12_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 54px;
}
.idx12 .idx12_heading h3 {
  width: 55%;
  max-width: 683px;
  padding-left: 8%;
}
.idx12 .idx12_heading .ttl {
  width: 45%;
  text-align: right;
}
.idx12 .idx_feature {
  counter-reset: counter02;
}
.idx12 .idx_feature h4,
.idx12 .idx_feature p {
  color: white;
}
.idx12 .idx_feature .btn-group {
  width: 100%;
  margin-top: 30px;
}
.idx12 .feature_box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto 10px;
  min-height: 750px;
  max-width: 1920px;
  overflow: hidden;
  background: url(../images/idx12_img01.jpg) no-repeat center/cover;
}
.idx12 .feature_box:before, .idx12 .feature_box:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 91.25% 0, 31.1% 100%, 100% 100%);
          clip-path: polygon(100% 0, 91.25% 0, 31.1% 100%, 100% 100%);
}
.idx12 .feature_box:before {
  background-color: rgba(70, 95, 128, 0.7);
}
.idx12 .feature_box:after {
  z-index: -1;
  background: url(../images/idx12_img01.jpg) no-repeat center/cover;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.idx12 .feature_box .filter {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #465f80;
  opacity: 0.2;
}
/* .idx12 .feature_box .filter:before {
  content: counter(counter02, decimal-leading-zero);
  counter-increment: counter02;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 300px;
  font-family: var(--f-cinzel);
  line-height: 0.83;
  letter-spacing: 0;
  color: white;
  opacity: 1;
} */
.idx12 .feature_box .box_content {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 55px;
  padding-right: 91px;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto 0;
}
.idx12 .feature_box:nth-child(3):before, .idx12 .feature_box:nth-child(3):after {
  -webkit-clip-path: polygon(100% 0, 39.55% 0, 66.6% 100%, 100% 100%);
          clip-path: polygon(100% 0, 39.55% 0, 66.6% 100%, 100% 100%);
}
.idx12 .feature_box:nth-child(3) .filter:before {
  top: auto;
  bottom: -0.096667em;
}
.idx12 .feature_box:nth-child(2n):before, .idx12 .feature_box:nth-child(2n):after {
  -webkit-clip-path: polygon(0 0, 17.4% 0, 97.5% 100%, 0 100%);
          clip-path: polygon(0 0, 17.4% 0, 97.5% 100%, 0 100%);
}
.idx12 .feature_box:nth-child(2n) .filter:before {
  right: auto;
  left: 0;
}
.idx12 .feature_box:nth-child(2n) .box_content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.idx12 .feature_box:nth-child(4):before, .idx12 .feature_box:nth-child(4):after {
  -webkit-clip-path: polygon(0 0, 12.1% 0, 100% 82%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 12.1% 0, 100% 82%, 100% 100%, 0 100%);
}
.idx12 .feature_box:nth-child(4) .box_content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.idx12 .feature_box:nth-child(4) .filter::before {
  opacity: 0.7;
}
.idx12 .feature_box.box4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.idx12 .feature_box:nth-child(1) {
  background-image: url(../images/idx12_img01.jpg);
}
.idx12 .feature_box:nth-child(1):after {
  background-image: url(../images/idx12_img01.jpg);
}
.idx12 .feature_box:nth-child(2) {
  background-image: url(../images/idx12_img02.jpg);
}
.idx12 .feature_box:nth-child(2):after {
  background-image: url(../images/idx12_img02.jpg);
}
.idx12 .feature_box:nth-child(3) {
  background-image: url(../images/idx12_img03.jpg);
}
.idx12 .feature_box:nth-child(3):after {
  background-image: url(../images/idx12_img03.jpg);
}
.idx12 .feature_box:nth-child(4) {
  background-image: url(../images/idx12_img04.jpg);
}
.idx12 .feature_box:nth-child(4):after {
  background-image: url(../images/idx12_img04.jpg);
}
.idx12 > .btn-group {
  margin-top: 30px;
}
.idx12 > .btn-group .btn.style01 {
  text-align: center;
}
.idx12 > .btn-group .btn.style01 a {
      color: #464646;
}
.idx12 > .btn-group .btn.style01 a::after {
  background-color: #464646;
}
.idx12 .feature_box .box_list li {
  color: #fff;
  font-size: calc(var(--ttl_size) - 8px);
  text-indent: -30px;
    padding-left: 30px;
}
.idx12 .feature_box .box_list span {
  margin-right: 10px;
  font-size: 130%;
}
@media only screen and (min-width: 769px) {
  .idx12 .idx12_heading {
    padding-top: 34px;
  }
  .idx12 .feature_box:nth-child(3) .box_content {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 112px;
    padding-right: 91px;
  }
  .idx12 .feature_box:nth-child(2n) .box_content {
    padding-left: 93px;
    padding-bottom: 118px;
  }
  .idx12 .feature_box .box_text {
    max-width: 500px;
  }
  .idx12 .idx_feature .btn-group .char {
    width: 100%;
    margin-left: -10px;
  }
  .idx12 .idx_feature .btn-group.mcol-3 .btn a {
    padding: 0 2em;
    text-align: left;
  }
}
.idx13 {
  padding: 100px 0 80px;
  margin-top: 100px;
  background: url(../images/idx13_bg.jpg) no-repeat center/cover;
}
.idx13 .idx13_head {
  margin-bottom: 91px;
}
.idx13 .idx13_head a:hover {
  opacity: 1;
}
.idx13 .idx13_head_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  color: white;
  letter-spacing: 0;
  font-size: calc(var(--ttl_size) - 13px);
}
.idx13 .idx13_head_content ul li:last-child {
  margin-bottom: 0;
}
.idx13 .idx13_head_content ul li .ttl {
  width: 6.25em;
  margin-right: 1.25em;
}
.idx13 .idx13_head_content ul li .txt {
  width: calc(100% - 6.25em - 1.25em);
}
.idx13 .idx13_head_content ul li .char {
  margin-left: -0.25em;
  margin-right: -0.25em;
}

@media only screen and (min-width: 769px) {
  .idx13 .idx13_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 5.7vw;
  }
  .idx13 .idx13_head_content {
    margin-left: 5vw;
    padding: 10px 10px 15px 3vw;
    border-left: 1px solid white;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) { 
  .idx13 {
    padding-left: 80px;
  } 
  .idx13 .idx_gallery.style02 {
    padding-left: 0;
  }
} 
.idx14 {
  padding: 74px 0;
  background: url(../images/idx14_bg.jpg) repeat top left/205.714px auto;
}
.idx14 h3 {
  margin-left: auto;
}
.idx14 .card {
  position: relative;
  z-index: 0;
  max-width: 450px;
  padding-left: 4.09%;
  padding-bottom: 2.1%;
  margin-bottom: 10px;
}
.idx14 .card:before, .idx14 .card:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 89%;
  height: 84.5%;
  background-color: #e6e6e6;
  mix-blend-mode: multiply;
}
.idx14 .card:before {
  background: url(../images/idx14_bg.jpg) repeat top left/205.714px auto;
}
.idx14 .card .card_img {
  text-align: right;
}
.idx14 .card .card_footer {
  position: relative;
  margin-top: 16px;
  margin-left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.idx14 .card .card_footer .name {
  margin-bottom: 0;
  padding-right: 1em;
  font-size: calc(var(--ttl_size) - 6px);
  min-width: 10em;
  line-height: 1.3;
  display: table;
}
.idx14 .card .card_footer .jp {
  border-bottom: 0.5px solid rgba(70, 70, 70, 0.5);
  letter-spacing: 0.2em;
  display: block;
}
.idx14 .card .card_footer .en {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  text-align: right;
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  .idx14 .card .card_footer .en {
    margin-top: -2px;
  }
}
.idx14 .card .card_footer picture {
  margin-bottom: 7px;
}
.idx14 .card:nth-child(2n) {
  padding-left: 0;
  padding-right: 4.09%;
}
.idx14 .card:nth-child(2n):before, .idx14 .card:nth-child(2n):after {
  left: auto;
  right: 0;
}
.idx14 .card:nth-child(2n) .card_img {
  text-align: left;
}
.idx14 .card:nth-child(2n) .card_footer {
  margin-right: 6px;
}
.idx14 .card:nth-child(2n) .card_footer .name {
  margin-left: auto;
}
.idx14 .idx14_body {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.idx14 .body_text {
  margin-top: 54px;
}
.idx14 .btn-group {
  margin-top: 61px;
}

@media only screen and (min-width: 769px) {
  .idx14 h3 {
    margin-right: 84px;
    margin-bottom: 86px;
  }
  .idx14 .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx14 .card-group .card {
    width: 46.3%;
  }
  .idx14 .card-group .card:nth-child(2n-1) {
    margin-right: 7.4%;
  }
  .idx14 .btn-group .btn.style01.md a {
    min-height: 2.5em;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx14 .btn-group .btn.style01.md a::before {
    background-color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) { 
  .idx14 {
        padding-left: 70px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx08 .box .box_ct .box_inner > .btn-group {
    font-size: 0.7vw;
  }
  .idx10 .card {
    font-size: 9px;
  }
  .idx12 .idx12_heading h3 {
    width: 48%;
    padding-left: 80px;
  }
  .idx12 .idx12_heading .ttl {
    width: 50%;
    font-size: 4.7vw;
    display: block;
  }
  .idx12 .feature_box .box_content:before {
    font-size: 30vw;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx08 h3 {
    margin-bottom: 160px;
  }
  .idx08 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .idx08 .box::before {
    right: auto;
    left: 0;
    width: 100%;
    height: 54vw;
    max-height: 270px;
  }
  .idx08 .box::after {
    width: 100%;
    height: 54vw;
    max-height: 270px;
  }
  .idx08 .box .box_ct {
    width: calc(100% - 70px);
    margin-left: auto;
    padding: 30px 0 70px 0 !important;
  }
  .idx08 .box .box_ct .box_inner > .btn-group {
    font-size: 8px;
  }
  .idx08 .box .box_inner {
    margin-right: auto;
  }
  .idx08 .box.b2 .box_ct h3 {
    margin-bottom: 100px;
  }
  .idx08 .box.b3 .box_ct h3 {
    margin-bottom: 170px;
  }
  .idx10 {
    margin-bottom: 70px;
  }
  .idx13 {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 70px;
  }
  .idx13 .idx13_head {
    margin-bottom: 70px;
    margin-right: 0;
  }
  .idx13 .idx13_head_content {
    margin-left: 3.6vw;
  }
  .idx14 h3 {
    margin-right: 0;
  }
}