@charset "UTF-8";

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

main {
	overflow: hidden;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

template,
[hidden] {
	display: none;
}

*,
::before,
::after {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	font-family: sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

hr {
	height: 0;
	overflow: visible;
}

nav ol,
nav ul {
	list-style: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

progress {
	vertical-align: baseline;
}

small {
	font-size: 83.3333%;
}

sub,
sup {
	font-size: 83.3333%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	border-style: none;
}

svg {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (min-width: 350px) {
	/* a:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
  } */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
	font-size: 1em;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type='checkbox'],
[type='radio'] {
	padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[aria-busy='true'] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[hidden][aria-hidden='false'] {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[hidden][aria-hidden='false']:focus {
	clip: auto;
}

html {
	font-size: 100%;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
	margin: 0;
}

ul,
ol {
	padding-left: 0;
}

li {
	list-style-type: none;
}

dd {
	margin-left: 0;
}

figure {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	vertical-align: middle;
	/* background: #000; */
}

table {
	border-collapse: collapse;
}

input,
button {
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*------------------------------------------ */

body {
	color: #333333;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	background: #ffffff;
}

img {
	width: 100%;
}

a {
	/* display: block;*/
	text-decoration: none;
	transition: all .3s;
}

.pc_br {
	display: block;
}

.tab_br {
	display: none;
}

.sp_br {
	display: none;
}

.pc_img {
	display: block;
}

.tab_img {
	display: none;
}

.sp_img {
	display: none;
}

.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: center;';
}


@media screen and (max-width: 1240px) {
	.pc_br {
		display: none;
	}

}

@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
	}

	.pc_br {
		display: none;
	}

	.tab_br {
		display: block;
	}

	.sp_br {
		display: block;
	}


	.pc_img {
		display: none;
	}


	.sp_img {
		display: block;
	}
}

@media screen and (max-width: 480px) {

	.pc_img {
		display: none;
	}

	.tab_img {
		display: none;
	}

	.sp_img {
		display: block;
	}


	.sp_br {
		display: block;
	}

	.tab_br {
		display: none
	}

	.pc_br {
		display: none;
	}

}



/*  //  -------------------------------------- */


/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
/*  ----  .header+nav-toggle etc  ----  */

#head_wrap {
	top: 0;
	position: relative;
	width: 100%;
	margin: 0px auto 0;
	line-height: 1;
	z-index: 999;
	height: 0px;
	text-decoration: none;
}

#head_wrap a {
	display: block;
	text-decoration: none;
}

#head_wrap .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#head_wrap .inner:after {
	content: "";
	clear: both;
	display: block;
}

#head_wrap .logo {
	/* float: none; */
	width: 120px;
	margin: 0;
	text-indent: -1000px;
}

.logo a img {
	position: relative;
	width: 80px;
	left: 10%;
	margin-top: -9px;
}

#global-nav {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/* margin: 0 70px; */
}

#global-nav ul {
	list-style: none;
	font-size: 14px;
	margin-right: 10px;
	display: inline-flex;
	right: 60px;
	position: relative;
}

#global-nav ul.list li a {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 10px 14px 10px 14px;
	background: #ffffff;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 0 0 0 15px;
	transition: all .6s ease 0s;
	border: #81B84A 2px solid;
	font-weight: 500;
}

#global-nav ul.other li:nth-child(1) a {
	display: block;
	color: #ffffff;
	padding: 10px 14px 10px 14px;
	background: #81B84A;
	font-size: 16px;
	margin: 0 15px 0 10px;
	font-weight: 500;
	border-radius: 5px;
}

#global-nav ul.other li:nth-child(2) a {
	display: block;
	color: #ffffff;
	padding: 10px 14px 10px 14px;
	background: #F4A12A;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
}

.mv_inner_hb .list li a:hover {
	background-color: #81B84A !important;
}

/* Fixed */
#head_wrap.fixed {
	position: fixed;
	top: 0;
	margin-top: 0;
	height: 76px;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	z-index: 9999;
}

#head_wrap.fixed .inner {
	background: #ffffff;
	padding: 20px 0 20px 0;
	height: 85px;
}

#head_wrap.fixed .logo {
	display: none;
}

#head_wrap.fixed #global-nav ul li a {
	display: block;
	color: #FFFFFF;
	padding: 0 20px;
}

#head_wrap.fixed #global-nav .list li a {
	display: block;
	color: #333;
	padding: 0 20px;
}



#head_wrap.fixed #global-nav ul.list li a {
	display: block;
	background: none;
	padding: 10px 14px 10px 14px;
	margin-bottom: 10px;
}

#head_wrap.fixed #global-nav ul.other li a {
	display: block;
	padding: 10px 14px 10px 14px;
}

#head_wrap.fixed h1 {
	width: 180px;
	background: none;
	height: auto;
	margin-top: -26px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

.lead-txt {
	position: absolute;
	width: 100%;
	top: 40%;
	transform: translate(-50%, -50%);
	color: #333;
	font-size: 1.8vw;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 1000px) {
	#head_wrap {
		top: 0;
		position: fixed;
		margin-top: 0;
		width: 100%;
		padding: 0;
		/* Fixed reset */
	}

	#head_wrap .inner {
		width: 100%;
		padding: 0;
	}

	#head_wrap.fixed .inner {
		background: none;
		padding: 0;
	}

	#head_wrap .fixed {
		padding-top: 0;
		background: transparent;
	}

	#mobile-head {
		display: block;
		background: #FFFFFF;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}

	#head_wrap.fixed .logo {
		display: block;
	}

	#head_wrap.fixed .logo,
	#head_wrap .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
		text-indent: 0;
	}

	#head_wrap.fixed .logo a,
	#head_wrap .logo {
		text-decoration: none;
		transition: all .3s;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		width: 100%;
		flex-direction: column;
		background: #FFFFFF;
		box-sizing: border-box;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
		padding: 0 0 15px 0;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	#global-nav ul {
		display: block;
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
		margin: 20px 0 0 0;
	}

	#global-nav ul li {
		float: none;
		position: static;
	}

	.mv_inner_hb {
		width: 60%;
		margin: auto;
	}

	#head_wrap #global-nav ul li a,
	#head_wrap.fixed #global-nav ul li a {
		/*  width: 100%;*/
		display: block;
		/* padding: 20px 0 20px 0; */
		margin: 0;
		margin-bottom: 10px;
		background: none;
	}

	#head_wrap #global-nav ul.other li:nth-child(1) a,
	#head_wrap.fixed #global-nav ul.other li:nth-child(1) a {
		color: #FFFFFF;
		padding: 16px 80px;
		background: #81B84A;
		font-size: 16px;
		font-weight: 600;
		margin: 0 auto 20px auto;
	}

	#head_wrap #global-nav ul.other li:nth-child(2) a,
	#head_wrap.fixed #global-nav ul.other li:nth-child(2) a {
		color: #FFFFFF;
		padding: 16px 80px;
		background: #F4A12A;
		/* border: 1px solid #333333; */
		box-sizing: border-box;
		font-size: 16px;
		font-weight: 600;
		margin: 0 auto 20px auto;
	}

	#nav-toggle {
		display: block;
	}

	/* #nav-toggle 切り替えアニメーション */
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #666;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	#nav-toggle span:nth-child(1) {
		top: 0;
	}

	#nav-toggle span:nth-child(2) {
		top: 11px;
	}

	#nav-toggle span:nth-child(3) {
		top: 22px;
	}

	h1 {
		display: none;
	}

	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}

