#profile .profile_wrap {
  background: #fff;
  border-radius: 12px;
  text-align: justify;
}
#profile .profile_wrap .profile_contents h3 {
  margin-bottom: 20px;
  color: #988b6e;
  font-size: 20px;
  letter-spacing: 0.32em;
  background: none;
  padding: 0;
}
#profile .profile_wrap .profile_contents h3 span {
  display: block;
}
#profile .profile_wrap .profile_contents h3 span.position {
  font-size: 14px;
  margin-bottom: 20px;
}
#profile .profile_wrap .profile_contents h3 span.position:after {
  content: '';
  display: block;
  width: 76px;
  height: 1px;
  background: #988b6e;
  margin-top: 15px;
}
#profile .profile_wrap .profile_contents h3 span.english {
  font-size: 12px;
  letter-spacing: 0.225em;
}
#profile .profile_wrap .profile_contents dl dt {
  color: #988b6e;
  font-size: 16px;
}
#profile .profile_wrap .profile_contents dl dd span {
  margin-right: 15px;
}
#profile .profile_wrap .profile_contents dl:first-of-type {
  margin-bottom: 30px;
}
#profile .profile_wrap .profile_contents .text {
  padding: 20px 20px 40px;
}
#profile .profile_wrap .profile_contents .img img {
  width: 100%;
  border-radius: 0 0 12px 12px;
  vertical-align: bottom;
}
#profile .three_things_wrap {
  background: #fff;
  border-radius: 12px;
  text-align: justify;
  margin-top: 20px;
}
#profile .three_things_wrap .tab_wrap {
  text-align: center;
}
#profile .three_things_wrap .tab_wrap .tab {
  box-sizing: border-box;
}
#profile .three_things_wrap .tab_wrap .tab a {
  display: block;
  color: #988b6e;
  font-size: 16px;
  height: 60px;
  padding-top: 15px;
  box-sizing: border-box;
  position: relative;
}
#profile .three_things_wrap .tab_wrap .tab.tab1 {
  background: #ddf094;
  border-radius: 12px 12px 0 0;
}
#profile .three_things_wrap .tab_wrap .tab.tab2 {
  background: #a9e5dc;
}
#profile .three_things_wrap .tab_wrap .tab.active a {
  padding-top: 10px;
}
#profile .three_things_wrap .tab_wrap .tab.active a:after {
  content: '\025bc';
  display: block;
  width: 100%;
  position: absolute;
  height: 10px;
  bottom: 10px;
  color: #988b6e;
  font-size: 10px;
  line-height: 1em;
}
#profile .three_things_wrap .three_things {
  padding: 35px 20px 70px;
}
#profile .three_things_wrap .three_things h3 {
  font-size: 16px;
  color: #988b6e;
  text-align: center;
  letter-spacing: 0.240em;
  margin-bottom: 30px;
}
#profile .three_things_wrap .three_things.tab1 {
  background: #f1f9d4;
}
#profile .three_things_wrap .three_things.tab2 {
  background: #ddf5f1;
  display: none;
}
#profile .three_things_wrap .three_things .cont_wrap {
  margin-top: 75px;
}
#profile .three_things_wrap .three_things .cont_wrap .img img {
  width: 100%;
  vertical-align: bottom;
}
#profile .three_things_wrap .three_things .cont_wrap .text h4 {
  font-size: 16px;
  color: #706650;
  letter-spacing: 0.03em;
  margin: 30px auto 20px;
}
#profile .three_things_wrap .three_things .cont_wrap .text h4 span {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
#profile .three_things_wrap .three_things .cont_wrap .text h4 span img {
  width: 75px;
  height: 75px;
}
#profile .three_things_wrap .three_things .cont_wrap.first {
  margin-top: 0;
}
#profile .three_things_wrap .three_things .cont_wrap.first .img {
  text-align: center;
}
#profile .three_things_wrap .three_things .cont_wrap.first .img img {
  width: 204px;
  height: 191px;
}
#profile .three_things_wrap .three_things .cont_wrap.first .text {
  margin-top: 50px;
}
#profile .three_things_wrap .three_things .cont_wrap.first .text .num {
  text-align: left;
  margin-top: 35px;
  font-size: 14px;
  color: #706650;
}
#profile .three_things_wrap .three_things .cont_wrap.first .text .num:first-of-type {
  margin-top: 0;
}
#profile .three_things_wrap .three_things .cont_wrap.first .text .num span {
  display: block;
  text-align: center;
}
#profile .three_things_wrap .three_things .cont_wrap.first .text .num span img {
  width: 40px;
  height: 40px;
}

/* tablet */

