@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800;900&display=swap');

bbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

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

html {
	font-size: 62.5%;
}

* {
	max-height: 99999px;
}

body {
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 1.5rem;
	color: #333333;
	font-weight: 400;
	line-height: 1.75;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}

img,
video {
	vertical-align: bottom;
	max-width: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #303030;
}

a:hover {
	opacity: 0.6;
}

.en {
	font-family: 'Roboto','Montserrat', sans-serif;
	letter-spacing: 0.7px;
}

.tuku_b {
	font-family: "Kiwi Maru", serif;
	font-weight: 500;
}

#wrap {
	overflow: hidden;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.inline {
	display: inline-block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.tab {
	display: none;
}

.in {
	width: 1360px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.in_in {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.flex {
	display: flex;
}

.flex_w {
	flex-wrap: wrap;
}

.palt {
	font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
	body {
		font-size: 1.4rem;
	}

	#wrap {
		/* width: 100vw; */
		width: 100%;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.tab {
		display: none;
	}

	.in,
	.in_in {
		width: 90%;
		margin: 0 auto;
	}

	.flex_w_sp {
		flex-wrap: wrap;
		margin-bottom: 16px;
	}
}

.bold {
	font-weight: bold;
}

.cor_orange {
	color: #F79536;
}

.cor_blue {
	color: #1976D2;
}

.cor_blue_02{
	color: #216B9A;
}
.cor_white {
	color: #fff;
}

.cor_red{
	color: #F23939;
}

.bg_white {
	background: #fff;
}

.bg_gray {
	background: #f0f0f0;
}

.bg_orange {
	background: #F79536;
}

.bg_blue {
	background: #1976D2;
}
.bg_blue_02 {
	background: #DDF0FA;
}
.bg_blue_03 {
	background: #216B9A;
}
.bg_orange_02 {
	background: #FFCE9F;
}

.sec_ttl_w{
	margin-bottom: 60px;
	text-align: center;
}
.sec_ttl_w .en{
	margin-bottom: 15px;
	line-height: 1;
}
.sec_ttl_w h2{
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 1.25;
}
@media screen and (max-width: 750px) {
	.sec_ttl_w{
		margin-bottom: 48px;
	}
	.sec_ttl_w h2 {
			font-size: 2.2rem;
	}
}

#header {
	background-image: -moz-linear-gradient(-10deg, rgba(247, 149, 54, 0) 0%, rgba(222, 199, 187, 0) 56%, rgba(25, 118, 210, 0) 99%);
	background-image: -webkit-linear-gradient(-10deg, rgba(247, 149, 54, 0) 0%, rgba(222, 199, 187, 0) 56%, rgba(25, 118, 210, 0) 99%);
	background-image: -ms-linear-gradient(-10deg, rgba(247, 149, 54, 0) 0%, rgba(222, 199, 187, 0) 56%, rgba(25, 118, 210, 0) 99%);
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
	transition: 0.5s;
}
#header.bg{
	background-image: -moz-linear-gradient(-10deg, rgba(247, 149, 54, 0.25) 0%, rgba(222, 199, 187, 0.25) 56%, rgba(25, 118, 210, 0.25) 99%);
	background-image: -webkit-linear-gradient(-10deg, rgba(247, 149, 54, 0.25) 0%, rgba(222, 199, 187, 0.25) 56%, rgba(25, 118, 210, 0.25) 99%);
	background-image: -ms-linear-gradient(-10deg, rgba(247, 149, 54, 0.25) 0%, rgba(222, 199, 187, 0.25) 56%, rgba(25, 118, 210, 0.25) 99%);
}

#header .header_w {
	justify-content: space-between;
	align-items: center;
}

#header .h_right_a {
	align-items: center;
}

#header .h_nav {
	align-items: center;
}

#header .h_nav li {
	margin-right: 44px;
	margin-bottom: 0px;
}


#header .h_right_a .h_btn {
	background: #F79536;
	align-items: center;
	padding: 5px 10px;
	border-radius: 5px;
}

#header .h_right_a .h_btn img {
	width: 22px;
	margin-right: 10px;
}

#header .h_right_a .h_btn .long {
	display: block;
}

header .h_right_a .h_btn .short {
	display: none;
}

@media screen and (max-width: 750px) {
	#header {
		padding-left: 0;
		padding: 15px 0;
	}

	#header .logo {
		width: 40%;
	}
	#header .h_nav li {
		margin-bottom: 20px;
	}
	#header .h_nav li:last-of-type {
		margin-bottom: 0px;
	}

	#header .h_right_a .h_btn .long {
		display:none;
	}

	#header .h_right_a .h_btn .short {
		display: block;
		color: #fff;
	}

	.hum{
		margin-top: 5px;
		display: block;
		position: relative;
		z-index: 999;
		margin-left: 10px;
	}
	.hum span{
		width: 20px;
		height: 2px;
		background: #1976D2;
		display: block;
		margin-bottom: 5px;
		transition: 0.5s;
	}
	.hum span:last-child{
		margin-bottom: 0px;
	}
	.hum.active span:nth-of-type(1){
		transform: rotate(45deg);
		margin-top: 3px;
	}
	.hum.active span:nth-of-type(2){
		opacity: 0;
	}
	.hum.active span:nth-of-type(3){
		transform: rotate(-45deg);
		margin-top: -14px;
	}

	.sp_nav{
		padding: 20px 5%;
		margin-top: 15px;
		display: none;
	}
	.sp_nav .h_nav{
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	.sp_nav .h_nav a{
		padding: 5px 0;
		display: block;
	}
	.sp_nav .info_w .tel_w .txt{
		font-size: 1.5rem;
	}
	.sp_nav .calender{
	margin-bottom: 10px;
	}
	.sp_nav .calender .line{
		font-weight: bold;
		border-bottom: 1px solid #444;
	}
}

