/* -----------------------------------------------------
			
			GLOBAL STYLES
			
----------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	color: #333333;
}
.hr-ln {
	width: 80px;
	height: 2px;
	background-color: #ccc;
	margin-top: 15px;
	margin-bottom: 0px;
}
.none {
	padding-left:0;
	padding-right:0;
}
em {
	font-style: normal;
	font-weight: bold;
}
.act {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}


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

header {
	  
}
.header-menu {
  position: absolute;
  z-index: 1;
}
.header-logo {
	padding:35px 0 0 35px
}
@media (max-width:700px) {
  .header-logo {
	  padding:7vw 0 0 5vw;
  }
}
.header-logo img {
	height:2.5vw;
}
@media (max-width:700px) {
  .header-logo img {
    height:5.5vw;
  }
}
.header-nav-1 {
	color:#fff;
	margin-left:6%;
}
.header-nav-1 ul {
  padding-left: 20px;
  border-left: 1px solid #737373;
}
.header-nav-1 {
	line-height: 30px;
}

/*　ハンバーガーボタン　*/
#nav-drawer {
  position:fixed;
	right:40px;
	top:37px;
	z-index: 1;
}
@media (max-width:700px) {
	#nav-drawer {
		right:25px;
		top:25px;
	}	
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 40px;
  height: 30px;
  vertical-align: middle;
}
@media (max-width:700px) {
  #nav-open {
    width: 30px;
    height: 25px;
  }
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 1px;/*線の太さ*/
  width: 35px;/*長さ*/
  border-radius: 3px;
  background: #626262;
  display: block;
  content: '';
  cursor: pointer;
}
@media (max-width:700px) {
  #nav-open span, #nav-open span:before, #nav-open span:after {
    width: 30px;/*長さ*/
  }
}
#nav-open span:before {
  bottom: -12px;
}
@media (max-width:700px) {
  #nav-open span:before {
    bottom: -10px;
  }
}
#nav-open span:after {
  bottom: -24px;
}
@media (max-width:700px) {
  #nav-open span:after {
    bottom: -20px;
  }
}
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content ul {
	margin:10px 0;
}
#nav-content a {
  line-height: 26px;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
#nav-content a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 1px #fff;
  transition: 0.5s;
}
#nav-content a:hover::after {
  width: 100%;
}
#nav-content a:hover {
  color: #FFF;
}
#nav-content h3{
	font-size:18px;
	font-weight: 800;
	color:#9F9F9F;
}
#nav-content {
	font-size:14px;
	color:#fff;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 250px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #132846;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
	padding-bottom:20px;
	padding-left:20px;
  padding-top:30px;
}
#nav-content img {
	width:170px;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/*メインコピー*/
.mv-cpy {
  background-image: url("../img/main-img.jpg");	
	background-repeat: no-repeat;
	background-size:cover;
  background-position: center;
	height: 610px;
}
@media (max-width:700px) {
  .mv-cpy {
    background-image: url("../img/main-img-2.jpg");	
    background-position:-4vw 0vw;
    height: 77vw;
  }
}
.mv-cpy h1 {
  position: relative;
  font-size: 3vw;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  top: 11vw;
	/*text-shadow: 1px 1px 10px #A2A2A2;*/
}
@media (max-width:700px) {
  .mv-cpy h1 {
    font-size: 6vw;
    top: 18vw;
  }
}
.mv-cpy h1>em {
  color:#E31414;
  font-size: 4vw;
}
@media (max-width:700px) {
  .mv-cpy h1>em {
    font-size: 7vw;
  }
}
.mv-cpy h1>b {
  font-size:6.5vw;
  color:#EE8131;
}
@media (max-width:700px) {
  .mv-cpy h1>b {
    font-size:12vw;
  }
}
.mv-cpy h1>p {
  display: inline;
  font-size:4vw;
}
@media (max-width:700px) {
  .mv-cpy h1>p {
    font-size:7.5vw;
  }
}
.mv-cpy h1 i {
    font-style: normal;
    font-size: 2.5vw;
  }
