@charset "UTF-8";

/* ----------------------------------------
 module - default style 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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	color: #444444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Verdana;
}

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

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

ul {
	list-style: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	vertical-align: middle;
	max-width: 100%;
	outline: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------
 2019/12/16追記
 ------------------------------------------------------ */
/* ページ上部追加ナビゲーション部分 */
.inner.headwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header-title {
	padding-top: 25px;
}

.header-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.support-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: auto;
	padding-bottom: 14px;
}

.support-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #20b1df;
	color: #ffffff;
	padding: 0.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.support-btn a:hover {
	-webkit-transition: .25s;
	transition: .25s;
	opacity: 0.7;
}

.support-btn a img {
	width: 1.85rem;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 1rem;
	vertical-align: middle;
}

.support-btn a span {
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
}

.support-btn-SP {
	display: none;
}

.header-title-en,
.header-title-ja {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.header-title-en {
	max-width: 394px;
}

.header-title-ja {
	max-width: 323px;
}

.header-title-en img,
.header-title-ja img {
	vertical-align: baseline;
}

.header-title-ja {
	margin-left: 14px;
}

.header-title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 20px 12px 0px;
}

.contents-nav {
	border-top: 2px solid #c4cacd;
	border-bottom: 2px solid #c4cacd;
	margin-top: 20px;
	margin-bottom: 30px;
}

.contents-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 40px;
}

.contents-nav-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-left: 1px solid #c4cacd;
	padding: 1rem 1.5rem;
}

/*.contents-nav-list li:not(:first-of-type) {
	margin-left: 40px;
}*/
.contents-nav-list span,
.contents-nav-list a {
	display: block;
	font-weight: bold;
}

.contents-nav-list a {
	-webkit-transition: .25s;
	transition: .25s;
}

.contents-nav-list a:hover {
	color: #52a8a5;
}

.contents-nav-list .current {
	padding: 10px 30px;
	background: #52a8a5;
	color: #fff;
	display: initial;
}

/* ------------------------------------------------------
 2020/6/30追記 */
.contents-nav-list li:last-child {
	border-right: 1px solid #c4cacd;
	width: 14.85rem;
	padding: 0.2rem 0.9rem;
}

.contents-nav-list {
	padding: 0px !important;
}

.sc-connect-btn {
	background: linear-gradient(-45deg, #52a8a5 50%, #005bac 50%);
}

.sc-connect-btn a :hover {
	opacity: 0.7;
}

.connect-btn-pc {
	display: block !important;
	width: 14.85rem;
}

.connect-btn-sp {
	display: none !important;
}

.btn-campaign {
	width: 40%;
	height: 90px;
	text-decoration: none;
	color: #52a8a4;
	border: solid 2px #52a8a4;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.875rem;
	line-height: 1.2;
	font-weight: bold;
	margin: 30px auto 0px auto;
}

.img-box .h3-01 {
	font-size: 2.2rem;
}

.img-box .h3-02 {
	font-size: 2.35rem;
	font-weight: bold;
	color: #52a8a4;
	font-family: auto;
}

@media screen and (max-width: 1100px) {
	.contents-nav-list li {
		font-size: 1.4vw;
	}
}

@media screen and (min-width: 479px) and (max-width: 979px) {
	.collabo-meeting-header ul.inner li:nth-child(4) {
		border-left: none;
	}

	.collabo-meeting-header ul.inner li:nth-child(5) {
		border-right: 1px solid #c4cacd;
	}

	.contents-nav {
		margin-bottom: 10px;
	}

	.contents-nav-list {
		padding: 20px 40px;
	}

	.contents-nav-list li {
		font-size: 2.1vw;
		padding: 0.4rem 1.2rem;
	}

	.connect-btn-sp {
		display: none !important;
	}

	.collabo-meeting-header ul.inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 auto;
		width: 100%;
		padding: 10px 0 0 0;
	}

	.collabo-meeting-header ul.inner li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.333333%;
		margin: 18px 0px 5px 0px;
		/*padding-right: 0;
    	padding-left: 0;*/
		text-align: center;
	}

	.collabo-meeting-header ul.inner .sc-connect-btn {
		width: 30%;
		margin: 18px auto 10px auto;
	}
}

