@charset "UTF-8";
/*================================================================
*FILE          :eventschedule.css
*DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
それぞれfoundationよりインポート。
*AUTHOR        :
*--------------------------------------------------------------
*(C)
=================================================================*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "GennoMincho";
  font-weight: normal;
  src: url("../font/SourceHanSerif-Regular.woff") format("woff"), url("../font/SourceHanSerif-Regular.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: "GennoMincho";
  font-weight: bold;
  src: url("../font/SourceHanSerif-Bold.woff") format("woff"), url("../font/SourceHanSerif-Bold.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  font-display: swap;
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  font-display: swap;
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* 色
-----------------------------------------------------------------*/
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* functions
-----------------------------------------------------------------*/
/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "GennoMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .08em; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1024px) {
    body {
      min-width: 2px; } }
  @media print, screen and (min-width: 1025px) {
    body {
      min-width: 768px; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.ht {
  display: none; }

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*  head Level3
  -------------------------- */
/*  head Level4
  -------------------------- */
/*  pdfIcon
  -------------------------- */
/*  listStyleDisc
  -------------------------- */
/*  listStyleNumber
 -------------------------- */
/*  listStyleDefinition
 -------------------------- */
/*  listStylePdf
 -------------------------- */
/*  textCaution
 -------------------------- */
/*  tableStyle
 -------------------------- */
/*  tableStylePdf
 -------------------------- */
/*  tableStyleVertical
 -------------------------- */
/*  tableStyleNumber
 -------------------------- */
/*  column2Style
 -------------------------- */
/*  scrollContentStyle
 -------------------------- */
/*  chartStyle
 -------------------------- */
/*  categorySort
-------------------------- */
/*  sortSelect
-------------------------- */
/*  numericData
 -------------------------- */
/*  frameTitle
-------------------------- */
/*  distribute
-------------------------- */
/*  portfolioCheckbox
-------------------------- */
/*  portfolioReset
-------------------------- */
@media print, screen and (min-width: 768px) {
  .breadcrumb {
    max-width: 1200px;
    margin: 20px auto 0; } }

@media print, screen and (max-width: 767px) {
  .main {
    padding-bottom: 60px; } }

@media print, screen and (min-width: 768px) {
  .main {
    padding-bottom: 120px; } }

@media print, screen and (max-width: 1024px) {
  .postdetailHero_inner {
    padding-bottom: 25px;
    background-size: 100% auto;
    background-position: bottom; } }

@media print, screen and (min-width: 1025px) {
  .postdetailHero_inner {
    position: relative;
    max-width: 1200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: 0 auto;
    background-position: right; } }

@media print, screen and (max-width: 1024px) {
  .interview-dytham .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_dytham_sp.jpg"); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .interview-dytham .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_dytham.jpg"); } }

