@charset "UTF-8";
/* ========================================================================== 
 * Responsive 
 * ========================================================================== */ 
@media screen and (max-width: 640px) {
	.hidden-sp { 
		display: none !important; 
	}  
}
@media screen and (min-width: 641px) {  
	.hidden-pc { 
		display: none !important; 
	} 
}
@media screen and (max-width: 1200px) {
	html {
		transform: scale(0.8);
		transform-origin: left top;
		height: calc(100% / 0.8);
		width: calc(100% / 0.8);
	}
}
@media screen and (max-width: 1115px) {
	html {
		transform: scale(0.7);
		transform-origin: left top;
		height: calc(100% / 0.7);
		width: calc(100% / 0.7);
	}
}
@media screen and (max-width: 980px) {
	html {
		transform: scale(0.6);
		transform-origin: left top;
		height: calc(100% / 0.6);
		width: calc(100% / 0.6);
	}
}
@media screen and (max-width: 840px) {
	html {
		transform: scale(0.5);
		transform-origin: left top;
		height: calc(100% / 0.5);
		width: calc(100% / 0.5);
	}
}
@media screen and (max-width: 700px) {
	html {
		transform: scale(0.4);
		transform-origin: left top;
		height: calc(100% / 0.4);
		width: calc(100% / 0.4);
	}
}
@media screen and (max-width: 640px) {
	html {
		transform: none;
		transform-origin: none;
		height: auto;
		width: auto;
	}
}
/* ==========================================================================
 * Font face
 * ========================================================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
	font-family: 'Noto Sans JP',"Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: 'Noto Sans JP',"Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: 'Noto Sans JP',"Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: 'Noto Sans JP',"Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: 'Noto Sans JP',"Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	font-weight: 500;
}
body {
	margin: 0;
	font-family: 'Noto Sans JP',"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.8em;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #fff;
	color: #333;
	overflow-x: hidden;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 5px;
}
.list-annotation {
	font-size: 1.2rem;
}
/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
	h1,
	.h1 {
		letter-spacing: 0;
	}
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}
.font18 {
	font-size: 1.8rem;
}
.font36 {
	font-size: 3.6rem;
}
.font48 {
	font-size: 4.8rem;
}
@media screen and (max-width: 640px) {
	.font48 {
		font-size: 3.6rem;
	}
	html {
		font-weight: normal;
	}
}
/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner-width {
	width: 920px;
	margin-right: auto;
	margin-left:  auto;
}
@media screen and (max-width: 640px) {
	.inner-width {
		width: 92%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 640px) {
	img {
		width: 100%;
	}
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
    position: fixed;
    bottom: 75px;
	right: 2.5%;
    width: 40px;
    height: 40px;
    padding: 38px 0 0;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    opacity: .5;
    border-radius: 50%;
    z-index: 1100;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
/* ==========================================================================
 * Header
 * ========================================================================== */