@media (max-width:700px) {
  .mv-cpy h1 i {
    font-size:4.5vw;
  }
}
@media (max-width:700px) {
  .mv-cpy h1 i em {
    font-size:4.5vw;
    color: #E31414;
  }
}
/*メインビュー*/
.mv-cta {
  position: relative;
  width:100%;
  top: 15vw;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width:700px) {
  .mv-cta {
    top: 23vw;
    gap: 18px;
  }
}
.mv-cta a {
  font-size: 2vw;
  height: 6vw;
  width: 25vw;
  background-color: #fff;
  font-weight: 700;
  border-radius: 100px;
  border: 2px solid #EE8131;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:700px) {
  .mv-cta a {
    font-size: 3.5vw;
    height: 11vw;
    width: 43vw;
  }
}
.mv-cta a:hover { 
  background-color: #EE8131;
  border: 2px solid #EE8131;
  color: #fff;
}
.mv-cta p {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: min(1.5vw, 18px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width:700px) {
  .mv-cta p {
    font-size: 3vw;
  }
}
/*サブビュー*/
.sb-cpy {
  background-image: url("../img/sb-img.jpg");	
	background-repeat: no-repeat;
	background-size:cover;
  background-position: center;
	width:auto;
	height: 481px;
}
@media (max-width:700px) {
  .sb-cpy {
    height: 53vw;
  }
}
.sb-cpy h2 {
  text-align: center;
  font-weight: 700;
  color: #AF9D52;
  font-size: 3vw;
  line-height: 17vw;
}
@media (max-width:700px) {
  .sb-cpy h2 {
    font-size: 5.5vw;
    margin:11vw 0 2vw 0;
  }
}
.sb-cpy ul.list {
  position: absolute;
  display: flex;
  justify-content: center;
  width:100%;
  gap: 30px;
}
@media (max-width:700px) {
  .sb-cpy ul.list {
    gap: 0vw;
  }
}
.sb-cpy ul.list li {
  background-size:17vw;
  background-image: url("../img/icon-01.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 18vw;
  padding:6vw 0;
  text-align: center;
}
@media (max-width:700px) {
  .sb-cpy ul.list li {
    background-size:20vw;
    width: 27vw;
    padding:9vw 0;
  }
}
.sb-cpy ul.list li p {
  font-size: 3vw;
  text-align: center;
  font-weight: 700;
}
@media (max-width:700px) {
  .sb-cpy ul.list li p {
    font-size: 3.5vw;
  }
}
.sb-cpy ul.list li em {
  color:#EE8131;
  font-size: 2.7vw;
}
@media (max-width:700px) {
  .sb-cpy ul.list li em {
    font-size: 3.5vw;
  }
}
/*GOOD ENOUGHについて*/
.cpn-about {
  text-align: center;
}
.cpn-about h2 {
  font-weight: 700;
  color:#EE8131;
  font-size: 4vw;
  line-height: 21vw;
}
@media (max-width:700px) {
  .cpn-about h2 {
    font-size: 5.5vw;
    margin:8vw 0 0 0;
  }
}
.cpn-about h2 em {
  color:#000000;
}
.cpn-about span {
  display: block;
  margin-bottom: 6vw;
  font-weight: 700;
  color:#000000;
  font-size: 3vw;
}
@media (max-width:700px) {
  .cpn-about span {
    font-size: 4.5vw;
  }
}
@media (max-width:700px) {
  .cpn-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9の比率を保つ魔法の数字 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width:700px) {
  .cpn-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cpn-about p {
  line-height: 3vw;
  width:80%;
  margin: 7vw auto;
}
@media (max-width:700px) {
  .cpn-about p {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }
}
/*サポート*/
.cpn-support {
  background-color:#FFEFE3;
  border-radius: 2vw; 
  margin:0 5%;
  padding-bottom:10vw;
}
.cpn-support h2 {
  font-weight: 700;
  font-size: 4vw;
  line-height: 15vw;
  text-align: center;
}
@media (max-width:700px) {
  .cpn-support h2 {
    font-size: 5.5vw;
    padding-top:8vw;
  }
}
.cpn-support h2 em {
  color:#EE8131;
}
.cpn-support-area {
  display: flex;
  justify-content: center;
}
@media (max-width:700px) {
  .cpn-support-area {
    display:block;
  }
}
@media (max-width:700px) {
  .cpn-support-icn-1 {
    text-align: center;
  }
}
.cpn-support-icn-1 img {
  width:20vw;
  margin-top:50%;
}
@media (max-width:700px) {
  .cpn-support-icn-1 img {
    width:28vw;
    margin:3vw 0 6vw 0;
  }
}
.cpn-support-icn-2 i {
  background-color:#EE8131;
  border-radius: 2vw 0 0 2vw; 
  padding:2.5vw 2vw 2.5vw 2.5vw;
  margin-right:2vw;
}
.cpn-support-icn-2 li {
  display: flex;
  margin:0 0 2vw 5vw;
  border-radius: 2vw; 
  padding-right:2vw;
  align-items: center;
  background-color: #fff;
}
@media (max-width:700px) {
  .cpn-support-icn-2 li {
    margin:0 5vw 4vw 5vw;
  }
}
.cpn-support-icn-2 img {
  width: 3.5vw;
  vertical-align: baseline;
}
.cpn-support-icn-2 em {
  font-size: 2vw;
  background-color:#FFFFFF;
}
@media (max-width:700px) {
  .cpn-support-icn-2 em {
    font-size: 3.7vw;
  }
}
.cpn-support .sita {
  width: 0;
  height: 0;
  border-right: 6vw solid transparent;
  border-left: 6vw solid transparent;
  border-top: 5vw solid #FFC295;
  margin: 7vw auto 0 auto;
}
@media (max-width:700px) {
  .cpn-support .sita {
    border-right: 9vw solid transparent;
    border-left: 9vw solid transparent;
    border-top: 7vw solid #FFC295;
    margin: 9vw auto 0 auto;
  }
}
.cpn-support h3 {
  font-weight: 700;
  font-size: 4vw;
  line-height: 20vw;
  text-align: center;
}
@media (max-width:700px) {
  .cpn-support h3 {
    font-size: 5.5vw;
  }
}
.cpn-support h3 em {
  color:#EE8131;
}
@media (max-width:700px) {
  .cpn-support-icn-3 {
    text-align: center;
  }
}
.cpn-support-icn-3 img {
  width:20vw;
  margin:0 1vw;
}
@media (max-width:700px) {
  .cpn-support-icn-3 img {
    width:25vw;
    margin:0 1vw;
  }
}
.cpn-support-icn-4 {
  width:45vw;
}
@media (max-width:700px) {
  .cpn-support-icn-4 {
    width:auto;
    margin:7vw 0 0 0;
  }
}
.cpn-support-icn-4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap:30px;
}
@media (max-width:700px) {
  .cpn-support-icn-4 ul {
    gap:3vw;
  }
}
.cpn-support-icn-4 li {
  background-color:#FFC295;
  border-radius: 10vw; 
  width:12vw;
  height:12vw;
  line-height: normal;
  padding-top:15px;
}
@media (max-width:700px) {
  .cpn-support-icn-4 li {
    border-radius: 30vw; 
    width:24vw;
    height:24vw;
    padding-top:4vw;
  }
}
.cpn-support-icn-4 img {
  width: 3.5vw;
  vertical-align: baseline;
}
.cpn-support-icn-4 p {
  color:#EE8131;
  font-size: 3vw;
  text-align: center;
  font-weight: 700;
}
@media (max-width:700px) {
  .cpn-support-icn-4 p {
    font-size: 5vw;
  }
}
.cpn-support-icn-4 em {
  font-size: 2vw;
  text-align: center;
  display: block;
  font-weight: 700;
}
@media (max-width:700px) {
  .cpn-support-icn-4 em {
    font-size: 3.5vw;
  }
}

/* -----------------------------------------------------
			
			cpn-flow
			
----------------------------------------------------- */

/*選ばれる理由*/

.cpn-pick {
  margin-top:7vw;
}
@media (max-width:700px) {
  .cpn-pick {
    margin-top:14vw;
  }
}
.cpn-pick h2 {
  font-weight: 700;
  font-size: 3vw;
  text-align: center;
}
@media (max-width:700px) {
  .cpn-pick h2 {
    font-size: 5vw;
    line-height: 7vw;
  }
}
.cpn-pick h2 p {
  font-size: 4vw;
  text-align: center;
  color: #B80003;
  display: inline;
  line-height: 7vw;
}
@media (max-width:700px) {
  .cpn-pick h2 p {
    font-size: 6.5vw;
  }
}
.cpn-pick h2 em {
  font-size: 4vw;
  text-align: center;
  color:#EE8131;
  display: inline;
}
@media (max-width:700px) {
  .cpn-pick h2 em {
    font-size: 6.5vw;
  }
}
.cpn-pick-icn-1 {
  background-image: url("../img/mainImg-05.jpg");
  background-repeat: no-repeat;
  background-size: 45vw;
  margin-top:7vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-1 {
    background-size: 68vw;
  }
}
.cpn-pick-icn-1>p {
  font-family: math;
  padding:3vw 0 0 42vw;
  font-size: 6vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-1>p {
    font-size: 14vw;
    padding:18vw 0 0 66vw;
  }
}
.cpn-pick-icn-1>div {
  background-color: #F8F8F8;
  margin:2vw 5% 0 42vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-1>div {
    margin:1vw 5% 0 25vw;
  }
}
.cpn-pick-icn-1>div>p {
  padding:2vw 2vw 0 2vw;
  line-height: normal;
}
@media (max-width:700px) {
  .cpn-pick-icn-1>div>p {
    font-size: 4.5vw;
    padding:4vw 4vw 0 4vw;
  }
}
.cpn-pick-icn-1 h3 {
  color: #866CDB;
  font-size: 2.5vw;
  font-weight: 700;
  padding:2vw 0 0 2vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-1 h3 {
    font-size: 5vw;
    padding:4vw 0 0 4vw;
  }
}
.cpn-pick-icn-1 ul {
  padding:2vw 2vw 2vw 2vw;
  display: flex;
}
@media (max-width:700px) {
  .cpn-pick-icn-1 ul {
    display:block;
  }
}
.cpn-pick-icn-1 ul>li>p {
  font-size: 2.5vw;
  font-weight: 700;
  padding:2vw 0 2vw 0;
  text-align: center;
}
@media (max-width:700px) {
  .cpn-pick-icn-1 ul>li>p {
    font-size: 5.5vw;
    padding:10vw 0 5vw 0;
  }
}
.cpn-pick-icn-1 ul>li>img {
  width:24vw;
  padding:0 2vw 0 0;
}
@media (max-width:700px) {
  .cpn-pick-icn-1 ul>li>img {
    width:100%;
    padding:4vw;
  }
}
.cpn-pick-icn-2 {
  background-image: url("../img/mainImg-06.jpg");
  background-repeat: no-repeat;
  background-size: 45vw;
  background-position: right top;
  margin-top:8vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-2 {
    background-size: 68vw;
    margin-top:12vw;
  }
}
.cpn-pick-icn-2>p {
  font-family: math;
  padding:3vw 0 0 5%;
  font-size: 6vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-2>p {
    font-size: 14vw;
    padding:15vw 0 0 5%;
  }
}
.cpn-pick-icn-2>div {
  background-color: #F8F8F8;
  margin:2vw 40vw 0 5%;
}
@media (max-width:700px) {
  .cpn-pick-icn-2>div {
    margin:2vw 25vw 0 5%;
  }
}
.cpn-pick-icn-2>div>p {
  padding:2vw 2vw 0 2vw;
  line-height: normal;
}
@media (max-width:700px) {
  .cpn-pick-icn-2>div>p {
    font-size: 4.5vw;
    padding:4vw 4vw 0 4vw;
  }
}
.cpn-pick-icn-2 h3 {
  color: #866CDB;
  font-size: 2.5vw;
  font-weight: 700;
  padding:2vw 0 0 2vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-2 h3 {
    font-size: 5vw;
    padding:4vw 0 0 4vw;
  }
}
.cpn-pick-icn-2 ul {
  padding:2vw;
  display: flex;
  gap:3vw;
  font-weight: 700;
}
@media (max-width:700px) {
  .cpn-pick-icn-2 ul {
    padding:4vw;
  }
}
.cpn-pick-icn-2 ul>li {
  background-color:#fff;
  flex:1;
  text-align: center;
  border-radius: 30px;
}
.cpn-pick-icn-2 ul>li>p {
  font-size: 2.5vw;
  font-weight: 700;
  padding:2vw 0 2vw 0;
  text-align: center;
}
@media (max-width:700px) {
  .cpn-pick-icn-2 ul>li>p {
    font-size: 4vw;
    padding:5vw 0 2vw 0;
  }
}
.cpn-pick-icn-2 ul>li>p:last-child {
  font-size: 1.5vw;
  padding:4vw 0 4vw 0;
}
@media (max-width:700px) {
  .cpn-pick-icn-2 ul>li>p:last-child {
    font-size: 2.5vw;
    padding:4vw 0 4vw 0;
  }
}
.cpn-pick-icn-2 em {
  font-size: 3vw;
  letter-spacing: 0.2em;
}
@media (max-width:700px) {
  .cpn-pick-icn-2 em {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
  }
}
.cpn-pick-icn-2 b {
  font-size: 6vw;
  color: #EE8131;
  letter-spacing: 0.1em;
}
.cpn-pick-icn-2 b:last-child {
  font-size: 2.5vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-2 b:last-child {
    font-size: 4.5vw;
  }
}
.cpn-pick-icn-3 {
  background-image: url("../img/mainImg-07.jpg");
  background-repeat: no-repeat;
  background-size: 45vw;
  margin-top:9vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-3 {
    background-size: 68vw;
    margin-top:12vw;
  }
}
.cpn-pick-icn-3>p {
  font-family: math;
  padding:3vw 0 0 42vw;
  font-size: 6vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-3>p {
    font-family: math;
    padding:15vw 0 0 71vw;
    font-size: 14vw;
  }
}
.cpn-pick-icn-3>div {
  background-color: #F8F8F8;
  margin:2vw 5% 0 42vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-3>div {
    margin:2vw 5% 0 25vw;
  }
}
.cpn-pick-icn-3>div>p {
  padding:2vw;
  line-height: normal;
}
@media (max-width:700px) {
  .cpn-pick-icn-3>div>p {
    font-size: 4.5vw;
    padding:4vw 4vw 0 4vw;
  }
}
.cpn-pick-icn-3 h3 {
  color: #866CDB;
  font-size: 2.5vw;
  font-weight: 700;
  padding:2vw 0 0 2vw;
}
@media (max-width:700px) {
  .cpn-pick-icn-3 h3 {
    font-size: 5vw;
    padding:4vw 0 0 4vw;
  }
}

/* -----------------------------------------------------
			
			cpn-flow
			
----------------------------------------------------- */

.cpn-flow {
  background-color: #FFEFE3;
  margin:10vw 0 0 0;
  padding:8vw 0 10vw 5vw ;
}
@media (max-width:700px) {
  .cpn-flow {
    padding:8vw 5vw 10vw 5vw ;
  }
}
.cpn-flow h2 em {
  font-size: 4vw;
  text-align: center;
  color:#EE8131;
  display: inline;
}
@media (max-width:700px) {
  .cpn-flow h2 em {
    font-size: 6vw;
  }
}
.cpn-flow h2 {
  font-weight: 700;
  font-size: 3vw;
  text-align: center;
}
@media (max-width:700px) {
  .cpn-flow h2 {
    font-size: 5vw;
    padding:8vw 0;
  }
}
.cpn-flow-flex {
  display: flex;
}
@media (max-width:700px) {
  .cpn-flow-flex {
    display: block;
  }
}
.cpn-flow-box {
  position:relative;
  background-color: #FFFFFF;
  width: 18vw;
  margin-top:7vw;
  margin-right:3vw;
}
@media (max-width:700px) {
  .cpn-flow-box {
    width: auto;
    margin-right:0vw;
  }
}
.cpn-flow-box p {
  font-family: math;
  font-size: 5vw;
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  height: 100px;
  background: #EE8131;
  clip-path: polygon(0 0, 0 75%, 50% 100%, 100% 75%, 100% 0);
}
@media (max-width:700px) {
  .cpn-flow-box p {
    font-size: 9vw;
    height: 60px;
    clip-path: polygon(0 0, 0 65%, 50% 100%, 100% 65%, 100% 0);
  }
}
.cpn-flow-box h3 {
  color: #866CDB;
  text-align: center;
  margin:2vw 0;
  font-weight: 700;
}
@media (max-width:700px) {
  .cpn-flow-box h3 {
    font-size: 6vw;
    margin:5vw 0;
  }
}
.cpn-flow-box em {
  font-size: 1.5vw;
  line-height: 2.2vw;
  padding:0vw 2vw 2vw 2vw;
  display: block;
  font-weight: 300;
}
@media (max-width:700px) {
  .cpn-flow-box em {
    font-size: 4.5vw;
    line-height: 6vw;
    padding:0vw 4vw 4vw 4vw;
  }
}
.cpn-flow-box b {
  position: absolute;
  width: 2vw;
  height: 6vw;
  background-color: #FFFFFF;
  clip-path: polygon(0 0,100% 50%,0 100%);
  top:16vw;
  right:-2vw;
}
@media (max-width:700px) {
  .cpn-flow-box b {
    width: 18vw;
    height: 9vw;
    clip-path: polygon(0 0, 100% 0%, 50% 50%);
    top: 100%;
    right: 36vw;
  }
}

.cpn-cnt {
  background-image: url("../img/mainImg-08.jpg");
  background-repeat: no-repeat;
  background-size:contain;
  padding:4vw 6vw;
}
@media (max-width:700px) {
  .cpn-cnt {
    background-size:cover;
    background-position: -44vw 0vw;
    padding:6vw 6vw;
  }
}
.cpn-cnt-flex {
  display: flex;
  background-color:rgba(255,255,255,0.5);
  border-radius:5vw;
  padding:4vw 5vw 4vw 5vw;
}
@media (max-width:700px) {
  .cpn-cnt-flex {
    display: block;
    padding:0vw 5vw 6vw 5vw;
  }
}
.cpn-cnt-flex div {
  padding:2vw 0;
}
@media (max-width:700px) {
  .cpn-cnt-flex div {
    padding:5vw 0 7vw 0;
  }
}
.cpn-cnt-flex div , .cpn-cnt-flex p {
  flex-basis: 50%;
  text-align: center;
}
.cpn-cnt-flex p>img {
  width:13vw;
  margin:2.6vw 0;
}
@media (max-width:700px) {
  .cpn-cnt-flex p>img {
    width:25vw;
    margin:4.6vw 0;
  }
}
.cpn-cnt-flex i>img {
  width:3vw;
  margin:0vw 1vw 0.2vw 0;
}
@media (max-width:700px) {
  .cpn-cnt-flex i>img {
    width:6vw;
    margin:0vw 3vw 0.2vw 0;
  }
}
.cpn-cnt-box {
  border: solid 1px #EE8131;
  background-color: #FFFFFF;
  border-radius:5vw;
  padding:2vw 0;
}
.cpn-cnt-box strong {
  margin:2vw 0;
  line-height: 2.5vw;
}
.cpn-cnt-box p {
  font-size: 1.7vw;
  margin:2vw 0;
}
@media (max-width:700px) {
  .cpn-cnt-box p {
    font-size: 4vw;
    margin:3vw 0;
  }
}
.cpn-cnt-box em {
  font-size: 2.5vw;
}
@media (max-width:700px) {
  .cpn-cnt-box em {
    font-size: 5.5vw;
  }
}
.cpn-cnt-flex a {
  display: inline-block;
  padding: 2vw 5vw;
  color: #ffffff;
  font-size: 2vw;
  background-color: #EE8131;
  font-weight: 700;
  border-radius: 100px;
}
@media (max-width:700px) {
  .cpn-cnt-flex a {
    padding: 4vw 11vw;
    font-size: 4.5vw;
  }
}
.cpn-cnt-flex strong {
  line-height: 2.5vw;
}
@media (max-width:700px) {
  .cpn-cnt-flex strong {
    line-height: 6.5vw;
  }
}

/* -----------------------------------------------------
			
			cpn-query
			
----------------------------------------------------- */

.cpn-query {
  margin:0vw 1vw;
}
.cpn-query h2 em {
  font-size: 4vw;
  text-align: center;
  color:#EE8131;
  display: inline;
}
@media (max-width:700px) {
  .cpn-query h2 em {
    font-size: 6vw;
  }
}
.cpn-query h2 {
  font-weight: 700;
  font-size: 3vw;
  text-align: center;
  padding:10vw 0 7vw 0;
}
@media (max-width:700px) {
  .cpn-query h2 {
    font-size: 5vw;
  }
}
.cpn-qa ul {
  border-bottom: solid 1px #575757;
  margin-bottom: 3vw;
}
.cpn-qa ul:last-child {
  border-bottom: none;
  margin-bottom: 5vw;
}
.cpn-qa li {
  padding:0 5vw;
  display: flex;
}
.cpn-qa p {
  padding: 1vw 0 3vw 2vw;
}
@media (max-width:700px) {
  .cpn-qa p {
    font-size: 4.5vw;
    line-height: 6vw;
  }
}
.cpn-qa b {
  height:4vw;
  background-color: #866CDB;
  border-radius: 100%;
  color:#FFFFFF;
  padding:1.1vw 1.3vw;
}
@media (max-width:700px) {
  .cpn-qa b {
    height:10vw;
    padding:2.5vw 3vw;
  }
}
.cpn-qa b+p {
  color: #866CDB;
  font-weight: 700;
}
.cpn-qa em {
  height:4vw;
  background-color: #FFFFFF;
  border-radius: 100px;
  border: solid 1px #866CDB;
  color:#866CDB;
  padding:1vw 1.3vw;
}
@media (max-width:700px) {
  .cpn-qa em {
    height:10vw;
    padding:2vw 3vw;
  }
}

/* -----------------------------------------------------
			
			cpn-contact
			
----------------------------------------------------- */
.cpn-contact {
  background-image: url("../img/mainImg-09.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  padding:6vw 6vw;
  text-align: center;
}
@media (max-width:700px) {
  .cpn-contact {
    background-position: -58vw 0;
  }
}
.cpn-contact strong {
  display: inline-block;
  font-size: 1.5vw;
  padding:0.5vw 2vw;
  background-color: #fff;
  font-weight: 700;
  border-radius: 100px;
  border: 2px solid #EE8131;
}
@media (max-width:700px) {
  .cpn-contact strong {
    font-size: 3.5vw;
    padding:2vw 5vw;
  }
}
.cpn-contact h2 {
  font-size: 3vw;
  font-weight: 700;
  padding:5vw 0;
}
@media (max-width:700px) {
  .cpn-contact h2 {
    font-size: 5vw;
  }
}
.cpn-contact p {
  display: inline-block;
  text-align: center;
}
@media (max-width:700px) {
  .cpn-contact p {
    font-size: 4.5vw;
  }
}

/* -----------------------------------------------------
			
			cpn-company
			
----------------------------------------------------- */

.cpn-company {
  padding:7vw 18vw;
  background-color: #F2F2F2;
}
@media (max-width:700px) {
  .cpn-company {
    font-size: 4vw;
    padding:7vw 5%;
  }
}
.cpn-company h2 {
  font-size: 3vw;
  font-weight: 700;
  padding:3vw 0;
  text-align: center;
}
@media (max-width:700px) {
  .cpn-company h2 {
    font-size: 6vw;
    padding:7vw 0;
  }
}
.cpn-company dl,dt,dd {
  font-weight: 300;
}
.cpn-company dl {
  display: flex;
  margin:3vw 0;
}
.cpn-company dt {
 width:12vw; 
}
@media (max-width:700px) {
  .cpn-company dt {
    width:40%; 
  }
}
@media (max-width:700px) {
  .cpn-company dd {
    width:100%; 
  }
}

/* -----------------------------------------------------
			
			footer
			
----------------------------------------------------- */

#footer {
	background-color: #f3f3f3;
}
.footer-post {
	height:200px;
}
.top-transition {	
	color:#fff;
	width:40px;
	font-size:14px;
	margin:0px auto 50px auto;
	background-color:#000;
	text-align:center;
	padding:10px;
	border-radius: 0px 0px 3px 3px;
}
@media (max-width:700px) {
  .top-transition {
    margin:0px auto 6vw auto;
  }
}
.top-transition:hover {	
	background-color:#BDA647;
}
.footer-sns {
  text-align: center;
	width:100%;
	margin:0px auto 50px auto;
}
@media (max-width:700px) {
  .footer-sns {
    margin:0px auto 6vw auto;
  }
}
.footer-sns li {
	display:inline-block;
	margin:0 10px;
}

.footer-sns i {	
	width:51px;
	font-size:16px;
	color:#ACACAC;
	padding:15px;
	border: 2px solid #ACACAC;
	border-radius: 40px;
}
.footer-sns ul {	
	padding-left:0px;
}
.footer-sns i:hover {	
	border: 2px solid #BDA647;
	color:#BDA647;
}
.footer-copylight {
	text-align: center;
}
.footer-copylight img {
	margin-bottom:30px;
}
@media (max-width:700px) {
  .footer-copylight img {
	  margin-bottom:6vw;
  }
}
.footer-copylight p {
  text-align: center;
  display:block;
	font-size:12px;
  margin-bottom: 1vw;
}
@media (max-width:700px) {
  .footer-copylight p {
    font-size:3vw;
    margin-bottom: 0vw;
    width: 100%;
  }
}
.footer-copylight span {
	display:block;
	font-size:12px;
	margin-bottom:50px;
}
@media (max-width:700px) {
  .footer-copylight span {
    margin-bottom:6vw;
  }
}
.footer-copy {
	background-color:black;
}
.footer-copy img {
	margin:3% 3%;
	width:150px;
}
@media (max-width:700px) {
  .footer-copy img {
    margin:7% 3%;
  }
}

/* -----------------------------------------------------
			
			CONTACT-FORM-7
			
----------------------------------------------------- */

.contact-nav {
  font-size: 90%;
	width:55%;
	margin:50px auto 70px auto;
}
@media (max-width:700px) {
  .contact-nav {
    font-size:4vw;
    width:85%;
    margin:50px auto 50px auto;
  }
}
.wpcf7-form-control-wrap {
  display: block;
  width:100%;
}
.contact-nav label {
  font-weight: 700;
  line-height: 180%;
}
.contact-nav em {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 5px;
  background: #DF5C5E;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-right: 10px;
}
.contact-nav input {
	width:100%;
	border: 1px solid #c8c8c8;;
	padding:6px 10px;
  border-radius: 5px;
}
.contact-nav textarea {
	width:100%;
	padding:10px 0 0 10px ;
	border: 1px solid #c8c8c8;;
  border-radius: 5px;
}
.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item-label {
  font-weight: normal;
}
.contact-nav .wpcf7-radio {
  display: block;
  margin-top:20px;
}
.contact-nav .wpcf7-radio input {
  position: relative;
  width: 4vw;
  height: 2vw;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
  vertical-align: -2px;
}
@media (max-width:700px) {
  .contact-nav .wpcf7-radio input {
    width: 6vw;
    height: 4vw;
  }
}
.wpcf7-submit {
  display: block;
  font-size: 1.8vw;
	background-color: #BCA54E;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border-style: none!important;
  text-align: center;
  margin: 4vw auto;
  padding: 14px 0!important;
}
@media (max-width:700px) {
  .wpcf7-submit {
    font-size: 5vw;
    margin: 10vw auto;
  }
}
.wpcf7-submit:hover {
	background-color: black;
	transition: 0.8s;
}
/*　CONTACT-FORM-7　エラーメッセージ設定　*/
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip{
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #e50031;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 10px;
  position: relative;
  
}
.wpcf7-not-valid-tip::before{
  content: "";
  border: 10px solid transparent;
  border-bottom: 15px solid #e50031;
  position: absolute;
  top: -25px;
  left: 5%;
}
.wpcf7-response-output {
  font-weight: 700;
  text-align: center;
  color: #C90003;
}







