@charset "UTF-8";
/* CSS Document */


@media only screen and (min-width: 641px) {
  .only_SP {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .only_PC {
    display: none !important;
  }
}

.l-body {
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", sans-serif;
	color: #000;
  font-weight: 400;
  line-height: 2;
}
.area {
	max-width: 1140px;
	margin: 0 auto;
}
@media only screen and (max-width: 640px) {
	.area {
		margin: 0 5vw;
	}
}

/* l-mainvisual */
.l-mainvisual {
  background: url(../img/mv_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 130px 0 120px;
}
.l-mainvisual .i {
	width: 100%;
}
.l-mainvisual .product {
	position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-mainvisual .product .logo_rydair {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -110px;
	width: 160px;
}
.l-mainvisual .product .product_img {
	width: 48%;
}
.l-mainvisual .product .product_text {
	width: 50%;
}
.l-mainvisual .product .product_text .l-list {
  margin-top: 20px;
}
.l-mainvisual .product .product_text .l-list .item {
  margin-top: 10px;
}
.l-mainvisual .product .product_text .l-list .item:first-child {
  margin-top: 0;
}
.l-mainvisual .product .product_text .l-list .item .btn {
	display: block;
	background-color: #1F4086;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	width: 480px;
	text-align: center;
	padding: 10px 0;
	position: relative;
	transition: opacity 0.4s ease;
}
.l-mainvisual .product .product_text .l-list .item .btn:hover {
	opacity: 0.5;
}
.l-mainvisual .product .product_text .l-list .item .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-mainvisual .c-button {
	text-align: center;
	margin-top: 50px;
}
.l-mainvisual .c-button .button {
	display: block;
	background-color: #FFBB00;
	width: 640px;
	border-radius: 50px;
	margin: 0 auto;
	box-shadow: 0px 4px 0px 4px #EF8D2B;
}
.l-mainvisual .c-button .button .text {
	position: relative;
	display: inline-block;
	padding: 28px 0 28px 60px;
	font-size: 26px;
	line-height: 1.6;
	font-weight: 800;
	color: #000;
}
.l-mainvisual .c-button .button .text::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/btn_icon.png) no-repeat center top;
  background-size: contain;
}
.l-mainvisual .c-button .button:hover {
	opacity: 0.5;
}
.l-mainvisual .institution {
	max-width: 800px;
	margin: 100px auto 0;
}
.l-mainvisual .institution .item {
  margin-top: 40px;
}
.l-mainvisual .institution .item:first-child {
  margin-top: 0;
}
.l-mainvisual .institution .moviearea {
	max-width: 800px;
}
.l-mainvisual .institution .moviearea .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.l-mainvisual .institution .moviearea .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
	.l-mainvisual {
	  background: url(../img/mv_bg_sp.webp) no-repeat center top;
	  background-size: cover;
	  padding: 17vw 0 15vw;
	}
	.l-mainvisual .product {
	  display: block;
	}
	.l-mainvisual .product .logo_rydair {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		top: -13vw;
		width: 26vw;
	}
	.l-mainvisual .product .product_img {
		width: 100%;
	}
	.l-mainvisual .product .product_text {
		width: 100%;
	}
	.l-mainvisual .product .product_text .l-list {
	  margin-top: 20px;
	}
	.l-mainvisual .product .product_text .l-list .item {
	  margin-top: 10px;
	}
	.l-mainvisual .product .product_text .l-list .item:first-child {
	  margin-top: 0;
	}
	.l-mainvisual .product .product_text .l-list .item .btn {
		font-size: 15px;
		width: 100%;
		padding: 10px 0;
	}
	.l-mainvisual .product .product_text .l-list .item .btn::after {
	  right: 3vw;
	  width: 8px;
	  height: 8px;
	}
	.l-mainvisual .c-button {
		margin-top: 10vw;
	}
	.l-mainvisual .c-button .button {
		width: 100%;
		box-shadow: 0px 3px 0px 3px #EF8D2B;
	}
	.l-mainvisual .c-button .button .text {
		padding: 20px 0 20px 40px;
		font-size: 17px;
	}
	.l-mainvisual .c-button .button .text::before {
	  width: 30px;
	  height: 30px;
	}
	.l-mainvisual .institution {
		margin: 12vw auto 0;
	}
	.l-mainvisual .institution .item {
	  margin-top: 3vw;
	}
}

