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

/* 767px以下 スマホ向け
--------------------------------------------------------------------------------- */
@media screen and (max-width:767px){


  .mainv {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-image: url("../img/top/main_bg.png");
background-position: top left;
background-size: contain;
  }
.mainv .main_name {
width: 70%;
}
.mainv .main_name p {
font-size: 15px;
color: #fff;
line-height: 1.5;
padding: 30px 0 30px 20px;
}
.mainv .main_name p span {
font-size: 24px;
}
.mainv .main_img {
width: 30%;
margin: 0;
height: auto;
}
ul.pick_bnr {
width: 100%;
margin: 0 auto;
display:block
}
ul.pick_bnr li {
width: 100%;
margin-bottom: 10px;
position: relative;
}
ul.pick_bnr li .link_page{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		transition: .3s;
		opacity: 0;
}
ul.pick_bnr li .link_page:hover{
		background-color: #fff;
		opacity: 0.6;
}

.pickupbnr_inner {
display: flex;
box-sizing: border-box;
border:2px solid #009f8b;
padding: 3px;
justify-content: space-between;
align-items: center;
}
.pickupbnr_inner .txt_area {
width: calc(100% - 130px);
padding: 5px 0 0 5px;
}
.pickupbnr_inner .img_thumb {
height: 100%;
width: 120px;
}
.pick_area {
color: #fff;
font-size: 12px;
line-height: 1;
background-color: #009f8b;
padding: 3px 5px;
border-radius: 14px;
display: inline-block;
font-weight: 300;
margin-bottom: 5px;
}
.pick_name {
font-size: 14px;
line-height: 1.3;
}
.pick_boshu {
font-size: 16px;
font-weight: 600;
color: #c14210;
line-height: 1;
}

ul.news_block {
width: 100%;
margin: 0 auto;
font-size: 14px;
line-height: 1.5;
font-weight: 400;
}
ul.news_block li {
padding-bottom: 5px;
border-bottom: 1px solid #cccccc;
display: flex;
justify-content: flex-start;
flex-direction: column;
margin-bottom: 10px;
}
ul.news_block li .news_date {
margin-right: 50px;
}
ul.news_block li .news_txt {}
ul.news_block li .news_txt a {
text-decoration: underline;
color: #000;
}
ul.news_block li .news_txt a:hover {
color: #009f8b;
}
ul.news_block .outlink:after {
content: "";
  display: inline-block;
  width: 80px;
  height: 15px;
  background: url("../img/common/icon_outlink_en.svg") no-repeat;
  background-size: contain;
  margin-left: 8px;
}
.nm_txt {
font-size:15px;
font-weight: 400;
line-height: 1.8;
}
ul.about_list {
width: 100%;
margin: 20px auto 0;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap:wrap;
}
ul.about_list li {
width: 100%;
text-align: center;
color: #fff;
background: linear-gradient(to right, #009f8b 0%,#82d0c6 50%,#009f8b 100%);
font-size: clamp(0.875rem, 0.755rem + 0.51vw, 1rem);
padding: 15px 0;
border-radius: 10px;
margin-bottom: 10px;
}
ul.prj_list {
width: 100%;
margin: 0 auto;
}
ul.prj_list li:not(:last-child) {
margin-bottom: 10px;
}
ul.prj_list li {
position: relative;
}
.boshu {
position: absolute;
top:2px;
left: 70px;
box-sizing: border-box;
background: linear-gradient(to bottom, #fca271 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
color: #fff;
text-align: center;
padding: 3px 10px;
border-left: 5px solid #ea5507;
border-right: 5px solid #ea5507;
border-radius: 12px;
font-weight: 400;
font-size: 14px;
line-height: 1;
z-index: 3;
}

.top_kakomi {
width: 100%;
margin: 50px auto 0;
background-color: #f2f2f2;
border-radius: 5px;
padding: 50px;
}
.kakomi_ttl {
color: #009f8b;
font-size: 15px;
text-align: center;
margin-bottom: 20px;
}
.kakomi_txt {
text-align: center;
font-size: 13px;
line-height: 1.8;
font-weight: 400;
color: #222;
}
ul.kakomi_item {
width: 80%;
margin: 20px auto;
display: flex;
justify-content: space-between;
align-items: center;
}
ul.kakomi_item li {
background-color: #009f8b;
color: #fff;
padding: 30px 20px;
width: calc(49% - 40px);
display: block;
font-size: 13px;
font-weight: 300;
text-align: center;
border-radius: 5px;
}

}


/* 768px以上 PC向け
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:768px) {

  .mainv {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-image: url("../img/top/main_bg.png");
background-position: top left;
background-size: contain;
  }
.mainv .main_name {
width: 50%;
}
.mainv .main_name p {
font-size: clamp(1.125rem, -0.03rem + 2.41vw, 2rem);
color: #fff;
line-height: 1.3;
padding-left: 12%;
}
.mainv .main_name p span {
font-size: clamp(2.125rem, 0.805rem + 2.75vw, 3.125rem);
}
.mainv .main_img {
width: 50%;
height: auto;
}
ul.pick_bnr {
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
ul.pick_bnr li {
width: 48%;
margin-bottom: 10px;
position: relative;
}
ul.pick_bnr li .link_page{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		transition: .3s;
		opacity: 0;
}
ul.pick_bnr li .link_page:hover{
		background-color: #fff;
		opacity: 0.6;
}

.pickupbnr_inner {
display: flex;
box-sizing: border-box;
border:2px solid #009f8b;
padding: 3px;
justify-content: space-between;
align-items: center;
}
.pickupbnr_inner .txt_area {
width: calc(100% - 180px);
padding: 5px 0 0 5px;
}
.pickupbnr_inner .img_thumb {
width: 160px;
height: auto;
margin-right: 2px;
}
.pick_area {
color: #fff;
font-size: 13px;
line-height: 1;
background-color: #009f8b;
padding: 3px 5px;
border-radius: 14px;
display: inline-block;
font-weight: 300;
margin-bottom: 3px;
}
.pick_name {
font-size: 18px;
line-height: 1.3;
}
.pick_boshu {
font-size: 22px;
font-weight: 600;
color: #c14210;
line-height: 1;
}

ul.news_block {
width: 100%;
margin: 0 auto;
font-size: 15px;
line-height: 1.5;
font-weight: 400;
}
ul.news_block li {
padding-bottom: 5px;
border-bottom: 1px solid #cccccc;
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 10px;
}
ul.news_block li .news_date {
margin-right: 50px;
}
ul.news_block li .news_txt {}
ul.news_block li .news_txt a {
text-decoration: underline;
color: #000;
}
ul.news_block li .news_txt a:hover {
color: #009f8b;
}
ul.news_block .outlink:after {
content: "";
  display: inline-block;
  width: 100px;
  height: 19px;
  background: url(../img/common/icon_outlink_en.svg) no-repeat;
  background-size: contain;
  margin-left: 8px;
}
.nm_txt {
font-size: clamp(0.938rem, 0.69rem + 0.52vw, 1.125rem);
font-weight: 400;
line-height: 1.8;
}
ul.about_list {
width: 100%;
margin: 20px auto 0;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
ul.about_list li {
width: 49%;
text-align: center;
color: #fff;
background: linear-gradient(to right, #009f8b 0%,#82d0c6 50%,#009f8b 100%);
font-size: clamp(1.125rem, 0.795rem + 0.69vw, 1.375rem);
padding: 20px 0;
border-radius: 10px;
margin-bottom: 10px;
}
ul.prj_list {
width: 100%;
margin: 0 auto;
}
ul.prj_list li:not(:last-child) {
margin-bottom: 20px;
}
ul.prj_list li {
position: relative;
}
.boshu {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
box-sizing: border-box;
background: linear-gradient(to bottom, #fca271 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
color: #fff;
text-align: center;
padding: 15px;
border-left: 10px solid #ea5507;
border-right: 10px solid #ea5507;
border-radius: 12px;
font-weight: 400;
font-size: 22px;
line-height: 1;
z-index: 3;
}

.top_kakomi {
width: 900px;
margin: 50px auto 0;
background-color: #f2f2f2;
border-radius: 5px;
padding: 50px;
}
.kakomi_ttl {
color: #009f8b;
font-size: clamp(1.25rem, 0.755rem + 1.03vw, 1.625rem);
text-align: center;
margin-bottom: 20px;
}
.kakomi_txt {
text-align: center;
font-size: clamp(0.938rem, 0.773rem + 0.34vw, 1.063rem);
line-height: 1.8;
font-weight: 400;
color: #222;
}
ul.kakomi_item {
width: 600px;
margin: 20px auto;
display: flex;
justify-content: space-between;
align-items: center;
}
ul.kakomi_item li {
background-color: #009f8b;
color: #fff;
padding: 30px 20px;
width: calc(49% - 40px);
display: block;
font-size: clamp(1.063rem, 0.485rem + 1.2vw, 1.5rem);
font-weight: 300;
text-align: center;
border-radius: 5px;
}


}