/* end
------------------------------------------------------ */
@media screen and (max-width: 959px) {
	.header-title-inner {
		display: block;
	}

	.header-title-ja {
		margin-left: 0;
	}

	.support-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-bottom: 0.5rem;
	}

	.btn-campaign {
		font-size: 1.25rem;
		width: 50%;
		height: 60px;
	}
}

@media screen and (max-width: 796px) {
	.contents-nav-list {
		padding: 10px 0px;
	}

	.contents-nav-list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		border-left: 1px solid #c4cacd;
		padding: 1rem;
	}

	.contents-nav-list li:first-child {
		border-left: none;
	}
}

@media screen and (max-width: 639px) {
	.inner.headwrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 15px;
	}

	.header-title-inner {
		display: block;
	}

	.header-title-ja {
		margin-left: 0;
		margin-top: 5px;
		width: 95%;
	}

	.header-title-en,
	.header-title-ja {
		text-align: center;
	}

	.contents-nav-list {
		padding: 10px 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contents-nav-list li:not(:first-of-type) {
		margin-left: 20px;
	}

	.contents-nav-list .current {
		padding: 10px;
	}

	.support-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 12%;
		flex: 0 1 12%;
		margin-left: 1.5rem;
		margin-bottom: 0;
		text-align: center;
		padding-top: 25px;
	}

	.support-btn a {
		display: block;
		padding: 0.5rem;
	}

	.support-btn a span {
		font-size: 8px;
	}

	.support-btn-PC {
		display: none;
	}

	.support-btn-SP {
		display: block;
	}

	.support-btn a img {
		width: 80%;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		display: block;
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 2px;
	}

	img-box.center.gray .center img {
		width: 3%;
	}
}

@media screen and (max-width: 479px) {
	.contents-nav-list {
		display: block;
		padding: 0;
	}

	.contents-nav-list li {
		border-left: none;
		padding: 0;
	}

	.header-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 80%;
		flex: 0 1 80%;
	}

	.contents-nav-list li:last-child {
		border-right: none;
	}

	.contents-nav-list li:not(:first-of-type) {
		margin-left: 0;
		border-top: 1px solid #c4cacd;
	}

	.contents-nav-list li a,
	.contents-nav-list .current {
		padding: 20px;
	}

	.contents-nav-list .current {
		display: block;
	}

	.support-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto;
		margin-bottom: 0;
		text-align: center;
		padding-top: 25px;
	}

	.support-btn a img {
		width: 3rem;
	}

	/* ------------------------------------------------------
 2020/6/30追記*/
	.connect-btn-pc {
		display: none !important;
	}

	.connect-btn-sp {
		display: block !important;
		width: 83%;
		margin: auto;
	}

	.contents-nav-list .sc-connect-btn a {
		padding: 2.5px 0px 2.5px 0;
	}

	.contents-nav-list li:last-child {
		width: auto;
		padding: 0px;
	}
}

/*end
 ------------------------------------------------------ */
/* ------------------------------------------------------
 2019/12/16追記
 ------------------------------------------------------ */
/* ページ上部追加ナビゲーション部分 */
.inner.headwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header-title {
	padding-top: 25px;
}

.header-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.support-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: auto;
	padding-bottom: 14px;
}

.support-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #20b1df;
	color: #ffffff;
	padding: 0.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.support-btn a:hover {
	-webkit-transition: .25s;
	transition: .25s;
	opacity: 0.7;
}

.support-btn a img {
	width: 1.85rem;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 1rem;
	vertical-align: middle;
}

.support-btn a span {
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
}

.support-btn-SP {
	display: none;
}

