@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');
@charset"utf-8";

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

a{
	color:#c6b78d;
	text-decoration: none;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

div.page1-3 {
  font-size: 17px;

  position: relative;
  margin-top: 30px;
  color: #fff;
  border-radius: 70px;

  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  width:478.188px;
  height:109.781px;
  margin-top: 30px;
}

.top div.page1-3{
	border-radius: 70px;
}

@media only screen and (min-width: 769px){
	.top div.page1-3{
		width:478.188px;
	}
	.top .page1 div.page1-3{
		width:480.188px;
	}
	.top a.btn-c{
		padding: 1.65rem 5.1rem 1.65rem 5.1rem;
	}
	.top a.btn-c:hover{
		padding: 1.45rem 4.93rem 1.45rem 4.93rem;
	}
}

@media only screen and (min-width: 769px){
	.top .plan-contact a.btn-c:hover{
		padding: 2.38rem 8.85rem;
	}
}

.page1 div.page1-3 {
  font-size: 17px;

  position: relative;
  margin-top: 30px;
  color: #fff;
  border-radius: 0;

  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);

  border-radius: 3px;
  width:360.188px;
  height:111.781px;
  margin-top: 40px;
}

.top .page1 div.page1-3{
	border-radius: 70px;
}

a.btn-c{

	font-size: 17px;

	position: relative;

	padding: 1.65rem 5.1rem 1.65rem 5.1rem;
	color: #fff;
}

a.btn-c span {
  position: relative;
}

a.btn-c:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: -webkit-linear-gradient( 250deg, #9a2f8d 0%, #c02853 30%, #d63b27 65%, #de6733 75%, #e17e3b 80%, #ecbb4c 100% );
    background: linear-gradient( 250deg, #9a2f8d 0%, #c02853 30%, #d63b27 65%, #de6733 75%, #e17e3b 80%, #ecbb4c 100% );

  border-radius: 70px;
}

.top a.btn-c:before{
	border-radius: 70px;
}

a.btn-c:hover {
	padding: 2.43rem 8.9rem;
	background: #f5f5f5;
	color: #ce1b4e;
    margin: 0.18rem 0 0 0.18rem;
	border-image-slice: 1;
	border-radius: 70px;
	overflow: hidden;
}

.top a.btn-c:hover{
	border-radius: 70px;
}

a.btn-c:hover:before {
  opacity: 0;
}

a.btn-c:hover:after {
  right: 0.5rem;
}

Html{
	scroll-padding-top: 70px;
}

* {
	box-sizing: border-box;
}

P{
	font-size:15px;
	margin:0px;
	color:#777;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;

}
.im {
	display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.im {
		display: none !important;
	}
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (min-width: 1700px) {
	.imn {
		display: none !important;
	}
	.im {
		display: block !important;
	}
}

img {
	max-width: 100%;
	height: auto;
  }

body{
	font-family:  'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin:0px;
	background-color:white;
	overflow-y:scroll;
	width:100%;
	color:#444;

}

Main{
	padding-top:70px;
}

.header-contact{
	display: flex;
    padding: 10px 2em;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
	text-decoration: none;
	background: -webkit-linear-gradient( 250deg, #9a2f8d 0%, #c02853 30%, #d63b27 65%, #de6733 75%, #e17e3b 80%, #ecbb4c 100% );
    background: linear-gradient( 250deg, #9a2f8d 0%, #c02853 30%, #d63b27 65%, #de6733 75%, #e17e3b 80%, #ecbb4c 100% );
}

.top .header-contact{
	border-radius: 40px;
}

.header-information{
	padding-right: 0;
    position: fixed;
    right: 10%;
	list-style: none;
	display: flex;
    align-items: center;
    margin-left: 1em;
    padding-left: 30px;
	margin-block-start: 10px;
}

.header-information .pc{
	background: none;
	text-align: center;
}

.header-information li:hover{
	opacity: 0.8;
}

.header-information li{
	margin: 0 0 0 20px;
	background: #ffffff;
	border-radius: 40px;
}

.top .header-information li{
	border-radius: 40px;
}

.header-information p{
	font-size: 18px;
	color:#ffffff;
	font-weight: bold;
}

.header-information .pc a{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.header-information span{
	font-size: 14px;
}

.site-header{
	background:#111111;
	display: flex;
 	z-index: 1;
	position: fixed;
	justify-content: space-between;
	width: 100%;
	padding-bottom:5px;
	padding-top:0px;
}

.site-logo{
	 margin:0px;
}

.site-logo img{
	height: 60px;
	width: auto;
	margin-top:0px;
	margin-left:180px;
	margin-bottom:0px;
}

.gnav__menu{
	display: flex;
	list-style:none;
	margin:10px 100px;
	padding-right:20px;
	padding-left:500px;

}

.gnav__menu__item{
    margin-left: 100px;
	padding-top:13px;

}

.gnav__menu__item a{
	Color:rgb(51, 51, 51);
	text-decoration: none;
	font-size:17px;
}

nav.globalMenuSp{
	display: none;
}


.balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.5em 40px 1.5rem -40px;
	/* margin: 1.5em 0; */
	padding: 15px 30px;
	min-width: 120px;
	max-width: 100%;
	background: #ce5260;
	border-radius: 4px;
  }

  .balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ce5260;
  }

  .balloon1 p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 20px !important;
	font-weight: bold;
  }

Div.page1{
	padding-left:180px;
	padding-top:100px;
	padding-bottom:150px;
	background:#111111;
	background-size:cover;
	max-width:100%;
	color:#ffffff
}


Div.page1-1{
	max-width:650px;
	float:left;
	margin-right:0px;
	margin-top: -70px;
}

div.page1-2pc img{
	width:35%;
	/* margin-left: -25px; */
	margin-top: -15px;
}


H2{
	font-size:40px;
	margin: 0px 0px 20px;
}

Div.page1 p{
	margin:0;
	font-size:17px;
}

Div.page1 img.ot{
	width:350px;
	padding-top:30px;
}

Div.page1 img.otsp{
	display:none;
}

div.page1-2sp img{
	display:none;
}

.logo_title{
	text-align: center;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
	font-weight: bold;
}

.content {
	width: 150px;
    height: 70px;
    margin: 0 50px;
  }

  /* スライドレールの枠 */
  .wrap {
	overflow: hidden;
	display: flex;
	margin:0;
  }

  .wrap img{
	width: 95%;
    margin: 10px;
  }

  .wrap ul{
	list-style: none;
	padding-inline-start: 0px;
  }

  /* content4つをまとめたスライドブロック */
  .slideshow {
	display: flex;
	-webkit-animation: loop-slide 40s infinite linear 1s both;
	animation: loop-slide 40s infinite linear 1s both;
  }

  .slideshow2 {
	display: flex;
	-webkit-animation: loop-slide 30s infinite linear 1s both;
	animation: loop-slide 30s infinite linear 1s both;
  }

  div.page1-4{
	  margin:30px 0 60px 0;
  }

  @-webkit-keyframes loop-slide {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
  }

  @keyframes loop-slide {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
  }

  .content-hover:hover {
	transform: translateY(-20px);
	border-radius: 0 10%;
	box-shadow: 0 3px 10px 0 #333;
	opacity: 0.8;
	cursor: pointer;
  }

Div.page2{
	text-align:center;
	padding:50px 0px 0px 0px;
}

H3{
	font-size:40px;
	margin:0px;
}

div.page2-4 h3{
	font-size:30px;
}

H3.sp{
	display:none;
}

Div.page2-2{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	padding-right:10%;
	padding-left:10%;
	padding-top: 20px;
}

Div.page2-1,div.page2-3{
	padding: 20px 20px;
	width:20%;
	max-width:20%;
	margin-left:30px;
	background-color:#111111;
}

Div.page2-3{
	margin-left:0;
}

Div.page2-1:hover,div.page2-3:hover{
	background:#111111;
	box-shadow:0 0 10px rgb(201,203,203);
	transition: .5s;

}

Div.page2 p{
	font-size:20px;
	font-weight:600;
	line-height:1.5;
}

.worries-3{
    line-height: 1.8 !important;
    font-size: 25px !important;
}

.worries-4{
	width: 90%;
	margin: 20px auto
}

Div.page2-2 img{
	padding:10px;
}

Div.page2-3 p img{
	width:100px;
}

Div.page2-1 p img{
	width:100px;
}

Div.page2-4{
	padding:50px 10px 30px 10px;
}

Div.page2-5{
	margin: auto;
    padding: 80px 20% 100px 20%;
	background-color: #efefef;
}

Div.page2-5 p {
    line-height: 1.8;
    font-size: 18px;
	font-weight: 100;
}

div.page2-5 img.ugc {
    width: 100%;
	padding-top: 30px;
}

.ugc_logo{
	width: 45%;
}

.worries {
    width: 80%;
    margin: auto;
    margin-top: 60px;
	padding-bottom: 80px;
	position: relative;
}

.worries:after {
	right: 50%;
  transform: translatex(50%);
	content: "";
	position: absolute;
	top: 100%;
	box-sizing: border-box;
	border-right: 100px solid transparent;
    border-left: 100px solid transparent;
	border-top: 50px solid #fff;
  }

.worries-2 {
    padding-top: 30px;
}

.dots span {
    position: relative;
}

.dots span::before {
    content: "・";
    position: absolute;
    top: -1em;
    left: 0px;
    color: #333333;
}

 .worries-1,.point-1 {
    /* padding: 20px 20px;
    width: 70%;
    margin: auto;
    margin-bottom: 30px;
    background-color: #957863;
    border-radius: 10px;
    vertical-align: middle;
	text-align: left; */
	background: #111111;
	width: 70%;
	padding:30px 20px;
	border-radius: 5px;
	font-size: 18px;
	margin: auto;
	text-align: left;
}

.point-1{
	margin-bottom: 40px;
	width: 50%;
	padding: 30px 40px;
}

.worries-1 p,.point-1 p{
	line-height: 2 !important;
}

.point-1 p{
	font-size: 18px;
	font-weight: bold;
}

.worries h3 {
    text-align: center;
    font-size: 40px;
    margin: 60px 0 20px 0;
}

.worries-2 p {
    font-size: 25px;
    line-height: 1.5;
}

.worries-1 img {
    width: 2.5%;
    vertical-align: text-bottom;
	margin-right: 5px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #d6d3ca;
    margin: auto;
    margin-top: 30px;
}

.triangle1 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #c9c2ad;
    margin: auto;
    margin-top: 30px;
}

.triangle2 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #c6b78d;
    margin: auto;
    margin-top: 30px;
}

