/*====================================================
////id mv
====================================================*/
#mv .txt-inner::before {
  background: linear-gradient(to bottom, #2B68E2, #8DF0FF);
  content: '';
  display: block;
  margin: auto;
  opacity: .86;
  position: absolute;
    top: -50px;
    left: -3vw;
  transform: skewX(-25deg);
  transform-origin: bottom left;
  width: 140px;
  height: 280px;
}
#mv .headBox::before ,
#mv .headBox::after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
}
#mv .headBox::before {
  border-top: solid 1px #fff;
  width: 60%;
    max-width: 380px;
  height: 0;
}
#mv .headBox::after {
  border-left: solid 1px #fff;
  width: 0;
  height: 100%;
}
#mv .headBox .deco-2 {
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.lng-en #mv .headBox h1 {
  letter-spacing: 0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #mv .innerBox {
    grid-gap: 2em;
    justify-content: center;
    min-height: calc(100vh - 60px);
    min-height: calc(100dvh - 60px);
  }
  #mv .txt-inner::before {
    top: -3vw;
    left: 3vw;
    width: 100px;
    height: 200px;
  }
  #mv .headBox {
    margin-left: 3vw;
    padding: 100px 0 0 90px;
  }
  #mv .headBox::before {
    top: 60px;
    left: 0;
  }
  #mv .headBox::after {
    top: 0;
    left: 60px;
  }
  #mv .headBox .decoBox {
    font-size: 1.2em;
  }
  #mv .headBox .deco-1 {
    top: 1em;
    left: 80px;
  }
  #mv .headBox .deco-2 {
    top: 60px;
    left: 20px;
  }
  #mv h1 {
    font-size: 5.8rem;
    letter-spacing: .15em;
    margin-bottom: .3em;
  }
  #mv .txtBox .copyBox {
    margin-top: .5em;
    text-align: center;
  }
  #mv .txtBox p {
    font-size: 1.35em;
  }
  #mv .imgBox {
    position: relative;
    height: 64vw;
      max-height: 300px;
  }
  #mv .imgBox .img {
    margin: auto;
    position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    width: 90%;
      max-width: 240px;
    height: 100%;
  }
}

@media screen and (max-width:500px) {
  #mv .txt-inner::before {
    top: -3vw;
    left: -3vw;
    width: 17vw;
    height: 34vw;
  }
  #mv .headBox {
    margin-left: 0;
    padding: 15vw 0 0 10vw;
  }
  #mv .headBox::before {
    top: 10vw;
    left: -3vw;
  }
  #mv .headBox::after {
    left: 6vw;
  }
  #mv .headBox .decoBox {
    font-size: .95em;
  }
  #mv .headBox .deco-1 {
    left: 9vw
  }
  #mv .headBox .deco-2 {
    top: 10vw;
    left: 0vw;
  }
  #mv h1 {
    font-size: 10.5vw;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #mv .innerBox {
    min-height: calc(100vh - 85px);
    min-height: calc(100dvh - 85px);
  }
  #mv .txt-inner {
    margin-left: 3vw;
    padding: 100px 0 0 90px;
  }
  #mv .txt-inner::before {
    top: -60px;
    left: -50px;
  }
  #mv .headBox {
    position: unset;
  }
  #mv .headBox::before {
    top: 60px;
    left: 0;
  }
  #mv .headBox::after {
    top: 0;
    left: 60px;
  }
  #mv .headBox .decoBox {
    font-size: 2.4rem;
  }
  #mv .headBox .deco-1 {
    top: 1em;
    left: 80px;
  }
  #mv .headBox .deco-2 {
    top: 60px;
    left: 20px;
  }
  #mv h1 {
    font-size: 5.8rem;
    letter-spacing: .15em;
    margin-bottom: .3em;
  }
  #mv .txtBox p {
    font-size: 2.0rem;
    padding-bottom: 1em;
  }
  #mv .imgBox {
    flex: 1;
  }
  #mv .imgBox .img {
    margin: auto;
    width: 90%;
      max-width: 240px;
    height: 100%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #mv .innerBox {
    min-height: calc(100vh - 60px);
    min-height: calc(100dvh - 60px);
  }
}

