@charset "UTF-8";
/*リセットcss---------------------------*/
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

@media screen\0 {
	body {
		display: block;
	}
}

a {
	color: #3E3A39;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #F86630;
	text-decoration: none;
}

p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
	font-feature-settings: "palt";
	margin-bottom: 0;
	color: #3E3A39;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-size: 1.8rem;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	border-spacing: 0;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

button:focus {
	outline: 0;
}

@media only screen and (min-width: 992px) {
	p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
		font-size: 2.4rem;
	}
}

/*フォント関連----------------------*/
body {
	font-family: 'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

html {
	font-size: 62.5%;
}

h1 {
	font-size: 3.5rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

/*汎用クラス*/
.font_s,
.font_sm {
	font-size: 1.2rem !important;
}

.font_smm {
	font-size: 1.6rem !important;
}

.font_mm {
	font-size: 1.4rem !important;
}

.font_ml {
	font-size: 1.5rem !important;
}

.font_mmml {
	font-size: 1.8rem !important;
}

.font_mml {
	font-size: 2rem !important;
}

.font_m {
	font-size: 2.4rem !important;
}

.font_l {
	font-size: 5rem !important;
}

@media only screen and (min-width: 768px) {
	/*汎用クラス*/
	.font_sm {
		font-size: 1.6rem !important;
	}
	.font_m {
		font-size: 1.7rem !important;
	}
	.font_mm {
		font-size: 2.4rem !important;
	}
	.font_mml {
		font-size: 2.1rem !important;
	}
	.font_ml {
		font-size: 3rem !important;
	}
	.font_l {
		font-size: 8rem !important;
	}
}

@media only screen and (min-width: 992px) {
	h1 {
		font-size: 4.5rem;
	}
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 2.4rem;
	}
	h4 {
		font-size: 2.2rem;
	}
	h5 {
		font-size: 2rem;
	}
	/*汎用クラス*/
	.font_s {
		font-size: 1.4rem !important;
	}
	.font_sm {
		font-size: 2rem !important;
	}
	.font_m {
		font-size: 2.4rem !important;
	}
	.font_mm {
		font-size: 2.8rem !important;
	}
	.font_mml {
		font-size: 3rem !important;
	}
	.font_ml {
		font-size: 4rem !important;
	}
	.font_l {
		font-size: 10rem !important;
	}
}

@media only screen and (min-width: 1200px) {
	.font_mml {
		font-size: 3.5rem !important;
	}
	.font_l {
		font-size: 12rem !important;
	}
}

/* 共通部品置き場 ---------------------------*/
.content {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.content_pt {
	padding-top: 30px !important;
}

.content_pb {
	padding-bottom: 30px !important;
}

.font_weight_800 {
	font-weight: 800 !important;
}

@media only screen and (min-width: 768px) {
	.three_column_layout {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.three_column_layout .three_column_layout_inner {
		max-width: 30%;
		width: 100%;
	}
	.two_column_center_box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.two_column_center_box .two_column_center_box_inner {
		max-width: 38%;
		width: 100%;
	}
	/*横幅*/
	.max_width_600 {
		max-width: 600px;
	}
	.max_width_500 {
		max-width: 500px;
	}
}

/*IE用*/
@media all and (min-width: 728px) and (-ms-high-contrast: none) {
	.max_width_500 {
		max-width: 330px;
	}
}

@media only screen and (min-width: 992px) {
	.content {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.content_pt {
		padding-top: 40px !important;
	}
	.content_pb {
		padding-bottom: 40px !important;
	}
}

/*IE用*/
@media all and (min-width: 992px) and (-ms-high-contrast: none) {
	.max_width_500 {
		max-width: 500px;
	}
}

@media only screen and (min-width: 1200px) {
	.two_column_center_box .two_column_center_box_inner {
		max-width: 32%;
	}
	/*横幅*/
	.max_width_1110 {
		max-width: 1110px !important;
	}
}

/* ボタン置き場 -----------------------------*/
/*基本ボタン*/
.btn_layout {
	margin-top: 20px;
}

.btn_layout a {
	display: block;
	width: 100%;
}

.btn_layout a {
	color: #3E3A39;
	font-size: 1.9rem;
	border-radius: 50px;
	text-align: center;
	padding: 15px;
	background: #FFE837;
	box-shadow: 5px 5px 5px rgba(62, 58, 57, 0.3);
	position: relative;
}

.btn_layout a::after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	right: 15px;
	border: 10px solid transparent;
	border-left: 15px solid #3E3A39;
	top: 35%;
}

/*フォームボタン*/
.btn_layout {
	margin-top: 20px;
}

.btn_layout a {
	display: block;
	width: 100%;
}

.btn_layout button, .btn_layout input {
	color: #fff;
	font-size: 2.4rem;
	border-radius: 50px;
	text-align: center;
	padding: 5px 15px;
	background: #F86630;
	box-shadow: 5px 5px 5px rgba(62, 58, 57, 0.3);
}

.btn_layout .return {
	font-size: 2.2rem;
	background: rgba(62, 58, 57, 0.6);
}

/*電話*/
.tel a {
	color: #3E3A39;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2em;
}

@media only screen and (min-width: 768px) {
	/*基本ボタン*/
	.btn_layout a {
		min-width: 310px;
	}
}

@media only screen and (min-width: 992px) {
	/*基本ボタン*/
	.btn_layout {
		margin-top: 30px;
	}
	.btn_layout a {
		font-size: 3rem;
		min-width: 440px;
		max-width: 440px;
		padding: 15px 30px 15px 15px;
		transition: transform 0.4s linear;
	}
	.btn_layout a::after {
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		border: 12px solid transparent;
		border-left: 20px solid #3E3A39;
	}
	.btn_layout a:hover {
		transform: scale(1.2);
	}
	/*フォームボタン*/
	.btn_layout {
		margin-top: 20px;
	}
	.btn_layout a {
		display: block;
		width: 100%;
	}
	.btn_layout button, .btn_layout input {
		padding: 5px 40px;
	}
	.btn_layout .return {
		font-size: 1.6rem;
		padding: 10px 40px;
	}
	/*電話*/
	.tel a {
		font-size: 3rem;
	}
}

@media only screen and (min-width: 1200px) {
	/*基本ボタン*/
	.btn_layout {
		margin-top: 40px;
	}
}

/* 色の汎用クラス置き場 ---------------------------*/
/*テキスト色*/
.text_main_color_base {
	color: #F86630 !important;
}

/*背景色*/
.bg_main_color_base {
	background: #F86630 !important;
}

.bg_main_color_base_light {
	background: #FCE5D5 !important;
}

.bg_main_color_base_middle {
	background: #F8AB30 !important;
}

.bg_main_color_base_middle_dark {
	background: #F88530 !important;
}

.bg_sub_color_light {
	background: #FFFCE3 !important;
}

/* 共通見出し置き場 ---------------------------*/
/*タイトルレイアウト*/
.title_layout {
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}

/*タイトル　目立たせたいもの*/
.title_point {
	color: #F86630;
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 30px;
}

/*タイトル　スラッシュ*/
.title_slash {
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin-top: 60px;
	padding: 0 25px;
}

.title_slash::before, .title_slash::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	background: #3E3A39;
	display: inline-block;
	top: 0;
}

.title_slash::before {
	transform: rotate(-20deg);
	left: 0;
}

.title_slash::after {
	transform: rotate(20deg);
	right: 0;
}

/*タイトル　蛍光ペン下線*/
.title_color_pen {
	font-size: 2.8rem;
	color: #fff;
	display: inline;
	background: linear-gradient(transparent 80%, #FFE837 80%);
}

@media only screen and (min-width: 768px) {
	/*タイトル　スラッシュ*/
	.title_slash {
		font-size: 2.2rem;
	}
	/*タイトル　蛍光ペン下線*/
	.title_color_pen {
		font-size: 2.4rem;
	}
}

@media only screen and (min-width: 992px) {
	/*タイトルレイアウト*/
	.title_layout {
		font-size: 4rem;
	}
	/*タイトル　目立たせたいもの*/
	.title_point {
		font-size: 2.4rem;
	}
	/*タイトル　蛍光ペン下線*/
	.title_color_pen {
		font-size: 3.4rem;
	}
}

@media only screen and (min-width: 1200px) {
	/*タイトル　蛍光ペン下線*/
	.title_color_pen {
		font-size: 3.8rem;
	}
}

/* ヘッダー関連 ------------------------*/
.page_header {
	position: fixed;
	width: 100%;
	background: #fff;
	padding: 10px 0;
	z-index: 9999;
}

/*ロゴ*/
h1.logo {
	margin-bottom: 0;
	line-height: 0;
}

.logo img {
	width: 85px;
}

@media only screen and (min-width: 992px) {
	/*ロゴ*/
	.logo img {
		width: 125px;
	}
}

/*  フッター関連 ----------------------------*/
/*トップに戻る*/
.page_top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	width: 50px;
	height: 50px;
	background: #FFFCE3;
	border: 3px solid #3E3A39;
	border-radius: 50%;
	z-index: 80;
	cursor: pointer;
	font-size: 1.5rem;
	text-align: center;
	padding-top: 20px;
}

.page_top::before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 15px;
	height: 15px;
	border-top: 5px solid #3E3A39;
	border-right: 5px solid #3E3A39;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.page_top:hover {
	opacity: .8;
}

.page_footer {
	margin-top: auto;
	position: relative;
	background: #3E3A39;
	/*タイトルレイアウト*/
	/*電話*/
}

.page_footer::before {
	content: "";
	position: absolute;
	border: 25px solid transparent;
	border-top: 30px solid #F86630;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}

.page_footer .title_layout {
	font-size: 3rem !important;
}

.page_footer .tel {
	display: flex;
}

.page_footer .tel a {
	color: #fff;
	font-size: 3.5rem;
}

.page_footer .tel a::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(images/icon-footer-tel.svg) no-repeat;
	background-size: contain;
}

/*住所*/
address {
	font-size: 1.4rem;
}

/*コピーライト*/
.copyright {
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

@media only screen and (min-width: 992px) {
	.page_footer {
		/*電話*/
	}
	.page_footer .tel a {
		font-size: 4.6rem;
	}
	.page_footer .tel a::before {
		width: 40px;
		height: 40px;
	}
	/*住所、コピーライト*/
	address, .copyright {
		font-size: 1.6rem;
	}
	/*トップに戻る*/
	.page_top {
		width: 80px;
		height: 80px;
	}
	.page_top::before {
		width: 25px;
		height: 25px;
	}
	/*kyoeiロゴ*/
	.footer_logo {
		width: 300px;
	}
}

@media only screen and (min-width: 1200px) {
	.page_footer .btn_layout button {
		min-width: auto;
	}
	/*kyoeiロゴ*/
	.footer_logo {
		width: 400px;
	}
}

/* メイン設定 ---------------------------*/
/*mainimg*/
.main_img_box {
	display: flex;
	flex-direction: column;
	position: relative;
}

.main_img_box::before {
	content: "";
	background: url(images/main-img-sp-before.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -15px;
	width: 50%;
	height: 50%;
}

.main_img_box .main_img img {
	width: 55%;
}

.main_img_box .main_img_before_text {
	color: #fff;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 3%;
	line-height: 1.3em;
	font-size: 1.7rem;
}

/*IE用*/
@media all and (-ms-high-contrast: none) {
	.main_img_box .main_img_before_text {
		text-align: right;
	}
	.main_img_box .main_img {
		min-height: 0%;
	}
}

/*mainimg_text*/
.main_img_title {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

.main_img_title span {
	font-size: 4rem;
	display: inline-block;
}

.main_img_text {
	font-size: 2.3rem;
	color: #fff;
}

.main_img_text span {
	font-size: 4.2rem;
	color: #FFE837;
	font-weight: 900;
}

/*おすすめポイント*/
.point_box {
	background: #FCE5D5;
	position: relative;
}

.point_box::before, .point_box::after {
	content: "";
	position: absolute;
}

.point_box::before {
	top: 0;
	left: 0;
	border-right: 65px solid transparent;
	border-top: 65px solid #F86630;
}

.point_box::after {
	bottom: 0;
	right: 0;
	border-left: 65px solid transparent;
	border-bottom: 65px solid #F86630;
}

/*背景　丸*/
.bg_circle {
	text-align: center;
	width: 245px;
	height: 245px;
	border-radius: 50%;
	margin: 0 auto;
}

/*step*/
.text_step {
	text-align: center;
	color: #fff;
	font-size: 3rem;
	line-height: 1em;
}

.text_step span {
	font-size: 3.8rem;
	line-height: 1em;
}

/*STEP　矢印*/
.icon_arrow {
	position: relative;
}

.icon_arrow::after {
	content: "";
	position: absolute;
	border: 18px solid transparent;
	border-top: 25px solid #3E3A39;
	width: 18px;
	height: 25px;
	left: 0;
	right: 0;
	bottom: -55px;
	margin: 0 auto;
}

/*白box＋メインカラー色の影*/
.white_box_main_color_base_shadow {
	background: #fff;
	border-radius: 10px;
	box-shadow: 10px 15px #F86630;
	padding: 25px 25px 0 25px;
	margin-top: 45px;
	margin-bottom: 20px;
}

/*アプリ一覧*/
.ul_apply {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 4%;
}

.ul_apply li {
	width: 33%;
}

/*price*/
.price_text {
	font-size: 3rem;
	display: inline;
	background: linear-gradient(transparent 60%, #FFE837 60%);
}

/*メインカラー枠*/
.border_box_main_color_base {
	border: 4px solid #F86630;
	border-radius: 10px;
	padding: 15px;
}

/*人画像*/
.human_img {
	max-width: 80%;
}

/*mainimg header調整*/
.header_height_padding {
	padding-top: 70px;
}

/*お問い合わせ---------------------*/
/*フォーム*/
.form-control {
	font-size: 1.6rem;
	height: auto;
}

.formErrorContent {
	padding: 10px;
	color: #fff;
	background: red;
}

@media only screen and (min-width: 768px) {
	/*mainimg*/
	.main_img_box::before {
		left: -5px;
		top: -20px;
	}
	.main_img_box .main_img_before_text {
		font-size: 1.8rem;
	}
	/*mainimg_text*/
	.main_img_title span {
		font-size: 4.8rem;
	}
	/*STEP　矢印*/
	.icon_arrow::after {
		border-top: 18px solid transparent;
		border-left: 25px solid;
		left: auto;
		right: -50px;
		bottom: auto;
		top: 40%;
		margin: 0;
	}
	/*背景　丸*/
	.bg_circle {
		width: 190px;
		height: 190px;
	}
	/*STEP img*/
	.step_img {
		max-width: 70%;
	}
	/*アプリ一覧*/
	.ul_apply {
		flex-wrap: nowrap;
		padding-bottom: 0;
	}
	.ul_apply li {
		width: auto;
	}
	/*price*/
	.price_text {
		font-size: 5rem;
		letter-spacing: 5px;
	}
	/*白box＋メインカラー色の影*/
	.white_box_main_color_base_shadow {
		padding: 30px;
	}
	/*人画像*/
	.human_img {
		max-width: 100%;
	}
}

@media only screen and (min-width: 992px) {
	/*mainimg*/
	.main_img_box::before {
		left: -10px;
	}
	.main_img_box .main_img_before_text {
		font-size: 2.8rem;
	}
	/*mainimg_text*/
	.main_img_title {
		font-size: 3rem;
	}
	.main_img_title span {
		font-size: 6.6rem;
	}
	.main_img_text {
		font-size: 3rem;
	}
	.main_img_text span {
		font-size: 6rem;
	}
	/*背景　丸*/
	.bg_circle {
		width: 245px;
		height: 245px;
	}
	/*STEP img*/
	.step_img {
		max-width: 90%;
	}
	/*price*/
	.price_text {
		font-size: 6.5rem;
	}
	/*mainimg header調整*/
	.header_height_padding {
		padding-top: 65px;
	}
}

@media only screen and (min-width: 1200px) {
	/*mainimg*/
	.main_img_box::before {
		left: 10px;
	}
	.main_img_box .main_img_before_text {
		font-size: 3rem;
		margin-right: 20px;
	}
	/*mainimg_text*/
	.main_img_title {
		font-size: 4rem;
	}
	.main_img_title span {
		font-size: 8rem;
	}
	.main_img_text {
		font-size: 4rem;
	}
	.main_img_text span {
		font-size: 7rem;
	}
	/*アプリアイコン*/
	.icon-apply-img {
		width: 70px;
	}
}