.header-title-en,
.header-title-ja {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.header-title-en {
	max-width: 394px;
}

.header-title-ja {
	max-width: 323px;
}

.header-title-en img,
.header-title-ja img {
	vertical-align: baseline;
}

.header-title-ja {
	margin-left: 14px;
}

.header-title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 20px 12px 0px;
}

.contents-nav {
	border-top: 2px solid #c4cacd;
	border-bottom: 2px solid #c4cacd;
	margin-top: 20px;
	margin-bottom: 30px;
}

.contents-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 40px;
}

.contents-nav-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-left: 1px solid #c4cacd;
	padding: 1rem 1.5rem;
}

/*.contents-nav-list li:not(:first-of-type) {
	margin-left: 40px;
}*/
.contents-nav-list span,
.contents-nav-list a {
	display: block;
	font-weight: bold;
}

.contents-nav-list a {
	-webkit-transition: .25s;
	transition: .25s;
}

.contents-nav-list a:hover {
	color: #52a8a5;
}

.contents-nav-list .current {
	padding: 10px 30px;
	background: #52a8a5;
	color: #fff;
	display: initial;
}

/* ------------------------------------------------------
 2020/6/30追記 */
.contents-nav-list li:last-child {
	border-right: 1px solid #c4cacd;
	width: 14.85rem;
	padding: 0.2rem 0.9rem;
}

.contents-nav-list {
	padding: 0px !important;
}

.sc-connect-btn {
	background: linear-gradient(-45deg, #52a8a5 50%, #005bac 50%);
}

.sc-connect-btn a :hover {
	opacity: 0.7;
}

.connect-btn-pc {
	display: block !important;
	width: 14.85rem;
}

.connect-btn-sp {
	display: none !important;
}

.btn-campaign {
	width: 40%;
	height: 90px;
	text-decoration: none;
	color: #52a8a4;
	border: solid 2px #52a8a4;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.875rem;
	line-height: 1.2;
	font-weight: bold;
	margin: 30px auto 0px auto;
}

.img-box .h3-01 {
	font-size: 2.2rem;
}

.img-box .h3-02 {
	font-size: 2.35rem;
	font-weight: bold;
	color: #52a8a4;
	font-family: auto;
}

@media screen and (max-width: 1100px) {
	.contents-nav-list li {
		font-size: 1.4vw;
	}
}

@media screen and (min-width: 479px) and (max-width: 979px) {
	.collabo-meeting-header ul.inner li:nth-child(4) {
		border-left: none;
	}

	.collabo-meeting-header ul.inner li:nth-child(5) {
		border-right: 1px solid #c4cacd;
	}

	.contents-nav {
		margin-bottom: 10px;
	}

	.contents-nav-list {
		padding: 20px 40px;
	}

	.contents-nav-list li {
		font-size: 2.1vw;
		padding: 0.4rem 1.2rem;
	}

	.connect-btn-sp {
		display: none !important;
	}

	.collabo-meeting-header ul.inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 auto;
		width: 100%;
		padding: 10px 0 0 0;
	}

	.collabo-meeting-header ul.inner li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.333333%;
		margin: 18px 0px 5px 0px;
		/*padding-right: 0;
    	padding-left: 0;*/
		text-align: center;
	}

	.collabo-meeting-header ul.inner .sc-connect-btn {
		width: 30%;
		margin: 18px auto 10px auto;
	}
}

/* end
------------------------------------------------------ */
@media screen and (max-width: 959px) {
	.header-title-inner {
		display: block;
	}

	.header-title-ja {
		margin-left: 0;
	}

	.support-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-bottom: 0.5rem;
	}

	.btn-campaign {
		font-size: 1.25rem;
		width: 50%;
		height: 60px;
	}
}

@media screen and (max-width: 796px) {
	.contents-nav-list {
		padding: 10px 0px;
	}

	.contents-nav-list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		border-left: 1px solid #c4cacd;
		padding: 1rem;
	}

	.contents-nav-list li:first-child {
		border-left: none;
	}
}

