@charset "utf-8";


/* ベース
/************************************************************/

body {
	margin: 0;
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	overflow-wrap: break-word;
	word-break: normal;
	color: #111;
	background-color: #FFFFFF;
}
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/bg-b.jpg) center no-repeat;
  background-size:cover;
}

@media (min-width: 1080px) {
    :root {
        --main-color: #ca2922;
        --second-color: #f8b500;
        --second-alittle-light-color: #fff699;
        --second-light-color: #fee799;
        --second-very-light-color: #fef4d9;
        --third-color: #3366ff;
        --font-01: calc(100vw / 80 * 0.1);
        --font-02: calc(100vw / 80 * 0.2);
        --font-03: calc(100vw / 80 * 0.3);
        --font-04: calc(100vw / 80 * 0.4);
        --font-05: calc(100vw / 80 * 0.5);
        --font-06: calc(100vw / 80 * 0.6);
        --font-07: calc(100vw / 80 * 0.7);
        --font-075: calc(100vw / 80 * 0.75);
        --font-08: calc(100vw / 80 * 0.8);
        --font-085: calc(100vw / 80 * 0.85);
        --font-09: calc(100vw / 80 * 0.9);
        --font-10: calc(100vw / 80);
        --font-11: calc(100vw / 80 * 1.1);
        --font-12: calc(100vw / 80 * 1.2);
        --font-13: calc(100vw / 80 * 1.3);
        --font-14: calc(100vw / 80 * 1.4);
        --font-15: calc(100vw / 80 * 1.5);
        --font-16: calc(100vw / 80 * 1.6);
        --font-17: calc(100vw / 80 * 1.7);
        --font-18: calc(100vw / 80 * 1.8);
        --font-19: calc(100vw / 80 * 1.9);
        --font-20: calc(100vw / 80 * 2);
        --font-21: calc(100vw / 80 * 2.1);
        --font-22: calc(100vw / 80 * 2.2);
        --font-23: calc(100vw / 80 * 2.3);
        --font-24: calc(100vw / 80 * 2.4);
        --font-25: calc(100vw / 80 * 2.5);
        --font-26: calc(100vw / 80 * 2.6);
        --font-27: calc(100vw / 80 * 2.7);
        --font-28: calc(100vw / 80 * 2.8);
        --font-29: calc(100vw / 80 * 2.9);
        --font-30: calc(100vw / 80 * 3);
        --font-31: calc(100vw / 80 * 3.1);
        --font-32: calc(100vw / 80 * 3.2);
        --font-33: calc(100vw / 80 * 3.3);
        --font-34: calc(100vw / 80 * 3.4);
        --font-35: calc(100vw / 80 * 3.5);
    }
}

@media screen and (min-width: 640px) and (max-width: 1079px) {
    :root {
        --main-color: #ca2922;
        --second-color: #ffc204;
        --second-alittle-light-color: #fff699;
        --second-light-color: #fee799;
        --second-very-light-color: #fef4d9;
        --third-color: #3366ff;
        --font-01: calc(100vw / 66.4 * 0.1);
        --font-02: calc(100vw / 66.4 * 0.2);
        --font-03: calc(100vw / 66.4 * 0.3);
        --font-04: calc(100vw / 66.4 * 0.4);
        --font-05: calc(100vw / 66.4 * 0.5);
        --font-06: calc(100vw / 66.4 * 0.6);
        --font-07: calc(100vw / 66.4 * 0.7);
        --font-075: calc(100vw / 66.4 * 0.75);
        --font-08: calc(100vw / 66.4 * 0.8);
        --font-085: calc(100vw / 66.4 * 0.85);
        --font-09: calc(100vw / 66.4 * 0.9);
        --font-10: calc(100vw / 66.4);
        --font-11: calc(100vw / 66.4 * 1.1);
        --font-12: calc(100vw / 66.4 * 1.2);
        --font-13: calc(100vw / 66.4 * 1.3);
        --font-14: calc(100vw / 66.4 * 1.4);
        --font-15: calc(100vw / 66.4 * 1.5);
        --font-16: calc(100vw / 66.4 * 1.6);
        --font-17: calc(100vw / 66.4 * 1.7);
        --font-18: calc(100vw / 66.4 * 1.8);
        --font-19: calc(100vw / 66.4 * 1.9);
        --font-20: calc(100vw / 66.4 * 2);
        --font-21: calc(100vw / 66.4 * 2.1);
        --font-22: calc(100vw / 66.4 * 2.2);
        --font-23: calc(100vw / 66.4 * 2.3);
        --font-24: calc(100vw / 66.4 * 2.4);
        --font-25: calc(100vw / 66.4 * 2.5);
        --font-26: calc(100vw / 66.4 * 2.6);
        --font-27: calc(100vw / 66.4 * 2.7);
        --font-28: calc(100vw / 66.4 * 2.8);
        --font-29: calc(100vw / 66.4 * 2.9);
        --font-30: calc(100vw / 66.4 * 3);
        --font-31: calc(100vw / 66.4 * 3.1);
        --font-32: calc(100vw / 66.4 * 3.2);
        --font-33: calc(100vw / 66.4 * 3.3);
        --font-34: calc(100vw / 66.4 * 3.4);
        --font-35: calc(100vw / 66.4 * 3.5);
    }
}

