@charset "UTF-8";
/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
.cont_wrap + .main_visual_wrap {
  margin-top: 60px;
  border-top: 1px solid #b3b3b3;
  padding-top: 90px; }
  @media only screen and (max-width: 768px) {
    .cont_wrap + .main_visual_wrap {
      margin-top: 30px;
      padding-top: 30px; } }

@media only screen and (max-width: 768px) {
  .main_visual_inner .main_ttl h1 img {
    max-width: 180px; } }

.main_visual_inner .main_lead {
  position: absolute;
  z-index: 3;
  display: block;
  color: #231815;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2.0;
  top: 140px;
  left: 0;
  bottom: auto;
  font-weight: bold; }
  .main_visual_inner .main_lead span {
    display: inline-block;
    background: #fff;
    padding: 0 10px 0 0;
    margin-bottom: 6px; }
  @media only screen and (min-width: 769px) {
    .main_visual_inner .main_lead span.plus {
      padding-right: 1em; } }
  @media only screen and (max-width: 768px) {
    .main_visual_inner .main_lead {
      font-size: 22px;
      font-size: 1.375rem;
      position: relative;
      top: 0;
      line-height: 1.6; }
      .main_visual_inner .main_lead span {
        display: inline;
        padding: 0; } }

.main_visual_inner .main_profile {
  position: absolute;
  bottom: 30px;
  left: 0; }
  .main_visual_inner .main_profile p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: bold; }
  .main_visual_inner .main_profile .name {
    font-size: 30px;
    font-size: 1.875rem; }
    .main_visual_inner .main_profile .name small {
      font-size: 24px;
      font-size: 1.5rem; }
  .main_visual_inner .main_profile .img {
    margin-bottom: 5px; }
  .main_visual_inner .main_profile .indent-1.half {
    text-indent: -.5em;
    margin-left: .5em; }
  @media only screen and (max-width: 768px) {
    .main_visual_inner .main_profile {
      position: relative;
      bottom: 0;
      margin-top: 20px;
      text-align: center; }
      .main_visual_inner .main_profile p {
        font-size: 14px;
        font-size: 0.875rem; }
      .main_visual_inner .main_profile .name {
        font-size: 20px;
        font-size: 1.25rem; }
        .main_visual_inner .main_profile .name small {
          font-size: 16px;
          font-size: 1rem; }
      .main_visual_inner .main_profile .img img {
        max-width: 208px; } }
  @media only screen and (max-width: 414px) {
    .main_visual_inner .main_profile .img img {
      max-width: 135px; } }

.main_visual_inner .main_visual .lead {
  font-size: 22px;
  font-size: 1.375rem;
  top: 200px;
  left: 35px; }
  .main_visual_inner .main_visual .lead span {
    padding: 4px .5em;
    margin-bottom: 2px;
    line-height: 1.2;
    letter-spacing: .2em; }
  @media only screen and (max-width: 768px) {
    .main_visual_inner .main_visual .lead {
      font-size: 14px;
      font-size: 0.875rem;
      top: 50%;
      top: auto;
      left: 10px;
      bottom: 10px; } }

.cont_wrap:after {
  content: "";
  display: block;
  clear: both; }

.cont_wrap h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #434343;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 80px; }
  .cont_wrap h2 span {
    display: inline-block;
    padding: 5px 5px;
    margin-bottom: 10px;
    position: relative; }
    .cont_wrap h2 span:last-child {
      margin-bottom: 0; }
    .cont_wrap h2 span.marker {
      font-weight: bold !important;
      background: #fef7ef; }
      .cont_wrap h2 span.marker::after {
        content: '';
        display: block;
        width: calc(100% + 10px);
        height: 0;
        position: relative;
        bottom: 0;
        left: -5px;
        border-bottom: 3px solid #f68b7c; }
  @media only screen and (max-width: 768px) {
    .cont_wrap h2 {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 40px; }
      .cont_wrap h2 span {
        margin-bottom: 5px; }
        .cont_wrap h2 span.marker::after {
          border-bottom: 2px solid #f68b7c; } }
  .cont_wrap h2 sup {
    font-size: .5em;
    position: relative;
    vertical-align: top; }

.cont_wrap .txtM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cont_wrap .txtM img {
    margin-right: 30px;
    background-color: #d8d8d8;
    padding: 10px; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .txtM img {
      padding: 5px;
      margin-right: 10px;
      background-size: 100%;
      width: 64px; } }

.cont_wrap .cont_text {
  background: #fffbe2;
  margin-top: 50px;
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .cont_wrap .cont_text dl dt {
    display: inline-block;
    line-height: 1.5;
    font-weight: bold;
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px;
    color: #0f92a1;
    position: relative;
    z-index: 2; }
    .cont_wrap .cont_text dl dt::before {
      position: absolute;
      z-index: 1;
      content: '';
      display: block;
      border-radius: 50%;
      background: rgba(15, 146, 161, 0.35);
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg);
      width: 100px;
      height: 50px;
      margin: auto 0;
      top: 0;
      bottom: 5px;
      left: -25px; }
  .cont_wrap .cont_text dl + dl {
    margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_text {
      margin-top: 20px;
      padding: 20px; }
      .cont_wrap .cont_text dl dt {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 10px; }
        .cont_wrap .cont_text dl dt::before {
          width: 50px;
          height: 25px;
          margin: 0 0;
          bottom: auto;
          top: -3px;
          left: -12px; }
      .cont_wrap .cont_text dl + dl {
        margin-top: 20px; } }

sup {
  color: #54afde; }

.note {
  color: #54afde;
  font-size: 14px;
  font-size: 0.875rem; }

span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #c4ebff));
  background: linear-gradient(transparent 55%, #c4ebff 0%); }

/*# sourceMappingURL=../../map/issue/03/topics_02.css.map */
