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

body{
  margin: 0;
  padding: 0;
  max-width: 100%;
  margin: auto;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.noto{
  font-family: 'Noto Sans JP', sans-serif;
}

.zen{
  font-family: "Zen Old Mincho", serif;
}


h1,h2,h3,h4,h5,h6,a{
  margin-top: 0;
  margin-bottom: 0;
}

::selection {
  background: #222;
  color: #fff;
}

img {
  margin: 0;
  padding: 0;
	height: auto;
  vertical-align:top;
}

.blue{
  color: #74a5c4;
}

@media (max-width: 849px) {

  .mb__none{
    display: none;
  }

  .header__list{
    display: none;
  }

  .header__sns{
    display: none;
  }
  
    #g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 800;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#74a5c4;
    opacity: 0.9;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav-list{
    display: flex;
}

.g-nav-l{
    width: 30%;
    margin: auto;
    text-align: center;
}

.g-nav-l img{
    display: none;
}

.g-nav-r{
    width: 70%;
    display: flex;
    margin: auto;
}

.header__content__r__gp ul {
    list-style: none;
}

.header__content__r__gp li{
    margin-bottom: 13px;
}

.header__content__r__gp a{
    font-size: 17px;
    letter-spacing: 2px;
    transition: 0.3s;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

  .openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	background:#396791;
	cursor: pointer;
  width: 53px;
  height:53px;
	border-radius: 50px;
  z-index: 999;
  margin: 0 0 0 auto;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
  	width: 45%;
  }


.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:19px;
}

.openbtn span:nth-of-type(3) {
	top:25px;
}

.openbtn span:nth-of-type(3)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:5px;
	left:-2px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}