#main_v {
	padding-top: 100px;
	background: url(../images/fv_bg@x2.png);
	background-size: cover;
	background-position: center bottom;
}

@media screen and (max-width: 750px) {
	#main_v {
		padding-top: 0;
	}
	#main_v .in_in{
		width: 100%;
	}
}

.cta {
	padding: 40px 0;
	background: linear-gradient(10deg,rgba(25, 118, 210, 0.9) 0%, rgba(95, 165, 235, 0.96) 68.29%, #98ccff 100%);
}
.cta .cta_txt{
	text-align: center;
	font-size: 2.1rem;
	margin-bottom: 8px;
	font-weight: bold;
}
.cta .cta_btn{
	text-align: center;
	border: 3px solid #F79536;
	background: #fff;
	padding: 27px 99px 27px 86.7px;
	width: fit-content;
	min-width: 300px;
	margin: auto;
	border-radius: 10px;
	font-size: 3.2rem;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	position: relative;
}
.cta .cta_btn img{
	margin-right: 14px;
}
.cta .cta_btn span{
	color: #F79536;
}
.cta .cta_btn:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px solid #F79536;
	border-right: 3px solid #F79536;
	display: flex;
	position: absolute;
	top: 50%;
	right: 7%;
	transform: rotate(45deg) translate(0, -50%);
}
@media screen and (max-width: 750px) {
	.cta {
		padding: 30px;
	}
	.cta .cta_txt{
		font-size: 1.5rem;
	}
	.cta .cta_btn{
		box-sizing: border-box;
		border: 2px solid #F79536;
		width: 90%;
		padding: 20px;
		font-size: 2.2rem;
	}
	.cta .cta_btn img {
		max-width: 24px;
		margin-right: 7px;
		margin-top: 3px;
	}
	.cta .cta_btn:after {
		width: 6px;
		height: 6px;
		border-top: 2px solid #F79536;
		border-right: 2px solid #F79536;
	}
}


#reason{
	padding: 90px 0 60px;
	background: url(../images/reason_bg@x2.png);
	background-size: cover;
	background-position: center;
}
#reason .reason_ttl_w{
	position: relative;
	margin-bottom: 100px;
}
#reason .reason_ttl_w::before{
	content: "";
	width: 59px;
	height: 59px;
	display: block;
	background: url(../images/reason_ttl_icon_01@x2.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: -30px;
    left: 310px;
}
#reason .reason_ttl_w::after {
	content: "";
	width: 75px;
	height: 80px;
	display: block;
	background: url(../images/reason_ttl_icon_02@x2.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -40px;
  right: 305px;
}
#reason .reason_ttl_w h2{
	font-weight: 600;
	font-size: 3.4rem;
	text-align: center;
	line-height: 1;
}
#reason .reason_ttl_w h2 .s_txt{
	font-size: 2.8rem;
}
#reason .reason_ttl_w h2 .l_txt {
	font-size: 5.0rem;
}
#reason .reason_w{
	justify-content: space-between;
}
#reason .reason_i{
	padding: 63px 50px 50px;
	width: 31.5%;
	box-sizing: border-box;
	margin-bottom: 40px;
	height: 400px;
	border-radius: 12px;
	border: 1px solid #1976D2;
}
#reason .reason_i:nth-of-type(2n){
	border: 1px solid #F79536;
}
#reason .reason_i .icon{
	margin-bottom: 30px;
	height: 93px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#reason .reason_i .txtarea{}
