@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
body {
  min-width: 950px;
}
h1 {
  font-size: 100%;
  line-height: 1;
}

/* ==

　02. モジュール

=============================================================================== */

/* MV
------------------------------------------------------------------------------- */
.gMv {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  aspect-ratio: 1440 / 640;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  color: #18191F;
}
.gMv .gMv_bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mv_bg01.jpg) no-repeat center center;
  background-size: cover;
  transition: opacity 1s linear;
  opacity: 0;
}
.gMv_bg01.inView {
  opacity: 1;
}
.gMv_opening {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
}
.gMv_opening_lead {
  margin-top: -60px;
  padding: 0 20px;
}
.gMv_opening p {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  opacity: 0;
  line-height: 1.692307;
}
.gMv_opening h2 {
  margin-top: 60px;
  opacity: 0;
}
.gMv_opening h2 span {
  font-size: 74px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  letter-spacing: -0.02em;
}
.gMv_opening h2 span span {
  font-size: 74px;
  color: #1199A6;
}
.gMv .gMv_bg02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mv_bg02.png) no-repeat 0 0;
  background-size: cover;
  display: none;
  opacity: 0;
  mix-blend-mode: multiply;
}
.gMv .gMv_bg02 canvas {
  opacity: 0.5;
}
.gMv .gMv_bg02.inView {
  display: block;
}
.gMv .gMv_bg03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mv_bg03.jpg) no-repeat center center;
  background-size: cover;
  display: none;
  opacity: 0;
  pointer-events:all;
  filter: brightness(1);
}
.gMv .gMv_bg03.inView {
  display: block;
}
.gMv_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: none;
  opacity: 0;
}
.gMv_layer.inView {
  display: block;
}
.gMv_layer .gMv_link {
  position: absolute;
  aspect-ratio: 1 / 1;
  top: 500px;
  pointer-events:all;
  clip-path: circle(49% at 50% 50%);
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
.gMv_layer .gMv_link img {
  transition: all .8s linear(0, 0.0874, 0.2047, 0.3429, 0.4929, 0.6464, 0.7961, 0.9357, 1.06, 1.1656, 1.25, 1.3122, 1.3521, 1.371, 1.3706, 1.3536, 1.3227, 1.2812, 1.2323, 1.1793, 1.125, 1.0721, 1.0227, 0.9788, 0.9415, 0.9116, 0.8896, 0.8755, 0.8688, 0.869, 0.875, 0.8859, 0.9006, 0.9179, 0.9366, 0.9558, 0.9745, 0.992, 1.0075, 1.0207, 1.0313, 1.039, 1.044, 1.0464, 1.0463, 1.0442, 1.0403, 1.0351, 1.029, 1.0224, 1.0156, 1.009, 1.0028, 0.9973, 0.9927, 0.989, 0.9862, 0.9844, 0.9836, 0.9836, 0.9844, 0.9857, 0.9876, 0.9897, 0.9921, 0.9945, 0.9968, 0.999, 1.0009, 1.0026, 1.0039, 1.0049, 1.0055, 1.0058, 1.0058, 1.0055, 1.005, 1.0044, 1.0036, 1.0028, 1.002, 1.0011, 1.0004, 0.9997, 0.9991, 0.9986, 0.9983, 0.9981, 0.998, 0.998, 0.998, 0.9982, 0.9984, 0.9987, 0.999, 0.9993, 0.9996, 0.9999, 1.0001, 1.0003, 1);
}
.gMv_layer a.gMv_link:hover img {
  transform: scale3d(1.03, 1.03, 1.03);
  filter: brightness(1.35);
}
.gMv_layer .gMv_link-01 {
  width: 27.083333%;
  top: 38%;
  left: 2%;
  animation-duration: 3.1s;
}
.gMv_layer .gMv_link-02 {
  width: 22.222222%;
  top: 8%;
  left: 23%;
  animation-duration: 2.9s;
}
.gMv_layer .gMv_link-03 {
  width: 24.305555%;
  top: 46%;
  left: 34%;
  animation-duration: 3.0s;
}
.gMv_layer .gMv_link-04 {
  width: 24.305555%;
  top: 5%;
  left: 49%;
  animation-duration: 2.95s;
}
.gMv_layer .gMv_link-05 {
  width: 20.83333%;
  top: 53%;
  left: 63%;
  animation-duration: 3.05s;
}
.gMv_layer .gMv_link-06 {
  width: 18.05555%;
  top: 16%;
  left: 77%;
  animation-duration: 3.15s;
}
.gMv_layer .gMv_link-07 {
  width: 17.3611111%;
  top: 52%;
  left: 83%;
  animation-duration: 2.85s;
}
@keyframes fuwafuwa {
    0% {
        transform:translate(0, 0);
    }
    50% {
        transform:translate(0, -10px);
    }
    100% {
        transform:translate(0, 0);
    }
}
@keyframes fuwafuwa2 {
    0% {
        transform:translate(0, 0);
    }
    50% {
        transform:translate(0, -15px);
    }
    100% {
        transform:translate(0, 0);
    }
}
@keyframes fuwafuwa3 {
    0% {
        transform:translate(0, 0);
    }
    50% {
        transform:translate(0, 15px);
    }
    100% {
        transform:translate(0, 0);
    }
}
.gMv_layer .gMv_layer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  /* background: url(../images/mv_bg04.png) no-repeat 0 0;
  background-size: cover; */
}
.gMv_layer .gMv_layer_bg span {
  position: absolute;
  aspect-ratio: 1 / 1;
}
.gMv_layer .gMv_layer_bg-01 {
  animation: fuwafuwa2 5s ease-in-out infinite alternate;
}
.gMv_layer .gMv_layer_bg-02 {
  animation: fuwafuwa3 5s ease-in-out infinite alternate;
}
.gMv_layer .gMv_layer_bg-01 .bg01 {
  width: 15.277777%;
  top: 45%;
  left: -5%;
  background: url(../images/mv_bg06.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-01 .bg02 {
  width: 11.111111%;
  top: 2%;
  left: 19.5%;
  background: url(../images/mv_bg06.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-01 .bg03 {
  width: 15.97222222%;
  top: 26%;
  left: 38%;
  background: url(../images/mv_bg04.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-01 .bg04 {
  width: 12.5%;
  top: 78%;
  left: 49%;
  background: url(../images/mv_bg05.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-01 .bg05 {
  width: 16.66666%;
  top: -3%;
  left: 83%;
  background: url(../images/mv_bg04.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-02 {
  filter: blur(2px);
  opacity: 0.7;
}
.gMv_layer .gMv_layer_bg-02 .bg01 {
  width: 11.11111%;
  top: 17%;
  left: 8%;
  background: url(../images/mv_bg05.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-02 .bg02 {
  width: 13.888888%;
  top: 69%;
  left: 18%;
  background: url(../images/mv_bg05.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-02 .bg03 {
  width: 11.944444%;
  top: 59%;
  left: 31%;
  background: url(../images/mv_bg04.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-02 .bg04 {
  width: 12.5%;
  top: -4%;
  left: 47%;
  background: url(../images/mv_bg06.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-02 .bg05 {
  width: 13.194444%;
  top: 48%;
  left: 59%;
  background: url(../images/mv_bg06.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-02 .bg06 {
  width: 11.11111%;
  top: 15%;
  left: 66%;
  background: url(../images/mv_bg05.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-02 .bg07 {
  width: 9.722222%;
  top: 75%;
  left: 88%;
  background: url(../images/mv_bg06.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_layer .gMv_layer_bg-02 .bg08 {
  width: 12.5%;
  top: 44%;
  left: 91%;
  background: url(../images/mv_bg05.png) no-repeat 0 0;
  background-size: cover;
}
.gMv_scroll {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 13px;
	height: 145px;
	background: url(/English/greenexpo2027/images/mv_scroll01.png) no-repeat 0 0;
	background-size: cover;
	opacity: 0;
	transition: all .5s linear;
}
.gMv_scroll.gMv_scroll-fixed {
	position: fixed;
}
.gMv_scroll.inView {
	opacity: 1;
}
.gMv_scroll_circle {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #000;
	display: block;
	position: absolute;
  top: 40px;
  left: calc(50% - 3px);
	animation-name: scroll;
	animation-duration: 2s;
	animation-iteration-count:infinite;
}
@keyframes scroll {
	0%{
		opacity: 0;
		transform: translateY(0);
	}
	20% {
		opacity: 1;
	}
	80%{
		opacity: 1;
		transform: translateY(100px);
	}
	100% {
		opacity: 0;
		transform: translateY(100px);
	}
}

.gMv_skip {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 6px 15px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  border: 1px solid #1199A6;
  color: #1199A6;
  opacity: 0;
  transition: opacity 1s linear;
}
.gMv_skip.inView {
  opacity: 1;
}
.gMv_skip:hover {
  text-decoration: underline;
}

/* ロゴ
------------------------------------------------------------------------------- */
.gMv_logo {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 174px;
  height: 214px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  transition: all 1s cubic-bezier(0,.6,.4,1);
  pointer-events: none;
}
.gMv_logo.inView {
  opacity: 1;
}
@media screen and (max-width: 1150px) {
  .gMv_logo {
    width: 145px;
    height: 180px;
  }
  .gMv_logo img {
    width: 63.21%;
    height: auto;
  }
}

/* カウントダウン
------------------------------------------------------------------------------- */
.gMv_head {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #24252E;
  z-index: 2;
  transition: all 1s cubic-bezier(0,.6,.4,1);
}
.gMv_head.inView {
  top: 0;
}
.gMv_head_in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.gMv_language {
  width: 96px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #484A58;
  position: absolute;
  top: 7px;
  right: 20px;
  border-radius: 16px;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.gMv_language_item {
  width: 44px;
  height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 55px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.gMv_language_item-current {
  background-color: #B3E1E8;
  color: #24252E;
  pointer-events: none;
  cursor: default;
}
.gMv_language_item:hover {
  background-color: #B3E1E8;
  color: #24252E;
}
.gMv_timer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gMv_timer::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/mv_icon.svg) no-repeat 0 0;
  background-size: 100%;
  margin-right: 10px;
}
.gMv_timer p {
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.gMv_timer .gMv_box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  margin: 0 0 0 5px;
}
.gMv_timer .gMv_box .gMv_number {
  margin: 0 5px;
  padding: 4px 12px;
  background-color: #484A58;
  border-radius: 2px;
  font-size: 24px;
  font-weight: 600;
}
.gMv_timer .gMv_box .gMv_label {
  font-size: 10px;
}

/* ブロック
------------------------------------------------------------------------------- */
.gSection {
  padding: 0 20px;
  font-family: "Noto Serif JP", serif;
  color: #18191F;
}
.gSection a {
  color: #18191F;
}
.gSection_in {
  max-width: 1240px;
  margin: 0 auto;
}
.gSection-overview {
  background-color: #F5F5F5;
  padding: 0 40px;
}

/* News
------------------------------------------------------------------------------- */
.gNews {
  max-width: 1000px;
  background-color: #EBF7FC;
  border-radius: 32px;
  margin: 0 auto 90px;
  padding: 50px 60px;
}
.gNews_in {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
}
.gNews_tit {
  width: 140px;
}
.gNews_tit h2 {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
/* .gNews_info {
  width: calc(100% - 160px);
  height: 200px;
  overflow-y: scroll;
  padding-right: 20px;
} */
.gNews_info {
  width: calc(100% - 140px);
  height: auto;
}
.gNews_list_item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.gNews_list_item:last-child {
  margin-bottom: 0;
}
.gNews_list_item .gNews_list_date {
  width: 92px;
  font-size: 14px;
}
.gNews_list_item .gNews_list_txt {
  position: relative;
  width: calc(100% - 92px);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #fff;
}
.gNews_list_item a.gNews_list_txt span {
  position: relative;
}
.gNews_list_item a.gNews_list_txt span::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/img_arrow.svg) no-repeat 0 0;
  display: inline-block;
  margin-left: 10px;
  transform: translateY(2px);
}
.gNews_info::-webkit-scrollbar {
  width: 8px;
}
.gNews_info::-webkit-scrollbar-thumb {
  background: #1199A6;
  border-radius: 4px;
}
.gNews_info::-webkit-scrollbar-track {
  background: #D0E4EF;
}

/* Access
------------------------------------------------------------------------------- */
.gAccess {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 100px;
}
.gAccess h2 {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #1199A6;
  position: absolute;
  top: 0;
  left: 0;
}

/* Overview
------------------------------------------------------------------------------- */
.gOverview {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.gOverview h2 {
  position: relative;
  top: -30px;
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.gOverview h2 span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.gOverview dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #CCCCCC;
  font-size: 16px;
  margin-bottom: 30px;
}
.gOverview dl dt {
  width: 180px;
  padding: 17px 0;
  border-bottom: 1px solid #CCCCCC;
  color: #1199A6;
  font-weight: 600;
}
.gOverview dl dd {
  width: calc(100% - 180px);
  padding: 17px 0;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 500;
}
.gOverview_btn {
  background-color: #1199A6;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 6px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  width: 280px;
  text-align: center;
  transition: opacity .2s linear;
}
.gOverview_btn:hover {
  opacity: 0.7;
}
.gOverview_btn::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 8px;
    margin: 0 0 0 10px;
    background: url(/English/common/images/rn04/svg/blank_ico02.svg) left top no-repeat;
    background-size: contain;
    vertical-align: 0.1em;
}
.gOverview_copy {
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
}

/* 関連グループ会社
------------------------------------------------------------------------------- */
.gSection-group {
  padding: 60px 0;
}
.gGroup h2 {
  position: relative;
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}
.gGroup h2 span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.gGroup .gGroup_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gGroup .gGroup_list::after {
  content: "";
  display: block;
  width: 50%;
  max-width: 616px;
}
.gGroup .gGroup_list .gGroup_item {
  position: relative;
  width: 24.1%;
  max-width: 308px;
  text-decoration: none;
  margin-bottom: 50px;
}
.gGroup .gGroup_list .gGroup_item[target=_blank] .gGroup_txt::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 8px;
  margin: 0 0 0 10px;
  background: url(/English/expo2025/images/icon02.png) left top no-repeat;
  background-size: contain;
  vertical-align: 0.1em;
  z-index: 1;
}
.gGroup .gGroup_list .gGroup_item::before {
  content: "";
  width: 100%;
  height: 163px;
  display: block;
  background-color: #F5F5F5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gGroup .gGroup_list .gGroup_item .gGroup_img {
  position: relative;
  width: 227px;
  height: 190px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.gGroup .gGroup_list .gGroup_item .gGroup_txt {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
}
.gGroup .gGroup_list .gGroup_item .gGroup_txt span {
  position: relative;
}
.gGroup .gGroup_list .gGroup_item .gGroup_txt span::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #1199A6;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.gGroup .gGroup_list .gGroup_item:hover .gGroup_txt {
  color: #1199A6;
}
.gGroup .gGroup_list .gGroup_item:hover .gGroup_txt span::before {
  width: 100%;
  transition: width 0.5s cubic-bezier(0, 0.75, 0.25, 1);
}

/* モーダル
------------------------------------------------------------------------------- */
.mfp-bg {
  background-color: #292B38;
  opacity: .88;
}
.mfp-wrap {
  min-width: 950px;
  font-family: "Noto Serif JP", serif;
}
.mfp-container {
  padding: 0 50px;
}
.modal {
  position: relative;
  max-width: 1240px;
  margin: -20px auto 0;
  padding: 0 0 100px 0;
  color: #18191F;
}
.modal_wrap {
  position: relative;
}
.modal_in {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  border-radius: 300px;
  overflow: hidden;
}
.modal_num {
  position: relative;
  top: 60px;
  font-size: 88px;
  color: #1199A6;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
.modal_num span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 5px solid #1199A6;
}
.modal_tit {
  font-size: 64px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.modal_tit span {
  font-size: 14px;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-weight: 500;
  display: block;
  margin-top: 15px;
}
.modal_txt  {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
.modal_txt .modal_txt_in {
  padding: 50px 0;
  border-top: 1px solid #CCCCCC;
}
.modal_txt .modal_txt_in p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
}
.modal_lead {

}
.modal_lead_in {
  width: 680px;
  margin: 0 auto;
  padding: 70px 20px;
}
.modal_lead_in p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}
.modal_lead_in p:last-child {
  margin-bottom: 0;
}

.modal_lead .modal_lead_tit {
  margin-bottom: 50px;
}
.modal_lead .modal_lead_tit h3 {
  text-align: center;
}
.modal_lead .modal_lead_txt {
  text-align: center;
}
.modal_lead-03 .modal_lead_in {
  max-width: 960px;
  width: auto;
}
.modal_lead_col {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
.modal_lead_col .modal_lead_img {
  max-width: 320px;
  width: 33.33333%;
}
.modal_lead_col .modal_lead_img img {
  border-radius: 20px;
  overflow: hidden;
}
.modal_lead_col .modal_lead_txt {
  max-width: 560px;
  width: 58.33333%;
  text-align: left;
}
.modal_lead_col .modal_lead_txt h3 {
  font-size: 24px;
  font-weight: 700;
}
.modal_lead_col .modal_lead_txt p {
  font-size: 16px;
  font-weight: 600;
}
.modal_lead_col .modal_btn {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  width: auto;
  padding: 6px 20px 6px 30px;
}
.modal_lead_col .modal_btn::before,
.modal_lead_col .modal_btn::after {
  display: none;
}
.modal_lead_col .modal_btn::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 11px;
  height: 8px;
  top: auto;
  left: auto;
  margin: 0 0 0 10px;

  background: url(/English/common/images/rn04/svg/blank_ico02.svg) left top no-repeat;
  background-size: contain;
  vertical-align: 0.1em;
  transform: rotate(0deg);
}
.modal_lead_col .modal_btn::after {

}
.modal_img-v1 {
  padding: 0 60px;
}
.modal_close,
.modal_close02 {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.modal_close:hover,
.modal_close02:hover {
  opacity: 0.7;
}
.modal_close::before,
.modal_close::after,
.modal_close02::before,
.modal_close02::after  {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 30px;
  background: #fff;
}
.modal_close::before,
.modal_close02::before {
  transform: rotate(45deg);
}
.modal_close::after,
.modal_close02::after {
  transform: rotate(-45deg);
}
.modal_close-top {
  position: absolute;
  top: 80px;
  right: 0;
}
.modal_close-bottom {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 40px);
  width: 40px;
  padding-left: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 20px;
  font-size: 14px;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.modal_close-bottom::before,
.modal_close-bottom::after {
  height: 20px;
}
.modal_close02-top {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal_close02-bottom {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 40px);
  width: 40px;
  padding-left: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 20px;
  font-size: 14px;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.modal_close02-bottom::before,
.modal_close02-bottom::after {
  height: 20px;
}
.modal .mfp-close {
  display: none;
}
.modal_btn {
  position: absolute;
  top: 35%;
  right: 10%;
  background-color: #1199A6;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 6px 6px 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  width: 110px;
  text-align: center;
  transition: opacity .2s linear;
}
.modal_btn:hover {
  opacity: 0.7;
}
.modal_btn::before,
.modal_btn::after {
  content: "";
  width: 9px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 25px;
  top: 18px;
}
.modal_btn::after {
  transform: rotate(90deg);
}
#gModal01 .modal_lead-01 {
  background: url(../images/modal/01_bg.jpg) no-repeat 0 0;
  background-size: cover;
}
#gModal01 .modal_lead-02 {
  background: url(../images/modal/02_bg.jpg) no-repeat 0 0;
  background-size: cover;
}
#gModal01 .modal_lead-03 {
  background: url(../images/modal/05_bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.mfp-container .modal {
    animation: clip-anim 0.8s cubic-bezier(0,.8,.4,1) forwards, scale-anim .6s cubic-bezier(0,.8,.4,1) forwards;
}
@keyframes clip-anim {
    from {
        clip-path: circle(0% at 50% 70%);
    }
    to {
        clip-path: circle(67% at 50% 50%);
    }
}
@keyframes scale-anim {
    from {
        transform: scale3d(0.8, 0.8, 0.8);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.swiper {
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  width: 30px;
  height: 40px;
  top: 600px;
}
.d_hover .swiper-button-next:hover,
.d_hover .swiper-button-prev:hover {
  opacity: 0.7;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: 0;
}
.swiper-button-prev {
  left: -37px;
}
.swiper-button-next {
  right: -37px;
}
.swiper-slide {
  opacity: 0 !important;
}
.swiper-slide-active {
  opacity: 1 !important;
}
.swiper-button-disabled {
  opacity: 0 !important;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{ padding:0;}
/*         #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} */
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; /* background:url(images/controls.png) no-repeat 0 0; */}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
/*         #cboxClose{background-position:-50px 0px; right:0;} */
/*         #cboxClose:hover{background-position:-50px -25px;} */
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
#cboxPrevious,
#cboxNext {
	display: none !important;
}
#cboxOverlay {
  /* background: rgba(0, 0, 0, .8); */
  background-color: #292B38;
  opacity: .88;
}
#cboxContent {
  margin: 0;
}
#cboxClose {
  background: url(../images/icon01.svg) no-repeat 0 0;
  background-size: 48px;
  padding: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  opacity: 1;
}
#cboxClose:hover {
	opacity: 0.7;
}
.gMapModal {
  padding: 20px 30px 20px 20px;
}
.gMapModal span {
  display: block;
  margin: 50px 0;
  padding: 20px;
  background-color: #fff;
}
#colorbox {
  width: 100% !important;
  height: 100% !important;
}
#cboxWrapper {
  height: 100vh !important;
  overflow-y: auto !important;
}
#cboxContent,
#cboxLoadedContent {
  height: auto !important;
  max-height: none !important;
}
#inline-content img {
  width: 100% !important;
  height: auto !important;
} 