.page2-5 .worries-4{
	font-size: 25px;
	font-weight: bold;
}

.plus {
    font-size: 30px;
    margin: 0px 0 20px 0 !important;
}

.dots1 span {
    position: relative;
}

.dots1 span::before {
    content: "・";
    position: absolute;
    top: -1em;
    left: 0px;
    color: rgb(255, 220, 90);
}

.top .plan-contact{
	padding-top: 60px;
	background: #ece5d8;
}

.top .plan-contact p{
	text-align: center;
	font-size: 30px;
    color: #222;
	padding-bottom: 30px;
}

.contact-img{
	width: 65%;
	margin: 0px auto 30px;
}

Div.page3{
	text-align:center;
	background-color:#efefef;
	padding-bottom: 50px;
}
Div.page3_1{
	text-align:center;
	background-color:#f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

Div.page3-1{
	padding:100px 0px 30px 0;
}

Div.page3-2{
	margin:auto;
	padding:0px 20% 30px 20%;
}

Div.page3-2 p{
	line-height:1.8;
	font-size:18px;
}


Div.page3-3{
	padding:0 10px 30px 10px;
}

Div.page3-3 img {
	width: 800px;
}

Div.page3-3 img.ugcsp{
	display:none;
}

Div.page3-4{
	margin:auto;
	padding:0px 20% 100px 20%;
}

Div.page3-4 p{
	line-height:1.8;
	font-size:18px;
}

Div.page4{
	text-align:center;
	padding:80px 0px;
}

Div.page3 p.subtitle{
	font-size: 60px;
    font-weight: 600;
    color: #c6b78d;
    text-align: center;
    padding: 0px 0px 50px 0px;
    padding-right: 40%;
    transform: rotate(-8deg);
}


P.number{
	font-size:90px;
	font-weight:700;
	color:#ce5260;
	margin-top:-100px;
	height: 140px;
	font-family: YakuHanJPs,\\6E38\30B4\30B7\30C3\30AF,YuGothic,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,Hiragino Kaku Gothic ProN,\\30E1\30A4\30EA\30AA,Meiryo,sans-serif;
}

P.number2{
	font-size:50px;
	font-weight:700;
	margin-top:-70px;
	margin-left:-200px;
	height: 80px;
	font-family: YakuHanJPs,\\6E38\30B4\30B7\30C3\30AF,YuGothic,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,Hiragino Kaku Gothic ProN,\\30E1\30A4\30EA\30AA,Meiryo,sans-serif;
}

Div.page4-1{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	padding-top:50px;
	padding-right:5%;
	padding-left:5%;
	max-width:1440px;
	margin:auto;
}

Div.page4-2{
	width:550px;
	padding:30px 40px;
	text-align:left;
	line-height:1.8;
	background:white;
	box-shadow:0 7px 20px 0 rgb(0 0 0 / 10%);
	transition: .5s;
	margin:45px 10px;
}

Div.page4-2 p.title{

	font-size:25px;
	color:#222;
	font-weight:600;
	line-height: 1.5;
	margin-bottom: 10px;
}

Div.page4-2 img{
	width:100%;
	margin:30px 0% 10px 0%;
}

Div.page4-2 img.skill1{
	width:65%;
}

Div.page4-2 img.skill4{
	width:100%;
	margin:60px 0 10px 0;
}

Div.page4-2 .skill5{
	width: 100%;
	margin: 30px 0 10px;
}

Div.page4-2 .skill6 {
    width: 80%;
    margin: 30px 10% 10px 10%;
}

Div.page4-2 p a{
	text-decoration: none;
	color:#c6b78d;
}

/* 追加分 ここから ----------------------------------*/
Div.page4_1{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	padding-top:20px;
	padding-right:5%;
	padding-left:5%;
	max-width:1200px;
	margin:auto;
}

Div.page4_2{
	width:450px;
	padding:30px 40px;
	text-align:left;
	line-height:1.8;
	background:#ffffff;
	transition: .5s;
	margin:10px 10px;
	border-radius: 15px;
}

Div.page4_2 p.title{

	font-size:25px;
	color:#222;
	font-weight:600;
	line-height: 1.5;
	margin-bottom: 10px;
}

Div.page4_2 img{
	width:65%;
	margin:30px 17.5% 10px 17.5%;
}

Div.page4_2 img.skill1{
	width:65%;
}

Div.page4_2 img.skill4{
	width:100%;
	margin:60px 0 10px 0;
}

Div.page4_2 .skill5{
	width: 100%;
	margin: 30px 0 10px;
}

Div.page4_2 .skill6 {
    width: 80%;
    margin: 30px 10% 10px 10%;
}

Div.page4_2 p a{
	text-decoration: none;
	color:#c6b78d;
}

/* 追加分 ここまで ----------------------------*/

/* 追加分 ここから ----------------------------------*/
Div.page4__1{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	padding-top:20px;
	padding-right:5%;
	padding-left:5%;
	max-width:1440px;
	margin:auto;
}

Div.page4__2{
	max-width:550px;
	padding:60px 40px;
	text-align:left;
	line-height:1.8;
	background:white;
	transition: .5s;
	margin:0px 0px;
	border-radius: 15px;
}

Div.page4__2 p.title{

	font-size:25px;
	color:#222;
	font-weight:600;
	line-height: 1.5;
	margin-bottom: 10px;
}

Div.page4__2 img{
	width:65%;
	margin:30px 17.5% 10px 17.5%;
}

Div.page4__2 img.skill1{
	width:65%;
}

Div.page4__2 img.skill4{
	width:100%;
	margin:60px 0 10px 0;
}

Div.page4__2 .skill5{
	width: 100%;
	margin: 30px 0 10px;
}

Div.page4__2 .skill6 {
    width: 80%;
    margin: 30px 10% 10px 10%;
}

Div.page4__2 p a{
	text-decoration: none;
	color:#c6b78d;
}

/* 追加分 ここまで ----------------------------*/

Div.page5{
	text-align:center;
	background-color:#f5f5f5;
	padding: 80px 0 50px;
}

.page5 h3.pc{
	margin-bottom: 25px;
}

.subtitle{
	font-size: 20px;
    padding-bottom: 25px;
}

Div.page5-1{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	padding-top:0px;
	padding-right:15%;
	padding-left:15%;
	max-width:1440px;
	margin:auto;
	margin-top:-30px;
}

Div.page5-2{
	padding: 20px 30px;
	max-width: 45%;;
	margin:auto;
	margin-bottom: 30px;
	margin-top:30px;
	background-color:white;
	text-align:left;
	border-radius: 10px;
}

Div.page5-2:hover{
	background:white;
	box-shadow:0 0 10px rgb(201,203,203);
	transition: .5s;
	border-radius: 10px;
}

.next{
    padding: 15px 35px;
    background-color: #c6b78d;
    color: #fff;
	border-radius: 30px;
	font-size: 13px;
}

.next:hover{
	opacity: .8;
}

.next2{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

Div.page5-3-0{
	padding: 0px 0px;
	max-width: 45%;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 60px;
	text-align:left;
	border-radius: 10px;
	display: inline-flex;
}

Div.page5-3-00{
	padding: 0px 0px;
	max-width: 45%;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align:left;
	border-radius: 10px;
	display: inline-flex;
}

Div.page5-3{
	max-width: 100%;
	border-radius: 0 0 10px 10px;
}

div.page5-3 p img{
	width:100%;
    border-radius: 10px 10px 0 0;
}

div.page5-3 p img.yajirushi{
	width:5%;
	margin-left: 7px;
	vertical-align: sub;
}

Div.page5-3{
	background:white;
	box-shadow:0 0 15px rgb(201,203,203);
	transition: .5s;
	border-radius: 10px;
}

Div.page5-3:hover{
	opacity: 0.8;
	filter: brightness(110%);
}

div.page5-3-1{
	padding:20px 30px;
}

div.page5-3-11 {
    padding: 20px 30px 40px;
}

div.page5-3-2{
	float:left;
	max-width: 30%;
	height: 100%;
}

div.page5-3-3{
	max-width: 70%;
	margin-left: 30%;
}

div.page5 a{
	text-decoration: none;
}

div.page5 p.o-1 img{
	width:70px;
	float:left;
	margin-right:20px;
}

div.page5 p.o-11 img{
	margin-top: 5px;
}

div.page5 p.o-2{
	font-weight:700;
	padding:20px 0px 30px 0px;
	color:#222;
}

Div.page5 p.o-3{
	font-size:13px;
	padding-top:10px;
}

div.page5-3-3 p.o-4{
	padding: 0;
	color: #666;
}

div.page5-3-3 p.o-5{
	padding-top: 10px;
	font-weight:700;
	color:#444;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
}

div.page5-3-1 p.o-6{
	padding: 20px 0 10px;
	color: #666;
	margin: auto;
	text-align: center;
}

p.interviwheader{
	border-radius: 10px 0;
}

Div.page6-1{
	text-align:center;
	padding:70px 0px 50px;
	background-color:#f5f5f5;
}

Div.page6-1 p.o1{
	font-size:30px;
}


Div.page6{
	text-align:center;
	padding:0 0 50px 0;
	background-color:#f5f5f5;
}

Div.page6 table.oto{
	text-align: center;
	margin:0px auto;
	padding-bottom:20px;
	background-color:white;
	padding-top:20px;
	color:#f5f5f5;
	line-height:4;
	width:70%;
	max-width:1008px;

}

Div.page6 p.title,div.page6 p.o{
	line-height:3;
	text-align:left;
	color:#c6b78d;
	margin-left:10%;
	font-size:16px;

}

Div.page6 p.bo{
	text-align:center;
	margin:auto;
}

Div.formsp{
	display:none;
}

.column6-3{
	display: inline-block;
	width: 100%;
	color: #4c4c4c;
    font-size: 18px;
    line-height: 1.8;
	margin: 20px 0;
}

input{
	-webkit-appearance: none;
	width:98%;
	padding:10px;
	text-align:left;
	font-size:16px;
	background-color:#f5f5f5;
	height:40px;
	opacity: 1;
}

.formsp input {
    width: 100%;
}

P.check{
	padding:30px 0 30px 0;
	margin-left:0px;
}



p.check label{
	font-size:35px;
	text-align:left;
}

p.check label {
			/* ラベルの位置 */
	font-size:		18px;
	line-height:		32px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;

}

/* ボックスのスタイル */
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  color: #777;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin:0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 4px solid #ce5260;
  position: absolute;
  Left:0px;
  top: 3px;
	margin:auto;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 8px;
  top: -3px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"] + label:last-child{
	width:300px;
}

p.bo {
	background: linear-gradient(to left,
    #9a2f8d 0%,
	#c02853 30%,
    #d63b27 65%,
	#de6733 75%,
	#e17e3b 80%,
	#ecbb4c 100%
	);
	border-radius: 3px;
	padding: 1px;
	width:600px;
	height:100px;

}

.top p.bo{
	border-radius: 70px;
}

input[type="submit"] {
	background-color: #fff;
	border-radius: 3px;
	height: 96px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color:#ce1b4e;
	margin-top:1px;
	border:none;
	width:596px;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.top input[type="submit"]{
	border-radius: 70px;
}

/* 送信ボタン - マウスオーバー時 */

input[type="submit"]:hover {

	background-size:600px;
	color: #fff;
	background-image: -webkit-linear-gradient(
		335deg,
		#9a2f8d 0%,
		#c02853 30%,
		#d63b27 65%,
		#de6733 75%,
		#e17e3b 80%,
		#ecbb4c 100%
	  );

	  background-image: linear-gradient(
		250deg,
		#9a2f8d 0%,
		#c02853 30%,
		#d63b27 65%,
		#de6733 75%,
		#e17e3b 80%,
		#ecbb4c 100%
	  );
	  content: "";
	  -webkit-transition: all 0.3s;
  	transition: all 0.3s;
}

/* 送信ボタン - 押せないとき */

input[type="submit"][disabled] {
	background-color: #fff;
	border-radius: 3px;
	height: 96px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color:#ce1b4e;
	margin-top:1px;
	border:none;
	cursor: default;
	background-image: none;
	width:596px
}

.top input[type="submit"][disabled]{
	border-radius: 70px;
}


Div.page6-2{
	width:70%;
	text-align:left;
	margin:auto;
	max-width:1008px;
}

Div.page6-3{
	width:530px;
	margin:auto;
	padding-bottom:30px;
}

Div.page6-3 p.set{
	font-size:11px;
	color:#c6b78d;
}

table.oto th, table.oto td {
   border: 1px gray dotted;
}

Div.page7{
	text-align:center;
	background-color:#efefef;
	padding:70px 0px 70px 0;
}

div.page7 p.tel-number{
    color:#222;
	font-size:30px;
	font-weight:700;
    }

Div.page7-1{
	margin:auto;
	width:600px;
}

H3.telcon{
	font-size:30px;
	font-weight:700;
}

Div.page8{
	text-align:left;
	background-color:#111111;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:50px;
	padding-bottom:5px;
}

Div.page8-2{
	text-align:left;
	flex:0 0 25%;
	max-width:25%;
}

Div.page8-3{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom:30px;
}

div.page8 a{
	color:#ffffff;
	text-decoration: none;
}

Div.page8 li a{
	text-decoration: none;
	font-size:15px;
	line-height:2;
}

Div.page8 ul{
	list-style:none;
}


Div.page8 img{
	height: 40px;
	width: auto;
}

Div.page8 p{
	color:#444;
	font-weight: bold;
}

Div.page8sp{
	display:none;
}
/* よくある質問 */

.question{
	width: 70%;
    margin: auto;
    padding: 60px 0 100px;
}

.qatitle{
	text-align: center;
	margin: 20px 0 40px;
}

.acd-check{
    display: none;
}
.acd-label{
    border: 1px #ce5260 solid;
    color: #555;
    display: block;
    margin-bottom: 0px !important;
    padding: 10px;
    position: relative;
    padding-left: 60px !important;
    margin-top: 10px;
    border-radius: 5px;
}

.acd-label:before{
    display:none !important;
}
.acd-label:after{
    background: #ce5260;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    padding: 14px 20px;
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: 900;
    color: #fff;
	height: 100%;
}

.acd-check:checked + .acd-label{
    border-radius: 5px 5px 0 0;
    border-bottom:none;
}
.acd-content{
    border: 1px solid #ce5260;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    border-top:none;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    color: #555;
    margin-bottom: 10px;
    border-radius: 0 0 5px 5px;
}

.qa_logo{
    width: 50%;
    margin: 10px auto;
}

.qa_referenceimage{
    font-weight: bold;
    color: #fff;
    padding: 25px 0;
    background-color: #C6B78E;
    margin: 15px auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius:5px;
}

.qa_reference{
    width:50%;
    margin:auto;
}

@media only screen and (min-width: 1500px) {
.question {
    width: 40%;
}
}

@media only screen and (max-width: 640px) {
.qa_reference{
    width:100%;
}

.qa_referenceimage{
    font-size: 14px;;
}

.question {
    width: 90%;
}
}
/* よくある質問終わり */


Footer{
	text-align:center;
	background-color:#111111;
	padding-top:5px;
	padding-bottom:10px;
	font-size:13px;
	color:#ffffff;
}


Div.thanks{
	text-align:center;
	padding:100px 0;
}

Div.privacy1,div.terms1,div.terms2-1{
	width:70%;
	margin:auto;
	padding:80px 0;
}

Div.privacy2,div.terms2,div.terms2-2{
	text-align:center;
	padding-bottom:70px;
}

Div.privacy3,div.terms3,div.terms2-3{
	text-align:right;
}

Div.privacy2 h3,div.terms2 h3,div.terms2-2 h3{
	font-size:30px;
}

div.interview2 h3 {
    font-size: 30px;
	font-weight: 600;
}

div.terms4,div.terms2-4{
	text-align:right;
	padding:30px 0;
}

H4{
	font-size:18px;
	margin:25px 0 0 0;
}

Div.inc{
	background-color:#f5f5f5;
	padding-bottom:100px;
}

Div.inc1{
	text-align:center;
	padding:60px 0;
}

Div.inc2{
	background-color:white;
	width:60%;
	margin:auto;
	border-bottom:1px dotted;
	color:gray;
}

Div.inc img{
	width:100%;
	padding:20px;
	margin:auto;
}

Div.inc2-2{
	margin:auto;
	width:25%;
}

Div.inc3 table{
	width:60%;
	background-color:white;
	text-align: left;
	margin:0px auto;
	padding-bottom:20px;
	padding-top:20px;
	color:#f5f5f5;
	line-height:4;
}

div.inc3 table th,div.inc3 table td {
   border: 1px gray dotted;
}

div.inc3 table th{
	width:20%;
}

Div.inc3 p{
	line-height:4;
	text-align:left;
	color:#a94243;
	margin-left:10%;
	font-size:16px;

}

Div.inc3 p.text{
	text-align:left;
	color:#777;
	margin-left:5%;
	font-size:16px;
	line-height:1.8;
	padding:5px 0;

}

Div.inc3 a{
	text-decoration: none;
	color:#a94243;
}

Div.inc3sp{
	display:none;
}

Div.partner{
	text-align:center;
	padding:50px 0;
}

h4.pm,h4.pm2{
	font-size:23px;
	color:#bdaf88;
	margin:40px;
}

H4.pm2{
	margin-bottom:20px;
	margin-top:60px;
}


Div.partner3 h4{
	margin-top:10px;
	margin-bottom:20px;
}


Div.partner3{
	width:25%;
	margin:30px auto;
	background-color:#ffffff;
	padding-bottom:30px;
	padding-top:20px;
	border-radius: 15px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}

Div.partner4{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 5%;
    padding-left: 5%;
}

div.interview1 {
    width: 60%;
    margin: auto;
    padding: 80px 0;
}

p.interview img{
	width:100%;
	margin-bottom: 50px;
}

div.interview2 {
    padding-bottom: 40px;
}

div.interview1 p{
    color: #4c4c4c;
	font-size: 20px;
	line-height: 1.8;
	font-family: YakuHanJPs,\\6E38\30B4\30B7\30C3\30AF,YuGothic,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,Hiragino Kaku Gothic ProN,\\30E1\30A4\30EA\30AA,Meiryo,sans-serif;
}

div.interview1 p.title{
    color: #777;
	font-weight: 600;
}

div.interview1 p.text{
	padding-bottom: 40px;
}

div.interview1 h4.first{
	margin:100px 0 5px;
}

div.interview1 h4{
	font-size:28px;
	margin:50px 0 5px;
	line-height:40px;
	box-sizing:border-box;
	position:relative;
	padding-left:20px;
}

div.interview1 h4:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	width:5px;
	height:40px;
	background-color:#c6b78d;
  }

div.interview1 img.interview1-1{
	width:100%;
}

div.interview1 img.interview1-2{
	width:80%;
}

div.interview1 a{
	text-decoration: none;
	color:#c6b78d;
}

div.interview1 a.ecc{
	text-decoration: none;
	color:#87cefa;
}

div.interview1 a:hover{
	text-decoration: none;
	color:#4c4c4c;
}

div.interview1 a.ecc:hover{
	text-decoration: none;
	color:#4c4c4c;
}

div.interview1 a.ugcc2{
	color:#c6b78d;
}

div.interview1 a.ugcc2:hover{
	text-decoration: none;
	color:#d1c9b4;
}

div.interview1 a.ecc2{
	color: #87cefa;
}

div.interview1 a.ecc2:hover{
	color: #b8def7;
}


div.topics{
	border:1px solid;
	border-color:rgb(199, 199, 199);
	width: 70%;
	padding:30px;
	border-radius: 5px;
	margin:auto;
	margin-bottom: 40px;
}

div.topics p.title{
	color:#666666
}
div.topics p.title2{
	color:#666666;
	font-size:15px;
}

div.topics p{
	color:#4c4c4c
}

div.interview1 p.last{
	font-size: 17px; ;
	color:#666;
}

div.page6 div.pc input{
	width:100%;
}

div.page6 div.pc p.title,
div.page6 div.pc p.o{
	margin-left: 0;
}

div.page6 div.pc dd{
	margin-inline-start: 0;
}

/*料金ページCSS*/

.plan-icon{
	display: flex;
    justify-content: center;
    margin-bottom: 20px;
	list-style: none;
}

.plan-icon li{
	margin-right: 35px;
    position: relative;
}

.plan-icon span{
	font-weight: bold;
	font-size: 40px;
}

.plan-title{
	padding-top: 60px;
	text-align: center;
}

.plan-title h3{
	font-size: 30px;
}

.plan-overview h3{
	font-size: 28px;
}

.plan-overview {
	text-align: center;
	padding: 40px 0;
	width: 55%;
    margin: auto;
}

.plan-overview p{
	font-size: 20px;
}

.plan-chargeform p{
	display: inline-block;
}

.plan-chargeform2{
	border: 1px solid #b9b7b7;
	border-radius: 50%;
    width: 150px;
	height:150px;
	line-height:150px;
    margin: 20px auto;
}

.plan-chargeform1
{
	font-weight: bold;
	font-size: 25px;
	color: #a94243;
}

.plan-contact .page1-3{
	margin: auto;
}

.plan-contact{
	padding: 0px 0 60px;
}


/*UGCコラムページCSS*/

.column1 {
    width: 60%;
    margin: auto;
    padding: 80px 0;
}

.column-title{
	padding-top: 60px;
    padding-bottom: 30px;
	text-align: center;
}

.column-title h3{
	font-size: 30px;
}

.column-all{
	width: 95%;
    margin: auto;
	padding-inline-start: 0;
	text-align: center;
}

.column-all li{
	display: inline-block;
	list-style: none;
	width: 30%;
}

.column-all li:nth-child(3n-1){
	margin: 0 2%;
}

.column-topics{
	background: #ece5d8;
	width: 70%;
	padding:30px 20px;
	border-radius: 5px;
	margin:30px 0;
}

.column-topics a{
	color: #444;
}

.column-topics a:hover{
	opacity: 0.8;
}

.column1 h4 {
    font-size: 22px;
    margin: 50px 0 5px;
    line-height: 35px;
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
}

.column1 h4:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 5px;
    height: 35px;
    background-color: #c6b78d;
}

