/* ===== 202201 gaikaex apppc css ===== */

/* common
============================================================*/
/* mainContents */
#pageContents #mainContents {
    overflow: visible;
}
/* color */
.colorTeal01{
  color: #008080;
  background: -webkit-linear-gradient(top, #008080, #4bbaba, #008080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.colorTeal02{
  color:#008080;
}
.bgTeal01{
  background-color:#1e9f9f;
  color:#fff;
}
.bgTeal02{
  background-color:#e5f3f3;
}

/* fontsize */
.fsL{
  font-size: 70px;
  line-height: 1.2;
  font-weight: bold;
}
.fsM{
  font-size: 42px;
  line-height: 1.25;
  font-weight: bold;
}
.fsS{
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

/* title */
#apppc .hd_wrap .hd_02 {
    padding-bottom: 0;
    margin-bottom: 40px;
    position: relative;
}
.secTtl {
    margin-bottom: 60px;
}
.blockTtl {
    margin-bottom: 30px;
}
/* padding&margin */
.pt250{
  padding-top: 50px;
  margin-top: 200px;
}
.pt200{
  padding-top: 50px;
  margin-top: 150px;
}

@media screen and (max-width: 889px){
/* fontsize */
.fsL{
  font-size: 60px;
}
.fsM {
    font-size: 36px;
}
.fsS {
    font-size: 20px;
}
}

@media screen and (max-width: 767px){
/* mainContents */
#pageContents {
  padding: 60px 0 0;
}
.cntSpace{
  padding: 0 15px;
  box-sizing: border-box;
}

/* fontsize */
.fsL{
  font-size: 36px;
  line-height: 1.15;
}
.fsM{
  font-size: 26px;
  line-height: 1.3;
}

/* title */
#apppc .hd_wrap .hd_02 {
  margin-bottom: 40px;
  font-size: 22px;
}
.secTtl {
  margin-bottom: 40px;
}
.blockTtl {
  margin-bottom: 20px;
}

/* padding&margin */
.sp_pt120{
  padding-top: 60px;
  margin-top: 60px;
}
#apppc .sp_pt100{
  padding-top: 60px !important;
  margin-top: 40px;
}
}

/* appMv
============================================================*/
.appMv {
      position: relative;
  }
.mvWrap {
    position: relative;
    width: 100%;
}
.mvSns {
    position: absolute;
    top: 0;
    right: 0;
}
.mvSnsIcon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

@media screen and (max-width: 767px){
.mvSns {
    top: 103%;
    margin: 0 auto;
    left: 0;
    text-align: center;
}
.mvSnsIcon {
    width: 27px;
    height: 27px;
}
}

/* pageLinkArea
============================================================*/
.pageLinkArea {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 840px;
  width: 100%;
  margin: 0 auto 100px;
}
.pageLinkArea li {
  background: #f2f2f2;
  width: 47.62%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  height: 50px;
}
.pageLinkArea li.cur {
  background: #aeebeb;
  font-weight: bold;
}
.pageLinkArea li.cur:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #aeebeb transparent transparent transparent;
  display: block;
  position: absolute;
  bottom:-11px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.pageLinkArea li.cur a:hover {
  opacity: 1;
}
.pageLink {
  color: #008080;
  width: 100%;
  height: 100%;
  display: block;
}
.pageLink img {
  position: relative;
  bottom: 13px;
  margin-right: 15px;
}
.pageLink span {
  position: relative;
  bottom: 4px;
}

