@charset "UTF-8";
/* profile */
/* config
---------------------------------------------------------------------------*/
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333; }

@media screen and (max-width: 768px) {
  body {
    /*background-image: url(../img/cmn/bg-cnts-sp.png);*/
    background-size: 100% auto;
    background-repeat: repeat-y;
    font-size: 3.5vw; } }
@supports (-ms-accelerator: true) {
  body {
    letter-spacing: -.03em; } }
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px; }

ul {
  list-style-type: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
    /*width /***/
    /*:auto;*/ } }
@media screen and (max-width: 768px) {
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; } }
input, textarea, select {
  font-size: .16em; }

form {
  margin: 0px; }

table {
  border-collapse: collapse;
  font-size: .16rem;
  border-spacing: 0; }

@media screen and (max-width: 768px) {
  html {
    font-size: 550%; } }
h1, h2, h3, h4, h5, h6,
th {
  font-weight: 400; }

/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

@media screen and (min-width: 769px) {
  a:hover {
    cursor: pointer;
    opacity: 0.5;
    /* IE8 over, Opera, Safari, CSS3 over */
    transition-property: all;
    transition: 0.3s linear;
    text-decoration: none;
    color: inherit; } }
.trns {
  transition-property: all;
  transition: 0.3s linear; }

/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* bxslider
---------------------------------------------------------------------------*/
.bx-wrapper {
  box-shadow: none;
  border: none; }

.bx-wrapper {
  margin-bottom: 0; }

/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
.view-sp,
.view-tb {
  display: none; }

@media screen and (max-width: 768px) {
  .view-tb {
    display: block; }

  .view-pc {
    display: none; } }
@media screen and (max-width: 480px) {
  .view-sp {
    display: block; }

  .view-pc {
    display: none; } }
/* 画像パス */
/* 枠 */
/* flexbox */
/* position */
/* フォント */
@font-face {
  font-family: 'Ailerons';
  src: url("./font/Ailerons-Regular.eot") format("oldIE"), url("./font/Ailerons-Regular.woff") format("woff"), url("./font/Ailerons-Regular.ttf") format("truetype"); }
/* アイキャッチアイコンセット */
/* ボタン */
/* 色 */
/* 背景色 */
/* 文字色 */
/* 背景画像 */
/* 中央揃え */
/* object */
/* ホバーアクション */
/* 背景
---------------------------------------------------------------------------*/
#wrap {
  background-color: #000;
  color: #fff; }

/* prof
---------------------------------------------------------------------------*/
.prof {
  background-image: url(../../profile/img/prof__bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* 画像 */
  /* テキスト */
  /* 名前 */
  /* 補足 */ }
  @media screen and (max-width: 768px) {
    .prof {
      background-image: url(../../profile/img/prof__bg-sp.png); } }
  .prof .prof__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .prof .prof__detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .prof .prof__detail-img {
    width: 400px; }
    @media screen and (max-width: 1290px) {
      .prof .prof__detail-img {
        width: 38vw; } }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-img {
        width: 100%;
        text-align: center;
        margin-bottom: 5.2vw; } }
  @media screen and (max-width: 768px) {
    .prof .prof__detail-img img {
      width: 54.1vw; } }
  .prof .prof__detail-tx {
    width: 640px; }
    @media screen and (max-width: 1290px) {
      .prof .prof__detail-tx {
        width: 49vw; } }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-tx {
        width: 100%; } }
  .prof .prof__detail-desc {
    line-height: 2em; }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-desc {
        font-size: 3.1vw; } }
  .prof .prof__detail-desc + .prof__detail-desc {
    margin-top: 1em; }
  .prof .prof__detail-name {
    margin-top: -13px;
    /* 上端揃え */
    margin-bottom: 2em;
    font-size: .16rem; }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-name {
        margin-top: 0;
        margin-bottom: 1.5em;
        font-size: 3.5vw; } }
  .prof .prof__detail-name strong {
    display: block;
    font-size: .5rem; }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-name strong {
        font-size: 6vw; } }
  .prof .prof__detail-name span {
    color: #0d5197; }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-name span {
        font-size: 3.5vw; } }
  .prof .prof__detail-attr {
    border-top: 2px solid #0d5197;
    line-height: 2em;
    margin-top: 2em;
    padding-top: 2em; }