@media screen and (max-width: 639px) {
	.inner.headwrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 15px;
	}

	.header-title-inner {
		display: block;
	}

	.header-title-ja {
		margin-left: 0;
		margin-top: 5px;
		width: 95%;
	}

	.header-title-en,
	.header-title-ja {
		text-align: center;
	}

	.contents-nav-list {
		padding: 10px 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contents-nav-list li:not(:first-of-type) {
		margin-left: 20px;
	}

	.contents-nav-list .current {
		padding: 10px;
	}

	.support-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 12%;
		flex: 0 1 12%;
		margin-left: 1.5rem;
		margin-bottom: 0;
		text-align: center;
		padding-top: 25px;
	}

	.support-btn a {
		display: block;
		padding: 0.5rem;
	}

	.support-btn a span {
		font-size: 8px;
	}

	.support-btn-PC {
		display: none;
	}

	.support-btn-SP {
		display: block;
	}

	.support-btn a img {
		width: 80%;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		display: block;
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 2px;
	}

	img-box.center.gray .center img {
		width: 3%;
	}
}

@media screen and (max-width: 479px) {
	.contents-nav-list {
		display: block;
		padding: 0;
	}

	.contents-nav-list li {
		border-left: none;
		padding: 0;
	}

	.header-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 80%;
		flex: 0 1 80%;
	}

	.contents-nav-list li:last-child {
		border-right: none;
	}

	.contents-nav-list li:not(:first-of-type) {
		margin-left: 0;
		border-top: 1px solid #c4cacd;
	}

	.contents-nav-list li a,
	.contents-nav-list .current {
		padding: 20px;
	}

	.contents-nav-list .current {
		display: block;
	}

	.support-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto;
		margin-bottom: 0;
		text-align: center;
		padding-top: 25px;
	}

	.support-btn a img {
		width: 3rem;
	}

	/* ------------------------------------------------------
 2020/6/30追記*/
	.connect-btn-pc {
		display: none !important;
	}

	.connect-btn-sp {
		display: block !important;
		width: 83%;
		margin: auto;
	}

	.contents-nav-list .sc-connect-btn a {
		padding: 2.5px 0px 2.5px 0;
	}

	.contents-nav-list li:last-child {
		width: auto;
		padding: 0px;
	}
}

/*end
 ------------------------------------------------------ */
/* ページ下部追加カタログダウンロード部分 */
.pdf-download {
	padding: 60px 0;
}

.pdf-download .ttl {
	color: #a6afb4;
	font-size: 2.25rem;
	text-align: center;
	font-weight: normal;
}

.pdf-download .flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px;
}

.pdf-download .download-link-wrap {
	margin-left: 48px;
}

.pdf-download .download-link {
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pdf-download .download-link::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 6px;
	border-style: solid;
	border-width: 4px 0 4px 6.5px;
	border-color: transparent transparent transparent #000;
}

@media screen and (max-width: 639px) {
	.pdf-download {
		padding: 40px 0;
	}

	.pdf-download .flex {
		display: block;
		margin-top: 40px;
	}

	.pdf-download .download-link-wrap {
		margin-left: 0;
		margin-top: 30px;
	}

	.pdf-download .img-box {
		text-align: center;
	}

	.pdf-download .download-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/*
 shared style
 */
.fc-green {
	color: #52a8a5;
}

.block {
	padding-top: 10px;
	padding-bottom: 110px;
}

.inner-s {
	/*max-width: 1024px;*/
	margin: 0 auto;
}

.flex {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

p {
	font-size: 1.125rem;
	line-height: 1.67;
}

@media screen and (max-width: 639px) {
	.block {
		padding-top: 35px;
		padding-bottom: 55px;
	}

	p,
	li {
		font-size: 12px !important;
	}
}

/*
 button
 */
.btn {
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.875rem;
	line-height: 1.2;
}

.btn.green {
	background: #52a8a5;
	color: white;
}

.btn.gray {
	background: #e1e6e6;
}

.btn.darkgray {
	background: #9e9e9e;
	color: white;
}

.btn.blue {
	background: #005073;
	color: white;
}

.btn.white {
	background: white;
	color: #52a8a5;
}

.btn-full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	width: 100%;
	margin: auto;
}

.btn-harf {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}

.arrow-btn {
	position: relative;
}

.arrow-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 14px;
	border-color: transparent transparent transparent #52a8a5;
}

