#wrap {
}
@media (max-width: 1024px) {
}
@media (max-width: 580px) {
}
/* --------------------------------------------------- */
.mainvisual {
    width: 100%;
    position: relative;
    z-index: 0;
	margin-bottom: 200px;
}
.mv-border {
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 680px;
  pointer-events: none;
  z-index: 0;
}
/* 枠線共通 */
.mv-border .border {
  position: absolute;
  background: rgba(0,0,0,.3);
  z-index: 31;
}
/* 下（右下→左） */
.mv-border .border.bottom {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  animation: drawBottom 0.6s ease forwards;
  animation-delay: 0s;
}
/* 左（左下→上） */
.mv-border .border.left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 680px;

  transform-origin: bottom center;
  transform: scaleY(0);
  animation: growY 0.6s ease forwards;
  animation-delay: 0.6s;
}
/* 上（左上→右） */
.mv-border .border.top {
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  animation: drawTop 0.6s ease forwards;
  animation-delay: 1.2s;
}
/* 右（右上→下） */
.mv-border .border.right {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  animation: drawRight 0.6s ease forwards;
  animation-delay: 1.8s;
}

@keyframes drawBottom { to { width: 100%; left: 0; } }
@keyframes growY {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}
@keyframes drawTop    { to { width: 100%; } }
@keyframes drawRight  { to { height: 100%; } } 


