@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------------
	base setting			
-----------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
  font-family: "Number";
  src: local("Helvetica");
  unicode-range: U+0030-0039; /* 0-9 */
}

@font-face {
  font-family: "Number";
  src: local("Helvetica Bold");
  font-weight: bold;
  unicode-range: U+0030-0039; /* 0-9 */
}

body,button,input,option,select,table,textarea{
	color: #333;
	font-family: -apple-system,BlinkMacSystemFont,"Number","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
	line-height: 1.1;
}

/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 100 to 900 */

a:link {
	color: #311700;
	text-decoration: none;
}

a:visited {
	color: #311700;
	text-decoration: none;
}

a:hover {
	color: #311700;
	text-decoration: underline;
}

a:active {
	color: #311700;
	text-decoration: none;
}

a:img {
  display: block;
  transition: 0.3s;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

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

.btn {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.5;
}

/*------ アニメーション設定<jquery.inview> ------*/
.fadeUp {
  opacity: 0;
  transform: translate(0,50px);
  transition: .8s;
  transition-delay: .1s;
}
.fadeUp.is_inview {
  opacity: 1;
  transform: translate(0,0);
}
.fadeIn {
  opacity: 0;
  transition: .8s;
  transition-delay: .1s;
}
.fadeIn.is_inview {
  opacity: 1;
}
.fadeSide_L {
  opacity: 0;
  transform: translateX(-50px);
  transition: .8s;
  transition-delay: .1s;
}
.fadeSide_R {
  opacity: 0;
  transform: translateX(50px);
  transition: .8s;
  transition-delay: .1s;
}
.fadeSide_L.is_inview,
.fadeSide_R.is_inview {
  opacity: 1;
  transform: translateX(0);
}

/*@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}*/
/*-----------------------------------------------------------------------------------------------------------
	common layout			
-----------------------------------------------------------------------------------------------------------*/
#wraper {
	min-width: 100%;
	height: auto;
	overflow: hidden;
}

