/*全デバイス共通*/
*{
  margin: 0;
  padding: 0
}

html {
 box-sizing: border-box;
 scroll-behavior: smooth;
}
*, *:before, *:after {
 box-sizing: inherit;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}


li {
  list-style: none;
}

a {
  text-decoration: none;
}

#container {
  margin: 0 auto;
  background-color: #fff;
  color: #150035;
}


/* ------------------------------ HEADER */
.aiheader{
	position: relative;
	z-index: 9999;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 0;
	width: 100%;
	max-width: 960px;
	height: 80px;
}
.logo img{
	margin: 0 0 0 10px;
}
@media screen and (max-width: 450px) {
  .aiheader{
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    max-width: 960px;
    height: 60px;
  }
	.logo img{
    display: block;
		width: 60vw;
	}
}

.side_menu{
	display: block;
}
.side_btn{
	display: block;
}
.sp_contact_btn{
	display: none;
}
.contact_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: min(100px,10vw);
	border-radius: 100vw;
	width: 200px;
	height: 60px;
	background: linear-gradient(90deg,#FED101,#36BEF0);
	font-family: 'Poppins', sans-serif;
	color: #fff;
}
.contact_btn img{
	display: block;
	margin: 0 10px 0 0;
	width: 24px;
}

/* ------------------------------ NAVI */
.side_btn{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
  transition: 0.3s;
}
.move{
  right: 0;
}
.side_menu{
	display: block;
	width: 80px;
	height: 80px;
	background: #26A3A9 url("https://digital-reclame.co.jp/wp/wp-content/themes/DR%20-%20Theme/img/dr01/common/side_menu.png") center no-repeat;
	background-size: 64px;
	cursor: pointer;
}
.nav_btn{
	position: relative;
}
.nav_btn i{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 2px;
	background: #fff;
	transition: 0.3s;
}
.nav_btn i:nth-child(1){
	top: 20px;
}
.nav_btn i:nth-child(2){
	top: 28px
}
.nav_btn i:nth-child(3){
	top: 36px;
}
.show i:nth-child(1){
	transform: translate(-14px,8px) rotate(45deg);
}
.show i:nth-child(2){
	opacity: 0;
}
.show i:nth-child(3){
	transform: translate(-14px,-8px) rotate(-45deg);
}
.gnav_inner{
	position: fixed;
	top: 0;
	z-index: 9999;
	right: -480px;
	visibility: hidden;
	width: 480px;
	height: 100vh;
	background: #26A3A9;
	transition: 0.3s;
}
.show .gnav_inner{
	right: 0;
	visibility: visible;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.gnav_inner ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 80px auto 0;
	padding: 0;
}
.gnav_inner ul li{
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		border-bottom: 1px solid #5ecfd4;
		width: 50%
	}
.gnav_inner ul li.col_top{
		border-top: 1px solid #5ecfd4;
	}
.gnav_inner ul li.col_1{
		width: 100%;
	}
.gnav_inner ul li.col_2:nth-child(odd){
		border-right: 1px solid #5ecfd4;
	}
.gnav_inner ul li a{
	display: block;
	padding: 20px 2vw;
	width: 100%;
	color: #fff;
	font-size: 14px;
	transition: 0.3s;
}
.gnav_inner ul li a:hover{
	background: #2dc2c9;
}
.side_contact{
	display: block;
	margin: 20px auto 0;
	width: 220px;
	height: 64px;
	border-radius: 40px;
	background-image: url("https://digital-reclame.co.jp/wp/wp-content/themes/DR%20-%20Theme/img/dr01/common/side_contact.png") ;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 64px, cover;
}
/*
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
}
.overlay_inner{
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  transition: 0.2s;
}
.show .overlay_inner{
  visibility: visible;
  background: rgba(0,0,0,0.6);
}*/
@media screen and (max-width: 1100px){
	header{
		position: relative;
		top: 0;
		left: 0;
		height: 60px;
	}
	.logo{
		margin: 0 0 0 20px;
	}
	.logo img{
    margin: 0;
		width: clamp(120px,50vw,200px);
	}
	.nav_btn i:nth-child(1){
		top: 22px;
	}
	.nav_btn i:nth-child(2){
		top: 30px
	}
	.nav_btn i:nth-child(3){
		top: 38px;
	}
	.contact_btn{
		display: none;
	}
	.side_menu{
		display: flex;
		width: 60px;
		height: 60px;
		background: #26A3A9;
	}
	.side_btn{
		display: flex;
		background: #26A3A9;
		position: absolute;
	}
	.side_btn .sp_contact_btn{
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 60px;
		height: 60px;
		background: #26A3A9;
	}
	.side_btn .sp_contact_btn img{
		width: 24px;
	}
	.side_btn .sp_contact_btn::after{
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 30px;
		background: #fff;
	}
}
@media screen and (max-width: 450px) {
	.side_menu{
		width: 60px;
		height: 60px;
		background-size: 48px;
	}
	.gnav_inner{
		right: -80vw;
		width: 80vw;
	}
	.gnav_inner ul{
		margin: 60px auto 0;
	}
	.gnav_inner ul li a{
		text-align: center;
	}

}