@media (max-width: 639px) {
    :root {
        --main-color: #ca2922;
        --second-color: #ffc204;
        --second-alittle-light-color: #fff699;
        --second-light-color: #fee799;
        --second-very-light-color: #fef4d9;
        --third-color: #3366ff;
        --font-01: calc(100vw / 35 * 0.1);
        --font-02: calc(100vw / 35 * 0.2);
        --font-03: calc(100vw / 35 * 0.3);
        --font-04: calc(100vw / 35 * 0.4);
        --font-05: calc(100vw / 35 * 0.5);
        --font-06: calc(100vw / 35 * 0.6);
        --font-07: calc(100vw / 35 * 0.7);
        --font-075: calc(100vw / 35 * 0.75);
        --font-08: calc(100vw / 35 * 0.8);
        --font-085: calc(100vw / 35 * 0.85);
        --font-09: calc(100vw / 35 * 0.9);
        --font-10: calc(100vw / 35);
        --font-11: calc(100vw / 35 * 1.1);
        --font-12: calc(100vw / 35 * 1.2);
        --font-13: calc(100vw / 35 * 1.3);
        --font-14: calc(100vw / 35 * 1.4);
        --font-15: calc(100vw / 35 * 1.5);
        --font-16: calc(100vw / 35 * 1.6);
        --font-17: calc(100vw / 35 * 1.7);
        --font-18: calc(100vw / 35 * 1.8);
        --font-19: calc(100vw / 35 * 1.9);
        --font-20: calc(100vw / 35 * 2);
        --font-21: calc(100vw / 35 * 2.1);
        --font-22: calc(100vw / 35 * 2.2);
        --font-23: calc(100vw / 35 * 2.3);
        --font-24: calc(100vw / 35 * 2.4);
        --font-25: calc(100vw / 35 * 2.5);
        --font-26: calc(100vw / 35 * 2.6);
        --font-27: calc(100vw / 35 * 2.7);
        --font-28: calc(100vw / 35 * 2.8);
        --font-29: calc(100vw / 35 * 2.9);
        --font-30: calc(100vw / 35 * 3);
        --font-31: calc(100vw / 35 * 3.1);
        --font-32: calc(100vw / 35 * 3.2);
        --font-33: calc(100vw / 35 * 3.3);
        --font-34: calc(100vw / 35 * 3.4);
        --font-35: calc(100vw / 35 * 3.5);
        --font-36: calc(100vw / 35 * 3.6);
        --font-37: calc(100vw / 35 * 3.7);
        --font-38: calc(100vw / 35 * 3.8);
        --font-39: calc(100vw / 35 * 3.9);
        --font-40: calc(100vw / 35 * 4);
    }
}

a {
	color: #111;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
}
p {
	line-height: 200%;
}
p i {
	color: #D33939;
	font-weight: bold;
	background: linear-gradient(transparent 75%, #FFFF00 75%);
	padding-bottom: 3px;
}
p span {
	font-size: 14px;
}
p.center {
	text-align: center;
}

h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 135%;
}
h2 i {
	color: #D33939;
	font-weight: bold;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 135%;
}


h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 135%;
}
h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 135%;
}

/* button, select, input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
} */

input[type=text] {
  font-size: 16px;
}

.pc{
	display: block;
}

.sp{
	display: none;
}
.font_bold{
	font-weight: bold;
}


/* ヘッダー
/************************************************************/

header {
	background-color: #FFFFFF;
	position: fixed;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	min-width: 1280px;
	z-index: 100;
}
header .logo {
	float: left;
	max-width: 200px;
	margin: 20px 0px;
	padding-left: 10px;
}
header .logo img{
	width: 100%;
}
header .logo a {
	transition: all .2s ease;
}
header .logo a:hover {
	opacity: 0.6;
}
header nav {
	float: right;
}
header nav li {
	float: left;
	line-height: 20px;
	margin: 40px 1rem 10px 0px;
	padding-right: 1rem;
	border-right: 1px solid #CCCCCC;
}
header nav li:last-child {
	padding-right: 10px;
	border: none;
}
header nav li.nav_last{
	border-right: none;
	padding-right: 0;
}

header nav li a {
	font-weight: bold;
	padding: 5px 0px;
	transition: all .2s ease;
}
header nav li a:hover {
	opacity: 0.6;
}

/* header .zoom {
	float: right;
	margin: 20px 20px 20px 0;
}
header .zoom a {
	font-size: 15px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #1B92CB;
	display: block;
	padding: 0px 20px;
	transition: all .2s ease;
}
header .zoom a:hover {
	opacity: 0.6;
} */

header .contact,header .contact_b {
	float: right;
}
header .contact a,header .contact_b a {
	font-size: 15px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #2EAD6D;
	display: block;
	padding: 30px 20px;
	transition: all .2s ease;
}
header .contact_b a{
	background-color: #f29918;
}
header .contact a:hover {
	opacity: 0.6;
}






/* スマホハンバーガーメニュー
/************************************************************/


#sp-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background-color: rgba(0,0,0,0.8);
    /*動き*/
	transition: all 0.3s;
}
#sp-nav li a.contact {
	background-color: #2EAD6D;
	color: #fff;
}
#sp-nav li a.contact_b{
	background-color: #f29918;
	color: #fff;
}
#sp-nav li a.lp {
	background-color: #C7252D;
	color: #fff;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#sp-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#sp-nav.panelactive #sp-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#sp-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 60%;
}

#sp-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#sp-nav li{
	list-style: none;
    text-align: center; 
}

#sp-nav li a{
	text-decoration: none;
	padding:15px;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #FFFF;
	color: #111;
	font-weight: bold;
	border-radius: 4px;
}
#sp-nav li a.contact {
	background-color: #2EAD6D;
	color: #fff;
}
#sp-nav li a.lp {
	background-color: #C7252D;
	color: #fff;
}
#sp-nav li a.zoom{
	background-color: #1B92CB;
	color: #fff;
}

/*ボタン*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:16px;
	right: 3%;
	cursor: pointer;
    width: 48px;
    height:48px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
	background-color: #111;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 17px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
	background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 29px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
	background-color: #fff;
}




/* フッター
/************************************************************/

footer {
	min-width: 1280px;
	padding: 80px 0px 100px;
}
#footer01{
	margin-bottom: 1.5rem;
}

#footer01 .logomarks{
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
#footer01 .logomarks p:nth-child(n+1) {
 margin-left: 1rem
}

