@charset "utf-8";

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.contents{
  width:1080px;
  max-width: 90%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;   
}
.a {
  padding-left: auto;
  padding-right: auto;
}
.face{
  display: block;
  margin-left: auto;
  margin-right: auto;  
}


.contents li{
  flex-grow: 1;
  max-width: 765px;
}

.profile_menu_inner h2{
  font-size:22px;
  font-weight: bold;
  line-height: 30px;  
}
.profile_menu_inner h2::after{
  content:''; 
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.item-list{
/*  margin-top: 70px;  */
  display: grid;
  grid-template-columns:300px 300px;
   /*   repeat(auto-fit, 220px);      */
        
  column-gap: 70px;
  row-gap: 40px;
  margin: 100px auto 100px auto;
}

.item-list li {
  display: block;
}

.zoom-ina:hover {
  transform: scale(1.6);
  transition-duration: 0.2s;
}
.zoom-inb:hover {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.item-list dl {
  margin-top: 20px;
}
.item-list dt {
  font-weight: bold;
}
.item-list dd {
  font-size: 13px;
  line-height:24px;
  margin-top: 10px;
}

.PeterTom {
  width: 180px;
  padding-top:20px;
  padding-left: 20px;
}

.profile_menu{
  flex-shrink: 0;
  margin-right:  60px;
  position: relative;
}
.profile_menu_inner{
  position: sticky;
  top:30px;
  left: 0
  right: 0;
}
.profile_menu_inner h2{
  font-size: 18px;
  font-weight: bold;
}
.profile_menu_inner ul{
  list-style: disc;
  margin-top: 20x;
  margin-left: 20px;
}
.profile_menu_inner li{
  font-size: 14px;
  margin-top: 15px;
}

.humburger{
  width: 100px;
  margin: 130px auto 60px 300px;
}

.reverse{
  flex-direction: row-reverse;
  padding: 0  50px 60px 50px;
}
/*
.reverse dl{
  margin-left:10px;
  max-width: 500px;
}
*/

.woman{
    padding-left: auto;
    padding-right: auto;
    margin-left: 20px;
    margin-right: 50px;
    width: 150px;
    }





/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/









@media (max-width:800px){

  .main{
    overflow: hidden;
  }
  
  .contents{
    display: block;
    max-width: 100%;
    margin-top: 60px;

  }
  .profile-contents{
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .a div img:nth-child(1) {
    width:60%;
    height:60%;
  }
  
  .card{
     text-align:  center;  
  }
 
  .card img{
    width:80%;
    height:80%;
  }
  
  .PeterTom {
    max-width: 80%;
    height: auto;
    padding-top:20px;
    padding-left: 20px;
}
  
  .item-list {
 /*   grid-template-columns: repeat(auto-fit, 1fr 1fr);
    column-gap: 25px;     */
    display: flex;
    flex-direction:column;
  }
  
  .item-list dd {
  font-size: 18px;
  line-height:24px;
  margin-top: 10px;
}
  .profile_menu {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 60px;
    margin-right: 0;
  }
  .profile_menu_inner {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; 
  }
  .footer{
    margin-top: 0;
  }
  
  
 
  
}