/* ------------------------------ FOOTER */
footer{
	background: #26A3A9;
}
#ft_logo_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background:#EFF7F7;
}
#ft_logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 960px;
	background:#EFF7F7;
}
#ft_logo img{
  margin: 0 0 0 10px;
	height: 60px;
}
#ft_logo .move_top{
	display: block;
  position: relative;
	width: 80px;
	height: 80px;
	background: #5FB2B7;
}
#ft_logo .move_top:before{
  content: "";
	display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
	width: 30px;
	height: 1px;
	background: #fff;
}
#ft_logo .move_top div{
	display: block;
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  border: 16px solid rgba(0,0,0,0);
  border-top: 14px solid rgba(0,0,0,0);
  border-bottom: 14px solid #fff;
	width: 0;
	height: 0;
}
#ft_logo .move_top div:before{
  content: "";
	display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
  border: 16px solid rgba(0,0,0,0);
  border-top: 14px solid rgba(0,0,0,0);
  border-bottom: 14px solid #5FB2B7;
	width: 0;
	height: 0;
}
#ft_cnt_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
	color: #fff;
}
.ft_info{
	width: 440px;
}
.ft_info h3{
	margin: 0;
	text-align: left;
	font-weight: normal;
}
.ft_info p{
	margin: 8px 0;
	font-size: 14px;
}
.ft_sns_wrap{
	display: flex;
  margin: 30px 0 60px;
}
.ft_sns{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 20px 0 0;
	border: 1px solid #fff;
	border-radius: 28px;
	width: 56px;
	height: 56px;
	font-size: 22px;
	color: #fff;
}
.ft_list{
	border-left: 1px solid #fff;
	width: 520px;
}
.ft_list ul{
	margin: 0;
	padding: 0 0 0 80px;
	list-style: none;
}
.ft_list ul li{
	padding: 12px 0;
	border-bottom: 1px dotted #fff;
	font-size: 14px;
}
.ft_list ul li a{
  color: #fff;
}
@media screen and (max-width: 960px) {
	#ft_cnt_wrap{
		flex-wrap: wrap;
	}
	.ft_info{
		order: 2;
    padding: 0 4vw;
		width: 100%;
		text-align: center;
	}
	.ft_info h3{
		text-align: center;
	}
	.ft_sns_wrap{
		justify-content: center;
	}
	.ft_sns{
		margin: 0 20px;
	}
	.ft_list{
		margin: 0 0 30px;
		border: none;
		width: 100%;
	}
	.ft_list ul{
		padding: 0 10px;
	}
}



/* ------------------------------ BANNER */
#banner_area{
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 100px 0;
	width: 100%;
	max-width: 960px;
	background: #fff;
}
#banner_area a img{
	width: 100%;
	max-width: 300px;
}
.dr_link_wrap{
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 80px 0;
	background: #EFF7F7;
}
.dr_link_wrap .btn{
	margin: 5px 20px;
}
@media screen and (max-width: 960px) {
	#banner_area{
		justify-content: center;
	}
	#banner_area a img{
		margin: 5px;
		width: 100%;
		max-width: 300px;
	}
}


/* ------------------------------ MV - TOP */
#mv{
	position: relative;
	margin: 80px 0;
	padding: 0 0 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(90deg,#5FB2B7 0%,#26A3A9 80%,#fff 80.1%);
}
#mv h1,#mv p.mv{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: #fff;
	font-size: 36px;
}
#mv h1 span,#mv p.mv span{
	display: block;
	margin: 20px 0 0;
	text-align: center;
	font-size: 15px;
}
#mv img{
	display: block;
	position: relative;
	top: -80px;
	left: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	height: 300px;
	object-fit: cover;
}
@media screen and (max-width: 960px) {
	#mv{
		position: relative;
		margin: 0 0 30px;
		padding: 0 0 0;
		width: 100%;
		height: 180px;
		background: linear-gradient(90deg,#5FB2B7 0%,#26A3A9 80%,#fff 80.1%);
	}
	#mv h1{
		top: 33%;
		font-size: 28px;
	}
	#mv h1 span{
		margin: 10px 0 0;
	}
	#mv img{
		display: block;
		position: static;
		margin: 0 auto;
		width: 100%;
		max-width: none;
		height: 150px;
		object-fit: cover;
	}
}


/*header-------------------*/

.header_container {
  width: 95%;
  margin: 0 auto;
  padding-top: 24px;
}

.header_flex {
  display: flex;
  justify-content: space-between;
}