/*  ----  // .header+nav-toggle etc ここまで  ----  */



/*  ----   main visual　で記入   -----  */
#fb {
	/* width: 960px; */
	margin: 0 auto;
	padding: 0px 0 0 0;
}

.mv_wrapper {
	position: relative;
	top: 0;
	width: 100%;
	height: 48vw;
	background: #81B84A;
	background-image: url(../images/img_mv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.mv_wrapper .mv_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0 50px 0;
}

h1 {
	position: relative;
	width: 200px;
	height: 125px;
	background: #ffffff;
	border-radius: 5px;
	margin-top: -40px;
	left: 70px;
}

h1 img {
	width: 64%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	margin-top: -10px;
}

.mv_wrapper .mv_inner p.lead {
	text-align: center;
	padding: 30px 0 30px 0;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.6;
}

.mv_cv_inner {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0 1000px 1000px 0;
	bottom: 50px;
	position: absolute;
	text-align: left;
	height: 20.8vw;
	width: 53%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 3.6vw;
}

.mv_cv_inner h3 {
	position: relative;
	font-size: 2.8vw;
	font-weight: 700;
	line-height: 1.1;
	padding: 0;
	display: inline-block;
}

.mv_cv_inner .lead {
	position: relative;
	display: inline-block;
	width: 65%;
	/* left: -3%; */
	margin-bottom: 5px;
	text-align: center;
}

.mv_cv_inner img {
	display: block;
	width: max(630px, 300px);
	width: 76vw;
}

.mv_wrapper .mv_inner .mv_cv_inner h3 span.lead {
	font-size: 26px;
}

.mv_wrapper .mv_inner .mv_cv_inner h3 span.price {
	font-size: 40px;
}

.mv_wrapper .mv_inner .mv_cv_inner h3 span.tax {
	font-size: 24px;
	position: relative;
	top: -28px;
}

.btn_inner_sp {
	display: none;
}


.mv_wrapper .mv_cv_inner .btn_inner {
	display: flex;
	/* flex-wrap: wrap; */
	/* justify-content: center; */
	padding: 0;
	/* margin: 0 auto; */
	margin-top: 2vw;
	gap: 50px;
}

.btn_inner .btn_application a.applihover {
	position: relative;
	display: block;
	width: min(15.3vw, 220px);
	padding: 17px 0;
	margin: 0 auto;
	background: #81B84A;
	color: #ffffff;
	font-size: 1.5vw;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	border-radius: 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.162);
	width: 13vw;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.btn_inner .btn_application a.applihover:hover,
.btn_inner .btn_inquiry a.inquiryhover:hover,
#global-nav ul.other li:nth-child(1) a:hover,
#global-nav ul.other li:nth-child(2) a:hover,
.btn_two_inner_inner .btn_application .applihover:hover,
.btn_two_inner_inner .btn_inquiry a.inquiryhover:hover,
.btn_wrap_one .btn_two_inner_inner .btn_application .applihover:hover {
	transform: scale(1.05);
}

.btn_inner .btn_application a.applihover:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.btn_inner .btn_inquiry a.inquiryhover {
	position: relative;
	display: block;
	width: min(22.3vw, 260px);
	padding: 17px 0;
	margin: 0 auto;
	background: #F4A12A;
	color: #ffffff;
	font-size: 1.5vw;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	border-radius: 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.162);
	line-height: 1.3;
	width: 18vw;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.btn_inner .btn_inquiry a.inquiryhover:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.contents235 {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}

.contents235_list {
	display: flex;
	width: 100%;
	gap: 40px;
	margin-bottom: 80px;
	justify-content: space-between;
}

.contents235_list ul {
	font-size: 20px;
	font-weight: 700;
}

.contents235_list ul li {
	padding-bottom: 22px;
	line-height: 1.5;
}

.contents235_list ul li svg {
	margin-top: 0.1em;
	vertical-align: top;
}

.contents235 img {
	/*  margin-top: 40px;
  margin-bottom: 80px; */
	width: 500px;
	height: 300px;
}

.contents235_list_item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

@media screen and (max-width: 1099px) {
	.mv_wrapper .mv_inner {
		width: 90%;
	}

	.contents235_list {
		display: flex;
		gap: 0px;
		flex-direction: column;
	}
	.contents235 img {
	    width: 100%;
	    height: 100%;
	}
    .contents235_list ul {
        font-size: min(5vw, 30px);
    }
	.contents235_list ul li svg {
	    margin-top: 0.2em;
	    vertical-align: top;
	    width: 36px;
	    height: 36px;
	}
}

@media screen and (max-width: 768px) {
	.mv_wrapper {
		background-image: none;
	}

	.mv_wrapper_sp {
		position: relative;
		top: 50px;
		width: 100%;
		/* height: 100vh;
    height: 100dvh; */
		background: #81B84A;
		background-image: url(../images/img_mv_sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		height: 900px;
	}

	.mv_wrapper .mv_inner h1 {
		width: 200px;
		height: 200px;
	}

	.mv_wrapper .mv_inner p.lead {
		font-size: 20px;
	}

	.mv_wrapper .mv_inner .mv_cv_inner {
		width: 90%;
	}

	/* .mv_wrapper .mv_cv_inner .btn_inner {
    width: 90%;
  } */

	.mv_wrapper .mv_inner .mv_cv_inner h3:after {
		left: 10%;
	}

	.mv_wrapper .btn_inner .btn_application a.applihover,
	.mv_wrapper .btn_inner .btn_inquiry a.inquiryhover {
		/* width: 80%; */
		padding: 13px 0px;
	}

	/* 
  .mv_wrapper .btn_inner .btn_application a.applihover {
    margin: 0 auto 20px auto
  } */

	.mv_cv_inner {
		width: 90%;
		background: none;
	}

	.lead-txt {
		font-size: 3.5vw;
		left: 49%;
	}

	.contents235 {
		width: 90%;
		padding: 0px;
	}

	.contents235_list {
		display: flex;
		gap: 0px;
		flex-direction: column;
	}

/* 	.sub_tit {
		padding-top: 0px !important;
	} */

	.contents235_list ul {
		font-size: min(5vw, 30px);
	}

	.contents235_list ul li {
		line-height: 1.5;
	}

	.contents235_list ul li svg {
		width: min(5.5vw, 31px);
		height: auto;
		margin-top: 0.25em;
		flex-shrink: 0;
	}

	.sub_tit {
		font-size: 23px !important;
	}

	.sub_tit span {
		font-size: 45px !important;
	}

	.contents235_list_item {
		align-items: flex-start;
	}

	.mv_inner_hb {
		width: 70%;
	}

	.contents235 img {
		margin-top: 0px;
	}
}

@media (min-width: 1300px) {
	h1 img {
		margin-top: 0px;
	}
}


.btn_inner_sp .btn_application a {
	position: relative;
	display: block;
	width: min(35vw, 270px);
	padding: 30px 0;
	margin: 0 auto;
	background: #81B84A;
	color: #ffffff;
	font-size: min(4.9vw, 5vw);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	border-radius: 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.162);
}

.btn_inner_sp .btn_inquiry a {
	position: relative;
	display: block;
	width: min(51vw, 270px);
	padding: 30px 0;
	margin: 0 auto;
	background: #F4A12A;
	color: #ffffff;
	font-size: min(4.9vw, 5vw);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	border-radius: 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.162);
}


