@charset "UTF-8";
/* 2024.02.16 16909:
-------------------------------------------------------------*/
.title {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  flex-flow: column nowrap;
}
@media screen and (min-width: 600px) {
  .title {
    flex-flow: row nowrap;
  }
}

.title_date {
  display: block;
  flex: 1;
  color: white;
  text-align: center;
  line-height: 4rem;
  padding: 2rem;
  font-size: 2.5rem;
  background-color: #AD0142;
  border-radius: 16px;
  filter: drop-shadow(0 0 0.5rem #AD0142);
}
.title_date .sDate {
  font-size: 2rem;
}
.title_date:hover {
  background-color: #70062f;
  filter: drop-shadow(0 0 0.1rem #70062f);
}
.title_date span {
	color:#fff;
  background-color: #0072ae;
  font-size: 1.8rem;
	padding: 1rem 3rem;
	display: inline-block;
	border-radius: 999px;
	line-height: 1;
}

.btn_timerex {
  text-align: center;
  background-color: #FFC200;
  padding: 1rem 3rem;
  border-radius: 4px;
  filter: drop-shadow(0 2px 0 #CC9A00);
  font-weight: bold;
  font-size: 2rem;
}
.btn_timerex:hover {
  position: relative;
  top: 2px;
  filter: drop-shadow(0 0 0 #CC9A00);
}

.ft_info_box_btn_area {
  width: 100%;
  max-width: 430px;
}

.btn_wide {
  display: block;
  width: 100%;
  max-width: 430px;
}

/* 2024.02.19 16909:　追加修正
-------------------------------------------------------------*/
a.info_box {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 8rem auto;
  border-radius: 500px;
  background-color: #FFC200;
  border: 3px solid #CC9A00;
  filter: drop-shadow(0 2px 0.1rem #CC9A00);
}
a.info_box h2 {
  color: #333 !important;
}
a.info_box:hover {
  opacity: 0.8;
  position: relative;
  top: 2px;
  filter: drop-shadow(0 0 0.1rem #CC9A00);
}
	@media screen and (max-width: 599px) {
a.info_box {
  display: block;
  width: auto;
  max-width: 1000px;
  margin: 0rem 10px 4rem;
  border-radius: 500px;
  background-color: #FFC200;
  border: 3px solid #CC9A00;
  filter: drop-shadow(0 2px 0.1rem #CC9A00);
}
}

nav#home {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0072ae;
  font-size: 1.8rem;
  padding: 3rem;
  gap: 6rem;
}
nav#home a {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
nav#home a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  transform: rotate(135deg);
}
nav#home a:hover {
  opacity: 0.5;
}

#mainImg p {
  font-size: 2rem;
}

.cta {
  transition: none;
  display: none;
  position: fixed;
  height: 200px;
  width: 480px;
  bottom: 24px;
  right: 24px;
  background: url("../img/home/security02_cta_202502_off.png") no-repeat center center;
  background-size: cover;
  z-index: 99;
}

/* CTAホバー時 */
.cta:hover {
  background: url("../img/home/security02_cta_202502_on.png") no-repeat center center;
  background-size: cover;
}

.cta-link {
  display: block;
  width: 100%;
  height: 100%;
}

/* 閉じるボタン */
.cta-close-btn {
  position: absolute;
  top: -8px;
  right: 8px;
  cursor: pointer;
  padding: 4px 8px;
  z-index:9999;
}
.cta-close-btn::before{
    content:'';
    width:22px;
    height:22px;
    background:#0072ae;
    display:block;
    background-size:8px auto;
    background-position:center center;
    background-repeat:no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius:50%;
}
.cta-close-btn::after{
    content:'';
    width:22px;
    height:22px;
    display:block;
    color:#fff;
    background-image: url("data:image/svg+xml;utf8,<svg enable-background='new 0 0 16 16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='m4.6 4.6c.2-.2.5-.2.7 0l2.7 2.7 2.6-2.6c.2-.2.5-.2.7 0s.2.5 0 .7l-2.6 2.6 2.6 2.6c.2.2.2.5 0 .7s-.5.2-.7 0l-2.6-2.6-2.6 2.6c-.2.2-.5.2-.7 0s-.2-.5 0-.7l2.6-2.6-2.7-2.6c-.1-.2-.1-.6 0-.8z' fill='%23fff'/></svg>");
    background-size:20px auto;
    background-position:center center;
    background-repeat:no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* 2024.02.13 16839:
-------------------------------------------------------------*/
header .flex_box_pc {
  align-items: center;
}

.btn a {
  font-size: 20px;
  padding: 1.2rem 3rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

.info_box_btn_area .contact_btn {
  width: auto;
}

.sp_ft_btn ul li {
  width: auto;
}

.sp_ft_btn ul li .btn a {
  font-size: 20px;
  padding: 1.2rem 3rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

#homeService .left .btm .tableWrap table,
#homeService .center .btm .tableWrap table,
#homeService .right .btm .tableWrap table {
  width: 100%;
}

#homeService .left .top h3 {
  background: url(../img/home/pc.png) no-repeat -2% 50%;
}

#homeService .center .top h3 {
  background: url(../img/home/sp.png) no-repeat -2% 50%;
}

#homeService .right .top h3 {
  background: url(../img/home/platform.png) no-repeat -2% 50%;
}

#homeService .left .top h3,
#homeService .center .top h3,
#homeService .right .top h3 {
  top: 1rem;
  padding-left: 130px;
  background-size: 120px;
  height: 100px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-feature-settings: "palt";
}

@media screen and (min-width: 600px) {
  #homeService .left .top h3::after {
    background: none;
  }
  #homeService .center .top h3::after {
    background: none;
  }
  #homeService .right .top h3::after {
    background: none;
  }
  #homeService .left .top h3,
  #homeService .center .top h3,
  #homeService .right .top h3 {
    top: 1rem;
    padding: 2rem 0 0 310px;
    background-size: 120px;
    height: 100px;
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media screen and (min-width: 897px) {
  #homeService h3 {
    background-image: none !important;
  }
  #homeService .tab > li:last-child {
    letter-spacing: -0.2rem;
  }
  #homeService .right .top .topList li:nth-child(3) div,
  #homeService .right .top .topList li:nth-child(5) div {
    padding: 4px 0 0 0;
  }
  #homeService .left .top h3,
  #homeService .center .top h3,
  #homeService .right .top h3 {
    top: 1rem;
    padding: 2rem 0 0 310px;
    background-size: 120px;
    height: 100px;
    font-size: 3rem;
    line-height: 4.5rem;
  }
  #homeService .left .top h3::after,
  #homeService .center .top h3::after,
  #homeService .right .top h3::after {
    top: 0;
    height: 320px;
  }
  #homeService .left .top h3::after {
    background: url(../img/home/pc.png) no-repeat center top;
  }
  #homeService .center .top h3::after {
    background: url(../img/home/sp.png) no-repeat center top;
  }
  #homeService .right .top h3::after {
    background: url(../img/home/platform.png) no-repeat center top;
  }
}
#homeService .tab > li {
  padding: 16px 0;
}

