﻿@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto+Condensed:wght@400;700&display=swap');

:root {
    --mcolor: #221e1f;

}



h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #221e1f;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 0.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.5em;
}
#totop {
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 60px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
	display: none;
}
#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 15px 0;
	transition: all 0.3s;
}
.logo {
    margin: 0;
}
.gnavi {
    display: flex;
	font-family: 'Roboto Condensed', sans-serif;
	align-items: center;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.8);
    height: 50px;
    margin-top: 15px;
}

#header.fixed .container {
    background: unset;
}
.gnavi>li:not(.gnv_logo)>a {
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.3s;
	padding: 10px 0;
}
.gnavi>li:not(.gnv_logo)>a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fcaf3f;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
	transform: scaleX(0);
}

.h_right {
    display: flex;
    align-items: center;
	    margin-right: 120px;
}
.h_lang {
    display: flex;
	align-items: center;
}
.h_lang li:not(:last-child) {
	margin-right: 5px;
}
.h_lang img{
	width:40px;
}
.h_search {
    position: relative;
	margin-right: 20px;
}
.h_search_form {
    position: absolute;
    right: -70px;
    background: #f0f0f0;
    padding: 5px;
    width: 250px;
    top: 30px;
	display: none;
}
.h_search_ttl {
	margin: 0;
	cursor: pointer;
}
.h_search_ttl svg{ 
	font-size: 18px;
    vertical-align: -.3em;
}
.h_search_form input {
	width: 100%;
	background: #fff;
	border: none;
	font-size: 14px;
	padding: 8px 76px 8px 15px;
}
.h_search_form button {
    position: absolute;
    background: var(--mcolor);
    color: #fff;
    font-size: 12px;
    border: none;
    right: 5px;
    top: 5px;
    padding: 10px;
	cursor: pointer;
}
.gnavi > li {
    position: relative;
    margin: 0 40px 0 30px;
}
.submenu {
    position: absolute;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
}