@media print, screen and (max-width: 1024px) {
  .interview-azuma .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_azuma_sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .interview-azuma .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_azuma.jpg"); } }

@media print, screen and (max-width: 1024px) {
  .interview-suzuki .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_suzuki_sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .interview-suzuki .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_suzuki.jpg"); } }

@media print, screen and (max-width: 1024px) {
  .interview-takeishi .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_takeishi_sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .interview-takeishi .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_takeishi.jpg"); } }

@media print, screen and (max-width: 1024px) {
  .interview-kato .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_kato_sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .interview-kato .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_kato.jpg"); } }

@media print, screen and (max-width: 1024px) {
  .interview-tozawa .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_tozawa_sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .interview-tozawa .postdetailHero_inner {
    background-image: url("../img/postdetail-mainvisual_bg_tozawa.jpg"); } }

@media print, screen and (max-width: 1024px) {
  .postdetailHero_img {
    margin-bottom: 40px; } }

@media print, screen and (min-width: 1025px) {
  .postdetailHero_img {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0; } }

.postdetailHero_img img {
  max-width: 100%; }

.postdetailHero_info {
  background: #fff; }
  @media print, screen and (max-width: 1024px) {
    .postdetailHero_info {
      text-align: center;
      padding-bottom: 31px; } }
  @media print, screen and (min-width: 1025px) {
    .postdetailHero_info {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: calc( 50% - 80px);
      height: 600px;
      padding: 80px 55px 80px 80px;
      margin-left: 600px; } }

.postdetailHero_commonHead {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.75; }
  @media print, screen and (max-width: 1024px) {
    .postdetailHero_commonHead {
      padding: 25px 0;
      text-align: center; } }
  @media print, screen and (min-width: 1025px) {
    .postdetailHero_commonHead {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 75px; } }

.postdetailHero_commonHead_logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.5; }
  @media print, screen and (max-width: 1024px) {
    .postdetailHero_commonHead_logo {
      font-size: 11px;
      width: 60px;
      height: 60px; } }
  @media print, screen and (min-width: 1025px) {
    .postdetailHero_commonHead_logo {
      width: 72px;
      height: 72px;
      margin-right: 30px;
      font-size: 13px; } }

.postdetailHero_commonHead_text {
  font-size: 12px;
  letter-spacing: 0.06em; }
  @media print, screen and (max-width: 1024px) {
    .postdetailHero_commonHead_text {
      margin-top: 5px; } }

.postdetailHero_en {
  letter-spacing: .24em; }
  @media print, screen and (max-width: 1024px) {
    .postdetailHero_en {
      font-size: 12px; } }
  @media print, screen and (min-width: 1025px) {
    .postdetailHero_en {
      margin-bottom: 20px;
      font-size: 14px; } }

.postdetailHero_name {
  letter-spacing: .18em; }
  @media print, screen and (max-width: 1024px) {
    .postdetailHero_name {
      margin: 15px 0 20px;
      font-size: 32px; } }
  @media print, screen and (min-width: 1025px) {
    .postdetailHero_name {
      font-size: 40px; } }

.postdetailHero_description {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  letter-spacing: .18em;
  line-height: 2; }
  @media print, screen and (max-width: 1024px) {
    .postdetailHero_description {
      margin-top: 20px;
      font-size: 10px; } }
  @media print, screen and (min-width: 1025px) {
    .postdetailHero_description {
      margin-top: 14px;
      font-size: 12px; } }

.postdetailHero_lead {
  position: relative;
  font-size: 18px;
  line-height: 2; }
  @media print, screen and (max-width: 1024px) {
    .postdetailHero_lead {
      margin: 26px 20px 0;
      letter-spacing: .09em; } }
  @media print, screen and (min-width: 1025px) {
    .postdetailHero_lead {
      letter-spacing: .18em; } }
  .postdetailHero_lead span {
    display: inline-block;
    position: relative;
    padding-left: 2.5em; }
    .postdetailHero_lead span:after {
      content: '';
      display: inline-block;
      background-color: #000;
      position: absolute;
      top: calc( 50% + 1px);
      left: .2em;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 28px;
      height: 1px; }

@media print, screen and (max-width: 1024px) {
  .interview-dytham .postdetailHero_commonHead {
    padding: 25px 0; } }

@media print, screen and (min-width: 1025px) {
  .interview-dytham .postdetailHero_commonHead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px; } }

@media print, screen and (max-width: 1024px) {
  .interview-dytham .postdetailHero_info {
    padding-bottom: 31px; } }

@media print, screen and (min-width: 1025px) {
  .interview-dytham .postdetailHero_info {
    padding: 80px 70px 70px 80px; } }

@media print, screen and (max-width: 1024px) {
  .interview-dytham .postdetailHero_en {
    font-size: 12px; } }

@media print, screen and (min-width: 1025px) {
  .interview-dytham .postdetailHero_en {
    margin-bottom: 10px;
    font-size: 12px; } }

@media print, screen and (max-width: 1024px) {
  .interview-dytham .postdetailHero_name {
    margin: 15px 0 10px;
    letter-spacing: .05em;
    font-size: 4px; } }

@media print, screen and (min-width: 1025px) {
  .interview-dytham .postdetailHero_name {
    letter-spacing: .1em;
    font-size: 26px;
    margin-bottom: 24px; } }

.interview-dytham .postdetailHero_name span {
  display: inline-block; }
  @media print, screen and (max-width: 1024px) {
    .interview-dytham .postdetailHero_name span {
      font-size: 16px; } }
  @media print, screen and (min-width: 1025px) {
    .interview-dytham .postdetailHero_name span {
      font-size: 15px; } }

@media print, screen and (max-width: 1024px) {
  .interview-dytham .postdetailHero_description {
    margin-top: 0; } }

@media print, screen and (min-width: 1025px) {
  .interview-dytham .postdetailHero_description {
    margin-top: 0; } }

@media print, screen and (min-width: 768px) {
  .mainContent {
    width: 740px; } }

@media print, screen and (max-width: 767px) {
  .mainContent .postdetailDeacription + .postdetailSection {
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) {
  .mainContent .postdetailDeacription + .postdetailSection {
    margin-top: 120px; } }

.postdetailSection > h3 {
  font-weight: bold;
  line-height: 1.4; }
  @media print, screen and (max-width: 767px) {
    .postdetailSection > h3 {
      padding-bottom: 20px;
      border-bottom: 2px solid #eeebe9;
      font-size: 18px;
      letter-spacing: .04em; } }
  @media print, screen and (min-width: 768px) {
    .postdetailSection > h3 {
      padding-bottom: 25px;
      border-bottom: 5px solid #eeebe9;
      font-size: 24px; } }
  @media print, screen and (max-width: 374px) {
    .postdetailSection > h3 {
      font-size: 16px; } }
  @media print, screen and (max-width: 767px) {
    .postdetailSection > h3 + * {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .postdetailSection > h3 + * {
      margin-top: 25px; } }

@media print, screen and (max-width: 767px) {
  .postdetailSection h3 + * {
    margin-top: 18px; } }

@media print, screen and (min-width: 768px) {
  .postdetailSection h3 + * {
    margin-top: 43px; } }

.postdetailSection > h3 {
  line-height: 1.8; }
  @media print, screen and (max-width: 767px) {
    .postdetailSection > h3 {
      letter-spacing: .03em; } }
  @media print, screen and (min-width: 768px) {
    .postdetailSection > h3 {
      padding-bottom: 20px; } }

.postdetailSection p {
  word-break: normal;
  text-indent: 1em; }

@media print, screen and (max-width: 767px) {
  .postdetailSection p + p {
    margin-top: 21px; } }

@media print, screen and (min-width: 768px) {
  .postdetailSection p + p {
    margin-top: 26px; } }

.postdetailSection p.imgCenter {
  text-indent: 0; }

@media print, screen and (max-width: 767px) {
  .postdetailSection * + .imgCenter {
    margin-top: 33px; } }

@media print, screen and (min-width: 768px) {
  .postdetailSection * + .imgCenter {
    margin-top: 80px; } }

@media print, screen and (max-width: 767px) {
  .postdetailSection + .postdetailSection {
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) {
  .postdetailSection + .postdetailSection {
    margin-top: 120px; } }

.postdetailSection .imgCaption {
  display: block;
  line-height: 1.8; }
  @media print, screen and (max-width: 767px) {
    .postdetailSection .imgCaption {
      margin-top: 5px;
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .postdetailSection .imgCaption {
      margin-top: 12px;
      font-size: 12px; } }

.postdetailSection.postdetailSection-dytham p {
  text-indent: 0; }

.postdeailProfile {
  background: #eeebe9; }
  @media print, screen and (max-width: 767px) {
    .postdeailProfile {
      margin: 0 -20px;
      padding: 40px 20px;
      margin-top: 60px; } }
  @media print, screen and (min-width: 768px) {
    .postdeailProfile {
      padding: 50px;
      margin-top: 120px; } }
  .postdeailProfile * {
    line-height: 1; }

.postdeailProfile_head {
  margin-bottom: 23px; }

.postdeailProfile_text {
  font-size: 13px;
  line-height: 2.1; }

@media print, screen and (max-width: 767px) {
  .postdeailProfile_portfolio {
    margin-top: 25px; } }

@media print, screen and (min-width: 768px) {
  .postdeailProfile_portfolio {
    margin-top: 43px; } }

.postdeailProfile_portfolio_head {
  font-size: 13px;
  font-weight: bold; }
  @media print, screen and (max-width: 767px) {
    .postdeailProfile_portfolio_head {
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 768px) {
    .postdeailProfile_portfolio_head {
      margin-bottom: 30px; } }

.postdeailProfile_portfolio_text {
  font-size: 13px;
  line-height: 1.6; }

.postdetailBacklink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  padding: 8px;
  border-radius: 2px; }
  .postdetailBacklink span {
    font-size: 13px;
    color: #999; }
  .postdetailBacklink svg {
    margin-left: 20px;
    fill: #999;
    width: 20px;
    height: 20px; }
  @media print, screen and (max-width: 767px) {
    .postdetailBacklink {
      margin: 40px auto 0; } }
  @media print, screen and (min-width: 1025px) {
    .postdetailBacklink {
      margin: 80px auto 0;
      transition: background .1s ease-out; }
      .postdetailBacklink span {
        transition: color .1s ease-out; }
      .postdetailBacklink svg {
        transition: fill .1s ease-out; }
      .postdetailBacklink:hover {
        background: #999; }
        .postdetailBacklink:hover span {
          color: #fff; }
        .postdetailBacklink:hover svg {
          fill: #fff; } }

.postdetailOtherlink {
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .postdetailOtherlink {
      margin-top: 60px; } }
  @media print, screen and (min-width: 768px) {
    .postdetailOtherlink {
      margin-top: 120px; } }

.postdetailOtherlink_head {
  font-size: 18px; }
  @media print, screen and (max-width: 767px) {
    .postdetailOtherlink_head {
      margin-bottom: 23px; } }
  @media print, screen and (min-width: 768px) {
    .postdetailOtherlink_head {
      margin-bottom: 80px; } }

@media print, screen and (min-width: 768px) {
  .postdetailOtherlink_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (max-width: 767px) {
  .postdetailOtherlink_list_node + .postdetailOtherlink_list_node {
    margin-top: 10px; } }

@media print, screen and (min-width: 768px) {
  .postdetailOtherlink_list_node + .postdetailOtherlink_list_node {
    margin-left: 20px; } }

.postdetailOtherlink_list_link img {
  max-width: 100%; }

@media print, screen and (min-width: 1025px) {
  .postdetailOtherlink_list_link {
    transition: opacity .1s ease-out; }
    .postdetailOtherlink_list_link:hover {
      opacity: .7; } }
