/* @import 
('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body
{
  overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*/
}

html {
  font-size: 75%;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 801px) {
  html {
    font-size: 100%;
  }
}

.container {
  column-count: 2;
}

.effect1 {
  position: relative;
  width: 100%;
}

.effect1-a {
  position: absolute;
  top: -85px;
  right: 5%;
  width: 13%;
}

.effect1-b {
  position: absolute;
  top: -85px;
  left: 8%;
  width: 13%;
}

.effect2-a {
  position: relative;
  top: -20px;
  right: 5%;
  width: 20%;
	background-color: #FFF;
  display: inline-block;
}

.effect2-b {
  position: relative;
  width: 16%;
  top: -18px;
  left: -0.5%;
	background-color: #FFF;
  display: inline-block;
}

.effect2-c {
  position: relative;
  left: 4%;
  width: 20%;
  top: 7px;
  display: inline-block;
}

.effect2-d {
  position: relative;
  top: -12px;
  left: 7.5%;
  width: 16%;
	background-color: #FFF;
  display: inline-block;
}

.effect2-e {
  position: relative;
  top: -20px;
  right: 7%;
  width: 20%;
	background-color: #FFF;
  display: inline-block;
}

.effect2-f {
  position: relative;
  top: -20px;
  left: -1%;
  width: 13.5%;
	background-color: #FFF;
  display: inline-block;
}

.effect2-g {
  position: relative;
  left: 4%;
  width: 18%;
  top: 16px;
  display: inline-block;
}

.effect2-h {
  position: relative;
  top: -12px;
  left: 9%;
  width: 16%;
	background-color: #FFF;
  display: inline-block;
}

.effect3 {
  padding: 3%;
  margin: 3%;
  width: 45%;
	background-color: #ececec;
  display: inline-block;
}

.effect4 {
  padding: 1.5%;
  margin: 0%;
  width: 32.5%;
	background-color: #fff;
  display: inline-block;
}

.effect5 {
  padding: 1.5%;
  margin: 0%;
  width: 48%;
	background-color: #fff;
  display: inline-block;
}

.effect6 {
  padding: 0%;
  margin: 0%;
  width: 15%;
  height: 13px;
	background-color: #fff;
  display: inline-block;
}

.effect7 {
  padding: 1.5%;
  margin: 0%;
  width: 48%;
	background-color: #fff;
  display: inline-block;
}

.effect8 {
  padding: 1.5%;
  margin: 0%;
  width: 25%;
	background-color: #fff;
  display: inline-block;
}
/*円形*/
.circle {
	position: relative;
	width: 14vw;
	height: 14vw;
	border-radius: 50%;
  opacity: 60%;
  background: #FFF;
	border: solid 1px #1E90FF;
}
.circle span {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14vw;
	text-align: center;
}

.container-video {
  position: relative;
  height: 600px;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
}
.container-video #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}

@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
.table-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.table-center > div p {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px;
  font-size: 2em;
  font-weight: 600;
}
.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #3d85c6;
  padding:1em 4.2em
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #202f55;
}

.btn--wandb,
a.btn--wandb {
  color: #fff;
  padding:1em 4.2em;
  border: 1px solid #fff;
}
.btn--wandb:hover,
a.btn--wandb:hover {
  color: #000;
  background: #fff;
}

.btn--white,
a.btn--white {
  color: #3d85c6;
  background-color: #fff;
  padding:1em 4em;
  border: 1px solid #3d85c6;
}

.btn--white:hover,
a.btn--white:hover {
  color: #87CEFA;
  background: #fff;
  border: 1px solid #87CEFA;
}

.btn--white1,
a.btn--white1 {
  color: #3d85c6;
  background-color: #fff;
  padding:1em 1.5em;
  border: 1px solid #3d85c6;
}

a.btn--radius {
   border-radius: 100vh;
}

video {
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

/*ビデオ背景*/
.container-video (max-height: 600px) {
  position: relative;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
}
.container-video #video {
  position: absolute;
  top: 50%;
  left: 40%;
  min-width: 50%;
  min-height: 50%;
  width: 100%;
  height: 100%;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}

@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
.table-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 32%;
  text-align: center;
}
.table-center > div p {
  color: #000;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  letter-spacing: 1px;
  margin: 20px;
}
/*ビデオ背景２*/
.container-video2 (max-height: 800px) {
  position: relative;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
}
.container-video2 #video {
  position: absolute;
  top: 50%;
  left: 40%;
  min-width: 50%;
  min-height: 50%;
  width: 100%;
  height: 100%;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}

@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center2 {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
.table-center2 > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 50%;
  text-align: center;
}
.table-center2 > div p {
  color: #000;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  letter-spacing: 1px;
  margin: 20px;
}

/*画像背景*/
.example1 {/*親div*/
  width: 100%;
  position:absolute;
  right:1vw;
}

.example1 h1 {
  position: absolute;
  text-align: right;
  top: 12vw;
  right: 0%;
  color: #000;/*文字は黒に*/
  letter-spacing: 1px;
  margin: 20px;
  padding: 5px;
  font-weight: bold;
  z-index:10;
  }

