@charset "UTF-8";
/* @mixin sp-screen-m() {
	@include mq($max-width: $tab-brk-short-m) {
	    @content;
	}
}
 */
/*
* {
	box-sizing: border-box;
}*/
html {
  font-family: Oswald, "Noto Sans Japanese", sans-serif; }

html {
  min-height: 100%;
  position: relative;
  box-sizing: border-box; }

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

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

body {
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
  word-break: break-all; }

button, input {
  font-size: 100%; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

th {
  font-family: "FOT-UD角ゴ_スモール Pr6 DB", "UDKakugo_SmallPr6-DB";
  font-weight: bold; }

a {
  color: #f15a22;
  outline: none;
  cursor: pointer; }

table tr:nth-child(even) {
  background-color: #f6f6f6; }

button {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none; }

.p-btn {
  background-color: #ffda00;
  border-radius: 4px;
  padding: 15px 30px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
  display: inline-block; }
  .p-btn img {
    height: 17px;
    width: auto;
    margin-right: 10px;
    vertical-align: middle; }
  @media only screen and (max-width: 768px) {
    .p-btn {
      width: 90%;
      max-width: 400px;
      padding: 25px 30px; } }

      .is-disabled {
        background-color: #666 !important; }

      .p-main-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0px 3px 3px -3px rgba(1, 1, 1, 0.17);
        background: #fff;
        z-index: 10;
        border-top: 5px solid #ffda00; }

      .p-main-header__inner {
        max-width: 1200px;
        min-width: 960px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 5px 5px 5px 20px;
        width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .p-main-header__inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: auto;
            min-width: auto;
            max-width: initial;
            min-width: initial;
            width: 100%; } }

      .p-main-header__logo {
        margin-top: 10px; }
        .p-main-header__logo img {
          width: 380px; }
        @media only screen and (max-width: 768px) {
          .p-main-header__logo {
            text-align: center;
            line-height: 1;
            flex: 1 0 0;
            margin-right: 40px; }
            .p-main-header__logo img {
              vertical-align: bottom;
              /* width: 80%;
      			width: auto; */ } }

      .p-main-header__sp-menu {
        display: none; }
        .p-main-header__sp-menu a {
          display: block; }
        .p-main-header__sp-menu img {
          width: 48px; }
        @media only screen and (max-width: 768px) {
          .p-main-header__sp-menu {
            display: block;
            width: 48px;
            height: 48px;
            background: url(../img/btn_close.png) center no-repeat/cover; } }

      .p-main-header__gnav {
        width: auto;
        margin: 0 auto;
        position: relative;
        height: auto;
        box-shadow: 0px 6px 3px -3px rgba(1, 1, 1, 0.17); }
        @media only screen and (max-width: 768px) {
          .p-main-header__gnav {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(255, 255, 255, 0.9); } }

      .p-main-header__gnav-inner {
        max-width: 1200px;
        min-width: 960px;
        margin: 0 auto;
        width: 1200px;
        text-align: center; }
        .p-main-header__gnav-inner li {
          color: #000;
          text-align: center;
          background-color: #fff;
          position: relative;
          display: inline-block;
          padding: 15px 0 10px;
          border-bottom: 5px solid #fff;
          margin: 0 1rem; }
          .p-main-header__gnav-inner li:hover {
            border-bottom: 5px solid #e94609; }
          .p-main-header__gnav-inner li a {
            color: #000;
            display: block;
            text-decoration: none;
            text-align: center;
            font-size: 14px;
            height: auto; }
        @media only screen and (max-width: 768px) {
          .p-main-header__gnav-inner {
            max-width: auto;
            min-width: auto;
            max-width: initial;
            min-width: initial;
            width: 100%; }
            .p-main-header__gnav-inner li {
              float: none;
              background-color: transparent; }
              .p-main-header__gnav-inner li a {
                border: none; } }

      .p-top-margin .p-top-main-visual {
        margin-top: 140px; }

      @media only screen and (max-width: 768px) {
        .p-top-margin .p-top-main-visual {
          margin-top: 90px; } }

      .p-main-header__subnav {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: flex;
        justify-content: flex-end; }
        @media only screen and (max-width: 768px) {
          .p-main-header__subnav {
            display: none; } }

      .p-main-header__subnav-inner ul {
        display: flex;
        margin: 0;
        padding: 0; }

      .p-main-header__subnav-inner li a {
        line-height: 1;
        margin-left: 10px;
        background-color: #e94609;
        padding: 1.4em;
        color: white;
        display: block;
        font-size: 12px;
        border-radius: 0 0 4px 4px;
        text-decoration: none; }

      .p-main-header__subnav-inner .p-language-nav {
        position: relative;
        line-height: 1;
        padding: .7em;
        cursor: pointer; }
        .p-main-header__subnav-inner .p-language-nav .p-language-nav__menu {
          position: absolute;
          right: 0;
          top: 40px;
          display: none; }
        .p-main-header__subnav-inner .p-language-nav:hover {
          color: #e94609; }
          .p-main-header__subnav-inner .p-language-nav:hover .p-language-nav__menu {
            display: block; }
        .p-main-header__subnav-inner .p-language-nav::before {
          content: "\f0ac";
          font-family: Font Awesome\ 5 Free;
          font-weight: bold;
          margin-right: 6px; }
        .p-main-header__subnav-inner .p-language-nav span {
          display: inline-block;
          line-height: 1;
          font-size: 12px; }
        .p-main-header__subnav-inner .p-language-nav a {
          background-color: transparent;
          color: #656464; }
        .p-main-header__subnav-inner .p-language-nav ul {
          display: block; }
        .p-main-header__subnav-inner .p-language-nav li {
          width: 8em; }
          .p-main-header__subnav-inner .p-language-nav li a {
            display: block;
            border: 1px solid #656464;
            border-top: none;
            background-color: #fff;
            padding: 12px 10px;
            border-radius: 0; }
            .p-main-header__subnav-inner .p-language-nav li a:hover {
              background-color: #eeeeee; }
          .p-main-header__subnav-inner .p-language-nav li.is-active a, .p-main-header__subnav-inner .p-language-nav li.is-active a:hover {
            background-color: #e94609;
            color: white; }
          .p-main-header__subnav-inner .p-language-nav li:first-child a {
            border-top: 1px solid #656464; }

      .p-main-footer__inner {
        width: 1200px;
        padding: 25px 20px 20px;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1200px;
        min-width: 960px;
        position: relative;
        z-index: 8; }
        @media only screen and (max-width: 768px) {
          .p-main-footer__inner {
            max-width: auto;
            min-width: auto;
            max-width: initial;
            min-width: initial;
            width: 100%;
            flex-direction: column; } }

      .p-map__main {
        display: none; }
        @media only screen and (max-width: 768px) {
          .p-map__main {
            display: block;
            margin: 1rem 0; } }
        .p-map__main iframe {
          width: 100%;
          height: 50vh; }

      .p-map__title {
        font-size: 15px;
        padding-bottom: 10px; }

      .p-map__address {
        font-size: 13px;
        line-height: 20px; }

      .p-main-footer {
        background-color: #f7f7f7; }
        @media only screen and (max-width: 768px) {
          .p-main-footer {
            text-align: center; } }

      .p-main-footer__nav li {
        display: inline-block;
        font-size: 14px;
        padding: 0 0 0 14px; }
        .p-main-footer__nav li:first-child {
          padding-left: 0;
          border-right: 1px solid #c9c9c9;
          padding-right: 1rem; }
        .p-main-footer__nav li a {
          color: #656464;
          text-decoration: none; }

      @media only screen and (max-width: 768px) {
        .p-main-footer__nav {
          text-align: center; }
          .p-main-footer__nav li:first-child {
            padding-left: 0; } }

      .p-main-footer__sns {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .p-main-footer__sns > * {
          margin-left: 15px;
          vertical-align: middle;
          line-height: 1; }
        @media only screen and (max-width: 768px) {
          .p-main-footer__sns {
            position: relative;
            top: initial;
            right: initial;
            margin-bottom: 10px; } }

      .p-main-footer__sns-title {
        margin-right: 1.2rem; }

      .p-main-footer__copyright {
        font-size: 11px;
        padding-top: 10px; }

      .p-fixed-nav {
        position: fixed;
        right: 0;
        top: calc( 50% - 120px);
        z-index: 10; }

      .p-fixed-nav__inner {
        border-radius: 6px 0 0 6px;
        overflow: hidden; }
        .p-fixed-nav__inner a {
          display: block;
          padding: 1em;
          background-color: #e94609;
          color: white;
          line-height: 1.1;
          font-size: 80%;
          text-decoration: none;
          margin: auto;
          text-align: center;
          border-bottom: 1px solid #fff; }
          .p-fixed-nav__inner a span {
            display: block; }
          .p-fixed-nav__inner a:last-child {
            border-bottom: none; }
          .p-fixed-nav__inner a.p-fixed-nav__top {
            background-color: #dddddd;
            color: white;
            text-align: center;
            font-size: x-small; }
            .p-fixed-nav__inner a.p-fixed-nav__top .fa-angle-up {
              font-size: 30px; }
            .p-fixed-nav__inner a.p-fixed-nav__top span {
              width: 3em;
              line-height: 0;
              margin-bottom: 10px; }

    #navWrap {
      display: none; }
      @media only screen and (max-width: 768px) {
        #navWrap {
          position: fixed;
          left: 0;
          top: 63px;
          z-index: 20;
          width: 100%;
          height: calc( 100vh - 63px);
          background-color: #e94609; }
          #navWrap a {
            color: white;
            font-size: .8em;
            line-height: 1;
            vertical-align: middle; }
          #navWrap > .inner {
            padding: 15px 10px 10px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
          #navWrap .sp-main-nav {
            margin-bottom: 10px; }
            #navWrap .sp-main-nav li:first-child a {
              padding-top: 0; }
            #navWrap .sp-main-nav li:last-child a {
              border-bottom: none; }
            #navWrap .sp-main-nav li a {
              text-decoration: none;
              border-bottom: 1px solid white;
              display: block;
              padding: 15px 0;
              text-align: center; }
          #navWrap .sp-sub-nav {
            margin-bottom: 1em;
            background-color: #ffda00;
            display: flex;
            flex-flow: row wrap;
            padding: 0 .5em; }
            #navWrap .sp-sub-nav li {
              flex-basis: 40%;
              flex-grow: 1;
              margin: 1em .5em; }
              #navWrap .sp-sub-nav li:first-child {
                flex-basis: 100%;
                margin-bottom: 0; }
                #navWrap .sp-sub-nav li:first-child a {
                  text-align: left;
                  padding: .7em 2em;
                  display: flex;
                  justify-content: space-between;
                  align-items: center; }
                  #navWrap .sp-sub-nav li:first-child a::after {
                    content: "\f105";
                    font-family: Font Awesome\ 5 Free;
                    font-weight: bold;
                    font-size: 24px;
                    line-height: 1; }
              #navWrap .sp-sub-nav li a {
                text-align: center;
                display: block;
                background-color: #fff;
                color: #e94609;
                padding: 1em;
                text-decoration: none; }
          #navWrap .p-language-nav__menu {
            border: 1px solid white;
            display: flex;
            flex-wrap: wrap; }
            #navWrap .p-language-nav__menu li {
              flex-basis: 40%;
              flex-grow: 1;
              text-align: center; }
              #navWrap .p-language-nav__menu li:nth-child(even) {
                border-left: 1px solid white; }
              #navWrap .p-language-nav__menu li:nth-child(n+3) {
                border-top: 1px solid white; }
              #navWrap .p-language-nav__menu li a {
                display: block;
                padding: 1em 0;
                text-decoration: none; } }

