@charset "utf-8";

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}

html
    body{
        width: 100%;
        background-color: #f3f3f3;
    }
c
.image{
    width:50%;
}
.main{
    padding: 300px 0;
    background-color: #e4fbff;
    background: url(../images/e.png) center center no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}
.word3{
    position: absolute;
    top: 60%;
    left: 0%;
    padding: 0;
    margin: auto;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}
p a{
    width:310px;
    display:inline;
}
p a img{ width:250px; }
.contact{
    overflow: visible;
    width: 100%;
    height: 100%;
}
p a:hover{ 
    display: inline;
    transition-duration: 0.5s;
}
p a:hover img{ 
    transform: scale(1.08,1.08);
transition-duration: 0.5s;
}
.ser{text-align: center;
    margin: 40px;
    font-weight: bold;
    font-size: 40px;
    padding: 20px 0 0;
}
.ser2{text-align: center;
    margin: 40px;
}
.p1{
    font-size: 20px;
    padding: 0 0 40px;
}
.flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    background-color: rgb(222, 248, 255);
}
.flex_1{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    background-color: #ffffff;
}
.flex_1 h1{
    display: inline-block;
    height: 80%;
}
.text{
    margin: 0 0 0 0;
}
.text2{
    margin: 0 30px 0 0;
}
.intro{
    right: 100px;
    width: 50%;
}
.title{
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
  }
  .text_neko{
    width:50%;
    margin:0 0 0 3em;
}
.text_neko2{
    margin:0 -40px 10px 10px;
}
a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.margin{
    margin: 0px 0;
}
.news {
  padding: 50px 0;
}


.inner {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 65px 0 100px;
}


.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

/* ここからがニュース記事のCSS */

.news_list {
  margin: 0 5%;
}

.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 30px;
}

.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.news_item {
  background: #b3f5ff;
  border-radius: 14px;
  width: 6em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
}

.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}


@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a  {
        font-size: 14px;
    }


}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }
}
.flex_2{
display: flex;
font-size: 10px;
position: absolute;
right: 0;
bottom: 10px;
}
.flex_2 a{
    display: inline-block;
    margin: 0 20px;
}
.top{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 12px 2px;
    background-color: #ffffff;
    border-radius: 30px;
    position: fixed;
    right: 50px;
    bottom: 10px;
}
.contact{
    padding: 300px 0;
    background-color: #e4fbff;
    background: url(../images/large.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
width: 100%;
}
.word{
    position: absolute;
    top: 25%;
    left: 20%;
    font-size: 50px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.word2{
    position: absolute;
    top: 35%;
    left: 20%;
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.contact2{
    position: absolute;
    top: 45%;
    left: 19%;
    font-size: 50px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.width{
    width: 900px;
    padding: 20px;
    margin: auto;
}
.logo{
    margin: auto;
    width: 200PX;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.icon{
    width: 50px;
    margin:40px;
}
.icon2{
    width: 60px;
}
.fot{
    text-align: center;
    background-size: 500px;
}
.footer-menu {
    height: 60px;
    }
    
    .footer-menu-list {
    list-style: none;
    text-align: center;
    line-height: 60px;
    }
    
    .footer-menu-list li {
    margin: 10px;
    display: inline;
    }
    .fot{
        color: #ffffff;
    }
.footer{
    background-color: #000000;
    color: #ffffff;
    padding: 30px;
}
.fotsize{
    font-size: 15px;
}