@charset "UTF-8";
/**
 * service color #d85041
 * text color  #233d4c
 * */
/***************
ALL
***************/
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@font-face {
	font-family: 'Gotham';
	src: url('common/font/Gotham/Gotham-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'Gotham';
	src: url('common/font/Gotham/Gotham-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: block;
}
* {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;/*ios input default delete*/
}
*, *::before, *::after {
	box-sizing: border-box;
}
::selection {
	background: #d85041;
	color: #ffffff;
}
::-moz-selection {
	background: #d85041;
	color: #ffffff;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select, option, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: inherit;
	vertical-align: baseline;
}
html {
	background: #ffffff;
}
body {
	min-height: 100vh;
	font-family: 'noto-sans-cjk-jp', sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	color: #233d4c;
	line-height: 1;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
}
body, html {
	width: 100%;
	/*	overflow-x: hidden!important;*/
}
main {
	padding-top: 134px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.143em;
	line-height: 1;
	font-weight: 100;
}
#sidebar {
	background-color: transparent;
}
input, textarea {
	background: none;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wpcf7-list-item, .wpcf7-list-item label {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff inset;
}
button, input[type="submit"], input[type="button"] {
	border: none;
	border-radius: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
:focus, :active {
	outline: none;
}
ul, li {
	list-style-type: none;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
figure {
	display: flex;
	overflow: hidden;
	object-fit: cover;
	height: auto;
}
figure img{
	align-self: flex-start;
}
picture {
	display: block;
}
img {
	max-width: 100%;
}
em {
	font-style: normal!important;
}
pre {
	white-space: pre-wrap;
}
strong {
	font-weight: bold;
}
/***************
common
***************/
/** IE object-fit Bug Fix **/
@media all and (-ms-high-contrast: none) {
	.object-fit {
		font-family: 'object-fit: cover;'
	}
}
.display-none {
	display: none!important;
}
.wrap {
	display: block;
	max-width: 1024px;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
.object-fit {
	object-fit: cover;
}
.dec_arrow {
	position: relative;
}
.dec_arrow::after {
	font-family: 'icon';
	content: '\e906';
	position: absolute;
	right: 24px;
}
.type_red {
	background-color: #D85041;
	color: #fff;
	transition: 0.4s ease-out;
	box-shadow: 0 4px 6px rgba(216, 80, 65, 0.3);
}
.type_red:hover {
	color: #fff;
	background-color: #F25A49;
	transform: translateY(-2px);
}
.btn2 {
	width: 280px;
	height: 48px;
	display: flex;
	margin: 0 auto;
	line-height: 48px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
}
.link-blank::after {
	font-family: 'icon';
	content: '\e901';
	margin-left: 4px;
	color: #D85041;
}
.single-cta{
	margin-top: 40px;
	margin-bottom: 40px;
}
@media screen and (max-width:1024px) {
	/***** end max-width1024 *****/
}
@media screen and (min-width:769px) {
	.show_sp {
		display: none!important;
	}
}
@media screen and (max-width:768px) {
	body {
		overflow-x: hidden;
	}
	main {
	padding-top: 113px;
	}
	.show_pc {
		display: none!important;
	}
	.show_sp {
		display: block;
	}
}