.mv-ph {
  width: 75%;
  height: 680px;
  margin: 0 0 0 auto;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
.mainvisual .mv-ph div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	width: 100%;
  height: 680px;
  margin: 0;
}
.mainvisual .mv-ph div.img01 {
  background-image: url(../images/top/mv1.jpg);
}
.mainvisual .mv-ph div.img02 {
  background-image: url(../images/top/mv2.jpg);
}
.mainvisual .mv-ph div.img03 {
  background-image: url(../images/top/mv3.jpg);
}
.mainvisual .mv-ph div.img04 {
  background-image: url(../images/top/mv4.jpg);
}
.mainvisual .mv-ttl {
	position: absolute;
	left: 3%;
	top: -30px;
	z-index: 2;
	transition-delay: 2s;
}
.mainvisual .mv-ttl img {
	display: block;
	width: 450px;
	margin-bottom: 30px;
}
.mainvisual .mv-ttl span {
	display: block;
	font-size: 1.6em;
	font-weight: 500;
}
@media (max-width: 1024px) {
	.mainvisual {
        height: 580px;
		margin-bottom: 150px;
    }
	.mv-border {
        height: 580px;
    }
	.mv-border .border.left {
        height: 580px;
    }
	.mainvisual .mv-ph,
	.mainvisual .mv-ph div {
        height: 580px;
    }
	.mainvisual .mv-ttl {
        left: 5%;
		width: 80%;
    }
	.mainvisual .mv-ttl img {
        width: 350px;
    }
}
@media (max-width: 680px) {
	.mainvisual {
        width: 100%;
        height: 480px;
        margin-bottom: 70px;
    }
	.mv-border {
        height: 480px;
    }
	.mv-border .border.left {
        height: 480px;
    }
	.mainvisual .mv-ph,
	.mainvisual .mv-ph div {
        height: 480px;
    }
	.mainvisual .mv-ttl {
        top: -20px;
		width: 90%;
    }
	.mainvisual .mv-ttl img {
        width: 250px;
    }
	.mainvisual .mv-ttl span {
		font-size: 1.2em;
	}
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1450px;
	width: 90%;
	margin: 0 auto 80px;
	position: relative;
}
#sec01 .img {
	max-width: 900px;
	width: 65%;
	position: absolute;
	right: -100px;
	top: -350px;
	z-index: 0;
}
#sec01 .ttl {
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 0px #FFFEE8, -1px 1px 0px #FFFEE8, -1px -1px 0px #FFFEE8, 1px -1px 0px #FFFEE8;
}
#sec01 p {
	max-width: 750px;
	width: 90%;
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
	text-shadow: 1px 1px 0px #FFFEE8, -1px 1px 0px #FFFEE8, -1px -1px 0px #FFFEE8, 1px -1px 0px #FFFEE8;
}
#sec01 ul {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sec01 li {
	width: 31%;
	text-align: center;
	position: relative;
	background-color: #FFFEE8;
	border-radius: 50%;
}
#sec01 li:nth-of-type(1) {
	transition-delay: .1s;
}
#sec01 li:nth-of-type(2) {
	transition-delay: .2s;
}
#sec01 li:nth-of-type(3) {
	transition-delay: .3s;
}
#sec01 li h3 {
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.4em;
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 0%);
}
#sec01 li .maru {
}
#sec01 li .icon {
	max-width: 120px;
	width: 40%;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, 0%);
}
@media screen and (max-width: 1024px) {
	#sec01 .img {
		right: -60px;
        top: -250px;
    }
	#sec01 .ttl {
        font-size: 1.6em;
    }
	#sec01 p {
        width: 100%;
        margin-bottom: 60px;
    }
	#sec01 li {
		width: 32%;
	}
	#sec01 li h3 {
        font-size: 1.2em;
        line-height: 1.2em;
        bottom: 50%;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
        margin: 0 auto 40px;
    }
	#sec01 .img {
        width: 90%;
        right: -80px;
        top: -150px;
    }
	#sec01 .ttl {
        font-size: 1.2em;
        font-weight: 700;
        margin-bottom: 25px;
    }
	#sec01 .ttl br {
		display: none;
	}
	#sec01 p {
        width: 100%;
		margin-bottom: 40px;
    }
	#sec01 ul {
		width: 120%;
		margin: 0 -10%;
		flex-wrap: wrap;
		justify-content: center;
    }
	#sec01 li {
		width: 48%;
		margin: 1%;
	}
	#sec01 li:last-child {
		margin-top: -15px;
	}
	#sec01 li h3 {
		font-size: 1.1em;
		bottom: 53%;
    }
}
/* --------------------------------------------------- */
.flow-slider {
	position: relative;
	margin-bottom: 100px;
}
.flow-list {
	position: relative;
	z-index: 0;
}
.flow-list li {
}
.flow-slider .custom-shape-divider-top-1759283583 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	z-index: 1;
}
.flow-slider .custom-shape-divider-top-1759283583 svg {
    position: relative;
    display: block;
    width: calc(166% + 1.3px);
    height: 75px;
}
.flow-slider .custom-shape-divider-top-1759283583 .shape-fill {
    fill: #FFFEE8;
}
.flow-slider .custom-shape-divider-bottom-1759283834 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	z-index: 1;
}
.flow-slider .custom-shape-divider-bottom-1759283834 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 47px;
}
.flow-slider .custom-shape-divider-bottom-1759283834 .shape-fill {
    fill: #FFFEE8;
}
@media screen and (max-width: 1024px) {
	.flow-slider .custom-shape-divider-top-1759283583 svg {
		height: 25px;
	}
	.flow-slider .custom-shape-divider-bottom-1759283834 svg {
		height: 37px;
	}
}
@media screen and (max-width: 680px) {
	.flow-slider .custom-shape-divider-top-1759283583 svg {
		height: 15px;
	}
	.flow-slider .custom-shape-divider-bottom-1759283834 svg {
		height: 17px;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto 280px;
	position: relative;
}
#sec02 .inner {
	display: flex;
	justify-content: space-between;
}
#sec02 .inner .box {
	width: 32.5%;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 130px;
	margin-bottom: 1.25%;
	position: relative;
}
#sec02 .box1 {
	transition-delay: .1s;
}
#sec02 .box2 {
	transition-delay: .2s;
}
#sec02 .box3 {
	transition-delay: .3s;
}
#sec02 .box4 {
	max-width: 1000px;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin: 0 auto;
}
#sec02 .inner .box .icon {
	display: block;
	width: 50px;
	margin: 0 auto 30px;
}
#sec02 .inner .box .ttl {
	text-align: center;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.8em;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