/* c-button_cv */
.l-section .c-button_cv {
	text-align: center;
}
.l-section .c-button_cv .button {
	position: relative;
	display: block;
	background-color: #FFBB00;
	width: 700px;
	border-radius: 100px;
	margin: 0 auto;
	box-shadow: 0px 4px 0px 4px #EF8D2B;
	transition: opacity 0.4s ease;
}
.l-section .c-button_cv .button .text {
	display: inline-block;
	padding: 40px 0;
	font-size: 30px;
	line-height: 1.6;
	font-weight: 800;
	color: #000;
}
.l-section .c-button_cv .button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  width: 40px;
  height: 20px;
  background: url(../img/btn_arrow.png) no-repeat center top;
  background-size: contain;
}
.l-section .c-button_cv .button:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 640px) {
	.l-section .c-button_cv .button {
		width: 100%;
		box-shadow: 0px 3px 0px 3px #EF8D2B;
	}
	.l-section .c-button_cv .button .text {
		padding: 10px 0;
		font-size: 17px;
	}
	.l-section .c-button_cv .button::before {
	  right: 20px;
	  width: 30px;
	  height: 10px;
	}
}

/* title_main */
.l-section .area > .title_main {
	border-left: none;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-align: center;
  padding: 0 0 40px;
  margin: 0;
}
.l-section .area > .title_main > span {
	position: relative;
	display: inline-block;
}
.l-section .area > .title_main > span::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100px;
  height: 3px;
}
@media only screen and (max-width: 640px) {
	.l-section .area > .title_main {
	  font-size: 26px;
	  padding: 0 0 8vw;
	}
	.l-section .area > .title_main > span::after {
	  bottom: -8vw;
	  width: 60px;
	  height: 2px;
	}
}

/* table */
.l-section .area > .l-list > .table > .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #1F4086;
  padding: 0 0 0 20px;
  margin: 0;
  border-left: 6px solid #1F4086;
}
.l-section .area > .l-list > .table > table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  background-color: #fff;
  margin-top: 20px;
}
.l-section .area > .l-list > .table > table tr td {
  padding: 1em 20px;
  vertical-align: middle;
  border: 1px solid #989898;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.l-section .area > .l-list > .table > table tr td._center {
	text-align: center;
}
.l-section .area > .l-list > .table > table tr td._right {
	text-align: right;
}
.l-section .area > .l-list > .table > table tr td.red {
	color: #FF0000;
}
.l-section .area > .l-list > .table > table tr td.bg_01 {
  background-color: #D5D5D5;
  text-align: center;
  font-weight: 600;
}
.l-section .area > .l-list > .table > table tr td.bg_01 > small {
	display: block;
  font-size: 14px;
}
.l-section .area > .l-list > .table > table tr td.bg_02 {
  background-color: #3477C7;
  color: #fff;
}
.l-section .area > .l-list > .table > .notes {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
	.l-section .area > .l-list > .table > .title {
	  font-size: 16px;
	  padding: 0 0 0 10px;
	  border-left: 4px solid #1F4086;
	}
	.l-section .area > .l-list > .table {
	  overflow-y: scroll;
	  width: 95vw;
	}
	.l-section .area > .l-list > .table > table {
	  margin-top: 3vw;
	  width: 200vw;
	}
	.l-section .area > .l-list > .table > table tr td {
	  padding: 1em 10px;
	  font-size: 14px;
	}
	.l-section .area > .l-list > .table > table tr td.bg_01 > small {
	  font-size: 12px;
	}
	.l-section .area > .l-list > .table > .notes {
	  font-size: 12px;
	}
}


