@charset "UTF-8";
html {
  scroll-padding-top: 70px; }
  @media screen and (min-width: 769px) {
    html {
      scroll-padding-top: 90px; } }
  html.no-scroll {
    overflow: hidden; }

body {
  background: #fff;
  flex-direction: column;
  min-height: 100vh; }
  body.no-scroll {
    overflow: hidden;
    /*念のため残しておく*/
    left: 0;
    width: 100%; }

body.no-scroll {
  overflow: hidden; }

img {
  width: 100%; }

em {
  font-style: normal;
  font-size: 60%;
  vertical-align: top; }

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none; } }

@media screen and (min-width: 769px) {
  .hide_pc {
    display: none; } }

h3 {
  display: block;
  background: #005aa0;
  border-radius: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 48px;
  color: #fff;
  width: 94%;
  max-width: 420px;
  text-align: center;
  margin: 0 auto 20px; }

h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 2.0rem;
  padding-left: 7px;
  border-left: 5px solid #005aa0;
  color: #005aa0;
  line-height: 40px;
  margin-bottom: 20px; }

header {
  background-color: #005aa0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  top: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 769px) {
    header {
      justify-content: space-between;
      padding: 0 4%;
      height: 90px; } }
  header .logo {
    width: 110px; }
  @media screen and (max-width: 768px) {
    header nav.nav {
      position: fixed;
      z-index: 2;
      top: 70px;
      left: 0;
      color: #fff;
      background: rgba(0, 90, 160, 0.9);
      text-align: center;
      width: 100vw;
      height: calc(100vh - 70px);
      transform: translateX(-100vw);
      transition: all 0.4s; }
      header nav.nav.active {
        opacity: 100;
        display: block;
        transform: translateX(0%); } }
  @media screen and (min-width: 769px) {
    header nav.nav {
      display: block; } }
  header nav.nav ul {
    display: flex; }
    @media screen and (max-width: 768px) {
      header nav.nav ul {
        margin: 0 auto;
        padding: 20px 0 0 0;
        width: 100%;
        flex-wrap: wrap; }
        header nav.nav ul li {
          padding: 0;
          width: 100%; }
          header nav.nav ul li a {
            font-size: 2.0rem;
            font-weight: 500;
            background: #fff;
            width: 70%;
            display: inline-block;
            color: #333;
            padding: .5em 0;
            margin-bottom: .6em;
            box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
            border-radius: 40px; } }
    @media screen and (min-width: 769px) {
      header nav.nav ul li {
        margin-left: 1em; }
        header nav.nav ul li a {
          color: #fff;
          transition: all .3s;
          position: relative;
          padding: 5px; }
          header nav.nav ul li a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            margin-left: 50%;
            border-bottom: solid thin #fff;
            transition: all .3s; }
          header nav.nav ul li a:hover {
            opacity: .7; }
            header nav.nav ul li a:hover::after {
              width: 100%;
              margin-left: 0; } }
  header .Toggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 15px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 101; }
    @media screen and (min-width: 769px) {
      header .Toggle {
        display: none; } }
    header .Toggle span {
      display: block;
      position: absolute;
      width: 30px;
      border-bottom: solid 2px #fff;
      -webkit-transition: 0.35s ease-in-out;
      /*変化の速度を指定*/
      -moz-transition: 0.35s ease-in-out;
      /*変化の速度を指定*/
      transition: 0.35s ease-in-out;
      /*変化の速度を指定*/
      left: 6px; }
      header .Toggle span:nth-child(1) {
        top: 9px; }
      header .Toggle span:nth-child(2) {
        top: 18px; }
      header .Toggle span:nth-child(3) {
        top: 27px; }
    header .Toggle.active span:nth-child(1) {
      top: 18px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header .Toggle.active span:nth-child(2), header .Toggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }

footer {
  background: #f2f2f2;
  text-align: center;
  padding: 30px 0 10px;
  margin-top: auto; }
  footer div {
    width: 200px;
    margin: 0 auto 10px; }
  footer p {
    color: #005aa0;
    font-size: 1.4rem; }
    footer p.copyright {
      margin-top: 20px;
      font-size: 1.3rem;
      color: #333; }
  footer .sns_list {
    margin: 20px auto;
    display: flex;
    gap: 30px;
    justify-content: center;
    font-size: 2.6rem; }
    footer .sns_list li > i {
      color: #ccc !important; }
    footer .sns_list a i {
      color: #005aa0 !important; }

.headering__item {
  position: relative;
  border-bottom: solid thin #005aa0;
  margin: 0 auto 30px; }
  @media screen and (min-width: 769px) {
    .headering__item {
      margin-bottom: 60px; } }
  .headering__item h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    padding-left: 16px; }
    @media screen and (min-width: 769px) {
      .headering__item h2 {
        font-size: 4.8rem;
        line-height: 1.5;
        text-align: center; } }
    .headering__item h2::after {
      position: absolute;
      right: 16px;
      top: 8px;
      content: "";
      background-size: contain;
      width: 54px;
      height: 54px;
      background-repeat: no-repeat; }
      @media screen and (min-width: 769px) {
        .headering__item h2::after {
          width: 100px;
          height: 80px;
          right: calc(50% - 450px);
          bottom: -8px; } }
      #service .headering__item h2::after {
        background-image: url("../images/icon_headering__service.png"); }
      #works .headering__item h2::after {
        background-image: url("../images/icon_headering__works.png"); }
      #profile .headering__item h2::after {
        background-image: url("../images/icon_headering__profile.png"); }
      #recruit .headering__item h2::after {
        background-image: url("../images/icon_headering__recruit.png"); }
      #studio .headering__item h2::after {
        background-image: url("../images/icon_headering__studio.png");
        top: 23px; }
        @media screen and (min-width: 769px) {
          #studio .headering__item h2::after {
            top: 12px; } }
      #form .headering__item h2::after {
        background-image: url("../images/icon_headering__form.png"); }
      #talent .headering__item h2::after {
        background-image: url("../images/icon_headering__talent.png"); }
    .headering__item h2 span {
      display: block;
      font-size: 1.6rem;
      margin-bottom: -10px;
      font-weight: 500; }
      @media screen and (min-width: 769px) {
        .headering__item h2 span {
          margin-bottom: -5px; } }

