@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 2.1;
  color: #273F6C;
  margin: 0;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}
h2 {
    font-family: "Abyssinica SIL", serif;
    font-weight: 400;
    font-style: normal;
    color: transparent;
    -webkit-text-stroke: 1px #3D5C98;
}
#Container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
section h2 {
  font-size: 12rem;
  line-height: 12rem;/*1.4*/
  margin: 0px;
}

section .sub{
  font-size: 4.4rem;
  line-height: 4.4rem;
  margin-bottom: 30px;
  margin-top: 30px;
}

.inner {
  width: 1240px;
  margin: 0 auto;
  /* background: lightsteelblue; */
}
.appimage {
  width: 264px;
  height: auto;
}

.text{
  font-family: "Abyssinica SIL", serif;
  color: white;
}
/*headerエリア*/
header{
    background-color:rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 1280px;
    height: 130px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
  }
  


  header ul{
    display: flex;
    margin-top: 20px;
  }
  
  header ul li{
    margin-right: 20px;
    list-style: none;
  }

  header ul li a {
    color: #273F6C;
  }

#logo2{
  width: 30%;
  height: auto;
  margin: 0 auto;
}
#line {
  width: 1px;
  height: 32px;
  background-color: #3D5C98;
}



/*footerエリア*/
footer{
  /* background: blue; */
  width: 780px;
  margin: 0 auto;
}


.text{
  /* background: gray; */
  display: inline-block;
}
.text p {
  width: 620px;
}


.app01{
  width: 855px;
  /* background: #575235; */
  display: flex;
}

/* Introductionエリア
#Introduction{
  /* background: yellow; */
  /* width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
}

#kari-box img {
  width: 525px;
  height: auto;
}

#kari-box {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}

#kari-box .text{
  color: #3D5C98;
}

.app01 {
  margin: 0 auto;
  display: flex;
  justify-content: end;
  gap: 50px;
}
/*Conceptエリア*/
/* #Concept{
  width: 1000px;
  height: auto;
  margin: 50px auto 0;
  margin-top: 100px; */
  /* background: green; 
  display: flex;
  justify-content: space-between;
}

#Concept .text {
  margin: auto 0;
  margin-top: 30px;
}
.imagebox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/*Serviceエリア*/
/* #Service{
    width: 1000px;
    height: auto;
    margin: 50px auto 0;
    margin-top: 150px;
    /* background: green; 
    display: flex;
    justify-content: space-between;
  }
#Servise .text {
    margin: auto 0;
  }
  .imagebox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

#Service .inner{
  display: flex;
  justify-content: space-between;
} */

/*Member-registrationエリア*/

/* #Member-registration{
  background: purple;
} */

/* #Member-registration .inner{
  /* margin-left: 100px; 
  width: 1000px;
  margin-top: 150px;
}

#Member-registration .member{
  font-size: 10rem;
}

#Member-registration .sub{
  font-size: 4.8rem;
}

#Member-registration .text p{
 width: 630px;
} */

/* #Member-registration .member2{
  width: 370px;
  padding: 8px 10px;
  background-color: #3D5C98;
  color: #fff;
  border-radius: 14px;
}
#Member-registration .member2 p{
  /* margin-left: 15px; 
  color: #fff;
} */
/* 
#Member-registration .dli-chevron-right{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 15px;
  margin-bottom: 5px;
}  */

/*downloadエリア*/
#download{
  /* background: orange; */
  width: 100%;
	max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  margin-top: 150px;
}
#download h3{
  font-size: 4rem;
  font-family: "Abyssinica SIL", serif;
  font-weight: 200;
}
.app02{
  margin: 0 auto;
  zoom: 0.5;
}

#karibox02 {
  display: flex;
  justify-content: center;
  gap: 30px;
}

/* footer */
footer {
	width: 60%;
	margin: 0 auto;
	max-width: 1280px;
  display: flex;
  font-family: "Abyssinica SIL", serif;
  color:  #3D5C98;
}

/*margin: 0 auto;
display: flex;
justify-content: space-between;*/

/* Service_sub */

#Service_sub {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 130px;
}