section:nth-of-type(n+2) {
  padding-top: 80px;
  padding-bottom: 100px;
}
section:nth-of-type(n+2) h2 {
  text-align: center;
  margin-bottom: 30px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.content_width {
	width: 900px;
	margin: 0 auto;
}

.pc {
  display: block;
}
.tab {
  display: block;
}
.sp {
  display: none;
}

/* タブレットは横幅90％、テキスト・画像類は80％で設定 */
@media (min-width: 768px) and (max-width: 1024px) {
  section:nth-of-type(n+2) {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  section:nth-of-type(n+2) h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  .inner {
    width: 100%;
  }
  .content_width {
    width: 90%;
  }
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px){
    section:nth-of-type(n+2) {
      padding-top: 10vw;
      padding-bottom: 10vw;
    }
    section:nth-of-type(n+2) h2 {
      margin-bottom: 3vw;
    }

  .inner {
    max-width: 100%;
    padding: 3vw;
  }
  
  .content_width {
    width: 86.67vw;
  }
  
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	text			
-----------------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,.heading {
  font-feature-settings: "palt" 1;
  font-family: "Number","Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h2,h3,h4 {
  font-weight: 700;
}
#flow h2,
#voice h2,
#price h2,
#point h2,
#form h2 {
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  color: #003953;
  margin-bottom: 0.5em;
}
.h_sub {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.15em;
  text-align: center;
  color: #2cb4ad;
  margin-bottom: 50px;
}
.h_large {
  font-size: 120%;
}
.h_small {
  font-size: 80%;
}
.txt {
  font-feature-settings: "pkna" 1;
}
.bold {
  font-weight: 700;
}
.body_txt {
  font-size: 1.125em;
  font-feature-settings: "pkna" 1;
  line-height: 2em;
  text-align: justify;
}
.cmt {
  font-size: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.cmt::before {
  content: '※';
  margin-right: .5em;
}
.white {
  color: #ffffff !important;
}
.blue {
  color: #00afcc !important;
}
.orange {
  color: #f47411 !important;
}
.red {
  color: #f62e36 !important;
}
.marker_white {
  display: inline;
  background: linear-gradient(transparent 10%, #fff 10%);
  padding: 0 .2em;
}
.marker_green {
  display: inline;
  background: linear-gradient(transparent 10%, #2cb4ad 10%);
  padding: 0 .2em;
  color: #fff;
}
.marker_yellow_half {
  background: linear-gradient(transparent 50%, #fff352 50%); 
}
.marker_blue_half {
  background: linear-gradient(transparent 50%, #aee9f3 50%); 
}

@media (min-width: 768px) and (max-width: 959px) {
  #flow h2,
  #voice h2,
  #price h2,
  #point h2,
  #form h2 {
    font-size: 1.8em;
    margin-bottom: 0.4em;
  }
  .h_sub {
    margin-bottom: 40px;
  }
  .body_txt {
    font-size: 1em;
    line-height: 2em;
  }
  .cmt {
    font-size: 0.8em;
    padding-left: 0.8em;
    text-indent: -0.8em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  #flow h2,
  #voice h2,
  #price h2,
  #point h2,
  #form h2 {
    font-size: 5.6vw;
    margin-bottom: 3vw;
  }
  .h_sub {
    font-size: 4vw;
    margin-bottom: 9.33vw;
  }
  .body_txt {
    font-size: .8em;
  }
  .cmt {
    font-size: 3vw;
    padding-left: 3vw;
    text-indent: -3vw;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	header			
-----------------------------------------------------------------------------------------------------------*/
header.header {
  position: fixed;
  top: 0;
  width: 100%;
	height: 100px;
  padding-top: 10px;
  background-color: transparent;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
}
.header.scrolled {
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

header .inner {
  max-width: 1280px;
  height: auto;
	display: flex;
  margin: 0 auto;
	justify-content: space-between;
  vertical-align: middle;
	align-items: center;
}
header .inner .logo {
	width: 190px;
	height: auto;
}

header .inner .head_cta {
  display: flex;
  width: 240px;
  height: 80px;
  background-color: #2cb4ad;
  border-radius: 10px;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}
header .inner .head_cta:hover {
  text-decoration: none;
}

header nav ul{
	display: flex;
	align-items: center;
  margin-left: 40px;
}
header nav ul li a {
	color: #092b36;
	text-decoration: none;
	font-weight: bold;
	padding: 16px 0;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  text-align: center;
  display: inline-block;
  transition: all .3s;
}
header nav ul li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #2cb4ad;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scale(0,1);
  transition: transform 0.3s ease;
}
header nav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1,1);
}
header nav ul li a:hover {
  color: #2cb4ad;
  text-decoration: none;
}
#nav_toggle{
	display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header.header {
    width: 100%;
    height: 80px;
    padding-top: 0;
	}
  .header.scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    backdrop-filter: none;
  }
  header .inner{
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
  }
  header .inner .logo {
		margin-left: 20px;
    width: 20%;
    height: auto;
	}
  header .inner .head_cta {
    width: 25%;
    height: 70px;
    border-radius: 5px;
    font-size: 2vw;
    margin-left: 20.83%;
    margin-right: 20.83%;
  }
  header .inner>div:nth-of-type(n+3) {
    margin-left: auto;
  }
  
  nav{
		display: none;
		position: absolute;
		top: 80px;
    left: 0;
		width: 100%;
		background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		z-index: 999
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: none;
	}
	header nav ul li:last-child{
    padding-bottom: 4vw;
	}
	header nav ul li a{
		display: block;
	}
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 80px;
		height: 80px;
		position: relative;
		z-index: 100;
		right: 0;
    background-color: #fff;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 5px;
		background: #2cb4ad;
		position:absolute;
		width: 40px;
		left: 20px;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#nav_toggle span:nth-child(1){
		top: 22px;
	}
	#nav_toggle span:nth-child(2){
		top: 40px;
	}
  #nav_toggle p {
    position: absolute;
    font-size: .9em;
    color: #2cb4ad;
    top: 55px;
    left: 20px;
  }

	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 33px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			top: 33px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}

@media screen and (max-width: 767px) {
  header.header {
    width: 100%;
    height: 13.33vw;
    padding-top: 0;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    z-index: 999;
  }
  .header.scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    backdrop-filter: none;
  }
  header .inner{
    position: relative;
    width: 100%;
    padding: 0;
  }
	header .inner .logo {
		width: 30vw;
		height: auto;
		margin-left: 4vw;
	}
  header .inner .head_cta {
    width: 32vw;
    height: 13.33vw;
    border-radius: 0;
    font-size: 3.2vw;
  }
  header .inner>div:nth-of-type(n+2) {
    margin-left: auto;
  }
	nav{
		display: none;
		position: absolute;
		top: 13.33vw;
    left: 0;
		width: 100%;
		background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		z-index: 999
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: none;
	}
	header nav ul li:last-child{
    padding-bottom: 4vw;
	}
	header nav ul li a{
		display: block;
    
	}
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 13.33vw;
		height: 13.33vw;
		position: relative;
		z-index: 100;
		margin-left: 0;
    background-color: #fff;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
    position: absolute;
		display: block;
		width: 6.4vw;
    height: .9vw;
		background: #2cb4ad;
		left: 3.47vw;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#nav_toggle span:nth-child(1){
		top: 3.6vw;
	}
	#nav_toggle span:nth-child(2){
		top: 6.27vw;
	}
  #nav_toggle p {
    position: absolute;
    font-size: 2.4vw;
    color: #2cb4ad;
    top: 9vw;
    left: 3vw;
  }

	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 5.33vw;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			top: 5.33vw;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}

