@charset "UTF-8";
/* ====================================================================================

    THEMA INFO

==================================================================================== */
/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
*/
@font-face {
  font-family: 'midasi';
  src: url("../fonts/A-OTF-MidashiGoPro-MB31.woff"); }

/* ====================================================================================

    ITEMS

==================================================================================== */
.Title--1 {
  font-weight: bold;
  line-height: 1.4; }
  .Title--1 span {
    display: block; }
    .Title--1 span.en {
      font-size: 3.2rem;
      font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      letter-spacing: .3rem; }
    @media only screen and (max-width: 768px) {
      .Title--1 span.ja {
        font-size: 2.2rem; } }

@media only screen and (max-width: 768px) {
  .Title--sp--position {
    position: absolute; }
    .Title--sp--position.left {
      top: 27.33333vw;
      left: 0; }
    .Title--sp--position.right {
      top: 52.66667vw;
      right: 6.66667vw; } }

.Button--1 {
  padding: 15px  ;
  width: 222px  ;
  border-radius: 31px  ;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #21527B;
  font-weight: bold; }
  @media only screen and (max-width: 1300px) {
    .Button--1 {
      padding: 1.15385vw  ; } }
  @media only screen and (max-width: 768px) {
    .Button--1 {
      padding: 2vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Button--1 {
      width: 17.07692vw  ; } }
  @media only screen and (max-width: 768px) {
    .Button--1 {
      width: 29.6vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Button--1 {
      border-radius: 2.38462vw  ; } }
  @media only screen and (max-width: 768px) {
    .Button--1 {
      border-radius: 4.13333vw  ; } }
  .Button--1 span {
    font-size: 1.3rem; }
  @media only screen and (min-width: 769px) {
    .Button--1 {
      transition: background .4s ease; }
      .Button--1:hover {
        background: #7facd1; } }
  @media only screen and (max-width: 768px) {
    .Button--1 {
      margin-left: auto;
      margin-right: auto;
      padding: 3.33333vw 1.33333vw;
      border-radius: 6vw;
      width: 70%;
      text-align: center; }
      .Button--1 span {
        font-size: 2.4rem; } }

.Table--1 {
  width: 100%; }
  .Table--1 tbody tr + tr {
    border-top: .5px dashed #626262; }
  .Table--1 tbody tr th,
  .Table--1 tbody tr td {
    padding: 12px 0px  ;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.5rem; }
    @media only screen and (max-width: 1300px) {
      .Table--1 tbody tr th,
      .Table--1 tbody tr td {
        padding: 0.92308vw 0vw  ; } }
    @media only screen and (max-width: 768px) {
      .Table--1 tbody tr th,
      .Table--1 tbody tr td {
        padding: 1.6vw 0vw  ; } }
  .Table--1 tbody tr th {
    vertical-align: top;
    color: #21527B;
    width: 105px  ; }
    @media only screen and (max-width: 1300px) {
      .Table--1 tbody tr th {
        width: 8.07692vw  ; } }
    @media only screen and (max-width: 768px) {
      .Table--1 tbody tr th {
        width: 14vw  ; } }
  @media only screen and (max-width: 768px) {
    .Table--1 {
      display: block; }
      .Table--1 tbody {
        display: block; }
        .Table--1 tbody tr {
          padding: 4vw 0;
          display: block; }
          .Table--1 tbody tr th,
          .Table--1 tbody tr td {
            padding: 0;
            display: block;
            width: 100%;
            font-size: 2.4rem; }
          .Table--1 tbody tr th {
            margin-bottom: 2vw; } }

/* ====================================================================================

    HEADER

==================================================================================== */
.Header {
  padding: 18px 30px  ;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000; }
  @media only screen and (max-width: 1300px) {
    .Header {
      padding: 1.38462vw 2.30769vw  ; } }
  @media only screen and (max-width: 768px) {
    .Header {
      padding: 2.4vw 4vw  ; } }
  .Header--logo {
    width: 125px  ; }
    @media only screen and (max-width: 1300px) {
      .Header--logo {
        width: 9.61538vw  ; } }
    @media only screen and (max-width: 768px) {
      .Header--logo {
        width: 16.66667vw  ; } }
  @media only screen and (max-width: 768px) {
    .Header {
      background: transparent; } }

/* ====================================================================================

    NAV

==================================================================================== */
.Navi {
  position: fixed;
  top: 20px  ;
  right: 45px  ;
  z-index: 1001; }
  @media only screen and (max-width: 1300px) {
    .Navi {
      top: 1.53846vw  ; } }
  @media only screen and (max-width: 768px) {
    .Navi {
      top: 2.66667vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Navi {
      right: 3.46154vw  ; } }
  @media only screen and (max-width: 768px) {
    .Navi {
      right: 6vw  ; } }
  .Navi--primary {
    display: flex;
    gap: 0px 40px  ; }
    @media only screen and (max-width: 1300px) {
      .Navi--primary {
        gap: 0vw 3.07692vw  ; } }
    @media only screen and (max-width: 768px) {
      .Navi--primary {
        gap: 0vw 5.33333vw  ; } }
    .Navi--primary li a {
      padding: 10px 0px  ;
      line-height: 1.2;
      display: block;
      position: relative; }
      @media only screen and (max-width: 1300px) {
        .Navi--primary li a {
          padding: 0.76923vw 0vw  ; } }
      @media only screen and (max-width: 768px) {
        .Navi--primary li a {
          padding: 1.33333vw 0vw  ; } }
      .Navi--primary li a span {
        display: block; }
        .Navi--primary li a span.en {
          margin-bottom: 3px  ;
          font-size: 1.1rem;
          font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
          color: #015DAA; }
          @media only screen and (max-width: 1300px) {
            .Navi--primary li a span.en {
              margin-bottom: 0.23077vw  ; } }
          @media only screen and (max-width: 768px) {
            .Navi--primary li a span.en {
              margin-bottom: 0.4vw  ; } }
        .Navi--primary li a span.ja {
          color: #464646;
          font-weight: bold;
          font-size: 1.3rem; }
      .Navi--primary li a:after {
        content: '';
        width: 0%;
        height: 1px;
        background: #015DAA;
        position: absolute;
        bottom: 0;
        left: 50%;
        translate: -50%; }
      @media only screen and (min-width: 769px) {
        .Navi--primary li a:after {
          transition: width .4s ease; }
        .Navi--primary li a:hover:after {
          width: 100%; } }
    .Navi--primary.Navi--footer {
      gap: none;
      justify-content: space-between; }
      .Navi--primary.Navi--footer li a {
        padding: 0; }
        .Navi--primary.Navi--footer li a span.en {
          color: #3384C6; }
        .Navi--primary.Navi--footer li a span.ja {
          color: #fff; }
        .Navi--primary.Navi--footer li a:after {
          content: none; }
  @media only screen and (max-width: 768px) {
    .Navi {
      padding: 32vw 15.06667vw 20vw;
      width: 100%;
      height: 100vh;
      top: 0;
      right: 0;
      background: #fff;
      display: none;
      translate: 100%;
      z-index: 999; }
      .Navi--primary {
        display: block;
        gap: 0; }
        .Navi--primary li + li {
          margin-top: 5.33333vw; }
        .Navi--primary li a span.en {
          font-size: 2.6rem; }
        .Navi--primary li a span.ja {
          font-size: 3rem; }
        .Navi--primary.Navi--footer li a {
          text-align: center; } }

#nav-torigger {
  padding: 4vw;
  display: none;
  width: 16vw;
  aspect-ratio: 120/75;
  position: absolute;
  top: 0;
  right: 0; }
  #nav-torigger .ham {
    display: block;
    aspect-ratio: 58/20;
    width: 100%;
    position: relative; }
    #nav-torigger .ham span {
      display: block;
      width: 100%;
      height: 1px;
      background: #015DAA;
      position: absolute;
      left: 0;
      transition: .5s ease;
      transform-property: top, transform, opacity, bottom; }
      #nav-torigger .ham span:nth-of-type(1) {
        top: 0; }
      #nav-torigger .ham span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%); }
      #nav-torigger .ham span:nth-of-type(3) {
        bottom: 0; }
  #nav-torigger .text {
    display: block;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    bottom: 1.06667vw;
    left: 50%;
    translate: -50%;
    color: #015DAA;
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.7rem;
    letter-spacing: .3rem; }
  @media only screen and (max-width: 768px) {
    #nav-torigger {
      display: block; } }
  #nav-torigger.active .ham span:nth-of-type(1) {
    opacity: 0; }
  #nav-torigger.active .ham span:nth-of-type(3) {
    opacity: 0; }

