@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none
  }
}
 
.pc_only{
    display: block;
}
 
.sp_only{
    display: none;
}
 
 
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only{
  display: block !important;
  }
}

/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.t-mode-rwd .l-content-main {
	padding: 0 !important;
}

.article-inner {
  	max-width: 1030px;
    margin: 0 auto;
    padding: 70px 15px;
	position: relative;
}

.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
.l-content-head {
 position: relative;
 }
}



@media screen and (max-width: 767px) {
.l-content-head {
padding: 0;
 }
.t-mode-rwd .m-nav-breadcrumb-ctg {
 	position: absolute;
    top: 100px;
    left: 10px;
	background-color:rgba(0,0,0,0);
 }
 
.t-mode-rwd .m-nav-breadcrumb-ctg * {
    color: #000;
  } 
}

/* Section */
.container {
  position: relative;
  background: #FAFFAF;
  height: 50vh;
}


/* Hero Header */
.main-hero {
  width: 100%;
  min-height: 70vh;
  background-color: transparent;
  position: relative;
}
.main-hero::before{
  content: '';
  background: #fff url(/checkin/support/img/main_img_back_01.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 24vw;
  display: block;
  z-index: -10;
}

@media screen and (max-width: 767px) {
.main-hero {
  min-height: 530px;
}

.main-hero::before{
  content: '';
  
  top: 33px;
  left: 0;
  width: 100%;
  height: 24vw;
  display: block;
  z-index: -10;
 }
}

.main-hero2 {
  width: 100%;
  min-height: 100vh;
  background-color: transparent;
  position: relative;
}

.main-hero2::after{
  content: '';
  background: #fff url(/checkin/support/img/main_img_back_02.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 24vw;
  display: block;
  z-index: -10;
}

.hdg-main-hero {
	width: 100%;
    padding: 1px 0.67vw 0 10.4vw;
    position: relative;
}

@media screen and (max-width: 767px) {
.hdg-main-hero {
	padding: 30px 0.67vw 0 10.4vw;
 }
}

.hdg-main-hero h1 {
	width: 24.8vw;
    margin-top: 130px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
.hdg-main-hero h1 {
	width: 33.8vw;
    margin-top: 130px;
 }
}

@media screen and (max-width: 767px) {
.hdg-main-hero h1 {
	width: 100%;
}

.hdg-main-hero h1 > img {
	width: 54vw;
	transform: translateY(90px);
 }
}

.hdg-main-hero-img {
	background: transparent url(/checkin/support/img/main_index.jpg) no-repeat;
    background-size: cover;
    border-radius: 0px 200px 0px 0px;
    opacity: 1;
    position: absolute;
    top: 100px;
    left: 4.4vw;
    width: calc(100% - 32.1vw);
    margin-left: 200px;
    height: calc(100% - 60px);
    z-index: -5;
}

@media screen and (max-width: 767px) {
.hdg-main-hero-img {
	background: transparent url(/checkin/support/img/sp/main_index.jpg) no-repeat;
	background-size: cover;
    border-radius: 0px 60px 0px 0px;
	opacity: 1;
	top: 70px;
    left: 20vw;
    width: 80vw;
    margin-left: 0;
 }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
.hdg-main-hero-img {
    border-radius: 0px 180px 0px 0px;
    top: 100px;
    left: 0.4vw;
    width: calc(100% - 25.1vw);
    margin-left: 200px;
    height: calc(100% - 45px);
 }
}

.hdg-main-hero-footer {
	background-color: #EFD152;
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 45%;
    height: 75px;
    border-radius: 63px 0 0 63px;
    padding: 25px 40px 15px 70px;
}

@media screen and (max-width: 767px) {
.hdg-main-hero-footer {
    width: 80%;
    height: 10vw;
    padding: 15px;
	margin-bottom: -60px;
	bottom: -90px;
	right: 0;
 }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
.hdg-main-hero-footer {
    bottom: -95px;
    width: 70%;
    height: 80px;
    border-radius: 63px 0 0 63px;
    padding: 33px 50px 15px 80px;
 }
}


.hdg-concept {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 300px;
	height: auto;
}

@media screen and (max-width: 767px) {
.hdg-concept {
	top: 60px;
	width: 200px;
 }
}

.hdg-concept-title h2 img{
	position: relative;
	width: 80%;
	max-width: 600px;
	padding: 100px 0;
}

