@charset "UTF-8";
/********** 共通 **********/
.modBloc {
  width: 80%; }
  @media screen and (max-width: 1250px) {
    .modBloc {
      width: 90%; } }

@media screen and (max-width: 800px) {
  .modTtl {
    margin-bottom: 40px; } }

/********** #greeting **********/
#greeting {
  background: #fff; }

#greeting p {
  margin-bottom: 20px;
  line-height: 200%; }

#greeting p:nth-last-of-type(1) {
  margin-bottom: 0; }

#greeting h3 {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 200%; }
  @media screen and (max-width: 1050px) {
    #greeting h3 {
      font-size: 1.4rem; } }
  @media screen and (max-width: 800px) {
    #greeting h3 {
      font-size: 1.2rem; } }

#greeting h3:nth-of-type(1) {
  margin-bottom: 0; }

@media screen and (max-width: 800px) {
  #greeting h3 br {
    display: none; } }

#greeting h4 {
  margin-bottom: 10px; }

#greeting .inner {
  display: inline-block;
  margin-top: 60px;
  padding: 40px;
  border: 1px solid #e5e5e5;
  background: #f9f9f9; }

/********** #profile **********/
#profile .flexWrap {
  justify-content: space-between;
  align-items: center;
  gap: 5%; }
  @media screen and (max-width: 800px) {
    #profile .flexWrap {
      width: 100%;
      display: block; } }

.profileImg {
  width: 35%; }
  @media screen and (max-width: 800px) {
    .profileImg {
      width: 60%;
      margin: 0 auto 40px; } }

.profileTxt {
  width: 60%; }
  @media screen and (max-width: 800px) {
    .profileTxt {
      width: 100%; } }

.profileTxt .inner {
  width: 100%; }

.profileTxt .inner p {
  margin-bottom: 20px; }

.profileTxt .inner p:nth-last-child(1) {
  margin-bottom: 0; }

.profileTxt .inner ul li {
  margin-left: 20px;
  list-style: circle outside; }

/********** #achievements **********/
#achievements {
  background: #fff; }

#achievements h3 {
  margin-bottom: 20px;
  font-size: 1.2rem; }

#achievements h3 i {
  margin-right: 10px;
  color: #5CB1A0; }

#achievements ul {
  margin-bottom: 40px; }

#achievements ul:nth-last-of-type(1) {
  margin-bottom: 0; }

#achievements ul li {
  margin-left: 20px;
  list-style: circle outside; }

#achievements .inner {
  display: inline-block;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #ccc; }

#achievements .inner p span {
  font-size: 0.85rem; }