footer .copyright {
	text-align: center;
	letter-spacing: 0.05em;
}



/* FVエリア
/************************************************************/


#area-fv {
	min-width: 1280px;
	padding-top: 80px;
	box-sizing: border-box;
}
#area-fv .bg {
	background-image: url(../img/fv-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#area-fv .copy {
	padding: 60px 45% 60px 6%;
}
#area-fv .copy img{
	max-width: 600px;
}
#area-fv .copy .main_copy{
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 100px;
	margin-bottom: 1.5rem;
}
#area-fv .copy .sub_copy{
	font-size: 34px;
	font-weight: bold;
	background-color: #fff;
	width: 480px;
	margin-bottom: 1.5rem;
	padding: 0.6rem;
	width: fit-content;
}
#area-fv-sp {
	padding-top: 80px;
}

#area-fv-sp  img {
	height: auto;
	width: 100%;
}

#area-fv-sp .jmr {
	margin-top: -40px;
}


/* アクションユニット
/************************************************************/



.action {
	margin: 4rem 0px 2rem;
	text-align: center;
}
.action .contact span,.action .contact_b span,.fv_contact a span{
font-size: 34px;
font-weight: bold;
}
.action .contact_b span{
	color: #fff;
}
.action .contact a,.action .contact_b a,.fv_contact a {
	position: relative;
	background-color: rgb(255, 235, 54);
	display: block;
	border-bottom: 3px solid rgba(0, 0, 0, 0.20);
	width: 98%;
	border-radius: 50px;
    transition: all .2s ease;
	text-align: center;
	padding: 24px 0px 24px;
}
.action .clearfix{
	display: flex;
	justify-content: center;
	padding-bottom: 2rem;
}
.fv_contact a{
width: 60%;
background-color: rgb(255, 235, 54);
}
.action .contact a::before,.action .contact_b a::before,.fv_contact a::before{
	content: "";
	position: absolute;
	top: 46%;
	right: 30px;
	width: 16px;
	height: 4px;
	background: #333;
	transform: rotate(45deg);
	}
	.action .contact_b a::before{
		background: #fff;
		}
		.action .contact a::after,.fv_contact a::after{
			content: "";
			position: absolute;
			top: 54%;
			right: 30px;
			width: 16px;
			height: 4px;
			background: #333;
			transform: rotate(-45deg);
			}
		.action .contact_b a::after{
				content: "";
				position: absolute;
				top: 54%;
				right: 30px;
				width: 16px;
				height: 4px;
				background: #fff;
				transform: rotate(-45deg);
				}
		.action .contact_b a {
			background-color: #2EAD6D;
			border-bottom: 3px solid rgba(69, 56, 56, 0.2);
		}
		.action .contact a:hover,.action .contact_b a:hover,.fv_contact a:hover {
			opacity: 0.6;
		}
		.action p .txt_ok{
		font-size: 20px;
		display: block;
		}

		.action .tel {
			max-width: 400px;
			margin: 0 auto;
		}
		.action .tel a img{
			width: 100%;
		}
		
		.action .zoom {
			margin: 2rem auto 0;
			width: 49%;
		}
		.action .zoom a {
			background-color: #393939;
			display: block;
			border-bottom: 3px solid rgba(0, 0, 0, 0.20);
			width: 100%;
			border-radius: 8px;
			transition: all .2s ease;
			text-align: center;
			padding: 30px 0px;
		}
		.action .zoom a:hover {
			opacity: 0.6;
		}
		
		.action p {
			font-weight: bold;
			margin: 25px 0px;
			line-height: 150%;	
		}
		.action p .txt_line::before{
			margin-right: 10px;
			content:'＼';
		}
		.action p .txt_line::after{
			margin-left: 10px;
			content:'／';
		}
		.action p i {
			color: #111;
		}
		.action .btn_txt_c{
			position: absolute;
			bottom: 80px;
			left: 30%;
		}

.action .btn_txt_a, .action .btn_txt_b {
  width: 98%; 
  margin-bottom: 8px;
  padding: 0 1rem;
}
.present_banner{
	padding: 2rem 0;
	margin: 3rem auto 0;
	/* background-image: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 132, 161, 1)); */
	text-align: center;
}
.present_txt{
	font-size: 50px;
	padding: 1.5rem 0;
	text-align: center;
	font-weight: bold;
}
.action .lp-btn a {
	font-size: 15px;
	line-height: 49px;
	height: 48px;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
	display: inline-block;
	width: 300px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.20);
	border-radius: 30px;
    transition: all .2s ease;
	display: flex;
}
.action .lp-btn a:hover {
	opacity: 0.6;
}
.shinki_url{
	text-align: center;
	padding-top: 1rem;
}
.shinki_url img{
	width: 1.2rem;
	vertical-align: middle;
	padding-right: 0.5rem;
	}
	.shinki_url a{
		text-decoration: underline;
	}
	.shinki_url a:hover{
		opacity: 0.6;
	}

.present_cta{
	background-color: #1B92CB;
	text-align: center;
}
.present_cta a img{
	width: 50%;
	padding: 1rem 0 2rem;
	border-radius: 5px;
}
.present_cta p{
	color: #fff;
	padding-top: 2rem;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: bold;
}


/* 下三角 */
.triangle{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #111;
	margin: 2rem auto 0;
  }
