@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=PT+Sans:300,400,500,600,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/hannari.css);
* {
  font-family: "PT Sans", "Noto Sans Japanese", "hiragino kaku gothic pro", meiryo, sans-serif;
}

/**
 * ===================================================================
 * Grid
 * -------------------------------------------------------------------  */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.position_center {
  display: grid;
  place-items: center;
}

.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.horizontal_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vertical_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text-center {
  text-align: center;
}
.text-center > * {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.aligncenter, div.aligncenter, img.aligncenter {
  display: block;
  margin: 3px auto 15px;
}

.alignright {
  display: inline;
  float: right;
}

img.alignright {
  margin: 3px 3px 15px 15px;
  padding: 0;
}

.alignleft {
  display: inline;
  float: left;
}

img.alignleft {
  margin: 3px 15px 15px 3px;
  padding: 0;
}

ul.kome {
  padding-left: 32px;
  padding-left: 2rem;
}
ul.kome li {
  text-indent: -1.3em;
  margin-bottom: 0.5em;
}
ul.kome li:before {
  display: inline;
  content: "※";
  padding-right: 0.22em;
}

.sp, .sp2 {
  display: none;
}

.profile {
  width: 770px;
  margin: 0 0 35px;
  padding: 15px;
  background: url(../images/profile_bg.jpg) top right no-repeat;
  border-radius: 10px;
}
.profile h2 {
  font-family: "hannari", serif;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  margin: -3px auto 0.35em;
  padding-right: 0.65em;
  text-shadow: 2px 2px 5px #888;
}
.profile dl {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.35;
}
.profile dl dt {
  clear: left;
  float: left;
  margin-right: 0.75em;
}
.profile dl dd {
  overflow: auto;
  margin-bottom: 0.3em;
}
.profile dl dd:last-child {
  margin-bottom: 0;
}
.profile dl.career {
  font-weight: bold;
  margin: 60px 0 1.5em 0;
  padding: 3px 0 3px 15px;
  border-left: solid 4px #c92105;
}
.profile dl.career dd {
  margin-bottom: 0.5em;
}
.profile dl.biography {
  clear: left;
  margin-left: 10px;
}
.profile .portrait {
  text-align: center;
}
.profile .photo {
  margin: 0 25px 20px 0;
  border: solid 1px #fff;
  -webkit-box-shadow: 2px 2px 5px #aaa;
          box-shadow: 2px 2px 5px #aaa;
}
.profile .title_logo {
  display: none;
}
.profile .dr-month, .profile .sp {
  font-size: 24px;
  line-height: 1;
}
.profile .dr-month strong, .profile .sp strong {
  font-size: 90px;
  font-weight: normal;
  color: #c92105;
}
.profile .dr-month {
  float: right;
  margin: -80px 3px 0 0;
}
.profile .sp {
  margin: 0;
}

#print {
  text-align: right;
  margin-bottom: 15px;
}