.global-header {
	padding: 15px 10px;
    background-color: #beaf88;
	position: fixed;
    z-index: 1000;
	width: 100%;
    margin: 0 auto;
}
.global-header__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.global-header__cta {
	display: flex;
	align-items: center;
}
.global-header__cta--contact {
	display: flex;
	justify-content: space-between;
	padding-left: 15px;
}
.global-header__cta--contactBtn,.global-header__cta--conferenceBtn {
	position: relative;
	width: 182px;
	height: 45px;
	border-radius: 5px;
	padding: 8px;
	padding-left: 25px;
	background-image: linear-gradient(#ff0000, #b30000);
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.2));
}
.global-header__cta--conferenceBtn {
	padding-left: 26%;
	background-image: linear-gradient(#0084ff, #003bb3);
	margin-left: 10px;
}
.global-header__cta--contact a,.global-header__cta--conference a {
	text-decoration:none;
	display: block;
}
.cta__btn--text {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
.cta__btn--text::after { 
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.global-header__cta--document {
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.2));
}
@media screen and (max-width: 640px) {
	.cta__btn--text {
		font-size: 1.4rem;
	}
	.global-header__box {
		width: 90%;
	}
	.global-header__logo {
		display: flex;
	}
	.global-header__cta {
		display: block;
	}
	.global-header__cta--contact {
		display: flex;
		justify-content: center;
		padding: 0;	
	}
	.sp-header {
		background-color: #beaf88;
		position: fixed;
		bottom: 0;
		z-index: 100;
		width: 100%;
		height: 65px;
    	padding-top: 5px;
	}
	.global-header {
		position: static;
		padding:12px 0px;
	}
	.global-header__cta--contactBtn,.global-header__cta--conferenceBtn {
		padding: 8px;
		width: 140px;
		text-align: center;
	}
	.cta__btn--text::after {
		content: none;
	}
	.global-header__cta--tel {
		padding-left: 10%;
	}
}
/* ==========================================================================
 * FV
 * ========================================================================== */
.fv {
	background: url("../images/pc/fv_bg.jpg") no-repeat center center / cover;
	min-width: 920px;
    background-size: auto;
    background-position-y: 90px;
}
.fv__txt--award {
	text-align: center;
	padding-top: 40px;
}
.fv__txt--main {
	text-align: center;
	padding-top: 135px;
	padding-right: 260px;
}

.fv__cta--document {
	text-align: center; 
	padding-bottom: 50px;
}
.fv__cta--txt {
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.2));
}
.fv__cta--txt a {
	font-weight: bold;
	text-decoration:none;
	display: block;
	color: #fff;
	position: relative;
}
.fv__btn--text::after { 
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
    right: 40px;
    width: 19px;
    height: 19px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
.fv__btn--text {
	font-size: 3.0rem;
	font-weight: bold;
}
.checklist {
	display: flex;
	align-items: center;
    justify-content: space-between;
	width: 350px;
	margin: 0 auto;
	margin-top: 20px;
    padding-bottom: 30px;
}
.checklist p:nth-child(1) {
	font-weight: bold;
}
.checklist p:nth-child(2) {
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.2));
}
.checklist__mark {
	font-size: 2.4rem;
	background:linear-gradient(transparent 80%, #ff6 60%);
}
.annotation--fv {
    margin: 0 auto;
	text-align: center;
	padding-right: 290px;
}
.uservoice .list-annotation .annotation--fv{
	margin-bottom: 0;
	text-align: left;
}
@media screen and (max-width: 640px) { 
	.fv {
		min-width: auto;
	}
	.fv__txt--award {
		padding-top: 30px;
	}
	.fv__txt--main {
		padding-top: 20px;
		padding-right: 0;
		width: 96%;
		margin: 0 auto;
	}
	.fv__cta--document {
		margin-top: 0px;
		padding-bottom: 0;
	}
	.fv__cta--txt {
		width: auto;
	}
	.fv__btn--text {
		font-size: 2.0rem;
	}
	.fv__btn--text::after {
		right: 5%;
	}
	.checklist {
		width: auto;
		justify-content: space-evenly;
	}
	.checklist__mark {
		font-size: 1.8rem;
	}
	.checklist p:nth-child(2) {
		width: 25%;
	}
	.annotation--fv {
		width: auto;
		margin: 0 auto;
		padding-top: 0;
		padding-right: 0;
	}
	ol.list-annotation {
		margin: 10px auto;
	}
	.fv__image--sp {
		padding-top: 10px;
	}
}
/* ==========================================================================
 * award
 * ========================================================================== */
.award {
	background-color: #f4f1ea;
	padding: 30px 0;
}
.award__list {
	display: flex;
	justify-content: space-evenly;
	padding-top: 40px;
}
.award__box {
	width: 260px;
	text-align: center;
}
.award__box--txt {
	background: url(../images/pc/crown.png) top no-repeat;
	color: #403b2e;
	font-size: 2.4rem;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
	.award__list {
		justify-content: normal;
		padding-top: 25px;
	}
	.award__box {
		width: 50%;
	}
	.award__box--txt {
		background: url("../images/sp/crown@2x.png") top no-repeat;
		background-size: 35px;
		font-size: 1.1rem;
		padding-top: 35px;
		padding-bottom: 16px;
	}
	.award__box1 {
		margin: 0 auto 10px;
	}
	.award__box--number {
		width: 90%;
		margin: 0 auto;
	}
	.award__box--number1 {
	}
	.award__box--number86 {
		width: 78%;
	}
	.award__box--number70 {
    	width: 88%;
	}
}
/* ==========================================================================
 * problem
 * ========================================================================== */
#problem {
	padding: 80px 0 100px;
	background-color: #dfdfdf;
}
h1 {
	text-align: center;
	font-size: 4.8rem;
}
.h1__small {
	font-size: 2.4rem;
}
.mark {
	color: #caa955;
}
.problem__box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.problem__box li {
	margin: 20px;
	width: 240px;
	height: 240px;
	background-color: #fff;
	border: 1px solid #beaf88;
	border-radius: 10px;
	text-align: center;
}
.problem__txt {
	font-size: 2.4rem;
 	font-weight: bold;
	padding-top: 15px;
}
.problem__box li:nth-child(5) {
	padding-top: 10px;
}
.problem__box li:nth-child(5) figure {
	padding-top: 10px;
}
@media screen and (max-width: 640px) {
	#problem {
		padding: 50px 0 100px;
	}
	h1 {
		font-size: 3.6rem;
	}
	.h1__small {
		font-size: 2.4rem;
	}
	.problem__box {
		display: block;
	}
	.problem__box li {
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 10px;
	}
	.problem__ai {
		width: 50%;
		margin: 0 auto;
	}
	.problem__box li+li {
		margin-top: 20px;
	}
}
/* ==========================================================================
 * reason
 * ========================================================================== */