.nav_flex {
  display: flex;
  justify-content: flex-end;
}

.h1 {
  font-size: 13px;
  margin-left: 12px;
}

.header_contact {
  font-size: 13px;
}

.logo_img{
  width: 300px;
  margin-top: -3px;
}

.h1 .nondisplay {
  display: none;
}

.global-nav__list {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.global-nav__item {
  margin: 10px;
}
/*
.header_a {
  color: #fff;
}
*/

.button_top {
  background-color: #17adc6;
  color: #fff;
  width: 220px;
  margin: 5px;
  border-radius: 30px;
  font-size: 14px;
  display: block;
  line-height: 40px;
  transition: 0.2s ;
  text-align: center;
  white-space: nowrap;
  padding: 3px;
  cursor: pointer;
}

@media (hover: hover) {
  .header_a:hover {
    color: #92d1d4;
  }

  .button_top:hover {
    background-color: #92d1d4;
  }
}


/* ///// content area //////////////////////////// */

/* -- PC -- */
@media screen and (min-width: 768px) {
  .MainArea{
    margin: 0px auto;
    padding-bottom: 50px;
    width: 1100px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  .MainArea {
    box-sizing: border-box;
    padding: 10px;
  }
}

/*contact--------------------*/

.contact_container {
  width: 70%;
  margin: 0 auto;
}

#contact {
  width: 100%;
  height: 400px;
  background-image: url("../../images/ws01/image_contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.contact_h2 {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
  font-size: 42px;
  white-space: nowrap;
}

.contact_flex {
  display: flex;
  justify-content: space-around;
}

.contact_p {
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
}

.button_contact {
  background-color: #26a3a9;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  display: block;
  transition: 0.2s ;
  font-size: 24px;
  width: 420px;
  line-height: 48px;
  margin: 10px;
}

@media (hover: hover) {
.button_contact:hover {
    background-color: #92d1d4;
}
}

.contact_smp {
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}

.contact_mail {
  width: 30px;
  margin-right: 10px;
}


/*タブレット対応ーーーーーーーーーーーーーーーーーーー*/
@media only screen and (max-width:1367px) {
  #container {
    width: 100%;
    overflow: hidden;
  }

  .br_tb::before {
    content: "\A" ;
    white-space: pre ;
  }


  header {
    position: relative;
  }

  .h1 {
    position: absolute;
    left: 28px;
    top: 5px;
  }

  .header_contact {
    display: none;
  }

  .header_logo {
    margin-left: 10px;
  }

.global-nav {
  position: fixed;
  right: -400px;
  top: -50px;
  width: 380px;
  height: 100vh;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  text-align: center;
}

/*contact-------------------------*/

#contact {
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
}

.contact_container {
  width: 95%;
  margin: 0 auto;
}

.contact_h2 {
  font-size: 42px;
  padding-bottom: 30px;
  padding-top: 100px;
}

.contact_item {
  justify-content: center;
  text-align: center;
}

.contact_smp {
  width: 20px;
  margin-right: 8px;
}

.contact_mail {
  width: 25px;
  margin-right: 8px;
}

.button_contact_mail {
  padding: 10px 0;
}

/*logo----------------------------*/
#logo {
  width: 100%;
}
.logo_container {
  width: 95%;
}



}

/*スマホ対応ーーーーーーーーーーーーーーーーーーー*/
@media only screen and (max-width:767px) {

  .br_smp::before {
  content: "\A" ;
  white-space: pre ;
}


/*header------------------------*/


  .h1 {
    font-size: 12px;
  }

  .header_p1 {
    font-size: 30px;
  }

  .rightbule {
    font-size: 40px;
  }

  .header_p2 {
    font-size: 18px;
  }

  .scale {
    font-size: 30px;
  }

  .header_p3 {
    font-size: 12px;
    margin-top: -8px;
    margin-right: -30px;
  }


  .gnav_button {
    font-size: 16px;
    color: #fff;
    width: 100%;
    line-height: 32px;
    padding: 5px 0;
    margin-top: 30px;
    text-align: center;
  }

  .gnav_button_mail {
    line-height: 33px;
  }

  .button_img {
    width: 25px;
    display: inline-block;
  }


  .gnav_button_smp {
    display: flex;
    padding-left: 25%;
  }

  .nav_nomber {
    display: block;
    color: #fff;
    top: 0;
  }

/*contact------------------------*/
  .contact_container {
    width: 95%;
  }
  .contact_h2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .contact_flex {
    display: block;
  }

 .button_contact {
   margin-left: auto;
   margin-right: auto;
   margin-top: 30px;
   width: 100%;
   font-size: 20px;
   padding: 10px 30px;
 }

 .button_contact_mail {
   padding: 15px 30px;
 }


 .logo_img {
   width: 280px;
 }

  .gototop {
    position: absolute;
    right: 0;
  }

}