.submenu a {
    display: block;
    text-decoration: none;
    background: var(--mcolor);
    color: #fff;
    padding: 12px 15px;
    margin-top: 1px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.submenu a:hover {
    background: #fcaf3f;
}
.gnavi>li:hover>a, .gnavi>li.active>a {
	color: #fcaf3f;
}
.gnavi>li:hover>a:after, .gnavi>li.active>a:after {
	transform: scaleX(1);
}
.main_slide  p {
	margin: 0;
}
.main_slide img {
	width: 100%;
}
#header.fixed {
    background: rgba(255,255,255,0.8);
    padding: 10px 0;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
#header.fixed .gnv_logo img {
	width: 80px;
}
#header .gnv_logo img {
	transition: all 0.3s;
	width: 120px;
	margin-top: 30px;
}
#gnavi {
	margin: 0 auto;
}
.slick-dots {
	position: absolute;
	display: flex;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	border: none;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	text-indent: -50000px;
	transition: all 0.3s;
}
.slick-dots li {
	line-height: 0;
	margin: 0 5px;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
	background: #fcb040;
}
.box01 {
	padding: 77px 0;
	min-height: 730px;
	/*background: url("/assets/images/b01_icon.png") no-repeat top center;*/
}
.b01_main {
    width: 50%;
    position: relative;
}
.box01 .container {
	display: flex;
	justify-content: flex-end;
}
.b01_img {
    margin: 0;
    width: 100%;
    position: absolute;
    top: -23px;
    right: 100%;
    text-align: center;
}
.b01_h2 {
    color: var(--mcolor);
    line-height: 1.5em;
    border-left: 2px solid #fcb040;
    padding-left: 16px;
    margin-bottom: 28px;
	font-weight: 500;
	text-transform: uppercase;
}
.b01_h2 .small {
	display: block;
	font-weight: 600;
}
.b01_h2 .lager {
    font-size: 262.5%;
    line-height: 1.5em;
    color: #fcb040;
    margin: 6px 0 0;
    display: block;
}
.idx_clr01 {
	color: var(--mcolor);
}
.b01_txt {
    margin: 0 0 40px;
}
.b01_list li {
    font-size: 18px;
    font-weight: 600;
    position: relative;
	padding-left: 22px;
	margin: 0 0 6px;
}
.b01_list li:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border: 1px solid #fcb040;
    background: #fff;
    left: 0;
    top: 8px;
}
.b01_list li:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #fcb040;
	top: 12px;
	left: 4px;
}
.b01_list {
	margin-bottom: 32px;
}
.idx_btn {
	margin: 20px 0 0 0;
	text-align: center;
}
.idx_btn a {
	display: inline-block;
	min-width: 140px;
	background: #d59230;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 13px 10px;
	text-decoration: none;
	transition: all 0.3s;
	
}
.idx_btn a:hover {
	background: var(--mcolor);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	transform: translateY(-5px);
}
.box02 {
	/*background: url("/assets/images/b02_bg.jpg") no-repeat top center/cover;*/
	background: url("/assets/images/b02_bg01.jpg") no-repeat top -180px center/cover;
	padding: 70px 0 80px;
	color: #fff;
	position:relative;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #0000008c;
}
.fill_main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #0000007a;
}
.idx_h2 {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
	margin-bottom: 23px;
}
.idx_h2 .small {
    display: inline-block;
    border-left: 2px solid #fcb040;
    border-right: 2px solid #fcb040;
    padding: 5px 20px;
}
.idx_h2 .lager {
	display: block;
	font-size: 225%;
	line-height: 1.5em;
	color: #fcb040;
	margin: 4px 0 0;
}
.b02_list {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.b02_item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; margin-bottom: 35px; }
.b02_item:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.b02_item:nth-child(3) { grid-area: 1 / 2 / 3 / 3;margin: 0 auto }
.b02_item:nth-child(4) { grid-area: 1 / 3 / 2 / 4; margin: 0 0 35px auto;}
.b02_item:nth-child(5) { grid-area: 2 / 3 / 3 / 4; margin: 0 0 0 auto; }
.b02_item a {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.b02_item {
    width: calc(100% - 25px);
}
.b02_itm_img {
    margin: 0;
}
.b02_itm_img img {
	width: 100%;
	transition: all 0.5s;
}
.b02_item a:hover .b02_itm_img img {
	transform: scale(1.1,1.1);
}
.b02_itm_main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
	height: 50%;
	background: rgb(1,42,22);
background: linear-gradient(0deg, rgba(1,42,22,1) 10%, rgba(1,42,22,0) 100%);
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.b02_item:nth-child(3) a {
    position: relative;
    top: 50%;
    transform: translateY(-53%);
	height: 80%;
}
.b02_itm_ttl {
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 500;
}
.b02_itm_date {
    font-size: 14px;
    color: #d59230;
    font-weight: 600;
}
.box02 .idx_btn {
    text-align: center;
	margin: 0;
}
.box03 {
	padding: 30px 0;
}
.box03 .idx_h2 {
	color: var(--mcolor);
}
.b03_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 39px;
}
.b03_item {
}
.b03_item a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
	transition: all 0.3s;
}
.b03_item a:hover {
	color: #fcb040;
}
.b03_itm_img {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}
.b03_itm_img img {
	width: 100%;
	transition: all 0.5s;
}
.b03_item a:hover .b03_itm_img img {
	transform: scale(1.1,1.1);
}
.b03_itm_ttl {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 700;
    margin-top: 18px;
    text-transform: uppercase;
}
.box04 {
	background: #00000014;
	padding: 70px 0 80px;
}
.box04 .idx_h2 {
	color: var(--mcolor);
}
.b04_list {
    display: flex;
}
.b04_item {
	width: calc(33.33% - 20px);
	margin: 0 30px 0 0;
}
.b04_item:last-child {
	margin-right: 0;
}
.b04_itm_img a {
	display: block;
	overflow: hidden;
}
.b04_itm_img img {
	width: 100%;
	transition: all 0.5s;
}
.b04_itm_img a:hover img {
	transform: scale(1.1,1.1);
}
.b04_itm_img {
	margin-bottom: 24px;
}
.b04_itm_ttl {
    line-height: 1.5em;
	margin: 0 0 10px;
}
.b04_itm_ttl a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	transition: all 0.3s;
}
.b04_itm_ttl a:hover {
	color: #d59230;
}
.b04_itm_txt {
    margin: 0 0 34px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box05 {
	/*background: url("/assets/images/b05_icon.png") no-repeat top center #fff;
    background: url(/assets/images/b05_icon_01.png) no-repeat center #fff;*/
    background: url(/assets/images/b05_siclkwa.png) no-repeat #fff;
    padding: 50px 0;
    background-size: 100%;
}
.b05_main {
	width: 50%;
}
.b05_txt {
    text-align: justify;
    margin-bottom: 40px;
}
.b05_tel {
    margin: 0;
    color: #fff;
    position: relative;
	padding-left: 65px;
}
.b05_tel:before {
	content: '';
	position: absolute;
	background: url("/assets/images/b05_tel.01.png") no-repeat center center/100% auto;
	width: 52px;
	height: 52px;
	left: 0;
	top: 5px;
}
.b05_tel .tel {
    display: inline-block;
    text-decoration: none;
    font-size: 200%;
    color: #d59230;
    line-height: 1em;
    cursor: inherit;
    letter-spacing: 0.1em;
    margin: 5px 0 0;
    font-weight: 500;
}
.box05 .b01_h2 .lager {
	font-size: 225%;
}
.box05 .b01_h2 {
    margin: 0 0 25px;
}
#footer {
	/*background: url("/assets/images/b02_bg01.jpg") no-repeat top center/cover;*/
	text-align: center;
	color: #000;
	padding: 50px 0 25px;
	position:relative;
	background: #afe2ff;
}
#footer .fill{
	background-color: #afe1fd5e;
}

