@charset "UTF-8";

/* ======================================


 トップ


==================================== */
#main {
    min-width: 1050px;
    width: auto;
}

.titleWrap.homeVer {
    background-image: url(/img/project/top/main_visual.png);
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
    min-height: 800px;
}

.titleWrap.homeVer .inr {
    position: static;
    height: auto;
}

.titleWrap.homeVer .hdgWrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
	opacity: 0;
}

.titleWrap.homeVer .hdgWrap.active{
	opacity: 1;
    transition: opacity .3s;
}

.titleWrap.homeVer .hdgWrap .hdg {
    font-size: 5rem;
    line-height: 1.1;
}

.titleWrap.homeVer .hdgWrap .hdgSub {
    color: #FFF;
    line-height: 2;
}

.titleWrap.homeVer .scroll {
    display: none;
    bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.titleWrap.homeVer .scroll a {
    color: #FFF;
    display: inline-block;
    height: 50px;
    position: relative;
    text-decoration: none;
}

.titleWrap.homeVer .scroll a:hover {
    opacity: 1;
}

.titleWrap.homeVer .scroll a:before, .titleWrap.homeVer .scroll a:after {
    content: "";
    position: absolute;
}

.titleWrap.homeVer .scroll a:before {
    background-color: #FFF;
    height: 35px;
    left: 50%;
    top: 20px;
    width: 1px;
}

.titleWrap.homeVer .scroll a:after {
    border-top: 1px solid #FFF;
    height: 0;
    left: 45%;
    top: 48px;
    width: 14px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.titleWrap.homeVer .scroll a:hover:before {
    animation: horizontalArrow 1.8s infinite;
}

.titleWrap.homeVer .scroll a:hover:after {
    animation: horizontalArrow2 1.8s infinite;
}

@media screen and (max-width: 768px) {
    .titleWrap.homeVer {
        background-image: url(/img/project/top/main_visual_sp.png);
        min-height: 0;
    }

    .titleWrap.homeVer .inr {
        height: auto;
        min-height: 550px;
    }

    .titleWrap.homeVer .hdgWrap {
        left: 50%;
        position: absolute;
        top: 50%;
        width: 100%;
        bottom: inherit;
        padding-top: inherit;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .titleWrap.homeVer .hdgWrap .hdg {
        font-size: 3rem;
        line-height: 1.16667;
    }

    .titleWrap.homeVer .hdgWrap .hdgSub {
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 15px;
    }
}

@keyframes horizontalArrow {
    50% {
        top: 10px;
    }

    60% {
        top: 20px;
    }

    70% {
        top: 14px;
    }

    80% {
        top: 20px;
    }

    90% {
        top: 17px;
    }

    100% {
        top: 20px;
    }
}

@keyframes horizontalArrow2 {
    50% {
        top: 38px;
    }

    60% {
        top: 48px;
    }

    70% {
        top: 43px;
    }

    80% {
        top: 48px;
    }

    90% {
        top: 45px;
    }

    100% {
        top: 48px;
    }
}

@media screen and (max-width: 768px) {
    .titleWrap.homeVer .scroll {
        display: block;
        bottom: 15px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .titleWrap.homeVer .scroll a {
        height: 35px;
    }

    .titleWrap.homeVer .scroll a:before {
        height: 20px;
        top: 15px;
    }

    .titleWrap.homeVer .scroll a:after {
        top: 30px;
        width: 10px;
    }

    .titleWrap.homeVer .scroll a:hover {
        background-position: inherit;
    }

    .titleWrap.homeVer .scroll a:hover:before, .titleWrap.homeVer .scroll a:hover:after {
        animation: none;
    }
}

.svWrap {
    background-color: #34353a;
}

.svWrap .inr {
    max-width: 990px;
    padding-bottom: 120px;
    padding-top: 105px;
}

.svWrap .hdgWrap {
    text-align: center;
}

.svWrap .listCol3_s1.changeShape01 {
    margin-top: 50px;
}

.svWrap .listCol3_s1.changeShape01>li {
    margin-right: 66px;
    width: -webkit-calc((100% - 132px) / 3);
    width: calc((100% - 132px) / 3);
}

.svWrap .listCol3_s1.changeShape01>li:nth-child(3n) {
    margin-right: 0;
}

.svWrap .listCol3_s1.changeShape01>li .im {
    box-shadow: 6px 6px 0px 0px rgba(24, 69, 107, 0.5);
}

.svWrap .listCol3_s1.changeShape01>li .hdg02 {
    border-bottom: 1px solid #000;
    box-shadow: 0px 1px 0px 0px #3c3c3c;
    color: #FFF;
    font-weight: 400;
}

.svWrap .listCol3_s1.changeShape01>li .hdg02 .hdgSub {
    color: #6bc7e7;
}

.svWrap .listCol3_s1.changeShape01>li .tx {
    color: #bbb;
}

.svWrap .btnArw {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    #main {
        min-width: inherit;
        margin-left: 0;
        margin-right: 0;
    }

    #main .inr {
        padding-left: 15px;
        padding-right: 15px;
    }

    .svWrap .inr {
        max-width: inherit;
        padding-bottom: 60px;
        padding-top: 52.5px;
    }

    .svWrap .hdgWrap .hdg {
        font-size: 4rem;
        line-height: 1.25;
    }

    .svWrap .listCol3_s1.changeShape01 {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .svWrap .listCol3_s1.changeShape01 li {
        margin-right: auto;
        width: 100%;
    }
}

.supportWrap {
    background-color: #222226;
    padding-bottom: 95px;
    padding-top: 95px;
}

.supportWrap .inr {
    max-width: 990px;
}

.supportWrap .hdg {
    color: #FFF;
    font-size: 4rem;
    line-height: 1.25;
    font-weight: normal;
    text-align: center;
}

.supportWrap .hdg span {
    font-size: 2.4rem;
    line-height: 1.25;
    display: block;
}

.supportWrap .listCol3_s1 {
    margin-top: 30px;
}

.supportWrap .listCol3_s1>li {
    background-color: transparent;
    box-shadow: none;
    margin-right: 60px;
    padding: inherit;
    position: relative;
    width: 33.33%;
    width: -moz-calc((100% - 120px) / 3);
    width: -webkit-calc((100% - 120px) / 3);
    width: calc((100% - 120px) / 3);
}

.supportWrap .listCol3_s1>li:nth-child(3n) {
    margin-right: 0;
}

.supportWrap .listCol3_s1>li:before {
    position: static;
}

.supportWrap .listCol3_s1>li .hdg02 {
    color: #FFF;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 15px;
}

.supportWrap .listCol3_s1>li .tx {
    color: #bbb;
}

@media screen and (max-width: 768px) {
    .supportWrap {
        padding-bottom: 45px;
        padding-top: 45px;
    }

    .supportWrap .inr {
        max-width: inherit;
    }

    .supportWrap .hdg {
        font-size: 2.4rem;
        line-height: 1.25;
    }

    .supportWrap .hdg span {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .supportWrap .listCol3_s1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .supportWrap .listCol3_s1>li {
        margin-right: auto;
        padding: 0;
        width: auto;
    }

    .supportWrap .listCol3_s1>li .im {
        margin: auto;
        width: 74.13%;
    }

    .supportWrap .listCol3_s1>li .hdg02 {
        margin-bottom: 10px;
    }
}

.inforWrap {
    background-color: #222226;
}

.inforWrap .inr {
    position: relative;
    padding: 0 30px 100px;
    /* padding: 100px 30px; */
}

.inforWrap .inr:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 40px auto;
    background: #2b2b31;
}

.inforWrap .commb {
    float: left;
    width: 445px;
    position: relative;
}

.inforWrap .commb:nth-child(even) {
    float: right;
}

.inforWrap .commb .hdgWrap {
    position: absolute;
    bottom: 100%;
    text-align: center;
    opacity: 0;
}

.inforWrap .commb .hdgWrap.active {
    opacity: 1;
    transition: opacity .3s;
}

.inforWrap .commb .hdgWrap .hdg {
    font-size: 4rem;
    line-height: 1.25;
}

.inforWrap .commb .hdgWrap .hdg {
    display: inline;
}

.inforWrap .commb .hdgWrap .hdgSub {
    display: inline;
}

.inforWrap .commb .list01 {
    border-top: none;
    box-shadow: none;
    /* border-top: 1px solid #000;
  box-shadow: 0px 1px 0px 0px #3f4046 inset; */
    /* margin-top: 15px; */
}

.inforWrap .commb .list01:before {
    background-color: #3c3c3c;
}

.inforWrap .commb .list01>li {
    margin-top: 0;
    border-bottom: 1px solid #000;
    box-shadow: 0px 1px 0px 0px #3f4046;
    padding: inherit;
    padding: 20px;
}

.inforWrap .commb .list01>li:after {
    background-color: #3c3c3c;
}

.inforWrap .commb .list01>li:before {
    content: "";
    position: static;
}

.inforWrap .commb .list01>li .hdg02 {
    margin-bottom: 5px;
    margin-top: auto;
}

.inforWrap .commb .list01>li .ymd {
    color: #6bc7e7;
    font-size: 1.4rem;
    line-height: 1.35714;
}

.inforWrap .commb .list01>li .tx {
    color: #FFF;
    margin-top: 5px;
}

.inforWrap .commb .list01>li .tx-sub {
    display: none;
    margin-top: 18px;
    padding-top: 18px;
    font-size: 1.4rem;
    line-height: 1.7;
    border-top: 1px solid #444;
    color: #fff;
}

.inforWrap .commb .list01>li>a {
    display: block;
    margin: -20px;
    padding: 20px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.inforWrap .commb .list01>li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: overlay;
    opacity: 1;
}

.inforWrap .commb .list01>li a:hover .tx {
    color: #6bc7e7;
    text-decoration: underline;
}

.inforWrap .commb .list01>li a {
    display: block;
}

.inforWrap .commb .btnArw {
    margin-top: 40px;
    width: 227px;
}

.inforWrap .commb .btnArw a {
    height: 50px;
}

.inforWrap .commb .btnArw a:before {
    top: 16px;
    width: 56px;
}

.inforWrap .commb .list01>li:nth-child(1) {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-bottom: 25px;
    padding: 0;
    border-bottom: none;
    box-shadow: none;
    background: none;
    opacity: 0;
}

.inforWrap .commb .list01>li:nth-child(1).active {
    opacity: 1;
    transition: opacity .3s;
}

.inforWrap .commb .list01>li:nth-child(1)>a {
    position: relative;
    margin: 0;
    padding: 36px 20px 20px;
    background: #34353a;
}

.inforWrap .commb .list01>li:nth-child(1)>a:before {
    content: "";
    left: 20px;
    position: absolute;
    background-color: #009dd3;
    height: 25px;
    top: 0;
    width: 20px;
}

.inforWrap .commb .list01>li:nth-child(1)>a:after {
    content: "";
    left: 20px;
    position: absolute;
    border-style: solid;
    border-width: 0 10px 5px 10px;
    border-color: transparent transparent #34353a transparent;
    top: 20px;
    transition: 0s;
}

.inforWrap .commb .list01>li:nth-child(1)>a:hover {
    background: #484950;
    transition: background .3s;
}

.inforWrap .commb .list01>li:nth-child(1)>a:hover:after {
    border-color: transparent transparent #484950 transparent;
    transition: border-color .3s;
}

.inforWrap .commb .list01>li:nth-child(1) .ymd {
    margin-bottom: 16px;
}

.inforWrap .commb .list01>li:nth-child(1) .tx {
    font-size: 2rem;
    line-height: 1.6;
}

.inforWrap .commb .list01>li:nth-child(1) .tx-sub {
    display: block;
}

@media screen and (max-width: 768px) {
    .inforWrap .inr {
		position: static;
        padding-bottom: 50px;
        padding-top: 50px;
    }

	.inforWrap .inr:before {
	    display: none;
	}

    .inforWrap .commb {
        float: none;
        width: auto;
    }

    .inforWrap .commb:nth-child(even) {
        float: none;
        margin-top: 50px;
    }

    .inforWrap .commb .hdgWrap {
        position: static;
        margin-bottom: 23px;
        transform: none !important;
    }

    .inforWrap .commb .hdgWrap .hdg {
        display: block;
    }

    .inforWrap .commb .hdgWrap .hdgSub {
        display: block;
    }

    .inforWrap .commb .list01>li .hdg02 {
        margin-bottom: 5px;
        margin-top: auto;
    }

    .inforWrap .commb .list01>li .ymd {
        font-size: 1rem;
        line-height: 1.5;
    }

    .inforWrap .commb .list01>li .tx {
        color: #bbb;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .inforWrap .commb .list01>li a {
        padding: 10px;
        transition: none;
    }

    .inforWrap .commb .btnArw {
        margin-top: 20px;
        width: 214px;
    }

    .inforWrap .commb .btnArw a {
        height: 45px;
    }

    .inforWrap .commb .btnArw a:before {
        top: 15px;
        width: 50px;
    }

    .inforWrap .commb .list01>li:nth-child(1) {
        position: static;
        margin-bottom: 15px;
    }

    .inforWrap .commb .list01>li:nth-child(1)>a {
        padding: 24px 10px 10px;
    }

    .inforWrap .commb .list01>li:nth-child(1)>a:before {
        left: 10px;
        height: 20px;
    }

    .inforWrap .commb .list01>li:nth-child(1)>a:after {
        left: 10px;
        top: 15px;
    }

    /* .inforWrap .commb .list01 > li:nth-child(1) > a:before {
  	content: "";
      left: 20px;
      position: absolute;
      background-color: #009dd3;
      height: 25px;
      top: 0;
      width: 20px;
  }
  .inforWrap .commb .list01 > li:nth-child(1) > a:after {
  	content: "";
      left: 20px;
      position: absolute;
      border-style: solid;
      border-width: 0 10px 5px 10px;
      border-color: transparent transparent #34353a transparent;
      top: 20px;
      transition: 0s;
  } */
    .inforWrap .commb .list01>li:nth-child(1) .ymd {
        margin-bottom: 8px;
        font-size: 0.9rem;
    }

    .inforWrap .commb .list01>li:nth-child(1) .tx {
        height: auto !important;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .inforWrap .commb .list01>li:nth-child(1) .tx-sub {
        display: block;
        height: auto !important;
        margin-top: 12px;
        padding-top: 12px;
        font-size: 1rem;
        line-height: 1.8;
    }
}

.columnWrap {
    background-color: #34353a;
}

.columnWrap .inr {
    padding: 50px 30px;
}

.columnWrap .hdgWrap {
    text-align: center;
}

.columnWrap .eachColumn {
    margin-top: 40px;
}

.columnWrap .eachColumn .commb {
    float: left;
    width: 475px;
}

.columnWrap .eachColumn .commb:nth-child(even) {
    margin-left: 40px;
}

.columnWrap .eachColumn .commb .upper {
    background-color: #222222;
    color: #ddd;
    padding: 30px;
    position: relative;
}

.columnWrap .eachColumn .commb .upper:before, .columnWrap .eachColumn .commb .upper:after {
    content: "";
    left: 20px;
    position: absolute;
}

.columnWrap .eachColumn .commb .upper:before {
    background-color: #009dd3;
    height: 25px;
    top: 0;
    width: 20px;
}

.columnWrap .eachColumn .commb .upper:after {
    border-style: solid;
    border-width: 0 10px 5px 10px;
    border-color: transparent transparent #222 transparent;
    top: 20px;
    transition: 0s;
}

.columnWrap .eachColumn .commb a {
    text-decoration: none;
}

.columnWrap .eachColumn .commb a:hover .upper:after {
    border-color: transparent transparent #484950 transparent;
}

.columnWrap .eachColumn .commb .upper .ymd {
    color: #6bc7e7;
}

.columnWrap .eachColumn .commb .upper .ttl {
    border-bottom: 1px solid #444;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 15px;
    padding-bottom: 14px;
}

.columnWrap .eachColumn .commb a .upper {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.columnWrap .eachColumn .commb a:hover .upper {
    background-color: #484950;
    background-blend-mode: overlay;
    box-shadow: 5px 5px 0px 0px rgba(28, 29, 34, 0.35);
    opacity: 1;
}

.columnWrap .eachColumn .commb .balloon {
    background-image: url(/img/common/img_column.png);
    background-position: 30px 14px;
    background-repeat: no-repeat;
    border: 1px solid #4d4e55;
    border-radius: 10px;
    margin-top: 15px;
    padding: 14px 30px 18px 93px;
    position: relative;
}

.columnWrap .eachColumn .commb .balloon:before, .columnWrap .eachColumn .commb .balloon:after {
    content: "";
    position: absolute;
}

.columnWrap .eachColumn .commb .balloon:before {
    border-style: solid;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent #444444 transparent;
    left: 95px;
    top: -14px;
}

.columnWrap .eachColumn .commb .balloon:after {
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #34353a transparent;
    left: 96px;
    top: -12px;
}

.columnWrap .eachColumn .commb .balloon .name {
    color: #FFF;
}

.columnWrap .eachColumn .commb .balloon .position {
    color: #CCC;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: auto;
}

.columnWrap .btnArw {
    margin-top: 65px;
}

@media screen and (max-width: 768px) {
    .columnWrap .inr {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .columnWrap .eachColumn {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .columnWrap .eachColumn .commb {
        float: none;
        width: auto;
    }

    .columnWrap .eachColumn .commb:nth-child(even) {
        margin-left: auto;
        margin-top: 30px;
    }

    .columnWrap .eachColumn .commb .upper {
        padding: 25px 15px;
    }

    .columnWrap .eachColumn .commb .upper:before, .columnWrap .eachColumn .commb .upper:after {
        left: 15px;
    }

    .columnWrap .eachColumn .commb .upper:before {
        height: 17px;
        width: 15px;
    }

    .columnWrap .eachColumn .commb .upper:after {
        border-width: 0 7.5px 4px 7.5px;
        top: 13px;
    }

    .columnWrap .eachColumn .commb .upper .ymd {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .columnWrap .eachColumn .commb .upper .ttl {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 7.5px;
        padding-bottom: 7px;
    }

    .columnWrap .eachColumn .commb a .upper {
        transition: none;
    }

    .columnWrap .eachColumn .commb a:hover .upper {
        background-color: #222222;
        box-shadow: none;
    }

    .columnWrap .eachColumn .commb .balloon {
        background-position: 15px 10px;
        background-size: 23px auto;
        border-radius: 10px;
        margin-top: 10px;
        padding: 10px 10px 10px 47px;
    }

    .columnWrap .eachColumn .commb .balloon:before {
        border-width: 0 4px 7px 4px;
        left: 47.5px;
        top: -7px;
    }

    .columnWrap .eachColumn .commb .balloon:after {
        border-width: 0 3px 7px 3px;
        left: 48.5px;
        top: -5px;
    }

    .columnWrap .eachColumn .commb .balloon .name {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .columnWrap .eachColumn .commb .balloon .position {
        font-size: 1rem;
        line-height: 1.5;
    }

    .columnWrap .btnArw {
        margin-top: 30px;
        width: 214px;
    }

    .columnWrap .btnArw a {
        height: 45px;
    }

    .columnWrap .btnArw a:before {
        top: 15px;
        width: 50px;
    }
}

.contactWrap {
    background-image: url(/img/common/conact_main02.png);
}

.contactWrap .inr {
    height: 738px;
    padding-top: 210px;
}

@media screen and (max-width: 768px) {
    .contactWrap {
        background-image: url(/img/common/conact_main02_sp.png);
    }

    .contactWrap .inr {
        height: inherit;
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.bannerWrap {
    background-color: #34353a;
}

.bannerWrap ul {
    padding-bottom: 30px;
    padding-top: 40px;
    min-width: 1050px;
}

.bannerWrap ul li {
    float: left;
    margin-right: 45px;
    width: 320px;
}

.bannerWrap ul li:nTh-child(3n) {
    margin-right: 0;
}

.bannerWrap ul li a img {
    height: auto;
    width: 100%;
}

.bannerWrap ul li p {
    margin-top: 10px;
    color: #CCC;
}

@media screen and (max-width: 768px) {
    .bannerWrap .inr {
        padding-left: 25px;
        padding-right: 25px;
    }

    .bannerWrap ul {
        padding-top: 30px;
        min-width: inherit;
    }

    .bannerWrap ul li {
        float: none;
        margin-right: auto;
        margin-top: 25px;
        width: auto;
    }

    .bannerWrap ul li:first-child {
        margin-top: 0;
    }

    .bannerWrap ul li p {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-top: 5px;
    }
}