.column1 p {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 1.8;;
}

.column-topic p.title{
	color:#666666
}
.column-topic p.title2{
	color:#666666;
	font-size:15px;
}

.column-topic p{
	color:#4c4c4c
}

.colums-topcs1 {
    margin: 60px 0 5px;
}

.column-thumbnail {
    width: 100%;
    margin-bottom: 40px;
}

.column-text {
    padding-bottom: 40px;
    margin-top: 20px;
}

.column-topic{
	padding: 0px 0px;
	margin:auto;
	margin-bottom: 60px;
	background-color:white;
	text-align:left;
	border-radius: 10px;
}

.column-interview{
	max-width: 100%;
	border-radius: 0 0 10px 10px;
	background:white;
	box-shadow:0 0 15px rgb(201,203,203);
	transition: .5s;
	border-radius: 10px;
}

.column-interview p img{
	width:100%;
    border-radius: 10px 10px 0 0;
}

.column-interview p img.yajirushi{
	width:5%;
	margin-left: 7px;
	vertical-align: sub;
}


.column-interview:hover{
	opacity: 0.8;
	filter: brightness(110%);
}

.column-overview{
	padding:20px 30px;
}

.column-logo{
	float:left;
	max-width: 30%;
	height: 100%;
}

.column-logo .o-1 img{
	width:60px;
	float:left;
	margin-right:20px;
}