.f_ttl {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 12px;
}
.f_logo {
    margin: 0 0 3px;
}
.f_logo img {
	width: 180px}
.f_info li {text-align: left;margin-bottom: 10px;padding-left: 30px;font-size: 17px;position: relative;}
.f_info li:nth-child(1) {
	display: block;
}
.f_info li:before {
	content: '';
	position: absolute;
	display: inline-block;
	background: url("/assets/images/f_add.png") no-repeat center center/100% auto;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	top: 6px;
	left: -1px;
}
.f_info li:nth-child(2):before {
	background-image: url("/assets/images/f_tel.png");
}
.f_info li:nth-child(3):before {
	background-image: url("/assets/images/f_mail.png");
	width: 23px;
	height: 14px;
}
.f_info a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.f_info li:nth-child(2) {
	margin-right: 50px;
}
.f_bot {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 22px;
}
.f_social {
    margin: 0;
	display: flex;
}
.f_social a {
	margin-left: 15px;
    color: #1f449c;
}
.f_social a:nth-child(2) {
	color:red;
}
.f_copyright {
	margin: 0;
	font-size: 14px;
}
.f_info {
    margin: 0 0 30px;
    text-align: left;
}
.f_copyright a {
	display: inline-block;
	color: #ff0000;
	text-decoration: none;
}
/*
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
*/
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 3%;
  }
.gnavi>li {
    margin: 0 30px;
}
}
@media screen and (max-width: 768px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 14px;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: var(--mcolor);
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 50px;
    height: 48px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
#gnavi {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    padding-top: 80px;
    overflow: auto;
	display: none;
}
.logo {
    position: relative;
    z-index: 3;
    width: 50px;
}
#header {
    padding: 10px 0;
}
.h_right {
    position: relative;
    z-index: 2;
    margin: 0 10px 0 auto;
}
.h_lang img {
    width: 36px;
}
.h_lang li:not(:last-child) {
    margin-right: 10px;
}
.h_search {
    margin-right: 10px;
}
.h_search_ttl img {
    width: 24px;
}
.gnavi {
    display: block;
}
.gnavi>li:not(.gnv_logo)>a {
    background: var(--mcolor);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}