/*-----------------------------------------------------------------------------------------------------------
	FV
-----------------------------------------------------------------------------------------------------------*/
#fv {
  position: relative;
  top: 0;
}
#fv .mv {
  width: 100%;
  height: auto;
  min-height: 600px;
  background-image: url("../img/fv_bg_pc.jpg");
  background-image: image-set(url("../img/fv_bg_pc.jpg") 1x, url("../img/fv_bg_pc@2x.jpg") 2x);
  -webkit-background-image: image-set(url("../img/fv_bg_pc.jpg") 1x, url("../img/fv_bg_pc@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  padding-top: 130px;
}
#fv .content_width {
  width: 1050px;
}
#fv h1 {
  font-size: 3.5em;
  line-height: 1.5;
  font-weight: 800;
  color: #092b36;
  margin-bottom: 40px;
}
#fv h1 p {
  display: inline;
  background: linear-gradient(transparent 10%, #fff 10%);
  box-decoration-break: clone;
  padding: 0 .1em;
}
#fv ul {
  list-style-type: none;
  display: flex;
}
#fv ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background-image: url("../img/fv_point_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
#fv ul li:not(:last-child) {
  margin-right: 10px;
}
#fv ul li p {
  text-align: center;
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.5;
  background: linear-gradient(315deg, #092b36 50%, #3f6d71 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #fv .mv {
    width: 100%;
    height: auto;
    min-height: 62.5vw;
    background-image: url("../img/fv_bg_tab.jpg");
    background-image: image-set(url("../img/fv_bg_tab.jpg") 1x, url("../img/fv_bg_tab@2x.jpg") 2x);
    -webkit-background-image: image-set(url("../img/fv_bg_tab.jpg") 1x, url("../img/fv_bg_tab@2x.jpg") 2x);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 13vw;
  }
  #fv .content_width {
    width: 93.75vw;
  }
  #fv h1 {
    font-size: 6.25vw;
    margin: 0 auto 4vw;
  }
  #fv ul li {
    width: 15vw;
    height: 15vw;
  }
  #fv ul li:not(:last-child) {
    margin-right: 1vw;
  }
  #fv ul li p {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 767px) {
  #fv {
    top: 0;
    margin-bottom: 0;
  }
	#fv .mv {
    width: 100%;
    min-height: 120vw;
		background-image: url("../img/fv_bg_sp.jpg");
		background-size: contain;
    background-position: center top;
		padding-top: 4vw;
    margin-top: 13.33vw;
	}
  #fv .content_width {
    width: 92%;
  }
	#fv h1 {
    font-size: 9.6vw;
    margin-bottom: 43vw;
  }
  #fv ul {
    margin-left: 17.33vw;
  }
  #fv ul li {
    width: 24vw;
    height: 24vw;
  }
  #fv ul li:not(:last-child) {
    margin-right: 1.33vw;
  }
  #fv ul li p {
    font-size: 4.2vw;
    line-height: 1.4;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	CTA（form用のボタンも含む）
-----------------------------------------------------------------------------------------------------------*/
.cta {
  background-color: #fff;
  text-align: center;
  padding: 60px 0 80px;
}
.cta h2 {
  position: relative;
  color: #092b35;
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.5;
}
.cta h2::before,
.cta h2::after,
.cta h2 p::before,
.cta h2 p::after {
  position: absolute;
  content: '';
  height: 3px;
  box-sizing: border-box;
  border-radius: 1.5px;
  background-color: #092B35;
}
.cta h2::before,
.cta h2::after {
  width: 80px;
  top: 60px;
}
.cta h2 p::before,
.cta h2 p::after {
  width: 60px;
  top: 70px;
}
.cta h2::before {
  transform: rotate(70deg);
  left: 30px;
}
.cta h2::after {
  transform: rotate(-70deg);
  right: 30px;
}
.cta h2 p::before {
  transform: rotate(65deg);
  left: 29px;
}
.cta h2 p::after {
  transform: rotate(-65deg);
  right: 29px;
}
.cta h2 p {
  font-size: 140%;
  font-weight: 800;
}
.cta a:hover {
  text-decoration: none;
}
.cta .btn,
.wrap_end .btn {
  position: relative;
  display: flex;
  width: 640px;
  height: 100px;
  background-color: #2cb4ad;
  border-radius: 9999px;
  border: none;
  color: #fff;
  margin: 40px auto 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta .btn::after,
.wrap_end .btn::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 21px solid #fff;
  border-right: 0;
  right: 40px;
}
/*ボタンアニメーション*/
.btn-bounce {
  animation: btn-bounce 1s infinite;
}
@keyframes btn-bounce {
  0% {
    transform: translateY(0) scale(1); /*通常サイズ*/
  }
  30% {
    transform: translateY(-10px) scale(1.1);
  }
  50% {
    transform: translateY(0) scale(0.9);
  }
  70% {
    transform: translateY(-5px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.cta .btn p,
.wrap_end p {
  font-size: 2.625em;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 3px 0 rgba(0,0,0,0.2);
}
.cta .btn p::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 70px;
  width: 100px;
  height: 100px;
  background-image: url("../img/cta_btn_free.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 959px) {
  .cta {
    padding: 48px 0 64px;
  }
  .cta h2 {
    font-size: 1.5em;
  }
  .cta h2::before {
    left: 21px;
  }
  .cta h2::after {
    right: 21px;
  }
  .cta h2 p::before {
    left: 20px;
  }
  .cta h2 p::after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 4vw 0 8vw;
  }
  .cta h2 {
    font-size: 4vw;
  }
  .cta h2::before,
  .cta h2::after {
    width: 13vw;
    top: 13.33vw;
  }
  .cta h2 p::before,
  .cta h2 p::after {
    width: 10vw;
    top: 15vw;
  }
  .cta h2::before {
    left: 1vw;
  }
  .cta h2::after {
    right: 1vw;
  }
  .cta h2 p::before {
    left: 0.8vw;
  }
  .cta h2 p::after {
    right: 0.8vw;
  }
  .cta .btn,
  .wrap_end .btn {
    width: 86.67vw;
    height: 13.33vw;
    margin: 5.33vw auto 0;
  }
  .cta .btn::after,
  .wrap_end .btn::after {
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-left: 2.8vw solid #fff;
    right: 6vw;
  }
  .cta .btn p,
  .wrap_end p {
    font-size: 5.6vw;
  }
  .cta .btn p::before {
    top: -2.67vw;
    left: 6.67vw;
    width: 13.33vw;
    height: 13.33vw;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	1. サービスの流れ
-----------------------------------------------------------------------------------------------------------*/
#flow {
  width: 100%;
  height: auto;
  background-color: #e4f5f4;
}
#flow ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
#flow ul li {
  position: relative;
  letter-spacing: normal;
  flex-direction: column;
  width: 240px;
  background-color: #fff;
  padding: 200px 20px 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 130px auto;
  background-position: center 40px;
}
#flow ul li:nth-of-type(1) {
  background-image: url("../img/flow_icon_1.svg");
}
#flow ul li:nth-of-type(2) {
  background-image: url("../img/flow_icon_2.svg");
}
#flow ul li:nth-of-type(3) {
  background-image: url("../img/flow_icon_3.svg");
}
#flow ul li::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -30px;
  left: -30px;
}
#flow ul li:nth-of-type(1)::before {
  background-image: url("../img/flow_num_1.png");
}
#flow ul li:nth-of-type(2)::before {
  background-image: url("../img/flow_num_2.png");
}
#flow ul li:nth-of-type(3)::before {
  background-image: url("../img/flow_num_3.png");
}
#flow ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #092b36;
  border-right: 0;
  top: 130px;
  left: 270px;
}
#flow h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: .5em;
}
#flow .txt {
  font-size: 1.125em;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 959px) {
  #flow ul li {
    width: calc(240px * 0.8);
    padding: 160px 16px 32px;
    background-size: 100px auto;
    background-position: center 32px;
  }
  #flow ul li::before {
    width: calc(120px * 0.8);
    height: calc(120px * 0.8);
    top: -24px;
    left: -24px;
  }
  #flow ul li:not(:last-child)::after {
    top: 100px;
    left: 216px;
  }
  #flow h3 {
    font-size: 1.2em;
  }
  #flow .txt {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  #flow ul {
    display: block;
  }
  #flow ul li {
    width: 100%;
    padding: 5vw 5vw 5vw 36vw;
    text-align: left;
    background-size: 17.33vw auto;
    background-position: left 10vw top 4.67vw;
  }
  #flow ul li:not(:last-child) {
    margin-bottom: 13.33vw;
  }
  #flow ul li::before {
    width: 16vw;
    height: 16vw;
    top: -2.67vw;
    left: -2.67vw;
  }
  #flow ul li:not(:last-child)::after {
    border-right: 5.33vw solid transparent;
    border-left: 5.33vw solid transparent;
    border-top: 5.33vw solid #092b36;
    top: 30vw;
    left: calc(50% - 5.33vw);
  }
  #flow h3 {
    font-size: 4.8vw;
    margin-bottom: 2.4vw;
  }
  #flow .txt {
    font-size: 3.2vw;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	2. 利用者の声