.example1 h2 {
  position: absolute;
  vertical-align: middle;
  top: 20vw;
  right: 0%;
  color: #000;/*文字は黒に*/
  letter-spacing: 1px;
  margin: 20px;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  z-index:10;
  }

.example1 h3 {
  position: absolute;
  vertical-align: middle;
  top: 8vw;
  right: 29.5vw;
  color: #000;/*文字は黒に*/
  letter-spacing: 1px;
  margin: 20px;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  transform: rotate(-5deg);
  }

.example1 h4 {
  position: absolute;
  z-index: 1;
  top: 62vh;
  right: 50vw;
  color: #000;/*文字は黒に*/
  letter-spacing: 1.2px;
  line-height:1.7;
  transform: rotate(45deg);
  }

.example1 h5 {
	position: absolute;
  top:41.2vw;
  right: 0vw;
  letter-spacing: 1.2px;
  line-height:1.7;
  z-index:1;
}

.example1 h6 {
	position: absolute;
  top: 8vw;
  right: 1vw;
  letter-spacing: 1.2px;
  line-height:1.7;
  z-index:1;
}

.balloon1 {
  position: absolute;
  display:flex;
  top: 95vh;
  right: 32vw;
  margin: 0 0;
  padding: 55px 15vh 55px;
  height: 5vw;
  width: 3vw;
  color: #555;
  font-size: 17px;
  background: #fff;
  border-radius: 70px;
  text-decoration: none;
}

.balloon1 a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.balloon1 a:hover {
  cursor: pointer;
	transform: scale(1.1, 1.1);
}

.square1 {
  position: absolute;
  display:flex;
  top: 41vw;
  right: -4vh;
  overflow: hidden;
  margin: -1vh 0;
  padding: 25px 30px 25px 30px;
  height: 8vw;
  width: 50vw;
  color: #555;
  font-size: 3vh;
  vertical-align: 20px;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
}

.fukidashi {
  position   : absolute;                /* 親要素を基準 */
  display: none;                        /* 要素を非表示 */
  top: -3vw;
  right: 10.5vw;
  margin-bottom : 12px;                 /* 表示位置 */
  font-size: 80%;                       /* 文字サイズ */
}

.ase {
  width: 500px;
  height: 100px;
  position: relative;
  color: #000;/*文字は黒に*/
  letter-spacing: 1px;
  margin: 30px;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  }

.ase1 {
  position: absolute;
  top:1vw;
  left:-3vw;
  margin: 20px;
  padding: 10px;
  font-weight: bold;
  }

.ase2 {
  position: absolute;
  top:-3vw;
  right:0vw;
  margin: 20px;
  padding: 5px;
  transform: rotate(-10deg)
  }

.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .4em; 
    background-position: 100% .8em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .8em;
}

.sample_box11 {
   width: 300px;/* 紙の横幅 100%にすると全幅表示に */
   padding: 15px;
   margin: 2em auto;
   background: #FFF1AB;/* 紙の色 */
   color: #000;/* 文字色 */
   box-shadow: 4px 4px 4px rgba(0,0,0,0.03);transform:rotate(2deg);
   word-break: break-all;
}
.sample_box11 p {
    margin: 0; 
    padding: 0;
    font-size: 0.9em;
}
.sample_box11_tape {
    width: 50%;
    height: 35px;
    margin: -25px auto 0;
    background: #989898;
    transform: rotate(-3deg);
    opacity: 0.1;
}
.sample_box11_title {
    text-align: center;
    font-size: 1.3em!important;
    margin-top: 10px!important;
}
.sample_box11_subtitle {
    text-align: center;
    font-size: 0.7em!important;
    margin-bottom: 1em!important;
}

/*少しずらしたボックス*/
.box2-6{
	margin: 2em auto;
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	border:1px solid #ccc ;/*線の太さ・種類・色*/
	position: relative;/*配置（基準）*/
  width:90%;
  text-align:left;
}
.box2-6:after{
	background-color:#eee;/*ずらしたボックスの背景色*/
	border:none;
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index: -1;
}

.box2-6 span {
  position: absolute;
  top: -85px;
  left: 1%;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  background: #FFCC40;
  border-radius: 50%;
  box-sizing: border-box;
}

.box2-6 span:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFCC40;
  z-index: 0;
}

.box2-6 img {
  position: absolute;
  top: 220px;
  right: -4%;
  width: 50%;
}

.box-introduced {
  position: absolute;
  top: 345px;
  right: -4.5%;
  width: 20%;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background: #FFCC40;
}

.marker-stripe-orange {
  background: repeating-linear-gradient(-45deg, 
  #ffb56b 0, #ffb56b 2px, 
  transparent 2px, transparent 4px);
  background-position:0 100%;
  background-size: 70% 35%;
  background-repeat: no-repeat;
  font-weight: bold; 
}

.marker-stripe-orange-sp {
  background: repeating-linear-gradient(-45deg, 
  #ffb56b 0, #ffb56b 2px, 
  transparent 2px, transparent 4px);
  background-position:0 100%;
  background-size: 100% 20%;
  background-repeat: no-repeat;
  font-weight: bold; 
}