main {
  color: #656464; }

.p-hero {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 150px auto 5vw; }
  @media only screen and (max-width: 768px) {
    .p-hero {
      max-width: auto;
      min-width: auto;
      max-width: initial;
      min-width: initial;
      width: 100%;
      display: block;
      margin-top: 60px; } }

.p-hero__side {
  width: calc( 50% - 2px ); }
  .p-hero__side img {
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .p-hero__side {
      width: 100%; } }

.p-hero__figure {
  margin-bottom: 4px; }

.p-experience-tour {
  max-width: 1200px;
  margin: 0 auto 5vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  @media only screen and (max-width: 768px) {
    .p-experience-tour {
      max-width: auto;
      min-width: auto;
      max-width: initial;
      min-width: initial;
      width: 100%;
      flex-wrap: wrap; } }

.p-experience-tour__bg {
  background: url(../img/fig_3days_01.jpg) center no-repeat/cover;
  flex: 1 0 0; }
  @media only screen and (max-width: 768px) {
    .p-experience-tour__bg {
      width: 50%;
      height: 400px;
      flex: 1 0 auto; } }

@media only screen and (max-width: 768px) {
  .p-experience-tour__bg1 {
    order: 2; } }

.p-experience-tour__bg2 {
  background: url(../img/fig_3days_02.jpg) center no-repeat/cover; }
  @media only screen and (max-width: 768px) {
    .p-experience-tour__bg2 {
      order: 3; } }

.p-experience-tour__main {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-experience-tour__main {
      max-width: auto;
      min-width: auto;
      max-width: initial;
      min-width: initial;
      width: 100%;
      order: 1;
      width: 100%;
      flex: 1 0 auto; } }

.p-experience-tour__title {
  font-size: 160%;
  color: #f15a22;
  margin: 2rem 0 1em; }

.p-experience-tour__description {
  width: 70%;
  margin: auto; }

.p-experience-tour__play {
  margin: 2rem 0; }

.p-voice h1 {
  font-size: 220%;
  text-align: center;
  margin-bottom: 0; }
  .p-voice h1 span {
    vertical-align: middle;
    font-size: 60%;
    margin-left: 0.2em;
    color: #f15a22;
    letter-spacing:-0.5px }

.p-voice__figure {
  margin: auto;
  max-width: 1200px; }
  .p-voice__figure img {
    height: auto; }

.p-voice__sub-title {
  width: 700px;
  margin: 0 auto 2vw;
  margin-top: -6vw;
  background-color: #fff;
  padding: 1rem 2rem;
  position: relative; }
  .p-voice__sub-title h2 {
    margin-bottom: 0;
    color: #f15a22;
    line-height: 1.2; }
    @media only screen and (max-width: 768px) {
      .p-voice__sub-title h2 {
        margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    .p-voice__sub-title {
      max-width: auto;
      min-width: auto;
      max-width: initial;
      min-width: initial;
      width: 100%;
      margin-top: -6vw;
      background-color: #fff;
      width: 96%;
      text-align: center;
      position: relative;
      z-index: 1;
      font-size: 150%; } }

.p-voice__name {
  text-align: right; }
  .p-voice__name span {
    font-size: 80%;
    margin-right: 1rem; }
  @media only screen and (max-width: 768px) {
    .p-voice__name {
      margin-top: .4rem;
      font-size: 80%; } }

.p-voice__blockwrapper {
  position: relative;
  background: url(../img/logo.png) 0 0 no-repeat; }
  @media only screen and (max-width: 768px) {
    .p-voice__blockwrapper {
      background-position: 0 40vh; } }

.p-voice__id {
  position: absolute;
  top: -1.5em;
  left: -2em;
  color: white;
  font-weight: bold;
  text-shadow: rgba(102,102,102,0.5) 0px 0px 4px;
  font-size: 300%; }
  @media only screen and (max-width: 768px) {
    .p-voice__id {
      top: -2em;
      left: 0;
      font-size: 100%; } }

.p-voice__block {
  max-width: 1200px;
  margin: 0 auto 5vw;
  padding-left: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .p-voice__block:nth-child(odd) {
    padding-left: 0;
    padding-right: 6rem;
    flex-direction: row-reverse; }
  @media only screen and (max-width: 768px) {
    .p-voice__block {
      max-width: auto;
      min-width: auto;
      max-width: initial;
      min-width: initial;
      width: 100%;
      display: block;
      padding: 0; }
      .p-voice__block:nth-child(odd) {
        padding: 0; } }

.p-voice__block-inner {
  width: calc( 1200px - 600px - 6rem - 80px ); }
  .p-voice__block-inner h3 {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    .p-voice__block-inner {
      width: 100%;
      padding: 5vw; } }

.p-voice__content {
  font-size: 90%;
  line-height: 2.0; }

.p-voice__block-figure {
  width: 600px; }
  .p-voice__block-figure img {
    height: auto; }
  @media only screen and (max-width: 768px) {
    .p-voice__block-figure {
      width: 100%; } }

.p-profile {
  margin: 0 auto 5vw; }

.p-profile__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  @media only screen and (max-width: 768px) {
    .p-profile__inner {
      flex-wrap: wrap; } }

.p-profile__fig-side {
  flex: 1 0 0;
  background: url(../img/bg_profile_left.jpg) center no-repeat/cover; }
  @media only screen and (max-width: 768px) {
    .p-profile__fig-side {
      flex: 1 0 auto;
      width: 50%; } }

@media only screen and (max-width: 768px) {
  .p-profile__fig-side_01 {
    order: 1; } }

.p-profile__fig-side_02 {
  order: 3;
  background: url(../img/bg_profile_right.jpg) center no-repeat/cover; }
  @media only screen and (max-width: 768px) {
    .p-profile__fig-side_02 {
      order: 2; } }

.p-profile__main {
  max-width: 900px;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .p-profile__main {
      max-width: auto;
      min-width: auto;
      max-width: initial;
      min-width: initial;
      width: 100%;
      order: 3;
      flex: 1 0 auto;
      padding: 0 5vw;
      flex-direction: column; } }

.p-profile__photo {
  padding-right: 30px; }
  .p-profile__photo img {
    width: 10vw;
    max-width: 200px; }
  @media only screen and (max-width: 768px) {
    .p-profile__photo {
      padding: 0;
      text-align: center;
      margin-bottom: 5vw;
      width: 100%; }
      .p-profile__photo img {
        width: 60%;
        max-width: 400px; } }

.p-profile__introduce {
  font-size: 90%;
  line-height: 2.0; }
  .p-profile__introduce h2 {
    color: #ffda00;
    margin-top: 0;
    line-height: 1; }
  @media only screen and (max-width: 768px) {
    .p-profile__introduce {
      text-align: center; }
      .p-profile__introduce h2 {
        font-size: 200%;
        margin-bottom: .2em; } }

.p-profile__name {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1.2rem; }
  .p-profile__name span {
    font-weight: normal;
    font-size: 70%;
    margin-right: 1em; }
    @media only screen and (max-width: 768px) {
      .p-profile__name span {
        display: block;
        margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .p-profile__name {
      margin-top: 1em;
      text-align: center; } }

.p-profile__content {
  margin-bottom: 2em; }
  @media only screen and (max-width: 768px) {
    .p-profile__content {
      text-align: left; } }

.p-briefing {
  background: url(../img/bg_footer_apply.png) center no-repeat/cover;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vw; }

.p-briefing__btn img {
  height: 64px; }

/*詳細ページ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
.p-voice-detail {
  margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .p-voice-detail {
      margin-top: 80px;
      margin-top: 0; } }

.p-detail-nav {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .p-detail-nav a {
    width: 50%;
    position: relative;
    display: block; }
    .p-detail-nav a:hover {
      /*&::after {
      	content: "";
      	display: block;
      	width: 100%;
      	height: 100%;
      	left: 0;
      	top: 0;
      	position: absolute;
      	background-color: $hover_color;
      }*/ }
      .p-detail-nav a:hover::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background-color: rgba(233, 71, 9, 0.65); }
  @media only screen and (max-width: 768px) {
    .p-detail-nav {
      display: block;
      max-width: auto;
      min-width: auto;
      max-width: initial;
      min-width: initial;
      width: 100%;
      margin-top: 10vh; }
      .p-detail-nav a {
        width: 90%;
        margin-bottom: 5px; } }

.p-detail-nav__bg-img {
  left: 0;
  top: 0;
  width: 100%; }

.p-detail-nav__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .p-detail-nav__to-next .p-detail-nav__wrapper {
    flex-direction: row-reverse; }
  @media only screen and (max-width: 768px) {
    .p-detail-nav__wrapper {
      padding: 0 1rem; } }

@media only screen and (max-width: 768px) {
  .p-detail-nav__to-next {
    margin-left: 10%; } }

.p-detail-nav__arrow img {
  width: 22px; }

.p-detail-nav__content {
  flex: auto;
  padding: 0 2rem;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .p-detail-nav__content {
      padding: 0 .5rem; } }

.p-detail-nav__num {
  font-size: 200%;
  line-height: 1;
  flex: 1 0 auto; }
  @media only screen and (max-width: 768px) {
    .p-detail-nav__num {
      font-size: 160%; } }

.p-detail-nav__voice-wrapper {
  flex: auto;
  padding-left: 2rem; }
  @media only screen and (max-width: 768px) {
    .p-detail-nav__voice-wrapper {
      padding-left: .5rem; } }

.p-detail-nav__tit {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .p-detail-nav__tit {
      font-size: 110%; } }

.p-detail-nav__name span {
  font-size: 70%;
  margin-right: 1rem; }

@media only screen and (max-width: 768px) {
  .p-voice-detail .p-voice__id {
    font-size: 100%;
    top: -1.5em;
    left: 2em; } }

.p-jump-archives {
  margin: 5vh 0 10vh;
  text-align: center; }

/*一覧ページ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
.p-voice-archive {
  margin-top: 150px; }
  @media only screen and (max-width: 768px) {
    .p-voice-archive {
      margin-top: 80px; } }

.p-voice__archive-item {
  width: 780px;
  display: block;
  text-decoration: none;
  margin-bottom: 4vh;
  overflow: hidden;
  }
  .p-voice__archive-item:nth-child(odd) {
    margin-left: calc(100% - 780px); }
  .p-voice__archive-item:first-of-type {
    margin-top: 5vh; }
  .p-voice__archive-item .p-voice__name {
    color: #656464;
    padding-right: 1rem; }
  @media only screen and (max-width: 768px) {
    .p-voice__archive-item {
      width: 100%;
      margin-bottom: 0; }
      .p-voice__archive-item:nth-child(odd) {
        margin-left: 0; }
      .p-voice__archive-item:first-of-type {
        margin-top: 3vh; } }

.p-voice-archive .p-voice__blockwrapper {
  background: none; }

.p-voice-archive .p-voice {
  max-width: 1200px;
  margin: auto; }

.p-voice-archive .p-voice__sub-title {
  width: calc( 100% - 10rem );
  margin-left: 10rem;
  margin-right: 0;
  margin-top: -14vh;
  padding-right: 0; }
  .p-voice-archive .p-voice__sub-title h2 {
    margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .p-voice-archive .p-voice__sub-title {
      width: calc( 100% - 4rem );
      margin-top: -10vh;
      margin-left: 4rem;
      padding-left: 1rem; }
      .p-voice-archive .p-voice__sub-title h2 {
        font-size: 80%;
        text-align: left; } }

.p-voice-archive .p-voice__id {
  top: -4rem;
  left: -8rem;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .p-voice-archive .p-voice__id {
      font-size: 100%;
      top: -34px;
      left: calc( -4rem + 5px ); } }

.p-voice-archive .p-voice__figure {
  position: relative; }
  .p-voice-archive .p-voice__figure:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(233, 71, 9, 0.65); }

/*modal
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
.p-movie-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center; }
  .is-show-movie .p-movie-modal {
    opacity: 1;
    z-index: 101;
    transition: 0.2s; }

.p-movie-modal__inner {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .p-movie-modal__inner {
      width: 80vw; }
      .p-movie-modal__inner iframe {
        width: 100%;
        height: calc( 80vw * .8 ); } }

.p-moviemodal-close-trigger {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: .2s;
  position: absolute;
  right: 0px;
  top: -60px; }
  .p-moviemodal-close-trigger:hover {
    opacity: 0.4; }
  .p-moviemodal-close-trigger::before, .p-moviemodal-close-trigger::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #000;
    transform: translateY(20px) rotate(45deg) translateX(1px); }
  .p-moviemodal-close-trigger::after {
    transform: translateY(20px) rotate(-45deg) translateX(1px); }

    /*
      sp_nav
    */

    @media only screen and (max-width: 768px) {
      .p-fixed-nav {
        display: none;
      }
    }

    .p-fixed-nav_sp {
      display: none;
    }

    @media only screen and (max-width: 768px) {
      .p-fixed-nav_sp {
        display: block;
      }
    }

    .p-fixed-nav_sp {
      bottom: 0;
      top: auto;
      bottom: 0;
      width: 300px;
      left: 50%;
      transform: translateX(-50%);
      box-sizing: border-box;
    }

    .p-fixed-nav_sp__inner {
      border-radius: 0;
      overflow: hidden;
    }

    .p-fixed-nav_sp__inner a {
      display: inline-block;
      text-align: center;
      border-right: 1px solid #fff;
      border-bottom: 0;
      width: 33.33333333%;
      box-sizing: border-box;
    }

    .p-fixed-nav_sp__inner a:first-child {
      border-radius: 6px 0 0 0;
    }

    .p-fixed-nav_sp__inner a:last-child {
      border-right: none;
      border-radius: 0 6px 0 0;
    }

    .p-fixed-nav_sp__inner a span {
    }
    /*
    #navWrap
    */
    #navWrap > .inner {
      align-items: flex-start;
    }
    @media only screen and (max-width: 768px) {
      #navWrap {
      height: auto;
      top: 63px;
    }

    .nav-container{
      width: 100%;
      max-width: 500px;
    }

    /*
    p-main-footer__sns
    */

    @media only screen and (max-width: 768px) {
      .p-main-footer__sns {
        justify-content: center;
      }
    }
    /*
    body
    */

    @media only screen and (max-width: 768px) {
      body {
        margin-bottom: 110px;
      }
    }
