@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%;
}

.titleWrap.homeVer .inr {
  position: static;
}

.titleWrap.homeVer .hdgWrap {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}

.titleWrap.homeVer .hdgWrap .hdg {
  font-size: 5rem;
  line-height: 1.1;
}

.titleWrap.homeVer .hdgWrap .hdgSub {
  color: #FFF;
  line-height: 2;
}

.titleWrap.homeVer .scroll {
  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);
  }
  .titleWrap.homeVer .inr {
    height: auto;
    min-height: 550px;
  }
  .titleWrap.homeVer .hdgWrap {
    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 {
    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: #222226;
}

.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: #34353a;
  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 {
  padding: 100px 30px;
}

.inforWrap .commb {
  float: left;
  width: 445px;
}

.inforWrap .commb:nth-child(even) {
  float: right;
}

.inforWrap .commb .hdgWrap {
  text-align: center;
}

.inforWrap .commb .hdgWrap .hdg {
  font-size: 4rem;
  line-height: 1.25;
}

.inforWrap .commb .list01 {
  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 {
  border-bottom: 1px solid #000;
  box-shadow: 0px 1px 0px 0px #3f4046;
  padding: inherit;
}

.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 a {
  display: block;
  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 .btnArw {
  margin-top: 40px;
  width: 227px;
}

.inforWrap .commb .btnArw a {
  height: 50px;
}

.inforWrap .commb .btnArw a:before {
  top: 16px;
  width: 56px;
}

@media screen and (max-width: 768px) {
  .inforWrap .inr {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .inforWrap .commb {
    float: none;
    width: auto;
  }
  .inforWrap .commb:nth-child(even) {
    float: none;
    margin-top: 50px;
  }
  .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;
  }
}

.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;
  }
}
