@charset "UTF-8";

/*  ----------------------------------------------------------

Layout

----------------------------------------------------------  */
#gContainerInner {
    width: 88%;
    max-width: 1200px;
    min-width: 950px;
}
#gMainBody {
    width: 100%;
    min-height: inherit;
}



/*  ----------------------------------------------------------

Common

----------------------------------------------------------  */
.common_toc {
    font-family: "EB Garamond", serif;
    font-size: 16px;
    letter-spacing: 0.6px;
}
.lead_future_wrap img {
    width: 100%;
    height: auto;
}
.lead_future_wrap h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 400;
    word-break: keep-all;
    word-break: auto-phrase;
    overflow-wrap: anywhere;
    letter-spacing: 2px;
    line-height: 1.6;
}
.lead_future_wrap h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.lead_future_wrap p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    padding-right: 0;
    margin-right: 0;
}
.future01__link,.future02__link,.future03__link {
    display: inline;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
    text-decoration: underline;
    position: relative;
    padding-left: 1.2em;
    transition: all .3s;
    transition: all .3s;
}
.future01__link::before,.future02__link::before,.future03__link::before {
    content: "";
    background: url(../img2/icon_right.png) no-repeat center top / contain;
    width: 0.7em;
    height: 0.7em;
    position: absolute;
    top: 0.15em;
    left: 0;
}
.lead_future_wrap a {
    color: #000;
}
/* .lead_future_wrap a:hover {
    opacity: 0.7;
} */
span.ilb {
    display: inline-block;
}




/*  ----------------------------------------------------------

main visual

----------------------------------------------------------  */
.mv {
    width: 100%;
    height: 620px;
    max-height: 77vh;
}
.mv > div {
    display: flex;
    height: 100%;
    overflow-x: hidden;
    position: relative;
}
.mv > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}
.mv > div > div img {
    width: auto;
    height: 620px;
    max-height: 77vh;
}

.mv__text {
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.mv__text .mv__texten {
    font-family: "EB Garamond", serif;
    font-size: 24px;
    display: block;
    line-height: 2;
    margin-bottom: 14px;
}
.mv__text .mv__textjp {
    font-family: "Noto Serif JP", serif;
    font-size: 42px;
    letter-spacing: 3px;
    line-height: 1.3;
    word-break: keep-all;
    word-break: auto-phrase;
    overflow-wrap: anywhere;
}



/*  ----------------------------------------------------------

lead

----------------------------------------------------------  */
.lead {
    padding: 105px 0;
}
.lead__block {
    display: flex;
    justify-content: center;
    gap: 0 110px;
    font-family: "Noto Serif JP", serif;
    padding: 40px 0;
}
.lead__block > div:nth-of-type(1) {
    flex-basis: 48%;
    max-width: 380px;
}
.lead__block > div:nth-of-type(2) {
    flex-basis: 52%;
    max-width: 490px;
}
.lead__block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
}



/*  ----------------------------------------------------------

future01

----------------------------------------------------------  */
.future01 {
    padding: 120px 0;
    margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
    background-color: #F3F2ED;
}
.future01__block {
    display: flex;
    justify-content: space-between;
    padding: 43px 0 65px;
}
.future01__block > div:nth-of-type(1) {
    flex-basis: 41%;
    display: flex;
    align-items: center;

}
.future01__block > div:nth-of-type(2) {
    flex-basis: 55.5%;
}
.future01__block h2 {
    margin-bottom: 25px;
}
.future01__block p {
    line-height: 2;
}

.future01__subblock_out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}
.future01__subblock_in {
    flex-basis: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.future01__subblock_in > div:nth-of-type(1) {
    flex-basis: 45%;
}
.future01__subblock_in > div:nth-of-type(2) {
    flex-basis: 51%;
}
.future01__subblock_in h3 {
    margin-bottom: 10px;
}
.future01__subblock_in p {
    margin-bottom: 18px;
}

.future01__subblock_out a {
    text-decoration: none;
}
.future01__subblock_img {
    overflow: hidden;
}
.future01__subblock_img img  {
    transition: transform 0.3s ease-in-out;
}
.future01__subblock_out a:hover .future01__subblock_img img  {
    transform: scale(1.05);
}
.future01__subblock_out a:hover .future01__link  {
    text-decoration: none;
}
@media screen and (max-width: 950px) {
    .future01 {
        margin: 0;
        padding: 120px 0;
    }
}



/*  ----------------------------------------------------------

future02

----------------------------------------------------------  */
.future02 {
    padding: 120px 0;
}
.future02__block {
    padding: 43px 0 35px;
}
.future02__block > div:nth-of-type(1) {
    flex-basis: 41%;
    display: flex;
    align-items: center;
}
.future02__block > div:nth-of-type(2) {
    flex-basis: 55.5%;
}
.future02__block h2 {
    margin-bottom: 20px;
}
.future02__block p {
    line-height: 2;
}

.future02__subblock_out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
}
.future02__subblock_out > a {
    flex-basis: 48.2%;
}
.future02__subblock_img {
    margin-bottom: 25px;
}
.future02__subblock_out h3 {
    margin-bottom: 10px;
}
.future02__subblock_out p {
    margin-bottom: 18px;
}

.future02__subblock_out a {
    text-decoration: none;
}
.future02__subblock_img {
    overflow: hidden;
}
.future02__subblock_img img  {
    transition: transform 0.3s ease-in-out;
}
.future02__subblock_out a:hover .future02__subblock_img img  {
    transform: scale(1.05);
}
.future02__subblock_out a:hover .future02__link  {
    text-decoration: none;
}



/*  ----------------------------------------------------------

future03

----------------------------------------------------------  */
.future03 {
    padding: 120px 0;
    margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
    background-color: #F3F2ED;
}
.future03__toc {
    margin-bottom: 23px;
}

.future03__block_out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 75px 0;
}
.future03__block_out > a {
    flex-basis: 48.2%;
}
.future03__block_img {
    margin-bottom: 30px;
}
.future03__block_out h2 {
    margin-bottom: 20px;
}
.future03__block_out p {
    margin-bottom: 28px;
}

.future03__block_out a {
    text-decoration: none;
}
.future03__block_img {
    overflow: hidden;
}
.future03__block_img img  {
    transition: transform 0.3s ease-in-out;
}
.future03__block_out a:hover .future03__block_img img  {
    transform: scale(1.05);
}
.future03__block_out a:hover .future03__link  {
    text-decoration: none;
}

@media screen and (max-width: 950px) {
    .future03 {
        margin: 0;
        padding: 120px 0;
    }
}



/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
.sp {
    display: none !important;
}