@media screen and (max-width: 480px) {
	.mv_wrapper .mv_inner {
		padding: 22px 0 50px 0;
	}

	.mv_wrapper .mv_inner h1 {
		width: 150px;
		height: 150px;
	}

	.mv_wrapper .mv_inner p.lead {
		font-size: 16px;
		line-height: 1.2;
	}

	.mv_wrapper .mv_inner .mv_cv_inner {
		padding: 0 0 8px 0;
	}

	/* .mv_wrapper .mv_inner .mv_cv_inner h3 {
    font-size: 54px;
  } */

	.mv_wrapper .mv_inner .mv_cv_inner h3:after {
		content: "";
		width: 216px;
		height: 44px;
		position: absolute;
		top: 6px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 1;
		background: url(../images/icon_mv_come_sp.svg) no-repeat center center;
		background-position: center;
	}

	.mv_wrapper .mv_inner .mv_cv_inner h3 span.lead {
		font-size: 22px;
	}

	.mv_wrapper .mv_inner .mv_cv_inner h3 span.price {
		font-size: 30px;
	}

	.mv_wrapper .mv_inner .mv_cv_inner h3 span.tax {
		font-size: 16px;
	}

	.mv_wrapper .mv_cv_inner .btn_inner {
		position: relative;
		top: -10px;
	}

	.mv_wrapper .btn_inner .btn_application a.applihover {
		margin: 0 auto 10px auto;
	}

	.mv_cv_inner h3 {
		padding-top: 40px;
		padding-bottom: 40px;
		background: rgba(255, 255, 255, 0.95);
		border-radius: 0 1000px 1000px 0;
		bottom: 30vw;
		text-align: center;
		width: 100%;
		font-size: min(6.5vw, 66px);
	}

	.btn_inner_sp {
		position: absolute;
		display: flex;
		gap: 20px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		width: 100%;
		bottom: 40px;
	}

	.btn_inner {
		display: none !important;
	}
}


/*------------------------------------------
//　header + main visual
------------------------------------------*/

/*------------------------------------------
content 共通
------------------------------------------*/
main {
	background: #ffffff;
}

#columns .columns_wrap,
#service .service_wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}
#functional .functional_wrap {
	margin: 0 auto;
	padding: 0 0 100px 0;
}
#functional .functional_wrap .functional_imginner {
	background-image: url(../images/img_bg_functional.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 70px 50px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
}
#functional .functional_wrap .functional_imginner ul{
	margin: 0 auto;
	width: fit-content;
	text-align: left;
	line-height: 2;
}
#functional .functional_wrap .functional_imginner ul li {
	position: relative;
	padding-left: 36px;
	line-height: 1.5;
	padding-bottom: 22px;
}
#functional > .functional_wrap > .functional_imginner ul > li:nth-child(4) {
	padding-bottom: 0;
}
#functional .functional_wrap .functional_imginner ul li::before{
	content: "";
    background: url(../images/icon_functional_tick.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    display: inline-block;
    height: 20px;
    position: absolute;
    top: 8px;
    left: -12px;
}
#fb .fb_wrap p.sub_tit,
#features .features_wrap p.sub_tit,
#features .features_wrap p.sub_tit,
#columns .columns_wrap p.sub_tit,
#service .service_wrap p.sub_tit,
.sub_tit {
	background-color: #75b139;
	font-size: 30px;
	font-weight: 800;
	padding: 10px 0;
	color: #FFF;
	margin: 40px 0 88px 0;
	text-align: center;
}

.sub_tit span {
	font-size: 65px;
	/* color: #75b139; */
	font-weight: 700;
	vertical-align: text-bottom;
}

#fb .fb_wrap h2,
#features .features_wrap h2,
#features .features_wrap h2,
#columns .columns_wrap h2,
#service .service_wrap h2
{
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	padding: 90px 0 60px 0;
}

#functional .functional_wrap h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	padding: 90px 0 74px 0;
}


@media screen and (max-width: 1240px) {}

@media screen and (max-width: 768px) {

	#columns .columns_wrap,
	#service .service_wrap {
		width: 90%;
		padding: 60px 0 60px 0;
	}


	#features .features_wrap p.sub_tit,
	#features .features_wrap p.sub_tit,
	#columns .columns_wrap p.sub_tit,
	#service .service_wrap p.sub_tit {
		padding: 0 0 30px 0;
	}

	#features .features_wrap h2,
	#features .features_wrap h2,
	#columns .columns_wrap h2,
	#service .service_wrap h2,
	#functional .functional_wrap h2{
		padding: 0 0 40px 0;
	}
	#functional .functional_wrap h2{
		line-height: 1.5;
	}
	#functional .functional_wrap div ul li::before{
	    margin-right: 0.5rem;
	}
}