@media screen and (min-width:1280px) {
  #mv .txt-inner {
    padding: 100px 0 0 140px;
  }
  #mv .headBox::before {
    top: 60px;
    left: 45px;
  }
  #mv .headBox::after {
    top: 0;
    left: 110px;
  }
  #mv .headBox .deco-1 {
    left: 130px;
  }
  #mv .headBox .deco-2 {
    left: 70px;
  }
  #mv h1 {
    font-size: 6.8rem;
  }
}

/*====================================================
////id movie
====================================================*/
	#movie .youtube {
		aspect-ratio: 16 / 9;
		margin-left: auto;
		margin-right: auto;
	}
	#movie .youtube iframe{
		width: 100%;
		height: 100%;
	}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#movie .youtube {
		width: 100%;
		max-width: 600px;
	}
	#movie .innerBox {
		padding: 40px 0;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#movie .youtube {
		width: 100%;
		max-width: 1000px;
	}
	#movie .innerBox {
		padding: 80px 0;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}


/*====================================================
////id about
====================================================*/
#about h2 {
  margin-bottom: 1em;
  padding-bottom: .8em;
  position: relative;
}
#about h2::after {
  border: solid;
  border-width: 0 .9em;
  border-left-color: var(--green);
  border-right-color: var(--y_green);
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    bottom: 0;
    left: 0;
  width: 0;
  height: 2px;
}
#about .decoBox {
  z-index: 10;
}
#about .deco-1 .coverImg {
  padding-top: 91%;
}
#about .deco-2 .coverImg {
  padding-top: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #about > .innerBox {
    margin: 0 0 0 auto;
    padding-bottom: 200px;
  }
  #about .txtBox .innerBox {
    padding: 3em 0 10em
  }
  #about .deco-1 {
    bottom: 0px;
    left: -6vw;
    width: 350px;
  }
  #about .deco-2 {
    bottom: -40px;
    left: 250px;
    width: 150px;
  }
}
@media screen and (max-width: 769px) {
  #about > .innerBox {
    padding-bottom: 28vw;
  }
  #about .txtBox .innerBox {
    padding-bottom: 30vw;
  }
  #about .deco-1 {
    width: 55vw;
  }
  #about .deco-2 {
    bottom: -5vw;
    left: 40%;
    width: 28vw;
  }
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
  #about > .innerBox {
    padding-bottom: 200px;
  }
  #about .txtBox {
    margin: 0 0 0 auto;
    width: 72%;
  }
  #about .txtBox::before {
    background: var(--blue);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
      top: 0;
      left: 50%;
    width: 50vw;
    height: 100%;
  }
  #about .txtBox .innerBox {
    margin: 0 0 0 auto;
    width: 72%;
  }
  #about .deco-1 {
    bottom: 100px;
    left: -3vw;
    width: 42vw;
  }
  #about .deco-2 {
    bottom: 0;
    left: 25%;
    width: 24%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
  #about .deco-1 {
    left: -5vw;
    width: 565px;
    height: 520px;
  }
  #about .deco-2 {
    bottom: -40px;
    left: 290px;
    width: 290px;
  }
}

/*====================================================
////id detail-1
====================================================*/
#detail-1 .headBox {
  margin: auto;
  max-width: 940px;
  overflow: hidden;
}
#detail-1 .headBox h2 {
  display: inline-block;
  padding: 0 1.5em;
  position: relative;
}
#detail-1 .headBox h2::before,
#detail-1 .headBox h2::after {
  border-top: solid 1px;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: 0;
    bottom: 0;
  width: 50vw;
  height: 0;
}
#detail-1 .headBox h2::before {
  right: calc(100% - 1em);
}
#detail-1 .headBox h2::after {
  left: calc(100% - 1em);
}