.cont_title {
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cont_title h2 {
  font-size: 12rem;
  line-height: 12rem;/*1.4*/
  margin: 0px;
  padding: 10px 0;
}

.lead {
    font-size: 4.4rem;
    line-height: 4.4rem;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #3D5C98;
    font-family: "Abyssinica SIL", serif;
}

.service01 {
    width: 64%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.service_txt {
    width: 46%;
    height: auto;
}

.service_txt h3 {
    font-family: "Abyssinica SIL", serif;
    font-weight: 400;
    font-size: 100px;
    font-style: normal;
    color: #fff;
    margin: 0;
    line-height: 140px;
}

.service_txt .lead {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #fff;
    font-family: "Abyssinica SIL", serif;
}

.service_txt p {
    color: #fff;
}



.content03 {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.content03 .appimage {
    width: 100%;
}

.content_AR {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont_01 {
    width: 30%;
    height: auto;
}

.cont_01 h4 {
    font-size: 2.25rem;
    line-height: 4rem;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #fff;
    font-family: "Abyssinica SIL", serif;
    text-underline-offset: 15px;
    text-decoration: underline #fff 1px;
}

.cont_01 span img {
    margin-top: 156px;
}

.cont_01 p {
    color: #fff;
}

@media screen and (max-width:840px) {
header{
        background-color:rgba(255, 255, 255, 0.5);
        width: 100%;
        max-width: 840px;
        height: 200px;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
        text-align: center;
        position: fixed;
        transform: translateX(-50%);
    }
	#Service_sub {
        width: 100%;
		max-width: 840px;
        height: auto;
        margin: 0 auto;
        padding-top: 200px;
      }
}

@media screen and (max-width:780px) {
    header{
        background-color:rgba(255, 255, 255, 0.5);
        width: 100%;
        max-width: 780px;
        height: 200px;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
        text-align: center;
        position: fixed;
        transform: translateX(-50%);
    }

    /* #Container {
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
        padding-top: 200px;
      } */
/* footer */
footer {
	width: 70%;
	margin: 0 auto;
	max-width: 780px;
  display: flex;
  font-family: "Abyssinica SIL", serif;
  color:  #3D5C98;
}
      #Service_sub {
        width: 100%;
		max-width: 780px;
        height: auto;
        margin: 0 auto;
        padding-top: 200px;
      }
      
      .cont_title {
        width: 60%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
      }
      
      .cont_title h2 {
        font-size: 12rem;
        line-height: 12rem;/*1.4*/
        margin: 0px;
        padding: 10px 0;
      }
      
      .lead {
          font-size: 4.4rem;
          line-height: 6rem;
          margin-bottom: 30px;
          margin-top: 30px;
          color: #3D5C98;
          font-family: "Abyssinica SIL", serif;
      }
      
      .service01 {
          width: 80%;
		  max-width: 780px;
          height: auto;
          display: flex;
          flex-direction: column;
		  text-align: center;
          margin-left: auto;
          margin-right: auto;
          margin-top: 5%;
      }
      
      .service_txt {
          width: 100%;
          height: auto;
      }
      
      .service_txt h3 {
          font-family: "Abyssinica SIL", serif;
          font-weight: 400;
          font-size: 100px;
          font-style: normal;
          color: #fff;
          margin: 0;
          line-height: 140px;
      }
      
      .service_txt .lead {
          font-size: 3rem;
          line-height: 4rem;
          margin-bottom: 30px;
          margin-top: 30px;
          color: #fff;
          font-family: "Abyssinica SIL", serif;
      }
      
      .service_txt p {
          color: #fff;
      }

      .content03 {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .content_AR {
        display: flex;
        flex-direction: column;
    }

    .cont_01 {
        width: 100%;
        height: auto;
    }
  } 

/* 会員登録画面 */

.cont_member {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cont_member .cont_title h2 {
    margin-bottom: 50px;
}

.cont_member p {
    width: 46%;
    height: auto;
    font-size: 16px;
    line-height: 2rem;
    margin: 0 auto;
}

form {
    margin-top: 50px;
}

/* 入力フォーム */
.registration-form input {
    width: 30%;
    padding: 12px;
    /* margin: 8px 0; */
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    outline: none;
    font-size: 14px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
}

/* ボタン */
.registration-form button {
    width: 15%;
    max-width: 1280px;
    background: #3D5C98;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
}

.registration-form button:hover {
    background: #fff;
    color: #3D5C98;
}

/* ログインリンク */
.login-link {
    display: block;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 12px;
    color: #fff;
    text-underline-offset: 5px;
    text-decoration: underline #fff 1px;
}

.login-link:hover {
    color: #3D5C98;
    text-decoration: underline #3D5C98 1px;
}