.resolution {
	width: 780px;
	height: 100px;
	border-radius: 50px;
	background-color: #caa955;
	text-align: center;
	font-size: 4.8rem;
 	font-weight: bold;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
	margin-top: -50px;
}
#reason {
	margin-bottom: 100px;
}
#reason h1 {
	padding-top: 80px;
}
.reason__list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.reason__box {
	width: 170px;
	height: 252px;
	border-radius: 10px;
	border: 1px solid #beaf88;
	background-color: #f4f1ea;
	text-align: center;
	position: relative;
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.2));
}
.reason__box dl {
	margin: 0;
	padding-top: 20px;
}

.reason__box a {
	text-decoration:none;
	display: block;
    width: 170px;
    height: 252px;
}
.reason__box a::after { 
	content: "";
    width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #caa955;
	position: absolute;
	top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.reason__box--number,.reason__box--txt {
	font-weight: bold;
	color: #333;
}
.reason__box--txt {
	font-size: 2.4rem;
	padding-top: 10px;
}
.reason__box--number {
	background: url("../images/pc/reason-01.png") top no-repeat;
	background-size: auto 40px;
    background-position-y: 35px;
    padding-bottom: 60px;
}
.reason__list li:nth-child(2) .reason__box--number {
	background: url("../images/pc/reason-02.png") top no-repeat;
	background-size: auto 40px;
    background-position-y: 35px;
}
.reason__list li:nth-child(3) .reason__box--number {
	background: url("../images/pc/reason-03.png") top no-repeat;
	background-size: auto 40px;
    background-position-y: 35px;
}
.reason__list li:nth-child(4) .reason__box--number {
	background: url("../images/pc/reason-04.png") top no-repeat;
	background-size: auto 40px;
    background-position-y: 35px;
}
.reason__list li:nth-child(5) .reason__box--number {
	background: url("../images/pc/reason-05.png") top no-repeat;
	background-size: auto 40px;
    background-position-y: 35px;
}
@media screen and (max-width: 640px) {
	.resolution {
		width: auto;
		font-size: 3.0rem;
		padding: 0 5%;
	}
	#reason {
		margin-bottom: 50px;
	}
	#reason h1 {
		padding-top: 50px;
	}
	.reason__list {
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.reason__box {
		width: 48%;
	}
	.reason__list li {
		margin-top: 15px;
	}
	.reason__box a {
		width: auto;
	}
}
/* ==========================================================================
 * 共通
 * ========================================================================== */
.number__txt {
	background: url("../images/sp/reason-01@2x.png") top no-repeat;
	background-position-y: 33px;
    background-size: 76%;
	padding-bottom: 69px;
	position: absolute;
	font-weight: bold;
	top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.line__box,.uservoice__line--box {
	position: relative;
	border: 1px solid #333;
	border-radius: 10px;
}
.line__box::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 10px;
	background-color: #f4f1ea;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.uservoice__line--box::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 10px;
	background-color: #f4f1ea;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.line__box2::before {
	background-color: #fff;
}
.uservoice__list .uservoice__line--box:nth-child(n+2) {
	margin-top: 100px;
}
@media screen and (max-width: 640px) {
	.line__box {
		border: none;
		border-radius: 0;
		border-top: 1px solid #333;
	}
}
/* ==========================================================================
 * brand
 * ========================================================================== */
.brand {
	background-color: #f4f1ea;
	padding-top: 100px;
	padding-bottom: 100px;
}