.column-company .o-4{
	padding: 0;
	color: #666;
	text-decoration: none;
	padding-top: 10px;
}

.column-company .o-5{
	font-weight:700;
	color:#444;
}

.column-overview .o-6{
	padding: 20px 0 10px;
	color: #666;
	margin: auto;
	text-align: center;
}

.column-topic a{
	text-decoration: none;
}

.column_img .column_img1{
	width: 100%;
}

.column_img .column_img2{
	width: 70%;
}

.column_img .column_img2-2{
	width: 100%;
}

.column_img3 {
    width: 50%;
}

.column_img4 {
    width: 40%;
	padding-left: 20px;
}

.column_img{
	font-size: 14px;
}

.column1 a.ugcc2 {
    color: #c6b78d;
}

.column1 a.ugcc2:hover {
    color: #d1c9b4;
}

.column1 a.ecc2 {
    color: #87cefa;
}

.column1 a.ecc2:hover {
    color: #b8def7;
}

.column1 p.last {
    font-size: 17px;
    color: #666;
}

.column-box{
	background: #ece5d8;
	width: 70%;
	padding:30px 20px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 2.3;
}

.column-box2{
	width: 100%;
}

/*機能ページCSS*/

.function-title{
	padding-top: 60px;
    padding-bottom: 70px;
	text-align: center;
}