.kozu #main {
  float: left;
  width: 800px;
  font-size: 16px;
}
.kozu #main .report {
  width: calc(100% - 10px);
  margin: 0 0 10px;
  padding: 5px;
  background: url("../images/background.gif") repeat;
  border-bottom: solid 3px #c92105;
}
.kozu #main .report .inner-box {
  padding: 15px;
  background-color: white;
}
.kozu #main .report .inner-box h5 {
  font-weight: bold;
}
.kozu #main .report .inner-box img {
  display: inline-block;
  max-width: 100%;
}
.kozu #main .report .inner-box img.aligncenter {
  max-width: 35%;
}
.kozu #main .report .inner-box img:hover {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.kozu #main .report .inner-box .alignleft, .kozu #main .report .inner-box .alignright {
  width: 35%;
}
.kozu #main .report .inner-box .half_box {
  display: block;
  width: 50%;
  margin: 0 auto 1.5em;
}
.kozu #main .report .inner-box .half_box .textbox {
  font-size: 94%;
  padding: 15px;
  border: solid 1px #999;
}
.kozu #main .report .inner-box blockquote {
  position: relative;
  padding: 45px 15px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #aaa;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
}
.kozu #main .report .inner-box blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #aaa;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.kozu #main .report .inner-box blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.kozu #main .report .inner-box blockquote img {
  margin-bottom: 1.5em;
}
.kozu #main .report .inner-box blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.kozu #main .report p {
  margin-bottom: 1em;
}
.kozu #main .report p span {
  display: block;
  margin: 0.35em 0 0.35em 1.25em;
  padding: 2px 0 2px 10px;
  border-left: solid 5px #ddd;
}
.kozu #main .report ul, .kozu #main .report ol, .kozu #main .report li {
  line-height: 1.4;
}
.kozu #main .report ol.decimal {
  list-style-type: decimal;
  padding-left: 1.75em;
}
.kozu #main .report ol.citation {
  margin: 0 0 1em 1.25em;
  padding: 2px 0 2px 25px;
  border-left: solid 5px #ddd;
}
.kozu #main .report ol.citation li {
  font-style: italic;
}
.kozu #main .report li {
  list-style-type: inherit;
  margin-bottom: 0.4em;
}
.kozu #main .report li:last-child {
  margin-bottom: 0;
}
.kozu #main .report div.citation {
  margin: 0.35em 0 0.35em 1.25em;
  padding: 2px 0 2px 10px;
  border-left: solid 5px #ddd;
}
.kozu #main .report div.citation ol {
  font-style: italic;
  margin: -0.35em 0 0.5em 0;
}
.kozu #main h3 {
  position: relative;
  font-size: 18px;
  color: #333;
  margin-bottom: 0.35em;
  padding: 0.35em 0 0.35em 2em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(40%, #f6f6f6), color-stop(52%, #e6e6e6), to(#f6f6f6));
  background-image: linear-gradient(to bottom, #fafafa 0%, #f6f6f6 40%, #e6e6e6 52%, #f6f6f6 100%);
  text-shadow: 1px 1px 3px #aaa;
  border: solid 1px #eee;
  border-radius: 5px;
}
.kozu #main h3::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 8px;
  background-color: #c92105;
}
.kozu #main h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 2em auto 0.25em;
  padding: 2px 0 2px 15px;
  border-left: solid 7px #c92105;
}
.kozu #main .cp_quote {
  position: relative;
  width: 96%;
  margin: 2em auto;
}
.kozu #main .cp_quote *, .kozu #main .cp_quote *:before, .kozu #main .cp_quote *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.kozu #main .cp_quote blockquote {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 1em 2em 3em 50px;
  color: #222222;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px rgba(34, 34, 34, .25);
          box-shadow: 0 5px 5px rgba(34, 34, 34, .25);
  border-radius: 5px;
}
.kozu #main .cp_quote blockquote:before {
  font-size: 5em;
  font-weight: normal;
  position: absolute;
  top: -15px;
  left: 10px;
  content: "“";
  color: rgba(238, 238, 238, .8);
}
.kozu #main .cp_quote blockquote:after {
  font-size: 25em;
  font-weight: normal;
  line-height: 100px;
  position: absolute;
  z-index: -1;
  top: 110%;
  right: -32px;
  display: inline-block;
  width: 160px;
  height: 100px;
  line-height: 100px;
  content: "”";
  color: rgba(238, 238, 238, .8);
}
.kozu #main .cp_quote blockquote p {
  font-family: serif;
  line-height: 1.5;
  margin: 0;
}
.kozu #main .cp_quote blockquote p.author {
  margin: 0;
  text-align: right;
}
.kozu #main .cp_quote blockquote p.author::before {
  content: "─";
}
.kozu #main p.ps {
  margin: 4em 0 0.25em;
  padding: 1em 5px 0;
  font-size: 13px;
  border-top: dashed 1px #999;
}
.kozu #main dl.document {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  margin-left: 0.5em;
}
.kozu #main dl.document dt {
  clear: left;
  float: left;
}
.kozu #main dl.document dt strong {
  margin-right: 0.75em;
}
.kozu #main dl.document dd {
  float: left;
  margin: 0 0 0.35em 0.75em;
}
.kozu #main .dating {
  margin: 0;
  border-bottom: none;
}
.kozu #main .dating .inner-box {
  padding: 5px 15px 2px;
}
.kozu #main .dating .inner-box p {
  margin: 0;
}
.kozu #main .dating .inner-box .backnumber_downword {
  text-align: right;
}
.kozu #main .dating .inner-box .backnumber_downword a {
  font-size: 13px;
  color: #c92105;
  background: -webkit-linear-gradient(top, #c92105 50%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kozu #main .dating .inner-box .backnumber_downword a:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  div#content {
    width: 96%;
    margin: 0 2%;
    padding: 15px 0 80px;
  }
  .kozu #main {
    float: none;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .kozu #main .profile {
    width: calc(100% - 30px);
    padding: 15px;
    background-size: cover;
  }
  .kozu #main .profile .photo {
    margin-right: 15px;
  }
  .kozu #main .profile dl {
    font-size: 14px;
  }
  div#content div#sub {
    float: none;
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  div#content div#sub div.banner p {
    display: inline;
  }
  div#content div#sub div.banner p img {
    margin: 0 5px;
    vertical-align: middle;
  }
  div#content div#sub div.outplacement-services a {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  div#header div#header-wrapper {
    width: auto;
    margin: 0 10px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .kozu #main .profile {
    background: url("../images/profile_bg2.jpg") no-repeat;
  }
  .kozu #main .profile .portrait {
    margin: 0 0 25px 6%;
  }
  .kozu #main .profile .title_logo {
    display: block;
    float: right;
    position: relative;
    width: calc(84% - 190px);
    margin-right: 6%;
  }
  .kozu #main .profile .title_logo .sp {
    display: block;
    position: absolute;
    top: 10px;
    left: 25px;
    margin: 0;
  }
  .kozu #main .profile .title_logo .logo {
    position: absolute;
    top: 0;
    right: 0;
  }
  .kozu #main .profile dl {
    margin-left: 6%;
  }
  .kozu #main .profile dl.career {
    clear: both;
  }
}
@media screen and (max-width: 700px) {
  .kozu #main .profile .portrait {
    margin-left: 4%;
  }
  .kozu #main .profile .title_logo {
    width: calc(88% - 190px);
    margin-right: 4%;
  }
  .kozu #main .profile .title_logo .sp {
    left: 0;
  }
  .kozu #main .profile dl {
    margin-left: 4%;
  }
}
@media screen and (max-width: 640px) {
  div#content {
    width: auto;
  }
  div#content div#sub {
    float: none;
    clear: both;
    width: auto;
    padding: 0 10px;
    text-align: center;
  }
  .kozu #main .profile .portrait {
    margin-left: 0;
  }
  .kozu #main .profile .title_logo {
    width: calc(96% - 190px);
    margin-right: 0;
  }
  .kozu #main .profile dl {
    margin-left: 0;
  }
  .kozu #main .report .inner-box img {
    display: block;
    height: auto;
    width: auto;
    margin: 0 auto;
  }
  .kozu #main .report .inner-box img.aligncenter {
    max-width: 90%;
  }
  .kozu #main .report .inner-box .alignright, .kozu #main .report .inner-box .alignleft {
    float: none;
    width: 90%;
    margin-bottom: 1em;
  }
  .kozu #main .report .inner-box .half_box {
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  .kozu #main .profile .title_logo {
    width: calc(96% - 190px);
  }
  .kozu #main .profile .title_logo img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .kozu #main .profile .sp strong {
    font-size: 70px;
  }
}
@media screen and (max-width: 540px) {
  .kozu #main .profile .title_logo .logo, .kozu #main .profile .title_logo .sp {
    position: inherit;
    clear: right;
    float: right;
  }
  .kozu #main dl.document dd {
    clear: both;
    margin: 0 0 0.35em 2.5em;
  }
}
@media screen and (min-width: 481px) {
  .forSP {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .forPC {
    display: none !important;
  }
  .forSP {
    display: block !important;
  }
  .lb_Link img {
    max-width: 70% !important;
    width: auto !important;
    max-height: 75vh !important;
  }
  .lb-outerContainer {
    display: table;
    max-width: 80% !important;
    width: auto !important;
    margin: auto;
  }
  .lb-dataContainer {
    max-width: 80% !important;
    width: auto !important;
    padding-top: 15px !important;
  }
  .lb-container {
    width: auto !important;
    max-height: 75vh !important;
    padding: 4px;
  }
  .lightbox .lb-image {
    max-width: 100% !important;
    width: auto !important;
    max-height: 75vh !important;
    height: auto !important;
    margin: auto !important;
    border: none !important;
  }
  .kozu #main .profile .portrait {
    width: 45%;
  }
  .kozu #main .profile .portrait h2 {
    font-size: 18px;
  }
  .kozu #main .profile .portrait img {
    display: block;
    max-width: 92%;
    height: auto;
    width: auto;
  }
  .kozu #main .profile .title_logo {
    width: 53%;
  }
  .kozu #main .report .inner-box .alignleft, .kozu #main .report .inner-box .alignright {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .kozu #main .report .inner-box .vertical {
    width: 65%;
  }
}
@media screen and (max-width: 350px) {
  .kozu #main .profile .portrait h2 {
    font-size: 16px;
  }
  .kozu #main .profile .title_logo {
    width: 50%;
  }
  .kozu #main .profile .sp {
    font-size: 18px;
  }
  .kozu #main .profile .sp strong {
    font-size: 50px;
  }
  .kozu #main .profile dl {
    margin-left: -5px;
  }
  .kozu #main .profile dl.career {
    padding-left: 10px;
  }
  .dating {
    font-size: 13px;
  }
}
/*# sourceMappingURL=../../maps/c/kozu/kozu-new.css.map */
