@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  color: #231815;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 200%; }
  @media (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  vertical-align: top; }

a[href] {
  color: #231815;
  -webkit-transition: .16s;
  transition: .16s;
  text-decoration: none; }
  a[href]:hover {
    opacity: .5; }

.information {
  font-family: "Shin Go DeBold", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.profile {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex--vertical-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.center {
  text-align: center; }

.inline-block {
  display: inline-block; }

@media (min-width: 768px) {
  .is-pc-disabled {
    display: none !important; } }

@media (max-width: 767px) {
  .is-sp-disabled {
    display: none !important; } }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px; }
  .header__hobonichi {
    line-height: 1; }

.main {
  height: 550px;
  background-color: #ED700F; }
  @media (min-width: 768px) {
    .main {
      background-image: url(../img/main@2x.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; } }
  @media (max-width: 767px) {
    .main {
      height: auto; } }
  .main__inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .main__name {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .main__name {
        bottom: 5%;
        right: 10px; } }
  @media (min-width: 768px) {
    .main__title {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  @media (max-width: 767px) {
    .main__title img {
      width: 100%; } }

.section {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .section {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 768px) {
    .section--type1 {
      background-image: url(../img/bg@2x.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-attachment: fixed; } }
  @media (max-width: 767px) {
    .section--type1 {
      background-color: #ED700F; } }

.yodogawa {
  text-align: center;
  line-height: 1.88em;
  font-weight: bold; }
  @media (max-width: 767px) {
    .yodogawa {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .yodogawa__text {
      text-align: left; } }
  .yodogawa .profile-btn {
    display: inline-block;
    margin-top: 30px; }

.toc {
  width: 100%;
  max-width: 600px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  list-style: none; }
  @media (max-width: 767px) {
    .toc {
      width: 90%;
      margin-top: 40px; } }
  .toc li {
    margin-top: 15px; }

.banner {
  margin-top: 80px;
  text-align: center; }
  @media (max-width: 767px) {
    .banner {
      margin-top: 40px; }
      .banner img {
        width: 90%; } }

.navigation {
  position: relative;
  width: 100%;
  max-width: 550px;
  min-height: 64px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .navigation {
      width: 90%;
      margin-top: 25px; } }
  .navigation__prev {
    float: left; }
  .navigation__next {
    float: right; }
  .navigation__index {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.interview {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .interview {
      width: 90%;
      margin-top: 20px;
      padding-top: 40px; } }
  .interview:before {
    content: '';
    display: block;
    width: 720px;
    height: 90px;
    background-image: url(../img/bg_content_top@2x.png);
    background-repeat: no-repeat;
    background-size: 720px 90px; }
    @media (max-width: 767px) {
      .interview:before {
        position: absolute;
        top: 7px;
        left: 50%;
        width: 85px;
        height: 38px;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background-image: url(../img/bg_content_top_sp@2x.png);
        background-size: 85px 38px; } }
  .interview:after {
    content: '';
    display: block;
    width: 720px;
    height: 20px;
    background-image: url(../img/bg_content_bottom@2x.png);
    background-repeat: no-repeat;
    background-size: 720px 20px; }
    @media (max-width: 767px) {
      .interview:after {
        display: none; } }
  .interview__inner {
    text-align: center;
    background-image: url(../img/bg_content_line@2x.png);
    background-repeat: repeat-y;
    background-size: 720px 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 70px; }
    @media (max-width: 767px) {
      .interview__inner {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 35px;
        background-color: #FFF;
        background-image: none;
        border: solid 4px #231815; } }
  .interview__number {
    position: relative;
    z-index: 10; }
    .interview__number img {
      margin-top: -35px; }
      @media (max-width: 767px) {
        .interview__number img {
          width: 40px;
          margin-top: -15px; } }
  .interview__title {
    text-align: center; }
    .interview__title img {
      margin-top: -35px; }
      @media (max-width: 767px) {
        .interview__title img {
          position: relative;
          margin-top: -15px; } }
  .interview__content {
    padding-left: 40px;
    padding-right: 40px;
    text-align: left; }
    @media (max-width: 767px) {
      .interview__content {
        padding-left: 0;
        padding-right: 0; } }
    .interview__content dl {
      margin-top: 2em;
      margin-left: 110px; }
      @media (max-width: 767px) {
        .interview__content dl {
          margin-left: 0; } }
      .interview__content dl dt {
        float: left; }
        @media (max-width: 767px) {
          .interview__content dl dt {
            float: none; } }
        .interview__content dl dt:after {
          content: '：'; }
      .interview__content dl dd {
        margin-left: 75px; }
        @media (max-width: 767px) {
          .interview__content dl dd {
            margin-left: 0; } }
    .interview__content .update {
      margin-top: 2em;
      font-size: 1.2rem;
      letter-spacing: 0.4em;
      text-align: center;
      color: #A5A5A5; }
      @media (max-width: 767px) {
        .interview__content .update {
          font-size: 1.1rem; } }
    .interview__content .image {
      margin-top: 2em; }

.column {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  border: solid 1px #EE5A0C; }
  @media (max-width: 767px) {
    .column {
      width: 90%;
      padding-bottom: 1em; } }
  .column__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .column__header {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .column__title {
    margin-left: 25px;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .column__title {
        width: 90%;
        margin-left: 0;
        margin-right: 0; } }
  .column__number {
    width: 114px;
    margin-left: 30px; }
    @media (max-width: 767px) {
      .column__number {
        width: 60px;
        margin-left: 10px; } }
  .column__content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
    font-size: 1.5rem;
    color: #EE5A0C; }
    @media (max-width: 767px) {
      .column__content {
        padding: 1em;
        font-size: 1.4rem; } }
  .column__image {
    border-top: solid 1px #ED700F;
    border-bottom: solid 1px #ED700F; }
  .column__profile:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 480px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ED700F; }
    @media (max-width: 767px) {
      .column__profile:before {
        width: 90%; } }
  .column__profile > * {
    padding-left: 60px; }
    @media (max-width: 767px) {
      .column__profile > * {
        padding-left: 1em;
        padding-right: 1em; } }
  .column__profile .profile__name {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .column__profile .profile__name {
        margin-top: 1em; } }

.profile-container {
  padding: 50px 90px 20px;
  background-color: #FFF; }
  @media (max-width: 767px) {
    .profile-container {
      width: 90vw;
      padding: 20px 20px 0; } }

.profile-close {
  margin-top: 20px;
  text-align: center; }
  .profile-close img {
    -webkit-transition: .16s;
    transition: .16s;
    cursor: pointer; }
    .profile-close img:hover {
      opacity: .5; }
    @media (max-width: 767px) {
      .profile-close img {
        width: 50px; } }

.profile {
  font-size: 1.5rem; }
  @media (max-width: 767px) {
    .profile {
      font-size: 1.4rem;
      line-height: 1.7em; } }
  .profile__name {
    font-weight: bold;
    color: #EE5A0C; }

.lity {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.lity-close {
  display: none !important; }

.information {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (max-width: 767px) {
    .information {
      width: 90%; } }
  .information__title {
    height: 34px;
    line-height: 34px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 5px; }
  .information__image {
    display: inline-block;
    margin-top: 15px; }
  .information__text {
    margin-top: 1em;
    font-size: 1.7rem;
    line-height: 1.6em; }
    @media (max-width: 767px) {
      .information__text {
        font-size: 1.5rem; } }
    .information__text a {
      display: inline-block;
      position: relative; }
      @media (max-width: 767px) {
        .information__text a {
          text-decoration: underline; } }
      .information__text a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: #231815; }
        @media (max-width: 767px) {
          .information__text a:after {
            display: none; } }

.footer {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 45px;
      padding-bottom: 40px; } }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    list-style: none; }
    .footer__links li + li {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .footer__links li + li {
          margin-left: 20px; } }
  .footer__copyright {
    margin-top: 30px;
    text-align: center; }

/*# sourceMappingURL=app.css.map */
