@charset "UTF-8";
@import "fonts.css";
/*---------------------------------------------

Default CSS (for HTML5)
---------------------------------------------*/
/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
}

html {
	touch-action: manipulation;
	-ms-touch-action: manipulation;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-overflow-scrolling: touch;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Noto Sans JP", sans-serif, Lato, Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic";
	color: #363636;
	width: 100%;
	background: #fff;
	font-size: 16px;
	word-wrap: break-word;
	line-height: 1.4;
}
body.overflow {
	overflow: hidden;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body, header, hgroup, section, article, aside, nav, footer, figure, figcaption, div,
p, dl, dt, dd, ul, ol, li, hr,
blockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}
pre, table, code, kbd, samp, acronym, input, textarea, select {
	font-size: 100%;
}

.h1, h1 {
	font-size: 2em; }

.h2, h2 {
	font-size: 1.5em; }

.h3, h3 {
	font-size: 1.17em; }

.h4, h4 {
	font-size: 1em; }

.h5, h5 {
	font-size: 0.83em; }

.h6, h6 {
	font-size: 0.67em; }

a, ins {
	text-decoration: none;
}

address, em, cite, dfn, var {
	font-style: normal;
}

fieldset {
	border: none;
}

input, textarea {
	font-family: inherit;
	font-weight: normal;
}

input {
	vertical-align: middle;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

mark {
	background: none;
}

a {
	color: inherit;
	transition: all ease 0.3s;
	text-decoration: none;
	outline: none;
}

video, iframe {
	width: 100%;
}

@media screen and (max-width: 680px) {
	.pc-only {
		display: none;
	}
}
.sp-only {
	display: none;
}
@media screen and (max-width: 680px) {
	.sp-only {
		display: block;
	}
}

/* Setting */
ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
	list-style-position: outside;
}
	
table {
	border-collapse: collapse;
}


a[href $='.zip'] {
  padding: 10px 38px 10px 0;
  background: transparent url(../images/zip.png) no-repeat center right;
}

a[href $='.doc'] {
  padding: 10px 38px 10px 0;
  background: transparent url(../images/doc.png) no-repeat center right;
}

a[href $='.pdf'] {
  padding: 10px 38px 10px 0;
  background: transparent url(../images/pdf.png) no-repeat center right;
}

a[href $='.xls'] {
  padding: 10px 38px 10px 0;
  background: transparent url(../images/xls.png) no-repeat center right;
}

a[href $='.ppt'] {
  padding: 10px 38px 10px 0;
  background: transparent url(../images/ppt.png) no-repeat center right;
}

a[href $='.docx'] {
  padding: 10px 38px 10px 0;
  background: transparent url(../images/doc.png) no-repeat center right;
}

a[href $='.xlsx'] {
  padding: 10px 38px 10px 0;
  background: transparent url(../images/xls.png) no-repeat center right;
}

a[href $='.pptx'] {
  padding: 10px 38px 10px 0;
  background: transparent url(../images/ppt.png) no-repeat center right;
}

button {
	cursor: pointer;
}
button:focus {
	outline: none;
}

.btn {
	appearance: none;
	font-family: "Noto Sans JP", sans-serif, Lato, Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 17px;
	font-weight: 500;
	padding: 0 21px;
	transition: 400ms all;
}
.btn.btn-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-btn:hover, .link-btn:active {
	text-decoration: none !important;
}

.sidebar-left .area-main {
	width: 68%;
	padding-left: 60px;
	position: relative;
	order: 2;
}

.sidebar-left .area-sub {
	width: 32%;
	order: 1;
}

@media screen and (max-width: 980px) {
	.sidebar-left .area-main {
		padding-left: 30px;
	}
	.btn {
		font-size: 15px;
	}
}

@media screen and (max-width: 680px) {
	.sidebar-left .area-main {
		width: 100%;
		padding: 0;
		order: 1;
	}
	.sidebar-left .area-sub {
		width: 100%;
		padding: 70px 10% 0;
		order: 2;
	}
}
.icon-chevron-right {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid transparent;
	border-radius: 100px
}
.icon-chevron-right::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	transform: rotate(-45deg);
	right: 6px;
	top: 4px
}
.border-none {
	border: none!important;
}