@charset "UTF-8";

.company_top_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_top_flex .company_top_youtube {
  flex: 0 0 49%;
}
.company_top_flex .company_top_youtube iframe {
  width: 100%;
  max-width: 600px;
  height: 300px;
}

@media (max-width: 768px) {
  .company_top_flex {
    flex-direction: column;
  }
  .company_top_flex .company_top_youtube {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .company_top_flex .company_top_youtube iframe {
    height: 200px;
  }
}

.top_bnr {
	background: none;
	background-size: cover;
}

.content h1 {
    color: #000;
}

.inner {
	clear: both;
}

.sub_nav {
    margin: 50px auto;
	overflow: hidden;
}

.sub_nav li {
	margin-bottom: 30px;
	float: left;
}

.sub_nav li:not(:nth-child(3n)) {
    margin-right: 30px;
}

.sub_nav_box a {
    display: block;
    position: relative;
    border: 1px solid #ccc;
    padding-bottom: 15px;
    width: 343px;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
}

.sub_nav_box a img {
    width: 100%;
    height: 158px;
    aspect-ratio: 341 / 158;
    object-fit: cover;
}

.sub_nav_box h2 {
    line-height: 46px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.sub_nav_box a:hover {
    border: 1px solid #007440;
    color: #007440;
}

.sub_nav_box p {
	color:#cc1023;
	font-size: 12px;
}

.sub_nav_box.sub_nav_box2 h2 {
    line-height: 1.3;
}

.sub_nav_box .sc_arrow {
    margin-left: 10px;
    position: absolute;
    right: -33px;
    bottom: 43px;
}

@media (max-width: 768px) {

.sub_nav {
    margin: 10px auto 20px;
	overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.sub_nav li {
  flex: 0 0 100%;
	margin-bottom: 10px;
    width: 100%;
}

.sub_nav_box {
  border: none;
}

.sub_nav_box a {
    border: 1px solid #ccc;
    padding-bottom: 15px;
    width: 100%;
}

.sub_nav li:not(:nth-child(3n)) {
    margin-right: 0px;
}

.sub_nav li:nth-child(odd) {
    margin-right: 0;
}

.sub_nav_box img {
	width: 100%;
	height: 140px;
	overflow: hidden;
    aspect-ratio: 301 / 140;
    object-fit: cover;
}

.sub_nav_box a {
    width: 100%;
}

.sub_nav_box h2 {
    line-height: 3.5;
    font-size: 16px;
}

.sub_nav_box p {
    margin-top: -10px;
	font-size: 11px;
}

.sub_nav_box .sc_arrow {
    margin-left: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    right: -33px;
    bottom: 0;
}

.sub_nav_box a:hover {
    border: 1px solid #ccc;
}

.sub_nav_box a:hover {
    color: #000;
}

}

@media (max-width: 414px) {

.sub_nav li {
    margin-bottom: 10px;
    width: 100%;
}

.sub_nav li:nth-child(odd) {
    margin-right: 0;
}

}

.company-message {
	padding: 30px 0 50px;
}

.company-message__title {
    font-size: 18px;
	font-weight: 700;
	line-height: 1.5555555556;
	position: relative;
	text-align: center;
}

.company-message__title::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 5px;
	background-color: #007440;
}

.company-message__subtitle {
    text-align: left;
	border-left: 4px solid #007440;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5625;
	margin-top: 50px;
    padding-left: 16px;
}

.company-message__sentence {
	margin-top: 20px;
}

.company-message__text {
    text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
}

.company-message__text + .company-message__text {
	margin-top: 20px;
}

.company-message__human {
	margin-left: auto;
	margin-top: 20px;
	width: 280px;
}

.company-message__human img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.company-message__name {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 6px;
	text-align: right;
}

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.company-message {
	padding: 40px 0 50px;
}

.company-message__title {
	font-size: 28px;
	line-height: 1.5714285714;
}

.company-message__subtitle {
	font-size: 18px;
	line-height: 1.5555555556;
	margin-top: 100px;
}

.company-message__sentence {
	margin-top: 40px;
}

.company-message__text {
	font-size: 15px;
}

.company-message__text + .company-message__text {
	margin-top: 30px;
}

.company-message__human {
	margin-top: 30px;
	width: 500px;
}

.company-message__name {
	font-size: 15px;
}

}

.company-concept img {
	display: block;
	max-width: 100%;
	width: 100%;
	aspect-ratio: 337 / 224;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.company-concept img {
		aspect-ratio: 540 / 359;
	}
}

.company-concept__container{
    text-align: left;
    margin-top: 20px;
}

.company-concept__content + .company-concept__content,
.company-concept__container + .company-concept__container {
	margin-top: 40px;
}

.company-concept__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.company-concept__subtitle {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	margin-top: 10px;
}

.company-concept__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 10px;
}

.company-concept__item {
	width: 100%;
}

.company-concept__text {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 10px;
}

.company-concept__wrap + .company-concept__wrap {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {

.company-concept__container{
    margin-top: 40px;
}

.company-concept__content + .company-concept__content,
.company-concept__container + .company-concept__container {
	margin-top: 60px;
}

.company-concept__title {
	font-size: 24px;
	line-height: 1.1666666667;
}

.company-concept__subtitle {
	font-size: 18px;
	line-height: 1.5555555556;
	margin-top: 20px;
}

.company-concept__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 10px;
}

.company-concept__item {
	margin: 0;
	max-width: calc(50% - 10px);
}

.company-concept__text {
	font-size: 15px;
}

.company-concept__wrap + .company-concept__wrap {
	margin-top: 40px;
}

}

