/*font-family: 'Cormorant Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/
/*--------------------------------
	　section-01
--------------------------------*/
.section-01 .container {
  padding: 60px 0;
}
.section-01 .company-box {
	display: flex;
	justify-content: space-between;
}
.section-01 .company-box .company-left {
	width: 48%;
	order: 1;
}
.section-01 .company-box .company-right {
	/*width: 48%;*/
	order: 2;
	position: absolute;
	right: 0;
	z-index: -1;
}
.section-01 .company-box .company-right-02 {
	position: absolute;
	right: 0;
	bottom: 173px;
	z-index: -2;
}

.name {
	display: block;
	margin: 60px 0;
}
.section-02 .container {
  padding: 60px 0;
}
.section-02 .company-box {
	display: flex;
	justify-content: space-between;
}
.section-02 .company-box .company-left {
	width: 48%;
}
.section-02 .company-box .company-left .company-youtube {
	margin-top: 40px;
}
.section-02 .company-box .company-left .company-youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.section-02 .company-box .company-right-03 {
	position: absolute;
	right: 0;
	top: 460px;
	z-index: -1;
}
.section-02 .company-box .company-right-04 {
	position: absolute;
	right: 0;
	top: 230px;
	z-index: -2;
}
.section-02 .company-box .company-right-05 {
	position: absolute;
	right: 18%;
	bottom: 25%;
	z-index: -1;
}
ol {
	margin-left: 20px;
}
ol li {
	list-style: decimal;
	margin-bottom: 3px;
}
.table.company-table > tbody > tr > th, .table.company-table > tbody > tr > td {
  padding: 20px;
  vertical-align: top;
  border-top: none;
	line-height: 1.8;
}
.table.company-table > tbody > tr > th {
	text-align: right;
	padding-left: 0;
}
.map iframe {
	vertical-align: bottom;
}
#greetings,#info {
	padding-top: 100px;
	margin-top: -100px;
}
@media screen and (max-width: 991px) {
.section-01 .container {
    position: relative;
    padding: 15px;
}
.section-01 .company-box {
	display: block;
}
.section-01 .company-box .company-left,
	.section-01 .company-box .company-right{
	width: 100%;
}
	.section-01 .company-box .company-left {
		padding: 10px;
	}
	.section-02 {
    padding: 15px;
}
	.section-02 .company-box {
	display: block;
}
.section-02 .company-box .company-left,
	.section-02 .company-box .company-right{
	width: 100%;
}
.section-02 .company-box .company-right-03,
	.section-02 .company-box .company-right-04,
	.section-02 .company-box .company-right-05 {
	display: none;
}
	.table.company-table > tbody > tr > th, .table.company-table > tbody > tr > td {
  padding: 15px;
}
	.table.company-table > tbody > tr > th {
  width: 28%;
		padding-left: 0;
}
.section-01 .company-box .company-right {
	width: 100%;
	position: static;
	margin-bottom: 60px;
}
.section-01 .company-box .company-right-02 {
	position: absolute;
	right: 0;
	bottom: auto;
	top: 16%;
	width: 100vw;
}
}
.base {
	width: 100%;
	background-color: #93b8d5;
	margin-top: -73px;
}
/* history */
/* #history  img {
	max-width:100%;
  } */
  