@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


body{
    background-color: #f3eb41;
}


.round-white { 
   background-color:white;
   border-radius: 100px; 
   } 
   
.about1 {
  width: 479px;
  height:697px;
  align-items: center;
  text-align: center;
  background-image: url(../img/about1.jpg); /* 画像パスを指定 */
  background-size: cover; /* 要素全体を覆うように表示 */
  background-position: center; /* 中央に配置 */
}


.about3 {
  /* width: 900px; */
  height:690px;
  align-items: center;
  text-align: center;
  background-image: url(../img/about3.png); /* 画像パスを指定 */
  background-size: contain; /* 縦横比を保持して、表示領域に収まるように背景画像を表示する */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat;
}


.member1{
  
  align-items: center;
  text-align: center;
  /* width: min(95vw, 95vh * 0.75);  /* 横幅の計算 */
  /*height: min(95vh, 95vw / 0.75); /* 縦幅の計算 */ 
  
  /* background-image: url(../img/about3.jpg);  /* 画像パスを指定 */
  /* background-size: contain; /* 縦横比を保持して、表示領域に収まるように背景画像を表示する */
  /* background-position: center; /* 中央に配置 */
  /* background-repeat: no-repeat; */
}

.resizeimage img { width: 100%; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  display: inline-flex;
  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */

.material-icons.md-36 {
  font-size: 36px;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

/* フローティングメニュー */

.floating-nav {
  position: fixed;
  width: 50px;
  right: 0;
  top: 10%;
  cursor: pointer;
}

.floating-nav a {
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
}

/* TOTOPアイコン */
.totop {
  position: absolute;
  top: -60px;
  right: 40px;
}