#reason .reason_i .txtarea h3{
	font-size: 2.2rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 15px;
}
#reason .reason_i .txtarea p{
	text-align: center;
	font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
	#reason .reason_ttl_w {
		position: relative;
		margin-bottom: 60px;
	}
	#reason .reason_ttl_w h2{
		font-size: 2.6rem;
	}
	#reason .reason_ttl_w h2 .s_txt {
		font-size: 2.2rem;
	}
	#reason .reason_ttl_w h2 .l_txt {
		font-size: 4.0rem;
	}
	#reason .reason_ttl_w::after {
		content: "";
		width: 55px;
		height: 57px;
		display: block;
		background: url(../images/reason_ttl_icon_02@x2.png);
		background-size: 70%;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		top: -30px;
		right: 50%;
		transform: translateX(175px);
	}
	#reason .reason_ttl_w::before {
		content: "";
		width: 49px;
		height: 49px;
		display: block;
		background: url(../images/reason_ttl_icon_01@x2.png);
		background-size: 70%;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateX(-175px);
	}
	#reason {
		padding: 61px 0 60px
	}
	#reason .reason_i{
		width: 100%;
	}
	#reason .reason_i {
		width: 100%;
		display: flex;
		margin-bottom: 16px;
		height: auto;
		border-radius: 8px;
		padding: 20px 16px 20px 26px;
    }
	#reason .reason_i:last-of-type {
		margin-bottom: 0;
	}
	#reason .reason_i .icon {
		margin-bottom: 0;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		margin-right: 26px;
		flex-shrink: 0;
	}
	#reason .reason_i .txtarea h3 {
		font-size: 1.8rem;
		text-align: left;
		margin-bottom: 8px;
	}
	#reason .reason_i .txtarea p{
		text-align: left;
		font-size: 1.5rem;
		letter-spacing: 0px;
	}
}

#list{
	background-image: -moz-linear-gradient(-10deg, rgba(247, 149, 54, 0.12) 0%, rgba(222, 199, 187, 0.12) 56%, rgba(25, 118, 210, 0.12) 99%);
	background-image: -webkit-linear-gradient(-10deg, rgba(247, 149, 54, 0.12) 0%, rgba(222, 199, 187, 0.12) 56%, rgba(25, 118, 210, 0.12) 99%);
	background-image: -ms-linear-gradient(-10deg, rgba(247, 149, 54, 0.12) 0%, rgba(222, 199, 187, 0.12) 56%, rgba(25, 118, 210, 0.12) 99%);
	padding: 100px 0;
}
#list .list_w{
	display: grid;
	grid-template-columns: 274px repeat(3, 1fr) 250px;
	grid-template-rows: repeat(8, minmax(2px, auto)); /* すべての行は最低でも100px */
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	font-size: 1.4rem;
	margin-bottom: 60px;
}
#list .list_w .ttl_01{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2px;
}
#list .list_w .ttl_01 > div {
	padding: 25px;
	border-radius: 10px 10px 0 0;
	width: 100%;
	text-align: center;
	font-size: 2.0rem;
}
#list .list_w .ttl_02 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding-block: 30px;
}
#list .list_w .colum{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2px;
	font-size: 1.5rem;
}
#list .list_w .colum > div {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#list .list_w .colum>div .s_txt{
	margin-block: 20px 30px;
}
#list .list_w .colum .column_01_w {
	border-left: 2px solid #1976D2;
	border-right: 2px solid #1976D2;
}
#list .list_w .colum .column_02_w {
	border-left: 2px solid #F79536;
	border-right: 2px solid #F79536;
}
#list .list_w .colum .column_03_w {
	border-left: 2px solid #FFCE9F;
	border-right: 2px solid #FFCE9F;
}
#list .list_w .colum .column_04_w {
	border-left: 2px solid #216B9A;
	border-right: 2px solid #216B9A;
}
#list .list_w .colum .column_04_w{
	padding: 30px 20px;
}
#list .colum_01_none > div {
	border-left: 2px solid #1976D2;
	border-right: 2px solid #1976D2;
	padding: 4px;
}
#list .colum_02_none > div {
	border-left: 2px solid #F79536;
	border-right: 2px solid #F79536;
	padding: 4px;
}
#list .colum_03_none > div {
	border-left: 2px solid #FFCE9F;
	border-right: 2px solid #FFCE9F;
	padding: 4px;
}
#list .colum_04_none>div {
	border-left: 2px solid #216B9A;
	border-right: 2px solid #216B9A;
	padding: 4px;
}
#list .list_w .colum .column_01_w.las{
	border-bottom: 2px solid #1976D2;
	border-radius: 0 0 10px 10px;
}
#list .list_w .colum .column_02_w.las{
	border-bottom: 2px solid #F79536;
	border-radius: 0 0 10px 10px;
}
#list .list_w .colum .column_03_w.las{
	border-bottom: 2px solid #FFCE9F;
	border-radius: 0 0 10px 10px;
}
#list .list_w .colum .column_04_w.las {
	border-bottom: 2px solid #216B9A;
	border-radius: 0 0 10px 10px;
}
.colum_none{
	grid-row: span 2;
	padding: 0 2px;
}
.set{
	padding: 60px 60px 60px 120px;
	align-items: flex-start;
}
.set h3{
	font-size: 2.2rem;
	flex-shrink: 0;
	margin-right: 151px;
	line-height: 16px;
	border-left: 5px solid #216B9A;
	padding: 5px 0 5px 10px;
}
.set .set_cont{}
.set .set_cont .set_cont_i{
	margin-bottom: 40px;
}
.set .set_cont .set_cont_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.set .set_cont .set_cont_i dt{
	font-size: 1.8rem;
	margin-bottom: 10px;
	line-height: 1.25;
	display: flex;
	font-weight: 600;
	align-items: center;
}
.set .set_cont .set_cont_i dt::before{
	content: "";
	width: 16px;
	height: 16px;
	background: #216B9A;
	border-radius: 100px;
	margin-right: 10px;
	flex-shrink: 0;
}
.set .set_cont .set_cont_i dd{
	padding-left: 26px;
}
@media screen and (max-width: 750px) {
	#list .in_in{
		width: 100%;
	}
	#list {
		padding: 60px 0;
	}
	.list_ww{
		overflow: scroll;
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 50px;
	}
	#list .list_w{
		width: 720px;
		grid-template-columns: 106px repeat(3, 144px) 198px;
		margin-bottom: 15px;
	}
	#list .list_w .ttl_01 > div{
		font-size: 1.4rem;
		padding: 15px;
	}
	#list .list_w .ttl_02{
		font-size: 1.4rem;
		padding: 15px;
		text-align: center;
	}
	#list .list_w .colum > div{
		padding: 15px 13px;
	}
	#list .list_w .colum>div .s_txt{
		margin-block: 20px 0;
		text-align: start;
	}
	#list .list_w .colum:nth-last-of-type(4) >div{
		padding: 0 14px 16px;
		letter-spacing: 0px;
	}
	/* #list .list_w .colum:last-of-type {
		padding: 0 14px 16px;
		letter-spacing: 0px;
	} */
	#list .list_w .colum .column_01_w,
	#list .list_w .colum .column_04_w {
	font-size: 12px;
	padding: 0 15px;
	}
	#list .list_w .colum .column_03_w {
	font-size: 13px;
	letter-spacing: 0px;
	}
	.set{
		width: 90%;
		margin: auto;
		box-sizing: border-box;
		padding: 30px;
		border-radius: 20px;
	}
	.set h3{
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.set .set_cont .set_cont_i {
		margin-bottom: 16px;
	}
	.set .set_cont .set_cont_i dt{
		font-size: 1.5rem;
		margin-bottom: 6px;
	}
	.set .set_cont .set_cont_i dt::before{
		width: 8px;
		height: 8px;
	}
}