.arrow-btn.green::before,
.arrow-btn.blue::before,
.arrow-btn.darkgray::before {
	border-color: transparent transparent transparent white;
}

.arrow-btn.gray::before {
	border-color: transparent transparent transparent #005073;
}

.video-link-wrap {
	margin-bottom: 2rem;
}

.video-link {
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2rem;
	line-height: 1.5;
}

.video-link::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 6px;
	border-style: solid;
	border-width: 4px 0 4px 6.5px;
	border-color: transparent transparent transparent #000;
}

.icon-window {
	-webkit-transform: translate(16px, 4px);
	transform: translate(16px, 4px);
}

@media screen and (max-width: 959px) {
	.btn {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 639px) {
	.btn {
		height: 60px;
	}

	.arrow-btn::before {
		border-width: 8.25px 0 8.25px 10.5px;
	}
}

@media screen and (max-width: 479px) {
	.btn {
		font-size: 14px;
	}
}

@media screen and (max-width: 374px) {
	.btn {
		font-size: 12px;
	}
}

/*
 title
 */
.read-title {
	text-align: center;
	font-size: 2.25rem;
	font-weight: normal;
	line-height: 1.5;
}

.read-title+.read-text {
	font-size: 1.125rem;
	margin-top: 30px;
}

.read-text {
	font-size: 1.125rem;
	text-align: center;
	line-height: 1.67;
	margin-bottom: 50px;
}

.read-text.bold {
	font-weight: 700;
}

.line {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #fffabf));
	background: linear-gradient(transparent 40%, #fffabf 0);
}

.note {
	text-align: center;
	font-size: 0.85rem;
	margin: 1rem auto;
}

@media screen and (max-width: 479px) {
	.read-text {
		text-align: left;
	}

	.read-text br {
		display: none;
	}
}

.title-a {
	text-align: left;
	font-size: 1.125rem;
	font-weight: normal;
}

.section-title-wrap {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-title-wrap .inner {
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-title-wrap p {
	font-size: 1.5rem;
	color: white;
	margin-top: 20px;
	/*font-weight: bold;*/
}

@media screen and (max-width: 959px) {
	.section-title-wrap {
		background-position: left 30% center;
	}

	.section-title-wrap .title-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
	}

	.section-title-wrap .inner {
		height: 300px;
	}
}

@media screen and (max-width: 639px) {
	.section-title-wrap .inner {
		height: 200px;
	}
}

@media screen and (max-width: 479px) {
	.section-title-wrap .inner {
		height: 150px;
	}
}

.title-b {
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
}

.title-b .fc-green {
	margin-right: .5em;
	font-weight: bold;
}

.title-b .ttl {
	font-size: 2.25rem;
	display: inline-block;
	margin-top: 16px;
}

.title-c {
	font-size: 1.125rem;
	position: relative;
	margin-bottom: 20px;
}

.title-c img {
	display: inline-block;
	margin-right: 1em;
}

.title-c span {
	position: relative;
	top: 8px;
}

.title-c::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #52a8a5;
	bottom: -20px;
}

.title-c.out {
	margin-bottom: 12px;
}

.title-c.out::before {
	bottom: -12px;
}

/* ------------------------------------------------------
 2019/12/16追記
 ------------------------------------------------------ */
/* ページ上部追加ナビゲーション部分 */
.inner.headwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header-title {
	padding-top: 25px;
}

.header-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.support-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: auto;
	padding-bottom: 14px;
}

.support-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #20b1df;
	color: #ffffff;
	padding: 0.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.support-btn a:hover {
	-webkit-transition: .25s;
	transition: .25s;
	opacity: 0.7;
}

.support-btn a img {
	width: 1.85rem;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 1rem;
	vertical-align: middle;
}

.support-btn a span {
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
}

.support-btn-SP {
	display: none;
}

.header-title-en,
.header-title-ja {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.header-title-en {
	max-width: 394px;
}

.header-title-ja {
	max-width: 323px;
}

.header-title-en img,
.header-title-ja img {
	vertical-align: baseline;
}

.header-title-ja {
	margin-left: 14px;
}

.header-title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 20px 12px 0px;
}

.contents-nav {
	border-top: 2px solid #c4cacd;
	border-bottom: 2px solid #c4cacd;
	margin-top: 20px;
	margin-bottom: 30px;
}

.contents-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 40px;
}

