@charset "UTF-8";
.page_ttl {
  background-image: url(../img/page_ttl_bg_profile.jpg);
}

.ttl_mincho {
  font-size: 3em;
  text-align: center;
  margin-bottom: 2rem;
}

.text_box .ttl_mincho {
  font-size: 1.5em;
  margin-bottom: 1.5rem;
}

.text_box p {
  margin-bottom: 1rem;
}

.profile_box figure {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 960px) {
  .profile_box .ttl_mincho {
    text-align: left;
    font-size: 1.8em;
    margin-bottom: 2rem;
  }
  .profile_box figure {
    width: 50%;
  }
  .profile_box .text_box {
    width: 50%;
  }
}

/* 私が理想をかたちにします
===============================*/
@media screen and (min-width: 960px) {
  .greeting .profile_box figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .greeting .profile_box .text_box {
    padding-left: 2rem;
  }
}

/* プロフィール
=====================*/
.profile {
  padding-top: 4rem;
}

.profile .profile_intro figure {
  text-align: center;
}

.profile .profile_intro .text_box {
  width: 25em;
  margin: auto;
  padding-top: 1rem;
}

.profile .profile_intro .text_box .name {
  font-size: 1.6em;
  border-bottom: 1px solid #777777;
  margin-bottom: 1rem;
}

.profile .profile_intro .text_box .name span {
  font-size: 0.6em;
}

.profile .profile_intro .text_box p {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .profile {
    margin-bottom: 5rem;
  }
  .profile .profile_intro {
    margin-bottom: 4rem;
    position: relative;
  }
  .profile .profile_intro figure {
    width: 55%;
    text-align: left;
  }
  .profile .profile_intro figure img {
    width: 100%;
  }
  .profile .profile_intro .text_box {
    width: 480px;
    position: absolute;
    left: 52%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .profile .mother figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .profile .mother .text_box {
    padding-left: 4rem;
  }
  .profile .study .text_box {
    padding-right: 3rem;
  }
  .profile .private figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .profile .private .text_box {
    padding-left: 4rem;
  }
}

/* work
==============*/
.work {
  padding-bottom: 3rem;
}

.work .section_into_text {
  display: block;
  max-width: 49rem;
  margin: auto;
}

.work .works_wrapper {
  margin-top: 3rem;
}

.work .works_wrapper section {
  margin-top: 4rem;
}

.work .works_wrapper .ttl_mincho {
  color: #e6e6e6;
}

.work .works_wrapper .ttl_mincho span {
  font-size: 0.4em;
  display: block;
}

.work .work_elm {
  width: 50%;
  padding: 1.5%;
  margin-bottom: 1rem;
}

.work .work_elm figure img {
  width: 100%;
}

.work .work_elm .work_date {
  color: #777777;
}

.work .last_text {
  text-align: center;
  margin-top: 2rem;
}

.works_wrapper {
  position: relative;
  padding-bottom: 4rem;
}

.works_wrapper .bg_grid_line {
  grid-template-columns: repeat(4, calc(100% / 4));
  -ms-grid-columns: calc(100% / 4) [4];
  grid-template-columns: repeat(4, calc(100% / 4));
  position: absolute;
  top: 7.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  z-index: -1;
}

.works_wrapper .bg_grid_line .bg_grid {
  border-right: 1px solid #f2f2f2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

.works_wrapper .works_box {
  border-top: 1px solid #f2f2f2;
  padding: 3rem 0;
}

.works_wrapper .works_box_inner {
  -ms-grid-columns: (calc(100% / 3))[3];
      grid-template-columns: repeat(3, calc(100% / 3));
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 4;
}

@media screen and (min-width: 960px) {
  .work {
    padding-bottom: 0;
  }
  .work .works_wrapper {
    position: relative;
    padding-bottom: 4rem;
  }
  .work .works_wrapper section {
    margin-top: 7rem;
  }
  .work .works_wrapper .bg_grid_line {
    top: 1.7rem;
    grid-template-columns: repeat(8, calc(100% / 8));
    -ms-grid-columns: calc(100% / 8) [8];
    grid-template-columns: repeat(4, calc(100% / 8));
  }
  .work .works_wrapper .ttl_mincho {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 8;
    text-align: left;
    margin-bottom: 0;
    line-height: 0.6;
    font-size: 4em;
  }
  .work .works_wrapper .ttl_mincho span {
    display: inline;
    padding-bottom: 0.2rem;
    font-size: 0.3em;
  }
  .work .m_grid {
    grid-template-columns: repeat(4, calc(100% / 8));
    -ms-grid-columns: calc(100% / 8) [8];
    grid-template-columns: repeat(8, calc(100% / 8));
  }
  .work .works_box_inner {
    -ms-grid-columns: (calc(100% / 7))[7];
        grid-template-columns: repeat(7, calc(100% / 7));
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 8;
  }
  .work .work_elm {
    width: 33%;
    padding: 2% 3%;
  }
}
/*# sourceMappingURL=profile.css.map */