#price {
	padding: 100px 0;
	position: relative;
}
#price .shape{
	position: absolute;
	width: calc(280 / 1920 * 100vw);
}
#price .shape.shape_01 {
	right: -0;
	top: -0;
}
#price .shape.shape_02 {
	left: 0;
	top: 660px;
}
#price .shape.shape_03 {
	right: 0;
	top: 1290px;
}
#price .shape.shape_04 {
	left: 0;
	bottom: 0;
}
#price .price_w{}
#price .price_w .price_i{
	margin-bottom: 60px;
}
#price .price_w .price_i h3{
	text-align: center;
	margin-bottom: 30px;
	font-size: 2.4rem;
}
#price .price_w .price_i table{
	width: 100%;
}
#price .price_w .price_i .caption{
	margin-top: 20px;
	font-size: 1.4rem;
}
#price .price_w .price_i_01 .table_w{
	border: 1px solid #1976D2;
	border-radius: 10px;
	overflow: hidden;
}
#price .price_w .price_i.price_i_02 .table_w {
	border: 1px solid #216B9A;
	border-radius: 10px;
	overflow: hidden;
}
#price .price_w .price_i.price_i_03 .table_w {
	border: 1px solid #F79536;
	border-radius: 10px;
	overflow: hidden;
}
#price .price_w .price_i table th{
	padding: 20px;
	vertical-align: middle;
}
#price .price_w .price_i_03 table th br{
	display: none;
}
#price .price_w .price_i table td{
	padding: 22px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.7rem;
}
#price .price_w .price_i_01 table td:nth-of-type(1),
#price .price_w .price_i_02 table td:nth-of-type(1){
	width: 480px;
}
#price .price_w .price_i_01 table td:nth-of-type(2),
#price .price_w .price_i_01 table td:nth-of-type(3),
#price .price_w .price_i_02 table td:nth-of-type(2),
#price .price_w .price_i_02 table td:nth-of-type(3){
	width: 300px;
}
#price .price_i_03 table td{
	width: 50%;
}
#price .price_w .price_i table td p{
	font-size: 1.3rem;
	margin-top: 10px;
}
#price .price_w .price_i.price_i_01 tr{
	background: #EFF7FF;
}
#price .price_w .price_i.price_i_01 tr.c:nth-of-type(2n){
	background: #fff;
}
#price .price_w .price_i.price_i_01 tr.c td{
	border-right: 1px solid #1976D2;
}
#price .price_w .price_i.price_i_01 tr.c td:nth-last-of-type(1){
	border-right: 0px solid #1976D2;
}

#price .price_w .price_i.price_i_02 tr{
	background: #EFF7FF;
}
#price .price_w .price_i.price_i_02 tr.c:nth-of-type(2n){
	background: #fff;
}
#price .price_w .price_i.price_i_02 tr.c td{
	border-right: 1px solid #216B9A;
}
#price .price_w .price_i.price_i_02 tr.c td:nth-last-of-type(1){
	border-right: 0px solid #216B9A;
}