.balloon2 {
  margin: 0em 0;
  padding: 10px 10px;
  min-width: 10vw;
  max-width: 20vw;
  color: #555;
  font-size: 1.2vw;
  background: #fff;
  border-radius: 70px;
  text-decoration: none;
}

.box2-7{
	margin: 2em auto;
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	position: relative;/*配置（基準）*/
  width:100%;
  height:300px;
}

.box2-7 h1 {
  position: absolute;
  top: -145px;
  right: 0%;
  width: 30%;
}

.box2-7 h2 {
  position: absolute;
  top: 0px;
  left: 55%;
  color: #000;
  width: auto;
}

.box2-7 h3 {
  position: absolute;
  top: 175px;
  left: 55%;
  color: #000;
  font-size: 1.3vw;
  width: auto;
  line-height:1.75;
  text-align:left;
}

.box2-7 h4 {
  position: absolute;
  top: 65px;
  left: 55%;
  padding: 3px;
  color: #000;
  background: #FFE5CC;
  font-size: 1.3vw;
  width: auto;
  line-height:1.75;
  text-align:left;
}

.box2-7 h5 {
  position: absolute;
  top: 110px;
  right: 10%;
  padding: 3px;
  color: #000;
  background: #FFE5CC;
  font-size: 1.3vw;
  width: auto;
  line-height:1.75;
  text-align:left;
}

.box2-7 h6 {
  position: absolute;
  top: 160px;
  right: 0%;
  width: 20%;
}

.box2-8{
  width: 100%;
  height: 100%;

  animation: flash 2s ease infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.box2-9{
	margin: 2em auto;
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	position: relative;/*配置（基準）*/
  width:70%;
}

.box2-10 {
	margin: 2em auto;
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	position: relative;/*配置（基準）*/
  width:90%;
  height:300px;
}

.box2-10 h1 {
  position: absolute;
  top: -120px;
  left: -10%;
  width: 30%;
}

.box2-10 h2 {
  position: absolute;
  top: 25px;
  left: 0%;
  color: #000;
  width: auto;
}

.box2-10 h3 {
  position: absolute;
  top: 110px;
  left: 0%;
  color: #000;
  font-size: 3.5vh;
  width: 50%;
  height: 30%;
  line-height:14vh;
  text-align:left;
  background-image:url("https://21845253.fs1.hubspotusercontent-na1.net/hubfs/21845253/1-1.png");
  background-size:30%;
  background-repeat: no-repeat;
  background-position:-55px 40%;
}

.box2-10 h4 {
  position: absolute;
  top: 190px;
  left: 0%;
  padding: 3px;
  color: #000;
  font-size: 3.5vh;
  width: 40%;
  height: 36%;
  line-height:14vh;
  text-align:left;
  background-image:url("https://21845253.fs1.hubspotusercontent-na1.net/hubfs/21845253/2.png");
  background-size:38%;
  background-repeat: no-repeat;
  background-position: -60px 44%;
}

.box2-10 h5 {
  position: absolute;
  top: 280px;
  left: 0%;
  padding: 3px;
  color: #000;
  font-size: 3.5vh;
  width: 38%;
  height: 35%;
  line-height:14vh;
  text-align:left;
  background-image:url("https://21845253.fs1.hubspotusercontent-na1.net/hubfs/21845253/3.png");
  background-size:43%;
  background-repeat: no-repeat;
  background-position:-65px 44%;
}

.box2-10 h6 {
  position: absolute;
  top: 180px;
  right: -10%;
  width: 30%;
}

/*ノート風*/
.dashed-note {
  position:flex;
  bottom:30px;
  width:50%;
  font-size: 1.5vw;
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 3em; /* 点線2のサイズ */
  line-height: 3em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

.note{
  position: relative;
  display:center;
}

.note h1{
  top: -30px;
  left: 50%;
  width: 50%;
}

.note h2{
  position: relative;
  left: 50%;
  width: 60%;
}
.box2-11 {
	margin: 2em auto;
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	position: relative;/*配置（基準）*/
  width:90%;
  height:300px;
}

.box2-11 h1 {
  position: absolute;
  top: -120px;
  left: -10%;
  width: 30%;
}

.box2-11 h2 {
  position: absolute;
  top: 25px;
  left: 0%;
  color: #000;
  width: auto;
}

.box2-11 h3 {
  position: absolute;
  top: 100px;
  left: -2%;
  color: #000;
  font-size: 1.3vw;
  width: auto;
  line-height:1.75;
  text-align:left;
  background-image:url("https://21845253.fs1.hubspotusercontent-na1.net/hubfs/21845253/1-1.png");
  background-size:40%;
  background-repeat: no-repeat;
  background-position:-55px 40%;
}

.box2-11 h4 {
  position: absolute;
  top: 180px;
  left: -2%;
  padding: 3px;
  color: #000;
  font-size: 1.3vw;
  width: auto;
  line-height:1.75;
  text-align:left;
  background-image:url("https://21845253.fs1.hubspotusercontent-na1.net/hubfs/21845253/2.png");
  background-size:37%;
  background-repeat: no-repeat;
  background-position: -45px 44%;
  
}

.box2-11 h5 {
  position: absolute;
  top: 260px;
  left: -2%;
  padding: 3px;
  color: #000;
  font-size: 1.3vw;
  width: auto;
  line-height:1.75;
  text-align:left;
  background-image:url("https://21845253.fs1.hubspotusercontent-na1.net/hubfs/21845253/3.png");
  background-size:46%;
  background-repeat: no-repeat;
  background-position:-45px 42%;
}

.box2-11 h6 {
  position: absolute;
  top: 180px;
  right: -10%;
  width: 30%;
}


/*問合せボタン*/

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

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

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #fff100;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}
/* solid015 */
.button_solid015 {
    text-align: center;
}
.button_solid015 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid015 p:before, .button_solid015 p:after {
    display: inline-block;
    position: absolaxe;
    t800 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #356D64;
    content: "";
}
.button_solid015 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid015 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid015 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #FFD700;
    text-decoration: none;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 50px;
}
.button_solid015 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/*問い合わせテスト*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

/* 背景用*/
body {
  background: #FFF;
}

.btn,
a.btn,
button.btn {
  font-size: 2rem;
  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;
}

a.btn-border-shadow--radius {
  border-radius: 10vh;
}
a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

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

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius:before {
  border-radius: 100vh;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}
/*その他と主な共通部分は省略*/


a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

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

  width: 15px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  border-radius: 0 50% 50% 0;
  background: #000;
}