/* ====================================================================================

    FOOTER

==================================================================================== */
.Footer {
  border-radius: 22px 0px 0px 0px  ; }
  @media only screen and (max-width: 1300px) {
    .Footer {
      border-radius: 1.69231vw 0vw 0vw 0vw  ; } }
  @media only screen and (max-width: 768px) {
    .Footer {
      border-radius: 2.93333vw 0vw 0vw 0vw  ; } }

/* ====================================================================================

    ITEM

==================================================================================== */
.to-up,
.to-right,
.to-left {
  opacity: 0;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition-property: transform, opacity;
  will-change: opacity, transform; }
  .to-up.active,
  .to-right.active,
  .to-left.active {
    opacity: 1;
    transform: translate(0, 0); }

.to-scale img {
  transform: scale(1.2);
  transition: 1.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: transform;
  will-change: transform; }

.to-scale.active img {
  transform: none; }

.to-up {
  transform: translateY(3rem); }

.to-right {
  transform: translateX(-3rem); }

.to-left {
  transform: translateX(-3rem); }

.order.active .order-child {
  opacity: 1;
  transform: translate(0, 0); }

.band {
  position: relative;
  overflow: hidden;
  display: inline-block;
  left: -100%;
  will-change: left;
  color: #015DAA;
  font-size: 5.7rem;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300; }
  .band:before {
    background-color: #fff;
    content: "";
    position: absolute;
    width: 130%;
    height: 100%;
    top: 0;
    left: 110%;
    will-change: left; }
  @media only screen and (max-width: 768px) {
    .band {
      font-size: 5.3rem; } }