#price .price_w .price_i.price_i_03 tr{
	background: #FFFCF8;
}
#price .price_w .price_i.price_i_03 tr.c:nth-of-type(2n){
	background: #fff;
}
#price .price_w .price_i.price_i_03 tr.c td{
	border-right: 1px solid #F79536;
}
#price .price_w .price_i.price_i_03 tr.c td:nth-last-of-type(1){
	border-right: 0px solid #F79536;
}
@media screen and (max-width: 750px) {
	#price .price_w .price_i_03{
		margin-bottom: 0px;
	}
	/* #price .price_w .price_i table {
		table-layout: auto;
	} */
	#price {
		padding: 70px 0 60px;
	}
	#price .price_w .price_i h3{
		font-size: 2.0rem;
		margin-bottom: 16px;
	}
	#price .price_w .price_i table td:nth-of-type(1){
		width:36%;
	}
	#price .price_w .price_i table td:nth-of-type(2),
	#price .price_w .price_i table td:nth-of-type(3){
		width:32%;
	}
	#price .price_w .price_i_03 table td:nth-of-type(1){
		width:38%;
	}
	#price .price_w .price_i_03 table td:nth-of-type(2){
		width:62%;
	}
	#price .price_w .price_i table td{
		font-size: 1.4rem;
	}
	#price .price_w .price_i table td:nth-last-of-type(1){
		font-size: 2.0rem;
	}
	#price .price_w .price_i table td:nth-last-of-type(1) .yen{
		font-size: 1.6rem;
		letter-spacing: 0px;
	}
	#price .price_w .price_i table td:nth-last-of-type(1) .en + .yen{
		letter-spacing: 1px;
	}
	#price .price_w .price_i_03 table tr:nth-of-type(5) td + td{
		font-size: 1.4rem;
	} 
	#price .price_w .price_i table th{
		padding: 10px;
		word-break: keep-all;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	#price .price_w .price_i_01 table tr td:nth-of-type(2){
		letter-spacing: 0px;
	}
	#price .price_w .price_i table td{
		padding: 10px;
		word-break: break-all;
	}
	#price .price_w .price_i table td p{
		font-size: 1.2rem;
	}
	#price .shape {
		position: absolute;
		width: 90px;
	}
	#price .price_w .price_i .caption {
		margin-top: 10px;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
	}
}
@media screen and (max-width: 375px){
	#price .price_w .price_i_03 table th br{
		display: block;
	}
}

#flow {
	padding: 100px 0;
	background: url(../images/flow_bg@x2.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}
#flow .in{
	background: rgba(247, 149, 54, 0.1);
	box-sizing: border-box;
	padding: 80px 271px;
}
#flow .flow_w{
	position: relative;
}
#flow .flow_w:before {
	background: #CCCCCC;
	content: "";
	width: 1px;
	height: 90%;
	display: block;
	position: absolute;
	left: 80px;
}
#flow .flow_i{
	align-items: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
#flow .flow_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#flow .flow_i .icon{
	flex-shrink: 0;
	margin-right: 50px;
}
#flow .flow_i .txtarea{}
#flow .flow_i .txtarea .num{
	line-height: 1;
	margin-bottom: 10px;
	font-size: 1.8rem;
}
#flow .flow_i .txtarea .num span{
	font-size: 2.4rem;
}
#flow .flow_i .txtarea .txt{
	font-size: 1.6rem;
}
#flow .flow_i .txtarea h3{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 18px;
}
#flow .flow_i .txtarea h3 span{
	background: rgba(25, 118, 210, 0.25);
}
#flow .flow_i:nth-of-type(2n) .txtarea h3 span{
	background: rgba(247, 149, 54, 0.25);
}
#flow .flow_i .txtarea .blue_un {
	border-bottom: 2px solid #1976D2;
}
#flow .flow_i .txtarea .orange_un {
	border-bottom: 2px solid #F79536;
}

@media screen and (max-width: 750px) {
	#flow{
		padding: 70px 0 0;
	}
	#flow .in{
		width: 100%;
		padding: 40px 5% 60px;
	}
	#flow .flow_i .icon{
		width: 25%;
		margin-right: 20px;
	}
	#flow .flow_i {
    align-items: self-start;
	}
	#flow .flow_i{
		margin-bottom: 36px;
	}
	#flow .flow_i .txtarea .num{
		font-size: 1.4rem;
		margin-bottom: 2px;
	}
	#flow .flow_i .txtarea .num span {
		font-size: 1.8rem;
	}
	#flow .flow_i .txtarea h3 {
    font-size: 2.0rem;
		margin-bottom: 12px;
	}
	#flow .flow_i .txtarea .txt{
		font-size: 1.4rem;
	}
	#flow .flow_w:before {
		background: #CCCCCC;
		content: "";
		width: 1px;
		height: 86%;
		display: block;
		position: absolute;
		left: 12.5%;
	}
}

