@charset "utf-8";
/* CSS Document */
.top_container{
  padding: 15px;
}
.mainvisual{
	height: 70vh;
	width: 100%;
	border-radius: 30px;
  border: 2px solid var(--main_color);
	overflow: hidden;
}
.mainvisual .img_box{
	width: 100%;
	height: 100%;
	border-radius: 17px;
	overflow: hidden;
}
.mainvisual .img_box img{
	height: 100%;
	width: auto;
}

.slogan{
  display: block;
  padding: 0 10px;
  margin: 35px auto 60px;
  line-height: 1.7;
  letter-spacing: 2px;
  text-align: center;
}
.slogan span{
  color: var(--main_color);
}
.news{
  position: relative;
}
.news h3{
  background: var(--main_thincolor);
  width: fit-content;
  padding: 13px 25px 10px 20px;
  border-radius: 0 20px 0 0;
  font-size: 140%;
  letter-spacing: 1px;
  position: relative;
  z-index: 0;
  font-weight: bold;
}
.news h3::before{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  top: -20px;
  left: 0;
  background: transparent;
  border-radius: 0 0 0 50% / 0 0 0 100%;
  box-shadow: -20px 0 var(--main_thincolor);
}
.news h3::after{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  bottom: 0;
  right: -40px;
  background: transparent;
  border-radius: 0 0 0 50% / 0 0 0 100%;
  box-shadow: -20px 0 var(--main_thincolor);
}
.news ul{
  background: var(--main_thincolor);
  padding: 30px 0;
  border-radius: 0 20px 0 20px;
}
.news ul li{
  width: 95%;
  background: #fff;
  padding: 20px;
  margin: 0 auto 30px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 2px solid #ffe192;
}
.news ul li .date{
  position: absolute;
  top: 19px;
  left: 19px;
  padding: 0px 20px 14px 5px;
  background: #fff;
  border-radius: 0 0 10px 0;
  letter-spacing: 1px;
}
.news ul li .date::before{
  content: '';
  width: 20px;
  height: 10px;
  background: transparent;
  border-radius: 50% 0 0 0 / 100% 0 0 0;
  box-shadow: -10px 0 #fff;
  position: absolute;
  top: 1px;
  right: -21px;
}
.news ul li .date::after{
  content: '';
  width: 20px;
  height: 10px;
  background: transparent;
  border-radius: 50% 0 0 0 / 100% 0 0 0;
  box-shadow: -10px 0 #fff;
  position: absolute;
  bottom: -10px;
  left: 1px;
}
.news ul li .img_box{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 200px;
}
.news ul li .img_box img{
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.news ul li .title{
  border-radius: 10px;
  margin: 10px 0 0;
  padding: 10px 0px 0;
  width: 100%;
  max-height: 58px;
  overflow: hidden;
}
.news .decoration01{
  position: absolute;
  bottom: -50px;
  right: 0;
  height: 50px;
  width: 65%;
  background: var(--main_thincolor);
  border-radius: 0 0 0 20px;
}
.news .decoration01:before{
  content: '';
  position: absolute;
  bottom: -20px;
  right: 0;
  height: 20px;
  width: 40px;
  background: transparent;
  border-radius: 0 50% 0 0 / 0 100% 0 0;
  box-shadow: 20px 0 0 var(--main_thincolor);
}
.news .decoration01:after{
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  height: 20px;
  width: 40px;
  background: transparent;
  border-radius: 0 50% 0 0 / 0 100% 0 0;
  box-shadow: 20px 0 0 var(--main_thincolor);
}
.site{
  margin: 120px 0;
  padding: 0 0 1px;
  background: var(--back_color);
  position: relative;
  z-index: 0;
  border-radius: 0 0 20px 0;
}
.site::after{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  top: -20px;
  left: 0;
  background: transparent;
  border-radius: 0 0 0 50% / 0 0 0 100%;
  box-shadow: -20px 0 0 var(--back_color);
}
.site h3{
  display: block;
  width: fit-content;
  background: #fff;
  color: var(--main_color);
  font-weight: bold;
  font-size: 140%;
  letter-spacing: 3px;
  padding: 15px 40px;
  margin: 0 0 0 auto;
  border-radius: 0 0 0 20px;
  position: relative;
}
.site h3::before{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  top: 0;
  left: -40px;
  background: transparent;
  border-radius: 0 50% 0 0 / 0 100% 0 0;
  box-shadow: 20px 0 0 #fff;
}
.site h3::after{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  bottom: -20px;
  right: 0;
  background: transparent;
  border-radius: 0 50% 0 0 / 0 100% 0 0;
  box-shadow: 20px 0 0 #fff;
}
.site .link_box{
  width: 90%;
  padding: 0 20px 20px;
  margin: 60px auto 40px;
  background: #fff;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  border: 2px solid #d3d5e4;
}
.site .link_box .logo{
  width: 40%;
}
.site .link_box .item{
  border-radius: 10px;
}
.site .link_box a{
  display: block;
  width: fit-content;
  background: var(--item_color);
  color: #fff;
  padding: 6px 13px 9px 15px;
  margin: 20px 0 0 auto;
  border-radius: 10px;
  font-size: 116%;
  font-weight: bold;
}
.site .decoration01{
  position: absolute;
  height: 60px;
  width: 50vw;
  bottom: -60px;
  border-radius: 0 0 20px 0;
  background: var(--back_color);
}
.site .decoration01::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 40px;
  top: 0;
  right: -40px;
  background: transparent;
  border-radius: 50% 0 0 0 / 100% 0 0 0;
  box-shadow: -20px 0 0 var(--back_color);
}
.site .decoration01::after{
  content: '';
  position: absolute;
  height: 20px;
  width: 40px;
  bottom: -20px;
  left: 0;
  background: transparent;
  border-radius: 50% 0 0 0 / 100% 0 0 0;
  box-shadow: -20px 0 0 var(--back_color);
}
.company{
  position: relative;
  background: url(../img/top_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px;
  margin: 120px auto 120px;
}
.company h3{
  display: block;
  width: 50vw;
  background: #fff;
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 13px 40px;
  margin-top: -1px;
  border-radius: 0 0 20px 0;
  position: relative;
}
.company h3::before{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  top: 0;
  right: -40px;
  background: transparent;
  border-radius: 50% 0 0 0 / 100% 0 0 0;
  box-shadow: -20px 0 0 #fff;
}
.company h3::after{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  bottom: -19px;
  left: 0px;
  background: transparent;
  border-radius: 50% 0 0 0 / 100% 0 0 0;
  box-shadow: -20px 0 0 #fff;
}
.company > img{
  border-radius: 0 20px 0 0;
}
.company div:nth-child(even){
  margin: 0 0 0 auto;
  border-radius: 20px 0 0 20px;
}
.company div:last-child{
  border-radius: 20px 0 0 0;
}
.company div:nth-child(even)::before{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  top: -20px;
  right: 0;
  border-radius: 0 0 50% 0 / 0 0 100% 0;
  box-shadow: 20px 0 0 #fff;
}
.company div:nth-child(even)::after{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  bottom: -20px;
  right: 0;
  border-radius: 0 50% 0 0 / 0 100% 0 0;
  box-shadow: 20px 0 0 #fff;
}
.company div:last-child::after{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  bottom: 0px;
  left: -40px;
  border-radius: 0 0 50% 0 / 0 0 100% 0;
  box-shadow: 20px 0 0 #fff;
}
.company .item:nth-child(odd){
  border-radius: 0 20px 20px 0;
}
.company .item:nth-child(odd)::before{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 0 0 0 50% / 0 0 0 100%;
  box-shadow: -20px 0 0 #fff;
}
.company .item:nth-child(odd)::after{
  content: '';
  height: 20px;
  width: 40px;
  position: absolute;
  bottom: -20px;
  left: 0;
  border-radius: 50% 0 0 0 / 100% 0 0 0;
  box-shadow: -20px 0 0 #fff;
}
.company .item{
  width: 50vw;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
.company .item p{
  color: var(--main_color);
  letter-spacing: 3px;
  font-size: 116%;
  font-weight: bold;
  margin-top: -10px;
}
.company .item a{
  text-align: center;
}
.company .item img{
  height: 70px;
}
.company .item svg{
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
/*======================================================================

　メインビジュアル

=========================================================================*/
@keyframes carousel-left{0%{left:0}to{left:-10%}}@keyframes carousel-right{0%{left:0}to{left:10%}}@keyframes carousel-up{0%{top:0}to{top:-10%}}@keyframes carousel-zoom{0%{transform:scale(1)}to{transform:scale(2)}}@keyframes carousel-fade-in{0%{opacity:0}to{opacity:1}}@keyframes carousel-fade-out{0%{opacity:1}to{opacity:0}}@keyframes carousel-width{0%{width:0}to{width:100%}}@keyframes carousel-gradient-up{0%{background-position:0 0}to{background-position:0 100%}}@keyframes carousel-gradient-left{0%{background-position:0 0}to{background-position:100%0}}@keyframes carousel-gradient-right{0%{background-position:100%0}to{background-position:0 0}}.carousel{position:relative;width:100%;height:100%;overflow:hidden;z-index:0}.carousel .carousel-element{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.carousel .carousel-element img,.carousel .carousel-element video{position:absolute;animation-duration:10s;animation-timing-function:cubic-bezier(0,1,0,1);animation-fill-mode:both;animation-name:carousel-left;transform:scale(1.2)}.carousel .carousel-indicators{position:absolute;bottom:1em;width:100%;padding-right:1em;box-sizing:border-box;text-align:right}.carousel .carousel-indicator{display:inline-block;box-sizing:border-box;min-width:1rem;min-height:1rem;font-size:.5em;font-weight:700;line-height:1;color:#fff;border-color:#fff;border-style:solid;border-width:.2rem;border-radius:.5rem;cursor:pointer;background-color:transparent;transition:background-color 500ms ease 0s;text-align:center}.carousel .carousel-indicator.active{color:#888;background-color:#fff}.carousel .carousel-start{position:absolute;left:0;top:0;width:100%;height:100%;animation:carousel-fade-in 1000ms linear 0s 1 both,carousel-fade-out 500ms linear 1000ms 1 forwards}.carousel .carousel-progress{position:absolute;left:0;top:0;height:1em;background-color:#0f0;animation:carousel-width 1000ms linear 0s 1 both}.carousel .carousel-front{position:absolute;left:0;bottom:0;display:none}.carousel .carousel-overlay{display:none;position:absolute;left:0;top:0;width:100%;height:100%}