@media screen and (max-width: 480px) {

	#columns .columns_wrap,
	#service .service_wrap {
		padding: 0 0 40px 0;
	}

	#fb .fb_wrap p.sub_tit,
	#features .features_wrap p.sub_tit,
	#features .features_wrap p.sub_tit,
	#columns .columns_wrap p.sub_tit,
	#service .service_wrap p.sub_tit {
		padding: 0 0 20px 0;
		font-size: 36px;
	}

	#fb .fb_wrap h2,
	#features .features_wrap h2,
	#features .features_wrap h2,
	#columns .columns_wrap h2,
	#service .service_wrap h2,
	#functional .functional_wrap h2{
		padding: 60px 0 20px 0;
		font-size: 30px;
	}
	#functional .functional_wrap h2{
		padding: 60px 20px 20px 20px;
	}
	.mv_inner_hb {
		width: 90%;
	}
	.sp_br {
		display: none;
	}
}

/*------------------------------------------
//　content 共通
------------------------------------------*/

/*------------------------------------------
id="fb"  フレッシャーズ・ビュッフェとは
------------------------------------------*/
/* #fb .fb_wrap {
  width: 960px;
  margin: 0 auto;
  padding: 0px 0 0 0;
} */

#fb .fb_wrap p.lead {
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 40px 0;
}

#fb .fb_wrap p.lead span {
	font-size: 22px;
	font-size: 22px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #efd700 60%);
}

#fb #function figure {
	width: 70%;
	margin: 0 auto;
}

#function img {
	margin-bottom: 80px;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 768px) {
	#fb {
		width: 100%;
		margin: auto;
		/* padding: 60px 0 60px 0; */
	}

	#fb #function figure {
		width: 90%;
	}

}

@media screen and (max-width: 480px) {
	#fb .fb_wrap {
		/* padding: 40px 0 40px 0; */
	}

	#fb .fb_wrap p.lead {
		font-size: 16px;
	}

	#fb .fb_wrap p.lead span {
		font-size: 20px;
	}
}


/*------------------------------------------
//   id="fb"  フレッシャーズ・ビュッフェとは
------------------------------------------*/


/*------------------------------------------
CTA、CVボタン ここから
------------------------------------------*/
.btn_wrap_two {
	display: block;
	position: relative;
	width: 100%;
	padding: 100px 0 100px 0;
	background: #e5f1d5;
}

.btn_wrap_two:before {
	content: "";
	background-image: url(../images/logo_fb_60.svg);
	background-size: 326px 196px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 326px;
	height: 196px;
	display: block;
	position: absolute;
	top: 12%;
	left: 4%;
	z-index: 1;
}

.btn_wrap_two .tit_inner {
	position: relative;
	width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px 0;
	z-index: 10;
}

.btn_wrap_two .btn_two_inner_inner {
	position: relative;
	width: 780px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0 auto;
	z-index: 10;
}

.btn_two_inner_inner .btn_application .applihover {
	position: relative;
	display: block;
	width: 360px;
	padding: 17px 0;
	margin: 0 auto;
	background: #81B84A;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.3;
	transition: .3s;
	border-radius: 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.162);
}

.btn_two_inner_inner .btn_inquiry a.inquiryhover {
	position: relative;
	display: block;
	width: 360px;
	padding: 17px 0;
	margin: 0 auto;
	background: #F4A12A;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.3;
	transition: .3s;
	border-radius: 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.162);
}

.btn_wrap_one .btn_two_inner_inner .btn_application .applihover {
	position: relative;
	display: block;
	width: 360px;
	padding: 30px 0;
	margin: 0 auto;
	background: #ffffff;
	color: #81B84A;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 0;
	transition: .3s;
	border-radius: 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.162);
}

.btn_wrap_one .btn_two_inner_inner {
	display: flex;
	justify-content: center;
	gap: 60px;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 768px) {
	.btn_wrap_two {
		padding: 60px 0 60px 0;
	}

	.btn_wrap_two:before {
		background-size: 200px 120px;
		width: 200px;
		height: 120px;
	}

	.btn_wrap_two .tit_inner {
		width: 80%;
	}

	.btn_wrap_two .btn_two_inner_inner {
		width: 100%;
		flex-direction: column;
	}

	.btn_two_inner_inner .btn_application .applihover,
	.btn_two_inner_inner .btn_inquiry a.inquiryhover {
		width: 80%;
	}
}

@media screen and (max-width: 480px) {
	.btn_wrap_two .tit_inner {
		padding: 0;
	}

	.btn_two_inner_inner .btn_application .applihover,
	.btn_two_inner_inner .btn_inquiry a.inquiryhover {
		padding: 15px 0;
		font-size: 20px;
	}

	.btn_two_inner_inner .btn_application .applihover {
		margin: auto;
		margin-top: 20px;
		padding: 15px 0px;
	}
}


/*------------------------------------------
//   CTA、CVボタン ここまで
------------------------------------------*/


/*------------------------------------------
 CTA ここから
------------------------------------------*/
.btn_wrap_one {
	position: relative;
	width: 100%;
	background-color: #8ec54a;
	margin: 0;
	padding: 80px 0;
}

.btn_wrap_one .btn_inner {
	position: relative;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	z-index: 10;
}

.btn_wrap_one .btn_inner .button {
	position: relative;
	display: inline-block;
	width: 600px;
	padding: 20px 0;
	color: #008545;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	transition: .3s
}

.btn_wrap_one .btn_inner .button span {
	font-size: 18px;
}

.btn_wrap_one:before {
	content: "";
	background-image: url(../images/logo_fb_60.svg);
	background-size: 220px 132px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 220px;
	height: 132px;
	display: block;
	position: absolute;
	top: 12%;
	left: 4%;
	opacity: 0.6;
	z-index: 1;
}

.btn_wrap_one .btn_inner .button:hover {
	color: #333333;
}

.btn_wrap_one .btn_inner .button::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #eef500;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
}

.btn_wrap_one .btn_inner .button:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 768px) {
	.btn_wrap_one {
		padding: 60px 0;
	}

	.btn_wrap_one .btn_inner .button {
		width: 80%;
		font-size: 22px;
		padding: 14px 0;
	}

	.btn_wrap_one:before {
		background-size: 160px 96px;
		width: 160px;
		height: 96px;
	}
}

@media screen and (max-width: 480px) {
	.btn_wrap_one {
		padding: 40px 0;
	}

	.btn_wrap_one:before {
		background-image: none;
	}

	.btn_wrap_one .btn_inner .button {
		padding: 14px 10px;
	}

	.btn_wrap_one .btn_inner .button span {
		font-size: 16px;
	}

}