/* 料金下の見積ボタン */
.mitumori_box{
	/* background-color: #1C59E7; */
	padding: 3rem 0;
}
.mitumori_box .contact a{
	background-color: #f29918;
	border-bottom: 3px solid rgba(69, 56, 56, 0.2);
	border-bottom: 3px solid rgba(0, 0, 0, 0.20);
	width: 80%;
	border-radius: 50px;
    transition: all .2s ease;
	text-align: center;
	padding: 30px 10px 30px;
	width: 49%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.mitumori_box .contact a:hover{
	opacity: 0.6;
}
.mitumori_box p{
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	text-decoration: underline;
	line-height: 120%;
	font-weight: bold;
	margin-right: 1rem;
	letter-spacing: 2px;
	padding-top: 5px;
}
.mitumori_box img{
	width: auto;
	height: 40px;
}

/* 光らせるためのstyle */
.shine{
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}
/* 光の動き */
@keyframes shine{
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 0.8;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}



/* 共通要素
/************************************************************/

.container{
	position:relative;
	max-width:1000px;
    margin: 0 auto;
}
.container::after {
	content: "";
	display: block;
	clear: both;
}
.hide-pc {
	display: none;
}

.head {
	text-align: center;
	margin-bottom: 40px;
}

.border-top {
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px solid #ddd;
}
.img-center {
	margin: 60px 100px;
	max-width: 800px;
}
.img-center img{
	width: 100%;
	height: auto;
}


.side-link {
	position: fixed;
	right: 0px;
	bottom: 80px;
	z-index: 10;
}
.side-link a {
	background-color: #C7252D;
	transition: all .2s ease;
	display: block;
}
.side-link a:hover {
	background-color: #ca5e63;
}


.main-head {
	background-size: cover;
	text-align: center;
	padding: 100px 0px;
	background-position: center center;
	margin-bottom: 100px;
}
.main-head .nth {
	font-family: ZonaPro;
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 0.08em;
	display: inline-block;
	height: 74px;
	width: 74px;
	border: 3px solid #FFFFFF;
	border-radius: 80px;
	line-height: 75px;
	text-align: center;
	margin-bottom: 15px;
}
.main-head .copy {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
}


.purchase-sp {
	width: 100%;
	position: fixed;
	bottom: -60px;
	z-index: 10;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
	display: none;
}
.purchase-sp a {
	background-color: #2EAD6D;
	line-height: 60px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	text-align: center;
	transition: all .2s ease;
	font-weight: bold;
}






/* 1stエリア
/************************************************************/

#area-1st {
	min-width: 1280px;
}



#area-1st .selling-point {
	margin: 100px 0px 100px;
}
#area-1st .selling-point table {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
#area-1st .selling-point table:last-child {
	margin-right: 0%;
}
#area-1st .selling-point th {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #D43A3A;
	height: 90px;
	text-align: center;
	vertical-align: middle;
}
#area-1st .selling-point th span {
	font-size: 15px;
	display: block;
}
#area-1st .selling-point td {
	font-size: 32px;
	font-weight: bold;
	background-color: #ffffff;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	border-right: 5px solid #D43A3A;
	border-left: 5px solid #D43A3A;
	border-bottom: 5px solid #D43A3A;
}
#area-1st .selling-point td span {
	font-family: Oswald;
	font-size: 88px;
	margin-right: 5px;
	font-weight: normal;	
	line-height: 100%;
}

#area-1st .worry {
	background-color: #DFEDF9;
}
#area-1st .worry .container {
	padding: 40px 0px 30px;
	position: relative;
}
#area-1st .worry .img {
	position: absolute;
	right: -100px;
	bottom: 0px;
}
#area-1st .worry h2 {
	color: #1B3F83;
	text-align: center;
	margin-bottom: 40px;
}
#area-1st .worry ul {
	margin: 0 100px;
}

#area-1st .worry li {
	background-color: #1B3F83;
	float: left;
	height: 120px;
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 2.75%;
	position: relative;
	border-radius: 20px;
}
#area-1st .worry li:nth-child(3n) {
	margin-right: 0%;
}

#area-1st .worry li span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	width: 100%;
	text-align: center;
}

#area-1st .attention {
	margin-top: 40px;
	text-align: center;
}
#area-1st .attention:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 40px;
	background-image: url(../img/arrow-black.png);
	background-size: contain;
}
#area-1st .attention p {
	font-size: 56px;
	line-height: 175%;
}
#area-1st .attention p em {
	font-weight: bold;
    background-image: linear-gradient(to right, #E68E1A, #D03333);
    background-repeat: no-repeat;
    background-size: 100% 8%;
    background-position: bottom;
	padding-bottom: 20px;
}




/* 2ndエリア
/************************************************************/

#area-2nd {
	min-width: 1280px;
}
#area-2nd .main-head {
	background-image: url(../img/main-head-bg01.jpg);
}
#area-2nd .work-container {
	background-color: #f6f6f6;
	padding: 60px;
	margin-top: 60px;
	margin-bottom: 100px;
}
#area-2nd .work-list {
	background-color: #111;
	margin: 20px 0px;
	padding: 30px 30px 20px;
}
#area-2nd .work-list h3 {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 30px;
}
#area-2nd .work-list h3 span {
	color: #D33939;
	background-color: #fff981;
	display: inline;
	padding: 8px 10px;
	margin-left: 8px;
}
#area-2nd .work-list li {
	background-color: #FFFFFF;
	float: left;
	width: 32.4%;
	margin-right: 1.4%;
	margin-bottom: 1.4%;
	text-align: center;
	height: 60px;
	position: relative;
}
#area-2nd .work-list li:nth-child(3n) {
	margin-right: 0%;
}
#area-2nd .work-list li span {
	/* color: #2EAD6D; */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 125%;
}
#area-2nd .work-list.ninsho {
	background-color: #2EAD6D;
	margin-top: 60px;
}
#area-2nd .work-list.customer {
	background-color: #1B92CB;
}
/* #area-2nd .work-list.customer li span {
	color: #1B92CB;
} */
#area-2nd .attention {
	margin-top: 40px;
	text-align: center;
}
#area-2nd .attention:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 40px;
	background-image: url(../img/arrow-black.png);
	background-size: contain;
}
#area-2nd .attention p {
	font-size: 56px;
	line-height: 175%;
}
#area-2nd .attention p em {
	font-weight: bold;
    background-image: linear-gradient(to right, #E68E1A, #D03333);
    background-repeat: no-repeat;
    background-size: 100% 8%;
    background-position: bottom;
	padding-bottom: 20px;
}
#area-2nd .attention p span {
	font-size: 24px;
	display: block;
	font-weight: bold;
	line-height: 24px;
	padding-top: 20px;
}