a.btn-border:hover:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: 30px;

  width: 30px;
  height: 30px;

  content: '\f061';
  -webkit-transform: translateX(460%) translateY(.5rem);
  transform: translateX(460%) translateY(.5rem);

  color: #fff;
  border-radius: 50%;
}



/*問合せボタン*/
.button014 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button014 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #6bb6ff;
  transition: 0.2s;
}

.button014 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button014 a:hover::before {
  top: 0;
  left: 0;
}

.button014 a:hover {
  text-decoration: none;
  background-color: #b3d9ff;
}

/*画像背景（スマホ）*/
.example2 {/*親div*/
  position: relative;/*相対配置*/
  }

.example2 p {
  position: absolute;
  vertical-align: middle;
  top: 10%;
  left: 3%;
  color: #000;/*文字は黒に*/
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  letter-spacing: 1px;
  margin: 20px;
  }

.example2 h5 {
  position: absolute;
  vertical-align: middle;
  top: 30vh;
  left: 3%;
  color: #000;/*文字は黒に*/
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  letter-spacing: 1.2px;
  padding: 20px;
  line-height:1.7;
  }

.example2 img {
  width: 100%;
  }

.example2 h6 {
	position: absolute;
  top: 62%;
  left: 42%;
	width: 14vw;
	height: 14vw;
	border-radius: 50%;
  opacity: 60%;
  background: #FFF;
	border: solid 1px #1E90FF;
}
.example2 span {
	position: absolute;
	left: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14vw;
	text-align: center;
}

.example3 {/*親div*/
  position: relative;/*相対配置*/
  display: flex;
  }

.example3 p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 4em;
  left: 2.2em;
  justify-content: center;
  text-align: center;
  }

.example3 img {
  position: relative;/*相対配置*/
  top: 5;
  margin: 1;
  height: 100%;
  justify-content: center;
  }

/*レスポンシブ対応*/
.responsive>div{
    border: 1px solid #999;
    background: #f2f2f2;
    padding: 10px;
    margin: 10px;
}
@media(min-width:801px){
    .sp{
        display: none !important;
    }
}
@media(max-width:800px){
    .pc{
        display: none !important;
    }
}

/*ボックス3つを横並び*/
.boxes1{
  max-width: 100%;
  background-color: #FFF;
}

.box1{
  width: 24%;
  height: 300px;
  float: left;
}

.box2{
  width: 28%;
  height: 300px;
  float: left;
}

.box3{
  width: 48%;
  height: 300px;
  float: left;
}

/*ボックス2つを横並び（スマホ表示）*/
.boxes2{
  max-width: 100%;
  background-color: #FFF;
}

.box4{
  width: 100%;
  height: 270px;
  float: left;
}

.box5{
  width: 100%;
  height: 300px;
  float: left;
}

/*TOPレイアウト（ボックス2つ並べ）*/
.topboxes{
  position: relative;
  max-width: 100%;
  background-color: #FFF;
}

.topbox1{
  position: absolute;
  top: 60%;
  left: 3%;
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
}

.topbox2{
  position: absolute;
  top: 23%;
  left: 54%;
  width: 50%;
  height: 100%;
  float: left;
}