/* l-section_problem */
.l-section_problem {
  background: url(../img/problem_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 120px 0;
}
.l-section_problem .image .i {
	width: 100%;
}
.l-section_problem .area > .title_main > span::after {
  background-color: #000;
}
.l-section_problem .area > .l-list {
	margin-top: 100px;
}
.l-section_problem .area > .l-list > .item {
	margin-top: 60px;
}
.l-section_problem .area > .l-list > .item:first-child {
  margin-top: 0;
}
.l-section_problem .area > .l-list > .lead {
	text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.l-section_problem .area > .l-list > .area_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-section_problem .area > .l-list > .area_box > .area_text {
	width: 44%;
}
.l-section_problem .area > .l-list > .area_box > .area_img {
	width: 44%;
}
.l-section_problem .area > .l-list > .area_box > .area_text > ul {
  border-top: 1px solid #000;
}
.l-section_problem .area > .l-list > .area_box > .area_text > ul > li {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 36px 0;
}
.l-section_problem .area > .l-list > .area_box > .area_text > ul > li > .num > .i {
	width: 50px;
	vertical-align: middle;
	margin-right: 30px;
}
.l-section_problem .area > .l-list > .text_main {
  font-size: 18px;
}
.l-section_problem .area > .l-list > .text_bottom {
	text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0;
}
@media only screen and (max-width: 640px) {
	.l-section_problem {
	  background: url(../img/problem_bg_sp.webp) no-repeat center top;
	  background-size: cover;
	  padding: 15vw 0;
	}
	.l-section_problem .area > .l-list {
		margin-top: 12vw;
	}
	.l-section_problem .area > .l-list > .item {
		margin-top: 8vw;
	}
	.l-section_problem .area > .l-list > .lead {
	  font-size: 18px;
	}
	.l-section_problem .area > .l-list > .area_box {
	  display: block;
	}
	.l-section_problem .area > .l-list > .area_box > .area_text {
		width: 100%;
	}
	.l-section_problem .area > .l-list > .area_box > .area_img {
		width: 100%;
		margin-top: 10vw;
	}
	.l-section_problem .area > .l-list > .area_box > .area_text > ul > li {
	  font-size: 18px;
	  padding: 5vw 0;
	}
	.l-section_problem .area > .l-list > .area_box > .area_text > ul > li > .num > .i {
		width: 40px;
		margin-right: 20px;
	}
	.l-section_problem .area > .l-list > .text_main {
	  font-size: 14px;
	  line-height: 2;
	}
	.l-section_problem .area > .l-list > .text_bottom {
	  font-size: 18px;
	}
}

/* l-section_about */
.section_about_box {
  background-image: linear-gradient(0deg, #848484, #1e1e1e);
  color: #fff;
}
.l-section_about {
  padding: 120px 0;
}
.l-section_about .image .i {
	width: 100%;
}
.l-section_about .area > .title_main {
  color: #fff;
}
.l-section_about .area > .title_main > span::after {
  background-color: #fff;
}
.l-section_about .area > .l-list {
	margin-top: 100px;
}
.l-section_about .area > .l-list > .item {
	margin-top: 60px;
}
.l-section_about .area > .l-list > .item:first-child {
  margin-top: 0;
}
.l-section_about .area > .l-list > .lead {
	text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}
.l-section_about .area > .l-list > .filter_box > .filter_01 {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
}
.l-section_about .area > .l-list > .filter_box > .filter_01 > .box_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding: 0 0 0 20px;
  margin: 0;
  border-left: 5px solid #000;
}
.l-section_about .area > .l-list > .filter_box > .filter_01 > .image {
	width: 50%;
	margin: 0 auto;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 {
	display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 > .item {
	background-color: #fff;
	border-radius: 10px;
	width: 49%;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .filter_title {
	background-color: #000;
	border-radius: 10px 10px 0 0;
	padding: 20px 30px;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .filter_title > .box_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  padding: 0 0 0 20px;
  margin: 0;
  border-left: 5px solid #fff;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .filter_animation {
	display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 20px 0;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .filter_animation > .image_01 {
	width: 40%;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .filter_animation > .image_02 {
	width: 60%;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .text_m {
  margin: 40px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #1F4086;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .image_03 {
  margin: 0 20px;
  text-align: center;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 > .filter_02_01.item > .image_03 > .i {
	width: 55.5%;
}
.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .text_b {
  margin: 40px 20px 0;
  padding: 0 0 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
}
.l-section_about .area > .l-list > .table > .title {
  color: #fff;
  border-left: 6px solid #fff;
}
.l-section_about .area > .l-list > .table > table {
	color: #000;
}
.l-section_about .area > .l-list > .photo_box > ul {
	display: flex;
  justify-content: space-between;
}
.l-section_about .area > .l-list > .photo_box > ul > li {
	width: 23%;
}
.l-section_about .area > .l-list > .map_box {
	position: relative;
}
.l-section_about .area > .l-list > .map_box > .map_img_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 67%;
}
.l-section_about .area > .l-list > .map_box > .map_img_map > .image {
	width: 80%;
	margin-left: 20%;
	padding-top: 100px;
}
.l-section_about .area > .l-list .text_bottom {
	text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
	.l-section_about {
	  padding: 15vw 0;
	}
	.l-section_about .image .i {
		width: 100%;
	}
	.l-section_about .area > .l-list {
		margin-top: 12vw;
	}
	.l-section_about .area > .l-list > .item {
		margin-top: 8vw;
	}
	.l-section_about .area > .l-list > .lead {
	  font-size: 14px;
	  text-align: left;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_01 {
		padding: 5vw;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_01 > .box_title {
	  font-size: 16px;
	  padding: 0 0 0 10px;
	  border-left: 4px solid #000;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_01 > .image {
		width: 100%;
		margin: 5vw auto 0;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 {
		display: block;
	  margin-top: 0;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 > .item {
		width: 100%;
		margin-top: 5vw;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .filter_title {
		padding: 3vw 5vw;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .filter_title > .box_title {
	  font-size: 16px;
	  padding: 0 0 0 10px;
	  border-left: 4px solid #fff;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .filter_animation {
		display: block;
	  margin: 40px 20px 0;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .filter_animation > .image_01 {
		width: 70%;
		margin: 0 auto;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .filter_animation > .image_02 {
		width: 100%;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .text_m {
	  margin: 8vw 5vw;
	  font-size: 16px;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .image_03 {
	  margin: 0 20px;
	  text-align: center;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 > .filter_02_01.item > .image_03 > .i {
		width: 70%;
	}
	.l-section_about .area > .l-list > .filter_box > .filter_02 > .item > .text_b {
	  margin: 8vw 5vw 0;
	  padding: 0 0 8vw;
	  font-size: 18px;
	}
	.l-section_about .area > .l-list > .table > .title {
	  border-left: 4px solid #fff;
	}
	.l-section_about .area > .l-list > .table > table {
		color: #000;
	}
	.l-section_about .area > .l-list > .photo_box > ul > li {
		width: 49%;
	}
	.l-section_about .area > .l-list > .map_box {
		position: relative;
	}
	.l-section_about .area > .l-list > .map_box > .map_img_text {
		position: relative;
		width: 100%;
	}
	.l-section_about .area > .l-list > .map_box > .map_img_map > .image {
		width: 100%;
		margin-left: 0;
		padding-top: 0;
	}
	.l-section_about .area > .l-list .text_bottom {
	  font-size: 18px;
	}
}

/* l-section_spec */
.l-section_spec {
  padding: 120px 0;
}
.l-section_spec .image .i {
	width: 100%;
}
.l-section_spec .area > .title_main > span::after {
  background-color: #000;
}
.l-section_spec .area > .l-list {
	margin-top: 100px;
}
.l-section_spec .area > .l-list > .item {
	margin-top: 100px;
}
.l-section_spec .area > .l-list > .item:first-child {
  margin-top: 0;
}
.l-section_spec .area > .l-list > .spec_img {
	border: 1px solid #989898;
	padding: 50px 0;
	text-align: center;
}
.l-section_spec .area > .l-list > .spec_img > .image {
	max-width: 730px;
	margin: 0 auto;
}
.l-section_spec .area > .l-list > .table > table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  margin-top: 0;
}
.l-section_spec .area > .l-list > .table > table tr td {
  padding: 1em 20px;
  vertical-align: middle;
  border: 1px solid #989898;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.l-section_spec .area > .l-list > .table > table tr td > small {
  font-size: 12px;
}
.l-section_spec .area > .l-list > .table > table tr td._center {
	text-align: center;
}
.l-section_spec .area > .l-list > .table > table tr td._right {
	text-align: right;
}
.l-section_spec .area > .l-list > .table > .notes {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
	.l-section_spec {
	  padding: 15vw 0;
	}
	.l-section_spec .area > .l-list {
		margin-top: 12vw;
	}
	.l-section_spec .area > .l-list > .item {
		margin-top: 8vw;
	}
	.l-section_spec .area > .l-list > .item:first-child {
	  margin-top: 0;
	}
	.l-section_spec .area > .l-list > .spec_img {
		padding: 5vw;
	}
	.l-section_spec .area > .l-list > .table > table {

	}
	.l-section_spec .area > .l-list > .table > table tr td {
	  padding: 1em 20px;
	  font-size: 12px;
	}
	.l-section_spec .area > .l-list > .table > table tr td > small {
	  font-size: 12px;
	}
	.l-section_spec .area > .l-list > .table > .notes {
	  font-size: 12px;
	}
}

/* l-section_other */
.l-section_other {
  padding: 120px 0;
  background-color: #1E1E1E;
}
.l-section_other .image .i {
	width: 100%;
}
.l-section_other .area > .title_main {
  color: #fff;
}
.l-section_other .area > .title_main > span::after {
  background-color: #fff;
}
.l-section_other .area > .l-list {
	display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.l-section_other .area > .l-list > .item {
	width: 49%;
}
.l-section_other .area > .l-list > .item > a {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	display: block;
	transition: opacity 0.4s ease;
}
.l-section_other .area > .l-list > .item > a:hover {
	opacity: 0.5;
}
.l-section_other .area > .l-list > .item > a > .box_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding: 0 0 0 15px;
  margin: 0;
  border-left: 5px solid #000;
}
.l-section_other .area > .l-list > .item > a > .image {
	margin-top: 30px;
}
.l-section_other .c-button_other {
	text-align: center;
	margin-top: 60px;
}
.l-section_other .c-button_other .button {
	position: relative;
	display: block;
	background-color: #3477C7;
	width: 640px;
	border-radius: 100px;
	margin: 0 auto;
	box-shadow: 0px 4px 0px 4px #003D86;
	transition: opacity 0.4s ease;
}
.l-section_other .c-button_other .button .text {
	display: inline-block;
	padding: 30px 0;
	font-size: 26px;
	line-height: 1.6;
	font-weight: 700;
	color: #fff;
}
.l-section_other .c-button_other .button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  width: 30px;
  height: 15px;
  background: url(../img/btn_arrow_w.png) no-repeat center top;
  background-size: contain;
}
.l-section_other .c-button_other .button:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 640px) {
	.l-section_other {
	  padding: 15vw 0;
	}
	.l-section_other .area > .l-list {
		display: block;
	  margin-top: 12vw;
	}
	.l-section_other .area > .l-list > .item {
		width: 100%;
		margin-top: 5vw;
	}
	.l-section_other .area > .l-list > .item > a {
		padding: 5vw;
	}
	.l-section_other .area > .l-list > .item > a > .box_title {
	  font-size: 16px;
	  padding: 0 0 0 10px;
	  border-left: 4px solid #000;
	}
	.l-section_other .area > .l-list > .item > a > .image {
		margin-top: 5vw;
	}
	.l-section_other .c-button_other {
		margin-top: 8vw;
	}
	.l-section_other .c-button_other .button {
		width: 100%;
		box-shadow: 0px 3px 0px 3px #003D86;
	}
	.l-section_other .c-button_other .button .text {
		padding: 20px 0;
		font-size: 16px;
	}
	.l-section_other .c-button_other .button::before {
	  right: 15px;
	  width: 15px;
	  height: 8px;
	}
}

#footer-group {
  padding-top: 0;
}