@charset "UTF-8";
@font-face {
    font-family: hirakaku;
    font-weight: 200;
    font-style: regular;
    src: url("../fonts/hirakaku ProN W2.woff") format("woff");
}

@font-face {
    font-family: hirakaku;
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/hirakaku ProN W4.woff") format("woff");
}

@font-face {
    font-family: hirakaku;
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/hirakaku Pro W6.woff") format("woff");
}

body {
    color: var(--color-black2);
}

.mb55 {
    margin-bottom: 55px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt20{
	padding-top: 20px;
}

.lmenu{
	display: flex;
	justify-content: space-between;
}

.zen{
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.page_tit{
    font-size: 30px;
    font-family: hirakaku, neue-haas-grotesk-text;
    text-align: left;
    font-weight: 600;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #3c606f;
}

.read{
    padding-top: 30px;
    text-align: center;
}

.justify_con{
	justify-content: center;
}


.col2Side {
    margin-left: 20px;
}

.neueUltraThinItalic {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 100;
    font-style: italic;
}

.Neue35ExtraLight {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.neue45ExtraLight {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.neue45Light {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.neue46LightItalic {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.neue45Bold {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.neue45BoldItalic {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.neue45Roman {
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.neue55Roman {
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.neue56Italic {
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.neue75Bold {
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.neue75BoldItalic {
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.hirakaku {
    font-family: hirakaku;
}

.hirakaku h1,
.hirakaku h2,
.hirakaku h3,
.hirakaku h4 {
    font-family: hirakaku;
}

body {
    font-family: hirakaku, neue-haas-grotesk-text;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
}

.sp-show {
    display: none;
}

.sp-hide {
    display: block;
}

.header__nav_sp {
    display: none;
}

.center{
	text-align: center;
}

#header {
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); */
    position: fixed;
    top: 0;
    background:rgba(255,255,255,0.5);
    width: 100%;
    z-index: 999;
    transition: .3s ease-out;
}

#header.scrolled {
    background-color: #e4e4e4;
    transition: .2s ease-in;
}

#header.scrolled .header__nav__list__item a {
    color: #000;
    /*color: var(--color-black3);*/
}

#header.scrolled .header__nav__list__item a:hover {
    color: #24a626;
}

#header.scrolled .header__nav__list__item.commonBtn1 a {
    color: #FFF;
}

.header__wrap {
    max-width: 1860px;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    display: flex;
    justify-content: space-between;
    transition: .3s ease-in;
}

.header__logo {
    max-width: 320px;
    margin-left: 20px;
    -webkit-flex-basis: 405px;
    flex-basis: 405px;
    display: flex;
    align-items: center;
}

header .header__logo__img.whitelogo {
    display: block;
}

header .header__logo__img.bluelogo {
    display: none;
}

header.scrolled .header__logo__img.whitelogo {}

header.scrolled .header__logo__img.bluelogo {}

header.scrolled .header__wrap {
    height: 75px;
    transition: .2s ease-out;
}

.header__nav.header__nav_pc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.headerLeft {
    display: flex;
    width: 995px;
}

.headerRight {
    width: calc(100% - 995px);
}

.header__nav__list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    text-decoration: none;
    list-style: none;
    align-items: center;
    font-size: 15px;
    white-space: nowrap;
}

.header__nav__list__item {
    margin-right: 40px;
    position: relative;
}

.header__nav_sp {
    display: none;
}

.socialMedia .col:first-child {
    margin-right: 20px;
}



.copyRight {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.2rem;
}

.commonBtn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 160px;
    height: 50px;
    border-radius: 30px;
}

.commonBtn1 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commonBtn1.whiteBlank {
    color: #FFF;
    background-color: unset;
    border: 1px solid #FFF;
    transition: .2s;
}

.commonBtn1.whiteBlank:hover {
    background-color: var(--color-red1);
    border-color: var(--color-red1);
}

.commonBtn2 {
    background-color: var(--color-red1);
    color: #FFF;
}

.commonBtn2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.commonBtn1.black {
    background-color: var(--color-black2);
    color: #FFF;
}

.commonBtn2 {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commonBtn2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.commonBtn3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 200px;
    height: 50px;
    border-radius: 30px;
}

.commonBtn3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.formContainer {
    max-width: 1260px;
    margin-right: auto;
}

.formContainer .formTitle {
    display: flex;
    justify-content: space-between;
}

.checkBoxWrap {
    display: flex;
    align-items: center;
}

.checkBoxWrap .commonCheckBox {
    margin-right: 5px;
}

.error {
    color: var(--color-red1);
}

.commonTextArea textarea {
    width: 100%;
    height: 300px;
}

.commonInput input,
.commonInput select {
    width: 100%;
    height: 60px;
    padding: 0px 30px;
    font-size: 14px;
    font-family: hirakaku;
}

.header__nav__list__item .dot {
    margin-right: 5px;
    opacity: 0;
    transition: 0.2s;
    color: #1e7dbc;
    font-size: 7px;
}

.header__nav__list__item a {
    transition: 0.2s;
    color: #000;
    display: flex;
    align-items: center;
}

.header__nav__list__item a:hover {
    color: var(--color-red1);
    transition: 0.2s;
}

.header__nav__list__item a:hover .dot {
    opacity: 1;
    transition: 0.2s;
}

.header__nav__list__item a:hover {
    color: #1e7dbc;
    transition: 0.2s;
}
.header__nav__list__item.commonBtn1.black {
    transition: .2s;
}

.header__nav__list__item.commonBtn1.black:hover {
    background-color: var(--color-red1);
    color: #FFF;
    transition: .2s;
}

.header__nav__list__item.commonBtn1.black a:hover {
    color: #FFF;
}


.header__nav__list__item.commonBtn3.mainColor {
    transition: .2s;
    background-color: var(--color-main);
    color: #FFF;
}

.flat.border2 {
	position: relative;
	text-align: center;

	/* 中央揃え */
	display: block;
	margin: 0 auto;

	/* 幅の指定 */
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
	padding: 10px;

	/* 色の指定 */
	background: linear-gradient(135deg, #ffd900, #ff9300);
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	transition: 0.3s;
}
.flat.border2:hover {
	background: repeating-linear-gradient(135deg, rgba(255,255,255, 0.3), rgba(255,255,255, 0.3) 2px, transparent 2px, transparent 4px), linear-gradient(135deg, #ffd900, #ff9300);
}
.flat.border2:active, .flat.border2:focus {
	top: 2px;
}



.header__nav__list__item.commonBtn3.mainColor:hover {
    transition: .2s;
    background-color: var(--color-main2);
}

.header__nav__list__item.commonBtn3.mainColor:hover a {
    color: #FFF;
}

.ttl_blue {
	color: #005a96;
    margin-bottom: 33px;
    font-weight: 500;
}
.ttl_blue_h1 {
	font-size: 36px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-weight: 500;
}
.Montserrat_medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
}
.ttl_blue_subTtl {
    font-size: 25px;
    font-weight: bold;
}

.mainVisual img {
    height: 100vh;
    width: 100%;
    position: relative;
    object-fit: cover;
}

.mainVisual .text {
    position: absolute;
    bottom: 16%;
    color: #FFF;
    width: 100%;
}

.mainVisual .text .jap {
    font-size: 50px;
    margin-left: 10%;
}

.mainVisual .text .eng {
    font-size: 150px;
    margin-left: 10%;
}

.mainVisual .fullBorder {
    width: 100%;
    border-bottom: 1px solid #FFF;
}

.LoadVisualWrap {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

#container {
    margin: 0px;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 4px;
}

.LoadVisual {
    position: relative;
    height: 100vh;
}

.LoadImage img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.LoadVisual:before {
    content: "";
    background-color: var(--base-color-darkBlue);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
}

.LoadVisual .mainVisualTextWrap {
    z-index: 10000;
}

.LoadVisualFade {
    width: 100%;
    height: 100%;
}

.whatWeDoWrap {
    display: flex;
    padding-top: 270px;
    padding-bottom: 240px;
    justify-content: space-between;
}
.whatWeDoWrap2 {
    display: flex;
    padding-top: 270px;
    /*padding-bottom: 240px;*/
    justify-content: space-between;
}

.titleEng {
    font-size: 20px;
    font-family: neue-haas-grotesk-display, sans-serif;
}

.colorRed1 {
    color: var(--color-red1);
}

.colorRed1 p {
    color: #FF5851;
}

.underline {
    text-decoration: underline;
}

.whatWeDoWrap .title {
    font-size: 35px;
    line-height: calc(45/35);
    margin-bottom: 40px;
}

.commonText.xs {
    font-size: 12px;
    line-height: 1.7;
}

.commonText.sm {
    font-size: 16px;
    line-height: 40px;
}

.commonText {
    font-size: 16px;
    line-height: calc(32/16);
}

.commonTitle {
    font-size: 18px;
    line-height: calc(33.6/18);
    font-weight: 400;
}

.commonTitle.md {
    font-size: 20px;
    line-height: calc(33.6/20);
    font-weight: 400;
}

.commonTitle.lg {
    font-size: 24px;
    line-height: calc(33.6/24);
    font-weight: 400;
}

.commonTitle.xxxl {
    font-size: 30px;
    line-height: calc(33.6/24);
    font-weight: 600;
}

.commonTitle.xxl {
    font-size: 36px;
    line-height: calc(33.6/24);
    font-weight: 400;
}

.commonTitle.xl {
    font-size: 60px;
    line-height: 1.0;
    font-weight: 400;
}

.commonText.xl {
    font-size: 30px;
    line-height: calc(50/30);
}

.commonLine{
	border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 20px;
}

.come{
	line-height: 40px;
	font-size: 16px;
}



.bgGray3 {
    background-color: #f5f5f5;
}

.bgBlack1 {
    background-color: var(--color-black1);
}

.learnMore {
    display: flex;
    transition: 0.3s ease-in-out;
    transform: translateX(0px);
    fill: #242424;
    align-items: center;
}

.learnMore svg {
    transition: 0.3s ease-in-out;
}

.learnMore:hover svg {
    transform: translateX(10px);
    transition: 0.3s ease-in-out;
    fill: var(--color-red1);
}

.col3Wrap.blogCards .col .learnMore {
    margin-right: 10px;
}

.col3Wrap.blogCards .col:hover .learnMore {
    transform: translateX(10px);
    transition: 0.3s ease-in-out;
    fill: var(--color-red1);
}

.learnMore a {
    margin-right: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.learnMore a svg {
    margin-left: 13px;
}

.col2Wrap.dotText {
    max-width: 1050px;
    margin-left: 60px;
}

.sampleVideo {
    width: 625px;
}

.bgConcept {
    background-image: url("../img/top/bgConcept.png");
    height: 1100px;
    position: relative;
}

.bgConcept .descArea {
    width: 700px;
    height: 950px;
    position: absolute;
    left: 20%;
    top: -10%;
    background-color: #fff;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 160px;
}

.bgConcept .descArea .title {
    font-size: 45px;
    line-height: calc(60/40);
}

.absNewsArea {
    position: absolute;
    top: -60px;
    width: 960px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding-left: 14%;
    padding-right: 50px;
}

.absNewsArea .col {
    display: flex;
}

.absNewsArea .col .title {
    margin-right: 30px;
}

.absNewsArea .col .colorRed1 {
    margin-right: 20px;
}

.posRel {
    position: relative;
}

.pyramidWrap {
    display: flex;
    padding-top: 210px;
    padding-bottom: 500px;
}

.pyramidWrap .desc {
    max-width: 450px;
    white-space: nowrap;
    color: #FFF;
}

.titleAndLearnTitleWrap {
    display: flex;
    justify-content: space-between;
}

.titleAndLearnTitleWrap.white {
    color: #FFF;
}

.titleAndLearnTitleWrap .title {
    display: flex;
    align-items: baseline;
}

.titleAndLearnTitleWrap .title .jap {
    font-size: 20px;
}

.titleAndLearnTitleWrap .title .eng {
    font-size: 50px;
    margin-right: 25px;
}

.titleAndLearnTitleWrap .learnMore {
    align-items: center;
}

.col4Wrap.caseList {}

.col4Wrap.caseList .col .imgWrap,
.col3Wrap.blogCards .col .imgWrap {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    overflow: hidden;
}

.col4Wrap.caseList .col .desc {
    height: 70px;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
}

.col4Wrap.caseList .col .desc .address {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: calc(100% - 70px);
}

.arrowBlackBox {
    background-color: var(--color-black2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
}

.caseContainer {
    position: absolute;
    bottom: -10%;
    z-index: 2;
}

#top03 {
    margin-bottom: 400px;
}

#top05 {
    padding-top: 120px;
}

.col4Wrap.caseList .col {
    position: relative;
}

.col4Wrap.caseList .col .imgWrap:before,
.col3Wrap.blogCards .col .imgWrap:before {
    content: ' ';
    background-color: rgba(0, 0, 0, .2);
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 70px;
    z-index: 2;
}

.valueTheLandWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.valueTheLandWrap img {
    height: auto;
    width: auto;
}

.valueTheLandImage {
    width: 100%;
}

.col4Wrap.caseList .col .imgWrap:hover:before,
.col3Wrap.blogCards .col .imgWrap:before {
    background-color: rgba(0, 0, 0, .0);
    transition: 0.3s ease-in-out;
}

.col4Wrap.caseList .col .imgWrap img,
.col3Wrap.blogCards .col .imgWrap img {
    transition: 0.3s ease-in-out;
}

.col4Wrap.caseList .col .imgWrap img {
    width: 300px;
    height: 330px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.col4Wrap.caseList .col:hover .imgWrap img,
.col3Wrap.blogCards .col:hover .imgWrap img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.col4Wrap.caseList .col .imgWrap .arrowBlackBox {}

.col3Wrap.blogCards .col:hover {}

.animeSlice {
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.col4Wrap.caseList .col:hover .animeSlice:before,
.animeSlice:hover:before {
    transform: translateX(0%);
    transition: 0.5s ease-in-out;
    opacity: 1;
}

.newsRow.animeSlice:before {
    z-index: -1;
}

.newsRow.animeSlice:hover:before {
    z-index: -1;
}

.animeSlice.red:before {
    background: var(--color-red1);
}

.animeSlice.white:before {
    background: #FFF;
}

.animeSlice:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in-out;
    right: -50px;
    transform: translateX(-100%);
}

.animeSlice * {
    z-index: 1;
}

.linkImgWrap {
    display: flex;
    flex-wrap: wrap;
}

.linkImgWrap .col {
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.linkImgWrap .col.fb50 {
    flex-basis: 50%;
    width: 50%;
}

.linkImgWrap .col::before {
    content: ' ';
    background-color: rgba(1, 1, 1, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.linkImgWrap .col a {
    display: block;
    width: 100%;
    height: 100%;
}

.linkImgWrap .col img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.linkImgWrap .textWrap {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFF;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    padding-top: 130px;
    padding-left: 100px;
}

.linkImgWrap .textWrap .eng {
    font-size: 30px;
    margin-bottom: 10px;
}

.linkImgWrap .textWrap .jap {
    font-size: 18px;
}

.linkImgWrap .col::before {
    content: ' ';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}

.linkImgWrap .col:hover:before {
    background-color: rgba(0, 0, 0, .3);
    transition: 0.3s ease-in-out;
}

.privacyTextWrap {
    overflow: hidden;
    height: 260px;
    width: 100%;
    /* max-width: 100%; */
    overflow-y: scroll;
    background-color: #FFF;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid;
}

.privacyTextWrap {
    font-size: 13px;
    font-weight: 200;
    line-height: calc(19.6 / 13);
}

.newsRow {
    border-bottom: 1px solid var(--color-gray2);
    padding-top: 28px;
    padding-right: 20px;
    padding-left: 20px;
}

.newsRow .time {
    margin-bottom: 10px;
    font-size: 12px;
}

.newsRow .ttl {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.newsRow .desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.col3Wrap.blogCards .imgWrap {
    margin-bottom: 30px;
}

.col3Wrap.blogCards .imgWrap img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
}

.col3Wrap.blogCards time {
    font-size: 12px;
}

.col3Wrap.blogCards .blogDate {
    margin-bottom: 10px;
}

.col3Wrap.blogCards .blogTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.withSideBarContainer {
    max-width: 1820px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    margin-top: -100px;
    position: relative;
}

.mainContent {
    width: calc(100% - 470px);
    margin-left: auto;
}

.mainContent .mainTitle {
    margin-left: 50px;
}

.mainContent .mainTitle.ml20 {
    margin-left: 20px;
}

.sideBar {
    width: 370px;
}

.sideBar .stickyWrap {
    position: sticky;
    top: 180px;
    margin-bottom: 150px;
}

.main {
    margin-top: 200px;
}
.main2 {
    margin-top: 0px;
}
.main3 {
    margin-top: 30px;
}
.sideBar .title.eng {
    font-size: 40px;
    margin-bottom: 25px;
}

.sideBar .title.jap {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 50px;
}

.sideBar .breadclumb {
    font-size: 16px;
    /*margin-bottom: 30px;*/
    padding: 40px 20px;
    border: 1px solid #555;
    background-color: #fff;
}

.sideBar .breadclumb2 {
    font-size: 14px;
    /*margin-bottom: 30px;*/
    padding: 23px 20px;
    border: 1px solid #555;
    line-height:18px;
    background-color: #fff;
}
}


.col2Wrap.case {
    margin: 0 -20px;
}

.col2Wrap.case .col {
    flex-basis: calc(50% - 50px);
    margin: 0 25px;
}

.col2ImageTextContainer:nth-child(odd) .col2Wrap.case {
    flex-direction: row-reverse;
}


/* .col2Wrap.case.rev {
    flex-direction: row-reverse;
} */

.col2Wrap.case .commonTitle {
    margin-bottom: 32px;
}

.presidentImg {
    max-height: 500px;
}

.presidentImg img {
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.presidentImg2 {
    max-height: 500px;
    display: flex;
    justify-content: center;
}

.presidentImg2 img {
    object-fit: cover;
    font-family: "object-fit: cover;";
}


.presidentNameArea {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.presidentNameArea .commonText {
    margin-right: 18px;
}

.autographImg {
    width: 60px;
}

.autographImg img {
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.tac {
    text-align: center;
}

.col2Wrap.case .desc {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
}

.col2Wrap.case .figureImg img {
    margin-right: auto;
    margin-left: auto;
}

.commonTable .row {
    display: flex;
    align-items: center;
    align-items: stretch;
}

.commonTable .col.header {
    width: 280px;
}

.commonTable.news .col.header {
    width: auto;
}

.commonTable.news .col .title {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.commonTable.news .col .desc {
    line-height: 1.6;
}

.commonTable .col.desc {
    width: calc(100% - 280px);
}

.commonTable.news .col.header {
    width: auto;
}

.commonTable .col.desc a {
    display: flex;
    align-items: center;
}

.commonTable .col {
    padding-left: 20px;
    /*border-top: 1px solid #DDDDDD;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.commonTable.news .col {
    border-top: none;
}

.commonTable .row .col {
    border-top: 1px solid #DDDDDD;
}

.commonTable.news .row {
    border-top: 1px solid #DDDDDD;
    flex-direction: column;
}

.commonTable.news .row .col {
    border-top: none;
}

.commonTable .row:last-child .col {
    border-bottom: 1px solid #DDDDDD;
}

.commonTable .row:last-child .col {
    border-bottom: 1px solid #DDDDDD;
}


/* .commonTable.lastBorder .row:last-child .col {
    border-bottom: 1px solid #DDDDDD;
} */

.commonTable.news .row:last-child .col {
    border-bottom: 1px solid #DDDDDD;
}

.commonTable.news .row .col .header {
    margin-bottom: 10px;
}

.commonTable .col:not(:last-child) {
    margin-right: 10px;
}

.commonTitleBox {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-gray6);
    color: #FFF;
}

.fw200 {
    font-weight: 200;
}

.fw600 {
    font-weight: 600;
}

.pdfIcon {
    margin-right: 7px;
}

.map-inst {
    height: 550px;
}

.flex {
    display: flex;
    align-items: center;
}

.access {
    max-width: 400px;
    margin-right: 40px;
}

.access .flex p {
    font-size: 16px;
}
.access .flex img {
    padding-right: 10px;
    padding-bottom: 14px;
}

.access p {
    font-size: 14px;
}

.accessBottom {
    margin-bottom: 325px;
}

.accessBottom2 {
    margin-bottom: 50px;
}

.sdgsText{
	line-height: 38px;
}
.sdgsTitle{
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 20px;
}

.csrText{
	line-height: 28px;
}
.csrTitle{
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 10px;
}
.csrt{
	padding-top: 20px;
    font-size: 12px;
}

.preB{
    background: url(../img/company/glogo.png) no-repeat center center;
    background-size: contain;
}

.preTxt{
    font-size: 2em;
    font-weight: 400;
}
.preTxt2{
    font-size: 1.2em;
    font-weight: 400;
    padding-bottom: 20px;
}




.mapBottom {
    margin-bottom: 35px;
}

.mvBox .mvImg{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.mvBox {
    position: relative;
}
.mvBox .mvText{
    position: absolute;
	top: 180px;
    left: 19%;
    color: #fff;
}
.mvBox .mvText h1{
	font-size: 50px;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding-bottom: 10px;
}
.mvBox .mvText p{
    font-size: 26px;
    text-align: left;
}
.sideTitle {
    margin-bottom: 94px!important;
}

.pager>li>a .fa-chevron-left,.fa-chevron-right {
    color: #FF5851;
}

.editorIn {
    line-height: normal;
    padding-left: 20px;
    margin-bottom: 150px;
}

/* .detail-wrapper {
    padding: 100px 160px 0 160px;
} */

.detail-title {
    font-size: 24px;
}


.content-btn {
    margin: auto;
    font-size: 14px;
    width: 160px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    border: solid 1px #FF5851;
    color: #FF5851;
    line-height: 50px;
    margin-bottom: 100px;
}

.service_detail {
    width: 100%;
}

@media screen and (max-width: 1430px) {
    .sideBar {
        width: 300px;
    }
    .mainContent {
        width: calc(100% - 300px);
    }
    .mvBox .mvText {
        left: 200px;
    }
    .service_detail {
        width: 100%;
    }
}

@media screen and (max-width: 1330px) {
    .whatWeDoWrap {
        flex-wrap: wrap;
    }
    .whatWeDoWrap .textWrap {
        width: auto;
    }
    .whatWeDoImg .sp-hide {
        width: 655px;
    }

}

@media screen and (max-width: 1240px) {
    .flex {
        display: block;
    }
    .access {
        margin-bottom: 30px;
    }
    .access .flex {
        display: flex;
    }
    /* .detail-wrapper {
        padding: 100px 100px 0 100px;
    } */
}

@media screen and (max-width: 1100px) {
    .header__nav__list__item {
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .sp-hide {
        display: none;
    }
    .sp-show {
        display: block;
    }
    .header__nav_sp {
        display: block;
    }
    .header__nav.header__nav_pc {
        display: none;
    }
    .mainVisual .text .eng {
        font-size: 35px;
    }
    .mainVisual .text .jap {
        font-size: 26px;
        margin-top: 20px;
    }

    .absNewsArea {
        width: 100%;
        flex-wrap: wrap;
        padding-right: 20px;
        padding-left: 20px;
    }
    .absNewsArea .col {
        flex-wrap: wrap;
    }
    .whatWeDoWrap {
        padding-top: 120px;
        padding-bottom: 50px;
        flex-wrap: wrap;
    }
    .whatWeDoImg {
        margin-top: 30px;
    }
    .bgConcept .descArea {
        width: auto;
        height: auto;
        position: unset;
        background-color: #fff;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 30px;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 30px;
    }
    .bgConcept .descArea .title {
        font-size: 28px;
    }
    .linkImgWrap .col.fb50 {
        flex-basis: 100%;
        width: 100%;
    }
    .caseContainer {
        position: unset;
    }
    .col4Wrap.caseList .col {
        margin-bottom: 30px;
    }
    .learnMore {}
    .pyramidWrap {
        display: flex;
        padding-top: 30px;
        padding-bottom: 30px;
        flex-wrap: wrap;
    }
    .pyramidWrap .desc {
        max-width: unset;
        white-space: unset;
        margin-bottom: 30px;
    }
    #top03 {
        margin-bottom: 100px;
    }
    .col3Wrap.blogCards .col {
        margin-bottom: 30px;
    }
    .titleAndLearnTitleWrap .title {
        flex-wrap: wrap;
    }
    .titleAndLearnTitleWrap .title .eng {
        font-size: 30px;
        margin-bottom: 10px;
        margin-right: 30px;
    }
    .commonText.xl {
        font-size: 26px;
    }
    .bgConcept {
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
    }
    .header__logo {
        margin-left: 10px;
	    max-width: 250px;
	    -webkit-flex-basis: 405px;
	    flex-basis: 405px;
	    display: flex;
	    align-items: center;
    
    
    }
    .titleAndLearnTitleWrap {
        flex-wrap: wrap;
    }
    .titleAndLearnTitleWrap .learnMore {
        width: 100%;
    }
    .pager {
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 10px;
        margin-left: 10px;
    }
    .pager>li {
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .withSideBarContainer {
        flex-wrap: wrap;
    }
    .mainContent {
        width: 100%;
    }
    .mainContent .mainTitle {
        margin-left: 0px;
    }
    .sideBar {
        width: 100%;
        margin-bottom: 30px;
    }
    .main {
        margin-top: 160px;
    }
    .col2Wrap.case .col {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .col2Wrap.case {
        margin: 0px;
    }
    .col2Wrap.case .desc {
        width: auto;
    }
    .commonTable .col.header {
        width: auto;
    }
    .commonTable .col.desc {
        width: auto;
    }
    .commonTable .row {
        flex-direction: column;
    }
    .commonTable .row .col.desc {
        border-top: none;
    }
    .commonTable .col {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .commonTable .col.header {
        padding-left: 0;
    }
    .commonTable .row:last-child .col.header {
        border-bottom: none;
    }
    .linkImgWrap .textWrap {
        top: 0;
        left: 0;
        padding-top: 0;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sampleVideo {
        width: 100%;
    }
    .col2Wrap.dotText {
        margin-left: 10px;
    }
    .sideBar .stickyWrap {
        margin-bottom: 30px;
    }
    .sideBar .title.jap {
        margin-bottom: 30px;
    }
    .mainVisual img {
        height: 75vh;
    }
    .valueTheLandWrap img {
        height: auto;
        width: 100%;
        margin-left: 50px;
        max-width: 500px;
        margin-left: 10%;
    }
    .mainVisual .text {
        position: absolute;
        bottom: 40%;
    }
    .valueTheLandImage {
        border-bottom: 1px solid #FFF;
    }
    .map-inst {
        height: 300px;
    }
    .col2Side {
        margin-left: 0px;
    }
    .mvBox .mvImg{
        height: 300px;
    }
    .mvBox .mvText{
        top: 150px;
        left: 30%;
    }
    .mvBox .mvText h1 {
        font-size: 45px;
    }
    .mvBox .mvText p  {
        font-size: 25px;
    }
    .sideTitle {
        margin-bottom: 50px!important;
    }

    /* .detail-wrapper {
        padding: 0 60px;
    } */
}


.sdgsW{
	width:50%;
}


@media screen and (max-width: 768px) {
    .mvBox .mvImg{
        height: 400px;
    }
    
    .mvBox .mvText{
        top: 220px;
        left: 100px;
    }
    .sdgsW{
    	width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .absNewsArea .col .desc {
        margin-top: 10px;
    }
    .valueTheLandWrap img {
        /* margin-left: 2%; */
        max-width: 70%;
    }
    .mainVisual .text .jap {
        margin-left: 10%;
    }
    .mvBox .mvText{
        top: 220px;
        left: 50px;
    }
    /* .detail-wrapper {
        padding: 0 15px;
    } */
    .mvBox .mvText h1 {
        font-size: 30px;
    }
}



/****************************
* service.php
*****************************/
.img_s_wrapper {
    position: relative;
    margin-bottom: 40px;
}
.img_s_wrapper img {
    width: 100%;
}
.img_s_wrapper p {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    width: 740px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.single_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 120px;
}
.lower_h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.service_detail .lower_h2 {
    text-align: left;
}

.t_flex_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 40px;
}
.t_flex_box {
    position: relative;
    height: 665px;
    width: 47%;
    margin-bottom: 71px;
}
.t_flex_img_box {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 40px;
}
.t_flex_img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.t_flex_block h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.4;
}
.t_flex_text {
    line-height: 2;
    font-weight: 200;
}
.t_flex_low_text {
    position: absolute;
    bottom: 0;
    left: 0;
}
.service_more {
    position: relative;
    transition: .3s;
}
.service_more:after {
    content: "";
    position: absolute;
    background: url(../img/service/service_arrow.png) no-repeat center center;
    background-size: cover;
    width: 33px;
    height: 4px;
    top: 3px;
    right: -47px;
}
.service_more:after {
    transition: .3s;
} 
.t_flex_box:hover .t_flex_low_text .service_more:after {
    right: -57px;
    transition: .3s;
}
/* .t_flex_box:hover .service_more {
    color: var(--color-main);
    transition: .3s;
} */
.kyoka_block {
    color: #F1F1F1;
    background-color: #BBBBBB;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 41px;
}
.kyoka_low_block {
    display: flex;
    margin-bottom: 250px;
    flex-wrap: wrap;
}
.kyoka_box {
    margin-right: 70px;
}
.kyoka_box h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.kyoka_link {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 24px;
    transition: .3s;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}
.kyoka_link_box {
    display: flex;
    flex-direction: column;
}
.kyoka_link:hover {
    color: #FF251C;
    transition: .3s;
}
.kyoka_link:before {
    content: "";
    position: absolute;
    background: url(../img/service/tri_red.png) no-repeat center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    top: 7px;
    left: 7px;
}
.kyoka_link:after {
    content: "";
    position: absolute;
    background: url(../img/service/pdf_icon.png) no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 24px;
    /*
    top: -4px;
    right: -36px;
    */
    top: 2px;
    right: 206px;

}
.sp_active {
    display: none;
}


@media screen and (max-width: 1430px) {
    .t_flex_img_box {
        height: 40%;
    }
}
@media screen and (max-width: 1240px) {
    .img_s_wrapper p {
        width: 524px;
        font-size: 25px;
    }
}
@media screen and (max-width: 1045px) {
    .t_flex_box {
        width: 44%;
    }
}
@media screen and (max-width: 599px) {
    .img_s_wrapper p {
        width: 239px;
        font-size: 20px;
    }
    .sp_active {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .t_flex_box {
        width: 100%;
    }
	.kyoka_link:after {
	    content: "";
	    position: absolute;
	    background: url(../img/service/pdf_icon.png) no-repeat center center;
	    background-size: cover;
	    width: 18px;
	    height: 24px;
	    top: 2px;
	    right: 54px;
	}
}


/* 0113 tsuiki */
.formContainer .formTitle {
    justify-content: flex-start;
}
.commonBtn2 {
    background-color: #478c68;
}
.shorterInput {
    width: 95%;
}
.d-contents {
    display: contents;
}

@media screen and (max-width: 500px) {
    .commonTitle.xl {
        font-size: 40px;
    }
    .d-contents {
        display: block;
    }
    .d-contents .check_height {
        height: auto;
    }
    .formContainer .formTitle {
        margin-bottom: 5px;
    }
    .commonInput  {
        margin-bottom: 10px;
    }
}