.topbox3{
  position: absolute;
  top: 12%;
  left: 83%;
  width: 50%;
  height: 100%;
  float: left;
}
/*TOPレイアウト-スマホ表示（ボックス2つ並べ）*/
.topboxes1{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

.topbox4{
  position: absolute;
  top: 3%;
  left: 78%;
  width: 100%;
  height: 100%;
}

.topbox5{
  position: absolute;
  top: 6%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.topbox6{
  position: absolute;
  top: 30%;
  left: 3%;
  width: 100%;
  height: 100%;
}

.topbox7{
  position: absolute;
  top: 40%;
  left: 64%;
  width: 32%;
  height: 100%;
  float: left;
}

/*画像横ならび*/
.yokonarabi1{
    display:flex;
    width: 80%;
    justify-content: center;
}

/*画像横ならび*/
.yokonarabi2{
    display:flex;
    justify-content: center;
    line-height:0.2;
}

.box17{
    margin:5% 15%;
    position: relative;
    padding: 88px 300px;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    border-left: solid 2px black;
    border-right: solid 2px black;
    background-color:#fff;
}

.box17:before {left: 0px;}
.box17:after {right: 0px;}
.box17 p {
  	position: absolute;
    text-align: left;
    vertical-align:middle;
    top: 30px;
    left: 35%;
    letter-spacing: 1.2px;
    line-height:1.7;
    margin: 0; 
    padding: 0;
    z-index:10;
}

.box17 h1 {
	position: absolute;
  top: -110px;
  left: 80px;
  letter-spacing: 1.2px;
  line-height:1.7;
  z-index: 1;
}

.box17 h2 {
	position: absolute;
  top: 80px;
  right: -25px;
  z-index: 10;
}

.box17 h5 {
	position: absolute;
  top: -56.5px;
  left: 30px;
  letter-spacing: 1.2px;
  line-height:1.7;
  z-index: 10;
}

.flow {
  width: calc(75%); /* ステップフロー全体の横幅を指定 */
  display: flex;            /* flexboxで横並びにする */
  justify-content: space-between; /* 横並びにしたものを等間隔で並べる */
}

.flow li {

  color: #333;        /* 文字色を黒に指定 */
  font-size: 1.2vw;    /* 文字サイズを指定 */
  width: calc(100% / 4); /* 横幅を三等分した1つの大きさに指定 */
  background: #e8ffd1;   /* 背景色をパステル緑に指定 */
  line-height: 50px;  /* 行間(高さの代わり)を指定 */
  text-align: center; /* 文字を中央寄せにする */
  position: relative; /* 基準位置とする */
  list-style: none;
}

.flow li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 0px;  /* 最初と最後以外には左に適度な余白を指定 */
}

.flow li::before,
.flow li::after {
  content: "";  /* 疑似要素では必須 */
  width: 0;     /* 横幅を0に指定 */
  height: 0;　　/* 高さを0に指定 */
  display: block;  /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}

.flow li::before {
  border: solid 32px transparent;     /* 32pxのborderを指定 */
  border-right: solid 13px transparent;  /* 幅を合わせるため右線は13pxにする */
  border-left: solid 13px #FFF;          /* 白い三角形を作成して▷の形で上に重ねて削り取る */
  top: -7px;  /* 重ねる位置(縦軸)を調整 */
  left: 0;    /* 重ねる位置(横軸)を調整 */
  z-index: 1; /* 重なり順を指定 */
}

.flow li::after {
  border: solid 25px transparent;  /* 25pxのborderを指定 */
  border-left: solid 10px #e8ffd1; /* 左のborderで背景色と同じ▶の部分を作成する */
  border-right: solid 10px transparent; /* 幅を合わせるために右線は10pxにする */
  top: 0;       /* 重ねる位置(縦軸)を調整 */
  right: -20px; /* 重ねる位置(横軸)を調整 */
  z-index: 2;   /* 重なり順の優先度を他よりも上げる */
}

.flow li:first-child::before,
.flow li:last-child::after {
  content: none;  /* 最初のliの左と最後のliの右は作らない */
}

.flow1 {
  width: calc(75%); /* ステップフロー全体の横幅を指定 */
  display: flex;            /* flexboxで横並びにする */
  justify-content: space-between; /* 横並びにしたものを等間隔で並べる */
}

.flow1 li {

  color: #333;        /* 文字色を黒に指定 */
  font-size: 1.2vw;    /* 文字サイズを指定 */
  width: calc(100% / 4); /* 横幅を三等分した1つの大きさに指定 */
  background: #FFE6CE;   /* 背景色をパステルオレンジに指定 */
  line-height: 50px;  /* 行間(高さの代わり)を指定 */
  text-align: center; /* 文字を中央寄せにする */
  position: relative; /* 基準位置とする */
  list-style: none;
}

.flow1 li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 0px;  /* 最初と最後以外には左に適度な余白を指定 */
}

.flow1 li::before,
.flow1 li::after {
  content: "";  /* 疑似要素では必須 */
  width: 0;     /* 横幅を0に指定 */
  height: 0;　　/* 高さを0に指定 */
  display: block;  /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}

.flow1 li::before {
  border: solid 32px transparent;     /* 32pxのborderを指定 */
  border-right: solid 13px transparent;  /* 幅を合わせるため右線は13pxにする */
  border-left: solid 13px #FFF;          /* 白い三角形を作成して▷の形で上に重ねて削り取る */
  top: -7px;  /* 重ねる位置(縦軸)を調整 */
  left: 0;    /* 重ねる位置(横軸)を調整 */
  z-index: 1; /* 重なり順を指定 */
}

.flow1 li::after {
  border: solid 25px transparent;  /* 25pxのborderを指定 */
  border-left: solid 10px #FFE6CE; /* 左のborderで背景色と同じ▶の部分を作成する */
  border-right: solid 10px transparent; /* 幅を合わせるために右線は10pxにする */
  top: 0;       /* 重ねる位置(縦軸)を調整 */
  right: -20px; /* 重ねる位置(横軸)を調整 */
  z-index: 2;   /* 重なり順の優先度を他よりも上げる */
}