#detail-1 .itemBox {
  justify-content: center;
}
#detail-1 .item .box-1 {
  border-radius: 3px;
  margin-bottom: 70px;
  padding: 2px;
}
#detail-1 .item .box-1::after {
  background: url('../img/okinawa_investment/arrow.png') no-repeat center / contain;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: calc(100% + 13px);
    left: 0;
    right: 0;
  width: 25px;
  height: 45px;
}
#detail-1 .item .box-1 .txt {
  min-height: 3.5em;
}
#detail-1 .item .img {
  border-radius: 0 0 2px 2px;
  padding: .7em .5em;
}
#detail-1 .item .box-2 .txt {
  border-radius: 2px;
  border-width: 2px;
  min-height: 3.5em;
  padding: .1em .3em;
}
#detail-1 .txtBox {
  font-size: 1.25em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #detail-1 .itemBox-outer {
    background: var(--s_blue);
    padding: 2em 1em;
  }
  #detail-1 .itemBox {
    grid-gap: 2em 15px;
    margin-bottom: 1.5em;
  }
  #detail-1 .item {
    flex: none;
    width: calc(100% / 3 - 10px);
  }
}

@media screen and (max-width: 769px) {
  #detail-1 .itemBox {
    grid-gap: 1.5em 6px;
  }
  #detail-1 .item {
    flex: none;
    font-size: .9em;
    width: calc(100% / 3 - 4px);
  }
  #detail-1 .item .box-1 {
    margin-bottom: 40px;
  }
  #detail-1 .item .box-1::after {
    top: calc(100% + 7px);
    width: 15px;
    height: 25px;
  }
  #detail-1 .itemBox-outer > p {
    font-size: 1.15em;
  }
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
  #detail-1 .itemBox {
    grid-gap: 20px;
    overflow: hidden;
    padding-bottom: 1em;
  }
  #detail-1 .item {
    flex: 1;
  }
  #detail-1 .item .box-1 {
    z-index: 5;
  }
  #detail-1 .item .box-2::before {
    background: var(--s_blue);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
      top: -35px;
      left: -16px;
    width: calc(100% + 70px);
    height: calc(100% + 50px);
    z-index: -1;
  }
  #detail-1 .item .box-2 .txt {
    margin: auto;
    width: calc(100% - 1em);
  }
  #detail-1 .itemBox-outer > p {
    background: var(--s_blue);
    margin-top: -1px;
    padding-bottom: 1.5em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
  #detail-1 .itemBox {
    grid-gap: 30px;
  }
  #detail-1 .item .box-1 .txt {
    font-size: 1.7rem;
    min-height: 3em;
  }
  #detail-1 .item .img {
    padding: 1em .8em;
  }
  #detail-1 .item .box-2 .txt {
    width: calc(100% - 1.8em);
  }
}

/*====================================================
////id detail-2
====================================================*/
#detail-2 .item .txt {
  border-radius: 2px;
  margin-bottom: 1em;
  min-height: 3.5em;
}
#detail-2 .item .txt::after {
  border: solid transparent;
  border-top-color: var(--blue);
  border-width: .9em .6em 0;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    bottom: -.8em;
    left: 0;
    right: 0;
  width: 0;
  height: 0;
}
#detail-2 .item .img .coverImg {
  padding-top: 100%;
}
#detail-2 .linkBox .linkBtn::after {
  background: url('../img/cmn/icon-pdf.png') no-repeat center / contain;
  width: 1.8em;
  height: 2em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #detail-2 .innerBox {
    grid-gap: 1.5em;
  }
  #detail-2 .itemBox {
    grid-gap: 1.2vw;
    margin: auto;
    width: 100%;
      max-width: 700px;
  }
  #detail-2 .txtBox {
    font-size: 2.2rem;
  }
  #detail-2 .linkBox {
    padding-top: 1em;
  }
}

@media screen and (min-width:769px) and (max-width:960px) {
  #detail-2 .txtBox {
    text-align: center;
  }
}