@media screen and (max-width: 1000px) {
	.mv_cv_inner {
		background: rgba(255, 255, 255, 0.9);
		border-radius: 0 1000px 1000px 0;
		bottom: 50px;
		position: absolute;
		/* text-align: center; */
		height: 25vw;
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.lead-txt {
		font-size: 1.8vw;
	}

	.mv_wrapper .mv_cv_inner .btn_inner {
		gap: 30px;
	}

	.mv_cv_inner h3 {
		font-size: 2.8vw;
		/* margin-bottom: 20px; */
	}

	.btn_inner .btn_application a.applihover {
		width: 13vw;
		height: auto;
		font-size: 1.8vw;
	}

	.btn_inner .btn_inquiry a.inquiryhover {
		width: 18vw;
		height: auto;
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 768px) {
	.mv_wrapper_sp {
		position: relative;
		top: 50px;
		width: 100%;
		background: #81B84A;
		background-image: url(../images/img_mv_sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		height: 145vw;
	}

	.mv_cv_inner {
		background: rgba(255, 255, 255, 0.9);
		border-radius: 0 1000px 1000px 0;
		top: 80vw;
		position: absolute;
		/* text-align: center; */
		height: 40vw;
		width: 80%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.lead-txt {
		font-size: 2.8vw;
	}

	.mv_cv_inner h3 {
		font-size: 4.5vw;
		margin-bottom: 5px;
	}

	.btn_inner .btn_application a.applihover {
		width: 17vw;
		font-size: 2.5vw;
	}

	.btn_inner .btn_inquiry a.inquiryhover {
		width: 25vw;
		font-size: 2.5vw;
	}
}

@media screen and (max-width: 480px) {
	.btn_inner_sp {
		position: absolute;
		display: flex;
		gap: 20px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		width: 100%;
		top: 115vw;
	}

	.mv_cv_inner {
		background: none;
		border-radius: 0 1000px 1000px 0;
		top: 105vw;
		position: absolute;
		text-align: center;
		height: 35vw;
		width: 80%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#fb .fb_wrap h2 {
		padding: 80px 0 20px 0;
	}

	.lead-txt {
		font-size: 3vw;
	}

	.mv_cv_inner h3 {
		text-align: left;
		padding: 30px 0 30px 1rem;
		margin-left: -5%;
		width: 105%;
	}
	.mv_cv_inner .lead {
		width: 75%;
	}
}

/*------------------------------------------
//  CTA ここから
------------------------------------------*/





/*------------------------------------------
id="features" 6つの特長 ここから
------------------------------------------*/
#features .features_wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

#features .features_inner {
	background: #fcffe0;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 0 50px 60px 50px;
	margin: 0 0 60px 0;
}

#features .features_inner:last-child {
	margin: 0;
}

#features .features_inner h4.number {
	width: 200px;
	background: #81b84a;
	padding: 10px 20px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 40px;
	border-radius: 0 0 10px 10px;
}

#features .features_inner h4 img {
	width: 100px;
}

#features ul.features_inner_inner{
	display: flex;
	justify-content: space-evenly;
	padding: 0 0 50px 0;
}
#functional div.functional_inner {
	width: 960px;
	margin: 0 auto;
}
#functional ul.functional_inner_inner {
	display: flex;
    column-gap: 50px;
    padding: 60px 0px 0 0px;
}
#features>div>div:nth-child(4)>ul:nth-child(3) {
	padding-bottom: 0;
}

#features ul.features_inner_inner.last_pd {
	padding: 0;
}

#features ul.features_inner_inner li.features_img,
#functional ul.functional_inner_inner li.functional_img {
	width: 380px;
	height: 100%;
	position: relative;
}
#functional ul.functional_inner_inner li.functional_img {
	border:1px solid #cccccc;
}
#functional ul.functional_inner_inner li.functional_img::after {
	content: '※画像は開発中の画面を含みます';
	color: #9fa0a0;
	font-size: 13px;
	position: absolute;
	bottom: -15px;
	right: 0px;
	font-weight: 500;
}
#features ul.features_inner_inner li.features_img img {
	border-radius: 20px;
}

#features ul.features_inner_inner li.features_txt_wrap{
	width: 430px;
}
#functional ul.functional_inner_inner li.functional_txt_wrap {
	flex:1;
}
#functional ul.functional_inner_inner li.functional_txt_wrap ul {
	width: fit-content;
	margin-left: 24px;
	margin-right: auto;
	text-align: left;
}
#functional ul.functional_inner_inner li.functional_txt_wrap ul li{
	list-style: disc;
	line-height: 1.5;
	padding-bottom: 22px;
}
#features ul.features_inner_inner li.features_txt_wrap h5,
#functional ul.functional_inner_inner li.functional_txt_wrap h5{
	color: #81b84a;
	font-size: 24px;
	font-weight: 600;
	padding: 0 0 30px 0;
	line-height: 1.5;
}

#features ul.features_inner_inner li.features_txt_wrap p,
#functional ul.functional_inner_inner li.functional_txt_wrap p {
	font-size: 18px;
	line-height: 1.8;
}
#functional ul.functional_inner_inner li.functional_txt_wrap p {
	letter-spacing: normal;
	text-align: left;
}
#features ul.features_inner_inner li.features_txt_wrap p span {
	font-size: 22px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #efd700 60%);
}

#features .content-200_inner .fukidashi {
	position: relative;
	display: inline-block;
	margin: 0 auto 40px auto;
	padding: 16px 10px 22px 10px;
	width: 100%;
	background: #81b84a;
}

#features .content-200_inner .fukidashi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #81b84a;
}

#features .content-200_inner .fukidashi h3 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	padding: 0 0 16px 0;
	color: #ffffff;
}

#features .content-200_inner .fukidashi h3 sup {
	font-size: 14px;
	top: -1.8rem;
}

#features .content-200_inner .fukidashi h3 span.txt_small {
	font-size: 30px;
}

#features .content-200_inner .fukidashi h3 span.txt_medium {
	font-size: 40px;
}

#features .content-200_inner .fukidashi p.comment_txt {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
}

#features .content-200_inner h6 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #81b84a;
	line-height: 1.2;
	padding: 0 0 16px 0;
}

#features .content-200_inner h6 span {
	font-size: 18px;
}

#features .content-200_inner p.volume {
	position: relative;
	width: 90px;
	text-align: center;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	padding: 6px 14px;
	background: #81b84a;
	color: #ffffff;
	margin: 0 auto 50px auto;
}

#features .content-200_inner p.volume::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 24px;
	background-color: #81b84a;
	bottom: -32px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

#features .content-200_inner .base_inner {
	padding: 0 0 80px 0;
}

#features .content-200_inner ul.list_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 80px 0;
}

#features .content-200_inner ul.list_box01 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 80px 0;
	gap: 20px;
}