.flex_box_pc {
  align-items: flex-start;
}

#homeService .right .btm .tableWrap table {
  border: 2px solid #178383;
  font-size: 1.6rem;
  table-layout: auto;
}

#homeService .right .btm .tableWrap table th {
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #178383;
  font-size: 1.6rem;
}

#homeService .right .btm .tableWrap table th,
#homeService .right .btm .tableWrap table td {
  padding: 0 4rem;
}

#homeService .right .btm .tableWrap table tr:first-child th {
  color: #fff;
  background: #178383;
  border-left: 1px solid #fff;
  padding: 13px 8px 16px;
}

#homeService .right .btm .tableWrap table th.right {
  text-align: left;
  width: 130px;
  background: #e7f2f2;
}

#homeService .right .btm .tableWrap table th.fst {
  border-left: none;
}

#homeService .right .btm .tableWrap table th span {
  color: #fff;
  font-size: 1rem;
  background: #178383;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0 3px;
  font-weight: 400;
  margin: 0 0 2px 4px;
  display: inline-block;
}

#homeService .right .btm .tableWrap table td {
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #178383;
  border-left: 1px solid #178383;
  background: #fff;
}

#homeService .right .btm .tableWrap table td span {
  color: #ad0142;
  font-size: 1.6rem;
}