@media all and (min-width: 768px) {
  #profile .profile_wrap .profile_contents .text {
    padding: 20px 50px 40px;
  }
  #profile .three_things_wrap {
    padding: 35px 50px 70px;
  }
  #profile .three_things_wrap .tab_wrap {
    letter-spacing: 0;
    font-size: 0;
  }
  #profile .three_things_wrap .tab_wrap .tab {
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
  }
  #profile .three_things_wrap .tab_wrap .tab.tab1 {
    border-radius: 12px 0 0 0;
  }
  #profile .three_things_wrap .tab_wrap .tab.tab2 {
    border-radius: 0 12px 0 0;
  }
  #profile .three_things_wrap .three_things {
    padding: 35px 50px 70px;
  }
  #profile .three_things_wrap .three_things .cont_wrap.first .text .num {
    text-align: center;
  }
}

/* pc */

@media all and (min-width: 1025px) {
  #profile h2,
  #profile .profile_wrap,
  #profile .three_things_wrap {
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
  }
  #profile .profile_wrap {
    margin-top: 50px;
  }
  #profile .profile_wrap .profile_contents {
    font-size: 0;
    letter-spacing: 0;
  }
  #profile .profile_wrap .profile_contents h3 {
    font-size: 28px;
    letter-spacing: 0.32em;
  }
  #profile .profile_wrap .profile_contents h3 span {
    display: block;
  }
  #profile .profile_wrap .profile_contents h3 span.position {
    font-size: 16px;
  }
  #profile .profile_wrap .profile_contents h3 span.english {
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
  }
  #profile .profile_wrap .profile_contents .img,
  #profile .profile_wrap .profile_contents .text {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
  }
  #profile .profile_wrap .profile_contents .img {
    width: 450px;
  }
  #profile .profile_wrap .profile_contents .img img {
    border-radius: 0 12px 12px 0;
  }
  #profile .profile_wrap .profile_contents .text {
    width: calc(100% - 450px);
    font-size: 14px;
  }
  #profile .three_things_wrap {
    margin-top: 50px;
    padding: 0;
  }
  #profile .three_things_wrap .three_things {
    padding: 58px 0 70px;
  }
  #profile .three_things_wrap .three_things h3 {
    font-size: 22px;
    letter-spacing: 0.24em;
    text-align: left;
    width: 860px;
    margin: auto auto 42px;
  }
  #profile .three_things_wrap .three_things .cont_wrap {
    width: 860px;
    margin: 47px auto auto;
    font-size: 0;
    letter-spacing: 0;
  }
  #profile .three_things_wrap .three_things .cont_wrap div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 14px;
    box-sizing: border-box;
  }
  #profile .three_things_wrap .three_things .cont_wrap .text h4 {
    font-size: 20px;
    color: #706650;
  }
  #profile .three_things_wrap .three_things .cont_wrap .text h4 span {
    text-align: left;
  }
  #profile .three_things_wrap .three_things .cont_wrap.first .text {
    margin-top: 0;
    width: calc(100% - 290px);
  }
  #profile .three_things_wrap .three_things .cont_wrap.first .text .num {
    text-align: left;
    margin-top: 16px;
    font-size: 16px;
    color: #706650;
  }
  #profile .three_things_wrap .three_things .cont_wrap.first .text .num:first-of-type {
    margin-top: 16px;
  }
  #profile .three_things_wrap .three_things .cont_wrap.first .text .num span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
  }
  #profile .three_things_wrap .three_things .cont_wrap.first .text .num span img {
    vertical-align: bottom;
  }
  #profile .three_things_wrap .three_things .cont_wrap.first .img {
    text-align: left;
    width: 290px;
  }
  #profile .three_things_wrap .three_things .cont_wrap.img_left .text {
    padding-left: 60px;
  }
  #profile .three_things_wrap .three_things .cont_wrap.img_right {
    overflow: hidden;
  }
  #profile .three_things_wrap .three_things .cont_wrap.img_right .text {
    float: left;
  }
  #profile .three_things_wrap .three_things .cont_wrap.img_right .img {
    float: right;
    padding-left: 60px;
  }
  #profile .three_things_wrap .three_things .cont_wrap.img_top .img {
    display: block;
    width: 100%;
  }
  #profile .three_things_wrap .three_things .cont_wrap.img_top .text {
    display: block;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
  }
  #profile .three_things_wrap .three_things .cont_wrap.img_top .text h4,
  #profile .three_things_wrap .three_things .cont_wrap.img_top .text p {
    display: inline-block;
  }
  #profile .three_things_wrap .three_things .cont_wrap.img_top h4 {
    width: 320px;
    font-size: 20px;
  }
  #profile .three_things_wrap .three_things .cont_wrap.img_top p {
    width: calc(100% - 320px);
    font-size: 14px;
  }
}