@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap');


/*ナビゲーション*/
*{
    padding: 0;
    margin: 0;
}
p{
    line-height: 1.5;
    color: #666c67;
    font-family: "Noto Sans JP";

}


/*ヘッダーのナビゲーション*/
.c-header {
  align-items: center;
  background-color: white; /* カスタマイズしてください */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
}

/*
.c-header__logo {
  min-width: 80px;  カスタマイズしてください 
}*/

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #666c67; /* カスタマイズしてください */
  display: block;
  margin-right: 20px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 10px 0px; /* カスタマイズしてください */
  font-family: "Noto Sans JP";
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}

.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 1055px) {
  .c-hamburger-menu__list {
    background-color: white; /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; /* カスタマイズしてください */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 1055px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 32px; /* カスタマイズしてください */
    justify-content: center;
    width: 32px; /* カスタマイズしてください */
  }
}

.c-hamburger-menu__button-mark {
  background-color: #000; /* カスタマイズしてください */
  display: block;
  height: 1px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 20px; /* カスタマイズしてください */
}

@media screen and (max-width: 1055px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
}
/*-------------------------------------------*/


/*メイン画像*/

main{
    background: url(../img/manabi-main.jpg);
    background-size:  cover; /*文字の後ろに画像が載せれる*/
    background-position: center;/*背景画像の中心が要素の中心に配置される*/
    width: 100%;
    height: 700px;
}


/*学び2カラム*/
#back{
  background: white;
  margin: 50px 0;
}
.btn{
  background-color: #667794;
  color: white;
  padding: 5px;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .btn h2{
    font-size: 17px;
  }
}
.manabi_container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px;
}
.img img{
  width: 360px;
}
.text_area{
  width: 500px;
}
.text_area p{
  text-align: left;
}
.text-line{

	border-width: 1px 0 0 0;
	border-style: dashed;
}


.btn_forms{
  padding: 0.5em 1em;
  margin: 2em 0;    
  font-weight: bold;
  color: #FFF;/*文字色*/
  background: #FEB29E;
  border-radius: 10px;/*角の丸み*/
  font-size: 18px;
  font-family: "Noto Sans JP";
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.btn_forms:hover{
  opacity: 0.6;
}
/*
.text-line{
    margin: 30px;
	border-width: 1px 0 0 0;
	border-style: dashed;
}
.manabi-textarea p{
    text-align: center;
}
.manabi-imgarea img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;

}*/



/*見出しフォント*/
h1{
    text-align: right;
    font-size: 65px;
    padding: 20px;
    margin: 10px;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
h2{
    font-size: 25px;
    margin: 10px;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
h3{
    font-size: 30px;
    margin: 10px;
}

h4{
    font-size: 14px;
    margin: 10px;
}



/*利用方法*/
#manner{
    background-color: #E8F6D8;
    padding: 20px;
    margin: 30px 0;
}

.backcolor-manner{
  background: #FFF;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 30px;
} 
.backcolor-manner h2{
    margin-bottom: 10px;
}
.manner-wrap{
  max-width: 90%;
    display: flex;
    flex-wrap: wrap;/*コンテナの指定した横幅が1pxでも超えたら下段に落ちる指定*/
    justify-content: space-between;
    gap: 30px;    
    margin: 0 auto;
}
.manner-box{
    width: 300px;
    margin: 20px 0px;
}

.manner-box img{
  width: 100%;
  margin: 20px 0;
}

.forms-container{
    text-align: center;
}








/*フッター*/
.container-footer{
    width: 100%;
    background-color: #707070;
    padding: 30px 0;
    text-align: center;
    font-size: small;
}
.footer_text{
  width: 90%;
  margin: 0 auto;
}

.container-footer a{
  color: white;
  text-decoration: none;
}
.container-footer p{
  color: #FFF;
}
.container-footer a:hover{
      opacity: 0.6;
}

small{
  color: #FFF;
}