.consul_number{
	background-color: #f6f6f6;
	padding: 4rem 0;
}

#area-2nd .staff {
	background-image: url(../img/red-bg.jpg);
	padding: 80px 0px 60px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 40px;
}
#area-2nd .staff .img{
	max-width: 500px;
}
#area-2nd .staff .img img{
	width: 100%;
}
#area-2nd .staff.support {
	margin-bottom: 100px;
}
#area-2nd .staff h3 {
	text-align: center;
	margin-bottom: 40px;
	color: #FFFFFF;
	font-size: 20px;
}
#area-2nd .staff h3 span {
	font-family: ZonaPro;
	font-size: 48px;
	letter-spacing: 0.1em;
	display: block;
	margin-bottom: 20px;
}
#area-2nd .staff .etc {
	color: #FFFFFF;
	margin-top: 20px;
	text-align: center;
}


#area-2nd .staff .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  position: relative;
}

#area-2nd .staff .profile {
	background-color: #FFFFFF;
	padding: 20px 20px 15px;
	height: 160px;
}
#area-2nd .staff .profile .name {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
#area-2nd .staff .profile .name i {
	font-size: 20px;
	font-weight: bold;
	display: block;
}
#area-2nd .staff .profile p {
	font-size: 14px;
	line-height: 175%;
}



/*--------------------------------------
/*
 * difference
 *
 *---------------------------------------/
/*******
 * PC
 *******/
.difference {
    margin: 5rem auto 0;
    padding: 3.5rem 10rem 6rem;
	max-width: 65rem;
}
.difference.difference__top{
    margin-top: 0;
}
.difference__head {
    padding: 1.5rem 0;
    text-align: center;
}

.difference__title_sub span {
    position: relative;
    font-size: var(--font-13);
    letter-spacing: 1px;
    color: var(--main-color);
}

.difference__title {
    margin-bottom: 1rem;
}

.difference__title_img {
    max-width: 5rem;
    margin: 0 auto;
}

.difference__title_sub span:before,
.difference__title_sub span:after {
    position: absolute;
    content: "";
    border: 1px solid;
    top: 0;
    bottom: 0;
}

.difference__title_sub span:before {
    left: -1rem;
    transform: rotate(-25deg);
}

.difference__title_sub span:after {
    right: -1rem;
    transform: rotate(25deg);
}

.difference__title_main {
    display: inline-block;
    border-bottom: 4px dotted var(--main-color);
    font-size: var(--font-23);
    color: #222;
}

.difference__lead {
    font-size: var(--font-11);
}

.difference__lead strong {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #FDE799 50%, #FDE799 100%);
    font-size: var(--font-16);
    color: var(--main-color);
}

.difference__body {
    margin-top: 2rem;
}
.difference__body p{
    margin-top: 1rem;
    font-size: var(--font-08);
}

.difference__body_table {
    position: relative;
    width: 100%;
	border-collapse: collapse;
}
.difference__body_table:before {
    position: absolute;
    top: -2.5rem;
    left: 88%;
    content: "";
    background-image: url("../images/common/tristars.svg");
    background-repeat: no-repeat;
    transform: translateX(-50%);
    width: 5rem;
    height: 2rem;
}

.difference__body_table th,
.difference__body_table td {
    width: 25%;
    text-align: center;
    vertical-align: middle;
}

.difference__body_table td {
    max-height: 5rem;
    height: 5rem;
    padding: .2rem .5rem;
    border: 1px solid #999;
    font-size: var(--font-06);
}

.difference__body_table td:nth-child(1){
    padding: 0 1rem;
    font-size: var(--font-08);
}
.difference__company {
    padding: 0.25rem 0;
    background-color: #222;
    font-size: var(--font-09);
    color: #fff;
}

.difference__company--own {
    background-color: var(--main-color);
    border-top: 5px solid var(--main-color);
    border-right: 5px solid var(--main-color);
    border-left: 5px solid var(--main-color);
    border-bottom: 5px solid var(--main-color);
}

.difference__subject {
    background-color: #EFEFEF;
    text-align: left !important;
}

.difference__object {
    background: #fff;
}

.difference__object strong {
    font-size: var(--font-20);
}
.difference__object span {
    font-size: var(--font-12);
}
.difference__object--own {
    background-color: #FDF5F3;
    border-left: 5px solid var(--main-color) !important;
    border-right: 5px solid var(--main-color) !important;
    /* font-size: var(--font-13) !important; */
}

.difference__object--own span.red {
    color: var(--main-color);
    font-weight: bold;
}

.difference__object--own span strong {
    font-size: var(--font-25);
}

.difference__object--mark {
    font-size: var(--font-24) !important;
}

.difference__body_table td.t_text {
	text-align: left;
	font-size:var(--font-07);
}

.bb {
    border-bottom: 5px solid var(--main-color) !important;
}

/**バツ印のcss**/
.batu{
    color:#336699;
}
.batu span{
    font-size: var(--font-20);
    
}

/**三角形のcss**/
.sankaku{
    color:#336699;
}
.sankaku span{
    font-size: var(--font-20);
    
}


/**二重丸のcss**/
.nijuumaru{
    position: relative;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    border: 3px solid var(--main-color);
    margin: 10px auto 10px;
}
.nijuumaru:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 3px solid var(--main-color);
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {

}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .difference {
        margin-top: 0;
        padding: 2rem 0.6rem 5rem;
    }

    .difference__lead {
        font-size: var(--font-12);
        text-align: left;
    }

    .difference__body_table td {
        font-size: var(--font-11);
    }
    .difference__body_table td {
        max-height: 5rem;
        height: 6rem;
        padding: 0 .2rem;
        border: 1px solid #999;
        font-size: var(--font-05);
    }
    .difference__body_table td:nth-child(1) {
        padding: 0 .5rem;
    }
    
}

