@charset "UTF-8";

#index.greeting #content {
	width: 100%;
}

#index.greeting #content .font-ex {
	font-size: 32px!important;
}
#index.greeting #content .font-24 {
	font-size: 24px!important;
}

#index.greeting .visual {	
	width: 980px;
	margin: 0px auto 40px auto;
	padding: 60px 0;
	background: linear-gradient(-45deg, rgba(0, 118, 184, 0.8), rgba(90, 163, 204, .6));
}
#index.greeting  h1 {
	text-align: center;
	color: white;
	font-size: 46px;	
	line-height: 50px;	
	text-align: center;
}

#index.greeting .visual p {
	/*font-size: 18px;*/
	text-align: center;
}

#index.greeting .section .section-body {
	padding: 0 30px;
}

.inner {
	width: 980px;
	margin: 0 auto;
}
#index.greeting #content #sec01 {
  	background-size: cover;
	padding-top: 60px;
	background: linear-gradient(-45deg, rgba(255, 255, 255, .0), rgba(255, 255, 255, 0)),
  url("../../img/img_run.jpg") top center;
}

#index.greeting #content #sec02 {
  	background-size: cover;
	padding-top: 60px;
	background: url("../img/bg_sec02.jpg")
}

#index.greeting #content #sec03 {
    color: #333;
  	background-size: cover;
	padding-top: 60px;
	background: url("../img/bg_sec03.jpg")
}

#index.greeting #content #sec04 {
  	background-size: cover!important;
	padding-top: 60px;
    background:url("../img/bg_sec04.png") no-repeat center center;
}
#index.greeting #content #sec05 {
  	background-size: cover!important;
	padding-top: 100px;
    padding-bottom: 100px;
	background: url("../img/bg_sec05.jpg") center center;
    position: relative;
}
#sec05 p.button05 a {	
	margin: 0px auto 40px auto;
	padding: 60px 0;
	background: linear-gradient(-45deg, rgba(34, 172, 60, 0.9), rgba(90, 163, 204, .8));
  position: relative;
  display: block;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.button05 {
  text-align: center;
}

.button05 a::before {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 15px;
  height: 2px;
  margin-top: 0px;
  content: "";
}

.button05 a::after {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.button05 a::before,
.button05 a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: all 0.3s ease; /* トランジションを追加 */
}

.button05 a:hover{
    opacity: 0.8;
}

.button05 a:hover::before,
.button05 a:hover::after {
  right: 25px; /* 矢印が少し左に動く */
  opacity: 0.7; /* 透明度を変更 */
}




#index.greeting #content #sec04,
#index.greeting #content #sec06 {
	background-color: #fff;
	padding-top: 60px;   
}

#index.greeting #content #sec06 {
  	background-size: cover;
	padding-top: 60px;
	background:  url("../../img/img_matsumura.png") bottom right no-repeat;
	background-size: 300px;
}

.container-1{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px;
}

.container-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.container-2 p{
    width: 690px;
    color: #fff;
    background-color: #52B4E5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; 
}

.item-3 {
    flex: 0 0 calc(33.333% - 30px);
    box-sizing: border-box;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.item-2 {
  flex: 0 0 calc(50% - 30px);
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.item-2 span {
  display: block;
  width: 80%;
}

.item-3 img,
.item-2 img {
    width: 100%;
    height: auto;
}

.item-3 p {
    margin: 0;
    padding: 25px 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.container-3 .item-3 a,
.container-3 .item-3 a:visited{
    color: #333;
}