.attention {
  text-align: center;
  margin: 50px auto 30px; }
  .attention p {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #005aa0;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 30px;
    font-feature-settings: "palt"; }
    @media screen and (min-width: 769px) {
      .attention p {
        font-size: 2.2rem;
        margin-bottom: 50px; } }
  .attention a {
    width: 100%;
    border: solid thin #005aa0;
    border-radius: 35px;
    color: #005aa0;
    padding: 20px 30px 20px 80px;
    background: #fff;
    transition: all .3s; }
    @media screen and (min-width: 769px) {
      .attention a {
        padding: 30px 70px 30px 120px;
        border-radius: 55px;
        font-size: 2.0rem; } }
    .attention a span {
      font-weight: 700;
      color: #005aa0;
      position: relative; }
      .attention a span::before {
        content: "";
        position: absolute;
        right: calc(100% + 10px);
        top: calc(50% - 22px);
        width: 50px;
        height: 50px;
        background-image: url("../images/icon_headering__form.png");
        background-repeat: no-repeat;
        background-size: contain; }
    .attention a:hover {
      background: #005aa0; }
      .attention a:hover span {
        color: #fff; }
        .attention a:hover span::before {
          background-image: url("../images/icon_headering__form-w.png"); }

.link_bt {
  text-align: center;
  margin: 30px auto; }
  .link_bt a {
    width: 100%;
    border: solid thin #005aa0;
    border-radius: 30px;
    color: #005aa0;
    padding: 10px 30px;
    background: #fff;
    transition: all .3s; }
    .link_bt a:hover {
      background: #005aa0;
      color: #fff; }

.contentsWrapper {
  padding-top: 70px; }
  .contentsWrapper a:hover {
    opacity: .7; }
  .contentsWrapper .hero {
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .contentsWrapper .hero {
        margin-bottom: 50px; } }
    .contentsWrapper .hero .hero__content {
      background: url("../images/bg_hero.jpg") no-repeat center center;
      background-size: cover;
      height: 360px;
      position: relative; }
      @media screen and (min-width: 769px) {
        .contentsWrapper .hero .hero__content {
          height: 480px; } }
      .contentsWrapper .hero .hero__content .catch {
        position: absolute;
        width: 130px; }
        @media screen and (min-width: 769px) {
          .contentsWrapper .hero .hero__content .catch {
            width: 160px; } }
        .contentsWrapper .hero .hero__content .catch:first-child {
          top: 40px;
          right: 55%;
          transform: rotate(-5deg); }
          @media screen and (min-width: 769px) {
            .contentsWrapper .hero .hero__content .catch:first-child {
              top: 65px;
              right: 50%; } }
        .contentsWrapper .hero .hero__content .catch:nth-child(2) {
          top: 40px;
          left: calc(55%);
          transform: rotate(5deg); }
          @media screen and (min-width: 769px) {
            .contentsWrapper .hero .hero__content .catch:nth-child(2) {
              top: 75px; } }
        .contentsWrapper .hero .hero__content .catch:last-child {
          bottom: 30px;
          left: calc(50% - 60px);
          transform: rotate(-3deg); }
          @media screen and (min-width: 769px) {
            .contentsWrapper .hero .hero__content .catch:last-child {
              bottom: 45px; } }
    .contentsWrapper .hero .motto {
      text-align: center;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 1.8rem;
      font-weight: 700;
      margin: 20px 0;
      color: #005aa0; }
      @media screen and (min-width: 769px) {
        .contentsWrapper .hero .motto {
          font-size: 2.4rem; } }
  .contentsWrapper .content__inner {
    padding: 0 3%;
    max-width: 980px;
    margin: 0 auto; }
    #recruit .contentsWrapper .content__inner {
      padding: 0; }
    .contentsWrapper .content__inner .read {
      padding: 0 3%; }
  .contentsWrapper section {
    padding-bottom: 30px;
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .contentsWrapper section {
        margin-bottom: 60px; } }
  .contentsWrapper .col-2 {
    margin-bottom: 20px; }
    @media screen and (min-width: 769px) {
      .contentsWrapper .col-2 {
        column-count: 2;
        column-gap: 70px;
        margin-bottom: 40px; } }
  .contentsWrapper #service {
    background-image: url("../images/img_silhouette_peaple.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 160%; }
    @media screen and (min-width: 769px) {
      .contentsWrapper #service {
        background-size: 900px;
        background-position: center center; } }
    @media screen and (min-width: 769px) {
      .contentsWrapper #service .service__menu {
        display: flex;
        justify-content: space-between; } }
    .contentsWrapper #service .service__menu .service__menu__inner {
      margin-bottom: 30px; }
      @media screen and (min-width: 769px) {
        .contentsWrapper #service .service__menu .service__menu__inner {
          width: 420px;
          margin-bottom: 0; } }
      @media screen and (min-width: 769px) {
        .contentsWrapper #service .service__menu .service__menu__inner p {
          padding: 0 7%; } }
      .contentsWrapper #service .service__menu .service__menu__inner .catch {
        text-align: center;
        font-size: 120%;
        font-weight: 600;
        margin-bottom: 10px; }
  .contentsWrapper #works dl {
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .contentsWrapper #works dl {
        display: flex;
        flex-wrap: wrap; } }
    .contentsWrapper #works dl dt {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.8rem;
      font-weight: 700;
      color: #005aa0; }
      @media screen and (min-width: 769px) {
        .contentsWrapper #works dl dt {
          width: 140px; } }
    .contentsWrapper #works dl dd {
      margin-bottom: 1em; }
      @media screen and (min-width: 769px) {
        .contentsWrapper #works dl dd {
          width: calc(100% - 160px); } }
      .contentsWrapper #works dl dd p {
        text-indent: -1em;
        padding-left: 1em; }
  @media screen and (min-width: 769px) {
    .contentsWrapper #profile dl {
      display: flex;
      flex-wrap: wrap;
      max-width: 560px;
      margin: 0 auto; } }
  .contentsWrapper #profile dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #005aa0; }
    @media screen and (min-width: 769px) {
      .contentsWrapper #profile dl dt {
        width: 100px;
        border-bottom: solid thin #005aa0;
        padding: 15px 0;
        margin: 0; } }
  .contentsWrapper #profile dl dd {
    margin-bottom: 1em; }
    @media screen and (min-width: 769px) {
      .contentsWrapper #profile dl dd {
        width: calc(100% - 100px);
        padding: 15px 0 15px 20px;
        border-bottom: solid thin #005aa0;
        margin: 0; } }
  #recruit .contentsWrapper .philosophy {
    background: #f6f2ee;
    padding: 20px 3%;
    margin: 30px auto 40px;
    width: 100%;
    max-width: 720px; }
    @media screen and (min-width: 769px) {
      #recruit .contentsWrapper .philosophy {
        border-radius: 15px; } }
    #recruit .contentsWrapper .philosophy p {
      font-size: 1.5rem;
      padding-left: 2em;
      text-indent: -2em;
      margin: 0.4em 0; }
      @media screen and (min-width: 769px) {
        #recruit .contentsWrapper .philosophy p {
          font-size: 1.8rem; } }
  #recruit .contentsWrapper .recruit__item {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 40px;
    padding: 20px 3%; }
  #recruit .contentsWrapper .takijuku {
    margin: 20px 0;
    border: solid thin #005aa0;
    border-radius: 10px;
    padding: 10px; }
    #recruit .contentsWrapper .takijuku span {
      color: #005aa0;
      margin-right: 0.3em; }
    @media screen and (min-width: 769px) {
      #recruit .contentsWrapper .takijuku {
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center; } }
  #recruit .contentsWrapper dl.daimon {
    margin-top: 30px;
    border-top: solid thin #005aa0;
    padding-top: 10px; }
    @media screen and (min-width: 769px) {
      #recruit .contentsWrapper dl.daimon {
        display: flex;
        flex-wrap: wrap;
        padding-top: 20px; } }
    #recruit .contentsWrapper dl.daimon dt {
      color: #005aa0;
      font-weight: 700; }
      @media screen and (min-width: 769px) {
        #recruit .contentsWrapper dl.daimon dt {
          width: 120px;
          border-bottom: solid thin #005aa0;
          margin-bottom: 20px;
          padding-bottom: 20px; } }
    #recruit .contentsWrapper dl.daimon dd {
      border-bottom: solid thin #005aa0;
      margin-bottom: 10px;
      padding-bottom: 10px; }
      @media screen and (min-width: 769px) {
        #recruit .contentsWrapper dl.daimon dd {
          width: calc(100% - 120px);
          margin-bottom: 20px;
          padding-bottom: 20px; } }
  #talent .contentsWrapper ul.talent__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px; }
    @media screen and (min-width: 769px) {
      #talent .contentsWrapper ul.talent__list {
        justify-content: flex-start; } }
    #talent .contentsWrapper ul.talent__list li {
      width: 40%;
      margin-bottom: 20px; }
      @media screen and (min-width: 769px) {
        #talent .contentsWrapper ul.talent__list li {
          width: calc((100% - 20px) / 3); } }
      #talent .contentsWrapper ul.talent__list li div {
        margin: 0 auto 4px; }
        @media screen and (min-width: 769px) {
          #talent .contentsWrapper ul.talent__list li div {
            width: 164px; } }
        #talent .contentsWrapper ul.talent__list li div img {
          object-fit: cover;
          aspect-ratio: 3 / 4; }
      #talent .contentsWrapper ul.talent__list li p {
        text-align: center; }
  #talent .contentsWrapper .talent__inner {
    width: 94%;
    max-width: 960px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    @media screen and (min-width: 769px) {
      #talent .contentsWrapper .talent__inner {
        display: grid;
        gap: 20px;
        margin-bottom: 60px;
        grid-template-columns: 1fr 280px;
        grid-template-rows: auto auto 1fr;
        grid-template-areas: "name photo" "biography photo" "biography other"; } }
    #talent .contentsWrapper .talent__inner .inner__item {
      width: 100%;
      box-sizing: border-box;
      margin-bottom: 0; }
    #talent .contentsWrapper .talent__inner .name {
      text-align: center;
      margin-bottom: 20px; }
      #talent .contentsWrapper .talent__inner .name p {
        font-size: 4.0rem;
        line-height: 1.55;
        font-weight: 700; }
        #talent .contentsWrapper .talent__inner .name p.ruby {
          font-size: 1.6rem;
          font-weight: 400; }
      @media screen and (min-width: 769px) {
        #talent .contentsWrapper .talent__inner .name {
          grid-area: name;
          padding-right: 30px;
          display: flex;
          align-items: baseline; }
          #talent .contentsWrapper .talent__inner .name p {
            margin-right: .6em; } }
    #talent .contentsWrapper .talent__inner .biography {
      margin-bottom: 20px; }
      #talent .contentsWrapper .talent__inner .biography dl {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media screen and (min-width: 769px) {
          #talent .contentsWrapper .talent__inner .biography dl {
            margin-bottom: 50px; } }
        #talent .contentsWrapper .talent__inner .biography dl dt {
          font-weight: 700;
          color: #005aa0;
          padding: 6px 0 6px 10px;
          width: 120px; }
          @media screen and (min-width: 769px) {
            #talent .contentsWrapper .talent__inner .biography dl dt {
              padding: 10px 0 10px 10px; } }
          #talent .contentsWrapper .talent__inner .biography dl dt:nth-of-type(2n) {
            background: #f6f2ee; }
        #talent .contentsWrapper .talent__inner .biography dl dd {
          padding: 6px 0 6px 10px;
          width: calc(100% - 120px); }
          @media screen and (min-width: 769px) {
            #talent .contentsWrapper .talent__inner .biography dl dd {
              padding: 10px 0 10px 10px; } }
          #talent .contentsWrapper .talent__inner .biography dl dd:nth-of-type(2n) {
            background: #f6f2ee; }
      @media screen and (min-width: 769px) {
        #talent .contentsWrapper .talent__inner .biography {
          grid-area: biography;
          padding-right: 30px; } }
      #talent .contentsWrapper .talent__inner .biography .voicesample {
        background: #f6f2ee;
        padding: 1px;
        margin-bottom: 30px; }
    #talent .contentsWrapper .talent__inner .photo {
      margin-bottom: 20px; }
      @media screen and (min-width: 769px) {
        #talent .contentsWrapper .talent__inner .photo {
          grid-area: photo;
          padding-left: 30px; } }
    #talent .contentsWrapper .talent__inner .other div {
      margin-bottom: 10px; }
    @media screen and (min-width: 769px) {
      #talent .contentsWrapper .talent__inner .other {
        grid-area: other;
        padding-left: 30px; } }
  #contact .contentsWrapper .content__inner .read {
    text-align: center;
    font-size: 1.8rem; }
  #contact .contentsWrapper .formWrap {
    padding: 30px 3% 20px; }
    @media screen and (min-width: 769px) {
      #contact .contentsWrapper .formWrap {
        max-width: 640px;
        margin: 0 auto; } }
    #contact .contentsWrapper .formWrap dl.form-dl dt {
      color: #005aa0;
      font-weight: 500;
      margin-bottom: 4px; }
    #contact .contentsWrapper .formWrap dl.form-dl dd {
      margin-bottom: .7em; }
      #contact .contentsWrapper .formWrap dl.form-dl dd input {
        width: 100%;
        font-size: 1.8rem;
        padding: 10px 10px;
        margin-bottom: 15px; }
      #contact .contentsWrapper .formWrap dl.form-dl dd textarea {
        width: 100%;
        font-size: 1.8rem;
        padding: 10px 10px; }
    #contact .contentsWrapper .formWrap .submit {
      text-align: center;
      margin: 30px auto; }
      #contact .contentsWrapper .formWrap .submit input {
        border: solid thin #005aa0;
        border-radius: 30px;
        color: #005aa0;
        padding: 10px 30px;
        background: #fff;
        transition: all .3s; }
        #contact .contentsWrapper .formWrap .submit input:hover {
          background: #005aa0;
          color: #fff; }
  #studio .contentsWrapper .studio__contents {
    padding: 0 3%; }
    @media screen and (min-width: 769px) {
      #studio .contentsWrapper .studio__contents {
        width: 840px;
        margin: 30px auto 0;
        display: flex;
        justify-content: space-between;
        gap: 40px; } }
    #studio .contentsWrapper .studio__contents ul {
      margin: 20px 0; }
      #studio .contentsWrapper .studio__contents ul li {
        font-feature-settings: "palt";
        padding-left: 1.15em;
        text-indent: -1.15em; }
        #studio .contentsWrapper .studio__contents ul li span {
          color: #005aa0;
          margin-right: 0.15em; }
        @media screen and (min-width: 769px) {
          #studio .contentsWrapper .studio__contents ul li {
            font-size: 1.8rem;
            margin-bottom: 10px; } }
    @media screen and (min-width: 769px) {
      #studio .contentsWrapper .studio__contents div {
        max-width: 300px; } }