#about {
	padding:0 0 50px;
}
#about .in{
	background:url(../images/about_bg@x2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding:100px 270px 140px;
	box-sizing: border-box;
}
#about h2 {
	text-align: center;
	margin-bottom: 40px;
}
#about .lead_txt {
	letter-spacing: 0.16rem;
	line-height: 3.2rem;
	font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
	#about{
		padding: 60px 0 70px;
	}
	#about .bg_grad{
	background: linear-gradient(227deg, rgba(247, 149, 54, 0.25) 0%, rgba(222, 199, 187, 0.25) 56%, rgba(25, 118, 210, 0.25) 99%);
	border-radius: 8px;
	padding: 10px;
	position: relative;
	z-index: 5;
	}
	#about .bg_grad:before {
		content: "";
		position: absolute;
		width: 65px;
		height: 85px;
		background: linear-gradient(218deg, rgba(247, 149, 54, 0.25) 0%, rgba(222, 199, 187, 0.25) 56%, rgba(25, 118, 210, 0.25) 99%);
		border-radius: 8px;
		top: -30px;
    left: 0;
		z-index: 10;
	}
	#about .bg_grad:after {
		content: "";
		position: absolute;
		width: 65px;
		height: 85px;
		background: linear-gradient(46deg, rgba(247, 149, 54, 0.25) 0%, rgba(222, 199, 187, 0.25) 56%, rgba(25, 118, 210, 0.25) 99%);
		border-radius: 8px;
		bottom: -30px;
		right: 0;
		z-index: 10;
	}
	#about .in{
		width: 100%;
		background: white;
		border-radius: 8px;
		padding:30px 10px;
		box-sizing: border-box;
		z-index: 100;
	}
	#about h2{
		margin-bottom: 30px;
	}
	#about h2 img{
		max-width: 87%;
	}
	#about .lead_txt{
		font-size: 15px;
	}
	#about .lead_txt span {
		display: none;
	}
}

#about_02{
	padding: 100px 0 100px;
	background: url(../images/math_bg.png);
}
#about_02 .about_02_i{
	margin-bottom: 40px;
}
#about_02 .about_02_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#about_02 .about_02_i .about_02_ttl_btn{
	background: #DDF0FA;
	border: 1px solid #216B9A;
	padding: 20px 30px;
	border-radius: 10px;
	position: relative;
}
#about_02 .about_02_i .about_02_ttl_btn::before,
#about_02 .about_02_i .about_02_ttl_btn::after  {
	content: '';
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 20px;
	background-color: #216B9A;
	right: 30px;
	top: 50%;
	transform: translate(0, -50%);
}
#about_02 .about_02_i .about_02_ttl_btn::after {
	transform: rotate(90deg) translate(0, -50%);
	right: 40px;
	top: calc(50% - 10px);
	transition: 0.5;
}
#about_02 .about_02_i .about_02_ttl_btn.open::before{
	display: none;
}
#about_02 .about_02_i .about_02_ttl_btn h3{
	font-size: 2.2rem;
	flex-shrink: 0;
	margin-right: 80px;
	line-height: 16px;
	border-left: 5px solid #216B9A;
	padding: 5px 0 5px 10px;
}
#about_02 .about_02_i:nth-of-type(3) .about_02_ttl_btn h3 br{
	display: none;
}
#about_02 .about_02_i .about_02_i_ac_area{
	margin-top: 24px;
	display: none;
}
#about_02 .about_02_i .about_02_i_ac_area .about_02_lead_txt{
	margin-bottom: 30px;
	font-size: 1.8rem;
}
#about_02 .about_02_i .about_02_i_ac_area .about_02_lead_txt .cor_red{
	font-weight: bold;
}
#about_02 .about_02_i .about_02_i_ac_area table{
	width: 100%;
	border-collapse: separate;
  border-spacing: 0px 30px;
}
#about_02 .about_02_i .about_02_i_ac_area table th,
#about_02 .about_02_i .about_02_i_ac_area table td{
	vertical-align: middle;
}
#about_02 .about_02_i .about_02_i_ac_area table th{
	background: #F0F0F0;
	width: 180px;
	padding: 16px 45px;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing:0px;
}
#about_02 .about_02_i .about_02_i_ac_area table td{
	padding-left: 48px;
}
#about_02 .about_02_i .about_02_i_ac_area table td .about_02_i_cont_f{
	justify-content: space-between;
}
#about_02 .about_02_i .about_02_i_cont_f .about_02_i_cont_f_i{
	width: 49%;
}
#about_02 .about_02_i .about_02_i_cont_f .about_02_i_cont_f_i .ttl{
	padding: 10px;
	margin-bottom: 24px;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
}
#about_02 .about_02_i .about_02_i_cont_li_i{
	margin-bottom: 3rem;
}
#about_02 .about_02_i .about_02_i_cont_li_i:last-of-type{
	margin-bottom: 0;
}
#about_02 .about_02_i .about_02_i_ac_area table td .txtbox .txt{
	margin-bottom: 3rem;
}
#about_02 .about_02_i .about_02_i_ac_area table td .txt{
	/* margin-bottom: 15px; */
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#about_02 .about_02_i .about_02_i_ac_area table td .txt .strong{
font-weight: bold;
}
#about_02 .about_02_i .about_02_i_ac_area table td .txt:nth-last-of-type(1){
	margin-bottom: 0;
}
#about_02 .about_02_i .about_02_i_ac_area table td .cor_orange{
	font-weight: bold;
}
#about_02 .about_02_i .about_02_i_ac_area table td .red_line{
	background: linear-gradient(transparent 70%, #FAB0B0 70%);
	font-weight: bold;
}
@media screen and (max-width: 750px) {
#about_02{
	padding: 60px 0 75px;
}
	#about_02 .about_02_i .about_02_ttl_btn h3{
		font-size: 1.8rem;
		line-height: 1.5rem;
	}
	#about_02 .about_02_i:nth-of-type(3) .about_02_ttl_btn h3{
		position: relative;
		border-left: none;
		margin-left: 5px;
	}
	#about_02 .about_02_i:nth-of-type(3) .about_02_ttl_btn h3:before{
		position: absolute;
		content: "";
		top: 0;
		left: -4px;
		width: 5px;
		height: 1.4em;
		background-color: #216B9A;
	}
	#about_02 .about_02_i .about_02_i_ac_area .about_02_lead_txt{
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
	#about_02 .about_02_i .about_02_i_ac_area table{
		border-spacing: 0px;
	}
	#about_02 .about_02_i .about_02_i_ac_area table th,
	#about_02 .about_02_i .about_02_i_ac_area table td{
		display: block;
		width: 100%;
	}
	#about_02 .about_02_i .about_02_i_ac_area table th{
		padding: 8px;
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
	#about_02 .about_02_i .about_02_i_ac_area table td {
		padding-left: 0;
		margin-bottom: 25px;
	}
	#about_02 .about_02_i .about_02_i_ac_area table td .txt{
		font-size: 1.4rem;
	}
	#about_02 .about_02_i .about_02_i_ac_area table tr:nth-of-type(1) td .txtbox .txt{
		letter-spacing: 0px;
		margin-bottom: 1rem;
	}
	#about_02 .about_02_i .about_02_i_ac_area table td .txt:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#about_02 .about_02_i .about_02_i_ac_area table td .txt:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#about_02 .about_02_i .about_02_i_cont_f .about_02_i_cont_f_i{
		width: 100%;
		display: grid;
		gap: 10px;
		grid-template-columns: 12% 1fr;
		grid-template-rows: 1fr;
		margin-bottom: 16px;
	}
	#about_02 .about_02_i .about_02_i_cont_f .about_02_i_cont_f_i .ttl{
		font-size: 1.3rem;
		padding: 10px 0;
		letter-spacing: 0px;
		min-width: 38px;
		min-height: 110px;
		align-content: center;
		grid-column: 1 / 2;
		margin-bottom: 0px;
	}
	#about_02 .about_02_i .about_02_i_cont_f .about_02_i_cont_f_i .ttl span{
		display: none;
	}
	#about_02 .about_02_i .about_02_i_cont_f .about_02_i_cont_f_i .txtbox{
		grid-column: 2 / 2;
		align-content: center;
	}
}
@media screen and (max-width:500px) {
	#about_02 .about_02_i:nth-of-type(3) h3{
		line-height: 2.5rem;
		padding: 0px 0 5px 10px;
	}
	#about_02 .about_02_i:nth-of-type(3) h3 br{
		display: block !important;
	}
}