.reason__h1 {
	padding-top: 80px;
}
.reason__h1--txt {
	text-align: center;
	padding-top: 10px;
}
.brand__award {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}
.brand__award p+p {
	margin: 0;
	padding-left: 15px;
}
.brand__promo--box {
	margin: 0 auto;
	margin-top: 40px;
	width: 850px;
	border: 1px solid #333;
	border-radius: 10px;
	background-color: #fff;
}
.brand__promo--ttl {
	background-color: #333;
	border-radius: 7px 7px 0 0;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.brand__promo--cont {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	padding-top: 50px;
}
.brand__promo--cm {
	width: 344px;
}
.brand__promo--fair {
	width: 344px;
}
.brand__promo--cmTxt,.brand__promo--fairTxt {
	font-weight: bold;
	font-size: 2.4rem;
}
.brand__promo--subTxt {
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
}
.brand__power--txtbox {
	display: flex;
	justify-content: center;
	padding: 50px 0;
	font-weight: bold;
}
.brand__power--circle {
	font-size: 2.4rem;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	color: #fff;
	background: #caa955;
	text-align:center;
	line-height: 110px;
}
.brand__power--txtbox p+p {
	padding-left: 20px;
	margin: 0;
}
.brand__power--txt {
	font-size: 2.4rem;
	text-align: center;
}
.brand__power--3power {
	position: relative;
}
.brand__power--list {
	display: flex;
	margin-left: 40px;
	padding-bottom: 50px;
}
.brand__power--list li+li {
	margin-left: 10px;
}
.brand__power--kein {
	position: absolute;
	right: 30px;
	top: -48px;
}
.brand .line__box {
	margin-top: 100px;
}
@media screen and (max-width: 640px) {
	.brand {
		padding-bottom: 0px;
		padding-top: 150px;
	}
	.reason__h1 {
		padding-top: 60px;
	}
	.reason__h1--txt {
		text-align: left;
	}
	.brand__award {
    	margin: 0 auto;
	}
	.brand__promo--box {
		width: auto;
	}
	.brand__promo--ttl {
		font-size: 2.4rem;;
	}
	.brand__promo--cont {
		display: block;
		width: 90%;
    	margin: 0 auto;
		padding-top: 20px;
	}
	.brand__promo--cm {
		width: 344px;
	}
	.brand__promo--cm,.brand__promo--fair {
		width: auto;
	}
	.brand__promo--cmTxt, .brand__promo--fairTxt {
		font-size: 1.8rem;
	}
	.brand__promo--fair {
		padding-top: 20px;
	}
	.brand__promo--subTxt {
		padding: 20px;
	}
	.brand__power--txtbox {
		display: block;
		padding: 20px 0;
	}
	.brand__power--circle {
		margin: 0 auto;
	}
	.brand__power--txtbox p+p {
		padding: 0;
		margin-top: 20px;
	}
	.brand__power--list {
		margin: 0;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.brand__power--list li {
		width: 45%;
	}
	.brand__power--3power > div > ul > li:nth-child(1) {
		width: 45%;
    	margin: 0 20px;
	}
	.brand__power--list li+li {
		margin-left: 0;
	}
	.brand__power--ina {
		right: 60px;
		top: 250px;
		width: 65%;
	}
}
/* ==========================================================================
 * knowhow
 * ========================================================================== */
.knowhow {
	padding-top: 100px;
	padding-bottom: 100px;
}
.number__txt2 {
	background: url("../images/sp/reason-02@2x.png") top no-repeat;
	background-position-y: 33px;
	background-size: 77%;
}
.knowhow__point--box {
	margin: 0 auto;
	width: 850px;
    border: 1px solid #333;
    border-radius: 10px;
	background: url("../images/pc/point-01.png") top no-repeat;
	background-position: 30px 0;
	background-color: #f4f1ea;
	margin-top: 50px;
	padding: 20px 0 20px 170px;
}
.knowhow__point--box2 {
	background: url("../images/pc/point-02.png") top no-repeat;
	background-position: 30px 0;
	background-color: #f4f1ea;
}
.knowhow__point--box3 {
	background: url("../images/pc/point-03.png") top no-repeat;
	background-position: 30px 0;
	background-color: #f4f1ea;
}
.knowhow__point--dt {
	font-size: 3.6rem;
	font-weight: bold;
}
.triangle__txt {
	width: 304px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}
.triangle__txt::before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 60px 152px 0 152px;
    border-color: #333 transparent transparent transparent;
	z-index: 10;
}
.triangle__txt::after {
	position: absolute;
    content: "だからこそ";
 	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	z-index: 100;
	left: 50%;
    transform: translate(-50%, 8%);
    -webkit-transform: translate(-50%, 8%);
    -ms-transform: translate(-50%, 8%);
}
.triangle__txt2::after {
    content: "たとえば";
}
.square__txt {
	width: 727px;
	height: 56px;
	background-color: #333;
	color: #fff;
	margin: 0 auto;
	margin-top: 130px;
	font-weight: bold;
	font-size: 2.4rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.knowhow__100--box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.knowhow__100--box p+p {
	margin: 0;
	padding-left: 10px;
}
.knowhow__point1--txt {
	font-weight: bold;
	font-size: 3.0rem;
	text-align: center;
}
.knowhow__point1--list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 110px;
}
.knowhow__point1--list li {
	margin: 20px;
	width: 400px;
	height: 265px;
	background-color: #fff;
	border: 1px solid #beaf88;
	border-radius: 10px;
	text-align: center;
}
.knowhow__point1--listTxt {
	font-size: 2.4rem;
 	font-weight: bold;
	padding-top: 15px;
}
.knowhow__point1--txtbox {
	display: flex;
	justify-content: center;
	font-weight: bold;
	padding-top: 20px;
}
.knowhow__point1--txtbox p+p {
	padding-left: 20px;
    margin: 0;
}
.knowhow__point1--circle {
	font-size: 2.4rem;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	color: #fff;
	background: #caa955;
	text-align:center;
	line-height: 110px;
}
.knowhow__point2--txt {
	text-align: center;
	margin-top: 120px;
	font-weight: bold;
}
.knowhow__point2--img {
	text-align: center;
	margin-top: 30px;
}
.knowhow__point3--21family {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}
.knowhow__point3--21family p {
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.2));
}
.knowhow__point3--21family ul {
	padding-left: 40px;
}
.knowhow__point3--21family ul li {
	font-size: 2.4rem;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.knowhow {
		padding-top: 150px;
		padding-bottom: 50px;
	}
	.knowhow__point--box {
		background: url("../images/sp/point-01@2x.png") top no-repeat;
		background-position: 10px 0;
		background-size: 50px;
		background-color: #f4f1ea;
		width: auto;
		padding: 10px 20px 10px 80px;
	}
	.knowhow__point--box2 {
		background: url("../images/sp/point-02@2x.png") top no-repeat;
		background-position: 10px 0;
		background-size: 50px;
		background-color: #f4f1ea;
	}
	.knowhow__point--box3 {
		background: url("../images/sp/point-03@2x.png") top no-repeat;
		background-position: 10px 0;
		background-size: 50px;
		background-color: #f4f1ea;
	}
	.knowhow__point--dt {
		font-size: 2.4rem;
	}
	.knowhow__point--dd {
		padding-top: 20px;
	}
	.square__txt {
		width: auto;
	}
	.knowhow__100--box {
		flex-wrap: wrap;
	}
	.knowhow__img--shop {
		width: 45%;
	}
	.knowhow__img--100 {
		width: 55%;
	}
	.knowhow__point1--txt {
		padding-top: 10px;
	}
	.knowhow__point1--list li {
		width: auto;
		height: auto;
		margin: 0;
		margin-top: 20px;
		padding: 20px 20px 0;
	}
	.knowhow__point1--listTxt {
		padding: 0;
	}
	.knowhow__point1--listAi {
		width: 70%;
		margin: 0 auto;
	}
	.knowhow__point1--txtbox {
		display: block;
	}
	.knowhow__point1--circle {
		margin: 0 auto;
	}
	.knowhow__point1--txtbox p+p {
		padding-left: 0;
 		margin-top: 20px;
	}
	.knowhow__point3--21family {
		display: block;
		padding: 30px 0;
	}
	.knowhow__point3--21family p {
		width: 60%;
		margin: 0 auto;
	}
	.knowhow__point3--21family ul {
		padding-left: 0px;
		padding-top: 30px;
	}
	.knowhow__point3--21family ul li{
		font-size: 1.8rem;
	}
}
/* ==========================================================================
 * staff
 * ========================================================================== */