@media screen and (max-width: 767px){
.pageLinkArea {
    margin: 0 auto 60px;
}
.pageLinkArea li {
    width: 48%;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.pageLink img {
    bottom: 10px;
    display: block;
    margin: 0 auto;
}
.pageLink img.iconSp {
    width: 20px;
}
.pageLink img.iconPc {
    width: 30px;
}
.pageLink span {
    bottom: 8px;
}
}

/* appConcept
============================================================*/
.conceptImg img {
    max-width: 800px;
}

/* appIntro
============================================================*/
.appIntro{
  position: relative;
}
.appIntro:before{
  content: "";
  display: block;
  width: 137px;
  height: 82px;
  background: url("../images/img_intro_02.png") no-repeat center left;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}
.appIntro:after{
  content: "";
  display: block;
  width: 137px;
  height: 82px;
  background: url("../images/img_intro_03.png") no-repeat center right;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 2;
}
.appIntro p {
  position: relative;
  z-index: 3;
}
.appIntro .fs34 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (max-width: 890px){
.appIntro:before, .appIntro:after{
  width: 11%;
}
}

@media screen and (max-width: 767px){
.appIntro:before{
  height: 62px;
  background: url("../images/sp_img_intro_02.png") no-repeat center right;
  background-size: auto 100%;
  top: -10px;
  left: 15px;
}
.appIntro:after{
  height: 62px;
  background: url("../images/sp_img_intro_03.png") no-repeat center left;
  background-size: auto 100%;
  top: -10px;
  right: 15px;
}
.appIntro .fs34 {
  font-size: 26px;
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
}
.appIntro .fs34 + p {
  text-align: left;
}
}

@media screen and (max-width: 500px){
.appIntro:before{
  width: 44px;
  background-position: center left;
  top: 0;
}
.appIntro:after{
  width: 44px;
  background-position: center right;
    top: 0;
}
}

/* appNav
============================================================*/
.appNav {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.appNav li {
    width: 30%;
    height: 153px;
    background: #008080;
}
.appNav a {
    text-align: center;
    padding: 15px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.appNav a:after {
  content: "";
  display: block;
  width: 32px;
  height: 23px;
  background: url(../images/img_nav_01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: .3s;
  opacity: 0;
}
.appNav .navText {
    width: 100%;
    color: #fff;
    font-size: 34px;
    line-height: 1.375em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: .3s;
}
.appNav a:hover {
  opacity: 1;
}
.appNav a:hover:after {
  bottom: 15px;
  opacity: 1;
}
.appNav a:hover .navText {
    -webkit-transform: translate(-50%,-70%);
    transform: translate(-50%,-70%);
}

@media screen and (max-width: 767px){
  .appNav {
      flex-wrap: wrap;
  }
  .appNav li {
    width: 100%;
    height: auto;
    background: #008080;
    margin-bottom: 20px;
}
.appNav li:last-child {
  margin-bottom: 0;
}
.appNav a {
    padding: 27px 60px 23px 20px;
    text-align: left;
    height: 85px;
}
.appNav li:first-child a {
    padding: 8px 60px 8px 18px;
}
.appNav .navText {
    font-size: 26px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
}
.appNav a:after {
    width: 26px;
    height: 20px;
    bottom: 40%;
    right: 0;
    left: 80%;
    opacity: 1;
}
.appNav a:hover:after {
    bottom: 40%;
}
}

/* style
============================================================*/
.styleBox {
    position: relative;
    margin-bottom: 100px;
}
.styleTxt01 {
    position: absolute;
    top: 32px;
    right: 0;
}
.styleTxt02{
    position: absolute;
    bottom: 38px;
    left: 0;
}
.styleTxt02 .modeL {
    background: #d2f0f0;
    color: #008080;
    padding: 7px 10px 5px;
    margin: 0 4px 15px 0;
    display: inline-block;
}
.styleTxt02 .modeD {
    background: #1d2626;
    color: #fff;
    padding: 7px 10px 5px;
    margin: 0 4px 15px;
    display: inline-block;
}
.styleBox2.contentsCol2Wrap {
    margin-bottom: 0;
}
.styleBox2.contentsCol2Wrap .col {
    padding-right: 0;
    padding-left: 0;
}
.styleBox2 .disb {
    margin-top: 15px;
}
.styleBox2 .disb .bgTeal01{
    padding: 7px 10px 5px;
}

@media screen and (max-width: 767px){
.styleBox {
  margin: 70px auto 60px;
}
.styleTxt01 {
  top: -50px;
}
.styleTxt02 {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
.styleTxt02 .modeL, .styleTxt02 .modeD {
  margin-bottom: 12px;
}
.styleBox2.contentsCol2Wrap .col {
  margin-top: 0;
}
.styleBox2 .disb {
    margin-top: 12px;
}
.styleBox2 .styleTxt03 {
    margin-top: -12px;
}
}

/* custom
============================================================*/
.customBox {
    position: relative;
}
.customImg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.customImg p{
  perspective: 300px;
  position: relative;
  width: 600px;
  height: 370px;
}
.customImg01 img{
  transform: perspective(200px) rotateY(3deg);
  transform-origin: 50% 50% 0px;
  position: absolute;
  top: 22px;
  left: 43px;
  width: 600px;
  height: auto;
}
.customImg02 img{
  transform: perspective(200px) rotateY(-3deg);
  transform-origin: 50% 50% 0px;
  position: absolute;
  top: 22px;
  right: 43px;
  width: 600px;
  height: auto;
}
.customTxt {
  padding: 50px 0 0;
  width: 400px;
  position: absolute;
  z-index: 2;
}
.customBox01 .customTxt {
  top: 0;
  right: 0;
}
.customBox02 .customTxt {
  top: 0;
  left: 0;
}
.customTtl .bgTeal02 {
  padding: 7px 10px 5px;
  margin-bottom: 12px;
}
.customTxt .fs16 {
    background: rgba(255,2555,255,.7);
    padding: 5px 10px 3px;
}

@media screen and (max-width: 767px){
.customBox {
  display: flex;
  flex-wrap: wrap;
}
.customImg {
  order: 2;
}
.customImg p {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.customImg img {
  top: 15px;
  width: 430px;
}
.customImg01 img {
  left: 15px;
}
.customImg02 img {
    right: 15px;
}
.customTxt {
    position: relative;
    order: 1;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
}
.customTtl .bgTeal02 {
  padding: 7px 15px 5px;
  margin-bottom: 10px;
}
.customTxt .fs16 {
    background: transparent;
    padding: 0 15px;
}
}

/* chart
============================================================*/
/* chart01 */
.chart01Box{
  position: relative;
}
.chart01Img {
  width: 100%;
}
.chart01Img img {
  max-width: 590px;
}
.chart01Txt {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.chart01Txt .bgTeal02 {
    padding: 7px 10px 5px;
    margin-bottom: 12px;
}
.chart01Txt .txtCenter .bgTeal02:first-child {
    padding-right: 0;
}
.chart01Txt .txtCenter .bgTeal02:last-child {
    padding-left: 0;
}

/* chart02 */
.chart02Box {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
}
.chart02Box ul {
    padding: 0;
    width: 2250px;
    display: flex;
    flex-shrink: 0;
}
.chart02Box ul.loop01 {
   animation: loop1 40s -20s linear infinite;
}
.chart02Box ul.loop02 {
   animation: loop2 40s linear infinite;
}
.chart02Box li {
    display: inline-block;
    width: 20%;
}
@keyframes loop1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

/* chart03 */
.chart03Box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.chart03Box p {
    width: 48%;
}
.chart03Box img {
    max-width: 424px;
}
.chart03 .tableStyleWrap {
    margin-bottom: 0;
}
.listSlash li{
    display: inline-block;
    position: relative;
}
.listSlash li:after{
    content: "/";
    position: relative;
    padding:0 5px;
}
.listSlash li:last-child:after{
    content: none;
}

@media screen and (max-width: 767px){
/* chart01 */
.chart01Box {
    padding-bottom: 55px;
}
.chart01Txt {
    width: 85%;
    max-width: 410px;
    bottom: -10px;
}
.chart01Txt .bgTeal02 {
    padding: 7px 15px 5px !important;
    margin-bottom: 10px;
}

/* chart02 */
.chart02Box ul {
    width: 1750px;
}

/* chart03 */
.chart03Box {
    display: block;
    position: relative;
}
.chart03Box p {
    width: 100%;
}
.chart03Box .colR {
    margin-top: -30px;
}
.chart03Box img {
    width: 75%;
}
}

/* appDl
============================================================*/
.scrollBox {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
.dlBtn {
    max-width: 640px;
    width: 100%;
    background: #008080;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .15em;
    padding: 23px 10px 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px){
  .appDl .contentsText {
    margin-bottom: 20px;
}
  .appDl .contentsText .textTtl {
      margin-bottom: 10px;
  }
  .scrollBox {
    height: 200px;
    margin-bottom: 0;
}
.dlGuide p {
    max-width: 640px;
    width: 100%;
    background: #808080;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 10px;
    box-sizing: border-box;
    line-height: 1.3;
}
}