@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
  #detail-2 .txtBox {
    font-size: 1.6em;
  }
  #detail-2 .itemBox {
    flex-wrap: wrap;
    grid-gap: 1em 2vw;
    justify-content: center;
  }
  #detail-2 .item {
    flex: none;
    width: calc(50% - 1.2vw);
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
  #detail-2 .innerBox {
    grid-gap: 1em 40px;
    grid-template-columns: 430px 1fr;
    grid-template-rows: 1fr auto;
  }
  #detail-2 .txtBox {
    font-size: 2.0vw;
  }
  #detail-2 .itemBox {
    font-size: .9em;
    grid-column: 2;
    grid-row: span 2;
    grid-gap: 1.2vw;
  }
}


@media screen and (min-width:1280px) {
  #detail-2 .innerBox {
    grid-gap: 1em 80px;
  }
  #detail-2 .txtBox {
    font-size: 2.5rem;
  }
  #detail-2 .itemBox {
    font-size: 1em;
    grid-gap: 40px;
  }
  #detail-2 .linkBox .linkBtn {
    max-width: 430px;
  }
}

/*====================================================
////id merit
====================================================*/
#merit .item {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .09);
  grid-template-rows: auto 1fr;
}
#merit .item .coverImg {
  padding-top: 85%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #merit .itemBox {
    grid-gap: 1em 1.5vw;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    /* max-width: 500px; */
  }
  #merit .item .txt {
    min-height: 5.5em;
    padding: .3em .5em;
  }
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #merit .itemBox {
    grid-gap: 1.5em 1.5vw;
    grid-template-columns: repeat(4, 1fr);
  }
  #merit .item .txt {
    font-size: .85em;
    min-height: 4.5em;
    padding: .3em .5em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #merit .itemBox {
    grid-gap: 1em 1vw;
  }
  #merit .item .txt {
    min-height: 5.5em;
  }
}

@media screen and (min-width:1280px) {
  #merit .itemBox {
    grid-gap: 2em 50px;
  }
  #merit .item .txt {
    font-size: 1em;
  }
}

/*====================================================
////id overview
====================================================*/
#overview .txtBox {
  border-radius: 5px;
}
#overview .txtBox .detail table ,
#overview .txtBox .detail table td {
  background: #fff;
  border: none;
  font-size: .9em;
}
#overview .txtBox .detail table td:nth-child(1) {
  border-right: solid 1px var(--l_b_gray);
  padding: 0 .5em 1em 0;
}
#overview .txtBox .detail table td:nth-child(2) {
  padding: 0 0 1em .5em;
}
#overview .txtBox .detail table tr:last-child td {
  padding-bottom: 0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #overview .itemBox {
    grid-gap: 2em;
  }
  #overview .txtBox {
    padding: 2em .8em;
  }
  #overview .imgBox img {
    margin: auto;
	 width:100%;
    max-width: 400px;
  }
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #overview .itemBox {
    grid-gap: 40px;
    grid-template-columns: auto 1fr;
  }
  #overview .txtBox {
    padding: 2em 1.5em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #overview .imgBox img {
    margin: auto;
    max-height: 70vh;
    /* min-height: 800px; */
  }
}

@media screen and (min-width:1280px) {
  #overview .itemBox {
    grid-gap: 70px;
  }
}

/*====================================================
////id achievements
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #achievements {
    padding-bottom: 40px;
  }
  #achievements .item {
    padding: 0 0.5em;
  }
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #achievements .itemBox {
    margin: 0 -.5em;
    width: calc(100% + 1em);
  }
  #achievements .item {
    padding: 0 .5em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
  #achievements .itemBox {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  #achievements .item {
    padding: 0 15px;
  }
}

/*====================================================
////id guidebook
====================================================*/
#guidebook {
  z-index: 10;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #guidebook .innerBox {
    padding: 50vw 0 30vw;
  }
  #guidebook .deco-1 {
    top: 10vw;
    left: 0;
    width: 35%;
  }
  #guidebook .deco-2 {
    top: -40px;
    left: 25%;
    width: 30%;
  }
  #guidebook .deco-3 {
    top: 9vw;
    left: 48%;
    width: 23%;
  }
  #guidebook .deco-4 {
    bottom: -25px;
    right: 0;
    width: 28%;
  }
  #guidebook .deco-5 {
    bottom: -50px;
    right: 25%;
    width: 20%;
  }
}