-----------------------------------------------------------------------------------------------------------*/
#voice {
  width: 100%;
  height: auto;
  background-color: #fff;
}

#voice .customer_box {
  width: 100%;
  height: auto;
  min-height: 220px;
  background-color: #fff;
  border: 1px solid #95d9d6;
  border-radius: 10px;
  padding: 20px;
  filter: drop-shadow(0 5px 0 rgba(235,244,247,0.8));
  background-repeat: no-repeat;
  background-size: 180px auto;
  background-position: top 20px left 20px;
}
#voice .customer_box:not(:last-child) {
  margin-bottom: 40px;
}
#voice .customer_box:nth-of-type(1) {
  background-image: url("../img/voice_pic1.png");
}
#voice .customer_box:nth-of-type(2) {
  background-image: url("../img/voice_pic2.png");
}
#voice .customer_box:nth-of-type(3) {
  background-image: url("../img/voice_pic3.png");
}

#voice .customer_box .name,
#voice .customer_box .data {
  font-size: 1.125em;
  font-weight: 600;
  margin-left: 240px;
}
#voice .customer_box .name {
  margin-bottom: 30px;
}
#voice .customer_box .data p:not(:last-child) {
  margin-bottom: 10px;
}
#voice .customer_box .data_ttl {
  display: inline-block;
  width: auto;
  min-width: 100px;
  height: auto;
  padding: 3px 10px;
  border: 1px solid #2cb4ad;
  margin-right: 10px;
  font-weight: 700;
  text-align: center;
  color: #2cb4ad;
}
#voice .customer_box .name span,
#voice .customer_box .price {
  font-size: 1.33em;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 959px) {
  #voice .customer_box:not(:last-child) {
    margin-bottom: 30px;
  }
  #voice .customer_box .name,
  #voice .customer_box .data {
    margin-left: 210px;
  }
}