/*--------------------------------------
/*
 * flow
 *
 *---------------------------------------/
/*******
 * PC
 *******/

 #flow{
	background-color: #f6f6f6;
	padding: 5rem 0;
 }

#flow h2{
	text-align: center;
	margin-bottom: 2rem;
}

#flow .flow_box{
	width: 46%;
	margin: 0 auto;
}

#flow .flow_box img{
	width: 100%;
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
#flow .flow_box{
	width: 96%;
}
    
}

/*--------------------------------------
/*
 * flow
 *
 *---------------------------------------/
/*******
 * PC
 *******/

#faq {
  padding: 80px 0;
}
#faq .container {
  max-width: 960px;
  margin: 0 auto;
}
#faq .main-head {
  text-align: center;
  margin-bottom: 20px;
}
#faq .head {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
#faq .head br {
  display: none;
}
#faq .faq-list {
  margin-top: 40px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.faq-item:first-child {
  border-top: 1px solid #ddd;
}
.question {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.question h4 {
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
}
.question .q-icon {
  font-size: 24px;
  font-weight: bold;
  color: #008bf0;
  margin: 0;
}
.answer {
  display: none; /* 初期状態では非表示 */
  padding-left: 35px;
  margin-top: 10px;
}
.answer p {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}
.answer p:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #f29918;
  margin-right: 15px;
}

@media (max-width: 639px) {
  #faq .head br {
    display: block;
  }
}




/* swiperカスタマイズ */

.swiper {
  padding-bottom: 70px;
}
.swiper-button-prev {
  left: -50px;
}
.swiper-button-next {
  right: -50px;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #fff;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px 0px;
}
.swiper-pagination-bullet {
  background-color: #fff;
  height: 12px;
  width: 12px;
}


















#area-2nd .schedule {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D43A3A;
	padding: 10px 20px;
	display: block;
	width: 440px;
	margin: 0px auto 20px;
	text-align: center;
}
#area-2nd .schedule span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 10px;
	position: relative;
	top: -6px;
}

/* 3rdエリア
/************************************************************/

#area-3rd {
	min-width: 1280px;
}
#area-3rd.border-top{
	margin-top: 0;
}
.reason-head {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #1b2564;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* レスポンシブ対応 */
@media (max-width: 639px) {
  .reason-head-container {
    padding-top: 20px;
  }
  .reason-head {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
#area-3rd .main-head {
	background-image: url(../img/main-head-bg02.jpg);
}

#area-3rd .achievement {
	margin: 60px 100px 0px;
}
#area-3rd .achievement .total {
	background-color: #FFFFFF;
	padding: 40px 0px 20px;
	width: 480px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	margin: 0px auto 60px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	position: relative;
}
#area-3rd .achievement .total::after {
	content: '';
    display: block;
    width: 60px;
    height: 80px;
    background-image: url(../img/arrow-fukidashi.png);
    background-size: contain;
	position: absolute;
	bottom: -80px;
	left: 50%;
    transform: translateX(-50%);
}

#area-3rd .achievement .total span {
	display: block;
	color: #D43A3A;
	font-size: 56px;
	margin-top: -20px;
}
#area-3rd .achievement .total span i {
	font-family: Oswald;
	font-size: 120px;
	margin-right: 10px;
	position: relative;
	bottom: -4px;
}
#area-3rd .achievement .list {
	background-color: #eee;
	padding: 30px 30px 20px;
	margin-bottom: 3rem;
}
#area-3rd .achievement .list li {
	line-height: 60px;
	background-color: #FFFFFF;
	float: left;
	width: 32.4%;
	margin-right: 1.4%;
	margin-bottom: 1.4%;
	box-sizing: border-box;
	padding: 0 15px;
	font-weight: bold;
	position: relative;
}
#area-3rd .achievement .list li:nth-child(3n) {
    margin-right: 0%;
}
#area-3rd .achievement .list li span {
	color: #D43A3A;
	position: absolute;
	right: 15px;
}
#area-3rd .achievement .list li span i {
	font-family: Oswald;
	font-size: 24px;
	margin-right: 4px;
	letter-spacing: 0.04em;
	position: relative;
	bottom: -1px;
}


#area-3rd .team-structure {
	background-image: url(../img/red-bg.jpg);
	padding: 60px 0px 80px;
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}
#area-3rd .team-structure h3 {
	line-height: 60px;
	color: #FFFFFF;
	background-color: #222;
	margin: -90px auto 60px;
	width: 320px;
	display: block;
	text-align: center;
}
#area-3rd .team-structure .img{
	max-width: 1000px;
}
#area-3rd .team-structure .img img{
	width: 100%;
}


/* 4thエリア
/************************************************************/

#area-4th {
	min-width: 1280px;
}
#area-4th .main-head {
	background-image: url(../img/main-head-bg03.jpg);
}


/* お客様の声 */

#area-4th .voice {
	background-color: #eee;
	padding: 60px 60px 60px;
	margin-top: 80px;
	margin-bottom: 100px;
}
#area-4th .voice h3 {
	line-height: 60px;
	color: #FFFFFF;
	background-color: #222;
	margin: -90px auto 80px;
	width: 380px;
	display: block;
	text-align: center;
}
#area-4th .voice .fukidashi {
	background-color: #FFFFFF;
	padding: 0px;
	border-radius: 10px;
	width: 56%;
	box-sizing: border-box;
	position: relative;
	height: 70px;
}

#area-4th .voice .fukidashi span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	box-sizing: border-box;
	line-height: 135%;
}
#area-4th .voice .fukidashi i {
	color: #D33939;
	font-weight: bold;
}

