@charset "UTF-8";
h2,h3,h4{
  text-align: center;
}
/*===============================================
ごあいさつ
===============================================*/
.about{
  margin: 0 auto ;
  padding: 5vw 0 8vw 0;
  position: relative;
}
.about h2{
  margin: 0 0 40px;
  font-size: 2em;
}
.about .inner{
  max-width: 620px;
  margin: auto;
  position: relative;
}
.profimg img{
  border-radius: 40px;
  max-width:240px ;
}
.proftx{
  max-width: 360px;
  margin-left: 40px;
  line-height: 160%;
}
.namewp{
 text-align: center;
 line-height: 140%; 
 margin: 0 0 20px 0 ;
}
.namewp .title{
  font-size: 1.25em;
}
.namewp h3{
  font-size: 1.8em;
  margin: 14px 0;
}
.proftx .en{
  font-size: 14px;
  line-height: 150%;
}
/*===============================================
画歴
===============================================*/
.history{
  background-color: #fff5ec;
  padding: 3vw 0 3vw 0 ;
}
.his-wp{
  max-height: 400px;
  overflow-y: hidden;
  border-radius: 40px 0 0 40px;
  margin: 20px 0 10px;
  padding: 20px 5%;
  font-size: 16px;
  line-height: 140%;
}
.his-inner{
  max-width: 740px;
}
.his-top {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.scroll_bar {
  background-color: #fff;
  overflow-y: scroll;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: #aaa199;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #685f58;
}
.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.list dt,
.list dd {
  box-sizing: border-box;
}

.list dt {
  display: flex;
  align-items: center;
  width: 10%;
  padding: 0 0px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.list li{
  margin-bottom: 12px;
}
.list dt:last-of-type,
.list dd:last-of-type {
  border: none;
}

.list dd {
  display: flex;
  align-items: center;
  width: 90%;
  margin-left: 0;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #999;
}
.about-wp .snswp.flex{
  justify-content: center;
  margin: 20px auto 0;
  align-items: center;
  width: 90%;
}
.about-wp .snswp.flex p{
  margin-right:auto;
  width: 100%;
  line-height: 155%;
}
.about-wp .snswp .flex{
  width:auto;
  justify-content: right;
}
.about-wp .snswp .snsic{
  margin-left: 5px;
}
.about-wp .snswp img{
  transition: .2s ease-out;
}
.about-wp .snswp a:hover img{
  border-radius: 10px;
}
/*===============================================
スクロール
===============================================*/
.scroll{
  position: relative;
  padding: 0 0 80px 0;
  overflow: hidden;
}
.his-btm{
    position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      width: 100%;
    z-index: 2;
}
.loop_wrap {
  display: flex;
  height: 680px;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}
.loop_wrap img:first-child {
  animation: loop 60s linear -30s infinite;
}

.loop_wrap img:last-child {
  animation: loop2 60s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}
.gll_btn a.arbtn {
  min-width: 200px;
  background-color: #fff;
  padding: 10px;
}
.gll{
  text-align: center;
  margin: 40px auto 0;
}
.gll .arbtn{
  max-width: 300px;
  margin: auto;
  color: #fff;
  display: flex;
  padding: 20px 0;
  border-radius: 40px;
}