@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
    font-size: 10px;
	line-height: 2em;
    font-family: Noto Sans JP,sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #FFFFFF;
    color: #3f3f3f;
    overflow-x: hidden;
    overscroll-behavior-y: none;
    font-feature-settings: "palt";
}

body {
	margin: 0;
	padding: 0;
}

*,
*::before,
*::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

a,
button {
  cursor: revert;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
	font-size: 1.75rem;
	line-height: 3rem;
}
@media screen and (max-width: 766px) {
	p {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}
.taleft {
	text-align: left;
}
.tacenter {
	text-align: center;
}
.taright {
	text-align: right;
}
.txt_lightgreen {
	color: #03cdbf;
}
.txt_green {
	color: #007c72;
}
.txt_blue {
	color: #006988;
}
.txt_white {
	color: #FFFFFF;
}
.notion {
    font-size: 50% !important;
    vertical-align: top;
    position: relative;
    top: -0.2em;
    padding-right: 2px;
}
.fs70_ {
	font-size: 70%;
	line-height: 0.5em;
}
.fs80_ {
	font-size: 80%;
	line-height: 0.5em;
}
.fs90_ {
	font-size: 90%;
	line-height: 0.5em;
}
.fs110_ {
	font-size: 110%;
}
.mb6_ {
	margin-bottom: 6rem;
}
.white {
	color: #FFFFFF;
}
ul.lp_list li {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    position: relative;
    margin-bottom: .9375rem;
    padding-left: 1.75rem;
	text-align: left;
}
ul.lp_list li::before {
    content: "";
    display: block;
    width: .5rem;
    aspect-ratio: 1;
    background-color: #007C72;
    border-radius: 50%;
    position: absolute;
    top: 1.25rem;
    left: .875rem;
}
.w1200 {
	display: block;
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.lp_pc {
   display: block;
}
.lp_sp {
   display: none;
}
@media screen and (max-width: 766px) {
  .lp_pc {
    display: none;
  }
  .lp_sp {
    display: block;
  }
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
	.w1200 {
		width: 95%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 766px) {
	.w1200 {
		width: 92%;
		box-sizing: border-box;
	}
}
.lp_block_flex ,.lp_box_flex {
	display: flex;
    align-items: top;
    justify-content: space-between;
}
.bg_green_light {
	background-color: #e9f6f6;
	padding: 10rem 0;
}
.lp_linked_button_white {
    position: relative;
    margin: 5rem auto 10rem;
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
	color: #007c72;
    border-radius: 100vmax;
    background-color: #FFFFFF;
    box-shadow: 0 0.8rem 1.2rem 0.2rem #007c72;
    cursor: pointer;
	padding-inline: 3rem;
	height: 6.4rem;		
	gap: 1rem;
}
@media screen and (max-width: 766px) {
	.lp_linked_button_white {
		margin: 3rem auto 6rem;
		padding-inline: 2rem;
		height: 5.4rem;		
		gap: 1rem;
	}
}
.lp_linked_button_text {
    font-family: Noto Sans JP,sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 1.75rem;
    color: var(--front-color);
    white-space: nowrap;
    line-height: 1;
    letter-spacing: .05em;
    transition: color .2s ease-out;
}	
header {
	background: #FFF;
	width: 100%;
	height: 50px;
	padding: 15px 0;
	position: fixed;/*fixedで固定*/
    right: 0;
    top: 0;
	z-index: 1000;
}
@media screen and (max-width: 766px) {
	header {
		height: 120px;
		padding: 15px 0 10px;
		box-sizing: border-box;
	}
	header .lp_block_flex {
		display: block;
	}
}
header .header_left {
	width: 35%;
	vertical-align: middle;
}
@media screen and (max-width: 766px) {
	header .header_left {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
}
header .header_left h1 img {
	max-width: 250px;
	width: 100%
}
@media screen and (max-width: 766px) {
	header .header_left h1 img {
		max-width: 180px;
		width: 100%
	}
}
header .header_right {
	display: flex;
}
header .header_right a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (max-width: 766px) {
	header .header_right {
		width: 100%;
		align-items: center;
		justify-content: center;
	}
}
.header_right a {
	display: flex;
    align-items: center;
	justify-content: center;
    height: 5rem;
    min-height: 2.5em;
    border-radius: 100vmax;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: .05em;
    padding-bottom: 0.1rem;
	padding-inline: 3.5rem;
	margin-left: 1rem;
}
.header_right a:last-child {
	display: flex;
    align-items: center;
    white-space: nowrap;
    height: 5rem;
    min-height: 2.5em;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: .05em;
    padding-bottom: 0.1rem;
	padding-inline: 3rem;
	margin-left: 1rem;
}
@media screen and (max-width: 766px) {
	.header_right a , .header_right a:last-child {
		display: flex;
		height: 2rem;
		min-height: 2.5em;
		border-radius: 100vmax;
		font-weight: 600;
		font-size: 1.25rem;
		line-height: 1;
		letter-spacing: .025em;
		padding-inline: 1rem;
		margin-left: 0.5rem;
	}
}
.header_right a.header_right_dl {
	background-color: #dd9541;
    color:#FFFFFF;
	border: 1px solid #FFFFFF;
	box-shadow: 0 .25rem .5625rem rgba(0, 124, 114, .1);
}
.header_right a.header_right_inq {
	background-color: #FFFFFF;
    color:#dd9541;
	border: 1px solid #dd9541;
	box-shadow: 0 .25rem .5625rem rgba(0, 124, 114, .1);
}

@media screen and (max-width: 766px) {
	.header_right a.header_right_dl,
	.header_right a.header_right_inq {
		box-shadow: 0 .25rem .5625rem rgba(0, 124, 114, .1);
	}
}
main {
	width: 100%;
	padding-top: 82px;
}
@media screen and (max-width: 766px) {
	main {
		padding-top: 90px;
	}
}
.lp_zeroboard_kv {
	background: url(../img/lp/kv_bg01.png);
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
	display: flex;
	padding-top: 0rem;
	padding-bottom: 20rem;
}
@media screen and (max-width: 766px) {
	.lp_zeroboard_kv {
		background: url(../img/lp/kv_bg01.png) top center;
		background-size: cover;
		padding-top: 2.5rem;
		padding-bottom: 5rem;
	}
}
.lp_zeroboard_kv_inner {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 766px) {
	.lp_zeroboard_kv_inner {
		display: block;
	}
}
.lp_zeroboard_kv_inner .kv_list {
	width: 100%;
	height: auto;
	padding-bottom: 2.5rem;
}
.lp_zeroboard_kv .lp_zeroboard_kv_left {
	width: 55%;
}
@media (min-width: 767px) and (max-width: 1024px) {
	.lp_zeroboard_kv .lp_zeroboard_kv_left {
		width: 90%;
	}
}
@media screen and (max-width: 766px) {
	.lp_zeroboard_kv .lp_zeroboard_kv_left {
		width: 100%;
	}
}
.lp_zeroboard_kv .lp_zeroboard_kv_left h2 img {
	width: 100%;
	padding: 3rem 0 4rem;
}
@media screen and (max-width: 766px) {
	.lp_zeroboard_kv .lp_zeroboard_kv_left h2 img {
		width: 100%;
		padding: 2rem 0 3rem;
	}
}
.lp_zeroboard_kv .lp_zeroboard_kv_left a.kv_left_inq {
	align-items: center;
    white-space: nowrap;
    height: 4rem;
    min-height: 1.5em;
    border-radius: 100vmax;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: .1em;
    padding-bottom: 0.1rem;
	padding: .75rem 2.5rem 1rem;
	margin-left: 1rem;
	background-color: #ffffff;
    color:#dd9541;
	border: 1px solid #dd9541;
	box-shadow: 0 .25rem .5625rem rgba(0, 63, 69, .25);
}
.lp_zeroboard_kv .lp_zeroboard_kv_left a.kv_left_dl {
	align-items: center;
    white-space: nowrap;
    height: 4rem;
    min-height: 1.5em;
    border-radius: 100vmax;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: .1em;
    padding-bottom: 0.1rem;
	padding: .75rem 2.5rem 1rem;
	margin-left: 1rem;
	background-color: #dd9541;
    color:#FFFFFF;
	border: 1px solid #FFFFFF;
	box-shadow: 0 .25rem .5625rem rgba(0, 63, 69, .25);
}
@media screen and (max-width: 766px) {
	.lp_zeroboard_kv .lp_zeroboard_kv_left a.kv_left_inq {
		display: block;
		text-align: center;
		margin-top: 0;
		padding: 1rem 4rem 0.5rem;
		margin-left: 1rem;
		min-height: 2.5em;
		background-color: #FFFFFF;
		font-size: 1.5rem;
		color:#dd9541;
		border: 1px solid #dd9541;
		box-shadow: 0 .25rem .5625rem rgba(0, 63, 69, .25);
	}
	.lp_zeroboard_kv .lp_zeroboard_kv_left a.kv_left_dl {
		display: block;
		text-align: center;
		margin-top: 1.5rem;
		padding: 1rem 4rem 0.5rem;
		margin-left: 1rem;
		min-height: 2.5em;
		background-color: #dd9541;
		font-size: 1.5rem;
		color:#FFFFFF;
		border: 1px solid #FFFFFF;
		box-shadow: 0 .25rem .5625rem rgba(0, 63, 69, .25);
	}
}

.lp_package_block {
    display: block;
    padding: 5rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 20px;
    bottom: 50px;
    margin-top: -25rem;
	box-shadow: 0 .25rem .5625rem rgba(0, 63, 69, .25);
}
@media screen and (max-width: 766px) {
	.lp_package_block {
		display: block;
		height: auto;
    	padding: 3rem;
   		margin-top: -13rem;
	}
}
.lp_title_black h3 {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.25;
	color: #3f3f3f;
	text-align: center;
	letter-spacing: 0.1rem;
	padding-bottom: 2rem;
}
@media screen and (max-width: 766px) {
	.lp_title_black h3 {
		font-size: 1rem;
		font-weight: 800;
		color: #3f3f3f;
		text-align: center;
		letter-spacing: 0.1rem;
		padding-bottom: 2rem;
	}
}
.lp_title_black h3 span.txt_blue {
	font-size: 2em;
	font-weight: 800;
	color: #006988;
}
@media screen and (max-width: 766px) {
	.lp_title_black h3 span.txt_blue {
		font-size: 3rem;
	}
}
.lp_title_black h4 {
	font-size: 3.5rem;
	font-weight: 800;
	color: #3f3f3f;
	letter-spacing: 0.1rem;
	padding-bottom: 1rem;
	line-height: 1.25;
}
@media screen and (max-width: 766px) {
	.lp_title_black h4 {
		font-size: 2.5rem;
		font-weight: 800;
		color: #3f3f3f;
		text-align: center;
		letter-spacing: 0;
		padding-bottom: 2rem;
		line-height: 1.5;
	}
}
.lp_title_black h4 span.txt_green {
	font-size: 3rem;
	font-weight: 800;
	color: #007c72;
}
@media screen and (max-width: 766px) {
	.lp_title_black h4 span.txt_green {
		font-size: 2.5rem;
	}
}
.lp_package_box01 {
	padding: 5rem 5rem 0;
	border-radius: 5rem;
}
.lp_package_box02 {
	padding-top: 1.5rem;
}
@media screen and (max-width: 766px) {
	.lp_package_box01 {
		padding: 2.5rem 0 0;
		border-radius: 2rem;
	}
	.lp_package_box01 .lp_block_flex {
		display: block;
	}
}
.arrow_lightblue {
	background: #03cdbf;
	height: calc(tan(60deg) * 60px / 2);
	width: 200px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin: 0.25rem auto 5rem;
}
@media screen and (max-width: 766px) {
	.arrow_lightblue {
		background: #03cdbf;
		height: calc(tan(60deg) * 60px / 2);
		width: 150px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		margin: 0.1rem auto 2.5rem;
	}
}
.lp_package .lp_package_box {
    width: 31%;
    padding: 0;
    text-align: left;
}
@media screen and (max-width: 766px) {
	.lp_package  {
		display: block;
	}
	.lp_package .lp_package_box {
		width: 100%;
		padding: 0;
		margin-bottom: 2.5rem;
	}
}
.lp_package .lp_package_box img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.lp_cta {
    width: 100%;
    height: auto;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 766px) {
	.lp_cta {
		width: 100%;
		height: auto;
		padding-top: 6rem;
		padding-bottom: 6rem;
	}	
}
.lp_cta_block {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 766px) {
	.lp_cta_block {
		display: block;
	}
}
.lp_cta_block a {
	width: 25%;
    align-items: center;
    white-space: nowrap;
    min-height: 2.5em;
    border-radius: 100vmax;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: .05em;
    padding-bottom: 3rem;
	padding: 1.75rem 7rem;
	margin-left: 5rem;
	box-shadow: 0 .25rem .5625rem rgba(0, 63, 69, .25);
}
@media (min-width: 767px) and (max-width: 1024px) {
	.lp_cta_block a {
		padding: 1.75rem;
	}
}
@media screen and (max-width: 766px) {
	.lp_cta_block a {
		display: block;
		text-align: center;
		width: 100%;
		align-items: center;
		white-space: nowrap;
		min-height: 2.5em;
		border-radius: 100vmax;
		font-weight: 700;
		font-size: 1.75rem;
		line-height: 1;
		letter-spacing: .05em;
		padding-bottom: 3rem;
		padding: 1.75rem 1rem;
		margin: 0 auto;	}
}
.lp_cta_block a:first-child {
	margin-left: 0rem;
}
@media screen and (max-width: 766px) {
	.lp_cta_block a:first-child {
		margin-bottom: 2rem;
		margin-right: 0;
		margin-left: 0;
	}	
}
.lp_cta_block a.lp_cta_inq {
	background-color: #FFFFFF;
    color:#dd9541;
	border: 1px solid #dd9541;
}
.lp_cta_block a.lp_cta_dl {
	background-color: #dd9541;
    color:#FFFFFF;
	border: 1px solid #FFFFFF;
}

.lp_title_blue h3 {
    font-family: degular,sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    color: #006988;
    line-height: 5.5rem;
	text-align: center;
	font-size: 4.5rem;
    letter-spacing: .01em;
	margin-bottom: 3rem;
}
.lp_title_blue span.lp_title_border {
    display: block;
    height: 0.5rem;
	width: 50px;
	margin: 15px auto 30px;
    background: linear-gradient(to right,#007c72 50%,#00cdc0 50%);
}
@media screen and (max-width: 766px) {
	.lp_title_blue h3 {
		font-size: 3rem;
		line-height: 1.25;
		margin-bottom: 20px;
	}
	.lp_title_blue span.lp_title_border {
		display: block;
		height: 0.25rem;
		width: 50px;
		margin: 15px auto 30px;
		background: linear-gradient(to right,#007c72 50%,#00cdc0 50%);
	}
}
@media screen and (max-width: 766px) {
	.lp_main_title span.lp_title_border {
		height: 0.35rem;
		width: 75px;
	}
}
.lp_about {
	background: url(../img/lp/about_bg01.png) ;
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.lp_block_flex.lp_about_box00 {
	display: flex;
	flex-direction: row-reverse;
	column-gap: 1em;
	margin-bottom: 6rem;
}
.lp_block_flex.lp_about_box00 img {
	width: 35%;
	height: 100%;
	border-radius: 10px;
}
.lp_block_flex.lp_about_box00 p {
	width: 63%;
	line-height: 2em;
}
@media screen and (max-width: 766px) {
	.lp_block_flex.lp_about_box00 {
		display: block;
		flex-direction: row-reverse;
		column-gap: 1em;
		margin-bottom: 6rem;
	}
	.lp_block_flex.lp_about_box00 img {
		width: 100%;
		margin-bottom: 1rem;
	}
	.lp_block_flex.lp_about_box00 p {
		width: 100%;
		line-height: 1.75em;
	}
}
.lp_block_flex.lp_about_box00 p span.lp_box_txt04 {
	font-size: 1.75em;
	font-weight: 500;
	color: #FFFFFF;
}
.lp_problem {
	padding-top: 10rem;
}
.lp_problem_box {
	display: block;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 20px;
    bottom: 50px;
	box-shadow: 0 .25rem .5625rem rgba(0, 63, 69, .25);
	margin-bottom: 2.5rem;
}
.lp_problem_box01 {
	background: linear-gradient(to right, #fff 70%, transparent 100%, transparent 00%), url(../img/lp/problem_img02.png);
	padding: 2rem 5rem 5rem 4rem;
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
@media screen and (max-width: 766px) {
	.lp_problem_box01 {
		background: linear-gradient(to bottom, #fff 60%, transparent 80%, transparent 50%), url(../img/lp/problem_img02.png);
		padding: 2rem 2rem 15rem;
		border-radius: 20px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
	}	
}
.lp_problem_box02 {
	background: linear-gradient(to right, #fff 70%, transparent 100%, transparent 00%), url(../img/lp/problem_img04.png);
	padding: 2rem 5rem 5rem 4rem;
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
@media screen and (max-width: 766px) {
	.lp_problem_box02 {
		background: linear-gradient(to bottom, #fff 70%, transparent 80%, transparent 50%), url(../img/lp/problem_img04.png);
		padding: 2rem 2rem 15rem;
		border-radius: 20px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
	}	
}
.lp_problem_box03 {
	background: linear-gradient(to right, #fff 70%, transparent 100%, transparent 00%), url(../img/lp/problem_img03.png);
	padding: 2rem 5rem 5rem 4rem;
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
@media screen and (max-width: 766px) {
	.lp_problem_box03 {
		background: linear-gradient(to bottom, #fff 70%, transparent 80%, transparent 50%), url(../img/lp/problem_img03.png);
		padding: 2rem 2rem 15rem;
		border-radius: 20px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
	}	
}
.lp_zb {
	padding: 10rem 0;
}
.bg_circle {
    /* 1. 左右の余白を自動(auto)にして中央に寄せる */
    margin-left: auto;
    margin-right: auto;
    /* または margin: 0 auto; */

    /* 2. 背景の設定（あなたの指定通り） */
    width: 90%;
    background-color: #E9F6F6;
    border-radius: 50%;

    /* 3. レスポンシブで正円を保つための追加（重要） */
    aspect-ratio: 1 / 1;
    height: auto; /* 固定値を上書き */

    /* 4. 中の文字を中央に配置する（必要なら） */
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 766px) {
	.bg_circle {
		background-color: #FFFFFF;
	}
}
@media screen and (max-width: 766px) {
	.lp_zb .lp_block_flex {
		display: block;
	}
}
.lp_zb_box01 img {
	width: 35%;
	height: auto;
}
@media screen and (max-width: 766px) {
	.lp_zb_box01 img {
		width: 100%;
		margin-bottom: .5rem;
	}
}
.lp_zb_box02 {
	padding-left: 2%;
	width: 63%;
}
@media screen and (max-width: 766px) {
	.lp_zb_box02 {
		padding-left: 0%;
		width: 100%;
	}
}
.lp_about .lp_about_box {
    width: 31%;
    padding: 4rem 2.5rem;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0.8rem 1.2rem 0.2rem #bfdedc;
    box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width: 766px) {
	.lp_about .lp_block_flex {
		display: block;
	}
	.lp_about .lp_about_box {
		width: 100%;
		padding: 4rem 2rem;
		background-color: #FFFFFF;
		border-radius: 20px;
		box-shadow: 0 0.8rem 1.2rem 0.2rem #bfdedc;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 2rem;
	}
}
.lp_about .lp_about_box img {
	width: 90%;
	margin: 1rem 0;
}
.lp_tag_ligthgreen span {
	display: inline-block;
	padding: 0px 15px 1px;
	margin: 0 2px 10px;
	border-radius: 8px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: normal;
	background-color: #03CDBF;
	font-size: 1.5rem;
}
.lp_about_box_txt01 {
	font-size: 1.75em;
	line-height: 1.3em;
	color: #007c72;
	font-weight: bold;
}
.lp_about, .lp_features, .lp_support, .lp_ecosystem,.lp_flow {
	padding: 10rem 0 10rem;
}
@media screen and (max-width: 766px) {
	.lp_about, .lp_features, .lp_support, .lp_ecosystem, .lp_flow {
		padding: 8rem 0 8rem;
	}
}
.lp_title_blue_img {
	width: 120px;
	display: block;
	margin: 0 auto;
	margin-bottom: 2rem;
}
.lp_title_blue {
    font-family: degular,sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    color: #006988;
    line-height: .95;
	text-align: center;
	font-size: 4.5rem;
    letter-spacing: .01em;
	margin-bottom: 5rem;
}
@media screen and (max-width: 766px) {
	.lp_title_blue {
		font-size: 2.5rem;
		line-height: 1.25;
		margin-bottom: 3rem;
	}
}
.lp_title_white {
    font-family: degular,sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    color: #FFFFFF;
    line-height: .95;
	text-align: center;
	font-size: 4.5rem;
    letter-spacing: .01em;
	margin-bottom: 5rem;
}
@media screen and (max-width: 766px) {
	.lp_title_white {
		font-size: 3rem;
		line-height: 1.25;
		margin-bottom: 3rem;
	}
}
.lp_subtitle p {
    color: #006988;
    line-height: .95;
	text-align: center;
	font-size: 3.75rem;
	font-weight: 800;
	margin-bottom: 4rem;
}
.lp_subtitle span.lp_title_border {
    display: block;
    height: 0.5rem;
	width: 50px;
	margin: 15px auto 30px;
    background: linear-gradient(to right,#007c72 50%,#00cdc0 50%);
}
.lp_title_white span.lp_title_border {
    display: block;
    height: 0.5rem;
	width: 50px;
	margin: 15px auto 30px;
    background: linear-gradient(to right,#E9F6F6 50%,#00cdc0 50%);
}
@media screen and (max-width: 766px) {
	.lp_subtitle p {
		font-size: 3.15rem;
		line-height: 4.5rem;
		margin-bottom: 1.5rem;
	}
	.lp_subtitle span.lp_title_border {
		display: block;
		height: 0.25rem;
		width: 50px;
		margin: 15px auto 30px;
		background: linear-gradient(to right,#007c72 50%,#00cdc0 50%);
	}
}
@media screen and (max-width: 766px) {
	.lp_main_title span.lp_title_border {
		height: 0.35rem;
		width: 75px;
	}
}
.lp_tag_blue span {
	display: inline-block;
	padding: 1px 10px 2px;
	margin: 0 2px 2px;
	border-radius: 8px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: normal;
	background-color: #006988;
}
@media screen and (max-width: 766px) {
	.lp_casestudy_slider_item .lp_tag_blue span {
		font-size: 1.25rem;
		margin-bottom: 4px;
	}
}
@media screen and (min-width: 1280px) {
  .lp_casestudy_slider_item {
    margin-top: 20px;
  }
}
.lp_linked_button_orange {
    position: relative;
    margin: 5rem auto 0;
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    color: #DD9541;
    border-radius: 100vmax;
    background-color: #FFFFFF;
    border: 1px solid #DD9541;
    box-shadow: 0 .25rem .5625rem rgba(0, 124, 114, .1);
    cursor: pointer;
    cursor: pointer;
    padding-inline: 3rem;
    height: 6.4rem;
    gap: 1rem;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 1.75rem 10rem;
    box-shadow: rgba(0, 63, 69, 0.25) 0px 0.25rem 0.5625rem;
}
@media screen and (max-width: 766px) {
	.lp_linked_button_orange {
    	margin: 3rem auto 6rem;
		padding-inline: 2rem;
		height: 5.4rem;		
		gap: 1rem;
    	font-size: 1.75rem;
	}
}
.lp_linked_button_orange .lp_linked_button_text {
    font-family: Noto Sans JP,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: .05em;
    transition: color .2s ease-out;
}	
.lp_linked_button_orange .lp_linked_button_icon {
    flex-shrink: 0;
    position: relative;
    border: 1px solid #dd9541;
	background-color: #FFFFFF;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: background-color .2s ease-out,border-color .2s ease-out;
    padding-left: 0.15rem;
}
@media screen and (min-width: 767px) {
	.lp_linked_button_orange .lp_linked_button_icon {
		width: 2.4rem;
		height: 2.4rem;
	}
}
.lp_linked_button_orange .lp_linked_button_icon:before {
    content: "";
    display: block;
    aspect-ratio: 6 / 6;
    -webkit-mask: url(../img/lp/arrow_orange.svg) 50% 50%/contain no-repeat;
    mask: url(../img/lp/arrow_orange.svg) 50% 50%/contain no-repeat;
    background-color: #dd9541;
    transform: background-color .2s ease-out;
    min-width: 8px;
}
@media screen and (min-width: 767px) {
	.lp_linked_button_orangen .lp_linked_button_icon:before {
		width: 0.6rem;
	}			
}
.lp_linked_button_white {
    position: relative;
    margin: 5rem auto 0;
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
	color: #007C72;
    border-radius: 100vmax;
    background-color: #ffffff;
	border: 1px solid #FFFFFF;
    cursor: pointer;
	padding-inline: 3rem;
	height: 6.4rem;		
	gap: 1rem;
	font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 1.75rem 10rem;
    box-shadow: rgba(0, 63, 69, 0.25) 0px 0.25rem 0.5625rem;
}
@media screen and (max-width: 766px) {
	.lp_linked_button_white {
    	margin: 3rem auto 6rem;
		padding-inline: 2rem;
		height: 5.4rem;		
		gap: 1rem;
    	font-size: 1.75rem;
	}
}
.lp_linked_button_white .lp_linked_button_text {
    font-family: Noto Sans JP,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #DD9541;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: .05em;
    transition: color .2s ease-out;
}	
.lp_linked_button_white .lp_linked_button_icon {
    flex-shrink: 0;
    position: relative;
    border: 1px solid #DD9541;
	background-color: #DD9541;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: background-color .2s ease-out,border-color .2s ease-out;
    padding-left: 0.15rem;
}
@media screen and (min-width: 767px) {
	.lp_linked_button_white .lp_linked_button_icon {
		width: 2.4rem;
		height: 2.4rem;
	}
}
.lp_linked_button_white .lp_linked_button_icon:before {
    content: "";
    display: block;
    aspect-ratio: 6 / 6;
    background-color: #fff;
    transform: background-color .2s ease-out;
    min-width: 8px;
}
@media screen and (min-width: 767px) {
	.lp_linked_button_orangen .lp_linked_button_icon:before {
		width: 0.6rem;
	}			
}
.bg_light_blue {
	background: #def3ef;
}
.lp_flow_box {
    width: 23.5%;
    padding: 2rem 1.5rem;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0.4rem 0.6rem 0.1rem #bfdedc;
    box-sizing: border-box;
    text-align: center;
}
.lp_flow_block .lp_block_flex {
	padding-top: 2.5rem;
}
@media screen and (max-width: 766px) {
	.lp_flow_block .lp_block_flex {
		display: block;
	}	
	.lp_flow_box {
		width: 100%;
		padding: 3rem 2rem;
		margin-bottom: 2rem;
	}	
}
.lp_flow_box img {
	width: 80%;
	margin: 10px auto 20px;
}
@media screen and (max-width: 766px) {
	.lp_flow_box img {
		width: 60%;
		margin: 10px auto 20px;
	}
}
.lp_company {
	padding: 10rem 0;
}
.lp_company_box00 img {
	width: 100%;
	padding: 2.5rem 0;
}
.lp_company p .lp_box_txt05 {
	font-size: 1.75em;
	line-height: 4.5rem;
	font-weight: 600;
	color: #3f3f3f;
}
.lp_footer {
	background-image: url(../img/lp/background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: #007c72;
	padding: 12rem 0 0;
}
@media screen and (max-width: 766px) {
	.lp_footer {
		padding: 6rem 0 0;
	}
}
.lp_footer_block .lp_block_flex {
	padding-top: 2.5rem;
}
.footer__card {
	position: relative;
    background: rgba(0,91,84,.25);
    box-shadow: 0 0.6rem 1.5rem 0.2rem #0078700f;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    grid-template-areas:
        "head head"
        "title title"
        "text icon";
}
.footer__card img {
	width: 30%;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
@media (min-width: 767px) and (max-width: 1024px) {
	.footer__card img {
		width: 20%;
		position: absolute;
		right: 20px;
		top: 20px;
	}
}
@media screen and (min-width: 767px) {
	.footer__card {
		width: 48%;
		min-height: 25rem;
		padding: 3.5rem 4rem 3.3rem;
		border-radius: 2.4rem;
	}
}
@media screen and (max-width: 766px) {
	.lp_footer_block .lp_block_flex {
		display: block;
	}	
	.footer__card {
		width: 100%;
		min-height: 20rem;
		padding: 2.6rem 3rem 2.7rem;
		border-radius: 2rem;
		margin-bottom: 2rem;
	}
}
.lp_footer_block {
	margin-bottom: 5rem;
}
.footer__card__title {
    grid-area: title;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: .05em;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    line-height: 1;
}
.footer__card__title {
	font-size: 3rem;
}
@media screen and (max-width: 766px) {
	.footer__card__title {
		font-size: 2.5rem;
	}
}
.footer__card__text {
    height: -moz-fit-content;
    height: fit-content;
    grid-area: text;
    color: #FFFFFF;
    text-align: justify;
    letter-spacing: .1em;
}
@media screen and (min-width: 767px) {
	.footer__card__text {
		white-space: nowrap;
		font-size: 1.5rem;
		line-height: 1.75;
		margin-top: 2.1rem;
		margin-right: 5rem;
	}
}
@media screen and (max-width: 766px) {
	.footer__card__text {
		font-size: 1.3rem;
		line-height: 1.76;
		margin-top: 1.4rem;
	}
}
@media screen and (max-width: 766px) {
	.footer__card__text.footer__card__text__request,
	.footer__card__text.footer__card__text__contanct {
		width: 20rem;
	}
}
.lp_footer_logo {
	display: flex;
	justify-content: center;
	margin-bottom: 5rem;
}
@media screen and (max-width: 766px) {
	.lp_footer_logo {
		margin-bottom: 2.5rem;
	}
}
.lp_footer_logo a {
  display: flex;
}
.lp_footer_logo img {
   width: 30rem;
}
@media screen and (max-width: 766px) {
	.lp_footer_logo img {
	   width: 20rem;
	}
}
.lp_footer_copy {
  text-align: center;
}
.lp_footer_copy p {
	color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0em;
    font-weight: 400;
	background-color: #005b54;
	padding: 1rem 0;
	border-top: 1px solid #FFFFFF;
}
@media screen and (max-width: 766px) {
	.lp_footer_copy p {
		font-size: 1rem;
	}
}
.lp_inquary iframe {
	height: 1400px;
}