#features .content-200_inner ul.list_box.list_box02 {
	padding: 0 0 60px 0;
}

#features .content-200_inner ul.list_box li {
	position: relative;
	width: 270px;
	height: 130px;
	/* margin: 0 0 20px 0; */
}

#features .content-200_inner ul.list_box li:nth-child(1) {
	background: #3caad9;
}

#features .content-200_inner ul.list_box li:nth-child(2) {
	background: #e45c4e;
	/* margin: 0 2.5% 0 2.5%; */
}

#features .content-200_inner ul.list_box li:nth-child(3) {
	background: #4bc0ba;
}

#features .content-200_inner ul.list_box li:nth-child(4) {
	background: #a861ad;
	/* margin: 0 1.25% 0 0; */
}

#features .content-200_inner ul.list_box li:nth-child(5) {
	background: #f4a12b;
	/* margin: 0 0 0 1.25%; */
}

#features .content-200_inner ul.list_box li.app-list {
	background: #005088;
}

#features .content-200_inner ul.list_box li:after {
	content: "";
	background-size: 150px 120px;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 150px;
	height: 120px;
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
}

#features .content-200_inner ul.list_box li:nth-child(1):after {
	background-image: url(../images/icon_base01.svg);
}

#features .content-200_inner ul.list_box li:nth-child(2):after {
	background-image: url(../images/icon_base02.svg);
}

#features .content-200_inner ul.list_box li:nth-child(3):after {
	background-image: url(../images/icon_base03.svg);
}

#features .content-200_inner ul.list_box li:nth-child(4):after {
	background-image: url(../images/icon_base04.svg);
}

#features .content-200_inner ul.list_box li:nth-child(5):after {
	background-image: url(../images/icon_base05.svg);
}

#features .content-200_inner ul.list_box li.app-list:after {
	background-image: url(../images/icon_base07.svg);
}

#features .content-200_inner ul.list_box li.app-list:before {
	content: "";
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: -35px;
	left: -38px;
	background-image: url(../images/icon_new.svg);
	display: none;
}

#features .content-200_inner ul.list_box li p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}

#features .content-200_inner ul.list_box li p span {
	font-size: 18px;
}

#features .content-200_inner .btn_content_all a {
	display: block;
}

#features .content-200_inner .btn_content_all .content_allhover {
	display: block;
	width: 420px;
	color: #81b84a;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	border: 4px solid #81b84a;
	background: url(../images/icon_features_arrow_green.png) #ffffff no-repeat 92% center;
	background-size: 24px auto;
	text-decoration: none;
	transition: all .3s;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

#features .content-200_inner .btn_content_all span {
	font-size: 16px;
}

#features .content-200_inner .btn_content_all .content_allhover:hover {
	background: #eef820;
	border: 4px solid #eef820;
	background-image: url(../images/icon_features_arrow_black.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	color: #333333;
}

#features .channel_inner .book_business_inner {
	padding: 0 0 60px 0;
}

#features .channel_inner p.video_tit {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 30px 0;
}

#features .channel_inner p.lead {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	padding: 0 0 20px 0;
}

#features .channel_inner p.note_right {
	text-align: right;
	font-size: 14px;
	padding: 20px 0 0 0;
}

#features .channel_inner ul.book_business_list_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0 10px 0;
}

#features .channel_inner ul.book_business_list_box li {
	width: 208px;
	height: 100%;
}

#features .channel_inner ul.bernus-content_list_box {
	width: 810px;
	display: flex;
	justify-content: space-between;
	padding: 0 0 10px 0;
	margin: 0 auto;
}

#features .channel_inner ul.bernus-content_list_box li {
	width: 252px;
	height: 100%;
}

#features .features_inner ul.fig_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#features .features_inner ul.fig_box li {
	width: 410px;
	height: 100%;
}

#features .features_inner ul.fig_box_vertical {
	width: 80%;
	margin: 0 auto;
}

#features .features_inner ul.fig_box_vertical li.first_pd {
	padding: 0 0 60px 0;
}

@media screen and (max-width: 1240px) {
	#features .content-200_inner ul.list_box01 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 0 80px 0;
		gap: 20px;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 1240px) {
	.contents235 {
		width: auto;
		margin-left: 40px;
		margin-right: 40px;
	}

	#features .features_wrap,
	#columns .columns_wrap,
	#service .service_wrap,
	#functional div.functional_inner{
		width: auto;
		margin-left: 40px;
		margin-right: 40px;
	}

	#service ul.service_list_box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
		margin: 0 auto;
		padding: 0 0 60px 0;
		gap: 0;
	}

	#features .channel_inner ul.bernus-content_list_box {
		width: auto;
		display: flex;
		justify-content: space-between;
		padding: 0 0 10px 0;
		margin: 0 auto;
		gap: 20px;
	}

	#features ul.features_inner_inner,
	#features .channel_inner ul.book_business_list_box,
	#features .features_inner ul.fig_box {
		gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	#features .features_wrap {
		/* width: 90%; */
		padding: 60px 0 60px 0;
	}

	#features ul.features_inner_inner,
	#functional ul.functional_inner_inner{
		flex-direction: column;
	}

	#features ul.features_inner_inner li.features_img,
	#functional ul.functional_inner_inner li.functional_img{
		width: 80%;
		margin: 0 auto;
		padding: 0 0 20px 0;
	}

	#features ul.features_inner_inner li.features_txt_wrap,
	#functional ul.functional_inner_inner li.functional_txt_wrap{
		width: 100%;
		text-align: center;
	}
	#functional ul.functional_inner_inner li.functional_img::after{
		content: '※画像は開発中の画面を含みます';
		color: #9fa0a0;
		font-size: 12px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		font-weight: 500;
	}
	#features ul.features_inner_inner li.features_txt_wrap h5,
	#functional ul.functional_inner_inner li.functional_txt_wrap h5 {
		padding: 0 0 14px 0;
	}

	#features .content-200_inner .base_inner {
		padding: 0 0 60px 0;
	}

	#features .content-200_inner ul.list_box {
		flex-direction: column;
		padding: 0 0 30px 0;
	}

	#features .content-200_inner ul.list_box li {
		width: 100%;
		height: 80px;
	}

	#features .content-200_inner ul.list_box li:nth-child(2),
	#features .content-200_inner ul.list_box li:nth-child(4),
	#features .content-200_inner ul.list_box li:nth-child(5) {
		margin: 0 0 20px 0;
	}

	#features .content-200_inner ul.list_box li:after {
		background-size: 150px 80px;
		width: 150px;
		height: 80px;
		top: 0px;
		right: -25px;
	}

	#features .content-200_inner ul.list_box li.app-list:before {
		top: -22px;
		left: -13px;
	}

	#features .content-200_inner .btn_content_all .content_allhover {
		width: 100%;
		background-image: none;
	}

	#features .content-200_inner .btn_content_all .content_allhover:hover {
		background-image: none;
	}

	#features .channel_inner .book_business_inner {
		padding: 0 0 60px 0;
	}

	#features .channel_inner ul.book_business_list_box {
		flex-wrap: wrap;
	}

	#features .channel_inner ul.book_business_list_box li {
		width: 48%;
	}

	#features .channel_inner ul.book_business_list_box li:nth-child(1),
	#features .channel_inner ul.book_business_list_box li:nth-child(2) {
		margin: 0 0 20px 0;
	}

	#features .channel_inner ul.bernus-content_list_box {
		width: 100%;
		flex-direction: column;
	}

	#features .channel_inner ul.bernus-content_list_box li {
		width: 70%;
		margin: 0 auto 20px auto;
	}

	#features .channel_inner ul.bernus-content_list_box li:nth-child(3) {
		margin: 0 auto 0 auto;
	}

	#features .features_inner ul.fig_box {
		flex-direction: column;
	}

	#features .features_inner ul.fig_box li {
		width: 80%;
		margin: 0 auto 60px auto;
	}

	#features .features_inner ul.fig_box li:nth-child(2) {
		width: 80%;
		margin: 0 auto 0 auto;
	}

	#features .features_inner ul.fig_box_vertical {
		width: 100%;
	}

	#features .channel_inner ul.book_business_list_box {
		gap: 0;
	}

}