#footer{
	padding: 80px 0;
	background: url(../images/footer_bg@x2.jpg);
	background-size: cover;
	background-position: center;
}
#footer .footer_w{
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
#footer .footer_L .logo {
	margin-bottom: 30px;
}
#footer .footer_L .info_w{
	margin-bottom: 30px;
}
#footer .footer_L .info_w .address_w{
	margin-right: 20px;
}
#footer .footer_L .calender{
	max-width: 513px;
}


#footer .footer_L .calender_div {
	background-color: white;
	padding: 14px;
	margin-bottom: 20px;
	border-radius: 6px;
}
#footer .footer_L .calender table{
	text-align: center;
}
#footer .footer_L .calender tr {
	border-bottom: 1px #D1D1D1 solid;
}
#footer .footer_L .calender tr:last-of-type{
	border-bottom: none;
}
#footer .footer_L .calender tr:last-of-type td{
	padding: 14px 20px 0;
}
#footer .footer_L .calender th{
	font-size: 1.4rem;
	padding: 0px 20px 12px;
}
#footer .footer_L .calender td{
	font-size: 1.4rem;
	padding: 14px 22px 12px;
	line-height: 1rem;
	vertical-align: middle;
}
#footer .footer_L .calender th:nth-last-of-type(1){
	padding: 0;
}
#footer .footer_L .calender td:nth-last-of-type(1){
	padding: 14px 18px;
}
#footer .footer_L .calender th:nth-of-type(1),
#footer .footer_L .calender td:nth-of-type(1){
	border-right: 1px solid #D1D1D1;
	font-weight: bold;

}
#footer .footer_L .calender th:last-of-type,
#footer .footer_L .calender td:last-of-type{
	border-left: 1px dotted #D1D1D1;
}
#footer .footer_L .calender tr:nth-of-type(2) td:nth-of-type(n+2):nth-of-type(-n+6):before,
#footer .footer_L .calender tr:nth-of-type(3) td:nth-of-type(n+2):nth-of-type(-n+6):before,
#footer .footer_L .calender tr:nth-of-type(4) td:last-of-type:before,
#footer .footer_L .calender tr:nth-of-type(5) td:last-of-type:before{
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: white;
	border: 3px solid #1976D2;
	display:inline-block;
}