@media screen and (max-width:500px) {
  #guidebook .innerBox {
    padding: 70vw 0 50vw;
  }
  #guidebook .deco-1 {
    top: 12vw;
    left: 0;
    width: 44%;
  }
  #guidebook .deco-2 {
    top: -40px;
    left: 35%;
    width: 35%;
  }
  #guidebook .deco-3 {
    top: 10vw;
    left: 60%;
    width: 27%;
  }
  #guidebook .deco-4 {
    bottom: -25px;
    right: 0;
    width: 40%;
  }
  #guidebook .deco-5 {
    bottom: -60px;
    right: 30%;
    width: 35%;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #guidebook .deco-1 {
    top: 10vw;
    left: 0;
    width: 25%;
      max-width: 440px
  }
  #guidebook .deco-2 {
    top: -40px;
    left: 13%;
    width: 23%;
      max-width: 376px;
  }
  #guidebook .deco-3 {
    top: 9vw;
    left: 27%;
    width: 18%;
      max-width: 303px;
  }
  #guidebook .deco-4 {
    top: 30vw;
    left: 29%;
    width: 15%;
      max-width: 303px;
  }
  #guidebook .deco-5 {
    top: 40vw;
    left: 18%;
    width: 13%;
      max-width: 230px;
  }
  #guidebook .txtBox {
    margin: 0 0 0 auto;
    width: 50%;
  }
  #guidebook .txtBox .linkBtn {
    margin-left: 0;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #guidebook .deco-4 {
    top: 38vw;
    left: 20%;
    width: 23%;
  }
  #guidebook .deco-5 {
    top: 50vw;
    left: 6%;
    width: 18%;
  }
}

@media screen and (min-width:1280px) {
  #guidebook .deco-4 {
    top: auto;
    bottom: -80px;
    left: auto;
    right: 0;
  }
  #guidebook .deco-5 {
    top: auto;
    bottom: -120px;
    left: auto;
    right: 13%;
  }
}

@media screen and (min-width:1780px) {
  #guidebook .deco-4 {
    bottom: 22px;
  }
  #guidebook .deco-5 {
    top: auto;
    bottom: -160px;
    left: auto;
    right: 13%;
  }
}

/*====================================================
////id news
====================================================*/
#news .item {
  border-bottom: solid 1px var(--l_b_gray);
  padding: 1em 0;
}
#news .item .date_cate {
  grid-template-columns: 7em 1fr;
}
#news .item .date {
  font-size: .94em;
}
#news .item .category {
  font-size: .875em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #news {
    padding-top: 50px;
  }
  #news .linkBox {
    text-align: right;
  }
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #news .headBox .jp_en {
    place-items: flex-start;
  }
  #news .itemBox-outer {
    grid-gap: 0 8vw;
    grid-template-columns: auto 1fr;
    place-content: center;
    padding-left: 5vw;
  }
  #news .itemBox {
    grid-row: span 2;
    place-content: center;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1080px) {
  #news .innerBox {
    padding-top: 180px;
  }
}

@media screen and (min-width:1280px) {
}

@media screen and (min-width:1780px) {
  #news .innerBox {
    padding-top: 230px;
  }
  #news .itemBox-outer {
    padding-left: 0;
  }
}

/*====================================================
////id event
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #event .item {
    padding: 0 0.5em;
  }

}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #event .itemBox {
    margin: 0 -.5em;
    width: calc(100% + 1em);
  }
  #event .item {
    padding: 0 .5em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
  #event .itemBox {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  #event .item {
    padding: 0 15px;
  }
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}