.flow1 li:first-child::before,
.flow1 li:last-child::after {
  content: none;  /* 最初のliの左と最後のliの右は作らない */
}

.point2 label{
    cursor: pointer;
    display: block;
    position: relative;
}
.point2 label::before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #CCC;
    border-radius: 3px;
    margin: 2px 5px -2px 2px;
}
.point2 input{
    display: none;
}
.point2 span{
    display: inline-block;
    position: relative;
}
.point2 input:checked+span::before{
    content: "";
    display: block;
    height: 5px;
    width: 10px;
    border-bottom: 3px solid #40a9e0;
    border-left: 3px solid #40a9e0;
    position: absolute;
    transform: rotate(-45deg);
    left: -20px;
    top: 0;
    bottom: 6px;
    margin: auto;
}
.point2 input:checked+span::before{
    animation: 0.5s example2;
}
@keyframes point2{
    0%{
        height: 0;
        width: 0;
        top: 5px;
        left: -20px;
    }
    30%{
        height: 5px;
        width: 0;
        top: 7px;
        left: -19px;
    }
    100%{
        height: 5px;
        width: 10px;
        top: 0px;
        left: -20px;
    }
}

.accordion-006 {
    max-width: 100%;
    margin-bottom: 7px;
    background-color: #f7f9dd;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #575757;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c7c9ad;
    border-right: 3px solid #c7c9ad;
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #575757;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

/*レスポンシブ用(min-width:801px)*/
.boxsp-1 {
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	position: relative;/*配置（基準）*/
  width:100%;
  height:350px;
  background-image:
    url("https://21845253.fs1.hubspotusercontent-na1.net/hubfs/21845253/TEMPORU%20COLOR-2.png");
  background-size:100%;
  background-repeat: no-repeat;
}

.example1-sp {/*親div*/
  position: relative;/*相対配置*/
  top: 3%;
  }

.example1-sp h1 {
  position: absolute;
  vertical-align: middle;
  top: 2vw;
  right: -20px;
  color: #000;/*文字は黒に*/
  letter-spacing: 1px;
  display: inline-block;
  font-weight: bold;
  }

.example1-sp h2 {
  position: absolute;
  vertical-align: middle;
  top: 13vw;
  right: -20px;
  color: #000;/*文字は黒に*/
  letter-spacing: 1px;
  display: inline-block;
  font-weight: bold;
  }

.example1-sp h3 {
  position: absolute;
  vertical-align: middle;
  width: 30%;
  top: -3vw;
  left: 25vw;
  color: #000;/*文字は黒に*/
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  transform:rotate(-15deg); 
  }

.example1-sp h4 {
  position: absolute;
  z-index: 1;
  top: 18vw;
  right: 8vw;
  width:150px;
  color: #000;/*文字は黒に*/
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  letter-spacing: 1.2px;
  padding: 20px;
  line-height:1.7;
  z-index:1;
  }

.example1-sp h5 {
	position: absolute;
  width:40%;
  top: 25vw;
  right: -4vw;
  padding: 20px;
  letter-spacing: 1.2px;
  line-height:1.7;
  z-index:10;
}

.box17-sp{
  position: relative;
  width:52vw;
  top:-10vw;
  left: 30vw;
  margin: 5vw;
  padding: 10px;
  background: #ff8870;
  border-radius: 30px;
  color:#FFF;
  text-align: center;
  font-weight: bold;
}

.box17-sp:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #ff8870;
  border-radius: 50%;
}

.box17-sp:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #ff8870;
  border-radius: 50%;
}
.box17-sp p {
  margin: 0; 
  padding: 0;
}

/*.box17-sp p {
  	position: absolute;
    text-align: left;
    vertical-align:middle;
    top: 30px;
    left: 35%;
    letter-spacing: 1.2px;
    line-height:1.7;
    margin: 0; 
    padding: 0;
}*/

.box17-sp h5 {
	position: absolute;
  width:50%;
  top: 5vw;
  left: -35vw;
  letter-spacing: 1.2px;
  line-height:1.7;
}

.ase-sp {
  width: 500px;
  height: 100px;
  position: relative;
  color: #000;/*文字は黒に*/
  letter-spacing: 1px;
  margin: 20px;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  }

.ase1-sp {
  position: absolute;
  top:1vw;
  left:0.5vw;
  margin: 20px;
  padding: 5px;
  font-weight: bold;
  }

.ase2-sp {
  position: absolute;
  top:-20vw;
  right:0.5vw;
  margin: 20px;
  padding: 5px;
  transform: rotate(20deg)
  }