.band-box {
  overflow: hidden;
  display: inline-block; }
  .band-box span {
    background: #fff; }
  .band-box.active .band {
    animation: catchCopy 1s .5s both; }
    .band-box.active .band:before {
      animation: band 1s .5s both; }

@keyframes catchCopy {
  0% {
    left: -110%; }
  50% {
    left: 0; }
  100% {
    left: 0; } }

@keyframes band {
  0% {
    left: -10%; }
  50% {
    left: 0; }
  100% {
    left: 105%; } }

.hamidasi {
  position: relative; }
  .hamidasi .hamidasi-target,
  .hamidasi > img {
    width: calc(100% + ((100vw - 1100px) / 2));
    height: 100%;
    position: absolute;
    top: 0;
    max-width: unset;
    object-fit: cover; }
    @media only screen and (max-width: 1300px) {
      .hamidasi .hamidasi-target,
      .hamidasi > img {
        width: calc(100% + (100 / 1300 * 100vw)); } }
    @media only screen and (max-width: 768px) {
      .hamidasi .hamidasi-target,
      .hamidasi > img {
        width: calc(100% + (30 / 750 * 100vw)); } }
  .hamidasi .hamidasi-target > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hamidasi.left .hamidasi-target,
  .hamidasi.left > img {
    right: 0; }

/* ====================================================================================

    TOP

==================================================================================== */
.Mainvisual--catch {
  position: absolute;
  bottom: 95px  ;
  left: 0;
  width: 100%;
  z-index: 2; }
  @media only screen and (max-width: 1300px) {
    .Mainvisual--catch {
      bottom: 7.30769vw  ; } }
  @media only screen and (max-width: 768px) {
    .Mainvisual--catch {
      bottom: 12.66667vw  ; } }
  @media only screen and (max-width: 768px) {
    .Mainvisual--catch {
      bottom: 6vw; } }

.Mainvisual--movie {
  aspect-ratio: 996/635;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .Mainvisual--movie {
      aspect-ratio: 751/435; } }
  .Mainvisual--movie video {
    border-radius: 0px 12px 10px 0px  ;
    max-width: unset;
    height: 100%;
    width: calc(((100vw - 1100px) / 2) + 100%);
    object-fit: cover;
    position: absolute;
    right: 0; }
    @media only screen and (max-width: 1300px) {
      .Mainvisual--movie video {
        border-radius: 0vw 0.92308vw 0.76923vw 0vw  ; } }
    @media only screen and (max-width: 768px) {
      .Mainvisual--movie video {
        border-radius: 0vw 1.6vw 1.33333vw 0vw  ; } }
    @media only screen and (max-width: 1300px) {
      .Mainvisual--movie video {
        width: calc(100vw + (100 / 1300 * 100vw)); } }
    @media only screen and (max-width: 768px) {
      .Mainvisual--movie video {
        width: 100%; } }

.Mainvisual:after {
  content: '';
  width: 100%;
  height: 784px  ;
  background: url("../img/mv--under.png") no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 50%; }
  @media only screen and (max-width: 1300px) {
    .Mainvisual:after {
      height: 60.30769vw  ; } }
  @media only screen and (max-width: 768px) {
    .Mainvisual:after {
      height: 104.53333vw  ; } }
  @media only screen and (max-width: 768px) {
    .Mainvisual:after {
      background: url("../img/mv--under--sp.png") no-repeat center;
      background-size: cover;
      height: 101.6vw; } }

.About--image {
  aspect-ratio: 492/452; }
  .About--image figure {
    border-radius: 10px 0px 0px 10px  ; }
    @media only screen and (max-width: 1300px) {
      .About--image figure {
        border-radius: 0.76923vw 0vw 0vw 0.76923vw  ; } }
    @media only screen and (max-width: 768px) {
      .About--image figure {
        border-radius: 1.33333vw 0vw 0vw 1.33333vw  ; } }
  @media only screen and (max-width: 768px) {
    .About--image {
      aspect-ratio: 435/354; } }

.Vision--image--1 {
  position: absolute;
  width: 475px  ;
  top: 0;
  right: 15px  ;
  z-index: 1; }
  @media only screen and (max-width: 1300px) {
    .Vision--image--1 {
      width: 36.53846vw  ; } }
  @media only screen and (max-width: 768px) {
    .Vision--image--1 {
      width: 63.33333vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Vision--image--1 {
      right: 1.15385vw  ; } }
  @media only screen and (max-width: 768px) {
    .Vision--image--1 {
      right: 2vw  ; } }

.Vision--image--2 {
  aspect-ratio: 405/372; }
  .Vision--image--2 figure {
    border-radius: 0px 10px 10px 0px  ; }
    @media only screen and (max-width: 1300px) {
      .Vision--image--2 figure {
        border-radius: 0vw 0.76923vw 0.76923vw 0vw  ; } }
    @media only screen and (max-width: 768px) {
      .Vision--image--2 figure {
        border-radius: 0vw 1.33333vw 1.33333vw 0vw  ; } }
  @media only screen and (max-width: 768px) {
    .Vision--image--2 {
      aspect-ratio: 435/354; } }

.Vision--image--3 {
  width: 224px  ;
  position: absolute;
  bottom: 0;
  right: -90px  ; }
  @media only screen and (max-width: 1300px) {
    .Vision--image--3 {
      width: 17.23077vw  ; } }
  @media only screen and (max-width: 768px) {
    .Vision--image--3 {
      width: 29.86667vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Vision--image--3 {
      right: -6.92308vw  ; } }
  @media only screen and (max-width: 768px) {
    .Vision--image--3 {
      right: -12vw  ; } }

.Vision--image--4 {
  width: 735px  ;
  position: absolute;
  top: 212px  ;
  right: -100px  ;
  pointer-events: none; }
  @media only screen and (max-width: 1300px) {
    .Vision--image--4 {
      width: 56.53846vw  ; } }
  @media only screen and (max-width: 768px) {
    .Vision--image--4 {
      width: 98vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Vision--image--4 {
      top: 16.30769vw  ; } }
  @media only screen and (max-width: 768px) {
    .Vision--image--4 {
      top: 28.26667vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Vision--image--4 {
      right: -7.69231vw  ; } }
  @media only screen and (max-width: 768px) {
    .Vision--image--4 {
      right: -13.33333vw  ; } }

.Service:before {
  content: '';
  width: 100%;
  height: 565px  ;
  background: #21527B;
  position: absolute;
  top: 100px  ;
  left: 0; }
  @media only screen and (max-width: 1300px) {
    .Service:before {
      height: 43.46154vw  ; } }
  @media only screen and (max-width: 768px) {
    .Service:before {
      height: 75.33333vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Service:before {
      top: 7.69231vw  ; } }
  @media only screen and (max-width: 768px) {
    .Service:before {
      top: 13.33333vw  ; } }
  @media only screen and (max-width: 768px) {
    .Service:before {
      height: 112.53333vw; } }

.Service:after {
  content: '';
  width: 100%;
  height: 370px  ;
  background: rgba(33, 82, 123, 0.08);
  position: absolute;
  bottom: 0;
  left: 0; }
  @media only screen and (max-width: 1300px) {
    .Service:after {
      height: 28.46154vw  ; } }
  @media only screen and (max-width: 768px) {
    .Service:after {
      height: 49.33333vw  ; } }
  @media only screen and (max-width: 768px) {
    .Service:after {
      height: 47.33333vw; } }

.Service--image--1 {
  width: 454px  ;
  aspect-ratio: 454/300;
  position: absolute;
  top: 0;
  right: 0; }
  @media only screen and (max-width: 1300px) {
    .Service--image--1 {
      width: 34.92308vw  ; } }
  @media only screen and (max-width: 768px) {
    .Service--image--1 {
      width: 60.53333vw  ; } }
  .Service--image--1 figure {
    border-radius: 10px 0px 0px 10px  ; }
    @media only screen and (max-width: 1300px) {
      .Service--image--1 figure {
        border-radius: 0.76923vw 0vw 0vw 0.76923vw  ; } }
    @media only screen and (max-width: 768px) {
      .Service--image--1 figure {
        border-radius: 1.33333vw 0vw 0vw 1.33333vw  ; } }
  @media only screen and (max-width: 768px) {
    .Service--image--1 {
      width: 58vw;
      aspect-ratio: 435/250; } }

.Service--box figure {
  text-align: center; }
  .Service--box figure img {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.29); }
    @media only screen and (max-width: 768px) {
      .Service--box figure img {
        width: 65.33333vw; } }

.Works--image--1 {
  position: absolute;
  top: -160px  ;
  left: -100px  ;
  width: 672px  ;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.32);
  z-index: 1; }
  @media only screen and (max-width: 1300px) {
    .Works--image--1 {
      top: -12.30769vw  ; } }
  @media only screen and (max-width: 768px) {
    .Works--image--1 {
      top: -21.33333vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Works--image--1 {
      left: -7.69231vw  ; } }
  @media only screen and (max-width: 768px) {
    .Works--image--1 {
      left: -13.33333vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Works--image--1 {
      width: 51.69231vw  ; } }
  @media only screen and (max-width: 768px) {
    .Works--image--1 {
      width: 89.6vw  ; } }
  @media only screen and (max-width: 768px) {
    .Works--image--1 {
      left: -4vw;
      width: 80%; } }

.Works--box {
  position: relative; }
  .Works--box:after {
    content: '';
    width: calc(100vw - (1100px / 2));
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    translate: 100%;
    background: #fff; }
    @media only screen and (max-width: 1300px) {
      .Works--box:after {
        width: 7.69231vw; } }
    @media only screen and (max-width: 768px) {
      .Works--box:after {
        width: 4vw; } }

hr {
  margin: 0;
  border: none;
  height: .5px;
  background: #707070; }

.Company--image {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 921px  ; }
  @media only screen and (max-width: 1300px) {
    .Company--image {
      width: 70.84615vw  ; } }
  @media only screen and (max-width: 768px) {
    .Company--image {
      width: 122.8vw  ; } }

/* ====================================================================================

    SINGLE

==================================================================================== */
.Single--content h1,
.Single--content h2,
.Single--content h3,
.Single--content h4,
.Single--content h5,
.Single--content h6 {
  margin: 40px 0px 15px  ;
  line-height: 1.4;
  font-weight: bold;
  color: #464646; }
  @media only screen and (max-width: 1300px) {
    .Single--content h1,
    .Single--content h2,
    .Single--content h3,
    .Single--content h4,
    .Single--content h5,
    .Single--content h6 {
      margin: 3.07692vw 0vw 1.15385vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content h1,
    .Single--content h2,
    .Single--content h3,
    .Single--content h4,
    .Single--content h5,
    .Single--content h6 {
      margin: 5.33333vw 0vw 2vw  ; } }

.Single--content h1 {
  padding: 8px 20px  ;
  font-size: 2.8rem;
  font-weight: bold;
  background: #464646;
  color: #fff;
  line-height: 1.2; }
  @media only screen and (max-width: 1300px) {
    .Single--content h1 {
      padding: 0.61538vw 1.53846vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content h1 {
      padding: 1.06667vw 2.66667vw  ; } }

.Single--content h2 {
  padding: 5px 10px  ;
  font-size: 3rem;
  line-height: 1.3;
  color: #464646;
  border-bottom: 2px solid #464646; }
  @media only screen and (max-width: 1300px) {
    .Single--content h2 {
      padding: 0.38462vw 0.76923vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content h2 {
      padding: 0.66667vw 1.33333vw  ; } }

.Single--content h3 {
  font-size: 2.4rem; }

.Single--content h4 {
  font-size: 2rem; }

.Single--content h5 {
  font-size: 1.8rem; }

.Single--content h6 {
  font-size: 1.6rem; }

.Single--content p {
  margin: 25px 0px  ;
  line-height: 2; }
  @media only screen and (max-width: 1300px) {
    .Single--content p {
      margin: 1.92308vw 0vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content p {
      margin: 3.33333vw 0vw  ; } }
  .Single--content p:first-child {
    margin-top: 0; }

.Single--content img {
  height: auto; }

.Single--content strong {
  font-weight: bold; }

.Single--content em {
  font-style: italic; }

.Single--content b {
  font-weight: bold; }

.Single--content mark {
  display: inline;
  background-color: #fffb7b;
  color: #464646; }

.Single--content blockquote {
  margin: 30px 0px  ;
  padding: 40px 30px  ;
  display: block;
  line-height: 1.8;
  font-size: 1.2rem;
  border: 1px solid #dcdcdc;
  color: rgba(33, 33, 33, 0.8); }
  @media only screen and (max-width: 1300px) {
    .Single--content blockquote {
      margin: 2.30769vw 0vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content blockquote {
      margin: 4vw 0vw  ; } }
  @media only screen and (max-width: 1300px) {
    .Single--content blockquote {
      padding: 3.07692vw 2.30769vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content blockquote {
      padding: 5.33333vw 4vw  ; } }
  .Single--content blockquote p {
    margin: 0; }
    .Single--content blockquote p + p {
      margin-top: 30px; }

.Single--content a {
  color: #464646;
  text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .Single--content a:hover {
      text-decoration: none; } }

.Single--content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.Single--content .alignright {
  float: right; }

.Single--content .alignleft {
  float: left; }

.Single--content img[class*=attachment-],
.Single--content img[class*=wp-image-] {
  height: auto;
  max-width: 100%; }

.Single--content ul,
.Single--content ol {
  margin: 30px 0px  ; }
  @media only screen and (max-width: 1300px) {
    .Single--content ul,
    .Single--content ol {
      margin: 2.30769vw 0vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content ul,
    .Single--content ol {
      margin: 4vw 0vw  ; } }
  .Single--content ul li,
  .Single--content ol li {
    line-height: 1.8; }
    .Single--content ul li + li,
    .Single--content ol li + li {
      margin-top: 12px  ; }
      @media only screen and (max-width: 1300px) {
        .Single--content ul li + li,
        .Single--content ol li + li {
          margin-top: 0.92308vw  ; } }
      @media only screen and (max-width: 768px) {
        .Single--content ul li + li,
        .Single--content ol li + li {
          margin-top: 1.6vw  ; } }

.Single--content ul {
  padding-left: 20px  ;
  list-style-type: disc; }
  @media only screen and (max-width: 1300px) {
    .Single--content ul {
      padding-left: 1.53846vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content ul {
      padding-left: 2.66667vw  ; } }

.Single--content ol {
  counter-reset: num; }
  .Single--content ol li {
    padding-left: 24px  ;
    position: relative; }
    @media only screen and (max-width: 1300px) {
      .Single--content ol li {
        padding-left: 1.84615vw  ; } }
    @media only screen and (max-width: 768px) {
      .Single--content ol li {
        padding-left: 3.2vw  ; } }
    .Single--content ol li:before {
      counter-increment: num;
      content: counter(num) ".";
      position: absolute;
      top: 0;
      left: 0;
      color: #000; }

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  .sp-i {
    display: inline !important; }
  .flex {
    display: block; }
  .col-sm-1 {
    width: 100%; }
  .tc-sp {
    text-align: center; }
  .tj-sp {
    text-align: justify; }
  .tr-sp {
    text-align: right; }
  #wrapper {
    font-size: 2.4rem; }
  .ml-sm-auto {
    margin-left: auto; }
  .mr-sm-auto {
    margin-right: auto; }
  .static-sp {
    position: static; } }

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