.header__gnav{
  position: absolute;
  right: 5%;
}

  .mb__none{
    display: none;
  }


    #header{
    /*はじめの高さを設定*/
	width:100%;
   /*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
  height: 100px;
  z-index: 999;
}

#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height:80px;
	animation: DownAnime 0.5s forwards;
  opacity: 0.9;
}

#header.HeightMin .header__logo{
  margin-top: 50px;
  scale: 0.8;
}

#header.HeightMin .header__sns{
  margin-top: 70px;
  scale: 0.8;
}

#header.HeightMin .header__gnav{
  margin-top: 40px;
}

#header.HeightMin li{
  margin-top: 70px;
}

#header.HeightMin .header__tel{
  margin-top: 70px;
  height: 100px;
}

#header.HeightMin p{
  margin-top: 25px;
}

.header{
  display: flex;
  align-items: center;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 20px 20px;
  margin-top: -15px;
}

.header__logo{
  padding-left: 10px;
}

.header__logo img{
  width: 130px;
}


footer{
  margin-top: 50px;
}

.footer{
  margin-top: 0px;
}

.footer__l{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #3e3a39;
  width: 100%;
  color: #fff;
  position: relative;
}

.footer__logo{
  margin-left: 5%;
}

.footer__l p{
  margin-left: 5%;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
}

.footer__sns{
  margin-left: 5%;
  display: flex;
}

.footer__sns img{
  width: 30px;
  margin-right: 15px;
}

.footer__sns__box1{
  top: 70%;
  left: 10%;
}

.footer__sns__box2{
  top: 70%;
  left: 25%;
}

.footer__sns__box3{
  top: 70%;
  left: 40%;
}

.footer__r{
  display: none;
  width: 60%;
  margin: auto;
}

.footer__r__btn{
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.footer__r__btn a{
  text-decoration: none;
  margin: 10px;
}

.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin:0 auto;
    padding: .7em 2em;
    border: none;
    border-radius: 25px;
    background-color: #07c655;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    transition: 0.5s;
}

.button-2:hover {
    background-color: #00b645;
    transition: 0.5s;
}

.button-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin:0 auto;
    padding: .7em 2em;
    border: none;
    border-radius: 25px;
    background-color: #666;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    transition: 0.5s;
}

.button-3:hover {
    background-color: #444;
    transition: 0.5s;
}

.footer__r__nav {
  display: flex;
}

.footer__r__nav a{
  text-decoration: none;
  color: #222;
  margin-left: 10px;
  margin-top: 250px;
  font-size: 14px;
  font-weight: 600;
}


.space{
  letter-spacing: -px;
}

.copy{
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 10px auto 10px;
}



.main{
  width: 100%;
  background-color: #f9f9f9;
}

.index__top{
  margin-top: -20px;
  width: 100%;
  z-index: 100;
  position: relative;
}

.index__top img{
  width: 100%;
}

.index__top h1{
  position: absolute;
  top:10%;
  left: 7%;
  transform: translate(-0%,);
  padding:0;
  margin:0;
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 200%;
  color: #fff;
  text-shadow:1px 0 10px #000;
}

.index__top p{
  position: absolute;
  top:45%;
  left: 5%;
  transform: translate(-0%,);
  padding:0;
  margin:0;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 200%;
}

.top__news{
  bottom:0%;
  padding: 50px 10px;
  background-color: #f9f9f9;
  border-radius:20px 20px 0 0;
}

.top__news h2{
  text-align: center;
  font-size:1.8rem;
  letter-spacing: 1px;
}

.top__news__box{
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  margin-top: 10px;
}

.top__news__box h5{
  font-size: 13px;
  letter-spacing: 1px;
  margin-right: 30px;
}

.top__news__box h6{
  font-size: 13px;
  letter-spacing: 1px;
}

.index__top2{
  width: 95%;
  text-align: center;
  margin: 30px auto;
}

.index__top2 h2{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 250%;
  font-weight: 500;
  color: #111;
}

.recell__banner{
  margin: 50px auto;
  width: 100%;
  text-align: center;
}

.recell__banner img{
  width: 95%;
  transition: 0.4s;
}

.recell__banner img:hover{
  scale: 1.02;
  transition: 0.4s;
}

.index__about{
  width: 100%;
  margin: auto;
}

.index__about__title{
  text-align: center;
  margin-bottom: -80px;
  }

.index__about__title h3{
  color: #383838;
  font-size: 16px;
  letter-spacing: 2px;
}

.index__about__title h2{
  color: #396791;
  font-size: 30px;
  letter-spacing: 3px;
}

.index__about__box1{
  max-width: 1000px;
  margin:10px auto;
  width: 90%;

}

.index__about__box1_l{
  width: 100%;
  position: relative;
}

.index__about__box1_l p{
  right: 0%;
  font-size: 180px;
  font-weight: 700;
  color: #d7e4e9;
  z-index: 100;
  margin: 0;
}

.index__about__box1_l h3{
  position: absolute;
  top: 15%;
  font-size: 35px;
  font-weight: 700;
  color: #383838;
  z-index: 999;
  line-height: 200%;
}

.index__about__box1_l h4{
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #383838;
  z-index: 999;
  line-height: 180%;
  letter-spacing: 2px;

}

.index__about__box1_r{
  width: 100%;
}

.index__about__box1_r img{
  width: 100%;
}

.index__about__box2{
  max-width: 1000px;
  width: 90%;
  margin:10px auto;
}

.index__about__box2_r{
  width: 100%;
  position: relative;
}

.index__about__box2_r p{
  font-size: 180px;
  font-weight: 700;
  color: #d7e4e9;
  z-index: 100;
  margin: 0;
}

.index__about__box2_r h3{
  position: absolute;
  top: 20%;
  font-size: 35px;
  font-weight: 700;
  color: #383838;
  z-index: 999;
  line-height: 200%;
}

.index__about__box2_r h4{
  font-size: 15px;
  font-weight: 600;
  color: #383838;
  z-index: 999;
  line-height: 180%;
  letter-spacing: 2px;
  width: 100%;

}

.index__about__box2_l{
  width: 100%;
  z-index: 900;
}

.index__about__box2_l img{
  width: 100%;
}

.button-61 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 350px;
    margin: 0 auto 0 auto;
    padding: .9em 3.2em .9em 2em;
    border: none;
    border-radius: 30px;
    background-color: #f9f9f9;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%0A%3C%2Fsvg%3E);
    background-position: right 3em center;
    background-size: 1.2em;
    background-repeat: no-repeat;
    color: #74a5c4;
    font-weight: 600;
    font-size: 1em;
    border: solid 2px #74a5c4;
    transition: 0.4s;
}

.button-61:hover {
    background-color: #74a5c4;
    color: #fff;
    transition: 0.4s;
}

.button-61::before,
.button-61::after {
    position: absolute;
    right: calc(3.6em - 1.5px);
    width: 3px;
    height: 10px;
    border-radius: 1px;
    background-color: #74a5c4;
    content: '';
}

.button-61::before {
    transform: rotate(90deg);
}

.index__service{
  padding-top: 100px;
  width: 95%;
  margin: auto;
}

.index__service__title{
  text-align: center;
}

.index__service__title h2{
  color: #396791;
  font-size: 20px;
  letter-spacing: 2px;
}

.index__service__title h3{
  padding-top: 30px;
  color: #383838;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 150%;
}

.index__service__box{
  text-align: center;
  margin: auto;
  margin-top: 50px;
  padding: 20px;
  width: 85%;
  background-color: #96c1d6;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.index__service__gp{
  display: flex;
  width: 90%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: auto;
  justify-content: center;
}

.index__service__gp img{
  text-align: center;
  margin: auto;
  width: 90%;
  transition: 0.4s;
}

.index__service__gp img:hover{
  scale: 1.1;
  transition: 0.4s;
}

.index__service__gp__mb{
  display: flex;
  margin: auto;
  justify-content: center;
}

.index__service__gp__mb img{
  width: 95%;
  margin: 10px auto 10px auto;
}


.index__flow{
  padding-top: 50px;
  width: 100%;
  text-align: center;
}

.index__flow h2{
  color: #396791;
  font-size: 20px;
  letter-spacing: 3px;
}

.index__flow img{
  padding-top: 30px;
  width: 80%;
  padding-left: 10px;
  max-width: 1200px;
}

.index__message{
  width: 100%;
  padding-top: 100px;
}

.index__message__l{
  width: 50%;
  position: relative;
  z-index: 900;
  display: none;
}

.index__message__l img{
  position: inherit;
  z-index: 999;
  width: 100%;
}

.box_blue{
  z-index: 500;
  position: absolute;
  top: 75%;
  left: 65%;
  width: 40%;
  height: 30%;
  border-radius: 30px;
  background-color: #74a5c4;
  display: none;
}

.index__message__r{
  width: 90%;
  margin:auto;
  position: relative;
  z-index: 900;
}

.index__message__r img{
  width: 300px;
}

.index__message__r h2{
  font-size: 18px;
  margin-top: -30px;
}

.index__message__r p{
  margin-top: 40px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 190%;
}

.index__message__mb{
  width: 100%;
}
.index__message__mb img{
  width: 95%;
}

.index__column{
  padding-top: 50px;
  width: 100%;
margin: auto;
}


.index__column__title h2{
  text-align: center;
  color: #396791;
  font-size: 20px;
  letter-spacing: 3px;
  padding-bottom: 10px;
}

.index__column__gp{
  padding-top: 20px;
  width: 100%;
  margin: auto;
  justify-content: center;
}

.index__column__gp a{
  text-decoration: none;
  color: #383838;
}

.index__column__box{
  width: 90%;
  margin: auto;
}

.index__column__box img{
  width: 100%;
}

.index__column__box__title{
  display: flex;
  align-items: baseline;
}

.index__column__box__title p{
  font-size: 15px;
  letter-spacing: 1px;
}

.index__column__box__title h6{
  padding-left: 15px;
  font-size: 13px;
  letter-spacing: 1px;
}

.index__recell{
  width: 90%;
  margin: auto;
  margin-top: 100px;
  position: relative;
}

.index__recell img{
  width: 100%;
  transition: 0.4s;
}

.index__recell img:hover{
  scale: 1.05;
  transition: 0.4s;
}

.recell__2 img{
  width: 55%;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translate(0%,-50%);
}

.recell__2 img:hover{
  scale: 1;
}

.index__recell__mb{
  padding-top: 50px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.index__recell__mb img{
  width: 96%;
  margin: auto;
}

.about__title{
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 100px;
  color: #396791;
}

.about__box{
  width: 95%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  justify-items: center;

}

.about__table tr {
  width: 100%;
}

.about__table th{
  padding: 30px 0;
  border: none;
  font-size: 16px;
  border-bottom:3px solid #d7e4e9;
  color: #4a85a3;
}

.about__table td {
  padding: 30px 10px 30px 20px;
  border: none;
  font-size: 15px;
  border-bottom:2px solid #111;
}
.about__table th {
  width: 30%;
}

.about__img{
  width: 90%;
  margin: auto;
  text-align: center;
}

.about__img img{
  width: 100%;
}

.about__message{
  width: 90%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about__message__title{
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: #4a85a3;
}

.about__message__box{
  padding-top: 20px;
}

.about__message__box__l{
  width: 95%;
  margin: auto;
  text-align: center;
}

.about__message__box__l p{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 150%;
}

.about__message__box__l h6{
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 150%;
}

.about__message__box__l h5{
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 150%;
}

.about__message__box__r{
  padding-top: 30px;
  width: 100%;
  margin: auto;
  max-width: 800px;
}

.about__message__box__r img{
  width: 100%;
  margin: auto;
}

.service__title{
  padding-top: 50px;
  text-align: center;
  color: #396791;
  letter-spacing: 2px;
  font-size: 15px;
}

.service__content{
  width: 90%;
  margin: auto;
  max-width: 1200px;
  padding-top: 50px;
}

.service__content__gp__title{
  display: flex;
  background-color: #396791;
  color: #fff;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
}

.service__content__gp__title img{
  width: 40px;
  margin-right: 10px;
}

.service__content__gp__title h2{
  letter-spacing: 2px;
  font-size: 20px;
}

.service__content__gp{
  padding-bottom: 50px;
}

.service__content__gp__div{
}

.service__content__gp__box{
  width: 90%;
  display: flex;
  background-color: #d7e4e9;
  margin: auto;
  border:#396791 solid 2px;
  border-radius: 20px;
  padding: 8px;
  margin-top: 20px;
  align-items: center;
}

.service__content__gp__box h2{
  font-size: 17px;
  letter-spacing: 2px;
  color: #222;
  margin-left: 10px;
}

.service__content__gp__box img{
  width: 60px;
}


/*アニメーション*/