.function-title h3{
	font-size: 30px;
}

.function-all{
	padding-top: 0px !important;
}

.function-all{
	width: 95%;
    margin: auto;
	padding-inline-start: 0;
	text-align: center;
}

.function-all li{
	display: inline-flex;
	list-style: none;
	width: 30%;
	margin: 0 2% 100px;
}

.function-all1{
	padding-top: 10px;
}

.function-all1 h3{
	font-size: 25px;
}

.function-overview1{
		padding: 20px 20% 30px 20%;
}

.function-overview1 p,.function-overview2 p{
	font-size: 18px;
	line-height: 1.8;
}

.function-img{
	width: 650px;
	margin: auto;
}

.function-img .pc{
    width: 650px;
}

.function-overview2{
	padding: 60px 20% 30px 20%;
}

.function-overview2 img{
	width: 90%;
	padding-top: 20px;
}
/*
.function-overview2 .ugc_logo{
	width: 40%;
} */

.function-overview2 .worries-4 {
    font-size: 25px;
    font-weight: bold;
}


.function-topics{
	padding: 0px 0px;
	margin:auto;
	background-color:white;
	text-align:left;
	border-radius: 10px;
}

.function-interview{
	max-width: 100%;
	border-radius: 0 0 10px 10px;
	background:white;
	box-shadow:0 0 15px rgb(201,203,203);
	transition: .5s;
	border-radius: 10px;
	min-height: 450px;
}

.function-interview p img{
	width:100%;
    border-radius: 10px 10px 0 0;
}

.function-interview p img.yajirushi{
	width:5%;
	margin-left: 7px;
	vertical-align: sub;
}


.function-interview:hover{
	opacity: 0.8;
	filter: brightness(110%);
}

.function-overview{
	padding:20px 30px;
}

.function-logo{
	float:left;
	max-width: 30%;
	height: 100%;
}

.function-company{
	max-width: 75%;
	margin-left: 25%;
}

.function-logo .o-1 img{
	width:60px;
	float:left;
	margin-right:20px;
}

.function-company .o-4{
	padding: 0;
	color: #444;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.function-company .o-5{
	padding-top: 10px;
	color:#444;
}

.function-overview .o-6{
	padding: 20px 0 10px;
	color: #444;
	margin: auto;
	text-align: center;
}

.function-topics a{
	text-decoration: none;
}


/*導入事例一覧ページCSS*/

.casestudy-title{
	padding-top: 60px;
    padding-bottom: 90px;
	text-align: center;
}

.casestudy-title h3{
	font-size: 30px;
	padding-bottom: 15px;
}

.casestudy-title p{
	font-size: 20px;
}

.casestudy-all{
	width: 95%;
    margin: auto;
	padding-inline-start: 0;
	text-align: center;
}

.casestudy-all li{
	display: inline-block;
	list-style: none;
	width: 30%;
}

.casestudy-all li:nth-child(3n-1){
	margin: 0 2%;
}

.casestudy-topics{
	padding: 0px 0px;
	margin:auto;
	margin-bottom: 60px;
	background-color:white;
	text-align:left;
	border-radius: 10px;
}

.casestudy-interview{
	max-width: 100%;
	border-radius: 0 0 10px 10px;
	background:white;
	box-shadow:0 0 15px rgb(201,203,203);
	transition: .5s;
	border-radius: 10px;
}

.casestudy-interview p img{
	width:100%;
    border-radius: 10px 10px 0 0;
}

.casestudy-interview p img.yajirushi{
	width:5%;
	margin-left: 7px;
	vertical-align: sub;
}


.casestudy-interview:hover{
	opacity: 0.8;
	filter: brightness(110%);
}

.casestudy-overview{
	padding:20px 30px;
}

.casestudy-logo{
	float:left;
	max-width: 30%;
	height: 100%;
}

.casestudy-company{
	max-width: 70%;
	margin-left: 30%;
}

.casestudy-logo .o-1 img{
	width:60px;
	float:left;
	margin-right:20px;
}

.casestudy-company .o-4{
	padding: 0;
	color: #666;
	text-decoration: none;
}

.casestudy-company .o-5{
	padding-top: 10px;
	font-weight:700;
	color:#444;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.casestudy-overview .o-6{
	padding: 20px 0 10px;
	color: #666;
	margin: auto;
	text-align: center;
}

.casestudy-topics a{
	text-decoration: none;
}

/*InstagramサービスページCSS*/
.ugccinstagram-top{
	margin: auto;
}

.ugccinstagram-topimg{
	width: 100%;
}

/*レビューサービスページCSS*/
.ugccreview-top{
	margin: auto;
}

.ugccreview-topimg{
	width: 100%;
}

.ugccreview-contents{
	text-align: center;
	padding:30px 0;
}

.ugccreview-contents1{

}

.ugccreview-contents2{

}

.ugccinstagram-top p, .ugccreview-top p{
	font-size:30px;
	color: #c6b78d;
	text-align: center;
	margin-bottom: 40px;
}

/*reCAPTCHA設定*/
.g-recaptcha{
	width: 304px;
	margin: auto;
	margin-bottom: 30px;
}



@media (min-width: 1500px){
div.page1{
	min-height:700px;
}


Div.header{
	width:1140px;
	margin:auto;
	/* margin-left: 20%; */
	margin-left: 1%;
}

.header-information{
	right: 1%;
	/* right:20%; */
}

.site-logo img{
	margin-left:0;
}

Div.page1-1{
	max-width:1140px;
	margin:auto;
	margin-top: -40px;
}

Div.page1{
	padding-left:15%;
}

div.page1-2pc img{
	width:40%;
	/* margin-left: 50px;
	width: 25%; */
    margin-left: 20px;
}


.ugc_logo {
    width: 30%;
}

div.page2-5 img.ugc{
	width:70%;
	margin-left: 15%;
}

Div.page5-1{
	padding-right: 5%;
    padding-left: 5%;
}

.worries-1{
    width: 80%;
}

.worries-4 {
    width: 50%;
}

.point-1{
    width: 30%;
}

Div.partner4 {
    padding-right: 20%;
    padding-left: 20%;
}

div.interview2 {
    padding-bottom: 70px;
}

div.page1-2pc img{
	margin-top: 0px;
}

.contact-img {
    width: 40%;
}
/*導入事例一覧ページCSS*/

.casestudy-all{
	width: 80%;
    margin: auto;
}

.plan-overview{
	width: 80%;
	margin: auto;
}

/*導入事例一覧ページCSS*/

.column-all{
	width: 80%;
    margin: auto;
}

.column1 {
    width: 40% !important;
    margin: auto;
    padding: 80px 0;
}

.column-topics{
	width: 100%;
}

.column-box{
	width: 100%;
}

.column_img .column_img2{
	width: 100%;
}

.function-overview2 img{
	width: 80%;
    margin-left: 10%;
}
}

@media (min-width: 2000px){
	Div.page1{
		padding-left:25%;
	}
	Div.header{
		margin-left: 1%;
	}

	.header-information{
		right:1%;
	}

	div.page1-2pc img{

		width: 25%;
		margin-left: 100px;
		margin-top: -20px;
	}
	}

	@media (max-width: 1390px){
	Div.header{
		margin-left: 1%;
	}

	.header-information{
		right:1%;
	}
.header-information-menu{
	display: none !important;
}
}

@media (max-width: 1499px){
	Div.header{
		margin-left: 1%;
	}

	.header-information{
		right:1%;
	}
	.site-logo img{
	margin-left:0;
}
}

@media (max-width: 1300px){

	Div.header{
		margin-left: 1%;
	}

	.header-information{
		right:1%;
	}
	.site-logo img{
	margin-left:0;
}

div.page1 img.fv{
	width:400px;
	margin-top:20px;
}

.gnav__menu{
	margin:10px 0px;
}

H2{
	font-size:35px;
}


Div.page4-2{
	width:500px;
}

Div.page4__2{
	max-width:500px;
}

Div.page5-1 {
	padding-right: 5%;
	padding-left: 5%;
}

}

@media (max-width: 1120px){

	.site-logo img{
	margin-left:0;
}

	Div.header{
		margin-left: 1%;
	}

	.header-information{
		right:1%;
	}

.site-logo img{
	margin-left:90px;
}

.gnav__menu{
	margin:10px 0px;
	padding-right:80px;

}

.gnav__menu__item{
	margin-left: 80px;

}


Div.page1 {
    padding-left: 90px;
}


Div.page2-2{
	padding-right:0%;
	padding-left:0%;
}

Div.page3-2 {
	padding: 0px 10% 30px 10%;
}

Div.page4-2 {
	width: 800px;
}

Div.page4__2 {
	max-width: 800px;
}

}