@media screen and (max-width: 480px) {
	#features .features_wrap {
		padding: 0px 0 40px 0;
	}

	#features .features_inner {
		padding: 0 20px 60px 20px;
	}

	#features ul.features_inner_inner li.features_txt_wrap h5 {
		font-size: 22px;
	}

	#features ul.features_inner_inner li.features_txt_wrap p {
		font-size: 16px;
		line-height: 1.4;
	}

	#features .content-200_inner .fukidashi h3 {
		font-size: 40px;
	}

	#features .content-200_inner .fukidashi h3 sup {
		font-size: 18px;
	}

	#features .content-200_inner .fukidashi h3 span.txt_small {
		font-size: 22px;
	}

	#features .content-200_inner .fukidashi h3 span.txt_medium {
		font-size: 26px;
	}

	#features .content-200_inner .fukidashi p.comment_txt {
		font-size: 18px;
		line-height: 1.4;
	}

	#features .channel_inner ul.book_business_list_box {
		flex-direction: column;
	}

	#features .channel_inner ul.book_business_list_box li {
		width: 90%;
		margin: 0 auto 20px;
	}

	#features .channel_inner ul.book_business_list_box li:nth-child(1),
	#features .channel_inner ul.book_business_list_box li:nth-child(2) {
		margin: 0 auto 20px;
	}

	#features .channel_inner ul.book_business_list_box li:nth-child(4) {
		margin: 0 auto 0;
	}

	#features .channel_inner ul.bernus-content_list_box li {
		width: 80%;
	}

	#features .content-200_inner ul.list_box li.app-list {
		height: 120px;
	}

	#features .content-200_inner ul.list_box li.app-list:before {
		top: -42px;
		left: -24px;
	}
}



/*------------------------------------------
//   id="features" 6つの特長 ここまで
------------------------------------------*/


/*------------------------------------------
id="columns"　　コラム ここから
------------------------------------------*/
#columns .columns_wrap p.lead {
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 60px 0;
}

#columns .columns_wrap figure {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 80px 0;
}

#columns .leal_inner h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	padding: 0 0 40px 0;
}

#columns .leal_inner ul.leal_list_box {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#columns .leal_inner ul.leal_list_box li {
	width: 200px;
}

#columns .leal_inner p.txt {
	text-align: center;
	font-size: 16px;
	padding: 0 0 50px 0;
	line-height: 1.6;
}

#columns .leal_inner .btn_imadoki .imadoki_allhover {
	display: block;
	width: 460px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	/* border: 4px solid #81b84a; */
	background: url(../images/icon_colunms_arrow_white.png) #81b84a no-repeat 96% center;
	background-size: 20px auto;
	text-decoration: none;
	transition: all .3s;
	padding: 12px 20px;
	box-sizing: border-box;
	margin: 0 auto;
	line-height: 1.4;
}

#columns .leal_inner .btn_imadoki .imadoki_allhover span {
	font-size: 16px;
}

#columns .leal_inner .btn_imadoki .imadoki_allhover:hover {
	background: #eef820;
	background-image: url(../images/icon_colunms_arrow_black.png);
	background-position: 99% center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	color: #333333;
}



@media screen and (max-width: 1240px) {}

@media screen and (max-width: 768px) {
	#columns .leal_inner ul.leal_list_box {
		flex-wrap: wrap;
	}

	#columns .leal_inner ul.leal_list_box li {
		width: 46%;
	}

	#columns .leal_inner ul.leal_list_box li:nth-child(1),
	#columns .leal_inner ul.leal_list_box li:nth-child(1) {
		margin: 0 0 30px 0;
	}

	#columns .leal_inner .btn_imadoki .imadoki_allhover {
		width: 90%;
		background-image: none;
	}

	#columns .leal_inner .btn_imadoki .imadoki_allhover:hover {
		background-image: none;
	}

}

@media screen and (max-width: 480px) {
	#columns .columns_wrap h2 {
		line-height: 1.6;
	}

	#columns .columns_wrap p.lead {
		font-size: 16px;
	}
	#functional .functional_wrap ul {
		font-size: 16px;
	}
}


/*------------------------------------------
//   id="columns"　　コラム ここまで
------------------------------------------*/


/*------------------------------------------
id="service"　　サービス ここから
------------------------------------------*/
#service ul.service_list_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 880px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

#service ul.service_list_box li.list {
	width: 200px;
	color: #75b139;
	font-size: 16px;
	padding: 18px 0 8px 16px;
	border-bottom: 1px solid #75b139;
}

#service ul.service_list_box li.details {
	width: 680px;
	font-size: 16px;
	padding: 18px 0 8px 16px;
	border-bottom: 1px solid #333333;
}

#service ul.service_list_box li.details span {
	font-size: 14px;
}

#service ul.service_list_box li.first {
	padding: 0 0 8px 16px;
}

#service .evmt_inner {
	width: 880px;
	margin: 0 auto;
}

#service .evmt_inner p.evmt_title {
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 16px 0;
}

#service .evmt_list_inner {
	width: 100%;
}