@media screen and (max-width: 767px) {
.hdg-concept-title h2 img{
	width: 60%;
	max-width: 600px;
	padding: 100px 0;
 }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
.hdg-concept-title h2 img{
	width: 60%;
	max-width: 600px;
	padding: 100px 0;
 }
}

.hdg-concept-title h2{
	position: relative;
	left: 0;
	top: 0;
	height: auto;
	text-align: right;
}

@media screen and (max-width: 767px) {
.hdg-concept-title h2{
	top: 10px;
	height: auto;
	text-align: right;
 }
}

.hdg-concept-lead {
	font-family: Hiragino Sans;
	color: #666666;
	text-align: right;
	position: relative;
	font-size: 2.0rem;
	line-height: 2;
}

.hdg-concept-lead span{
	display: inline-block;
	
}

@media screen and (max-width: 767px) {
.hdg-concept-lead {
	font-family: Hiragino Sans;
	color: #666666;
	text-align: center;
	font-size: 1.7rem;
 }
}

section[deta-type="gray"] {
  background-color: #f2f2f2;
}

.pink_circle {
 position: absolute;
 top: -105px;
 right: -35px;
 width: 600px;
 }

@media screen and (max-width: 1000px) and (min-width: 768px) {
.pink_circle {
 position: absolute;
 top: -11vw;
 right: 0;
 width: 60%;
 }
}

@media screen and (max-width: 767px) {
.pink_circle {
 position: absolute;
 top: -10vw;
 right: 0;
 width: 60%;
 }
}


.next_release {
	margin: 5em auto;
	padding: 30px;
	width: 100%;
	background-color: #fff;
	box-shadow: 30px 25px #ffa8b6;
}

.m-line {
	margin: 25px 0 30px 0;
    border-bottom: 1px solid #d1d1d1;
}


@media screen and (max-width: 767px) {
.next_release {
	box-shadow: 8px 10px #ffa8b6;
	margin: 0;
 }
}

.next_release h3 {
 	font-size: 30px;
}

@media screen and (max-width: 767px) {
.next_release h3 {
 	font-size: 30px;
 }
}


.hdg-contents h2 img{
	position: relative;
	width: 80%;
	max-width: 600px;
	padding: 40px 0;
}

@media screen and (max-width: 767px) {
.hdg-contents h2 img{
	width: 80%;
	max-width: 600px;
	padding: 20px 0 40px 0;
 }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
.hdg-contents h2 img{
	width: 70%;
	max-width: 600px;
	padding: 40px 0;
 }
}

.hdg-contents h2{
	position: relative;
	left: 0;
	top: 0;
	height: auto;
	text-align: center;
}

@media screen and (max-width: 767px) {
.hdg-contents h2{
	top: 10px;
	height: auto;
	text-align: center;
 }
}

.hdg-contents-img{
	position: relative;
	left: 0;
	top: 0;
	height: auto;
	text-align: center;
}

.m-hdg-lv1 .m-hdg__label,
.m-hdg-lv2 .m-hdg__label,
.m-hdg-lv3 .m-hdg__label {
  margin: 0 10px 4px 0;
  background: #990000;
}


.m-hdg-lv2 .m-hdg-a-al {
    width: 100%;
    padding: 5px 10px 2px 10px;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.2;
    display: table-cell;
	border-bottom: 2px solid #000;
}

.m-hdg-lv2 .m-hdg-a-ar {
    width: 100%;
    padding: 5px 10px 2px 10px;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.2;
    display: table-cell;
	text-align: right;
	border-bottom: 2px solid #000;
}

.m-tbl tbody td {
    border-top: 1px solid #ccc;
    background: #fff;
	border-left: 1px solid #ccc;
}

.step-box {
    position: relative;
    margin: 5em 0;
    padding: 60px 30px 30px;
    border: solid 4px #efd152;
}

.step-box .box-title {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    padding: 4px 20px;
    height: 35px;
    line-height: 25px;
    font-size: 20px;
    background: #efd152;
    color: #000;
    font-weight: bold;
	border-radius: 0 0 40px 0;
}

.m-hdg-annotation {
 	font-size: 2rem;
 }

@media screen and (max-width: 767px) {
.step-box .box-title {
 	font-size: 15px;
 }
 
 .m-hdg-annotation {
 	font-size: 1.4rem;
 }
}