@charset "utf-8";

body {
  font-family: "Noto Sans JP",sans-serif;
  margin: 0 auto;
  background-color: #F2EEE7;
  color: #483F3F;
}

.header {
    align-items: center;
    padding: 40px 0; /* ← 左右の余白を消す */
    width: 100%;
    margin: 0 auto;
    position: fixed;
} 

.header2 {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 0 4%;
    align-items: center;
}

.logo {
    width: 155px;
    margin: 20px;
}

.nav1 {
    display: flex;
    align-content: center;
}

.nav2 {
    display: flex;
    align-items: center;
    margin: 20px;
    margin-top: 35px;
    padding-right: 30px;
}

.contact {
    display: flex;
    margin-top: 20px;
    background-color: #888787;
    padding: 13px 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 22px;
    align-items: center;
    justify-content: center;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

.drawer_open {
  position: absolute;
  width: 50px;   /* ← クリック範囲 */
  height: 50px;  /* ← クリック範囲 */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 100%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  transition: .5s;
  text-align: center;
  padding-top: 120px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  line-height: 1.9;
}

/* メニュー黒ポチを消す */
.nav_list {
  text-decoration: none;
  border-radius: 10px;
  width: 190px;
  height: 250px;
  background-color: #f5f2ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}


.nav_item a {
  color: #483F3F;
  text-decoration: none;
  font-size: 20px;
}

.nav_item a:hover{
  color: #483f3f67;
  font-size: 20px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
}

section {
    padding: 0 4%;
    padding-top: 180px;
}

.about {
    display: flex;
    max-width: 900px;
    align-items: center;
    font-size: 40px;
    border-bottom: 1px solid #483F3F;
    padding: 4px 4px;
    margin: 0 auto;
    padding-left: 37px;
    padding-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.about-contents1 {
  display: flex;
  flex-direction: column;         
  max-width: 900px;
  margin: 0 auto;

}

.wrapper {
    display: flex;
    margin: 0 auto;
    padding-top: 70px;
    max-width: 800px;
    gap: 40px;
    align-items: center;
}

.wrapper2 {
    display: flex;
    margin: 0 auto;
    padding-top: 70px;
    max-width: 800px;
    gap: 40px;
    align-items: center;
}

.wrapper-like {
    display: flex;
    margin: 0 auto;
    padding-top: 70px;
    max-width: 800px;
    gap: 40px;
    align-items: center;
}

.about-photo1 {
    flex: 3;
}

.about-contents1-text {
    flex: 7;
}



.about-contents2-text {
    flex: 5;
}

.about-text1 {
    font-size: 16px; 
    padding-top: 40px;
    
}

.like{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #DD6540;
}

.about-text1-1 {
    font-size: 16px; 
    line-height: 1.6;
}

.about-text1-2 {
    font-size: 16px; 
    padding-top: 30px;
}

.about-text-like {
    font-size: 16px; 
}

.about-photo3 {
    display: flex;
    flex-direction: column;
    gap: 84px;
    width: 425px;
    padding-right: 120px;
    padding-top: 40px;
}

.name {
    display: flex;
    align-items: baseline;
    gap: 30px;
}

.jp-name {
    font-size: 28px;
}

.en-name {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.about-contents2 {
    display: flex;
    gap: 0px;
    padding-left: 115px;
    padding-top: 80px;
    max-width: 57%;
    margin: 0 auto;
}

.about-photo2 {
    display: flex;
    flex-direction: column;
    gap: 84px;
    width: 360px;
    padding-top: 20px;
}

.about-photo-like {
    display: flex;
    flex-direction: column;
    gap: 84px;
    width: 360px;
    padding-right: 15px;
    padding-top: 20px;
}

.contact-box {
    border-radius: 100px;
    padding: 40px 60px;
    max-width: 600px;
    margin: 80px auto;
    text-align: center;
    border: 1px solid #483F3F;
    font-family: "Montserrat", sans-serif;
}

.contact-box h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    padding: 7px 0 20px 0;
}

.contact-btn {
    width: 361px;
    flex: block;
    margin: 0 auto;
}

.contact-box p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    padding: 30px 0 10px 0;
}

.footer {
  background: #215BE5; 
  height: 70px;  
  font-size: 9px;
  margin-top: 70px;
  display: flex;
  justify-content: center; 
  align-items: center; 
  color:#fff;
}

.about-photo-like-sp {
    display: none;
}



@media (max-width: 936px) {

/* ヘッダー部分 */

.contact {  
    padding: 13px 23px;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  height: 3px;
  width: 25px;
}

.drawer_open span:before {
  bottom: 8px;
}

.drawer_open span:after {
  top: 8px;
}


/* ページタイトル部分 */

.about {
    max-width: 800px;
}

/* コンテンツ部分 */

.name {
padding-left: 4%;
}

.about-text1 {
padding-left: 4%;

}

.about-text1-1 {
padding-left: 4%;
}


.about-text1-2 {
padding-left: 12%;
}


.about-text-kikkake {
    margin: 0 auto;
    max-width: 720px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 60px;
}

.wrapper2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 60px;
    flex-direction: column-reverse;
}

.about-text1 {
    margin-bottom: 0px;
    padding-right: 4%;
}

.about-photo1 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-left: 50px;
    padding-right: 4%;
    box-sizing: border-box;
}

.about-photo1 img {
    width: 300px;
}

.about-photo2 {
    width:  60%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding-right: 90px
    max-width: 300px;
}

.about-text1-1 {
    margin-bottom: 0px;
    padding-right: 200px;
}

.about-text1-3 {
    margin-bottom: 0px;
    padding-right: 100px;
}

.wrapper-like {
    display: flex;
    flex-direction: row;
    padding-left: 4%;
    gap: 0px;
}

.about-text-like {
    flex: 6;
}

.about-photo-like {
    flex: 4;
}

.about-photo-like {
    display: none;
}

.about-photo-like-sp {
    padding-right: 0px;
    width: 200px;
    display: block;
}

.like-sp {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-contents1 {
  display: block;
}

.about-text-kikkake {
    padding-left: 4%;
    padding-right: 4%;
}

}

@media screen and (max-width: 559px) {

/* ヘッダー部分 */

.header {
    padding: 10px 0;
} 


.nav1 {
    display: flex;
    align-content: center;
}

.contact {  
    padding: 10px 15px;
    font-size: 10px;

}

.logo {
  width: 120px;
  margin: 20px;
}

.drawer_open {
  position: absolute;
  width: 50px;   /* ← クリック範囲 */
  height: 50px;  /* ← クリック範囲 */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

.nav_list {
  width: 160px;
  height: 200px;
}

.nav_item a {
  font-size: 16px;
}

.nav2 {
    display: flex;
    align-items: center;
    margin: 20px;
    margin-top: 35px;
    padding-right: 30px;
    margin-left: 5px;
}

/* ページタイトル部分 */

section {
    padding: 0 4%;
    padding-top: 130px;
}

.about {
    max-width: 350px;
    font-size: 29px;
}

.wrapper {
    padding-top: 40px;
}

.name {
    gap: 10px;
}

.jp-name {
    font-size:22px ;
    font-weight: 500;
}

.en-name {
    font-size:13px ;
}

.about-text1 {
    font-size: 16px;
}

.about-text1-1 {
    font-size: 16px;
    padding-right: 4%;
    padding-left: 4%;
}

.about-text-kikkake {
    font-size: 16px;
    padding-left: 4%;
    padding-right: 4%;
}

.about-photo3 {
    padding-right: 0px;
}

.about-contents2 {
    padding-left: 0px;
}

.about-photo1 {
    width:  80%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding-left: 4%;
    padding-right: 0px
    max-width: 400px;
}


.about-photo-like {
    padding-right: 0px;
    display: none;
}

.about-photo-like-sp {
    padding-right: 0px;
    width: 200px;
    display: block;
}

.like-sp {
    display: flex;
    align-items: center;
    gap: 20px;
}

.like-contents {
    font-size: 16px;
    line-height: 1.6;
}

.wrapper-like {
    display: block ;
    padding-left: 4%;
}

.about-photo2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
    width: 350px;
}

.wrapper2 {
    padding-top: 40px;
    gap: 25px;
}

}