@media (max-width: 1030px){

	.site-logo img{
	margin-left:0;
}

	Div.header{
		margin-left: 1%;
	}

	.header-information{
		right:1%;
	}


Div.page1 img.ot {
    padding-top: 30px;
}


H2{
	font-size:30px
}

H3{
	font-size:30px;
}

Div.page4-2 {
    width: 450px;
}

Div.page4__2 {
    max-width: 450px;
}


}

@media (max-width: 985px){

	.site-logo img{
	margin-left:0;
}

	Div.header{
		margin-left: 1%;
	}

	.header-information{
		right:1%;
	}

div.page1{
    padding-right: 50px;
}


.gnav__menu{
	padding-right:40px;

}

.gnav__menu__item{
	margin-left: 60px;
}

Div.page4-2 {
    width: 600px;
}

Div.page4__2 {
    max-width: 600px;
}

Div.page3-3 img {
	width: 80%;
}

}

@media (max-width: 900px){

	Div.header{
		margin-left: 1%;
	}

	.header-information{
		right:1%;
	}



.site-logo img{
	margin-left:30px;
	height:50px;
}


Main{
	padding-top:60px;
}

Div.page1 {
	padding-top: 100px;
	padding-bottom: 200px;
	padding-left:30px;

}

Div.page1-1 {
    margin-right: 5%;
}

Div.page2-1, div.page2-3 {
	margin-left:50px;
	width:25%;
	max-width:25%;
}

p.bo {
    width: 510px;
}

Div.page1-1 {
    margin-right: 2%;
}

div.page1-2 img {
    width: 30%;
}

Div.page2-3{
	margin:0;
}

Div.page4-2 {
    width: 750px;
}

Div.page4__2 {
   max-width: 750px;
}

Div.page6 table.oto {
	width: 90%;
}

Div.page6-2 {
    width: 90%;
}

input[type="submit"][disabled] {
	background-size: 500px;
	width: 504px;
	border-radius: 3px;
}

.top input[type="submit"][disabled]{
	border-radius: 70px;
}

input[type="submit"] {
	width: 504px;
	background-size: 504px;
	border-radius: 3px;
}

.top input[type="submit"]{
	border-radius: 70px;
}

input[type="submit"]:hover {
	background-size:504px;
}

Div.page8-2 {
    flex: 0 0 30%;
    max-width: 30%;
}


}


@media (max-width: 768px){

	Div.header{
		margin-left: 1%;
	}

	.header-information{
		right:1%;
	}

.header-contact{
	padding: 6px 15px;
}

.header-information li{
	margin-top: 3px;
}

.header-information{
	right:60px;
}

.navi-telephone{
	display: block;
    position: fixed;
    left: 20px;
    z-index: 1000;
    margin: 0 !important;
    padding: 1em 0 !important;
	width: auto !important;
}

.header-telephone{
	font-size: 20px;
	color:#ffffff;
	padding-top: 5px;
}

.header-information{
	margin-block-start: 0px;
}

/*ナビメニュー*/
.menu-content ul{
	height:100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom:50px;
   }

  .menu-btn {
	  position: fixed;
	  top: 10px;
	  right: 10px;
	  display: flex;
	  width: 60px;
	  justify-content: center;
	  align-items: center;
	  z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
	  content: '';
	  display: block;
	  height: 3px;
	  width: 25px;
	  border-radius: 3px;
	  background-color: #ffffff;
	  position: absolute;
	  top: 9px;
  }
  /*.menu-btn span:before {
	  bottom: 8px;
  }*/
  .menu-btn span:after {
	  top: 18px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
	top: 9px;
	transform: rotate(-45deg);
  }
  #menu-btn-check {
	display: none;
  }
  .menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	background-color: #3584bb;
  }
  .menu-content ul {
	padding: 70px 25px 50px;
  }
  .menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
  }

  .menu-content ul li:hover{
    opacity: .8;
  }

  .menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
  }

  .menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: #111111;
	transition: all 0.5s;/*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
  }

  .menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
  }

  .hamburger-menu input[type="checkbox"] + label:before{
	  display: none;
  }


Div.page1 p {
    font-size: 15px;
}


.wrap ul {
    height: 60px;
}


div.page2 p{
	font-size:18px;
}

Div.page4-2{
	width:100%;
	padding:0px 60px;
}

Div.page4-2 img{
	width:80%;
	margin:10px 10%;
}

/* Div.page4-2 img.skill3{
	width:50%;
	margin:10px 25%;
} */

Div.page4-2 img.skill1{
	width:80%;
	margin:10px 10%;
}

Div.page4-2 img.skill4{
	width:80%;
	margin:10px 10%;
}

Div.page4__2{
	max-width:100%;
	padding:0px 40px;
}

Div.page4__2 img{
	max-width:80%;
	margin:10px 10%;
}

Div.page4__2 img.skill1{
	width:80%;
	margin:10px 10%;
}

Div.page4__2 img.skill4{
	max-width:80%;
	margin:10px 10%;
}

Div.page4-2 .skill5 {
    margin: 10px 0 10px;
}
Div.page4__2 .skill5 {
    margin: 10px 0 10px;
}

Div.page4-2 .skill6 {
    width: 100%;
	margin: 10px 0 10px;
}
Div.page4__2 .skill6 {
    max-width: 100%;
	margin: 10px 0 10px;
}

div.inc2,div.inc3 table{
	width:85%;
}

div.page7 p.tel-number a{
    color:#c6b78d;
    text-decoration:none;
	font-size:25px;
	font-weight:700;
    }

div.privacy1 p a {
    color:#777;
    text-decoration:none;
    }

div.privacy1 p a.sp{
	color:#c6b78d;
    }

	a.btn-c {
		font-size: 17px;
		padding: 2rem 4rem 2rem 4rem;
	}

div.page1-3 {
		width: 315px;
		height: 89px;
		margin: auto;
		margin-top: 30px;
	}

.page1 div.page1-3 {
		width: 315px;
		height: 89px;
		margin: auto;
		margin-top: 30px;
	}

	a.btn-c:hover {
		width: 311px;
    	height: 85px;
    	margin: 2px;
		padding: 30px;
    	border-radius: 70px;
	}

	.top a.btn-c:hover{
		border-radius: 70px;
	}

	div.page1-2pc img {
		width: 35%;
		margin-left: -20px;
		margin-top: 100px;
	}

	Div.page1-1 {
		margin-right: 0;
	}

	Div.page1-1 {
		float:left;
		margin-right: 0;
	}

	Div.page2 {
		padding: 50px 0px 0px 0px;
	}

	Div.page2-4 {
		padding: 30px 0px 0px 0px;
	}

	Div.page2-5 {
		margin: auto;
		padding: 70px 10%;
	}



	div.page2-5 img.ugc{
		width: 100%;
	}

	Div.page5-3-0{
		max-width:100%;
		margin:auto;
		margin-top: 30px;
	}

	Div.page5-3-00{
		max-width:100%;
		margin:auto;
		margin-top: 30px;
	}

	div.page5 p.o-11 img {
		margin-top: 0px;
	}

	Div.page5-2{
		max-width:100%;
		margin-bottom:0px;
	}

	/*導入事例一覧ページCSS*/

	.casestudy-all{
		margin-bottom: 15px;
	}

	.casestudy-all li{
		width: 45%;
		margin: 0 2%;
	}

	.casestudy-overview {
		padding: 20px 20px;
	}

	.casestudy-topics{
		margin-bottom: 30px;
	}

	/*機能ページCSS*/

.function-title{
	padding-top: 60px;
    padding-bottom: 30px;
	text-align: center;
}

.function-title h3{
	font-size: 25px;
}

.function-all1{
	padding-top: 0px !important;
}

.function-img .sp {
    width: 55%;
    margin: auto;
}

.function-img{
	width: auto;
}

.function-overview1 p, .function-overview2 p{
	font-size: 14px;
}

.function-overview2 .worries-4 {
    font-size: 20px;

}

}