@media screen and (max-width:750px){
	#footer .footer_L .calender_div {
		padding: 14px;
		margin-bottom: 20px;
		border-radius: 6px;
	}
	#footer .footer_L .calender table tbody{
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}
	#footer .footer_L .calender tr {
		border-bottom:none;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(7, 1fr);
	}
	#footer .footer_L .calender tr:last-of-type{
		border-bottom: none;
	}
	#footer .footer_L .calender th{
		font-size: 1.4rem;
		/* padding: 14px 12px 11px; １列目*/
		padding: 7px 12px;
		border-bottom: 1px solid #D1D1D1;
		border-right: 1px solid #D1D1D1;
		align-content: center;
	}
	#footer .footer_L .calender td{
		font-size: 1.4rem;
		padding: 14px 18px;
		line-height: 0;
		border-bottom: 1px solid #D1D1D1;
	}

	#footer .footer_L .calender td:nth-of-type(1){
		border-right: none;
		line-height: 1rem;
	}
	#footer .footer_L .calender th:nth-last-of-type(-n+2),
	#footer .footer_L .calender td:nth-last-of-type(-n+2){
		border-bottom: none;
	}
	#footer .footer_L .calender th:last-of-type,
	#footer .footer_L .calender td:last-of-type{
		border-left: none;
		border-top: 1px dotted #D1D1D1;
		padding: 14px 20px 0;
	}
	#footer .footer_L .calender td span{
		display: inline;
	}
	#footer .footer_L .calender td span:after{
		content: "";
		width: 1px;
		height: 6px;
		background-color: #303030;
		display: block;
		margin: 0 auto;
	}
}






#footer .footer_L .calender img{
	margin-bottom: 20px;
}
#footer .footer_L .calender p .line{
	font-weight: 600;
	font-size: 1.8rem;
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px solid #444;
}
#footer .footer_R .cta_txt {
	text-align: center;
	font-size: 2.0rem;
	margin-bottom: 15px;
}

#footer .footer_R .cta_btn {
	text-align: center;
	border: 3px solid #F79536;
	background: #fff;
	padding: 27px 95px 27px 85px;
	width: 490px;
	margin: auto;
	border-radius: 10px;
	font-size: 3.2rem;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
}

#footer .footer_R .cta_btn img {
	margin-right: 14px;
}

#footer .footer_R .cta_btn span {
	color: #F79536;
}

#footer .footer_R .cta_btn:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px solid #F79536;
	border-right: 3px solid #F79536;
	display: flex;
	position: absolute;
	top: 50%;
	right: 36px;
	transform: rotate(45deg) translate(0, -50%);
}
#footer .copy{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#footer{
		padding: 48px 0;
	}
	#footer .footer_w {
		flex-flow: column-reverse;
		gap: 60px;
		margin-bottom: 40px;
	}
	#footer .footer_L .calender{
		display: flex;
		flex-flow: column-reverse;
	}
	#footer .footer_L .calender p{
		margin-bottom: 10px;
	}
	#footer .footer_L .calender p .line{
		font-size: 1.6rem;
	}
	#footer .footer_L .calender p .s_txt{
		font-size: 1.2rem;
	}
	#footer .footer_R{
		width: 100%;
		margin-top: 20px;
	}
	#footer .footer_R .cta_txt{
		font-size: 1.8rem;
	}
	#footer .footer_R .cta_btn{
		box-sizing: border-box;
		border: 2px solid #F79536;
		width: 90%;
		padding: 20px;
		font-size: 2.2rem;
	}
}



.term .main_w{
	margin-top: 70px;
	background: #f0f0f0;

}
.term .term_w{
	background: #fff;
	padding: 50px;
}

.term .term_w h1,
.term .term_w h2 {
	color: #333;
	border-bottom: 2px solid #007BFF;
	padding-bottom: 5px;
}

.term .term_w h1 {
	font-size: 24px;
}

.term .term_w h2 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.term .term_w ul {
	list-style-type: none;
	padding: 0;
}

.term .term_w ul li {
	margin: 5px 0;
	padding-left: 15px;
	position: relative;
}

.term .term_w ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #007BFF;
	font-size: 20px;
	line-height: 1.2;
}

.term .term_w p {
	margin: 10px 0;
}

.term .term_w .section {
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.term .term_w{
		background: #fff;
		padding: 50px 7.5%;
	}
		.term .term_w h1,
		.term .term_w h2 {
			line-height: 1.25;
			padding-bottom: 10px;
		}
				.term .term_w h1 {
					font-size: 20px;
				}
		
				.term .term_w h2 {
					font-size: 16px;
				}
}