.contents-nav-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-left: 1px solid #c4cacd;
	padding: 1rem 1.5rem;
}

/*.contents-nav-list li:not(:first-of-type) {
	margin-left: 40px;
}*/
.contents-nav-list span,
.contents-nav-list a {
	display: block;
	font-weight: bold;
}

.contents-nav-list a {
	-webkit-transition: .25s;
	transition: .25s;
}

.contents-nav-list a:hover {
	color: #52a8a5;
}

.contents-nav-list .current {
	padding: 10px 30px;
	background: #52a8a5;
	color: #fff;
	display: initial;
}

/* ------------------------------------------------------
 2020/6/30追記 */
.contents-nav-list li:last-child {
	border-right: 1px solid #c4cacd;
	width: 14.85rem;
	padding: 0.2rem 0.9rem;
}

.contents-nav-list {
	padding: 0px !important;
}

.sc-connect-btn {
	background: linear-gradient(-45deg, #52a8a5 50%, #005bac 50%);
}

.sc-connect-btn a :hover {
	opacity: 0.7;
}

.connect-btn-pc {
	display: block !important;
	width: 14.85rem;
}

.connect-btn-sp {
	display: none !important;
}

.btn-campaign {
	width: 40%;
	height: 90px;
	text-decoration: none;
	color: #52a8a4;
	border: solid 2px #52a8a4;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.875rem;
	line-height: 1.2;
	font-weight: bold;
	margin: 30px auto 0px auto;
}

.img-box .h3-01 {
	font-size: 2.2rem;
}

.img-box .h3-02 {
	font-size: 2.35rem;
	font-weight: bold;
	color: #52a8a4;
	font-family: auto;
}

@media screen and (max-width: 1100px) {
	.contents-nav-list li {
		font-size: 1.4vw;
	}
}

@media screen and (min-width: 479px) and (max-width: 979px) {
	.collabo-meeting-header ul.inner li:nth-child(4) {
		border-left: none;
	}

	.collabo-meeting-header ul.inner li:nth-child(5) {
		border-right: 1px solid #c4cacd;
	}

	.contents-nav {
		margin-bottom: 10px;
	}

	.contents-nav-list {
		padding: 20px 40px;
	}

	.contents-nav-list li {
		font-size: 2.1vw;
		padding: 0.4rem 1.2rem;
	}

	.connect-btn-sp {
		display: none !important;
	}

	.collabo-meeting-header ul.inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 auto;
		width: 100%;
		padding: 10px 0 0 0;
	}

	.collabo-meeting-header ul.inner li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.333333%;
		margin: 18px 0px 5px 0px;
		/*padding-right: 0;
    	padding-left: 0;*/
		text-align: center;
	}

	.collabo-meeting-header ul.inner .sc-connect-btn {
		width: 30%;
		margin: 18px auto 10px auto;
	}
}

/* end
------------------------------------------------------ */
@media screen and (max-width: 959px) {
	.header-title-inner {
		display: block;
	}

	.header-title-ja {
		margin-left: 0;
	}

	.support-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-bottom: 0.5rem;
	}

	.btn-campaign {
		font-size: 1.25rem;
		width: 50%;
		height: 60px;
	}
}