@media (max-width: 640px) {

Main{
	padding-top:50px;
}

Div.page1{
	background-color:#111111;
	background-image:none;
	text-align:center;
	padding-left:0;
	padding-right:0;
}

div.page1-2pc img{
	display:none;
}

Div.page1 {
    padding-bottom: 50px;
}

.wrap ul {
	margin-block-start: 2em;
	margin-block-end: 0;
}

div.page1-4 {
    margin: 10px 0 30px 0;
}

Div.page1-1 {
    float: none;
}

.wrap {
    margin: 0;
}

div.page1-2sp img{
	display:block;
	width: 90%;
    margin: auto;
	margin-top: 20px;
}

div.page2-5 p{
	font-size: 14px;
}

.worries-3 {
    font-size: 20px !important;
}


.worries {
    margin-top: 50px;
	width: 90%;
	padding-bottom: 30px;
}

.worries-1,.point-1{
    width: 100%;
    max-width: 100%;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.point-1 {
    width: 90%;
}

.point-1 p{
	font-size: 14px;
}

.worries-2 {
    padding-top: 15px;
}

.worries h3 {
    margin: 40px 0 10px 0;
	font-size: 25px;
}

.worries-1 img {
	width: 5%;
    margin-right: 5px;
}

.triangle {
    border-top: 20px solid #d6d3ca;
}

.triangle1 {
    border-top: 20px solid #c9c2ad;
}

.triangle2 {
    border-top: 20px solid #c6b78d;
}

.triangle, .triangle1, .triangle2 {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-top: 10px;
}

Div.page5-2{
	max-width:100%;
	margin-bottom:0px;
}

Div.page6 table.oto{
	width:90%;
}

.site-logo img {
    margin-left: 20px;
    height: 40px;
	margin-bottom:-10px;
}

Div.page6-3{
	width:90%;
}

Div.page7-1{
	margin:auto;
	width:500px;
}

Th{
	width:30%;
}

Td{
	width:70%;
}

Div.page8-3{
	padding:0;
}

div.page8sp p{
	font-size: 15px;
    font-weight: bold;
	margin-top: 10px;
}
Div.page8 img {
	height: 30px;
}

Div.page8 li a{

	font-size:13px;
}

}

@media (max-width: 500px) {

.top .plan-contact p {
	font-size: 20px;
	padding-bottom: 30px;
}

.plan-contact {
    padding: 40px 0 ;
}

.top .plan-contact {
    padding-top: 40px;
}

.header-information{
	margin-block-start: 9px;
}

.balloon1 {
    padding: 10px 40px;
	margin: 1.5em 0;
}

.balloon1 p {
    font-size:17px !important;
}

H3{
    font-size: 25px;
}

h3.pc{
	display:none;
}

H3.sp{
	display:block;
}

.logo_title {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 5px;
    font-weight: bold;
    margin: 0 20px;
}

div.page2-4 h3 {
    font-size: 25px;
}

.plus {
    font-size: 22px;
}

.page2-5 .worries-4 {
    font-size: 18px;
}

.ugc_logo {
    width: 70%;
}

.content{
	width:100px;
	height:100px;
	margin: 0 25px
}

Div.page6-1 p.o1 {
    font-size: 20px;
}

Div.page1{
	padding-left:10px;
	padding-right:10px;
}

Div.page1 img.ot {
    Display:none;
}

Div.page1 img.otsp{
	display:block;
	width:300px;
	margin:auto;
	padding-top:15px;
}

Div.page2-1, div.page2-3 {
	margin: 2%;
    max-width: 45%;
	width:45%;
	padding: 20px 15px;
}

Div.page2-3 p img{
	width:50%;
}

Div.page2-1 p img{
	width:50%
}

div.page2 p {
    font-size: 15px;
}

div.page2-5 p {
    font-size: 14px;
}

Div.page2-5 {
    padding: 50px 5%;
}

.worries:after{
	border-right: 60px solid transparent;
	border-left: 60px solid transparent;
	border-top: 35px solid #fff;
}

.worries-4{
	width: 90%;
	margin: 20px auto
}

Div.page3-3 img {
	display:none;
}

Div.page3-3 img.ugcsp{
	display:block;
	width: 95%;
	margin:auto;
}

Div.page3-2 p{
	font-size:14px;
}

Div.page4-2 img.skill2 {
    width: 100%;
    margin: 10px 0%;
}

Div.page4__2 img.skill2 {
    max-width: 100%;
    margin: 10px 0%;
}

.contact-img {
    width: 80%;
    margin: -15px auto 20px;
}

P.number{
	font-size:50px;
}
P.number2{
	font-size:50px;
}

input[type="submit"][disabled] {
	background-size: 350px;
	border-radius: 3px;
}

.top input[type="submit"][disabled]{
	border-radius: 70px;
}

input[type="submit"] {
	width: 350px;
	background-size: 350px;
}

input[type="submit"]:hover {
	background-size:350px;
}

.page5 h3.sp{
	margin-bottom: 20px;;
}

.next{
	padding: 15px 40px;
	font-weight: bold;
}

.next2{
	margin-top: 25px;
}

.subtitle{
	font-size: 13px;
    padding-bottom: 25px;
    margin: 0 20px;
}

Div.page6 table{
	display:none;
}

Div.page6,div.page6-1{
	background-color:white;
}

Div.page6-1{
	width:85%;
	margin:auto;
	padding: 40px 0 0;
}

Div.formsp{
	display:block;
}

Dd{
	margin-inline-start:5%;
	margin-right:5%;
}

Div.page6 p.title, div.page6 p.o{
	margin-left:5%;
	margin-right:5%;
}

P.check{
	padding-top:0;
}

Textarea{
	margin-top:0;
}

div.page7 p.tel-number{
	font-size:25px;
    }
div.page7 p.tel-number a {
    color:#ce5260;
    text-decoration:none;
	font-size:25px;
	font-weight:700;
    }

Div.page7-1 {
	width: 400px;
}

#hamburger {
	margin: 15px 30px 0 auto;
}

Div.page6 p.title, div.page6 p.o {
    font-size: 14px;
}

Input{
	font-size:14px;
}

p.check label {
    font-size: 14px;
}

Div.privacy2 h3, div.terms2 h3, div.terms2-2 h3 {
	font-size: 20px;
}

H4{
	font-size:16px;
}

Div.page8{
	display:none;
}

Div.page8sp{
	display:block;
	text-align:left;
	background-color:#111111;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:30px;
	padding-bottom:5px;
}

Div.page8-3sp{
	width:80%;
	margin:auto;
}

Div.page8-3sp img{
	height:30px;
}

div.page8sp a{
	color:#ffffff;
	text-decoration: none;
}

Div.page8sp li a{
	text-decoration: none;
	font-size:15px;
	line-height:2;
}

Div.page8sp ul{
	list-style:none;
	padding-inline-start:0;
}

Div.privacy2, div.terms2, div.terms2-2 {
	padding-bottom:0px;
}

Div.privacy1, div.terms1, div.terms2-1 {
    padding: 40px 0;
}

Div.privacy1, div.terms1, div.terms2-1 {
	width: 80%;
}

Div.inc2-4{
	border-bottom:dotted 1px gray;;
}

Div.inc1{
	text-align:center;
	padding:30px 0;
}

Div.inc2{
	width:85%;
}

Div.inc img{
	width:100%;
	padding:20px;
	margin:auto;
}

Div.inc2-2{
	margin:auto;
	width:40%;
}

Div.inc3{
	display:none;
}

Div.inc3sp{
	display:block;

}
Div.inc3sp dl{
	width:85%;
	margin:auto;
	background-color:white;
	padding-bottom:10px;
}

Div.inc3 p{
	font-size:13px;

}

Div.inc3sp dt p{
	color:#a94243;
	margin-left:5%;
	margin-right:5%;
	padding:20px 0 0px 0;

}

Div.inc3sp dd{
	padding:20px 0;
}


Div.inc3 p.text{
	font-size:13px;


}

Div.inc3sp p.text a{
    text-decoration: none;
    color: #777;
}

Div.inc3sp p.text a.sp{
    text-decoration: none;
    color: #a94243;
}


Div.partner3{
	width:80%;
	margin:30px auto;
}

h4.pm, h4.pm2 {
    font-size: 15px;
}

.column6-3{
	font-size: 15px;
}




/* 送信ボタン - マウスオーバー時 */




/* 送信ボタン - 押せないとき */



Div.partner1{
	margin-left:13%;
	margin-right:13%;
}

Div.partner2 p.pm{
	margin-left:13%;
	margin-right:13%;
}

p.bo {
	background-size: 300px;
	height: 90px;
	width:300px;
}


input[type="submit"][disabled] {
	background-size: 296px;
	height: 86px;
    width: 296px;
	font-size: 13px;
	border-radius: 3px;
}

.top input[type="submit"][disabled]{
	border-radius: 70px;
}

input[type="submit"] {
	width: 296px;
	background-size: 296px;
	font-size: 13px;
	height: 86px;
}

input[type="submit"]:hover {
	background-size:296px;
	height: 86px;
	border-radius: 3px;
}

.top input[type="submit"]{
	border-radius: 70px;
}

Div.page6-3 {
    width: 90%;
}

div.interview2 h3 {
    font-size: 22px;
	padding-top: 50px;
}

div.interview1 h4 {
    font-size: 18px;
	line-height: 25px;
	margin-top: 30px;
}

div.interview1 h4:before {
    height: 50px;

}

div.interview1 h4.short:before {
    height: 25px;
}

p.interview img {
    width: 100%;
    margin-bottom: 20px;
}

div.interview1 img.interview1-1 {
    width: 100%;
}

div.interview1 {
    width: 90%;
	padding: 0;
}

div.interview2 {
    padding-bottom: 25px;
}

div.interview1 p{
	font-size: 15px;
}

div.interview1 h4.first {
    margin: 50px 0 5px;
}

div.topics{
	border:1px solid;
	border-color:rgb(199, 199, 199);
	width: 100%;
	padding:30px;
	border-radius: 5px;
	margin:auto;
	margin-bottom: 40px;
}

div.topics p.title{
	color:#666666
}
div.topics p.title2{
	color:#666666;
	font-size:13px;
}

div.topics p{
	color:#4c4c4c
}

div.interview1 p.last{
	font-size: 13px; ;
}

div.page5-3 p img.yajirushi{
	vertical-align: text-bottom;
}

/*コラムページCSS*/

.column1 {
	width: 90%;
    padding: 0;
}

.column-title{
	padding-top: 60px;
    padding-bottom: 40px;
	text-align: center;
}

.column-title h3{
	font-size: 20px;
	padding-bottom: 15px;
}

.column-title p{
	font-size: 14px;
}

.column-all li{
	width: 90%;
}

.column1 h4 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
}