.gnavi>li:hover>a, .gnavi>li.active>a {
    background: #fcaf3f;
	color: #fff;
}
	.gnavi>li:not(.gnv_logo)>a:after {
		display: none;
	}
.gnavi>li {
    margin: 0 15px;
}
.main_slide img {
    min-height: 250px;
    margin: 0 auto;
    max-width: none;
    object-fit: cover;
}
.h_search_form {
    right: -137px;
    top: 40px;
    width: 100vw;
    max-width: 300px;
}
.box01 {
    padding: 50px 0;
}
.box01 .container {
    display: block;
}
.b01_main {
    width: 100%;
}
.b01_img {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
}
.b01_h2 .lager {
    font-size: 200%;
    margin: 0;
}
.b01_list li {
    font-size: 16px;
}
.b01_list li:before {
    top: 5px;
}
.b01_list li:after {
    top: 9px;
}
.idx_btn {
    text-align: center;
}
.b01_txt {
    margin: 0 0 20px;
}
.idx_btn a {
    font-size: 14px;
    padding: 10px;
}
.b01_list {
    margin-bottom: 20px;
}
.box02 {
    padding: 50px 0;
	background: url(/assets/images/b02_bg01.jpg) no-repeat top center / cover;
}
.b02_list {
    display: flex;
    flex-wrap: wrap;
}
.b02_item {
    width: 48%;
    margin: 0 4% 30px 0!important;
}
	.b02_item:nth-child(2n) {
		margin-right: 0!important;
	}
.b02_item:nth-child(3) {
    width: 100%;
    margin: 0 0 30px!important;
}
.b02_item:nth-child(3) a {
    height: 39vw;
    top: 0;
    transform: none;
}
.b02_itm_img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    height: 100%;
}
.b02_itm_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
	.b02_item:nth-child(5) {
		/*margin-left: 4%!important;
		margin-right: 0!important;*/
	}
.b02_itm_main {
    padding: 20px;
}
.box03 {
    padding: 40px 0;
}
.b03_list {
    display: block;
}
.b03_item {
    width: 100%;
    margin: 0 0 20px;
}
	.b03_item:last-child {
		margin-bottom: 0;
	}
.b03_item a {
    display: flex;
    align-items: center;
}
.b03_itm_img {
    width: 40%;
    margin: 0 20px 0 0;
    max-width: 180px;
	flex-shrink: 0;
}
.b03_itm_ttl {
    font-size: 16px;
    margin: 0;
	text-align: left;
}
.box04 {
    padding: 50px 0;
}
.b04_list {
    display: block;
}
.b04_item {
    width: 100%;
    margin: 0 0 30px;
	overflow: hidden;
}
.b04_itm_img {
   float: left;
   margin: 0;
   width: 100%;
}
.b04_itm_ttl a {
    font-size: 16px;
	padding-top: 20px;
}
.box04 .idx_btn {
    text-align: left;
}
.b04_itm_txt {
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b04_itm_ttl {
    margin: 0 0 5px;
}
.box04 .idx_btn a {
    min-width: 100px;
    padding: 5px;
}
	.b04_item:last-child {
		margin-bottom: 0;
	}
	.idx_h2 .lager {
		font-size: 180%;
	}
.box05 {
    padding: 50px 0;
    background: #fff;
	color: #000;
}
.box05 .b01_h2{
}
.b05_main {
    width: 100%;
}
.b05_txt {
    margin-bottom: 20px;
}
.f_ttl {
    font-size: 22px;
	text-align: center !important;
}
.f_info li {
    font-size: 14px;
}
.f_info li:nth-child(2) {
    margin-right: 30px;
}
.f_bot {
    display: block;
    text-align: center;
}
.f_social {
    justify-content: center;
    margin: 0 0 20px;
}
.pro_layout{
	padding: 0 0 40px 0;
}
.f_mode{
	width:100% !important;
}
}
@media screen and (max-width: 425px){
.b02_list {
    display: block;
}
.b02_item {
    width: 100%;
    margin: 0 0 30px!important;
}
.b02_item:nth-child(3) a {
    height: 80vw;
}
}