@media screen and (max-width: 767px) {
  #voice .customer_box {
    min-height: 60vw;
    padding: 4vw;
    filter: drop-shadow(0 5px 0 rgba(235,244,247,0.8));
    background-size: 26.7vw auto;
    background-position: top 4vw left 4vw;
  }
  #voice .customer_box:not(:last-child) {
    margin-bottom: 5vw;
  }
  #voice .customer_box .name {
    font-size: 4vw;
    line-height: 1.5;
    margin-left: 33vw;
  }
  #voice .customer_box .data {
    font-size: 3.2vw;
    margin-left: 0;
  }
  #voice .customer_box .name {
    margin-top: 7vw;
    margin-bottom: 9.6vw;
  }
  #voice .customer_box .data p:not(:last-child) {
    margin-bottom: 2.67vw;
  }
  #voice .customer_box .data_ttl {
    min-width: 14vw;
    padding: 1vw;
    margin-right: 2.4vw;
  }
  #voice .customer_box .name span,
  #voice .customer_box .price {
    font-size: 4.8vw;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	3. 費用の目安
-----------------------------------------------------------------------------------------------------------*/
#price {
  width: 100%;
  height: auto;
  background: #e4f5f4;
}

#price h3 {
  text-align: center;
  font-size: 1.875em;
  font-weight: 600;
  color: #092b36;
  margin-bottom: 50px;
}

#price ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
#price ul li .type {
  position: relative;
  width: 240px;
  height: 240px;
  background-color: #fff;
  border: 2px solid #092b36;
  border-radius: 10px;
  margin-bottom: 20px;
}
#price ul li .type img {
  width: 180px;
  height: 180px;
}
#price ul li .type p {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #092b36;
  bottom: 0;
  padding: 10px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1.25em;
  font-weight: 600;
  color: #fff352;
}
#price ul li .tsubo {
  font-size: 1.5em;
  font-weight: 600;
}
#price ul li .triangle {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #2cb4ad;
  border-bottom: 0;
  margin: 15px auto 10px;
}
#price ul li .cost {
  font-weight: 700;
}
#price ul li .cost span {
  font-size: 2.625em;
}

@media (min-width: 768px) and (max-width: 959px) {
  #price .content_width {
    width: 90%;
  }
  #price h3 {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
  #price ul li .type {
    width: calc(240px * 0.8);
    height: calc(240px * 0.8);
  }
  #price ul li .type img {
    width: calc(180px * 0.8);
    height: calc(180px * 0.8);
  }
  #price ul li .cost span {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  #price h3 {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  #price ul {
    display: block;
    margin-bottom: 5vw;
  }
  #price ul li {
    display: flex;
    margin-bottom: 5vw;
  }
  #price ul li .type {
    width: 32vw;
    height: 32vw;
    border: 1px solid #092b36;
    border-radius: 1.3vw;
    margin-bottom: 0;
  }
  #price ul li .type img {
    width: 24vw;
    height: 24vw;
  }
  #price ul li .type p {
    padding: 1vw 0;
    font-size: 3.2vw;
    border-bottom-left-radius: 0.6vw;
    border-bottom-right-radius: 0.6vw;
  }
  #price ul li .data {
    display: flex;
    margin-left: 4.8vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #price ul li .tsubo {
    font-size: 4.8vw;
  }
  #price ul li .triangle {
    border-right: 5vw solid transparent;
    border-left: 5vw solid transparent;
    border-top: 5vw solid #2cb4ad;
    margin: 2.67vw auto;
  }
  #price ul li .cost span {
    font-size: 8vw;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	4. 安心できるポイント
-----------------------------------------------------------------------------------------------------------*/
#point {
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
}