.column-overview {
    padding: 10px 30px;
}

.column-topics{
	width: 100%;
}

.column-box {
    width: 100%;
	font-size: 15px;
}

.column_img .column_img1{
	width: 100%;
}

.column_img .column_img2{
	width: 100%;
}

.column1 p{
	font-size: 15px;
}

.column_img{
	font-size: 13px;
}

.column_img3 {
	width: 70%;
}

.column_img4 {
	width: 60%;
}

.column1 h4:before{
	height: 25px;
}

.column1  p.last {
    font-size: 13px;
}

/*導入事例一覧ページCSS*/

.casestudy-title{
	padding-top: 60px;
    padding-bottom: 40px;
	text-align: center;
}

.casestudy-title h3{
	font-size: 20px;
	padding-bottom: 15px;
}

.casestudy-title p{
	font-size: 14px;
}

.casestudy-all li{
	width: 90%;
}

.casestudy-overview {
    padding: 10px 30px;
}

/*機能ページCSS*/

.function-all li{
	width: 90%;
	margin: 0px auto 30px;
}

.function-company {
    max-width: 80%;
    margin-left: 20%;
}

.function-logo .o-1 img{
	margin-right: 0;
}

.function-overview {
    padding: 20px;
}

.function-overview1{
	padding: 20px 7%;
}

.function-overview2 {
    padding: 50px 7% 20px;
}

.function-overview2 img{
	width: 80%;
    margin-left: 10%;
}

.function-img .sp {
    width: 85%;
    margin: auto;
}

.function-img{
	width: auto;
}

.function-interview{
	min-height: auto;
}

/*料金ページCSS*/

.plan-icon li {
    margin-right: 15px;
}

.plan-icon{
	padding-inline-start: 20px;
}

.plan-title h3{
	font-size: 25px;
}

.plan-overview{
	width: 90%;
	margin: auto;
}

.plan-overview h3{
	font-size: 20px;
}

.plan-overview{
    padding: 20px 0;
}

.plan-overview p{
	font-size: 15px;
}

.plan-chargeform1{
	font-size: 20px;
}

.plan-chargeform2{
	width: 100px;
    height: 100px;
    line-height: 20px;
    padding-top:30px
}

}


@media (max-width: 420px) {


P{
	font-size:13px;
}

Div.page1 img.ot {
    width: 250px;
    padding-top: 30px;
}

H2{
	font-size:23px;
}


H20 {
	font-size: 15px;
}


Div.page3-1 {
	padding: 60px 0px 15px 0;
}

Div.page4 {
    padding: 60px 0px;
}

Div.page5 {
    padding: 60px 0 50px;
}

Div.page4-1 {
	padding-top: 20px;
}

Div.page4-2 p.title {
    font-size: 20px;
}

Div.page4__2 p.title {
    font-size: 20px;
}


Div.page5 p.o-3 {
	font-size: 14px;
}

Div.page6-1 p.o1 {
	font-size: 14px;
}

input[type="checkbox"] + label:before {
	width: 15px;
	height: 15px;
}

input[type="checkbox"]:checked + label:before {
	width: 5px;
	top: 0px;
	left: 5px;
}

input[type="checkbox"] + label {
    padding-left: 30px;

}

Div.page7-1 {
    width: 300px;
}

input[type="checkbox"] + label:last-child {
    width: 300px;
}



Div.page7 {
    text-align: center;
    background-color: #efefef;
    padding: 40px 0px 40px 0;
}

h3.telcon{
	font-size:18px;
}

P.number {
    font-size: 60px;
	height: 90px;
	margin-top:-50px;
}
P.number2 {
    font-size: 50px;
	height: 70px;
	margin-top:-70px;
}

Div.page4-2 {
	margin: 25px 0px;
    padding: 0px 20px;
}

Div.page4__2 {
	margin: 10px 0px;
    padding: 20px 20px;
}


.hamburger span:nth-child(1) {
  top: 5px;
}
.hamburger span:nth-child(2) {
  top: 15px;
}
.hamburger span:nth-child(3) {
  top: 25px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

div.page7 p.tel-number{
	font-size:18px;
}

div.page7 p.tel-number a {
    color:#ce5260;
    text-decoration:none;
	font-size:25px;
	font-weight:700;
}

}

@media (max-width: 320px) {

input[type="submit"][disabled] {
	background-size: 300px;
}

input[type="submit"] {
	width: 300px;
	background-size: 300px;
}

input[type="submit"]:hover {
	background-size:300px;
}

Div.page7-1{
	width:300px;
}

}


/* selector */
th{
	width: 175px;
}
.dropdown{
	width: 100% !important;
}
.dropdown-toggle{
	height: 40px;
}
.bootstrap-select .dropdown-toggle .filter-option{
	height: auto;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	width: calc(100% - 25px);
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn.dropdown-toggle{
	padding-left: 10px !important;
	padding-right: 10px !important;
	background: #f5f5f5 !important;
	border: none;
	border-radius: 0rem !important;
	outline: none !important;
	font-size: 16px;
	font-weight: normal;
}
.bootstrap-select .dropdown-menu li a span.text{
	white-space: break-spaces;
}
.dropdown-menu > .active > a{
		background-color: #C6B78E !important;
}
.dropdown-menu > li > a{
	padding: 3px 10px;
}

@media (max-width: 500px){
	.btn.dropdown-toggle{
		font-size: 13px;
	}
	.bootstrap-select .dropdown-menu li a span.text{
		white-space: break-spaces;
		font-size: 14px;
	}
	.bootstrap-select .dropdown-menu li a.opt{
		padding-left: 10px ;
	}
	.dropdown-menu{
		width: 100%;
	}
}

@media (max-width: 1455px){

	.lpo-br{
		display:none;
	}
}

.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.flow04 > li {
  list-style-type: none;

  width: 250px;
  display: flex;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #81d8d0;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #81d8d0;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 30px 20px;
  margin: 0;
  position: relative;
    width: 300px;
    
    border-radius:10px
        
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #888888;
  border-right: 4px solid #888888;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #444444;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
}

@media(max-width: 767px){
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
      width: 300px;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
}

.grid-wrapper {
      max-width: 1000px;
      margin: 0 auto 30px;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 20px;
    }

    .divider {
      border-top: 2px solid #f5f5f5;
      margin: 30px 0 30px;
    }

    .logo-box {
      background-color: white;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100px;
      transition: box-shadow 0.3s ease;
    pointer-events: none; /* クリックを無効化 */
    }

    .logo-box:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .logo-box img {
      max-height: 60px;
      max-width: 100%;
    }

    .note {
      font-size: 12px;
      color: #666;
    }

	/* PC専用の画像サイズ調整 */
  @media (min-width: 769px) {
	.ugc-image img {
	  max-width: 500px; /* ← お好みで 400〜600px 程度に調整 */
	}
	.ugc-image,
  .ugc-text {
    flex: 1 1 500px;
  }
  }
  .page1-new {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(https://commerceforce.co.jp/data/ecch/back.png);
	background-size: cover;
	background-position: center;
	padding: 20px 5%;
	box-sizing: border-box;
  }
  
  .page1-inner-new {
	display: flex;
	justify-content: space-between; /* 要素間にスペース */
	align-items: center;
	max-width: 1200px;
	margin: 0 auto; /* ✅ これが中央寄せの肝！ */
	padding: 0 20px; /* 任意: 画面端に余白 */
	width: 100%;
  }
  
  .page1-1-new {
	flex-shrink: 1;
	flex-basis: 50%;               /* ← 少しだけ狭くする（画像優先） */
  }
  
  .page1-2pc-new {
	flex-shrink: 0;
	flex-basis: auto;
  }
  
  .page1-2pc-new img {
	width: 600px;                  /* ← 画像サイズは絶対値で固定 */
	height: auto;
  }

  .page1-3_medal-new {
	width: 300px;
  }