.fade-in-text {
  opacity: 0; /* 最初は透明 */
  animation: fadeIn 5s forwards; /* fadeInアニメーションを2秒間、最終状態を維持 */
  animation-delay: 0.5s;
}

.fade-in-text-2 {
  opacity: 0; /* 最初は透明 */
  animation: fadeIn 5s forwards; /* fadeInアニメーションを2秒間、最終状態を維持 */
  animation-delay: 1s;
}

/* アニメーションの定義 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.inview {
  opacity: 0;
  transition: 1.5s;
  transform: translateX(100%);
}

.inview.is-active {
  opacity: 1;
  transform: translateX(0px);
}

.inview02 {
  opacity: 0;
  transition: 1.5s;
  transform: translateX(-100%);
}

.inview02.is-active02 {
  opacity: 1;
  transform: translateX(0px);
}

}

@media (min-width: 850px) and (max-width: 1419px) {


  .tb__none{
    display: none;
  }


  .header__gnav{
    display: none;
  }

    #header{
    /*はじめの高さを設定*/
	width:100%;
   /*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
  height: 150px;
  z-index: 999;
}

#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height:70px;
	animation: DownAnime 0.5s forwards;
  opacity: 0.9;
}

#header.HeightMin .header__logo{
  margin-top: 70px;
  scale: 0.8;
}

#header.HeightMin .header__sns{
  margin-top: 70px;
  scale: 0.8;
}

#header.HeightMin li{
  margin-top: 70px;
}

#header.HeightMin .header__tel{
  margin-top: 70px;
  height: 100px;
}

#header.HeightMin p{
  margin-top: 25px;
}

.header{
  display: flex;
  align-items: center;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.header__logo{
  padding-left: 20px;
}

.header__logo img{
  width: 200px;
}

.header__list{
  text-decoration: none;
  margin: auto 0 auto auto;
  padding-right: 20px;
}

.header__list a{
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  letter-spacing: 2px;
}

.header__list a::after {
  content: '';
  display: block;
  height: 2px;
  width: 60%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 20%;
  transform: scale(0, 1);
  transition: .3s;
}
      
.header__list a:hover::after {
  transform: scale(1, 1);
}

.header__list ul{
  list-style: none;
  display: flex;
}

.header__list li{
  display: inline;
  position: relative;
  align-items: center;
}

.header__sns{
  padding-right: 30px;
  display: none;
}

.header__sns img{
  width: 60px;
  transition: 0.3s;
  margin-right: 20px;
}

.header__sns img:hover{
  scale: 1.1;
  transition: 0.3s;
}

.header__tel{
  background-color: #4a85a3;
  border-radius: 0 0 20px 0;
  padding: 0 50px;
  height: 170px;
  text-align: center;
  transition: 0.3s;
  display: none;
}

.header__tel:hover{
  background-color: #396791;
  transition: 0.3s;
}

.header__tel a{
  text-decoration: none;
  color: #fff;
}

.header__tel p{
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 60px;
}

.header__tel img{
  width: 200px;
}

footer{
  margin-top: 100px;
}

.footer{
  margin-top: 0px;
  display: flex;
  height: 500px;
}

.footer__l{
  background-color: #3e3a39;
  width: 40%;
  padding: 30px;
  color: #fff;
  border-radius: 0 80px 0 0;
  position: relative;
}

.footer__l img{
  position: absolute;
  top: 20%;
  left: 10%;

}

.footer__l p{
  position: absolute;
  top: 40%;
  left: 10%;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
}

.footer__sns img{
  width: 40px;
}

.footer__sns__box1{
  position: absolute;
  top: 70%;
  left: 10%;
}

.footer__sns__box2{
  position: absolute;
  top: 70%;
  left: 25%;
}

.footer__sns__box3{
  position: absolute;
  top: 70%;
  left: 40%;
}

.footer__r{
  width: 60%;
  margin: auto;
}

.footer__r__btn{
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.footer__r__btn a{
  text-decoration: none;
  margin: 10px;
}

.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin:0 auto;
    padding: .7em 2em;
    border: none;
    border-radius: 25px;
    background-color: #07c655;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    transition: 0.5s;
}

.button-2:hover {
    background-color: #00b645;
    transition: 0.5s;
}

.button-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin:0 auto;
    padding: .7em 2em;
    border: none;
    border-radius: 25px;
    background-color: #666;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    transition: 0.5s;
}

.button-3:hover {
    background-color: #444;
    transition: 0.5s;
}

.footer__r__nav {
  display: flex;
}

.footer__r__nav a{
  text-decoration: none;
  color: #222;
  margin-left: 10px;
  margin-top: 250px;
  font-size: 14px;
  font-weight: 600;
}


.space{
  letter-spacing: -px;
}

.copy{
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 10px auto 10px;
}



.main{
  width: 100%;
  background-color: #f9f9f9;
}

.index__top{
  margin-top: -20px;
  width: 100%;
  z-index: 100;
  position: relative;
}

.index__top img{
  width: 100%;
}

.index__top h1{
  position: absolute;
  top:10%;
  left: 7%;
  transform: translate(-0%,);
  padding:0;
  margin:0;
  font-size: 40px;
  letter-spacing: 3px;
  line-height: 200%;
  color: #fff;
  text-shadow:1px 0 10px #000;
}

.index__top p{
  position: absolute;
  top:45%;
  left: 5%;
  transform: translate(-0%,);
  padding:0;
  margin:0;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 200%;
}

.top__news{

  bottom:0%;
  left: 7%;
  padding: 50px 100px;
  background-color: #f9f9f9;
  border-radius:20px 20px 0 0;
}

.top__news h2{
  text-align: center;
  font-size:2.0rem;
  letter-spacing: 1px;
}

.top__news__box{
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  margin-top: 10px;
}

.top__news__box h5{
  font-size: 15px;
  letter-spacing: 1px;
  margin-right: 30px;
}

.top__news__box h6{
  font-size: 15px;
  letter-spacing: 1px;
}

.index__top2{
  width: 100%;
  text-align: center;
  margin: 50px auto;
}

.index__top2 h2{
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 250%;
  font-weight: 500;
  color: #111;
}

.recell__banner{
  margin: 100px auto;
  width: 100%;
  text-align: center;
}

.recell__banner img{
  width: 90%;
  transition: 0.4s;
}

.recell__banner img:hover{
  scale: 1.02;
  transition: 0.4s;
}

.index__about{
  width: 100%;
  margin: auto;
}

.index__about__title{
  text-align: center;
  margin-bottom: 100px;
  }

.index__about__title h3{
  color: #383838;
  font-size: 16px;
  letter-spacing: 2px;
}

.index__about__title h2{
  color: #396791;
  font-size: 30px;
  letter-spacing: 3px;
}

.index__about__box1{
  max-width: 1000px;
  display: flex;
  margin:50px auto;
  width: 90%;
}

.index__about__box1_l{
  width: 50%;
  position: relative;
}

.index__about__box1_l p{
  position: absolute;
  top: -30vh;
  right: 0%;
  font-size: 280px;
  font-weight: 700;
  color: #d7e4e9;
  z-index: 100;
}

.index__about__box1_l h3{
  position: absolute;
  top: 35%;
  font-size: 35px;
  font-weight: 700;
  color: #383838;
  z-index: 999;
  line-height: 200%;
}

.index__about__box1_l h4{
  position: absolute;
  top: 100%;
  width: 200%;
  font-size: 15px;
  font-weight: 600;
  color: #383838;
  z-index: 999;
  line-height: 180%;
  letter-spacing: 2px;

}

.index__about__box1_r{
  width: 50%;
}

.index__about__box1_r img{
  width: 100%;
}

.index__about__box2{
  max-width: 1000px;
  width: 80%;
  display: flex;
  margin:35% auto;

}

.index__about__box2_r{
  width: 50%;
  position: relative;
}

.index__about__box2_r p{
  position: absolute;
  top: -40vh;
  left: 15%;
  font-size: 300px;
  font-weight: 700;
  color: #d7e4e9;
  z-index: 100;
}

.index__about__box2_r h3{
  position: absolute;
  top: 40%;
  left: 10%;
  font-size: 35px;
  font-weight: 700;
  color: #383838;
  z-index: 999;
  line-height: 200%;
}

.index__about__box2_r h4{
  position: absolute;
  top: 105%;
  left: -100%;
  font-size: 15px;
  font-weight: 600;
  color: #383838;
  z-index: 999;
  line-height: 180%;
  letter-spacing: 2px;
  width: 200%;

}

.index__about__box2_l{
  width: 50%;
  z-index: 900;
}

.index__about__box2_l img{
  width: 100%;
}

.button-61 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 350px;
    margin: 0 auto 0 auto;
    padding: .9em 3.2em .9em 2em;
    border: none;
    border-radius: 30px;
    background-color: #f9f9f9;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%0A%3C%2Fsvg%3E);
    background-position: right 3em center;
    background-size: 1.2em;
    background-repeat: no-repeat;
    color: #74a5c4;
    font-weight: 600;
    font-size: 1em;
    border: solid 2px #74a5c4;
    transition: 0.4s;
}

.button-61:hover {
    background-color: #74a5c4;
    color: #fff;
    transition: 0.4s;
}

.button-61::before,
.button-61::after {
    position: absolute;
    right: calc(3.6em - 1.5px);
    width: 3px;
    height: 10px;
    border-radius: 1px;
    background-color: #74a5c4;
    content: '';
}

.button-61::before {
    transform: rotate(90deg);
}

.index__service{
  padding-top: 100px;
  width: 100%;
  margin: auto;
}

.index__service__title{
  text-align: center;
}

.index__service__title h2{
  color: #396791;
  font-size: 30px;
  letter-spacing: 2px;
}

.index__service__title h3{
  padding-top: 30px;
  color: #383838;
  font-size: 15px;
  letter-spacing: 2px;
  letter-spacing: 2px;
  font-weight: 400;
}

.index__service__box{
  text-align: center;
  margin: auto;
  margin-top: 80px;
  padding: 80px;
  width: 70%;
  background-color: #96c1d6;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.index__service__gp{
  display: flex;
  width: 90%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: auto;
  justify-content: center;
}

.index__service__gp img{
  text-align: center;
  margin: auto;
  width: 90%;
  transition: 0.4s;
}

.index__service__gp img:hover{
  scale: 1.1;
  transition: 0.4s;
}

.index__flow{
  padding-top: 100px;
  width: 100%;
  text-align: center;
}

.index__flow h2{
  color: #396791;
  font-size: 30px;
  letter-spacing: 3px;
}

.index__flow img{
  padding-top: 30px;
  width: 70%;
  max-width: 1200px;
}

.index__message{
  width: 100%;
  display: flex;
  padding-top: 100px;
}

.index__message__l{
  width: 50%;
  position: relative;
  z-index: 900;
}

.index__message__l img{
  position: inherit;
  z-index: 999;
  width: 100%;
}

.box_blue{
  z-index: 500;
  position: absolute;
  top: 75%;
  left: 65%;
  width: 40%;
  height: 30%;
  border-radius: 30px;
  background-color: #74a5c4;
  display: none;
}

.index__message__r{
  width: 40%;
  margin:auto;
  position: relative;
  z-index: 900;
}

.index__message__r img{
  width: 350px;
}

.index__message__r h2{
  font-size: 20px;
  margin-top: -30px;
}

.index__message__r p{
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 190%;
}

.index__column{
  padding-top: 100px;
  width: 100%;
margin: auto;
}


.index__column__title h2{
  text-align: center;
  color: #396791;
  font-size: 30px;
  letter-spacing: 3px;
  padding-bottom: 30px;
}

.index__column__gp{
  padding-top: 20px;
  padding-bottom: 50px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.index__column__gp a{
  text-decoration: none;
  color: #383838;
}

.index__column__box{
  width: 90%;
  margin: auto;
}

.index__column__box img{
  width: 100%;
}

.index__column__box__title{
  display: flex;
  align-items: baseline;
}

.index__column__box__title p{
  font-size: 13px;
  letter-spacing: 1px;
}

.index__column__box__title h6{
  padding-left: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}

.index__recell{
  width: 90%;
  margin: auto;
  margin-top: 100px;
  position: relative;
}

.index__recell img{
  width: 100%;
  transition: 0.4s;
}

.index__recell img:hover{
  scale: 1.05;
  transition: 0.4s;
}

.recell__2 img{
  width: 55%;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translate(0%,-50%);
}

.recell__2 img:hover{
  scale: 1;
}

.about__title{
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 100px;
  color: #396791;
}

.about__box{
  width: 70%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  justify-items: center;

}

.about__table tr {
  width: 100%;
}

.about__table th{
  padding: 30px 0;
  border: none;
  font-size: 16px;
  border-bottom:3px solid #d7e4e9;
  color: #4a85a3;
}

.about__table td {
  padding: 30px 150px 30px 20px;
  border: none;
  font-size: 15px;
  border-bottom:2px solid #111;
}
.about__table th {
  width: 30%;
}

.about__img{
  width: 70%;
  margin: auto;
  text-align: center;
}

.about__img img{
  width: 100%;
}

.about__message{
  width: 90%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about__message__title{
  text-align: center;
  font-size: 25px;
  letter-spacing: 2px;
  color: #4a85a3;
}

.about__message__box{
  padding-top: 50px;
}

.about__message__box__l{
  width: 90%;
  margin: auto;
  text-align: center;
}

.about__message__box__l p{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 150%;
}

.about__message__box__l h6{
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 150%;
}

.about__message__box__l h5{
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 150%;
}

.about__message__box__r{
  padding-top: 30px;
  width: 100%;
  margin: auto;
  max-width: 800px;
}

.about__message__box__r img{
  width: 100%;
  margin: auto;
}

.service__title{
  padding-top: 100px;
  text-align: center;
  color: #396791;
  letter-spacing: 2px;
  font-size: 15px;
}

.service__content{
  width: 90%;
  margin: auto;
  max-width: 1200px;
  padding-top: 100px;
}

.service__content__gp__title{
  display: flex;
  background-color: #396791;
  color: #fff;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
}

.service__content__gp__title img{
  width: 40px;
  margin-right: 10px;
}

.service__content__gp__title h2{
  letter-spacing: 2px;
  font-size: 20px;
}

.service__content__gp{
  padding-bottom: 50px;
}

.service__content__gp__div{
  display: flex;
}

.service__content__gp__box{
  width: 30%;
  display: flex;
  background-color: #d7e4e9;
  margin: auto;
  border:#396791 solid 2px;
  border-radius: 20px;
  padding: 8px;
  margin-top: 20px;
  align-items: center;
}

.service__content__gp__box h2{
  font-size: 15px;
  letter-spacing: 2px;
  color: #222;
  margin-left: 10px;
}

.service__content__gp__box img{
  width: 60px;
}

/*アニメーション*/