#point .txt_container {
  position: relative;
  width: 1280px;
  height: auto;
  min-height: 400px;
  margin: 0 auto 80px;
}
#point .txt_container:last-child {
  margin-bottom: 0;
}
#point .txt_container .photo {
  position: absolute;
  top: 0;
  width: 640px;
  height: 380px;
}
#point .txt_container:nth-of-type(odd) .photo {
  right: 0;
}
#point .txt_container:nth-of-type(even) .photo {
  left: 0;
}
#point .txt_container .photo::before {
  position: absolute;
  content: '';
  top: -1px;
  width: 100px;
  height: 100px;
  background-size: contain;
}
#point .txt_container:nth-of-type(odd) .photo::before {
  background-image: url("../img/point_triangle_L.png");
  left: -1px;
}
#point .txt_container:nth-of-type(even) .photo::before {
  background-image: url("../img/point_triangle_R.png");
  right: -1px;
}
#point .txt_container .photo::after {
  position: absolute;
  content: '';
  top: 20px;
  width: 50vw;
  height: 380px;
  background-color: #2cb4ad;
  z-index: -1;
}
#point .txt_container:nth-of-type(odd) .photo::after {
  left: 20px;
}
#point .txt_container:nth-of-type(even) .photo::after {
  right: 20px;
}
#point .txt_container .txt_box {
  position: absolute;
  width: 450px;
  height: auto;
  top: 0;
}
#point .txt_container .txt_box:last-of-type {
  margin-bottom: 0;
}
#point .txt_container:nth-of-type(odd) .txt_box {
  left: calc(50% - 450px);
  padding: 0 30px 0 0;
}
#point .txt_container:nth-of-type(even) .txt_box {
  right: calc(50% - 450px);
  padding: 0 0 0 30px;
}
#point .txt_container .txt_box h3 {
  display: flex;
  align-items: center;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-left: 100px;
  height: 78px;
}
#point .txt_container .txt_box h3::before {
  content: '';
  position: absolute;
  top: 0;
  width: 65px;
  height: 78px;
  background-repeat: no-repeat;
  background-size: contain;
}
#point .txt_container:nth-of-type(1) .txt_box h3::before {
  background-image: url("../img/point_num1.png");
  left: 0;
}
#point .txt_container:nth-of-type(2) .txt_box h3::before {
  background-image: url("../img/point_num2.png");
  left: 30px;
}
#point .txt_container:nth-of-type(3) .txt_box h3::before {
  background-image: url("../img/point_num3.png");
  left: 0;
}
#point .txt_container:nth-of-type(4) .txt_box h3::before {
  background-image: url("../img/point_num4.png");
  left: 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #point {
    width: 100vw;
  }
  #point .txt_container {
    width: 1024px;
    min-height: 320px;
    margin: 0 auto 60px;
    /*border: 1px solid #ff0000;*/
    left: calc(50% - (1024px / 2));
  }
  #point .txt_container .photo {
    position: absolute;
    top: 0;
    width: 512px;
    height: 300px;
    /*border: 1px solid #0000ff;*/
  }
  #point .txt_container .photo::before {
    width: 80px;
    height: 80px;
  }
  #point .txt_container .photo::after {
    top: 16px;
    width: 50vw;
    height: 300px;
  }
  #point .txt_container:nth-of-type(odd) .photo::after {
    left: 16px;
  }
  #point .txt_container:nth-of-type(even) .photo::after {
    right: 16px;
  }
  #point .txt_container .txt_box {
    position: absolute;
    width: 360px;
    height: auto;
    top: 0;
    /*border: 1px solid #00ff00;*/
  }
  #point .txt_container .txt_box:last-of-type {
    margin-bottom: 0;
  }
  #point .txt_container:nth-of-type(odd) .txt_box {
    left: calc(50% - 360px);
    padding: 0 24px 0 0;
  }
  #point .txt_container:nth-of-type(even) .txt_box {
    right: calc(50% - 360px);
    padding: 0 0 0 24px;
  }
  #point .txt_container .txt_box h3 {
    font-size: 1.5em;
    margin-bottom: 32px;
    margin-left: 80px;
    height: 62.4px;
  }
  #point .txt_container .txt_box h3::before {
    width: 52px;
    height: 62.4px;
  }
}

@media screen and (max-width: 767px) {
  #point {
    overflow-x: hidden;
    margin-bottom: 10vw;
  }
  #point .txt_container {
    width: 86.67vw;
    height: auto;
    min-height: 96vw;
    margin: 0 auto 18vw;
  }
  #point .txt_container .photo {
    width: 90vw;
    height: 53.33vw;
  }
  #point .txt_container:nth-of-type(odd) .photo {
    right: 0;
  }
  #point .txt_container:nth-of-type(even) .photo {
    left: 0;
  }
  #point .txt_container .photo::before {
    width: 13.3vw;
    height: 13.3vw;
  }
  #point .txt_container .photo::after {
    top: 2.67vw;
    width: 100vw;
    height: 53.33vw;
  }
  #point .txt_container:nth-of-type(odd) .photo::after {
    left: 2.67vw;
  }
  #point .txt_container:nth-of-type(even) .photo::after {
    right: 2.67vw;
  }
  #point .txt_container .txt_box {
    width: 100%;
    top: 60vw;
  }
  #point .txt_container:nth-of-type(odd) .txt_box {
    left: 0;
    padding: 0;
  }
  #point .txt_container:nth-of-type(even) .txt_box {
    right: 0;
    padding: 0;
  }
  #point .txt_container .txt_box h3 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    margin-left: 18.67vw;
    height: 15vw;
  }
  #point .txt_container .txt_box h3::before {
    width: 13vw;
    height: 15vw;
  }
  #point .txt_container:nth-of-type(1) .txt_box h3::before {
    left: 0;
  }
  #point .txt_container:nth-of-type(2) .txt_box h3::before {
    left: 0;
  }
  #point .txt_container:nth-of-type(3) .txt_box h3::before {
    left: 0;
  }
  #point .txt_container:nth-of-type(4) .txt_box h3::before {
    left: 0;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	5. お見積りフォーム