#area-4th .voice .img {
	margin-top: -50px;
	max-width: 150px;
}
#area-4th .voice .img img{
	width: 100%;
}
#area-4th .voice .left .fukidashi {
	float: left;
	margin-left: 25px;
}
#area-4th .voice .left .img {
	float: left;
}
#area-4th .voice .right .fukidashi {
	float: right;
	margin-right: 25px;
}
#area-4th .voice .right .img {
	float: right;
}
#area-4th .voice .left .fukidashi::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}
#area-4th .voice .right .fukidashi::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}



/* 料金プラン */

#area-4th .price {
	background-image: url(../img/red-bg.jpg);
	padding: 100px 0px 70px;
	background-size: cover;
	background-position: center center;
}
#area-4th .price .head {
	color: #FFFFFF;
}
#area-4th .price .container {
	padding: 0 100px;
	box-sizing: border-box;
}
#area-4th .price .box {
	background-color: #FFFFFF;
	padding: 25px;
	margin-bottom: 2%;
	box-sizing: border-box;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 175%;
}
#area-4th .price .box span {
	color: #D33939;
}
#area-4th .price .box span i {
	font-family: Oswald;
	font-size: 64px;
	margin-left: 20px;
	margin-right: 5px;
	position: relative;
	bottom: -2px;
	line-height: 64px;
}


#area-4th .price .box.left {
	float: left;
	width: 49%;
}
#area-4th .price .box.right {
	float: right;
	width: 49%;
}
#area-4th .price .support {
	margin-top: 40px;
}
#area-4th .price .support h3 {
	font-size: 18px;
	line-height: 48px;
	color: #FFFFFF;
	background-color: #e66a6a;
	text-align: center;
	margin-bottom: 30px;
}
#area-4th .price .support li {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
#area-4th .price .support li::before {
	content: "";
	background:url(../img/icon-check.png);
	background-size: cover;
	background-position: center center;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
}

/* ISMSとPマークの違い */
#difference{
	padding-top: 100px;
}
#difference .difference_tb{
	width: 100%;
	border-collapse: collapse;
}
#difference .difference_tb th,#difference .difference_tb td{
	padding: 1.3rem;
	border: solid 1px #ddd;
	text-align:center;
	box-sizing:border-box;
	vertical-align: middle;
}
#difference .difference_tb .bg_th01,#difference .difference_tb .bg_th02{
	padding: 1.8rem 1rem;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
}
#difference .difference_tb th{
	font-weight: bold;
	background-color: #F8F8F8;
}
#difference .difference_tb .bg_th00{
	background-color: #1A1A1A;
	width: 20%;
}
#difference .difference_tb .bg_th01{
	background-color: #1B92CB;
	width: 40%;
}
#difference .difference_tb .bg_th02{
	background-color: #2EAD6D;
	width: 40%;
}
#difference .difference_tb .bg_tb01,
#difference .difference_tb .bg_tb02{
	padding: 1.3rem;
	text-align: left;
	background-color: #fff;
}
#difference .font_bold{
	color: #D33939;
}

/* お客様インタビュー */

#area-4th .interview {
	/* padding-top: 100px; */
	margin-bottom: 3rem;
}
#area-4th .interview.border-top{
margin-top: 0;
}

#area-4th .interview .nav {
	text-align: center;
	margin: 60px 0 80px;
}
#area-4th .interview .nav li {
	line-height: 56px;
	color: #D43A3A;
	display: inline-block;
	border: 2px solid #D43A3A;
	cursor: pointer;
	width: 300px;
	margin: 0px 5px 14px;
	font-weight: bold;
	transition: all .2s ease;
	text-align: center;
	box-sizing: border-box;
}

#area-4th .interview .nav li.select {
	color: #fff;
	background-color: #D43A3A;
}

#area-4th .interview .nav li:hover {
	opacity: 0.6;
}
#area-4th .interview .nav li.select:hover {
	opacity: 1.0;
}

#area-4th .interview .pagination {
	text-align: center;
	margin-top: 60px;
}
#area-4th .interview .pagination li {
	line-height: 40px;
	width: 40px;
	display: inline-block;
	cursor: pointer;
	margin: 0px 10px;
	font-weight: bold;
	border-radius: 22px;
	text-align: center;
	border: 2px solid #D43A3A;
	color: #D43A3A;
	transition: all .2s ease;
}


#area-4th .interview .pagination li.select {
	color: #fff;
	background-color: #D43A3A;
}
#area-4th .interview .pagination li:hover {
	opacity: 0.6;
}
#area-4th .interview .pagination li.select:hover  {
	opacity: 1.0;
}



#area-4th .interview-head {
	background-color: #eee;
	position: relative;
	margin-bottom: 80px;
}
#area-4th .interview-head .img {
	max-width: 600px;
}
#area-4th .interview-head .img img{
	width: 100%;
}
#area-4th .interview-head .information {
	position: absolute;
	right: 0px;
	top: 100px;
	height: 300px;
	width: 420px;
}



#area-4th .interview-head .information .name {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #222;
	padding: 20px;
	text-align: center;
}
#area-4th .interview-head .information .business {
	font-size: 20px;
	margin-left: 70px;
	margin-top: 40px;
	font-weight: bold;
}
#area-4th .interview-head .information .area {
	margin-left: 70px;
	margin-top: 20px;
	line-height: 40px;
	background-color: #FFFFFF;
	display: inline-block;
	padding: 0px 30px;
	border: 1px solid #CCCCCC;
	border-radius: 22px;
}

#area-4th .interview .attention {
	text-align: center;
	margin-bottom: 80px;
}
#area-4th .interview .attention p {
	font-size: 32px;
}
#area-4th .interview .attention em {
    font-weight: bold;
    background-image: linear-gradient(to right, #E68E1A, #D03333);
    background-repeat: no-repeat;
    background-size: 100% 8%;
    background-position: bottom;
    padding-bottom: 12px;
}

#area-4th .interview section {
	padding-left: 100px;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
