
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  width: 100% !important;
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table;
    display: none; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  width: auto !important;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev, .slick-next {
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  border-style: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer; }
  .slick-prev:before, .slick-next:before {
    content: '';
    border: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    box-sizing: border-box; }
    @media (min-width: 700px) {
      .slick-prev:before, .slick-next:before {
        width: 12px;
        height: 12px;
        margin-top: -6px; } }
    @media (max-width: 699px) {
      .slick-prev:before, .slick-next:before {
        width: 10px;
        height: 10px;
        margin-top: -5px; } }

.slick-prev {
  left: 0; }
  @media (min-width: 700px) {
    .slick-prev {
      margin-left: -30px; } }
  @media (max-width: 699px) {
    .slick-prev {
      margin-left: -15px; } }
  .slick-prev:before {
    left: 0; }
    @media (min-width: 700px) {
      .list .slick-prev:before {
        border-bottom: solid 2px #aaaaaa;
        border-left: solid 2px #aaaaaa; } }
    @media (max-width: 699px) {
      .list .slick-prev:before {
        border-bottom: solid 2px #aaaaaa;
        border-left: solid 2px #aaaaaa; } }
    .voice .slick-prev:before {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
      @media (min-width: 700px) {
        .voice .slick-prev:before {
          border-bottom: solid 2px #ffffff;
          border-left: solid 2px #ffffff; } }
      @media (max-width: 699px) {
        .voice .slick-prev:before {
          border-bottom: solid 2px #ffffff;
          border-left: solid 2px #ffffff; } }

.slick-next {
  right: 0; }
  @media (min-width: 700px) {
    .slick-next {
      margin-right: -30px; } }
  @media (max-width: 699px) {
    .slick-next {
      margin-right: -15px; } }
  .slick-next:before {
    right: 0; }
    @media (min-width: 700px) {
      .list .slick-next:before {
        border-top: solid 2px #aaaaaa;
        border-right: solid 2px #aaaaaa; } }
    @media (max-width: 699px) {
      .list .slick-next:before {
        border-top: solid 2px #aaaaaa;
        border-right: solid 2px #aaaaaa; } }
    .voice .slick-next:before {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
      @media (min-width: 700px) {
        .voice .slick-next:before {
          border-top: solid 2px #ffffff;
          border-right: solid 2px #ffffff; } }
      @media (max-width: 699px) {
        .voice .slick-next:before {
          border-top: solid 2px #ffffff;
          border-right: solid 2px #ffffff; } }

.about {
  position: relative;
  width: 100%;
  background-color: #f9f9f9; }
  @media (min-width: 700px) {
    .about {
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media (max-width: 699px) {
    .about {
      padding-top: 40px;
      padding-bottom: 50px; } }

.about__inner {
  margin: auto; }
  @media (min-width: 700px) {
    .about__inner {
      width: 900px; } }
  @media (max-width: 699px) {
    .about__inner {
      width: 330px; } }

@media (min-width: 700px) {
  .about__title {
    color: #3b3d40;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center; } }

@media (max-width: 699px) {
  .about__title {
    color: #3b3d40;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left; } }

.about__description {
  color: #666666; }
  @media (min-width: 700px) {
    .about__description {
      color: #666666;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.65;
      letter-spacing: normal;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 34px; } }
  @media (max-width: 699px) {
    .about__description {
      color: #666666;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.65;
      letter-spacing: normal;
      margin-top: 34px; } }

@media (min-width: 700px) {
  .about__description[data-columns="1"] .about__column {
    width: 900px; }
  .about__description[data-columns="2"] .about__column {
    width: 420px; } }

@media (max-width: 699px) {
  .about__column {
    width: 330px; } }

@media (min-width: 700px) {
  .about__text:not(:last-child) {
    margin-bottom: 25px; } }

@media (max-width: 699px) {
  .about__text {
    margin-bottom: 25px; } }

.anout-button {
  text-align: center; }

.about-button__inner {
  display: inline-block; }
  @media (min-width: 700px) {
    .about-button__inner {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      width: auto;
      height: 42px;
      padding: 0px 20px;
      line-height: 42px;
      border-radius: 21px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      margin: 48px auto 0; }
      .about-button__inner:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (max-width: 699px) {
    .about-button__inner {
      width: auto;
      height: 42px;
      padding: 0px 20px;
      line-height: 42px;
      border-radius: 42px/2;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      margin-top: 0px; } }

.contact {
  position: relative;
  width: 100%;
  background-color: #f9f9f9; }
  @media (min-width: 700px) {
    .contact {
      padding-top: 30px;
      padding-bottom: 100px; } }
  @media (max-width: 699px) {
    .contact {
      padding-top: 15px;
      padding-bottom: 50px; } }

@media (min-width: 700px) {
  .contact[data-pattern='A'] {
    padding-bottom: 70px; } }

@media (max-width: 699px) {
  .contact[data-pattern='A'] {
    padding-bottom: 45px; } }

.contact[data-pattern='A'] .contact__inner {
  margin: auto; }
  @media (min-width: 700px) {
    .contact[data-pattern='A'] .contact__inner {
      width: 500px; } }
  @media (max-width: 699px) {
    .contact[data-pattern='A'] .contact__inner {
      width: 330px; } }

.contact[data-pattern='A'] .contact__title {
  text-align: left; }
  @media (min-width: 700px) {
    .contact[data-pattern='A'] .contact__title {
      color: #3b3d40;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal;
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media (max-width: 699px) {
    .contact[data-pattern='A'] .contact__title {
      color: #3b3d40;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal;
      margin-top: 30px;
      margin-bottom: 30px; } }

@media (min-width: 700px) {
  .contact[data-pattern='A'] .contact__description {
    margin-top: 5px; } }

@media (max-width: 699px) {
  .contact[data-pattern='A'] .contact__description {
    margin-top: 20px; } }

.contact[data-pattern='A'] .contact__paragraph {
  text-align: left; }
  @media (min-width: 700px) {
    .contact[data-pattern='A'] .contact__paragraph {
      color: #666666;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.6;
      letter-spacing: normal; }
      .contact[data-pattern='A'] .contact__paragraph:not(:first-child) {
        margin-top: 23px; } }
  @media (max-width: 699px) {
    .contact[data-pattern='A'] .contact__paragraph {
      color: #666666;
      font-size: 13px;
      font-weight: normal;
      line-height: 1.6;
      letter-spacing: normal; }
      .contact[data-pattern='A'] .contact__paragraph:not(:first-child) {
        margin-top: 18px; } }

.contact[data-pattern='A'] .contact-button {
  text-align: center; }

.contact[data-pattern='A'] .contact-button__inner {
  display: inline-block; }
  @media (min-width: 700px) {
    .contact[data-pattern='A'] .contact-button__inner {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      width: 200px;
      height: 42px;
      padding: 0px 0px;
      line-height: 42px;
      border-radius: 21px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      margin: 36px auto 0; }
      .contact[data-pattern='A'] .contact-button__inner:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (max-width: 699px) {
    .contact[data-pattern='A'] .contact-button__inner {
      width: 200px;
      height: 42px;
      padding: 0px 0px;
      line-height: 42px;
      border-radius: 21px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      margin: 20px auto 0; } }

.contact[data-pattern='B'] {
  background-color: #ffffff; }
  .contact[data-pattern='B'] .contact__inner {
    margin: auto; }
    @media (min-width: 700px) {
      .contact[data-pattern='B'] .contact__inner {
        width: 900px;
        margin-bottom: -44px; } }
    @media (max-width: 699px) {
      .contact[data-pattern='B'] .contact__inner {
        width: 330px;
        margin-bottom: 0px; } }
  .contact[data-pattern='B'] .contact__title {
    text-align: center; }
    @media (min-width: 700px) {
      .contact[data-pattern='B'] .contact__title {
        color: #3b3d40;
        font-size: 24px;
        font-weight: normal;
        line-height: 1.25;
        letter-spacing: normal;
        margin-top: 25px; } }
    @media (max-width: 699px) {
      .contact[data-pattern='B'] .contact__title {
        color: #3b3d40;
        font-size: 24px;
        font-weight: normal;
        line-height: 1.25;
        letter-spacing: normal;
        margin-top: 35px; }
        [data-section='contact2'] .contact[data-pattern='B'] .contact__title {
          color: #3b3d40;
          font-size: 19px;
          font-weight: normal;
          line-height: 1.25;
          letter-spacing: normal;
          margin-top: 30px; } }
  @media (min-width: 700px) {
    .contact[data-pattern='B'] .contact__description {
      margin-top: 18px; } }
  @media (max-width: 699px) {
    .contact[data-pattern='B'] .contact__description {
      margin-top: 20px; } }
  .contact[data-pattern='B'] .contact__paragraph {
    text-align: center; }
    @media (min-width: 700px) {
      .contact[data-pattern='B'] .contact__paragraph {
        color: #666666;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.6;
        letter-spacing: normal; }
        .contact[data-pattern='B'] .contact__paragraph:not(:first-child) {
          margin-top: 23px; } }
    @media (max-width: 699px) {
      .contact[data-pattern='B'] .contact__paragraph {
        color: #666666;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.6;
        letter-spacing: normal; }
        .contact[data-pattern='B'] .contact__paragraph:not(:first-child) {
          margin-top: 18px; } }
  .contact[data-pattern='B'] .contact-button {
    text-align: center; }
  .contact[data-pattern='B'] .contact-button__inner {
    display: inline-block;
    position: relative; }
    @media (min-width: 700px) {
      .contact[data-pattern='B'] .contact-button__inner {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transition: opacity 0.2s ease-out 0s;
        width: 292px;
        height: 60px;
        padding: 0px 0px;
        line-height: 60px;
        border-radius: 30px;
        background-color: #fd365b;
        color: #ffffff;
        font-size: 19px;
        text-align: center;
        text-decoration: none;
        margin: 44px auto 0; }
        .contact[data-pattern='B'] .contact-button__inner:hover {
          opacity: 0.6;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
    @media (max-width: 699px) {
      .contact[data-pattern='B'] .contact-button__inner {
        width: 312px;
        height: 64px;
        padding: 0px 0px;
        line-height: 64px;
        border-radius: 32px;
        background-color: #fd365b;
        color: #ffffff;
        font-size: 19px;
        text-align: center;
        text-decoration: none;
        margin: 44px auto 0; }
        [data-section='contact2'] .contact[data-pattern='B'] .contact-button__inner {
          margin: 25px auto 0; } }
    .contact[data-pattern='B'] .contact-button__inner:after {
      content: ''; }
      @media (min-width: 700px) {
        .contact[data-pattern='B'] .contact-button__inner:after {
          border: 0px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 20px;
          box-sizing: border-box;
          width: 8px;
          height: 8px;
          margin-top: -3px;
          border-top: solid 2px #ffffff;
          border-right: solid 2px #ffffff; } }
      @media (max-width: 699px) {
        .contact[data-pattern='B'] .contact-button__inner:after {
          border: 0px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 20px;
          box-sizing: border-box;
          width: 8px;
          height: 8px;
          margin-top: -3px;
          border-top: solid 2px #ffffff;
          border-right: solid 2px #ffffff;
          border-top: solid 2px #ffffff;
          border-right: solid 2px #ffffff; } }

.detail {
  position: relative;
  width: 100%; }
  @media (min-width: 700px) {
    .detail {
      min-width: 900px; } }

[data-pattern='A'] .detail__title {
  text-align: center; }
  @media (min-width: 700px) {
    [data-pattern='A'] .detail__title {
      color: #3b3d40;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal;
      width: 900px;
      margin: 0 auto 50px;
      padding-top: 70px; } }
  @media (max-width: 699px) {
    [data-pattern='A'] .detail__title {
      color: #3b3d40;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal;
      width: 330px;
      margin: 0 auto 30px;
      padding-top: 50px; } }

[data-pattern='A'] .detail__item:nth-of-type(2n+1) {
  background-color: #ffffff; }

[data-pattern='A'] .detail__item:nth-of-type(2n) {
  background-color: #f9f9f9; }

[data-pattern='A'] .detail__item:nth-child(1) {
  padding-top: 0px; }

@media (min-width: 700px) {
  [data-pattern='A'] .detail__item {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media (max-width: 699px) {
  [data-pattern='A'] .detail__item {
    padding-top: 50px;
    padding-bottom: 50px; } }

[data-pattern='A'] .detail__inner {
  margin: auto; }
  @media (min-width: 700px) {
    [data-pattern='A'] .detail__inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 900px; }
      [data-pattern='A'] .detail__inner[data-layout="img-left"] {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      [data-pattern='A'] .detail__inner[data-layout="img-right"] {
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  @media (max-width: 699px) {
    [data-pattern='A'] .detail__inner {
      width: 330px; } }

[data-pattern='A'] .detail__img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 700px) {
    [data-pattern='A'] .detail__img {
      width: 280px;
      height: 280px; }
      [data-layout="img-left"] [data-pattern='A'] .detail__img {
        margin-left: 50px; }
      [data-layout="img-right"] [data-pattern='A'] .detail__img {
        margin-right: 50px; } }
  @media (max-width: 699px) {
    [data-pattern='A'] .detail__img {
      width: 200px;
      height: 200px;
      margin: auto; } }

@media (min-width: 700px) {
  [data-pattern='A'] .detail__content {
    width: 450px; } }

@media (max-width: 699px) {
  [data-pattern='A'] .detail__content {
    width: 330px; } }

@media (min-width: 700px) {
  [data-pattern='A'] .detail__headline {
    color: #666666;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal; } }

@media (max-width: 699px) {
  [data-pattern='A'] .detail__headline {
    color: #666666;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
    margin-top: 32px;
    text-align: center; } }

@media (min-width: 700px) {
  [data-pattern='A'] .detail__description {
    margin-top: 25px; } }

@media (max-width: 699px) {
  [data-pattern='A'] .detail__description {
    margin-top: 20px; } }

@media (min-width: 700px) {
  [data-pattern='A'] .detail__paragraph {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal; }
    [data-pattern='A'] .detail__paragraph:not(:first-child) {
      margin-top: 23px; } }

@media (max-width: 699px) {
  [data-pattern='A'] .detail__paragraph {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal; }
    [data-pattern='A'] .detail__paragraph:not(:first-child) {
      margin-top: 25px; } }

@media (max-width: 699px) {
  [data-pattern='A'] .detail-button {
    text-align: center; } }

[data-pattern='A'] .detail-button__inner {
  display: inline-block; }
  @media (min-width: 700px) {
    [data-pattern='A'] .detail-button__inner {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      width: auto;
      height: 42px;
      padding: 0px 20px;
      line-height: 42px;
      border-radius: 21px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      margin-top: 36px; }
      [data-pattern='A'] .detail-button__inner:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (max-width: 699px) {
    [data-pattern='A'] .detail-button__inner {
      width: auto;
      height: 42px;
      padding: 0px 20px;
      line-height: 42px;
      border-radius: 21px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      margin: 30px auto 0; } }

[data-pattern='B'] .detail__title {
  text-align: center; }
  @media (min-width: 700px) {
    [data-pattern='B'] .detail__title {
      color: #666666;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal;
      background-color: #ffffff;
      width: 900px;
      margin: 0px auto;
      padding: 40px 0; } }
  @media (max-width: 699px) {
    [data-pattern='B'] .detail__title {
      color: #666666;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal;
      background-color: #ffffff;
      width: 330px;
      margin: 0 auto 28px;
      padding-top: 30px; } }

[data-pattern='B'] .detail__item:nth-of-type(2n) {
  background-color: #ffffff; }

[data-pattern='B'] .detail__item:nth-of-type(2n+1) {
  background-color: #f9f9f9; }
  [data-section='detail2'] [data-pattern='B'] .detail__item:nth-of-type(2n+1) {
    background-color: #ffffff; }

@media (min-width: 700px) {
  [data-pattern='B'] .detail__item {
    padding-top: 0px;
    padding-bottom: 0px; } }

@media (max-width: 699px) {
  [data-pattern='B'] .detail__item {
    padding-top: 0px;
    padding-bottom: 50px; } }
  @media (max-width: 699px) and (max-width: 699px) {
    [data-section='detail4'] [data-pattern='B'] .detail__item {
      padding-bottom: 0; } }

[data-pattern='B'] .detail__inner {
  margin: auto; }
  @media (min-width: 700px) {
    [data-pattern='B'] .detail__inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      min-width: 900px; }
      [data-pattern='B'] .detail__inner.issp {
        display: none; }
      [data-pattern='B'] .detail__inner[data-layout="img-left"] {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      [data-pattern='B'] .detail__inner[data-layout="img-right"] {
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  @media (max-width: 699px) {
    [data-pattern='B'] .detail__inner {
      width: 100%; }
      [data-pattern='B'] .detail__inner.ispc {
        display: none; } }

[data-pattern='B'] .detail__img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 700px) {
    [data-pattern='B'] .detail__img {
      width: 50%;
      height: 35.16667vw;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      background-size: cover; } }
  @media (max-width: 699px) {
    [data-pattern='B'] .detail__img {
      width: 100%;
      height: 0;
      padding-top: 68.30189%;
      background-size: auto 100%; } }

@media (min-width: 700px) {
  [data-section='detail3'] [data-pattern='B'] .detail__item:nth-of-type(2n+1) .detail__img {
    background-position: right center; } }

@media (min-width: 700px) {
  [data-section='detail3'] [data-pattern='B'] .detail__item:nth-of-type(2n) .detail__img {
    background-position: left center; } }

@media (min-width: 700px) {
  [data-pattern='B'] .detail__content {
    width: 37%;
    margin: auto;
    padding: 50px 0; } }

@media (max-width: 699px) {
  [data-pattern='B'] .detail__content {
    width: 330px;
    margin: auto; } }

@media (min-width: 700px) {
  [data-pattern='B'] .detail__headline {
    color: #666666;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal; } }

@media (max-width: 699px) {
  [data-pattern='B'] .detail__headline {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    width: 330px;
    margin: auto;
    padding: 30px 0; } }

@media (min-width: 700px) {
  [data-pattern='B'] .detail__description {
    margin-top: 25px; } }

@media (max-width: 699px) {
  [data-pattern='B'] .detail__description {
    margin-top: 23px;
    width: 330px;
    margin: auto;
    padding-top: 35px;
    margin-bottom: -15px; } }

@media (min-width: 700px) {
  [data-pattern='B'] .detail__paragraph {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal; }
    [data-pattern='B'] .detail__paragraph:not(:first-child) {
      margin-top: 23px; } }

@media (max-width: 699px) {
  [data-pattern='B'] .detail__paragraph {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal; }
    [data-pattern='B'] .detail__paragraph:not(:first-child) {
      margin-top: 25px; } }

@media (max-width: 699px) {
  [data-pattern='B'] .detail-button {
    text-align: center; } }

[data-pattern='B'] .detail-button__inner {
  display: inline-block; }
  @media (min-width: 700px) {
    [data-pattern='B'] .detail-button__inner {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      width: 200px;
      height: 42px;
      padding: 0px 0px;
      line-height: 42px;
      border-radius: 21px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      margin-top: 36px; }
      [data-pattern='B'] .detail-button__inner:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (max-width: 699px) {
    [data-pattern='B'] .detail-button__inner {
      width: 200px;
      height: 42px;
      padding: 0px 0px;
      line-height: 42px;
      border-radius: 21px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      margin: 40px auto 0; } }
  [data-section='detail2'] [data-pattern='B'] .detail-button__inner {
    position: relative; }
    @media (min-width: 700px) {
      [data-section='detail2'] [data-pattern='B'] .detail-button__inner {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transition: opacity 0.2s ease-out 0s;
        width: 292px;
        height: 60px;
        padding: 0px 0px;
        line-height: 60px;
        border-radius: 30px;
        background-color: #fd365b;
        color: #ffffff;
        font-size: 19px;
        text-align: center;
        text-decoration: none;
        margin: 44px auto 0; }
        [data-section='detail2'] [data-pattern='B'] .detail-button__inner:hover {
          opacity: 0.6;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
    @media (max-width: 699px) {
      [data-section='detail2'] [data-pattern='B'] .detail-button__inner {
        width: 312px;
        height: 64px;
        padding: 0px 0px;
        line-height: 64px;
        border-radius: 32px;
        background-color: #fd365b;
        color: #ffffff;
        font-size: 19px;
        text-align: center;
        text-decoration: none;
        margin: 44px auto -10px; } }
    [data-section='detail2'] [data-pattern='B'] .detail-button__inner:after {
      content: ''; }
      @media (min-width: 700px) {
        [data-section='detail2'] [data-pattern='B'] .detail-button__inner:after {
          border: 0px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 20px;
          box-sizing: border-box;
          width: 8px;
          height: 8px;
          margin-top: -3px;
          border-top: solid 2px #ffffff;
          border-right: solid 2px #ffffff; } }
      @media (max-width: 699px) {
        [data-section='detail2'] [data-pattern='B'] .detail-button__inner:after {
          border: 0px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 20px;
          box-sizing: border-box;
          width: 8px;
          height: 8px;
          margin-top: -3px;
          border-top: solid 2px #ffffff;
          border-right: solid 2px #ffffff;
          border-top: solid 2px #ffffff;
          border-right: solid 2px #ffffff; } }
  @media (min-width: 700px) {
    [data-section='detail4'] [data-pattern='B'] .detail-button__inner {
      width: 200px;
      height: 42px;
      padding: 0px 0px;
      line-height: 42px;
      border-radius: 21px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none; } }
  @media (max-width: 699px) {
    [data-section='detail4'] [data-pattern='B'] .detail-button__inner {
      width: 200px;
      height: 42px;
      padding: 0px 0px;
      line-height: 42px;
      border-radius: 21px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none; } }

.event {
  position: relative;
  width: 100%;
  background-color: #f9f9f9; }
  @media (min-width: 700px) {
    .event {
      padding-top: 80px;
      padding-bottom: 30px; } }
  @media (max-width: 699px) {
    .event {
      padding-top: 40px;
      padding-bottom: 15px; } }

.event__inner {
  margin: auto; }
  @media (min-width: 700px) {
    .event__inner {
      width: 900px; } }
  @media (max-width: 699px) {
    .event__inner {
      width: 330px; } }

.event__title {
  text-align: center; }
  @media (min-width: 700px) {
    .event__title {
      color: #3b3d40;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .event__title {
      color: #3b3d40;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal; } }

.event__subtitle {
  text-align: center; }
  @media (min-width: 700px) {
    .event__subtitle {
      color: #666666;
      font-size: 19px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: normal;
      margin-top: 15px; } }
  @media (max-width: 699px) {
    .event__subtitle {
      color: #666666;
      font-size: 19px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: normal;
      margin-top: 25px; } }

@media (min-width: 700px) {
  .event__description {
    width: 420px;
    margin: 10px auto 0; } }

@media (max-width: 699px) {
  .event__description {
    width: 330px;
    margin: 10px auto 0; } }

.event__paragraph {
  text-align: center; }
  @media (min-width: 700px) {
    .event__paragraph {
      color: #666666;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.6;
      letter-spacing: normal; }
      .event__paragraph:not(:first-child) {
        margin: 10px auto 0; } }
  @media (max-width: 699px) {
    .event__paragraph {
      color: #666666;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.6;
      letter-spacing: normal; }
      .event__paragraph:not(:first-child) {
        margin: 10px auto 0; } }

@media (min-width: 700px) {
  .event-information {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px; } }

@media (max-width: 699px) {
  .event-information {
    width: 330px;
    margin-top: 21px; } }

.event-information__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 700px) {
    .event-information__item {
      width: 420px; } }
  @media (max-width: 699px) {
    .event-information__item {
      width: 330px;
      margin-top: 10px; } }

.event-information__title {
  width: 15%; }
  @media (min-width: 700px) {
    .event-information__title {
      color: #666666;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .event-information__title {
      color: #666666;
      font-size: 13px;
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: normal; } }
  .event-information__title:after {
    content: "　"; }

.event-information__text {
  width: 85%; }
  @media (min-width: 700px) {
    .event-information__text {
      color: #666666;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.4;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .event-information__text {
      color: #666666;
      font-size: 13px;
      font-weight: normal;
      line-height: 1.4;
      letter-spacing: normal; } }

.event__attention {
  text-align: center; }
  @media (min-width: 700px) {
    .event__attention {
      color: #666666;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.4;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .event__attention {
      color: #666666;
      font-size: 10px;
      font-weight: normal;
      line-height: 1.4;
      letter-spacing: normal; } }

.event-button {
  text-align: center; }

.event-button__inner {
  display: inline-block; }
  @media (min-width: 700px) {
    .event-button__inner {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      width: auto;
      height: 42px;
      padding: 0px 20px;
      line-height: 42px;
      border-radius: 21px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      margin: 48px auto 0; }
      .event-button__inner:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (max-width: 699px) {
    .event-button__inner {
      width: auto;
      height: 42px;
      padding: 0px 20px;
      line-height: 42px;
      border-radius: 42px/2;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      margin: 10px auto 0; } }

.footer {
  position: relative;
  width: 100%;
  background-color: #ffffff; }
  @media (min-width: 700px) {
    .footer {
      padding-bottom: 25px; } }
  @media (max-width: 699px) {
    .footer {
      padding-bottom: 25px; } }

.footer__inner {
  margin: auto; }
  @media (min-width: 700px) {
    .footer__inner {
      width: 900px; } }
  @media (max-width: 699px) {
    .footer__inner {
      width: 330px; } }

.footer-share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 700px) {
    .footer-share {
      width: 100%; } }
  @media (max-width: 699px) {
    .footer-share {
      width: 300px;
      margin: auto; } }

.footer-share__item {
  display: inline-block; }
  @media (min-width: 700px) {
    .footer-share__item:not(:last-child) {
      margin-right: 5px; } }
  @media (max-width: 699px) {
    .footer-share__item:not(:last-child) {
      margin-right: 2.5px; } }

.fb-like.fb_iframe_widget span {
  vertical-align: top !important; }

.footer__link {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  @media (min-width: 700px) {
    .footer__link {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      margin: 30px auto 0;
      width: 160px;
      height: 0;
      padding-top: 32.17391px; }
      .footer__link:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (max-width: 699px) {
    .footer__link {
      margin: 35px auto 0;
      width: 160px;
      height: 0;
      padding-top: 26.52174px; } }

.footer__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 700px) {
    .footer__contents {
      margin: 20px auto 0; } }
  @media (max-width: 699px) {
    .footer__contents {
      margin: 10px auto 0; } }

.footer__about {
  display: inline-block;
  text-decoration: none; }
  @media (min-width: 700px) {
    .footer__about {
      padding: 4px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      color: #666666;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal; }
      .footer__about:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (max-width: 699px) {
    .footer__about {
      padding: 4.5px;
      color: #666666;
      font-size: 11px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal; } }
  .footer__about:after {
    content: "|";
    position: relative;
    display: inline-block;
    font-weight: normal; }
    @media (min-width: 700px) {
      .footer__about:after {
        top: -1px;
        padding-left: 9px; } }
    @media (max-width: 699px) {
      .footer__about:after {
        top: -1px;
        padding-left: 9px; } }

.footer__contact {
  display: inline-block;
  text-decoration: none; }
  @media (min-width: 700px) {
    .footer__contact {
      padding: 4px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      color: #666666;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal; }
      .footer__contact:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (max-width: 699px) {
    .footer__contact {
      padding: 4.5px;
      color: #666666;
      font-size: 11px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal; } }

.footer__copyright {
  text-align: center; }
  @media (min-width: 700px) {
    .footer__copyright {
      margin-top: 4px;
      color: #666666;
      font-size: 10px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .footer__copyright {
      margin-top: 5px;
      color: #666666;
      font-size: 10px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: normal; } }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #3b3d40;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.5s ease-out 0s, visibility 0.5s ease-out 0s;
  visibility: hidden;
  z-index: 1; }
  .header.is-scrolled {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible; }
  @media (min-width: 700px) {
    .header {
      height: 80px; } }
  @media (max-width: 699px) {
    .header {
      height: 55px; } }
  @media (max-width: 699px) and (orientation: landscape) {
    .header {
      height: 41px; } }

.header__title {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  height: 0; }

.menu {
  position: relative;
  width: 100%; }
  @media (min-width: 700px) {
    .menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 26px; } }
  @media (max-width: 699px) {
    .menu {
      display: block;
      position: relative;
      height: 100vh;
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      transition: visibility 0.2s ease-out 0s, opacity 0.2s ease-out 0s; }
      .is-menu-open .menu {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@media (min-width: 700px) {
  .menu__bg {
    display: none; } }

@media (max-width: 699px) {
  .menu__bg {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 120vh;
    top: 0;
    background-color: #000000;
    transition: visibility 0.2s ease-out 0s, opacity 0.2s ease-out 0s; }
    .is-menu-open .menu__bg {
      visibility: visible;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }

@media (max-width: 699px) {
  .menu__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 80%;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.menu__item {
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  @media (min-width: 700px) {
    .menu__item {
      padding: 6px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      color: #ffffff;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.6;
      letter-spacing: normal; }
      .menu__item:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
      .menu__item:not(:last-child):after {
        content: "|";
        position: relative;
        display: inline-block;
        top: -1px;
        padding-left: 13px; } }
  @media (max-width: 699px) {
    .menu__item {
      display: block;
      margin: auto;
      padding: 14px;
      text-align: center;
      color: #ffffff;
      font-size: 22px;
      font-weight: normal;
      line-height: 1.6;
      letter-spacing: normal; } }
  @media (max-width: 699px) and (orientation: landscape) {
    .menu__item {
      display: block;
      margin: auto;
      padding: 0 14px;
      text-align: center;
      color: #ffffff;
      font-size: 16.5px;
      font-weight: normal;
      line-height: 1.6;
      letter-spacing: normal; } }

.header-share {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 700px) {
    .header-share {
      top: 30px;
      right: 30px; } }
  @media (max-width: 699px) {
    .header-share {
      top: 15px;
      right: 15px; } }
  @media (max-width: 699px) and (orientation: landscape) {
    .header-share {
      top: 11px;
      right: 11px; } }

.header-share__item {
  display: inline-block; }
  @media (min-width: 700px) {
    .header-share__item {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s; }
      .header-share__item:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
      .header-share__item:not(:first-child) {
        margin-left: 19px; } }
  @media (max-width: 699px) {
    .header-share__item:not(:first-child) {
      margin-left: 21px; } }
  @media (max-width: 699px) and (orientation: landscape) {
    .header-share__item:not(:first-child) {
      margin-left: 15.5px; } }
  @media (min-width: 700px) {
    .header-share__item--twitter {
      width: 26px;
      height: 21px;
      background-image: url("../img/share/twitter.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; } }
  @media (max-width: 699px) {
    .header-share__item--twitter {
      width: 26px;
      height: 21px;
      background-image: url("../img/share/twitter.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; } }
  @media (min-width: 700px) {
    .header-share__item--facebook {
      width: 13px;
      height: 23px;
      background-image: url("../img/share/facebook.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; } }
  @media (max-width: 699px) {
    .header-share__item--facebook {
      width: 12px;
      height: 22px;
      background-image: url("../img/share/facebook.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; } }
  @media (max-width: 699px) and (orientation: landscape) {
    .header-share__item--facebook {
      width: 9px;
      height: 16.5px;
      background-image: url("../img/share/facebook.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; } }
  @media (min-width: 700px) {
    .header-share__item--line {
      display: none; } }
  @media (max-width: 699px) {
    .header-share__item--line {
      width: 24.5px;
      height: 24.5px;
      background-image: url("../img/share/line.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; } }
  @media (max-width: 699px) and (orientation: landscape) {
    .header-share__item--line {
      width: 18px;
      height: 18px;
      background-image: url("../img/share/line.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; } }

@media (min-width: 700px) {
  .menu-icon {
    display: none; } }

@media (max-width: 699px) {
  .menu-icon {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0px;
    left: 0px; }
    .is-menu-open .menu-icon {
      pointer-events: none; } }

@media (max-width: 699px) and (orientation: landscape) {
  .menu-icon {
    width: 41px;
    height: 55px;
    top: 15px;
    left: 15px; } }

@media (max-width: 699px) {
  .menu-icon__line {
    position: absolute;
    width: 18px;
    height: 2.5px;
    background-color: #ffffff;
    transition: top 0.2s ease-out 0s, opacity 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    transition: top 0.2s ease-out 0s, transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
    transition: top 0.2s ease-out 0s, transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s; }
    .menu-icon__line:nth-child(1) {
      left: 20px;
      top: 20px; }
    .menu-icon__line:nth-child(2) {
      left: 20px;
      top: 26px; }
    .menu-icon__line:nth-child(3) {
      left: 20px;
      top: 32px; }
    .is-menu-open .menu-icon__line:nth-child(1) {
      top: 26px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .is-menu-open .menu-icon__line:nth-child(2) {
      top: 26px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .is-menu-open .menu-icon__line:nth-child(3) {
      top: 26px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); } }

@media (max-width: 699px) and (orientation: landscape) {
  .menu-icon__line:nth-child(1) {
    left: 0px;
    top: 0px; }
  .menu-icon__line:nth-child(2) {
    left: 0px;
    top: 6px; }
  .menu-icon__line:nth-child(3) {
    left: 0px;
    top: 12px; }
  .is-menu-open .menu-icon__line:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .is-menu-open .menu-icon__line:nth-child(2) {
    top: 6px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .is-menu-open .menu-icon__line:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

.information {
  position: relative;
  width: 100%;
  background-color: #3b3d40; }
  @media (min-width: 700px) {
    .information {
      min-height: 500px; } }

.information__bg {
  position: relative;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 700px) {
    .information__bg {
      padding-top: 68.25%;
      background-size: 100% auto; } }
  @media (max-width: 699px) {
    .information__bg {
      padding-top: 174.13333%;
      background-size: auto 100%; } }

.information__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #3b3d40;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.information__inner {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 700px) {
    .information__inner {
      width: 900px; } }
  @media (max-width: 699px) {
    .information__inner {
      width: 330px; } }

.information__title {
  text-align: center; }
  @media (min-width: 700px) {
    .information__title {
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .information__title {
      color: #ffffff;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal; } }

.information__description {
  text-align: center; }
  @media (min-width: 700px) {
    .information__description {
      color: #ffffff;
      font-size: 19px;
      font-weight: center;
      line-height: 1.3;
      letter-spacing: normal;
      margin-top: 35px; } }
  @media (max-width: 699px) {
    .information__description {
      color: #ffffff;
      font-size: 19px;
      font-weight: center;
      line-height: 1.3;
      letter-spacing: normal;
      margin-top: 25px; } }

.information__paragraph {
  text-align: center; }
  @media (min-width: 700px) {
    .information__paragraph {
      color: #ffffff;
      font-size: 19px;
      font-weight: center;
      line-height: 1.5;
      letter-spacing: normal; }
      .information__paragraph:not(:first-child) {
        margin-top: 25px; } }
  @media (max-width: 699px) {
    .information__paragraph {
      color: #ffffff;
      font-size: 19px;
      font-weight: center;
      line-height: 1.5;
      letter-spacing: normal; }
      .information__paragraph:not(:first-child) {
        margin-top: 25px; } }
  .information__paragraph .new-line {
    line-height: 1.5; }

@media (min-width: 700px) {
  .information__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 900px;
    margin-top: 25px; } }

@media (max-width: 699px) {
  .information__detail {
    width: 270px;
    margin: 20px auto 0; } }

@media (min-width: 700px) {
  .information__column {
    width: 420px; } }

@media (max-width: 699px) {
  .information__column {
    width: 100%; } }

.information-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 700px) {
    .information-item {
      margin-top: 4px; }
      .information__column:nth-child(1) .information-item {
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .information__column:nth-child(2) .information-item {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media (max-width: 699px) {
    .information-item {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 5px; }
      .information__column:nth-child(1) .information-item {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .information__column:nth-child(2) .information-item {
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }

@media (min-width: 700px) {
  .information-item__title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    width: 165px; } }

@media (max-width: 699px) {
  .information-item__title {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    width: 48%; } }

@media (min-width: 700px) {
  .information-item__content {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    width: 170px; } }

@media (max-width: 699px) {
  .information-item__content {
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    width: 52%; } }

.information__img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 700px) {
    .information__img {
      width: 280px;
      height: 280px;
      margin-top: 30px; } }
  @media (max-width: 699px) {
    .information__img {
      width: 200px;
      height: 200px;
      margin-top: 40px; } }

@media (min-width: 700px) {
  .information__caption {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 20px; } }

@media (max-width: 699px) {
  .information__caption {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 13px; } }

.keyvisual {
  position: relative;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 700px) {
    .keyvisual {
      padding-top: 56.25%;
      background-size: 100% auto; } }
  @media (max-width: 699px) {
    .keyvisual {
      padding-top: 150%;
      background-size: auto 100%; } }

.keyvisual__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55)); }

.keyvisual__inner {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0; }

.keyvisual__title {
  position: relative; }
  @media (min-width: 700px) {
    .keyvisual__title {
      width: 750px;
      min-width: 50%;
      height: auto;
      left: 42px;
      bottom: 60px;
      color: #ffffff;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .keyvisual__title {
      width: 330px;
      min-width: 90%;
      height: auto;
      left: 21px;
      bottom: 63px;
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: normal; } }

.keyvisual__text {
  position: relative; }
  @media (min-width: 700px) {
    .keyvisual__text {
      width: 700px;
      min-width: 50%;
      height: auto;
      left: 42px;
      bottom: 46px;
      color: #ffffff;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.7;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .keyvisual__text {
      width: 330px;
      min-width: 90%;
      height: auto;
      left: 21px;
      bottom: 37px;
      color: #ffffff;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.7;
      letter-spacing: normal; } }
  .keyvisual__text .new-line {
    line-height: 1.7; }

.list {
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
  overflow-x: hidden; }
  @media (min-width: 700px) {
    .list {
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media (max-width: 699px) {
    .list {
      padding-top: 40px;
      padding-bottom: 50px; } }

.list__inner {
  margin: auto; }
  @media (min-width: 700px) {
    .list__inner {
      width: 900px; } }
  @media (max-width: 699px) {
    .list__inner {
      width: 330px; } }

.list__title {
  text-align: center; }
  @media (min-width: 700px) {
    .list__title {
      color: #3b3d40;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .list__title {
      color: #3b3d40;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal; } }

@media (min-width: 700px) {
  .list-slide {
    margin-top: 20px; } }

@media (max-width: 699px) {
  .list-slide {
    margin-top: 25px; } }

@media (min-width: 700px) {
  .list-slide:not(:last-child) {
    margin-bottom: 60px; } }

@media (max-width: 699px) {
  .list-slide:not(:last-child) {
    margin-bottom: 30px; } }

.list-slide__title {
  text-align: center; }
  @media (min-width: 700px) {
    .list-slide__title {
      color: #666666;
      font-size: 19px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .list-slide__title {
      color: #666666;
      font-size: 19px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal; } }

.list-slide__inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 700px) {
    .list-slide__inner {
      width: 984px;
      left: 50%;
      margin-top: 25px;
      margin-left: -492px; } }
  @media (max-width: 699px) {
    .list-slide__inner {
      width: 252px;
      left: 50%;
      margin-top: 12.5px;
      margin-left: -126px; } }

.list-item {
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff; }
  @media (min-width: 700px) {
    .list-item {
      width: 314px !important;
      margin: 8px;
      padding: 30px 60px;
      border-radius: 4px;
      box-shadow: 0px 0px 4px 4px #f3f3f3; } }
  @media (max-width: 699px) {
    .list-item {
      width: 244px !important;
      margin: 8px;
      padding: 20px 30px 25px 30px;
      border-radius: 4px;
      box-shadow: 0 0 4px 4px #f3f3f3; } }

.list-item__img {
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 700px) {
    .list-item__img {
      width: 164px;
      height: 164px; } }
  @media (max-width: 699px) {
    .list-item__img {
      width: 117px;
      height: 117px; } }

.list-item__name {
  text-align: center; }
  @media (min-width: 700px) {
    .list-item__name {
      color: #666666;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: normal;
      margin-top: 22px; } }
  @media (max-width: 699px) {
    .list-item__name {
      color: #666666;
      font-size: 13px;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: normal;
      margin-top: 11px; } }

.list-item__info {
  text-align: center; }
  @media (min-width: 700px) {
    .list-item__info {
      color: #3b3d40;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: normal;
      margin-top: 8px; } }
  @media (max-width: 699px) {
    .list-item__info {
      color: #3b3d40;
      font-size: 11px;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: normal;
      margin-top: 6px; } }

.list-item__line {
  width: 100%;
  border: none; }
  @media (min-width: 700px) {
    .list-item__line {
      margin-top: 10px;
      border-top: 1px solid #eeeeee; } }
  @media (max-width: 699px) {
    .list-item__line {
      margin-top: 7px;
      border-top: 1px solid #eeeeee; } }

@media (min-width: 700px) {
  .list-item__description {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: normal;
    margin-top: 7px; } }

@media (max-width: 699px) {
  .list-item__description {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: normal;
    margin-top: 6px; } }

.list-item-button {
  text-align: center; }

.list-item-button__inner {
  display: inline-block; }
  @media (min-width: 700px) {
    .list-item-button__inner {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      width: auto;
      height: 36px;
      padding: 0px 20px;
      line-height: 36px;
      border-radius: 18px;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 12px;
      text-align: center;
      text-decoration: none;
      margin: 10px auto 0; }
      .list-item-button__inner:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (max-width: 699px) {
    .list-item-button__inner {
      width: auto;
      height: 35px;
      padding: 0px 20px;
      line-height: 35px;
      border-radius: 35px/2;
      background-color: #2e71f2;
      color: #ffffff;
      font-size: 13px;
      text-align: center;
      text-decoration: none;
      margin: 10px auto 0; } }

.movie {
  position: relative;
  width: 100%;
  background-color: #3b3d40; }
  @media (min-width: 700px) {
    .movie {
      min-height: 500px; } }

.movie-source {
  display: none; }
  .movie-source.is-show {
    display: block; }

.movie-source__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.movie__bg {
  position: relative;
  width: 100%;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 700px) {
    .movie__bg {
      padding-top: 58.16667%;
      background-size: 100% auto; } }
  @media (max-width: 699px) {
    .movie__bg {
      padding-top: 100%;
      background-size: auto 100%; } }

.movie__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.movie__inner {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 700px) {
    .movie__inner {
      width: 900px; } }
  @media (max-width: 699px) {
    .movie__inner {
      width: 330px; } }

.movie__title {
  text-align: center; }
  @media (min-width: 700px) {
    .movie__title {
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .movie__title {
      color: #ffffff;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: normal; } }

.movie__button {
  position: relative;
  display: block;
  background-color: #2e71f2;
  border-radius: 50%;
  cursor: pointer; }
  @media (min-width: 700px) {
    .movie__button {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0.2s ease-out 0s;
      width: 68px;
      height: 68px;
      margin-top: 22px; }
      .movie__button:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
  @media (max-width: 699px) {
    .movie__button {
      width: 68px;
      height: 68px;
      margin-top: 25px; } }
  .movie__button:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff; }
    @media (min-width: 700px) {
      .movie__button:after {
        left: 26px;
        border-width: 11px 0 11px 22px; } }
    @media (max-width: 699px) {
      .movie__button:after {
        left: 26px;
        border-width: 11px 0 11px 21px; } }

.news {
  position: relative;
  width: 100%;
  background-color: #2e71f2; }
  @media (min-width: 700px) {
    .news {
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media (max-width: 699px) {
    .news {
      padding-top: 40px;
      padding-bottom: 50px; } }

.news__inner {
  margin: auto; }
  @media (min-width: 700px) {
    .news__inner {
      width: 900px; } }
  @media (max-width: 699px) {
    .news__inner {
      width: 330px; } }

.news__title {
  text-align: center; }
  @media (min-width: 700px) {
    .news__title {
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .news__title {
      color: #ffffff;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: normal; } }

@media (min-width: 700px) {
  .news__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 34px; } }

@media (max-width: 699px) {
  .news__list {
    margin-top: 22px; } }

@media (min-width: 700px) {
  .news__list[data-columns="1"] .news__column {
    width: 900px; }
  .news__list[data-columns="2"] .news__column {
    width: 420px; } }

@media (max-width: 699px) {
  .news__column {
    width: 330px; } }

.news__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 700px) {
    .news__item:not(:last-child) {
      margin-bottom: 15px; } }
  @media (max-width: 699px) {
    .news__item {
      margin-bottom: 11px; } }

@media (min-width: 700px) {
  .news__date {
    width: 94px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: normal; } }

@media (max-width: 699px) {
  .news__date {
    width: 160px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: normal; } }

@media (min-width: 700px) {
  .news__text {
    width: 310px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal; } }

@media (max-width: 699px) {
  .news__text {
    width: 470px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal; } }

.profile {
  position: relative;
  width: 100%;
  background-color: #f9f9f9; }
  @media (min-width: 700px) {
    .profile {
      padding: 25px 0 50px; } }
  @media (max-width: 699px) {
    .profile {
      padding: 32px 0 49px; } }

.profile__inner {
  margin: auto; }
  @media (min-width: 700px) {
    .profile__inner {
      width: 960px; } }
  @media (max-width: 699px) {
    .profile__inner {
      width: 330px; } }

.profile__title {
  text-align: center; }
  @media (min-width: 700px) {
    .profile__title {
      color: #666666;
      font-size: 19px;
      font-weight: center;
      line-height: 1.3;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .profile__title {
      color: #666666;
      font-size: 19px;
      font-weight: center;
      line-height: 1.3;
      letter-spacing: normal; } }

@media (min-width: 700px) {
  .profile__people {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 700px) {
  .profile__column {
    width: 450px; }
    [data-section='profile2'] .profile__column {
      width: 600px;
      margin: auto; } }

@media (max-width: 699px) {
  .profile__column {
    width: 330px; } }

.profile__person {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 700px) {
    .profile__person {
      margin-top: 25px; } }
  @media (max-width: 699px) {
    .profile__person {
      margin-top: 17px; } }

.profile__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%; }
  @media (min-width: 700px) {
    .profile__img {
      width: 101px;
      height: 101px; } }
  @media (max-width: 699px) {
    .profile__img {
      width: 72px;
      height: 72px; } }

@media (min-width: 700px) {
  .profile__text {
    width: 320px; }
    [data-section='profile2'] .profile__text {
      width: 470px; } }

@media (max-width: 699px) {
  .profile__text {
    width: 238px; } }

@media (min-width: 700px) {
  .profile__name {
    color: #666666;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal; } }

@media (max-width: 699px) {
  .profile__name {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal; } }

@media (min-width: 700px) {
  .profile__description {
    margin-top: 6px; } }

@media (max-width: 699px) {
  .profile__description {
    margin-top: 6px; } }

@media (min-width: 700px) {
  .profile__paragraph {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: normal; }
    .profile__paragraph:not(:first-child) {
      margin-top: 6px; } }

@media (max-width: 699px) {
  .profile__paragraph {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: normal; }
    .profile__paragraph:not(:first-child) {
      margin-top: 3px; } }

@media (min-width: 700px) {
  [data-section='profile1'] .profile__column:nth-child(2) .profile__person:nth-child(2) {
    margin-top: 60px; } }

.voice {
  position: relative;
  width: 100%;
  background-color: #2e71f2;
  overflow-x: hidden; }
  @media (min-width: 700px) {
    .voice {
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media (max-width: 699px) {
    .voice {
      padding-top: 40px;
      padding-bottom: 50px; } }

.voice__inner {
  margin: auto; }
  @media (min-width: 700px) {
    .voice__inner {
      width: 900px; } }
  @media (max-width: 699px) {
    .voice__inner {
      width: 240px; } }

.voice__title {
  text-align: center; }
  @media (min-width: 700px) {
    .voice__title {
      color: #ffffff;
      font-size: 19px;
      font-weight: normal;
      line-height: 1.25;
      letter-spacing: normal; } }
  @media (max-width: 699px) {
    .voice__title {
      color: #ffffff;
      font-size: 19px;
      font-weight: normal;
      line-height: 1.25;
      letter-spacing: normal; } }

.voice__slide {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 700px) {
    .voice__slide {
      margin-top: 25px; } }
  @media (max-width: 699px) {
    .voice__slide {
      margin-top: 32px; } }

.voice-item {
  margin: auto; }
  @media (min-width: 700px) {
    .voice-item {
      width: 420px !important;
      padding-right: 60px; } }
  @media (max-width: 699px) {
    .voice-item {
      width: 240px !important; } }

@media (min-width: 700px) {
  .voice-item__comment {
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: normal; } }

@media (max-width: 699px) {
  .voice-item__comment {
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.35;
    letter-spacing: normal; } }

.voice-item__line {
  width: 100%;
  border: none;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  @media (min-width: 700px) {
    .voice-item__line {
      margin-top: 27px;
      border-top: 1px solid #eeeeee; } }
  @media (max-width: 699px) {
    .voice-item__line {
      margin-top: 17px;
      border-top: 1px solid #eeeeee; } }

@media (min-width: 700px) {
  .voice-item__name {
    margin-top: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal; } }

@media (max-width: 699px) {
  .voice-item__name {
    margin-top: 11px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal; } }

@media (min-width: 700px) {
  .voice-item__belonging {
    margin-top: 3px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal; } }

@media (max-width: 699px) {
  .voice-item__belonging {
    margin-top: 3px;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal; } }

.wrapper {
  font-family: 'YakuHanJP', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

.is-scroll-stop {
  overflow: hidden; }

.sections {
  width: 100%; }
  @media (min-width: 700px) {
    .sections {
      min-width: 1060px; } }

@media (min-width: 700px) {
  .issp {
    display: none; } }

@media (max-width: 699px) {
  .ispc {
    display: none; } }

.new-line {
  line-height: 2.2; }