-----------------------------------------------------------------------------------------------------------*/
#form {
  width: 100%;
  height: auto;
  background: #e4f5f4;
  /*margin-bottom: -100px;*/
}
#form .form_txt, #form .form_end_txt {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  color: #092b36;
}
#form .form_txt {
  margin-bottom: 80px;
}
#form .form_end_txt {
  margin-bottom: 30px;
}
#form .survey_step {
  display: none;
}
#form .survey_step.active {
  display: block;
  margin-bottom: 80px;
}
#form .survey_step h3 {
  position: relative;
}
#form .survey_step h3::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url("../img/operator_thumb.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -6px;
  left: 120px;
}
#form .survey_step h3 span {
  position: relative;
  display: inline-block;
  width: 430px;
  height: auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #092b36;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  left: calc(50% - (430px / 2));
  margin-bottom: 40px;
}
#form .survey_step h3 span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 16px solid #555555;
  border-left: 0;
}
#form .survey_step h3 span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0;
}
#form .survey_step .wrap_pct,
#form .survey_step .wrap_txt,
#form .survey_step .wrap_select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 30px;
}
#form .survey_step .wrap_pct label,
#form .survey_step .wrap_txt label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  height: auto;
  text-align: center;
  font-size: 1.125em;
  font-weight: 600;
  color: #092b36;
  transform: translateZ(0);
  cursor: pointer;
}
/*-- 画像ありボタン設定 --*/
#form .survey_step .wrap_pct label:hover figure::after {
  opacity: 1;
}
#form .survey_step .wrap_pct label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
#form .survey_step .wrap_pct label input:checked + figure::after {
  opacity: 1;
}
#form .survey_step .wrap_pct label figure {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}
#form .survey_step .wrap_pct label figure img {
  width: 100%;
  height: auto;
  margin-top: auto;
}
#form .survey_step .wrap_pct label figure::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(44,180,173,0.8);
  background-image: url("../img/form_check.png");
  background-repeat: no-repeat;
  background-size: 60px 47px;
  background-position: center;
  opacity: 0;
  transition: all 0.3s ease;
}
#form .survey_step .wrap_pct label span {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#form .survey_step .wrap_pct label.blank {
  display: none;
}
/*-- テキストのみボタン設定 --*/
#form .survey_step .wrap_txt label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
#form .survey_step .wrap_txt label input:checked + span {
  background-color: rgba(44,180,173,1);
  border-radius: 8px;
  color: #fff;
}
#form .survey_step .wrap_txt label span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
#form .survey_step .wrap_txt label:hover span {
  width: 100%;
  height: 100%;
  background-color: rgba(44,180,173,1);
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
}
#form .survey_step .wrap_txt label.blank {
  display: block;
  background: none;
  border: none;
  width: 280px;
}
/*-- プルダウン設定 --*/
#form .survey_step .wrap_select label {
  position: relative;
  display: flex;
  flex-direction: column;
}
#form .survey_step .wrap_select label::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #555555;
  border-bottom: 0;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
select {
  background-color: #fff;
  border: 1px solid #cdd6dd;
  border-radius: 5px;
  box-sizing: border-box;
  height: auto;
  padding: 1em;
  font-size: 1em;
  font-family: 'Hiragino Kaku Gothic ProN';
  color: #000 !important;
  appearance: none;
}
select:hover {
  outline: 4px solid rgba(44,180,173,0.6);
  box-sizing: border-box;
  transition: all 0.3s ease;
}
/*-- 最終項目（ボタンはCTAの項目で設定） --*/
#form .survey_step .wrap_end dt {
  font-size: 1em;
  color: #092b36;
  margin-bottom: 10px;
}
#form .survey_step .wrap_end input[type="text"] {
  width: 50%;
  height: 50px;
  padding: .5em 1em;
  background-color: #fff;
  border: 1px solid #cdd6dd;
  border-radius: 10px;
  margin-bottom: 35px;
  color: #aaa;
}
#form .survey_step .wrap_end dt,
#form .survey_step .wrap_end input[type="text"] {
  margin-left: calc(50% - (450px / 2));
}
#form .survey_step .wrap_end input[type="text"]:focus {
  outline: 2px solid rgba(44,180,173,0.8);
}
#form .survey_step .wrap_end input::placeholder {
  color: #aaa;
}

#form .survey_step .radio_2row label {
  width: 435px;
}
#form .survey_step .radio_3row label {
  width: 280px;
}
#form .survey_step .radio_3row label figure img {
  width: 180px;
  height: auto;
}
#form .survey_step .radio_4row label {
  width: 200px;
}