.box2-8-sp{
  position:relative;
  width: auto;
  height: auto;
  left:20%;
  top:-40px;
  overflow: hidden;

  animation: flash 2s ease infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.balloon2-sp {
  margin: 0em 0;
  padding: 10px 10px;
  min-width: 25vw;
  max-width: 50vw;
  color: #555;
  font-size: 3vw;
  background: #fff;
  border-radius: 70px;
  text-decoration: none;
}

.box2-7-sp{
	margin: 2em auto;
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	position: relative;/*配置（基準）*/
  width:auto;
  height:155px;
}

.box2-7-sp h1 {
  position: absolute;
  top: -50px;
  left: 20%;
  width: 45%;
  transform: rotate(-30deg);
}

.box2-7-sp h2 {
  position: absolute;
  top: 0px;
  left: 51%;
  color: #000;
  width: auto;
}

.box2-7-sp h3 {
  position: absolute;
  display: inline-block;
  top: 90px;
  left: 54%;
  color: #000;
  font-size: 2.7vw;
  width: auto;
  line-height:1.75;
  text-align:left;
}

.box2-7-sp h4 {
  position: absolute;
  top: -5px;
  right: 1%;
  padding: 3px;
  color: #000;
  background: #FFE5CC;
  font-size: 15px;
  width: auto;
  line-height:1.75;
  text-align:left;
}

.box2-7-sp h5 {
  position: absolute;
  top: 35px;
  right: 1%;
  padding: 3px;
  color: #000;
  background: #FFE5CC;
  font-size: 15px;
  width: auto;
  line-height:1.75;
  text-align:left;
}

.effect1-sp {
  position: relative;
  width: 100%;
}

.effect1-a-sp {
  position: absolute;
  top: -70px;
  left: 0%;
  width: 25%;
  transform: rotate(-20deg);
}

.effect1-b-sp {
  position: absolute;
  top: -70px;
  left: 0%;
  width: 23%;
  transform: rotate(5deg);
}

.effect2-a-sp {
  position: relative;
  top: -20px;
  left: -4%;
  width: 32%;
	background-color: #FFF;
  display: inline-block;
}

.effect2-b-sp {
  position: relative;
  width: 26%;
  top: -23px;
  left: 4%;
	background-color: #FFF;
  display: inline-block;
}

.effect2-c-sp {
  position: relative;
  left: 1%;
  width: 28%;
  top: 4px;
	background-color: #FFF;
  display: inline-block;
}

.effect2-d-sp {
  position: relative;
  width: 30%;
  top: -18px;
  left: 7.5%;
	background-color: #FFF;
  display: inline-block;
}

.effect2-e-sp {
  position: relative;
  top: -20px;
  left: 1%;
  width: 31%;
	background-color: #FFF;
  display: inline-block;
}

.effect2-f-sp {
  position: relative;
  top: -23px;
  left: 5%;
  width: 22%;
	background-color: #FFF;
  display: inline-block;
}

.effect2-g-sp {
  position: relative;
  left: 7%;
  width: 30%;
  top: -8px;
	background-color: #FFF;
  display: inline-block;
}

.effect2-h-sp {
  position: relative;
  top: -19px;
  left: 9%;
  width: 26%;
	background-color: #FFF;
  display: inline-block;
}

.flow-sp {
  width: calc(100%); /* ステップフロー全体の横幅を指定 */
  display: flex;            /* flexboxで横並びにする */
  justify-content: space-between; /* 横並びにしたものを等間隔で並べる */
}

.flow-sp li {

  color: #333;        /* 文字色を黒に指定 */
  font-size: 2.3vw;    /* 文字サイズを指定 */
  width: calc(100% / 4); /* 横幅を三等分した1つの大きさに指定 */
  background: #e8ffd1;   /* 背景色をパステル緑に指定 */
  line-height: 50px;  /* 行間(高さの代わり)を指定 */
  text-align: center; /* 文字を中央寄せにする */
  position: relative; /* 基準位置とする */
  list-style: none;
}

.flow-sp li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 0px;  /* 最初と最後以外には左に適度な余白を指定 */
}

.flow-sp li::before,
.flow-sp li::after {
  content: "";  /* 疑似要素では必須 */
  width: 0;     /* 横幅を0に指定 */
  height: 0;　　/* 高さを0に指定 */
  display: block;  /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}

.flow-sp li::before {
  border: solid 32px transparent;     /* 32pxのborderを指定 */
  border-right: solid 13px transparent;  /* 幅を合わせるため右線は13pxにする */
  border-left: solid 13px #FFF;          /* 白い三角形を作成して▷の形で上に重ねて削り取る */
  top: -7px;  /* 重ねる位置(縦軸)を調整 */
  left: 0;    /* 重ねる位置(横軸)を調整 */
  z-index: 1; /* 重なり順を指定 */
}

.flow-sp li::after {
  border: solid 25px transparent;  /* 25pxのborderを指定 */
  border-left: solid 10px #e8ffd1; /* 左のborderで背景色と同じ▶の部分を作成する */
  border-right: solid 10px transparent; /* 幅を合わせるために右線は10pxにする */
  top: 0;       /* 重ねる位置(縦軸)を調整 */
  right: -20px; /* 重ねる位置(横軸)を調整 */
  z-index: 2;   /* 重なり順の優先度を他よりも上げる */
}

.flow-sp li:first-child::before,
.flow-sp li:last-child::after {
  content: none;  /* 最初のliの左と最後のliの右は作らない */
}