.flowWrap ol.cf {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

@media screen and (min-width: 600px) {
  .flowWrap ol.cf {
    flex-flow: row nowrap;
    justify-content: center;
  }
}
#homeService .right .top .box .btmList {
  display: flex;
  flex-flow: row wrap;
}

p,
li p {
  font-size: 1.6rem;
}

/* 2024.02.20 導入企業 移植
------------------------------------------------*/
#homeMedia {
  background-color: white;
}

.titleWrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 897px) {
  .titleWrap {
    margin-bottom: 0;
  }
}
.titleWrap span {
  font-size: 0.8rem;
  margin-left: 1rem;
}

.cts_inner {
  padding: 5%;
}
@media screen and (min-width: 897px) {
  .cts_inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 1%;
  }
}
.cts_inner .company_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}
.cts_inner .company_list img {
  flex: 1;
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-bottom: 16px;
}
@media screen and (min-width: 897px) {
  .cts_inner .company_list img {
    margin-bottom: 0;
    width: auto;
    max-width: 200px;
  }
}

.tRight {
  text-align: right !important;
}

/* 2024.05.21 MVボタン 黄色化
------------------------------------------------*/
.title_date {
  color: #333 !important;
  background-color: #FFC200;
  border: 3px solid #CC9A00;
  filter: drop-shadow(0 2px 0.1rem #CC9A00);
}
.title_date .sDate {
  font-size: 2rem;
}
.title_date:hover {
  position: relative;
  top: 2px;
  background-color: #FFCE33;
  filter: drop-shadow(0 0 0.1rem #CC9A00);
}

/* 2025.07.17
------------------------------------------------*/
.contactForm_txt {
	    margin-bottom: 50px;
}
.cts_hd {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding:2rem;
	margin-top:5rem;
  background-color: #0072ae;
	}
.cts_hd p {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
  color:#fff;
}
#contactForm h2 {
  padding: 50px 0 30px;
}
@media screen and (max-width: 599px) {
.cts_hd p {
	font-size: 1.6rem;
}
}

/* 2025.07.17
------------------------------------------------*/
.title_date {
	color: #333 !important;
	background-color: #fff;
	border-radius: 175px;
	border: 5px solid #2764ce;
	font-size: 2.5rem;
	filter: drop-shadow(0 1rem 0.5rem rgba(51,51,51,0.30));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(232,232,232,1.00) 100%);
	line-height:1.3;
}
@media screen and (max-width: 599px) {
.title_date {
border-radius: 20px;
	border: 3px solid #2764ce;
}
}
.title_date span {
	padding:0;
	background-color: transparent;
	font-size: 2.5rem;
	line-height: 1.3;
}
.title_date span.fontrd {
	color: #ac0241 !important;
}
.title_date span.fontbl {
	color: #2764ce !important;
}
.title_date span.link {
	color: #fff !important;
	background-color: #fff;
	border-radius: 175px;
	font-size: 1.6rem;
	text-align: center;
	padding: 1rem 2rem;
	background-image: -webkit-linear-gradient(0deg,rgba(39,100,206,1.00) 0%,rgba(18,83,155,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(39,100,206,1.00) 0%,rgba(18,83,155,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(39,100,206,1.00) 0%,rgba(18,83,155,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(39,100,206,1.00) 0%,rgba(18,83,155,1.00) 100%);
	margin-top: 15px;
}
.title_date em {
font-style: normal;
	font-size: 3.5rem;
}