@media screen and (max-width: 796px) {
	.contents-nav-list {
		padding: 10px 0px;
	}

	.contents-nav-list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		border-left: 1px solid #c4cacd;
		padding: 1rem;
	}

	.contents-nav-list li:first-child {
		border-left: none;
	}
}

@media screen and (max-width: 639px) {
	.inner.headwrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 15px;
	}

	.header-title-inner {
		display: block;
	}

	.header-title-ja {
		margin-left: 0;
		margin-top: 5px;
		width: 95%;
	}

	.header-title-en,
	.header-title-ja {
		text-align: center;
	}

	.contents-nav-list {
		padding: 10px 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contents-nav-list li:not(:first-of-type) {
		margin-left: 20px;
	}

	.contents-nav-list .current {
		padding: 10px;
	}

	.support-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 12%;
		flex: 0 1 12%;
		margin-left: 1.5rem;
		margin-bottom: 0;
		text-align: center;
		padding-top: 25px;
	}

	.support-btn a {
		display: block;
		padding: 0.5rem;
	}

	.support-btn a span {
		font-size: 8px;
	}

	.support-btn-PC {
		display: none;
	}

	.support-btn-SP {
		display: block;
	}

	.support-btn a img {
		width: 80%;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		display: block;
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 2px;
	}

	img-box.center.gray .center img {
		width: 3%;
	}
}

@media screen and (max-width: 479px) {
	.contents-nav-list {
		display: block;
		padding: 0;
	}

	.contents-nav-list li {
		border-left: none;
		padding: 0;
	}

	.header-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 80%;
		flex: 0 1 80%;
	}

	.contents-nav-list li:last-child {
		border-right: none;
	}

	.contents-nav-list li:not(:first-of-type) {
		margin-left: 0;
		border-top: 1px solid #c4cacd;
	}

	.contents-nav-list li a,
	.contents-nav-list .current {
		padding: 20px;
	}

	.contents-nav-list .current {
		display: block;
	}

	.support-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto;
		margin-bottom: 0;
		text-align: center;
		padding-top: 25px;
	}

	.support-btn a img {
		width: 3rem;
	}

	/* ------------------------------------------------------
 2020/6/30追記*/
	.connect-btn-pc {
		display: none !important;
	}

	.connect-btn-sp {
		display: block !important;
		width: 83%;
		margin: auto;
	}

	.contents-nav-list .sc-connect-btn a {
		padding: 2.5px 0px 2.5px 0;
	}

	.contents-nav-list li:last-child {
		width: auto;
		padding: 0px;
	}
}

/*end
 ------------------------------------------------------ */
/* ページ下部追加カタログダウンロード部分 */
.pdf-download {
	padding: 60px 0;
}

.pdf-download .ttl {
	color: #a6afb4;
	font-size: 2.25rem;
	text-align: center;
	font-weight: normal;
}

.pdf-download .flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px;
}

.pdf-download .download-link-wrap {
	margin-left: 48px;
}

.pdf-download .download-link {
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pdf-download .download-link::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 6px;
	border-style: solid;
	border-width: 4px 0 4px 6.5px;
	border-color: transparent transparent transparent #000;
}

@media screen and (max-width: 639px) {
	.pdf-download {
		padding: 40px 0;
	}

	.pdf-download .flex {
		display: block;
		margin-top: 40px;
	}

	.pdf-download .download-link-wrap {
		margin-left: 0;
		margin-top: 30px;
	}

	.pdf-download .img-box {
		text-align: center;
	}

	.pdf-download .download-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* font-size調整 */
html {
	color: #555555;
	font-size: 100%;
}

/* main {
	overflow-x: hidden;
} */

@media screen and (max-width: 959px) {
	html {
		font-size: 87.5%;
	}
}

@media screen and (max-width: 639px) {
	html {
		font-size: 75%;
	}
}

@media screen and (max-width: 479px) {
	html {
		font-size: 62.5%;
	}
}