.fade-in-text {
  opacity: 0; /* 最初は透明 */
  animation: fadeIn 5s forwards; /* fadeInアニメーションを2秒間、最終状態を維持 */
  animation-delay: 0.5s;
}

.fade-in-text-2 {
  opacity: 0; /* 最初は透明 */
  animation: fadeIn 5s forwards; /* fadeInアニメーションを2秒間、最終状態を維持 */
  animation-delay: 1s;
}

/* アニメーションの定義 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.inview {
  opacity: 0;
  transition: 1.5s;
  transform: translateX(100%);
}

.inview.is-active {
  opacity: 1;
  transform: translateX(0px);
}

.inview02 {
  opacity: 0;
  transition: 1.5s;
  transform: translateX(-100%);
}

.inview02.is-active02 {
  opacity: 1;
  transform: translateX(0px);
}

}

@media screen and (min-width: 1420px) {

  .pc__none{
    display: none;
  }

  .header__gnav{
    display: none;
  }

  #header{
    /*はじめの高さを設定*/
	width:100%;
   /*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
  height: 170px;
  z-index: 999;
}

#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height:70px;
	animation: DownAnime 0.5s forwards;
  opacity: 0.9;
}

#header.HeightMin .header__logo{
  margin-top: 70px;
  scale: 0.8;
}

#header.HeightMin .header__sns{
  margin-top: 70px;
  scale: 0.8;
}

#header.HeightMin li{
  margin-top: 70px;
}

#header.HeightMin .header__tel{
  margin-top: 70px;
  height: 100px;
}

#header.HeightMin p{
  margin-top: 25px;
}

.header{
  display: flex;
  align-items: center;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.header__logo{
  padding-left: 20px;
}

.header__logo img{
  width: 250px;
}

.header__list{
  text-decoration: none;
  margin: auto 0 auto auto;
  padding-right: 20px;
}

.header__list a{
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  letter-spacing: 2px;
}

.header__list a::after {
  content: '';
  display: block;
  height: 2px;
  width: 60%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 20%;
  transform: scale(0, 1);
  transition: .3s;
}
      
.header__list a:hover::after {
  transform: scale(1, 1);
}

.header__list ul{
  list-style: none;
  display: flex;
}

.header__list li{
  display: inline;
  position: relative;
  align-items: center;
}

.header__sns{
  padding-right: 30px;
  display: flex;
}

.header__sns img{
  width: 60px;
  transition: 0.3s;
  margin-right: 20px;
}

.header__sns img:hover{
  scale: 1.1;
  transition: 0.3s;
}

.header__tel{
  background-color: #4a85a3;
  border-radius: 0 0 20px 0;
  padding: 0 50px;
  height: 170px;
  text-align: center;
  transition: 0.3s;
}

.header__tel:hover{
  background-color: #396791;
  transition: 0.3s;
}

.header__tel a{
  text-decoration: none;
  color: #fff;
}

.header__tel p{
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 60px;
}

.header__tel img{
  width: 200px;
}

footer{
  padding-top: 100px;
  background-color: #f9f9f9;
}

.footer{
  margin-top: 0px;
  display: flex;
  height: 500px;
  background-color: #f9f9f9;
}

.footer__l{
  background-color: #3e3a39;
  width: 40%;
  padding: 30px;
  color: #fff;
  border-radius: 0 80px 0 0;
  position: relative;
}

.footer__l img{
  position: absolute;
  top: 20%;
  left: 10%;

}

.footer__l p{
  position: absolute;
  top: 40%;
  left: 10%;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
}

.footer__sns img{
  width: 40px;
}

.footer__sns__box1{
  position: absolute;
  top: 65%;
  left: 10%;
}

.footer__sns__box2{
  position: absolute;
  top: 65%;
  left: 20%;
}

.footer__sns__box3{
  position: absolute;
  top: 65%;
  left: 30%;
}

.footer__r{
  width: 60%;
  margin: auto;
}

.footer__r__btn{
  width: 100%;
  display: flex;
  margin-top: 100px;
  text-align: center;
}

.footer__r__btn a{
  text-decoration: none;
  margin: 30px;
}

.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin:0 auto;
    padding: .7em 2em;
    border: none;
    border-radius: 25px;
    background-color: #07c655;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    transition: 0.5s;
}

.button-2:hover {
    background-color: #00b645;
    transition: 0.5s;
}

.button-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin:0 auto;
    padding: .7em 2em;
    border: none;
    border-radius: 25px;
    background-color: #666;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    transition: 0.5s;
}

.button-3:hover {
    background-color: #444;
    transition: 0.5s;
}

.footer__r__nav {
  display: flex;
}

.footer__r__nav a{
  text-decoration: none;
  color: #222;
  margin-left: 30px;
  margin-top: 250px;
  font-size: 16px;
  font-weight: 600;
}


.space{
  letter-spacing: -px;
}

.copy{
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 10px auto 10px;
}



.main{
  width: 100%;
  background-color: #f9f9f9;
}

.index__top{
  margin-top: -20px;
  width: 100%;
  z-index: 100;
  position: relative;
}

.index__top img{
  width: 100%;
}

.index__top h1{
  position: absolute;
  top:10%;
  left: 7%;
  transform: translate(-0%,);
  padding:0;
  margin:0;
  font-size: 55px;
  letter-spacing: 3px;
  line-height: 200%;
  color: #fff;
  text-shadow:1px 0 10px #000;
}

.index__top p{
  position: absolute;
  top:45%;
  left: 5%;
  transform: translate(-0%,);
  padding:0;
  margin:0;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 200%;
}

.top__news{
  position: absolute;
  bottom:0%;
  left: 7%;
  padding: 50px 100px;
  background-color: #f9f9f9;
  border-radius:20px 20px 0 0;
}

.top__news h2{
  text-align: center;
}

.top__news__box{
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  margin-top: 10px;
}

.top__news__box h5{
  font-size: 15px;
  letter-spacing: 1px;
  margin-right: 30px;
}

.top__news__box h6{
  font-size: 15px;
  letter-spacing: 1px;
}

.index__top2{
  width: 60%;
  min-width: 1000px;
  text-align: center;
  margin: 100px auto;
}

.index__top2 h2{
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 250%;
  font-weight: 500;
  color: #111;
}

.recell__banner{
  margin: 100px auto;
  width: 100%;
  text-align: center;
}

.recell__banner img{
  width: 70%;
  transition: 0.4s;
}

.recell__banner img:hover{
  scale: 1.02;
  transition: 0.4s;
}

.index__about{
  width: 100%;
  margin: auto;
}

.index__about__title{
  text-align: center;
  margin-bottom: 100px;
  }

.index__about__title h3{
  color: #383838;
  font-size: 20px;
  letter-spacing: 2px;
}

.index__about__title h2{
  color: #396791;
  font-size: 45px;
  letter-spacing: 3px;
}

.index__about__box1{
  max-width: 1000px;
  display: flex;
  margin: auto;
  width: 80%;

}

.index__about__box1_l{
  width: 50%;
  position: relative;
}

.index__about__box1_l p{
  position: absolute;
  top: -110%;
  right: 0%;
  font-size: 300px;
  font-weight: 700;
  color: #d7e4e9;
  z-index: 100;
}

.index__about__box1_l h3{
  position: absolute;
  top: 35%;
  font-size: 45px;
  font-weight: 700;
  color: #383838;
  z-index: 999;
  line-height: 200%;
}

.index__about__box1_l h4{
  position: absolute;
  top: 100%;
  width: 200%;
  font-size: 15px;
  font-weight: 600;
  color: #383838;
  z-index: 999;
  line-height: 180%;
  letter-spacing: 2px;

}

.index__about__box1_r{
  width: 50%;
}

.index__about__box1_r img{
  width: 100%;
}

.index__about__box2{
  max-width: 1000px;
  width: 80%;
  display: flex;
  margin:25% auto;

}

.index__about__box2_r{
  width: 50%;
  position: relative;
}

.index__about__box2_r p{
  position: absolute;
  top: -110%;
  left: 15%;
  font-size: 300px;
  font-weight: 700;
  color: #d7e4e9;
  z-index: 100;
}

.index__about__box2_r h3{
  position: absolute;
  top: 40%;
  left: 25%;
  font-size: 45px;
  font-weight: 700;
  color: #383838;
  z-index: 999;
  line-height: 200%;
}

.index__about__box2_r h4{
  position: absolute;
  top: 105%;
  left: -30%;
  font-size: 15px;
  font-weight: 600;
  color: #383838;
  z-index: 999;
  line-height: 180%;
  letter-spacing: 2px;
  width: 130%;

}

.index__about__box2_l{
  width: 50%;
  z-index: 900;
}

.index__about__box2_l img{
  width: 100%;
}

.button-61 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 350px;
    margin: 0 auto 0 auto;
    padding: .9em 3.2em .9em 2em;
    border: none;
    border-radius: 30px;
    background-color: #f9f9f9;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%0A%3C%2Fsvg%3E);
    background-position: right 3em center;
    background-size: 1.2em;
    background-repeat: no-repeat;
    color: #74a5c4;
    font-weight: 600;
    font-size: 1em;
    border: solid 2px #74a5c4;
    transition: 0.4s;
}

.button-61:hover {
    background-color: #74a5c4;
    color: #fff;
    transition: 0.4s;
}

.button-61::before,
.button-61::after {
    position: absolute;
    right: calc(3.6em - 1.5px);
    width: 3px;
    height: 10px;
    border-radius: 1px;
    background-color: #74a5c4;
    content: '';
}

.button-61::before {
    transform: rotate(90deg);
}

.index__service{
  padding-top: 100px;
  width: 100%;
  margin: auto;
}

.index__service__title{
  text-align: center;
}

.index__service__title h2{
  color: #396791;
  font-size: 45px;
  letter-spacing: 3px;
}

.index__service__title h3{
  padding-top: 30px;
  color: #383838;
  font-size: 15px;
  letter-spacing: 2px;
  letter-spacing: 2px;
  font-weight: 400;
}

.index__service__box{
  text-align: center;
  margin: auto;
  margin-top: 80px;
  padding: 80px;
  width: 50%;
  background-color: #96c1d6;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.index__service__gp{
  display: flex;
  width: 80%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: auto;
  justify-content: center;
}

.index__service__gp img{
  text-align: center;
  margin: auto;
  width: 80%;
  transition: 0.4s;
}

.index__service__gp img:hover{
  scale: 1.1;
  transition: 0.4s;
}

.index__flow{
  padding-top: 100px;
  width: 100%;
  text-align: center;
}

.index__flow h2{
  color: #396791;
  font-size: 45px;
  letter-spacing: 3px;
}

.index__flow img{
  padding-top: 30px;
  width: 70%;
  max-width: 1200px;
}

.index__message{
  width: 100%;
  display: flex;
  padding-top: 100px;
}

.index__message__l{
  width: 40%;
  position: relative;
  z-index: 900;
}

.index__message__l img{
  position: inherit;
  z-index: 999;
  width: 100%;
}

.box_blue{
  z-index: 500;
  position: absolute;
  top: 75%;
  left: 65%;
  width: 40%;
  height: 30%;
  border-radius: 30px;
  background-color: #74a5c4;
}

.index__message__r{
  width: 40%;
  margin:auto;
  position: relative;
  z-index: 900;
}

.index__message__r img{
  width: 400px;
}

.index__message__r h2{
  font-size: 30px;
  margin-top: -30px;
}

.index__message__r p{
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 190%;
}

.index__column{
  padding-top: 100px;
  width: 100%;
margin: auto;
}


.index__column__title h2{
  text-align: center;
  color: #396791;
  font-size: 45px;
  letter-spacing: 3px;
  padding-bottom: 30px;
}

.index__column__gp{
  padding-top: 20px;
  padding-bottom: 50px;
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.index__column__gp a{
  text-decoration: none;
  color: #383838;
}

.index__column__box{
  width: 90%;
  margin: auto;
}

.index__column__box img{
  width: 100%;
}

.index__column__box__title{
  display: flex;
  align-items: baseline;
}

.index__column__box__title p{
  font-size: 13px;
  letter-spacing: 1px;
}

.index__column__box__title h6{
  padding-left: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}

.index__recell{
  width: 80%;
  margin: auto;
  margin-top: 100px;
  position: relative;
}

.index__recell img{
  width: 100%;
  transition: 0.4s;
}

.index__recell img:hover{
  scale: 1.05;
  transition: 0.4s;
}

.recell__2 img{
  width: 55%;
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translate(0%,-50%);
}

.recell__2 img:hover{
  scale: 1;
}

.about__title{
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 100px;
  color: #396791;
}

.about__box{
  width: 70%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  justify-items: center;

}

.about__table tr {
  width: 100%;
}

.about__table th{
  padding: 30px 0;
  border: none;
  font-size: 16px;
  border-bottom:3px solid #d7e4e9;
  color: #4a85a3;
}

.about__table td {
  padding: 30px 150px 30px 20px;
  border: none;
  font-size: 15px;
  border-bottom:2px solid #111;
}
.about__table th {
  width: 30%;
}

.about__img{
  width: 50%;
  margin: auto;
  text-align: center;
}

.about__img img{
  width: 100%;
}

.about__message{
  width: 90%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about__message__title{
  text-align: center;
  font-size: 25px;
  letter-spacing: 2px;
  color: #4a85a3;
}

.about__message__box{
  display: flex;
  padding-top: 50px;
}

.about__message__box__l{
  width: 55%;
  margin: auto;
}

.about__message__box__l p{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 150%;
}

.about__message__box__l h6{
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 150%;
}

.about__message__box__l h5{
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 150%;
}

.about__message__box__r{
  width: 40%;
  margin: auto;
}

.about__message__box__r img{
  width: 100%;
  margin: auto;
}

.service__title{
  padding-top: 100px;
  text-align: center;
  color: #396791;
  letter-spacing: 2px;
  font-size: 15px;
}

.service__content{
  width: 80%;
  margin: auto;
  max-width: 1200px;
  padding-top: 100px;
}

.service__content__gp__title{
  display: flex;
  background-color: #396791;
  color: #fff;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
}

.service__content__gp__title img{
  width: 40px;
  margin-right: 10px;
}

.service__content__gp__title h2{
  letter-spacing: 2px;
  font-size: 20px;
}

.service__content__gp{
  padding-bottom: 50px;
}

.service__content__gp__div{
  display: flex;
}

.service__content__gp__box{
  width: 30%;
  display: flex;
  background-color: #d7e4e9;
  margin: auto;
  border:#396791 solid 2px;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
  align-items: center;
}

.service__content__gp__box h2{
  font-size: 20px;
  letter-spacing: 2px;
  color: #222;
  margin-left: 10px;
}

.service__content__gp__box img{
  width: 70px;
}

/*アニメーション*/

.fade-in-text {
  opacity: 0; /* 最初は透明 */
  animation: fadeIn 5s forwards; /* fadeInアニメーションを2秒間、最終状態を維持 */
  animation-delay: 0.5s;
}

.fade-in-text-2 {
  opacity: 0; /* 最初は透明 */
  animation: fadeIn 5s forwards; /* fadeInアニメーションを2秒間、最終状態を維持 */
  animation-delay: 1s;
}

/* アニメーションの定義 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.inview {
  opacity: 0;
  transition: 1.5s;
  transform: translateX(100%);
}

.inview.is-active {
  opacity: 1;
  transform: translateX(0px);
}

.inview02 {
  opacity: 0;
  transition: 1.5s;
  transform: translateX(-100%);
}

.inview02.is-active02 {
  opacity: 1;
  transform: translateX(0px);
}

}