#sec02 .box4 .ttl {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.8em;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
#sec02 .inner .box .ttl span {
	display: block;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin-top: 4px;
}
#sec02 .box4 .ttl span {
	display: block;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin-top: 4px;
}
#sec02 .inner .box1 .ttl span {
	color: #A9CB63;
}
#sec02 .inner .box2 .ttl span {
	color: #E6A7A6;
}
#sec02 .inner .box3 .ttl span {
	color: #8BC6D3;
}
#sec02 .box4 .ttl span {
	color: #F8B535;
}
#sec02 .inner .box1 .btn-style01,
#sec02 .inner .box2 .btn-style02,
#sec02 .inner .box3 .btn-style03 {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
}
#sec02 .box4 .btn-style04 {
}
#sec02 .box4 p {
	font-size: .9em;
	margin-bottom: 30px;
}
@media (max-width: 1024px) {
	#sec02 .inner {
        display: block;
    }
    #sec02 .inner .box {
        width: 100%;
		margin-bottom: 20px;
    }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
        margin: 0 auto 180px;
    }
	#sec02 .inner .box,
	#sec02 .box4 {
		padding: 30px 25px 25px;
	}
	#sec02 .inner .box p,
	#sec02 .box4 p {
		margin-bottom: 30px;
	}
	#sec02 .inner .box1 .btn-style01,
    #sec02 .inner .box2 .btn-style02,
    #sec02 .inner .box3 .btn-style03 {
        position: static;
    }
}
/* --------------------------------------------------- */
#sec03 {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto 80px;
	position: relative;
	background-color: #fff;
	padding: 40px;
}
#sec03 .ttl-style02 {
	position: absolute;
	top: -240px;
	left: 0;
}
.big-banner {
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
.big-banner-slider li {
  margin: 0;
  padding: 0 10px;
  height: auto; /* JSで高さを調整 */
}
.big-banner-slider li img {
  display: block;      /* 下の余白を消す */
  width: 100%;         /* 幅いっぱい */
  height: auto;        /* 高さは自動 */
}
.big-banner .slick-dots,
.big-banner-slider .slick-dots,
.big-banner .slick-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 0px;
  margin-top: -5px;
  list-style: none;
  padding: 0;
}
.big-banner .slick-dots li,
.big-banner-slider .slick-dots li {
  margin: 0;
}
.big-banner .slick-dots li button,
.big-banner-slider .slick-dots li button {
  width: 50px;
  height: 4px;
  padding: 0;
  border: none;
  background: #ccc;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
}
.big-banner .slick-dots li.slick-active button,
.big-banner-slider .slick-dots li.slick-active button {
  background: #49575D;
}
.big-banner-slider .material-symbols-outlined {
	font-size: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 9;
	cursor: pointer;
	background-color: #49575D;
	color: #fff;
	transition: .3s;
}
.big-banner-slider .material-symbols-outlined:hover {
	background-color: #fff;
	color: #49575D;
}
.prev {
	left: -20px;
}
.next {
	right: -20px;
}
#sec03 .inner {
	display: flex;
	justify-content: space-between;
}
#sec03 .inner .box {
	width: 31.5%;
}
#sec03 .inner .box a {
	display: block;
	height: 100%;
	border: #fff 1px solid;
	border-radius: 4px;
	overflow: hidden;
}
#sec03 .inner .box a:hover {
	border: #49575D 1px solid;
}
#sec03 .inner .box span {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 5px;
}
#sec03 .inner .box .ph {
	position: relative;
    width: 100%;
    padding-top: 70%;
    margin: 0 auto 5px;
}
#sec03 .inner .box .ph img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#sec03 .inner .box .category {
	float: left;
	padding-left: 20px;
}
#sec03 .inner .box .day {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	float: right;
	padding-right: 20px;
	text-align: right;
}
#sec03 .inner .box h6 {
	clear: both;
	line-height: 1.5em;
	font-weight: 500;
	padding: 0 20px 20px;
}
#sec03 .banner-set {
	display: flex;
	justify-content: space-between;
}
#sec03 .banner-set li {
	width: 32.5%;
}
#sec03 .banner-set li a,
#sec03 .banner-set li span {
	display: inline-block;
	border: rgba(248,181,53,0) 1px solid;
}
#sec03 .banner-set li a:hover {
	border: rgba(248,181,53,1) 1px solid;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 910px) {
	#sec03 .inner {
        display: block;
    }
    #sec03 .inner .box {
        width: 100%;
		margin-bottom: 10px;
    }
	#sec03 .inner .box a {
		overflow: inherit;
		display: flex;
		justify-content: space-between;
		position: relative;
		align-items: center;
		border: #ddd 1px solid;
	}
	#sec03 .inner .box .ph {
		width: 40%;
		padding-top: 200px;
		margin: 0;
		border-radius: 4px 0 0 4px;
		overflow: hidden;
	}
	#sec03 .inner .box .category {
        float: none;
        padding-left: 0;
		position: absolute;
		left: -10px;
		top: 10px;
		
        padding: 7px 15px 9px;
        color: #FFF;
        background: #F8B535;
		line-height: 1.2em;
    }
    #sec03 .inner .box .category::before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 10px transparent;
        border-right: solid 10px rgb(149, 158, 155);
    }
    #sec03 .inner .box .day {
        float: none;
        padding-right: 0;
		position: absolute;
		right: 20px;
		top: 15px;
		color: #aaa;
    }
    #sec03 .inner .box h6 {
		width: 60%;
        line-height: 1.5em;
        padding: 30px 20px 0px;
    }
	#sec03 .banner-set {
        display: block;
    }
    #sec03 .banner-set li {
        width: 100%;
		margin-bottom: 10px;
    }
}
@media screen and (max-width: 680px) {
	#sec03 {
        width: 90%;
        margin: 0 auto 50px;
        padding: 0px;
		background-color: transparent;
    }
	#sec03 .ttl-style02 {
        top: -135px;
    }
	.big-banner {
        margin: 0 0 25px;
    }
	.big-banner-slider li {
        margin: 0;
        padding: 0 0px;
        height: auto;
    }
	.big-banner .slick-dots li button,
    .big-banner-slider .slick-dots li button {
        width: 30px;
        height: 4px;
		border: #fff 1px solid;
    }
	#sec03 .inner .box a {
		background-color: #fff;
	}
	#sec03 .inner .box .ph {
		padding-top: 160px;
		width: 35%;
	}
	#sec03 .inner .box .day {
		right: 15px;
		top: 10px;
		font-size: 9px;
    }
    #sec03 .inner .box h6 {
		width: 65%;
        line-height: 1.5em;
        padding: 25px 15px 0px;
		font-size: .9em;
    }
}
/* --------------------------------------------------- */
#sec04 {
	width: 90%;
	margin: 0 auto 80px;
	position: relative;
}
#sec04 .inner {
	max-width: 1500px;
	width: 100%;
	margin: -100px auto 0;
}
#sec04 .block {
	position: relative;
	max-width: 1400px;
	width: 100%;
}
#sec04 .block:nth-child(odd) {
	margin: 0 0 60px auto;
}
#sec04 .block:nth-child(even) {
	margin: 0 auto 60px 0;
}
#sec04 .block .ph {
	width: 60%;
}
#sec04 .block:nth-child(odd) .ph {
	margin: 0 -10% 0 auto;
}
#sec04 .block:nth-child(even) .ph {
	margin: 0 auto 0 -10%;
}
#sec04 .block .icon {
	width: 45%;
	position: absolute;
	top: 10%;
}
#sec04 .block:nth-child(odd) .icon {
	left: -15%;
}
#sec04 .block:nth-child(even) .icon {
	right: -15%;
}
#sec04 .block .box {
	max-width: 700px;
	width: 90%;
	position: absolute;
	bottom: 50px;
	background-color: #FFFEE8;
	padding: 40px;
	box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.3);
}
#sec04 .block:nth-child(odd) .box {
	left: 5%;
}
#sec04 .block:nth-child(even) .box {
	right: 5%;
}
#sec04 .block .box1 {
	border-left: #E6A7A6 5px solid;
}
#sec04 .block .box2 {
	border-left: #57B3C7 5px solid;
}
#sec04 .block .box3 {
	border-left: #A9CB63 5px solid;
}
#sec04 .block .box .ttl {
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#sec04 .block .box .ttl1 {
	color: #E6A7A6;
}
#sec04 .block .box .ttl2 {
	color: #57B3C7;
}
#sec04 .block .box .ttl3 {
	color: #A9CB63;
}
#sec04 .block .box p {
	margin-bottom: 30px;
	font-size: .9em;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 910px) {
	#sec04 .inner {
        margin: -60px auto 0;
    }
    #sec04 .block:nth-child(odd),
    #sec04 .block:nth-child(even) {
        margin: 0 0 0px;
    }
	#sec04 .block .ph {
        width: 55%;
    }
	#sec04 .block .icon {
		display: none;
	}
	#sec04 .block .box {
        width: 75%;
        position: relative;
        padding: 30px;
    }
    #sec04 .block:nth-child(odd) .box {
		margin: -250px auto 0 -5%;
    }
    #sec04 .block:nth-child(even) .box {
		margin: -250px -5% 0 auto;
    }
}
@media screen and (max-width: 680px) {
	#sec04 {
        margin: 0 auto 40px;
    }
	#sec04 .inner {
        margin: -10px auto 0;
    }
	#sec04 .block,
    #sec04 .block:nth-child(odd),
    #sec04 .block:nth-child(even) {
		width: 100%;
        margin: 0 auto 30px;
    }
	#sec04 .block .ph,
	#sec04 .block:nth-child(odd) .ph,
	#sec04 .block:nth-child(even) .ph {
        width: 100%;
		max-width: 400px;
		margin: 0 auto;
    }
	#sec04 .block .box,
	#sec04 .block:nth-child(odd) .box,
    #sec04 .block:nth-child(even) .box {
        width: 100%;
        position: relative;
        padding: 25px;
		margin: -60px 0 0;
		left: auto;
		right: auto;
		bottom: auto;
    }
	#sec04 .block .box1 {
        border-left: none;
		border-top: #E6A7A6 5px solid;
    }
    #sec04 .block .box2 {
        border-left: none;
		border-top: #57B3C7 5px solid;
    }
    #sec04 .block .box3 {
        border-left: none;
		border-top: #A9CB63 5px solid;
    }
}
/* --------------------------------------------------- */
#sec05 {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto 80px;
	position: relative;
	background-color: #fff;
	padding: 40px;
	display: flex;
	justify-content: space-between;
}
#sec05 .left {
	width: 35%;
}
#sec05 .ttl-style02 {margin-bottom: 30px;
}
#sec05 p {
}
#sec05 .right {
	width: 58%;
}
#sec05 .right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec05 .right li {
	width: 49%;
	margin-bottom: 2%;
}
#sec05 .right li a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 10px;
}
#sec05 .right li.ph1 a {
	background: url("../images/top/company-ph01.jpg") no-repeat center;
	background-size: cover;
}
#sec05 .right li.ph2 a {
	background: url("../images/top/company-ph02.jpg") no-repeat center;
	background-size: cover;
}
#sec05 .right li.ph3 a {
	background: url("../images/top/company-ph03.jpg") no-repeat center;
	background-size: cover;
}
#sec05 .right li.ph4 a {
	background: url("../images/top/company-ph04.jpg") no-repeat center;
	background-size: cover;
}
#sec05 .right li a span {
	display: block;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: rgba(255,255,255,.9);
	border-radius: 7px;
	transition: .3s;
	font-weight: 600;
}
#sec05 .right li a:hover span {
	opacity: 1;
	background-color: #49575D;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	#sec05 {
        margin: 0 auto 80px;
        padding: 40px;
        display: block;
    }
    #sec05 .left {
        width: 100%;
    }
    #sec05 p {
		margin-bottom: 40px;
    }
    #sec05 .right {
        width: 100%;
    }
}
@media screen and (max-width: 680px) {
	#sec05 {
        width: 100%;
        margin: 0 auto 30px;
        padding: 20px;
    }
	#sec05 .right li a {
        border-radius: 5px;
    }
	#sec05 .right li a span {
		left: 0;
        right: 0;
		bottom: 0;
        border-radius: 0 0 5px 5px;
		font-size: .9em;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


