.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
html,
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.murecho-300 {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.murecho-400 {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.murecho-500 {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.murecho-600 {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.murecho-700 {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.murecho-800 {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.murecho-900 {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
html,
body{
	max-width: 100vw;
	overflow-x: hidden;
}
body{
    background: linear-gradient(90deg, #004aad, #cb6ce6);
}
section{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
footer{
    background: #121f54;
    columns: #FFF;
}
.featrure-table{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	border-collapse: separate;
	border-spacing: 3px;
}
.featrure-table th,
.featrure-table td{
	padding: 2rem;
}
.featrure-table th{
	background-color: #fef0fe;
}
.featrure-table td{
	text-align: center;
	background-color: #fff4e3;
}
.q,
.a{
	padding: 1rem 2rem;
}
.q{
	color: #FFF;
}
.a{
	display: flex;
	width: 100%;
	max-width: 800px;
	gap:.3em;
	background: linear-gradient(90deg, #cdffd8 0%, #94b9ff 100%);
	border-radius: 100px;
}
@media screen and (min-width:900px){
	.a{
		min-width: 800px;
	}
}
.table-form{
	width: 100%;
}
.table-form tr{
	border-top:1px solid #2e435a;
}
.table-form tr:last-child{
	border-bottom:1px solid #2e435a;
}
.table-form tr th,
.table-form tr td{
	padding-top: .6rem;
	padding-bottom: .6rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.table-form tr th{
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	width: 40%;
}
.table-form tr td{
	width: 60%;
}
.form-contents{
	color: #2e435a;
}
form{
	width: 100%;
	max-width: 800px;
	margin: auto;
}
form input[value="戻る"],
form [type="submit"]{
	color: #FFF;
	border-radius: 40px;
    background: linear-gradient(to right, #004aad, #cb6ce6);
	padding: 1.5rem 5rem;
	font-weight: bold;
	cursor: pointer;
	transition: .4s;
}
form input[value="戻る"]:hover,
form [type="submit"]:hover{
    opacity: .8;
	padding: 1.5rem 7rem;
}
form textarea{
	min-height: 8em;
}
form textarea,
form input[type="text"],
form input[type="email"],
form input[type="tel"]{
	width: 100%;
	background-color: #FFF;
	border-radius: 10px;
    border: none;
    padding: 10px;
    border-radius: 8px;
    outline: none;
	width: 100%;
	background-color: #FFF;
	border-radius: 10px;
    border: none;
    padding: 10px;
    border-radius: 8px;
    outline: none;
}
.border-gradient {
    position: relative;
    display: block;
    padding: 3px;
    border-radius: 10px;
    z-index: 1;
    line-height: 1;
}

.border-gradient::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 12px;
    background: linear-gradient(to right, #004aad, #cb6ce6);
    z-index: -1;
}
.speech-bubble-wrap{
	bottom:15%;
	right: calc(40% - 300px);
}
.speech-bubble {
    position: relative;
    display: inline-block;
    background: #ffde59;
    color: black;
    padding: 15px 30px;
    border-radius: 40px;
    font-weight: bold;
}

/* 吹き出しのしっぽ部分 */
.speech-bubble::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: -15px;
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #ffde59 transparent transparent;
}
#top-section{
    background: linear-gradient(to bottom, #6ba2fa, #b9aefb);
}
#top-section section{
    padding: 0;
    padding-top: 3rem;
}
.main-copy{
	left: 5rem;
	top:calc(50% - 95px);
}
.flow:before{
	content:"";
	display: block;
	top:25px;
	left: 0;
	position: absolute;
	background-color: #FFF;
	height: 1px; 
	width: 100%;
	z-index: 0;
}
.feature{
	width: calc(100% + 25vw);
	transform: translateX(200px);
}
.feature > *{
	max-width: calc(100% - 25vw - 200px);
}
@media screen and (max-width:1280px){
	section#main-copy-sect{
		padding: 1rem;
	}
}
@media screen and (max-width:1024px){
	.speech-bubble::after{
		bottom:auto;
		top:-35px;
		left:80%;
		border-color:transparent transparent #ffde59 transparent;
		border-width:20px 20px 20px 0;
	}
	.flow:before{
		content: none;
	}
}
@media screen and (max-width:768px){
	.speech-bubble{
		padding: 10px 30px;
	}
	.table-form tr th,
	.table-form tr td{
		display: block;
		width: 100%;
	}
	.featrure-table th, .featrure-table td{
		padding: .5rem;
	}
	.feature{
		width: auto;
		margin-right: auto;
		margin-left: auto;
		transform: translateX(0);
	}
	.feature > *{
		max-width: inherit;
	}
	.featrure-table{
		width: auto;
	}
	section{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.a{
		max-width: 100%;
		width: auto;
		border-radius: 50px;
	}
	.q{
		padding: 1rem 0;
	}
}
@media (orientation: portrait) and (max-width: 1024px){
	.speech-bubble-wrap {
	    bottom: 10%;
	    right: calc(40% - 340px);
	}
	.speech-bubble::after {
		top:auto;
	    bottom: 15px;
	    left: -15px;
	    border-width: 10px 20px 10px 0;
	    border-color: transparent #ffde59 transparent transparent;
	}	
}
@media (orientation: portrait) and (max-width: 768px){
	.speech-bubble::after {
	    bottom: auto;
	    top: -35px;
	    left: 80%;
	    border-color: transparent transparent #ffde59 transparent;
	    border-width: 20px 20px 20px 0;
	}
}
@media (orientation: landscape) and (max-width: 950px){
	html,
	body{
		width: 100vw;
	}
	section{
		box-sizing: padding-box;
	}
	.main-copy{
		position: absolute;
		left: -5%;
		scale:0.6;
	}
	.speech-bubble-wrap{
		position: absolute;
	}
	.speech-bubble{
		scale:0.6;
	}
	.speech-bubble::after {
		top:auto;
	    bottom: 15px;
	    left: -15px;
	    border-width: 10px 20px 10px 0;
	    border-color: transparent #ffde59 transparent transparent;
	}
}
@media (orientation: landscape) and (max-width: 667px){
	.speech-bubble-wrap{
		right: calc(40% - 230px);
	}
}