@media (min-width: 768px) and (max-width: 959px) {
  #form .form_txt, #form .form_end_txt {
    font-size: 1.2em;
  }
  #form .survey_step.active {
    margin-bottom: 64px;
  }
  #form .survey_step h3::before {
    width: 64px;
    height: 64px;
    top: -4.8px;
    left: 96px;
  }
  #form .survey_step h3 span {
    width: 344px;
    height: auto;
    padding: 16px;
    font-size: 1.2em;
    left: calc(50% - (344px / 2));
    margin-bottom: 32px;
  }
  #form .survey_step .wrap_pct,
  #form .survey_step .wrap_txt,
  #form .survey_step .wrap_select {
    gap: 24px;
  }
  #form .survey_step .wrap_pct label,
  #form .survey_step .wrap_txt label {
    font-size: 0.9em;
  }
  /*-- 画像ありボタン設定 --*/
  #form .survey_step .wrap_pct label figure::after {
    background-size: 42px 37.6px;
  }
  #form .survey_step .wrap_pct label span {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  /*-- テキストのみボタン設定 --*/
  #form .survey_step .wrap_txt label.blank {
    width: 224px;
  }
  /*-- 最終項目（ボタンはCTAの項目で設定） --*/
  #form .survey_step .wrap_end dt {
    font-size: 0.8em;
    margin-bottom: 8px;
  }
  #form .survey_step .wrap_end dt,
  #form .survey_step .wrap_end input[type="text"] {
    margin-left: calc(50% - (360px / 2));
  }

  #form .survey_step .radio_2row label {
    width: 348px;
  }
  #form .survey_step .radio_3row label {
    width: 224px;
  }
  #form .survey_step .radio_3row label figure img {
    width: 144px;
  }
  #form .survey_step .radio_4row label {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  #form .form_txt, #form .form_end_txt {
    font-size: 4vw;
  }
  #form .form_txt {
    margin-bottom: 12vw;
  }
  #form .form_end_txt {
    margin-bottom: 8vw;
  }
  #form .survey_step.active {
    margin-bottom: 13.3vw;
  }
  #form .survey_step h3::before {
    width: 16vw;
    height: 16vw;
    top: -2.67vw;
    left: 0;
  }
  #form .survey_step h3 span {
    width: 66vw;
    padding: 3vw;
    border-radius: 1.33vw;
    box-shadow: 0 0.4vw 1vw 0 rgba(0,0,0,0.2);
    font-size: 4vw;
    left: 20.67vw;
    margin-bottom: 4vw;
  }
  #form .survey_step h3 span::before {
    left: -2.8vw;
    margin-top: -1.6vw;
    border-style: solid;
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-right: 2.8vw solid #555555;
    border-left: 0;
  }
  #form .survey_step h3 span::after {
    left: -2.5vw;
    margin-top: -1.47vw;
    border-style: solid;
    border-top: 1.47vw solid transparent;
    border-bottom: 1.47vw solid transparent;
    border-right: 2.67vw solid #fff;
    border-left: 0;
  }
  #form .survey_step .wrap_pct,
  #form .survey_step .wrap_txt,
  #form .survey_step .wrap_select {
    gap: 4vw;
  }
  #form .survey_step .wrap_pct label,
  #form .survey_step .wrap_txt label {
    font-size: 3.6vw;
    border-radius: 1.33vw;
  }
  /*-- 画像ありボタン設定 --*/
  #form .survey_step .wrap_pct label figure {
    border-radius: 1vw;
  }
  #form .survey_step .wrap_pct label figure img {
    width: 80%;
  }
  #form .survey_step .wrap_pct label figure::after {
    background-size: 12.4vw 9.73vw;
  }
  #form .survey_step .wrap_pct label span {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  #form .survey_step .wrap_pct label.blank {
    display: block;
    background: none;
    border: none;
    width: 41.33vw;
  }
  /*-- テキストのみボタン設定 --*/
  #form .survey_step .wrap_txt label span {
    height: 4em;
    padding: 4vw;
  }
  #form .survey_step .wrap_txt label input:checked + span {
    border-radius: 1vw;
  }
  #form .survey_step .wrap_txt label span {
    width: 100%;
    height: 100%;
  }
  #form .survey_step .wrap_txt label:hover span {
    width: 100%;
    height: 100%;
    border-radius: 1vw;
  }
  #form .survey_step .wrap_txt label.blank {
    display: block;
    background: none;
    border: none;
    width: 41.33vw;
  }
  
  #form .survey_step .radio_2row label,
  #form .survey_step .radio_3row label,
  #form .survey_step .radio_4row label {
    width: 41.33vw;
  }
  #form .survey_step .radio_sp label figure img {
    width: 26.7vw;
    height: auto;
  }
  /*-- プルダウン設定 --*/
  #form .survey_step .wrap_select {
    width: 100%;
  }
  #form .survey_step .wrap_select label {
    position: relative;
    width: 100%;
  }
  #form .survey_step .wrap_select label::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #555555;
    border-bottom: 0;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  select {
    background-color: #fff;
    border: 1px solid #cdd6dd;
    border-radius: 5px;
    box-sizing: border-box;
    height: auto;
    padding: 1em;
    font-size: 1em;
    font-family: 'Hiragino Kaku Gothic ProN';
    color: #000 !important;
    appearance: none;
  }
  
  /*-- 最終項目（ボタンはCTAの項目で設定） --*/
  #form .survey_step .wrap_end dt {
    margin-bottom: 2.4vw;
  }
  #form .survey_step .wrap_end input[type="text"] {
    width: 100%;
    height: 13.33vw;
    padding: .5em 1em;
    border-radius: 1.33vw;
    margin-bottom: 6vw;
  }
  #form .survey_step .wrap_end dt,
  #form .survey_step .wrap_end input[type="text"] {
    margin-left: 0;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------------------------------------*/
footer {
	width: 100%;
	text-align: center;
}

footer .company {
  padding: 25px 0;
  background: #e4f5f4;
  line-height: 1.75;
}

footer ul .foot_link {
	width: 100%;
	height: auto;
}
footer ul li {
	display: inline-block;
}
footer ul li:after {
	padding-left: 1em;
  padding-right: 1em;
	content: "|";
}
footer ul li:last-child:after {
	content: "";
}

footer ul li a {
  display: inline-block;
  padding: .5em;
}

footer .copyright {
	font-size: 0.7rem;
  background: #003953;
  color: #fff;
  padding: 30px;
}

@media screen and (max-width: 767px) {
	footer .company {
    padding: 8vw 0;
  }
	
	footer ul li {
		font-size: 3.2vw;
	}
	footer ul li:after {
		border-right: 20px;
		padding-left: 10px;
		content: "|";
	}
	footer ul li:last-child:after {
		content: "";
	}
	footer .copyright {
		font-size: 2.4vw;
	}
}


/*-----------------------------------------------------------------------------------------------------------
	▲page_top			
-----------------------------------------------------------------------------------------------------------*/
#backTo_top {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 999;
}

@media screen and (max-width: 767px) {
	#backTo_top {
		width: 16vw;
		height: 16vw;
		position: fixed;
		bottom: 2vw;
		right: 2vw;
		z-index: 999;
	}
}