.staff {
	background-color: #f4f1ea;
    padding-top: 100px;
    padding-bottom: 100px;
}
.number__txt3 {
	background: url("../images/sp/reason-03@2x.png") top no-repeat;
	background-position-y: 33px;
	background-size: 77%;
}
.staff__6500 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.staff__6500 dl {
	padding-left: 20px;
}
.staff__6500 dt {
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
.staff__list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding-bottom: 20px;
	padding-top: 50px;
}
.staff__list--box {
	width: 405px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #fff;
	margin: 20px;
}
.staff__list--box dl {
	margin: 0;
}
.staff__list--ttl {
	background-color: #333;
    border-radius: 7px 7px 0 0;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}
.staff__list--txt {
	padding: 20px;
}
@media screen and (max-width: 640px) {
	.staff {
		padding-top: 150px;
		padding-bottom: 50px;
	}
	.staff__6500 dt {
		font-size: 1.8rem;
	}
	.staff__6500--ai {
		padding-top: 40px;
	}
	.staff__6500 dl {
		padding-left: 0px;
	}
	.staff__list {
		justify-content: space-between;
		padding-bottom: 0px;
		padding-top: 30px;
	}
	.staff__list--box {
		width: 48%;
		margin: 0;
		margin-top: 15px;
	}
	.staff__list--txt {
		padding: 8px;
	}
}
/* ==========================================================================
 * dx
 * ========================================================================== */