.flow1-sp {
  width: calc(100%); /* ステップフロー全体の横幅を指定 */
  display: flex;            /* flexboxで横並びにする */
  justify-content: space-between; /* 横並びにしたものを等間隔で並べる */
}

.flow1-sp li {

  color: #333;        /* 文字色を黒に指定 */
  font-size: 2.3vw;    /* 文字サイズを指定 */
  width: calc(100% / 4); /* 横幅を三等分した1つの大きさに指定 */
  background: #FFE6CE;   /* 背景色をパステルオレンジに指定 */
  line-height: 50px;  /* 行間(高さの代わり)を指定 */
  text-align: center; /* 文字を中央寄せにする */
  position: relative; /* 基準位置とする */
  list-style: none;
}

.flow1-sp li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 0px;  /* 最初と最後以外には左に適度な余白を指定 */
}

.flow1-sp li::before,
.flow1-sp li::after {
  content: "";  /* 疑似要素では必須 */
  width: 0;     /* 横幅を0に指定 */
  height: 0;　　/* 高さを0に指定 */
  display: block;  /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}

.flow1-sp li::before {
  border: solid 32px transparent;     /* 32pxのborderを指定 */
  border-right: solid 13px transparent;  /* 幅を合わせるため右線は13pxにする */
  border-left: solid 13px #FFF;          /* 白い三角形を作成して▷の形で上に重ねて削り取る */
  top: -7px;  /* 重ねる位置(縦軸)を調整 */
  left: 0;    /* 重ねる位置(横軸)を調整 */
  z-index: 1; /* 重なり順を指定 */
}

.flow1-sp li::after {
  border: solid 25px transparent;  /* 25pxのborderを指定 */
  border-left: solid 10px #FFE6CE; /* 左のborderで背景色と同じ▶の部分を作成する */
  border-right: solid 10px transparent; /* 幅を合わせるために右線は10pxにする */
  top: 0;       /* 重ねる位置(縦軸)を調整 */
  right: -20px; /* 重ねる位置(横軸)を調整 */
  z-index: 2;   /* 重なり順の優先度を他よりも上げる */
}

.flow1-sp li:first-child::before,
.flow1-sp li:last-child::after {
  content: none;  /* 最初のliの左と最後のliの右は作らない */
}

.wrap {
 }

.box2-10-sp {
	margin: 0em auto;
	padding:0em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	position: relative;/*配置（基準）*/
  width:90%;
  height:150px;
}

.box2-10-sp h1 {
  position: absolute;
  top: -55px;
  left: -15%;
  width: 40%;
}

.box2-10-sp h2 {
  position: absolute;
  top: 25px;
  left: 3%;
  color: #000;
  width: auto;
}

.box2-10-sp h3 {
  position: absolute;
  top: 40px;
  left: -5%;
  padding: 2px;
  color: #000;
  font-size: 1.5vh;
  width: 58%;
  line-height:3.2;
  text-align:left;
  /*background-image:url("https://21845253.fs1.hubspotusercontent-na1.net/hubfs/21845253/1-1.png");*/
  background-size:45%;
  background-repeat: no-repeat;
  background-position:0% 40%;
  overflow:hidden;
}

.box2-10-sp h4 {
  position: absolute;
  top: 100px;
  left: -5%;
  padding: 2px;
  color: #000;
  font-size: 1.5vh;
  width: 50%;
  line-height:3.2;
  text-align:left;
  /*background-image:url("https://21845253.fs1.hubspotusercontent-na1.net/hubfs/21845253/2.png");*/
  background-size:45%;
  background-repeat: no-repeat;
  background-position:50% 40%;
  
}

.box2-10-sp h5 {
  position: absolute;
  top: 160px;
  left: -5%;
  padding: 2px;
  color: #000;
  font-size: 1.5vh;
  width: 50%;
  line-height:3.2;
  text-align:left;
  /*background-image:url("https://21845253.fs1.hubspotusercontent-na1.net/hubfs/21845253/3.png");*/
  background-size:46%;
  background-repeat: no-repeat;
  background-position:100% 40%;
}

/*少しずらしたボックス*/
.box2-6-sp{
	margin: 2em auto;
	padding:3em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	border:1px solid #ccc ;/*線の太さ・種類・色*/
	position: relative;/*配置（基準）*/
  width:90%;
  text-align:left;
}
.box2-6-sp:after{
	background-color:#eee;/*ずらしたボックスの背景色*/
	border:none;
	content: '';
	position: absaxute;/*配置800を動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index: -1;
}

.box2-6-sp span {
  position: absolute;
  top: -60px;
  left: 1%;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #FFF;
  font-size: 3vw;
  font-weight: bold;
  background: #FFCC40;
  border-radius: 50%;
  box-sizing: border-box;
}

.box2-6-sp span:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FFCC40;
  z-index: 0;
}

.box2-6-sp img {
  position: absolute;
  top: 88%;
  right: -4%;
  width: 30%;
}

.box-introduced-sp {
  position: absolute;
  top: 108%;
  right: -4%;
  width: 140px;
  font-size: 1.8vw;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background: #FFCC40;
}

.ichityosei {
  position: relative;
  top: -10vw;
  
  width: 100%;
  text-align: center;
  font-weight: bold;
}