#area-4th .interview section .nth {
	font-family: ZonaPro;
	letter-spacing: 0.08em;
	font-size: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #D43A3A;
}
#area-4th .interview section h4 {
	color: #D43A3A;
	margin-bottom: 10px;
}

/* タブ展開 */
#area-4th .interview .tab_main {
  display: none;
  transition-duration: 0.3s;
}
#area-4th .interview .tab_main.is_show {
  display: block;
}


/* 会社概要 */

.company {
	margin: 60px 100px 0px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.company dl {
	display: table;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
}

.company dt {
	display: table-cell;
	padding: 30px 30px;
	border-right: 1px solid #ddd;
	width: 28%;
	background-color: #F8F8F8;
	vertical-align: middle;
}
.company dd {
	display: table-cell;
	padding: 30px 30px;
}
.company dd a {
	color: #3366CC;
	margin-left: 10px;
	transition: all .2s ease;
}
.company dd a:hover {
	color: #3366CC;
	margin-left: 10px;
	opacity: 0.6;
}
.privacy-link {
	margin-top: 10px;
	text-align: center;
}
.privacy-link a {
	border-bottom: 1px solid #000000;
}

.bottom_space{
	margin-bottom: 4rem;
}

/* --- 下部固定CTAボタンのCSS --- */
.fixed-cta-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 10px;
  
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.fixed-cta-sp.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.fixed-cta-sp .cta-inner {
  display: flex;
  width: 95%;
  padding: 0 10px; 
  box-sizing: border-box; /* パディングをwidthに含める */
}

.fixed-cta-sp .cta-link {
  flex: 1;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 0;
  border-radius: 5px;
  text-decoration: none;
  
  margin-right: 10px;
}
.fixed-cta-sp .cta-link:last-child {
  margin-right: 0;
}

.fixed-cta-sp .contact {
  background-color: rgb(255, 235, 54);
  border: 1px solid rgb(255, 235, 54);
}

.fixed-cta-sp .contact_b {
  background-color: rgb(46, 173, 109);
  color: #fff;
  border: 1px solid rgb(46, 173, 109);
}

@media screen and (min-width: 769px) {
  .fixed-cta-sp {
    padding: 15px;
  }
  .fixed-cta-sp .cta-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
  .fixed-cta-sp .fixed-cta-sp .cta-link {
    font-size: 16px;
    padding: 15px 0;
  }
}

/* プレゼントバナー */

.fixed-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  transition: opacity 0.3s;
}

.fixed-banner:hover {
  opacity: 0.8;
}

.fixed-banner img{
	max-width: 300px;
	height: auto;
}

.scroll-banner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.scroll-banner.is-visible {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .fixed-banner {
    bottom: 80px;
    right: 10px;
    height: auto;
  }
  .fixed-banner img{
	max-width: 150px;
	height: auto;
}
}

/* --- プライバシーポリシーページの基本スタイル --- */

main#privacy-policy {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 50vh; /* 画面の高さに応じて最小の高さを確保 */
}

main#privacy-policy .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 5rem 20px 0;
}

/* ページタイトルのスタイル */
.privacy-head {
    text-align: center;
    margin-bottom: 40px;
}

.privacy-head .head {
    font-size: 32px;
    font-weight: bold;
    color: #1B2564;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0;
}

.privacy-head .head::after {
    content: '';
    display: block;
    width: 60%;
    height: 2px;
    background-color: #1B2564;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 20%;
}

/* 各セクションの見出しスタイル */
main#privacy-policy section {
    margin-bottom: 30px;
}

main#privacy-policy h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1B2564;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

main#privacy-policy h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #1B2564;
}

/* 本文、リスト、定義リスト（dl）のスタイル */
main#privacy-policy p,
main#privacy-policy ul,
main#privacy-policy dl {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

main#privacy-policy ul {
    list-style-type: disc;
    padding-left: 25px;
}

main#privacy-policy ul li {
    line-height: 1.6;
    margin-bottom: 5px;
}

main#privacy-policy dl dt {
    font-weight: bold;
    color: #1B2564;
    margin-top: 10px;
}

main#privacy-policy dl dd {
    margin-left: 20px;
}

/* テーブルのスタイル */
main#privacy-policy table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 25px;
}

main#privacy-policy th,
main#privacy-policy td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
}

main#privacy-policy th {
    background-color: #f5f5f5;
    font-weight: bold;
    width: 30%;
}

/* 外部リンクのスタイル */
.external-link {
    text-decoration: underline;
    color: #007bff;
}
.external-link::after {
    content: '↗';
    font-size: 0.8em;
    margin-left: 5px;
}

.signature-block {
    text-align: right;
    margin-top: 40px;
  }
  .signature-block .dates {
    margin-bottom: 20px;
  }
  .signature-block p {
    line-height: 1.7;
    margin: 0;
  }

/* レスポンシブ対応 */
@media (max-width: 639px) {
    main#privacy-policy .head {
        font-size: 24px;
    }
    main#privacy-policy h3 {
        font-size: 18px;
    }
    main#privacy-policy table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}

/* --- プレゼントバナー用の追加CSS --- */

/* バナー全体のコンテナ設定 */
.present_banner {
  position: fixed; /* 画面に固定 */
  bottom: 80px;   /* 表示位置（下から80px） */
  right: 15px;    /* 表示位置（右から15px） */
  z-index: 10000;
  display: block;  /* ★★★最初から表示するように変更★★★ */
}

/* 閉じるボタンのデザイン */
.close-banner-btn {
  position: absolute;
  top: -100px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  z-index: 100000;
  transition: background-color 0.3s;
}

/* ボタンにマウスが乗った時のスタイル */
.close-banner-btn:hover {
  background-color: rgba(0, 0, 0, 1);
}

/* バナー画像のスタイル */
.present_banner .fixed-banner img {
  display: block;
  width: 220px;
  height: auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  border-radius: 5px;
}