.dx {
	padding-top: 100px;
    padding-bottom: 100px;
}
.number__txt4 {
	background: url("../images/sp/reason-04@2x.png") top no-repeat;
	background-position-y: 33px;
	background-size: 77%;
}
.dx__free {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}
.dx__free--txt {
	padding-left: 20px;
	font-weight: bold;
	line-height: 0.5;
    text-align: center;
}
.dx__free--txtSmall {
	font-size: 3.0rem;
}
.dx__free--txtLarge {
	font-size: 9.0rem;
	color: #caa955;
}
.dx__ex {
	display: flex;
	justify-content: space-around;
	margin-top: 130px;
	position: relative;
}
.dx__ex--box {
	width: 405px;
	text-align: center;
}
.dx__ex--txt {
	font-size: 2.4rem;
    font-weight: bold;
}
.dx__ex--txt1 {
	margin-top: 20px;
}
.mark__yellow {
	background: linear-gradient(transparent 80%, #ff6 0%);
    background-position: 0 -3px;
}
.dx__ex--ai1 {
	margin-top: 30px;
}
.dx__ex--register,.dx__ex--auto {
	margin-top: 20px;
}
.dx__ex--txtSub {
	font-size: 3.0rem;
    font-weight: bold;
	color: #caa955;
	margin-top: 20px;
}
.dx__line::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
    left: 50%;
}
.dx__user--box {
	width: 850px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
.dx__user--ttl {
	background-color: #333;
    border-radius: 7px 7px 0 0;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}
.dx__user--list {
	display: flex;
	justify-content: space-evenly;
	padding: 30px;
	background-color: #f4f1ea;
	border-radius: 0 0 10px 10px;
}
.dx__user--listbox {
	width: 220px;
}
.dx__user--img {
	text-align: center;
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.dx {
		padding-top: 150px;
		padding-bottom: 50px;
	}
	.dx__free {
		display: block;
	}
	.dx__free--txt {
		padding: 0;
		margin-top: 40px;
		padding-bottom: 10px;
	}
	.dx__free--txtLarge {
		font-size: 6.0rem;
	}
	.dx__ex {
		display: block;
	}
	.dx__ex div+div {
		margin-top: 50px;
	}
	.dx__ex--box {
		width: auto;
	}
	.dx__ex--ai1 {
		width: 60%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.dx__ex--register {
		width: 60%;
		margin: 0 auto;
		margin-top: 10px;	
	}
	.dx__line::after {
		width: 0;
	}
	.dx__ex--ai2 {
		width: 60%;
		margin: 0 auto;
	}
	.dx__ex--auto {
		margin: auto;
	}
	.dx__user--box {
		width: auto;
		margin-bottom: 0;
	}
	.dx__user--list {
		display:block;
		padding: 0 20px 30px;
	}
	.dx__user--listbox {
		width: auto;
		padding-top: 30px;
	}
	.dx__user--img {
		text-align: center;
		width: 60%;
		margin: 0 auto;
	}
}
/* ==========================================================================
 * event
 * ========================================================================== */
.event {
	background-color: #f4f1ea;
	padding-top: 100px;
    padding-bottom: 100px;
}
.number__txt5 {
	background: url("../images/sp/reason-05@2x.png") top no-repeat;
	background-position-y: 33px;
	background-size: 77%;
}
.border__radius10 {
	border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 640px) {
	.event {
		padding-top: 150px;
		padding-bottom: 50px;
	}
	.event__list--ttl {
		font-size: 2.4rem;
		height: 98px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/* ==========================================================================
 * cta
 * ========================================================================== */
.cta {
	background-color: #403b2e;
}
.cta__wrap {
	padding: 40px 0;
}
.cta__ttl {
	background-color: #beaf88;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding: 10px 0;
}
.cta__box ul {
	width: 780px;
	margin: 0 auto;
}
.cta__box li {
	font-size: 3.0rem;
    font-weight: bold;
}
.cta__1minute {
	font-size: 2.4rem;
    font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
.main__cta--contact {
	display: flex;
	justify-content: space-evenly;
	padding-top: 10px;
}
.main__cta--documentBtn {
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.2));
}
.main__cta--conferenceBtn {
	padding-left: 15px;
	background-image: linear-gradient(#0084ff, #003bb3);
	margin-left: 10px;
}
.main__cta--document a,.main__cta--conference a {
	text-decoration:none;
	display: flex;
    align-items: center;
}
.main__btn--text {
	font-size: 2.4rem;
    font-weight: bold;
	color: #fff;
	padding-left: 30px;
}
.main__btn--text::after { 
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
    right: 30px;
    width: 19px;
    height: 19px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
.main__cta--tel {
	text-align: center;
	padding-top: 20px;
}
.main__cta--tel a{
	text-decoration:none;
	color: #fff;
}
.cta__time {
	width: 100%;
	margin-top: 10px;
}
@media screen and (max-width: 640px) {
	.cta__wrap {
		padding: 50px 0;
	}
	.cta__box li {
		font-size: 2.2rem;
	}
	.cta__box ul {
		width: auto;
		text-align: center;
	}
	.main__cta--contact {
		display: block;
		text-align: center;
	}
	.main__cta--documentBtn, .main__cta--conferenceBtn {
		width: auto;
		height: auto;
	}
	.main__cta--document a, .main__cta--conference a {
		justify-content: center;
	}
	.main__cta--conferenceBtn {
		margin-left: 0;
		margin-top: 20px;
	}
	.main__btn--text {
		padding-left: 0;
	}
	.main__btn--text::after {
		right: 18px;
	}
	.main__cta--tel {
		width: 85%;
		margin: 0 auto;
	}
}
/* ==========================================================================
 * service
 * ========================================================================== */
.service {
	padding-top: 100px;
}
.service__ttl {
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.service__ttl p+p {
    padding-left: 20px;
    margin: 0;
}
.service__ttl--circle {
	font-size: 2.4rem;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    color: #fff;
    background: #caa955;
    text-align: center;
    line-height: 110px;
}
.service__ttl--txt {
	font-size: 2.4rem;
    text-align: center;
}
.service__ttl--txtSub {
	text-align: center;
	padding-top: 10px;
}
.service__list--ttl {
	font-size: 3.6rem;
	font-weight: bold;
    text-align: center;
	padding-top: 40px;
}
.service__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.service__list--box {
	margin: 20px;
	width: 240px;
	height: 240px;
	background-color: #f4f1ea;
	border: 1px solid #beaf88;
	border-radius: 10px;
	text-align: center;
}
.service__list--box dl {
	margin: 0;
	padding: 20px;
}
.service__list--box dt {
	font-size: 2.4rem;
 	font-weight: bold;
}
.service__list--box dd {
	background-color: #fff;
	margin-top: 10px;
}
@media screen and (max-width: 640px) {
	.service {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.service__ttl {
		display: block;
	}
	.service__ttl--circle {
		margin: 0 auto;
	}
	.service__ttl p+p {
		padding: 0;
		margin-top: 30px;
	}
	.service__list--ttl {
		font-size: 2.4rem;
	}
	.service__list {
		justify-content: space-between;
	}
	.service__list--box {
		margin: 0;
		margin-top: 15px;
		width: 48%;
		height: auto;
	}
	.service__list--box dt {
		font-size: 1.8rem;
	}
}
/* ==========================================================================
 * uservoice
 * ========================================================================== */
.logo__txt {
    display: inline-flex;
    width: 320px;
    margin: 0 10px;
}
.uservoice {
	background-color: #f4f1ea;
    padding-bottom: 100px;
	padding-top: 80px;
}
.uservoice__list {
	padding-top: 100px;
}
.uservoice__box {
	display: flex;
    justify-content: space-between;
	padding: 50px;
}
.uservoice__cont {
	width: 580px;
}
.uservoice__ttl {
	font-size: 3.6rem;
 	font-weight: bold;
}
.uservoice__txt {
	padding-top: 20px;
}
.uservoice__company {
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 0 0 7px 7px;
	padding: 10px
}
.uservoice__number {
	background-size: 66%;
	width: 134px;
}
@media screen and (max-width: 640px) {
	.uservoice {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.uservoice__number {
		background-size: 66%;
		width: 90px;
    	margin-top: 10px;
	}
	.uservoice__box {
		display: block;
		padding: 15px;
	}
	.uservoice__img {
		width: 60%;
		margin: 0 auto;
		padding-top: 40px;
	}
	.uservoice__ttl {
		font-size: 2.4rem;
	}
	.uservoice__cont {
		width: 100%;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.uservoice__company {
		font-size: 1.2rem;;
	}
	.logo__txt {
		display: block;
		width: 274px;
		margin: 8px auto 13px;
	}
}
/*==========================================================================
 * faq
 * ========================================================================== */
.faq__qaList {
	margin-top: 20px;
}
.faq__qaList dt {
	background: url("../images/pc/qa_q.png") left top no-repeat;
	background-color: #f4f1ea;
	background-position: 20px 50%;
	border-radius: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 20px 20px 20px 75px;
    position: relative;
    cursor: pointer;
}
.faq__qaList dt.open::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 15%;
    right: 1.5em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(135deg);
}
.faq__qaList dt.close::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -10%;
    right: 1.5em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(-45deg);
}
.faq__qaList dd {
	background: url("../images/pc/qa_a.png") left top no-repeat;
	background-position: 20px 50%;
    padding: 30px 20px 30px 75px;
	display: none;
}
@media screen and (max-width: 640px) {
	.faq__qaList dt {
		background: url("../images/sp/qa_q@2x.png") left top no-repeat;
		background-color: #f4f1ea;
		background-position: 15px 50%;
		background-size: 10%;
		padding: 20px 40px 20px 62px;
		font-size: 2.0rem;
	}
	.faq__qaList dt.close::after {
		bottom: 7%;
		right: 0.8em;
		width: 15px;
		height: 15px;
	}
	.faq__qaList dt.open::before {
		bottom: 7%;
		right: 0.8em;
		width: 15px;
		height: 15px;
	}
	.faq__qaList dd {
		background: url("../images/sp/qa_a@2x.png") left top no-repeat;
		background-position: 15px 50%;
		background-size: 10%;
		padding: 30px 0px 30px 64px;
		display: none;
	}
}
/* ==========================================================================
 * postscript
 * ========================================================================== */
.postscript__wrap {
	background: url("../images/pc/comment_kein.jpg") left top no-repeat;
	margin-top: 50px;
}
.postscript__box {
	width: 570px;
    margin: 0 350px;
	padding: 50px 0;
}
.postscript__txt01 {
	text-align: center;
	font-size: 3.0rem;
 	font-weight: bold;
}
.postscript__img {
	text-align: center;
	padding: 20px 0;
}
.postscript__txt02 {
	text-align: center;
	font-size: 3.0rem;
 	font-weight: bold;
}
.postscript__txt03 {
	padding: 20px;
}
@media screen and (max-width: 640px) {
	.postscript__box {
		width: auto; 
		margin: 0; 
		padding: 0;
	}
	.postscript__wrap {
		background: url("../images/sp/comment_kein@2x.jpg") bottom no-repeat;
		background-size: contain;
		margin-top: 50px;
		height: 840px;
	}
}
/* ==========================================================================
 *form
 * ========================================================================== */
.form__document,.form__conference {
	background-color: #f4f1ea;
	    padding-top: 80px;
}
.form__conference {
	display: none;
}
.form__title {
	text-align: center;
	font-size: 4.8rem;
 	font-weight: bold;
	padding-top: 80px;
	padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
	.form__title {
		font-size: 3.4rem;
	}
	.form__document,.form__conference {
		padding-top: 20px;
	}
}
/* ==========================================================================
 * Company
 * ========================================================================== */
.company {
	padding: 20px 0;
}
.company h2 {
	font-size: 2.4rem;
    text-align: center;
    background-color: #f4f1ea;
    color: #beaf88;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
	width: 50%;
    margin: 0 auto;
}
.company h2.open::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 15%;
    right: 5%;
    width: 20px;
    height: 20px;
    border-top: 3px solid #beaf88;
    border-right: 3px solid #beaf88;
    transform: rotate(135deg);
}
.company h2.close::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -10%;
    right: 5%;
    width: 20px;
    height: 20px;
    border-top: 3px solid #beaf88;
    border-right: 3px solid #beaf88;
    transform: rotate(-45deg);
}
.company__list {
	margin: 30px auto;
	width: 750px;
	display: none;
}
.company__list dl {
	align-items: flex-start;
	display: flex;
	margin: 0 0 20px;
}
.company__list dt {
	background: #beaf88;
	border-radius: 100px;
	color: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 20px 0 0;
	text-align: center;
	width: 150px;
}
@media screen and (max-width: 640px) {
	.company {
		padding: 0;
	}
	.company h2 {
		font-size: 2.4rem;
		margin: 20px 0;
		width: 100%;
	}
	.company__list {
		width: 100%;
		font-size: 1.4rem;
	}
	.company__list dt {
		width: 70px;
   	 	padding: 5px;
		border-radius: 3px;
	}
	.company__list dd {
		width: calc(100% - 100px);
	}
}
/* ==========================================================================
 *footer
 * ========================================================================== */
footer {
	background-color: #beaf88;
	padding: 40px 0;
	color: #fff;
}
.footer__logo {
	text-align: center;
}
.footer__about a {
	color: #fff;
	text-decoration: underline;
}
.footer__about a img {
	padding-right: 5px;
    margin-bottom: 5px;
}
.copy {
	display: block;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.footer__logo {
		width: 70%;
		margin: 0 auto;
	}
	.footer__about a img {
		padding-right: 5px;
		margin-bottom: 5px;
		width: 22px;
	}
	footer {
		margin-bottom: 65px;
	}
}