#service .evmt_list_box {
	display: flex;
	border-bottom: 1px solid #8ec54a;
}

#service .evmt_list_box .item-list {
	position: relative;
	width: 225px;
	padding: 0 0 0 20px;
	background: #efefef;
}

#service .evmt_list_box .item-list p.tit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	font-size: 16px;
	font-weight: 500;
}

#service .evmt_list_box .detail-txt {
	width: 655px;
	padding: 16px 30px 16px 30px;
}

#service .evmt_list_box .detail-txt p {
	font-size: 16px;
	line-height: 1.6;
}

#service .evmt_list_box .detail-txt p span {
	font-weight: 600;
}

#service .evmt_list_box .detail-txt p.note-txt {
	line-height: 1;
	padding: 10px 0 0 0;
}

#service .evmt_list_box .detail-txt p.note-txt a {
	text-decoration: underline;
}

#service .evmt_inner p.txt {
	text-align: left;
	line-height: 1.4;
	padding: 16px 0 0 0;
	font-size: 16px;
}


@media screen and (max-width: 1240px) {
	#service ul.service_list_box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 60px 0;
	}

	#columns .leal_inner ul.leal_list_box {
		gap: 20px;
	}

	#service ul.service_list_box li.list {
		width: 20%;
	}

	#service ul.service_list_box li.details {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	#service ul.service_list_box {
		width: 90%;
		padding: 0 0 40px 0;
	}

	#service ul.service_list_box li.list {
		width: 100%;
		padding: 10px 0 8px 0;
		text-align: center;
		font-weight: 600;
		margin: 0 0 16px 0;
	}

	#service ul.service_list_box li.details {
		width: 100%;
		padding: 10px 0 8px 0;
		margin: 0 0 16px 0;
		text-align: center;
	}

	#service .evmt_inner {
		width: 100%;
	}

	#service .evmt_list_box {
		flex-direction: column;
		margin: 0 0 20px 0;
	}

	#service .evmt_list_box .item-list {
		width: 100%;
		padding: 20px;
	}

	#service .evmt_list_box .item-list p.tit {
		position: relative;
		top: 0;
		transform: translateY(0);
		-webkit- transform: translateY(0);
	}

	#service .evmt_list_box .detail-txt {
		width: 100%;
		padding: 10px 10px 16px 20px;
	}

	#service .evmt_list_box:last-child {
		margin: 0;
	}


}

@media screen and (max-width: 480px) {
	#features .content-200_inner ul.list_box li.app-list:after {
		right: -35px;
		top: 21px;
	}
}

@media screen and (max-width: 1520px) {
	#features .content-200_inner ul.list_box li.app-list:after {
		right: -35px;
		top: 21px;
	}
}


/*------------------------------------------
//   id="service"　　サービス ここから
------------------------------------------*/


/*------------------------------------------
下部固定バナー ここから
------------------------------------------*/
.bnr {
	position: relative;
	margin: 0 auto;
	width: 780px;
	display: none;
}

.bnr .bnr__img {
	position: fixed;
	bottom: 0;
	z-index: 88;
	width: 780px;
}

.bnr__img__inner {
	box-sizing: border-box;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	gap: 60px;
	font-family: 'Noto Sans JP', sans-serif;
}

.bnr .bnr__img__inner a:nth-child(1) {
	display: block;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	padding: 20px;
	background-color: #81B84A;
	background-size: 40px auto;
	text-decoration: none;
	transition: all .3s;
	border-radius: 5px;
	width: 50%;
	font-weight: 700;
}

.bnr .bnr__img__inner a:nth-child(2) {
	display: block;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	padding: 20px;
	background-color: #F4A12A;
	background-size: 40px auto;
	text-decoration: none;
	transition: all .3s;
	border-radius: 5px;
	width: 50%;
	font-weight: 700;
}

.bnr .bnr__img__inner a:hover {
	transform: scale(1.05);
}

.bnr .bnr__img p.close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.bnr .bnr__img p.close a {
	display: block;
	width: 20px;
	height: 25px;
	text-align: center;
}

.bnr .bnr__img p.close a span {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bnr .bnr__img p.close a i {
	font-size: 20px;
	z-index: 888;
	color: #222;
}

@media screen and (max-width: 840px) {

	.bnr,
	.bnr .bnr__img {
		width: 90%;
	}

	.bnr__img__inner {
		gap: 5%;
	}

	.bnr .bnr__img__inner a:nth-child(1) {
		display: block;
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		color: #FFFFFF;
		padding: 20px;
		background-color: #81B84A;
		background-size: 40px 100%;
		text-decoration: none;
		transition: all .3s;
		border-radius: 5px;
		width: 50%;
		font-weight: 700;
	}

	.bnr .bnr__img__inner a:nth-child(2) {
		display: block;
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		color: #FFFFFF;
		padding: 20px;
		background-color: #F4A12A;
		background-size: 40px auto;
		text-decoration: none;
		transition: all .3s;
		border-radius: 5px;
		width: 50%;
		font-weight: 700;
	}

	.btn_wrap_one .btn_two_inner_inner {
		width: 100%;
		flex-direction: column;
		gap: 20px;
	}

	.btn_wrap_one .btn_two_inner_inner .btn_application .applihover {
		width: 80%;
	}

	.btn_inner_sp .btn_application a,
	.btn_inner_sp .btn_inquiry a {
		padding: 25px 0;
	}
}

@media screen and (max-width: 480px) {

	.bnr {
		width: 90%;
	}



	.bnr .bnr__img__inner a {
		background-image: none;
	}

	.bnr .bnr__img__inner a:nth-child(1),
	.bnr .bnr__img__inner a:nth-child(2) {
		font-size: 18px;
		padding: 20px 5px;
	}
}

#fb .fb_wrap {
	margin-left: 40px;
	margin-right: 40px;
}

@media screen and (min-width: 780px) {
	#function {
		width: 1160px;
		margin: auto;
	}
}

.network-footer {
	position: relative;
}

/*------------------------------------------
//　　下部固定バナー ここから
------------------------------------------*/

/*------------------------------------------
ページのトップへ戻る ここから
------------------------------------------*/
#toTop {
	position: fixed;
	right: 1.2%;
	bottom: 50px;
	/* display: none; */
	z-index: 100;
}

#toTop a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	width: 50px;
	height: auto;
}

#toTop a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1240px) {
	#toTop img {
		width: 40px;
		position: fixed;
		right: 10px;
		bottom: 90px;
	}

	#function {
		width: 100%;
		margin: auto;
	}

	#service .evmt_inner {
		width: 100%;
	}
}

/*------------------------------------------
// ページのトップへ戻る ここまで
------------------------------------------*/