@charset "UTF-8";
/*----------------------------------------
       Reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  color: #000;
  width: 100%;
  overflow-x: hidden; }
  body.menu-active {
    height: 100vw;
    overflow: hidden; }

img {
  width: 100%;
  line-height: 0;
  vertical-align: bottom; }

a {
  color: #000;
  transition: all .2s ease-in-out; }

a:hover,
a:active {
  text-decoration: underline;
  text-decoration-thickness: 1px; }

a img {
  border: none; }

a.over:hover,
a:hover img,
input.over:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7; }

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
sup {
  font-size: 70%;
  vertical-align: top; }

.only_sp {
  display: inherit; }
  @media only screen and (min-width: 768px) {
    .only_sp {
      display: none; } }

.only_pc {
  display: none; }
  @media only screen and (min-width: 768px) {
    .only_pc {
      display: inherit; } }

.effect-fade-upin {
  opacity: 0; }

.effect-fade-upin.active {
  animation: fadeupIn 0.5s ease-out both; }

@keyframes fadeupIn {
  0% {
    opacity: 0;
    transform: translateY(70px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.effect-fade-in {
  opacity: 0; }

.effect-fade-in.active {
  animation: fadeIn 1s ease-out 0.2s both; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*******　ヘッダー　*******/
.header {
  position: relative; }
  .header__wrap {
    width: 100vw;
    padding: 4.8vw 2vw 7vw 6.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*******　ハンバーガーボタン　*******/ }
    @media only screen and (min-width: 768px) {
      .header__wrap {
        width: 100vw;
        margin: 0 auto;
        padding: calc(20 / 1366 * 100vw) calc(57 / 1366 * 100vw) 0;
        align-items: stretch; } }
    @media only screen and (min-width: 1366px) {
      .header__wrap {
        width: 1366px;
        padding: 20px 57px 0; } }
    .header__wrap .header__logo {
      width: 17.33vw;
      aspect-ratio: 1 / 1;
      border: 1px solid #C7C3C3;
      flex-shrink: 0; }
      @media only screen and (min-width: 768px) {
        .header__wrap .header__logo {
          position: relative;
          z-index: 50;
          width: calc(130 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .header__wrap .header__logo {
          width: 130px; } }
    .header__wrap .attention {
      width: auto;
      padding: 0 1.5em;
      font-size: 3.5vw;
      line-height: 1.3em; }
      @media only screen and (min-width: 768px) {
        .header__wrap .attention {
          padding: 1.5em;
          font-size: calc(18 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .header__wrap .attention {
          font-size: 1.8rem; } }
      .header__wrap .attention a {
        color: #FF0000;
        font-weight: bold; }
    .header__wrap .gnav {
      display: none; }
      @media only screen and (min-width: 768px) {
        .header__wrap .gnav {
          display: block;
          margin-top: calc(50 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .header__wrap .gnav {
          margin-top: 50px; } }
      .header__wrap .gnav.active {
        display: block;
        position: absolute;
        z-index: 9999;
        top: 28vw;
        background-color: #fff;
        left: 0; }
        @media only screen and (min-width: 1366px) {
          .header__wrap .gnav.active {
            position: inherit;
            top: inherit;
            left: inherit; } }
      .header__wrap .gnav ul {
        display: block;
        width: 100vw;
        padding: 5vw 6.5vw; }
        @media only screen and (min-width: 768px) {
          .header__wrap .gnav ul {
            display: flex;
            justify-content: flex-end;
            width: calc(720 / 1366 * 100vw);
            padding: 0; } }
        @media only screen and (min-width: 1366px) {
          .header__wrap .gnav ul {
            width: 720px; } }
        .header__wrap .gnav ul li {
          position: relative;
          font-size: 4.26vw;
          padding-bottom: 3.5vw;
          font-weight: bold; }
          @media only screen and (min-width: 768px) {
            .header__wrap .gnav ul li {
              font-size: calc(13 / 1366 * 100vw);
              border-right: 1px solid #000;
              padding-bottom: 0;
              text-align: center; } }
          @media only screen and (min-width: 1366px) {
            .header__wrap .gnav ul li {
              font-size: 1.3rem; } }
          .header__wrap .gnav ul li a, .header__wrap .gnav ul li span {
            display: block;
            line-height: 1;
            padding: 0.25vw; }
            @media only screen and (min-width: 768px) {
              .header__wrap .gnav ul li a, .header__wrap .gnav ul li span {
                padding: calc(3 / 1366 * 100vw) calc(11 / 1366 * 100vw);
                text-align: center; } }
            @media only screen and (min-width: 1366px) {
              .header__wrap .gnav ul li a, .header__wrap .gnav ul li span {
                padding: 3px 11px; } }
          @media only screen and (min-width: 768px) {
            .header__wrap .gnav ul li.about {
              border-left: 1px solid #000; } }
          @media only screen and (min-width: 768px) {
            .header__wrap .gnav ul li.about, .header__wrap .gnav ul li.press, .header__wrap .gnav ul li.inquiry {
              width: calc(101 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .header__wrap .gnav ul li.about, .header__wrap .gnav ul li.press, .header__wrap .gnav ul li.inquiry {
              width: 101px; } }
          @media only screen and (min-width: 768px) {
            .header__wrap .gnav ul li.brands {
              width: calc(115 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .header__wrap .gnav ul li.brands {
              width: 115px; } }
          @media only screen and (min-width: 768px) {
            .header__wrap .gnav ul li.profile {
              width: calc(157 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .header__wrap .gnav ul li.profile {
              width: 157px; } }
          @media only screen and (min-width: 768px) {
            .header__wrap .gnav ul li.career_close {
              width: calc(101 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .header__wrap .gnav ul li.career_close {
              width: 101px; } }
          @media only screen and (min-width: 768px) {
            .header__wrap .gnav ul li.career {
              border-right: none;
              margin-left: calc(25 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .header__wrap .gnav ul li.career {
              width: 117px;
              margin-left: 25px; } }
          .header__wrap .gnav ul li.career a {
            margin-top: 1em;
            padding: 1vw 3em;
            display: inline-block;
            color: #497554;
            border: 1px solid #497554; }
            @media only screen and (min-width: 768px) {
              .header__wrap .gnav ul li.career a {
                margin-top: 0em;
                padding: calc(3 / 1366 * 100vw) 2em;
                display: block;
                border: none;
                background-color: #497554;
                color: #fff; } }
            @media only screen and (min-width: 1366px) {
              .header__wrap .gnav ul li.career a {
                padding: 3px 2em; } }
          @media only screen and (min-width: 768px) {
            .header__wrap .gnav ul li.press a {
              padding: calc(3 / 1366 * 100vw) calc(18 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .header__wrap .gnav ul li.press a {
              padding: 3px 18px; } }
          .header__wrap .gnav ul li ul {
            padding: 3vw 0 1vw 1em; }
            @media only screen and (min-width: 768px) {
              .header__wrap .gnav ul li ul {
                display: none;
                padding: 0; } }
          @media only screen and (min-width: 768px) {
            .header__wrap .gnav ul li:hover > ul {
              position: absolute;
              z-index: +1;
              width: calc(300 / 1366 * 100vw);
              display: block;
              background-color: rgba(241, 240, 239, 0.85);
              padding: 1em 0; } }
          @media only screen and (min-width: 1366px) {
            .header__wrap .gnav ul li:hover > ul {
              width: 300px; } }
          .header__wrap .gnav ul li:hover > ul li {
            border-right: none;
            border-bottom: 2.5vw; }
            @media only screen and (min-width: 768px) {
              .header__wrap .gnav ul li:hover > ul li {
                padding-left: 1em;
                border-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              .header__wrap .gnav ul li:hover > ul li a {
                display: block;
                padding: 1em 0 0;
                text-align: left !important; } }
    .header__wrap .sp-navbtn {
      position: relative;
      cursor: pointer;
      width: 60px;
      height: 60px;
      margin-top: 7px;
      flex-shrink: 0; }
      @media only screen and (min-width: 768px) {
        .header__wrap .sp-navbtn {
          display: none; } }
      .header__wrap .sp-navbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 10px;
        height: 2px;
        border-radius: 2px;
        background: #000;
        width: 60%; }
      .header__wrap .sp-navbtn span:nth-of-type(1) {
        top: 15px; }
      .header__wrap .sp-navbtn span:nth-of-type(2) {
        top: 23px; }
      .header__wrap .sp-navbtn span:nth-of-type(3) {
        top: 31px; }
      .header__wrap .sp-navbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 50%; }
      .header__wrap .sp-navbtn.active span:nth-of-type(2) {
        opacity: 0; }
      .header__wrap .sp-navbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 50%; }

/*******　フッター　*******/
.footer {
  width: 100%;
  margin-top: 20vw;
  padding: 9vw 0 7.5vw;
  background-color: #d9d7d7; }
  @media only screen and (min-width: 768px) {
    .footer {
      width: 100%;
      margin-top: calc(220 / 1366 * 100vw);
      padding: calc(35 / 1366 * 100vw) 0; } }
  @media only screen and (min-width: 1366px) {
    .footer {
      margin-top: 220px;
      padding: 35px 0; } }
  .footer__inner {
    width: 85.33vw;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .footer__inner {
        width: calc(950 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .footer__inner {
        width: 950px; } }
    @media only screen and (min-width: 768px) {
      .footer__inner ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; } }
    .footer__inner ul li {
      margin-bottom: 6vw;
      font-size: 4vw; }
      @media only screen and (min-width: 768px) {
        .footer__inner ul li {
          margin-bottom: 0;
          font-size: calc(14 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .footer__inner ul li {
          font-size: 1.4rem; } }
      @media only screen and (min-width: 768px) {
        .footer__inner ul li.brands {
          white-space: nowrap; } }
      .footer__inner ul li a, .footer__inner ul li span {
        color: #655d5b;
        padding: 1vw 0;
        text-decoration: none; }
        @media only screen and (min-width: 768px) {
          .footer__inner ul li a, .footer__inner ul li span {
            padding: calc(5 / 1366 * 100vw) 0; } }
        @media only screen and (min-width: 1366px) {
          .footer__inner ul li a, .footer__inner ul li span {
            padding: 5px 0; } }
      .footer__inner ul li::before {
        content: "";
        margin-right: 0; }
        @media only screen and (min-width: 768px) {
          .footer__inner ul li::before {
            content: "";
            margin-right: 0; } }
      @media only screen and (min-width: 768px) {
        .footer__inner ul li ul {
          display: block; } }
      .footer__inner ul li ul li {
        padding: 0.3em 0 0 0em;
        margin: 1vw 0 0 0; }
        @media only screen and (min-width: 768px) {
          .footer__inner ul li ul li {
            padding: 0;
            margin: calc(10 / 1366 * 100vw) 0 0 0; } }
        @media only screen and (min-width: 1366px) {
          .footer__inner ul li ul li {
            margin: 10px 0 0 0; } }
        .footer__inner ul li ul li::before {
          content: "-";
          margin-right: 0.5em; }
  .footer__copy {
    margin: 7.73vw auto 0; }
    @media only screen and (min-width: 768px) {
      .footer__copy {
        margin: calc(20 / 1366 * 100vw) auto 0; } }
    @media only screen and (min-width: 1366px) {
      .footer__copy {
        margin: 20px auto 0; } }
    .footer__copy__logo {
      width: 20vw;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .footer__copy__logo {
          width: calc(100 / 1366 * 100vw);
          margin: calc(20 / 1366 * 100vw) auto 0; } }
      @media only screen and (min-width: 1366px) {
        .footer__copy__logo {
          width: 100px;
          margin: 20px auto 0; } }
    .footer__copy__text {
      font-size: 2.8vw;
      color: #000;
      margin: 6.53vw auto 0;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .footer__copy__text {
          font-size: calc(10 / 1366 * 100vw);
          margin: calc(88 / 1366 * 100vw) auto 0; } }
      @media only screen and (min-width: 1366px) {
        .footer__copy__text {
          font-size: 1rem;
          margin: 88px auto 0; } }

/*共通パーツ*/
/*メインビジュアル*/
.mv {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 100 / 66.666; }
  @media only screen and (min-width: 768px) {
    .mv {
      width: 100%;
      aspect-ratio: 1366 / 400;
      margin: calc(0 / 1366 * 100vw) 0 0; } }
  @media only screen and (min-width: 1366px) {
    .mv {
      width: 100%;
      margin: 0 0 0; } }

.mv02 {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 100 / 66.666; }
  @media only screen and (min-width: 768px) {
    .mv02 {
      width: 100%;
      aspect-ratio: 1366 / 660;
      margin: calc(0 / 1366 * 100vw) 0 0; } }
  @media only screen and (min-width: 1366px) {
    .mv02 {
      width: 100%;
      margin: 0 0 0; } }

.mv__bar, .mv02__bar {
  position: absolute;
  bottom: -5vw;
  left: 50%;
  width: 1px;
  height: 10vw;
  background-image: linear-gradient(0deg, #1c5229 50%, white 50%); }
  @media only screen and (min-width: 768px) {
    .mv__bar, .mv02__bar {
      bottom: calc(-37 / 1366 * 100vw);
      height: calc(74 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .mv__bar, .mv02__bar {
      bottom: -37px;
      height: 74px; } }

.mv + .contents, .mv02 + .contents {
  margin-top: 12vw; }
  @media only screen and (min-width: 768px) {
    .mv + .contents, .mv02 + .contents {
      margin-top: calc(85 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .mv + .contents, .mv02 + .contents {
      margin-top: 85px; } }

.contents {
  width: 85.33vw;
  margin: 5vw auto 0;
  /*フォントサイズ*/
  font-size: 3.2vw;
  line-height: 1.75;
  /*カテゴリー＆ページタイトル*/
  /*表組み*/ }
  @media only screen and (min-width: 768px) {
    .contents {
      width: calc(1000 / 1366 * 100vw);
      margin: calc(30 / 1366 * 100vw) auto 0; } }
  @media only screen and (min-width: 1366px) {
    .contents {
      width: 1000px;
      margin: 30px auto 0; } }
  @media only screen and (min-width: 768px) {
    .contents {
      font-size: calc(16 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .contents {
      font-size: 1.6rem; } }
  .contents a {
    color: #497554;
    text-decoration: underline;
    transition: all .2s ease-in-out; }
  .contents a:hover,
  .contents a:active {
    text-decoration: underline;
    opacity: 0.8; }
  .contents .pagetitle__text {
    margin: 0 auto 15.5vw;
    width: 25vw;
    aspect-ratio: 1 / 1;
    background-color: #d1dbd1;
    display: flex;
    align-items: center;
    font-family: 'Akshar', sans-serif;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .contents .pagetitle__text {
        width: calc(180 / 1366 * 100vw);
        margin: 0 auto calc(100 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .contents .pagetitle__text {
        width: 180px;
        margin: 0 auto 100px; } }
    .contents .pagetitle__text span {
      width: 100%;
      text-align: center;
      color: #000;
      font-size: 3.5vw;
      line-height: 1.24; }
      @media only screen and (min-width: 768px) {
        .contents .pagetitle__text span {
          font-size: calc(22 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .contents .pagetitle__text span {
          font-size: 2.2rem; } }
      .contents .pagetitle__text span.ja {
        font-size: 3vw; }
        @media only screen and (min-width: 768px) {
          .contents .pagetitle__text span.ja {
            font-size: calc(20 / 1366 * 100vw); } }
        @media only screen and (min-width: 1366px) {
          .contents .pagetitle__text span.ja {
            font-size: 2rem; } }
  .contents .pagetitle_about {
    text-align: center;
    font-size: 6.4vw;
    margin: 15vw auto 0;
    line-height: 1.5em; }
    @media only screen and (min-width: 768px) {
      .contents .pagetitle_about {
        font-size: calc(30 / 1366 * 100vw);
        margin: calc(90 / 1366 * 100vw) auto 0; } }
    @media only screen and (min-width: 1366px) {
      .contents .pagetitle_about {
        font-size: 3rem;
        margin: 90px auto 0; } }
  .contents .top_lead {
    text-align: center;
    font-size: 4.666vw;
    margin: 1.4em auto 0; }
    @media only screen and (min-width: 768px) {
      .contents .top_lead {
        font-size: calc(30 / 1366 * 100vw);
        margin: 1.7em auto 0; } }
    @media only screen and (min-width: 1366px) {
      .contents .top_lead {
        font-size: 3rem; } }
  .contents table {
    width: 100%;
    border-collapse: separate; }
    .contents table th, .contents table td {
      border-top: 1px solid #000;
      padding: 3.5vw 0;
      font-weight: normal; }
      @media only screen and (min-width: 768px) {
        .contents table th, .contents table td {
          padding: calc(20 / 1366 * 100vw) 0; } }
      @media only screen and (min-width: 1366px) {
        .contents table th, .contents table td {
          padding: 20px 0; } }
    .contents table th {
      text-align: left;
      white-space: nowrap;
      padding-right: 0.5em;
      width: 7em; }
      @media only screen and (min-width: 768px) {
        .contents table th {
          width: calc(157 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .contents table th {
          width: 157px; } }
    .contents table td {
      font-size: 3.2vw; }
      @media only screen and (min-width: 768px) {
        .contents table td {
          font-size: calc(16 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .contents table td {
          font-size: 1.6rem; } }

.credit {
  font-size: 80%;
  text-align: right;
  margin-top: 0.3em; }

/*******　トップページ　*******/
.toppage {
  width: 100vw;
  overflow-x: hidden;
  /*メインビジュアル*/
  /*マルニグローバルブランドの経営理念*/
  /*私たちの仕事*/
  /*その他リンク*/ }
  @media only screen and (min-width: 1366px) {
    .toppage {
      width: 100%; } }
  .toppage .mainvisual {
    position: relative;
    margin: 0;
    width: 100vw;
    aspect-ratio: 100 / 148.26; }
    @media only screen and (min-width: 768px) {
      .toppage .mainvisual {
        width: 100vw;
        aspect-ratio: 1366 / 669;
        margin: calc(-38 / 1366 * 100vw) 0 0; } }
    @media only screen and (min-width: 1366px) {
      .toppage .mainvisual {
        width: 100%;
        margin: -38px 0 0; } }
    .toppage .mainvisual__logo {
      position: absolute;
      width: 45.06vw;
      aspect-ratio: 1 / 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 768px) {
        .toppage .mainvisual__logo {
          width: calc(390 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .toppage .mainvisual__logo {
          width: 390px; } }
    .toppage .mainvisual__bar {
      position: absolute;
      bottom: -5vw;
      left: 50%;
      width: 1px;
      height: 10vw;
      background-image: linear-gradient(0deg, #1c5229 50%, white 50%); }
      @media only screen and (min-width: 768px) {
        .toppage .mainvisual__bar {
          bottom: calc(-37 / 1366 * 100vw);
          height: calc(74 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .toppage .mainvisual__bar {
          bottom: -37px;
          height: 74px; } }
  .toppage .philosophy {
    width: 100vw;
    margin: 18vw auto 0; }
    @media only screen and (min-width: 768px) {
      .toppage .philosophy {
        margin: calc(150 / 1366 * 100vw) auto 0; } }
    @media only screen and (min-width: 1366px) {
      .toppage .philosophy {
        margin: 150px auto 0; } }
    .toppage .philosophy__inner {
      position: relative;
      width: 100vw;
      height: 142.8vw;
      background: url("../img/toppage/top_bg_philosophy_sp.jpg") no-repeat;
      background-size: cover; }
      @media only screen and (min-width: 768px) {
        .toppage .philosophy__inner {
          height: calc(640 / 1366 * 100vw);
          background: url("../img/toppage/top_bg_philosophy_pc.jpg") no-repeat;
          background-size: auto 100%;
          background-position: top center; } }
      @media only screen and (min-width: 1366px) {
        .toppage .philosophy__inner {
          width: 100%;
          height: 640px;
          background-size: auto; } }
      .toppage .philosophy__inner__text {
        position: absolute;
        top: 75vw;
        left: 7vw;
        display: block;
        width: 86.6vw;
        color: #fff; }
        @media only screen and (min-width: 768px) {
          .toppage .philosophy__inner__text {
            top: calc(164 / 1366 * 100vw);
            left: 50%;
            transform: translateX(-33vw);
            width: 33vw;
            cursor: pointer; } }
        @media only screen and (min-width: 1366px) {
          .toppage .philosophy__inner__text {
            top: 164px;
            transform: translateX(-450px);
            width: 450px; } }
        .toppage .philosophy__inner__text:hover {
          text-decoration: none;
          opacity: 0.7; }
        .toppage .philosophy__inner__text h2 {
          font-size: 9vw;
          line-height: 1.37; }
          @media only screen and (min-width: 768px) {
            .toppage .philosophy__inner__text h2 {
              font-size: calc(46 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .toppage .philosophy__inner__text h2 {
              font-size: 4.6rem; } }
        .toppage .philosophy__inner__text p {
          font-size: 6.26vw;
          margin-top: 12vw;
          font-weight: bold; }
          @media only screen and (min-width: 768px) {
            .toppage .philosophy__inner__text p {
              font-size: calc(27 / 1366 * 100vw);
              margin-top: calc(60 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .toppage .philosophy__inner__text p {
              font-size: 2.7rem;
              margin-top: 60px; } }
          .toppage .philosophy__inner__text p span {
            font-size: 3.73vw;
            padding-top: 2.4vw; }
            @media only screen and (min-width: 768px) {
              .toppage .philosophy__inner__text p span {
                font-size: calc(16 / 1366 * 100vw);
                padding-top: 1.8em; } }
            @media only screen and (min-width: 1366px) {
              .toppage .philosophy__inner__text p span {
                font-size: 1.6rem; } }
        .toppage .philosophy__inner__text .arrow {
          width: 18.26vw;
          margin-top: 5.33vw; }
          @media only screen and (min-width: 768px) {
            .toppage .philosophy__inner__text .arrow {
              width: calc(66 / 1366 * 100vw);
              margin-top: calc(33 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .toppage .philosophy__inner__text .arrow {
              width: 66px;
              margin-top: 33px; } }
  .toppage .ourwork {
    width: 100vw;
    margin: 13.06vw auto 0; }
    @media only screen and (min-width: 768px) {
      .toppage .ourwork {
        margin: calc(160 / 1366 * 100vw) auto 0; } }
    @media only screen and (min-width: 1366px) {
      .toppage .ourwork {
        margin: 160px auto 0; } }
    .toppage .ourwork__inner {
      width: 85.33vw;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .toppage .ourwork__inner {
          width: calc(924 / 1366 * 100vw);
          display: flex;
          justify-content: space-between;
          align-items: center; } }
      @media only screen and (min-width: 1366px) {
        .toppage .ourwork__inner {
          width: 924px; } }
      .toppage .ourwork__inner__photo {
        width: 85.33vw;
        padding: 4vw;
        border: 2px solid #C7C3C3; }
        @media only screen and (min-width: 768px) {
          .toppage .ourwork__inner__photo {
            width: calc(450 / 1366 * 100vw);
            padding: calc(18 / 1366 * 100vw); } }
        @media only screen and (min-width: 1366px) {
          .toppage .ourwork__inner__photo {
            width: 450px;
            padding: 18px; } }
      .toppage .ourwork__inner__box__text {
        display: block;
        width: 85.33vw;
        margin: 7vw auto 0;
        padding-bottom: 0; }
        @media only screen and (min-width: 768px) {
          .toppage .ourwork__inner__box__text {
            width: calc(390 / 1366 * 100vw);
            margin: 0 0 0;
            cursor: pointer; } }
        @media only screen and (min-width: 1366px) {
          .toppage .ourwork__inner__box__text {
            width: 390px;
            margin: 0 0 0; } }
        .toppage .ourwork__inner__box__text:hover {
          text-decoration: none;
          opacity: 0.7; }
        .toppage .ourwork__inner__box__text h2 {
          font-size: 6.23vw;
          line-height: 1; }
          @media only screen and (min-width: 768px) {
            .toppage .ourwork__inner__box__text h2 {
              font-size: calc(27 / 1366 * 100vw);
              line-height: 1; } }
          @media only screen and (min-width: 1366px) {
            .toppage .ourwork__inner__box__text h2 {
              font-size: 2.7rem; } }
          .toppage .ourwork__inner__box__text h2 span {
            font-size: 3.73vw; }
            @media only screen and (min-width: 768px) {
              .toppage .ourwork__inner__box__text h2 span {
                font-size: calc(18 / 1366 * 100vw); } }
            @media only screen and (min-width: 1366px) {
              .toppage .ourwork__inner__box__text h2 span {
                font-size: 1.8rem; } }
        .toppage .ourwork__inner__box__text p {
          font-size: 3.1vw;
          margin-top: 1.2em;
          font-weight: bold; }
          @media only screen and (min-width: 768px) {
            .toppage .ourwork__inner__box__text p {
              font-size: calc(16 / 1366 * 100vw);
              line-height: 1.75; } }
          @media only screen and (min-width: 1366px) {
            .toppage .ourwork__inner__box__text p {
              font-size: 1.6rem; } }
        .toppage .ourwork__inner__box__text .arrow {
          width: 18.26vw;
          margin-top: 3vw; }
          @media only screen and (min-width: 768px) {
            .toppage .ourwork__inner__box__text .arrow {
              width: calc(66 / 1366 * 100vw);
              margin-top: calc(5 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .toppage .ourwork__inner__box__text .arrow {
              width: 66px;
              margin-top: 5px; } }
      .toppage .ourwork__inner__box .ourwork__inner__box__text + .ourwork__inner__box__text {
        margin: 12vw 0 0 0; }
        @media only screen and (min-width: 768px) {
          .toppage .ourwork__inner__box .ourwork__inner__box__text + .ourwork__inner__box__text {
            margin: calc(50 / 1366 * 100vw) 0 0; } }
        @media only screen and (min-width: 1366px) {
          .toppage .ourwork__inner__box .ourwork__inner__box__text + .ourwork__inner__box__text {
            margin: 50px 0 0; } }
  .toppage .otherlink {
    margin-top: 27vw; }
    @media only screen and (min-width: 768px) {
      .toppage .otherlink {
        margin-top: calc(162 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .toppage .otherlink {
        margin-top: 162px; } }
    .toppage .otherlink__inner {
      width: 85.33vw;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .toppage .otherlink__inner {
          width: calc(924 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .toppage .otherlink__inner {
          width: 924px; } }
    .toppage .otherlink__alliance, .toppage .otherlink__career {
      display: block;
      margin-bottom: 13.33vw; }
      @media only screen and (min-width: 768px) {
        .toppage .otherlink__alliance, .toppage .otherlink__career {
          display: flex;
          justify-content: space-between;
          margin-bottom: calc(88 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .toppage .otherlink__alliance, .toppage .otherlink__career {
          margin-bottom: 88px; } }
      .toppage .otherlink__alliance:hover, .toppage .otherlink__career:hover {
        text-decoration: none; }
        @media only screen and (min-width: 768px) {
          .toppage .otherlink__alliance:hover, .toppage .otherlink__career:hover {
            cursor: pointer;
            opacity: 0.8 !important; } }
    .toppage .otherlink__photo {
      width: 85.33vw; }
      @media only screen and (min-width: 768px) {
        .toppage .otherlink__photo {
          order: 2;
          width: calc(462 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .toppage .otherlink__photo {
          width: 462px; } }
    .toppage .otherlink__text {
      width: 85.33vw;
      height: 36.53vw;
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .toppage .otherlink__text {
          order: 1;
          width: calc(462 / 1366 * 100vw);
          height: inherit; } }
      @media only screen and (min-width: 1366px) {
        .toppage .otherlink__text {
          width: 462px; } }
      .toppage .otherlink__text.alliance-banner {
        background-color: #315366; }
      .toppage .otherlink__text.career-banner {
        background-color: #497554; }
      .toppage .otherlink__text p {
        width: 100%;
        font-size: 4vw;
        text-align: center;
        color: #fff; }
        @media only screen and (min-width: 768px) {
          .toppage .otherlink__text p {
            font-size: calc(22 / 1366 * 100vw); } }
        @media only screen and (min-width: 1366px) {
          .toppage .otherlink__text p {
            font-size: 22px; } }
        .toppage .otherlink__text p::after {
          content: "";
          display: inline-block;
          margin-left: 3vw;
          width: 8.53vw;
          height: 4vw;
          background: url("../img/common/arrow_w.svg") no-repeat;
          background-size: 100% auto;
          background-position: center center; }
          @media only screen and (min-width: 768px) {
            .toppage .otherlink__text p::after {
              margin-left: calc(10 / 1366 * 100vw);
              width: calc(44 / 1366 * 100vw);
              height: calc(19 / 1366 * 100vw); } }
          @media only screen and (min-width: 1366px) {
            .toppage .otherlink__text p::after {
              margin-left: 10px;
              width: 44px;
              height: 19px; } }

/*会社概要*/
.profile .map__wrap {
  width: 80vw;
  aspect-ratio: 80 / 57.6;
  margin: 11.46vw auto; }
  @media only screen and (min-width: 768px) {
    .profile .map__wrap {
      width: calc(500 / 1366 * 100vw);
      aspect-ratio: 500 / 360;
      margin: calc(64 / 1366 * 100vw) auto; } }
  @media only screen and (min-width: 1366px) {
    .profile .map__wrap {
      width: 500px;
      margin: 64px auto; } }
  .profile .map__wrap iframe {
    width: 100%;
    height: 100%; }
.profile .history {
  padding: 2em 0 4em; }
  .profile .history h3 {
    font-size: 2.8vw;
    font-weight: normal; }
    @media only screen and (min-width: 768px) {
      .profile .history h3 {
        font-size: calc(16 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .profile .history h3 {
        font-size: 1.6rem; } }
  .profile .history table tr {
    border-top: none; }
  .profile .history table th, .profile .history table td {
    border-top: none;
    padding: 1.5em 0 0;
    border-bottom: none; }
.profile .inquiry table th, .profile .inquiry table td {
  border-bottom: none; }

/*会社概要*/
.press h2 {
  font-size: 3vw;
  margin-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    .press h2 {
      font-size: calc(18 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .press h2 {
      font-size: 1.8rem; } }
.press .press_index {
  border-bottom: 1px solid #000; }
  .press .press_index th, .press .press_index td {
    width: 100%;
    display: block;
    border-bottom: none;
    font-weight: normal; }
    @media only screen and (min-width: 768px) {
      .press .press_index th, .press .press_index td {
        display: table-cell;
        width: auto; } }
  .press .press_index th {
    font-weight: bold;
    padding: 1.5em 0 0;
    font-size: 3vw; }
    @media only screen and (min-width: 768px) {
      .press .press_index th {
        width: calc(230 / 1366 * 100vw);
        padding: 1.5em 1em 1.5em 0;
        font-size: calc(18 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .press .press_index th {
        width: 230px;
        font-size: 1.8rem; } }
  .press .press_index td {
    padding: 0.8em 0 1.5em;
    font-size: 3vw;
    border-top: none; }
    @media only screen and (min-width: 768px) {
      .press .press_index td {
        border-top: 1px solid #000;
        font-size: calc(18 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .press .press_index td {
        font-size: 1.8rem; } }
    .press .press_index td a {
      color: #000;
      text-decoration: none;
      transition: all .2s ease-in-out; }
    .press .press_index td a:hover,
    .press .press_index td a:active {
      text-decoration: underline;
      opacity: 1; }

/*ブランド*/
.brands .brands_cont {
  padding: 12.8vw 6vw;
  border-top: 1px solid #000; }
  @media only screen and (min-width: 768px) {
    .brands .brands_cont {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse;
      padding: calc(90 / 1366 * 100vw) calc(27 / 1366 * 100vw) calc(90 / 1366 * 100vw) calc(37 / 1366 * 100vw);
      margin-top: calc(130 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .brands .brands_cont {
      padding: 90px 27px 90px 37px;
      margin-top: 130px; } }
  .brands .brands_cont .ph {
    width: 100%;
    padding: 3vw;
    border: solid 1px #b4afaf; }
    @media only screen and (min-width: 768px) {
      .brands .brands_cont .ph {
        width: calc(450 / 1366 * 100vw);
        padding: calc(19 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .brands .brands_cont .ph {
        width: 450px;
        padding: 19px; } }
  .brands .brands_cont .text_area {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .brands .brands_cont .text_area {
        width: calc(486 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .brands .brands_cont .text_area {
        width: 486px; } }
    .brands .brands_cont .text_area .logo_maruni {
      width: 61.866vw;
      margin: 11.066vw auto 0; }
      @media only screen and (min-width: 768px) {
        .brands .brands_cont .text_area .logo_maruni {
          width: calc(363 / 1366 * 100vw);
          margin: 0; } }
      @media only screen and (min-width: 1366px) {
        .brands .brands_cont .text_area .logo_maruni {
          width: 363px; } }
    .brands .brands_cont .text_area .logo_koyori {
      width: 66.4vw;
      margin: 10.533vw auto 0; }
      @media only screen and (min-width: 768px) {
        .brands .brands_cont .text_area .logo_koyori {
          width: calc(390 / 1366 * 100vw);
          margin: 0; } }
      @media only screen and (min-width: 1366px) {
        .brands .brands_cont .text_area .logo_koyori {
          width: 390px; } }
    .brands .brands_cont .text_area .text {
      font-size: 3.2vw;
      line-height: 1.75em;
      margin-top: 3em; }
      @media only screen and (min-width: 768px) {
        .brands .brands_cont .text_area .text {
          font-size: calc(16 / 1366 * 100vw);
          margin-top: 3em; } }
      @media only screen and (min-width: 1366px) {
        .brands .brands_cont .text_area .text {
          font-size: 16px;
          margin-top: 3em; } }
    .brands .brands_cont .text_area .bt {
      display: block;
      width: 57.733vw;
      background-color: #b4afaf;
      background-image: url("../img/common/arrow_w.svg");
      background-repeat: no-repeat;
      background-position: top 2.5vw right 3.6vw;
      background-size: 15.066vw;
      padding: 0.5em 0 0.5em 0.7em;
      margin: 1em 0 0 0;
      font-size: 4vw;
      line-height: 1em;
      font-weight: bold;
      color: #FFF;
      text-decoration: none;
      transition: none; }
      @media only screen and (min-width: 768px) {
        .brands .brands_cont .text_area .bt {
          width: calc(264 / 1366 * 100vw);
          background-size: calc(68 / 1366 * 100vw);
          font-size: calc(19 / 1366 * 100vw);
          background-position: top calc(12 / 1366 * 100vw) right calc(17 / 1366 * 100vw);
          margin-top: 1.8em; } }
      @media only screen and (min-width: 1366px) {
        .brands .brands_cont .text_area .bt {
          width: 264px;
          background-size: 68px;
          font-size: 1.9rem;
          background-position: top 12px right 17px; } }
      .brands .brands_cont .text_area .bt:hover {
        background-color: #497554;
        opacity: 1; }
    .brands .brands_cont .text_area .sns_area {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 22.4vw;
      margin: 4vw 0 0 0; }
      @media only screen and (min-width: 768px) {
        .brands .brands_cont .text_area .sns_area {
          width: calc(81 / 1366 * 100vw);
          margin: calc(22 / 1366 * 100vw) 0 0 0; } }
      @media only screen and (min-width: 1366px) {
        .brands .brands_cont .text_area .sns_area {
          width: 81px;
          margin: 22px 0 0 0; } }
      .brands .brands_cont .text_area .sns_area li {
        width: 8.4vw; }
        @media only screen and (min-width: 768px) {
          .brands .brands_cont .text_area .sns_area li {
            width: calc(31 / 1366 * 100vw); } }
        @media only screen and (min-width: 1366px) {
          .brands .brands_cont .text_area .sns_area li {
            width: 31px; } }
        .brands .brands_cont .text_area .sns_area li a {
          display: flex;
          align-items: center; }
.brands .brands_cont + .brands_cont {
  margin-top: 0;
  padding-bottom: 0; }

/*採用情報*/
.career {
  /*
    .ph{
      display: flex;
      justify-content: space-between;
      li{
        width: 32.5%;
        @include media(tb){
          width: calc(328 / 1366 * 100vw);
        }
  
        @include media(pc){
          width: 328px;
        }
      }
    }*/ }
  .career .career_lead {
    text-align: center;
    font-size: 3.2vw;
    margin: 1.4em auto 0; }
    @media only screen and (min-width: 768px) {
      .career .career_lead {
        font-size: calc(24 / 1366 * 100vw);
        margin: 1.7em auto 0; } }
    @media only screen and (min-width: 1366px) {
      .career .career_lead {
        font-size: 2.4rem; } }
  .career h2 {
    font-size: 3vw;
    margin-top: 7em;
    border-bottom: 1px solid #000; }
    @media only screen and (min-width: 768px) {
      .career h2 {
        font-size: calc(18 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .career h2 {
        font-size: 1.8rem; } }
  .career .job01, .career .job02 {
    width: 100%;
    margin: 18vw auto 0; }
    @media only screen and (min-width: 768px) {
      .career .job01, .career .job02 {
        display: flex;
        justify-content: space-between;
        margin: calc(120 / 1366 * 100vw) auto 0; } }
    @media only screen and (min-width: 1366px) {
      .career .job01, .career .job02 {
        margin: 120px auto 0; } }
    .career .job01 .ph, .career .job02 .ph {
      width: 55vw;
      margin: 5vw auto 0; }
      @media only screen and (min-width: 768px) {
        .career .job01 .ph, .career .job02 .ph {
          width: calc(330 / 1366 * 100vw);
          margin: 0; } }
      @media only screen and (min-width: 1366px) {
        .career .job01 .ph, .career .job02 .ph {
          width: 330px; } }
    .career .job01 .textarea, .career .job02 .textarea {
      width: 100%;
      margin-top: 0; }
      @media only screen and (min-width: 768px) {
        .career .job01 .textarea, .career .job02 .textarea {
          width: calc(600 / 1366 * 100vw);
          margin: 0 0; } }
      @media only screen and (min-width: 1366px) {
        .career .job01 .textarea, .career .job02 .textarea {
          width: 600px; } }
      .career .job01 .textarea h3, .career .job02 .textarea h3 {
        font-size: 4vw;
        line-height: 1.5em; }
        @media only screen and (min-width: 768px) {
          .career .job01 .textarea h3, .career .job02 .textarea h3 {
            font-size: calc(26 / 1366 * 100vw);
            margin-top: -0.2em; } }
        @media only screen and (min-width: 1366px) {
          .career .job01 .textarea h3, .career .job02 .textarea h3 {
            font-size: 2.6rem; } }
      .career .job01 .textarea p, .career .job02 .textarea p {
        font-size: 3vw;
        margin-top: 1em; }
        @media only screen and (min-width: 768px) {
          .career .job01 .textarea p, .career .job02 .textarea p {
            font-size: calc(18 / 1366 * 100vw); } }
        @media only screen and (min-width: 1366px) {
          .career .job01 .textarea p, .career .job02 .textarea p {
            font-size: 1.8rem; } }
      .career .job01 .textarea p + p, .career .job02 .textarea p + p {
        margin-top: 1.8em; }
  @media only screen and (min-width: 768px) {
    .career .job01 {
      flex-direction: row-reverse; } }
  .career h2 + .job01 {
    margin-top: 7vw; }
    @media only screen and (min-width: 768px) {
      .career h2 + .job01 {
        margin-top: calc(50 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .career h2 + .job01 {
        margin-top: 50px; } }
  .career .info {
    border: 1px solid #000;
    margin: 5.333vw 0 0 0;
    padding: 7vw 5.866vw 8.266vw; }
    @media only screen and (min-width: 768px) {
      .career .info {
        margin: calc(40 / 1366 * 100vw) 0 0 0;
        padding: calc(56 / 1366 * 100vw) calc(50 / 1366 * 100vw) calc(60 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .career .info {
        margin: 40px 0 0 0;
        padding: 56px 50px 60px; } }
    .career .info h3 {
      font-size: 3.2vw;
      font-weight: bold;
      color: #497554;
      margin-bottom: 1em; }
      @media only screen and (min-width: 768px) {
        .career .info h3 {
          font-size: calc(18 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .career .info h3 {
          font-size: 1.8rem; } }
      .career .info h3 span {
        display: inline-block;
        padding: 0.1em 0.8em;
        border-radius: 2em;
        background-color: #497554;
        color: #fff; }
    .career .info table {
      border-bottom: 1px solid #000; }
      .career .info table td h4 {
        margin-top: 0.8em; }
      .career .info table td p + p {
        margin-top: 0.5em; }
      .career .info table td ul li {
        list-style: disc;
        margin: 0 0 0 1.2em;
        padding-left: -0.2em; }
    .career .info .link {
      margin-top: 1em; }

/*ブランド*/
.alliance .mv {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 100 / 66.666; }
  @media only screen and (min-width: 768px) {
    .alliance .mv {
      width: 100%;
      aspect-ratio: 1366 / 400;
      margin: calc(-38 / 1366 * 100vw) 0 0; } }
  @media only screen and (min-width: 1366px) {
    .alliance .mv {
      width: 100%;
      margin: -38px 0 0; } }
  .alliance .mv .mv_text {
    position: absolute;
    width: 47vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      .alliance .mv .mv_text {
        width: calc(354 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .alliance .mv .mv_text {
        width: 354px; } }
.alliance__index, .alliance__md {
  padding: 12.8vw 6vw 10.8vw;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 16vw auto 0; }
  @media only screen and (min-width: 768px) {
    .alliance__index, .alliance__md {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse;
      padding: calc(48 / 1366 * 100vw) calc(30 / 1366 * 100vw) calc(48 / 1366 * 100vw) calc(30 / 1366 * 100vw);
      margin-top: calc(100 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .alliance__index, .alliance__md {
      padding: 48px 30px 48px 30px;
      margin-top: 100px; } }
  .alliance__index .ph, .alliance__md .ph {
    width: 100%;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .alliance__index .ph, .alliance__md .ph {
        width: calc(350 / 1366 * 100vw);
        height: calc(350 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .alliance__index .ph, .alliance__md .ph {
        width: 350px;
        height: 350px; } }
  .alliance__index .text_area, .alliance__md .text_area {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .alliance__index .text_area, .alliance__md .text_area {
        position: relative;
        width: calc(555 / 1366 * 100vw);
        height: calc(350 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .alliance__index .text_area, .alliance__md .text_area {
        width: 555px;
        height: 350px; } }
    @media only screen and (min-width: 768px) {
      .alliance__index .text_area .text, .alliance__md .text_area .text {
        position: absolute;
        top: 0;
        left: 0; } }
    .alliance__index .text_area .text .company_en, .alliance__md .text_area .text .company_en {
      width: 100%;
      margin: 0.5em auto 0;
      font-size: 8vw;
      font-weight: bold;
      font-family: 'Akshar', sans-serif;
      line-height: 1.05em;
      color: #d9d7d7; }
      @media only screen and (min-width: 768px) {
        .alliance__index .text_area .text .company_en, .alliance__md .text_area .text .company_en {
          margin: 0em 0 0 0;
          font-size: calc(55 / 1366 * 100vw);
          text-align: left; } }
      @media only screen and (min-width: 1366px) {
        .alliance__index .text_area .text .company_en, .alliance__md .text_area .text .company_en {
          font-size: 5.5rem; } }
    .alliance__index .text_area .text .name, .alliance__md .text_area .text .name {
      margin: 0.8em auto 0;
      font-size: 3.5vw;
      line-height: 1.5em; }
      @media only screen and (min-width: 768px) {
        .alliance__index .text_area .text .name, .alliance__md .text_area .text .name {
          margin: 0.5em 0 0 0;
          font-size: calc(20 / 1366 * 100vw);
          text-align: left; } }
      @media only screen and (min-width: 1366px) {
        .alliance__index .text_area .text .name, .alliance__md .text_area .text .name {
          font-size: 2rem; } }
      .alliance__index .text_area .text .name span, .alliance__md .text_area .text .name span {
        font-size: 90%; }
    .alliance__index .text_area .bt, .alliance__md .text_area .bt {
      display: block;
      background-image: url("../img/common/arrow_b.svg");
      background-repeat: no-repeat;
      background-position: bottom 0 left 0;
      background-size: 12vw;
      padding: 0em 0 1.2em 0em;
      margin: 2em 0 0 0;
      font-size: 4vw;
      line-height: 1.6em;
      font-weight: bold;
      transition: none;
      color: #000;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .alliance__index .text_area .bt, .alliance__md .text_area .bt {
          position: absolute;
          bottom: 0;
          left: 0;
          background-size: calc(68 / 1366 * 100vw);
          font-size: calc(30 / 1366 * 100vw);
          margin-top: 1.8em;
          padding: 0em 0 0.7em 0em; } }
      @media only screen and (min-width: 1366px) {
        .alliance__index .text_area .bt, .alliance__md .text_area .bt {
          background-size: 68px;
          font-size: 3.0rem; } }
      .alliance__index .text_area .bt:hover, .alliance__md .text_area .bt:hover {
        text-decoration: underline;
        text-decoration-thickness: 1px; }
    .alliance__index .text_area .lead, .alliance__md .text_area .lead {
      display: block;
      padding: 0em;
      margin: 2em 0 0 0;
      font-size: 4vw;
      line-height: 1.6em;
      font-weight: bold;
      color: #000; }
      @media only screen and (min-width: 768px) {
        .alliance__index .text_area .lead, .alliance__md .text_area .lead {
          position: absolute;
          bottom: 0;
          left: 0;
          font-size: calc(30 / 1366 * 100vw);
          margin-top: 1.8em; } }
      @media only screen and (min-width: 1366px) {
        .alliance__index .text_area .lead, .alliance__md .text_area .lead {
          font-size: 3.0rem; } }
.alliance__md {
  border-bottom: none;
  padding-bottom: 0; }
.alliance .alliance__index + .alliance__index {
  margin-top: 0;
  border-top: none; }
.alliance .cont_area {
  width: 100%;
  margin: 3.5em auto 0; }
  @media only screen and (min-width: 768px) {
    .alliance .cont_area {
      width: calc(940 / 1366 * 100vw);
      margin: calc(57 / 1366 * 100vw) auto 0; } }
  @media only screen and (min-width: 1366px) {
    .alliance .cont_area {
      width: 940px;
      margin: 57px auto 0; } }
  .alliance .cont_area p {
    font-size: 3vw;
    text-indent: 0em; }
    @media only screen and (min-width: 768px) {
      .alliance .cont_area p {
        font-size: calc(18 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .alliance .cont_area p {
        font-size: 1.8rem; } }
  .alliance .cont_area p + p {
    margin-top: 1.8em; }
.alliance .twoblock {
  width: 100%;
  margin: 1.8em auto 0;
  font-size: 3vw; }
  @media only screen and (min-width: 768px) {
    .alliance .twoblock {
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
      width: calc(940 / 1366 * 100vw);
      margin: 1.8em auto 0;
      font-size: calc(18 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .alliance .twoblock {
      width: 940px; } }
  .alliance .twoblock .ph {
    width: 66.666vw;
    margin: 6vw auto 0; }
    @media only screen and (min-width: 768px) {
      .alliance .twoblock .ph {
        width: calc(400 / 1366 * 100vw);
        margin: 0;
        padding: calc(7 / 1366 * 100vw) 0 0 0; } }
    @media only screen and (min-width: 1366px) {
      .alliance .twoblock .ph {
        width: 400px;
        padding: 7px 0 0 0;
        font-size: 1.8rem; } }
  .alliance .twoblock .text {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .alliance .twoblock .text {
        width: calc(460 / 1366 * 100vw);
        margin: 0; } }
    @media only screen and (min-width: 1366px) {
      .alliance .twoblock .text {
        width: 460px; } }
  .alliance .twoblock p {
    font-size: 3vw;
    text-indent: 0; }
    @media only screen and (min-width: 768px) {
      .alliance .twoblock p {
        font-size: calc(18 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .alliance .twoblock p {
        font-size: 1.8rem; } }
  .alliance .twoblock p + p {
    margin-top: 1.8em; }
.alliance .twoblock2 {
  width: 100%;
  margin: 1.8em auto 0;
  font-size: 3vw; }
  @media only screen and (min-width: 768px) {
    .alliance .twoblock2 {
      display: flex;
      justify-content: space-between;
      width: calc(940 / 1366 * 100vw);
      margin: 1.8em auto 0;
      font-size: calc(18 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .alliance .twoblock2 {
      width: 940px;
      margin: 1.8em auto 0;
      font-size: 1.8rem; } }
  .alliance .twoblock2 .ph {
    width: 66.666vw;
    margin: 6vw auto 0; }
    @media only screen and (min-width: 768px) {
      .alliance .twoblock2 .ph {
        width: calc(297 / 1366 * 100vw);
        margin: 0;
        padding: calc(7 / 1366 * 100vw) 0 0 0; } }
    @media only screen and (min-width: 1366px) {
      .alliance .twoblock2 .ph {
        width: 297px;
        padding: 7px 0 0 0; } }
  .alliance .twoblock2 .text {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .alliance .twoblock2 .text {
        width: calc(563 / 1366 * 100vw);
        margin: 0; } }
    @media only screen and (min-width: 1366px) {
      .alliance .twoblock2 .text {
        width: 563px; } }
  .alliance .twoblock2 p + p {
    margin-top: 1.8em; }
.alliance .twoblock + .cont_area, .alliance .twoblock2 + .cont_area {
  margin-top: 2.5em; }
.alliance .float_block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  width: 100%;
  margin: 3.5em auto 0; }
  @media only screen and (min-width: 768px) {
    .alliance .float_block {
      display: block;
      width: calc(940 / 1366 * 100vw);
      margin: calc(57 / 1366 * 100vw) auto 0; } }
  @media only screen and (min-width: 1366px) {
    .alliance .float_block {
      width: 940px;
      margin: 57px auto 0; } }
  .alliance .float_block .ph {
    width: 66.666vw;
    margin: 6vw auto 0; }
    @media only screen and (min-width: 768px) {
      .alliance .float_block .ph {
        float: right;
        width: calc(297 / 1366 * 100vw);
        margin: 0 0;
        padding: calc(7 / 1366 * 100vw) 0 0 0;
        margin: 0 0 calc(35 / 1366 * 100vw) calc(80 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .alliance .float_block .ph {
        width: 297px;
        padding: 7px 0 0 0;
        margin: 0 0 35px 80px; } }
  .alliance .float_block .text {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .alliance .float_block .text {
        margin: 0; } }
    .alliance .float_block .text p {
      font-size: 3vw;
      text-indent: 0; }
      @media only screen and (min-width: 768px) {
        .alliance .float_block .text p {
          font-size: calc(18 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .alliance .float_block .text p {
          font-size: 1.8rem; } }
    .alliance .float_block .text p + p {
      margin-top: 1.8em; }

/*トップメッセージ*/
.message .mv {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 100 / 66.666; }
  @media only screen and (min-width: 768px) {
    .message .mv {
      width: 100%;
      aspect-ratio: 1366 / 400;
      margin: calc(-38 / 1366 * 100vw) 0 0; } }
  @media only screen and (min-width: 1366px) {
    .message .mv {
      width: 100%;
      margin: -38px 0 0; } }
  .message .mv .mv_text {
    position: absolute;
    width: 50vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      .message .mv .mv_text {
        width: calc(311 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .message .mv .mv_text {
        width: 311px; } }
.message .message_ti {
  background: #dadada;
  margin: 10vw 0 0 0; }
  @media only screen and (min-width: 768px) {
    .message .message_ti {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: calc(110 / 1366 * 100vw) 0 0 0; } }
  @media only screen and (min-width: 1366px) {
    .message .message_ti {
      margin: 110px 0 0 0; } }
  .message .message_ti .ph {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .message .message_ti .ph {
        width: calc(460 / 1366 * 100vw);
        margin: 0; } }
    @media only screen and (min-width: 1366px) {
      .message .message_ti .ph {
        width: 460px; } }
  .message .message_ti .ti_text {
    width: 100%;
    margin-top: 1.5em;
    font-size: 5.5vw;
    text-align: center;
    padding: 1.8em 0 0.5em; }
    @media only screen and (min-width: 768px) {
      .message .message_ti .ti_text {
        padding: 0 0 0 1.3em;
        text-align: left;
        width: calc(540 / 1366 * 100vw);
        margin-top: 0;
        font-size: calc(45 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .message .message_ti .ti_text {
        width: 540px;
        font-size: 4.5rem; } }
.message .cap {
  width: 100%;
  text-align: right;
  font-size: 2.8vw;
  margin-top: 0.5em; }
  @media only screen and (min-width: 768px) {
    .message .cap {
      margin-top: 0.3em;
      font-size: calc(15 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .message .cap {
      font-size: 1.5rem; } }
.message .text_area {
  width: 100%;
  margin: 3em auto 0; }
  @media only screen and (min-width: 768px) {
    .message .text_area {
      width: calc(960 / 1366 * 100vw);
      margin-top: calc(90 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .message .text_area {
      width: 960px;
      margin-top: 90px; } }
.message p {
  font-size: 3vw; }
  @media only screen and (min-width: 768px) {
    .message p {
      width: calc(960 / 1366 * 100vw);
      font-size: calc(18 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .message p {
      width: 960px;
      font-size: 1.8rem; } }
.message p + p {
  margin-top: 1.8em; }
.message h3 {
  margin: 2.5em auto 0;
  font-size: 4vw; }
  @media only screen and (min-width: 768px) {
    .message h3 {
      font-size: calc(30 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .message h3 {
      font-size: 3rem; } }
.message h3 + p {
  margin: 1.8em auto 0; }
.message .name {
  text-align: right;
  margin-top: 2.5em; }

/*企業理念*/
.philosophy .mv {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 100 / 66.666; }
  @media only screen and (min-width: 768px) {
    .philosophy .mv {
      width: 100%;
      aspect-ratio: 1366 / 400;
      margin: calc(-38 / 1366 * 100vw) 0 0; } }
  @media only screen and (min-width: 1366px) {
    .philosophy .mv {
      width: 100%;
      margin: -38px 0 0; } }
  .philosophy .mv .mv_text {
    position: absolute;
    width: 50vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      .philosophy .mv .mv_text {
        width: calc(398 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .philosophy .mv .mv_text {
        width: 398px; } }
.philosophy .philosophy_wrap {
  width: 100vw;
  margin: 20vw auto 0;
  padding: 10vw 0;
  background-color: #e8e7e7; }
  @media only screen and (min-width: 768px) {
    .philosophy .philosophy_wrap {
      width: 100%;
      margin: calc(100 / 1366 * 100vw) 0 0;
      padding: calc(110 / 1366 * 100vw) 0; } }
  @media only screen and (min-width: 1366px) {
    .philosophy .philosophy_wrap {
      margin: 100px 0 0;
      padding: 110px 0; } }
  .philosophy .philosophy_wrap .pagetitle_about {
    font-size: 6vw;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .philosophy .philosophy_wrap .pagetitle_about {
        font-size: calc(38 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .philosophy .philosophy_wrap .pagetitle_about {
        font-size: 3.8rem; } }
  .philosophy .philosophy_wrap .philosophy_inner_wrap {
    width: 80vw;
    margin: 0 auto;
    padding: 10vw 0;
    border: 5px solid #497554; }
    @media only screen and (min-width: 768px) {
      .philosophy .philosophy_wrap .philosophy_inner_wrap {
        width: calc(865 / 1366 * 100vw);
        padding: calc(90 / 1366 * 100vw) 0;
        border: 8px solid #497554; } }
    @media only screen and (min-width: 1366px) {
      .philosophy .philosophy_wrap .philosophy_inner_wrap {
        width: 865px;
        padding: 90px 0;
        border: 10px solid #497554; } }
    .philosophy .philosophy_wrap .philosophy_inner_wrap .philosophy_lead {
      font-size: 3.8vw;
      font-weight: bold;
      line-height: 2.6;
      text-align: center;
      text-decoration: underline;
      text-underline-offset: 0.5em;
      text-decoration-color: #fff;
      text-decoration-thickness: 5px;
      margin: 1em auto 0; }
      @media only screen and (min-width: 768px) {
        .philosophy .philosophy_wrap .philosophy_inner_wrap .philosophy_lead {
          font-size: calc(27 / 1366 * 100vw); } }
      @media only screen and (min-width: 1366px) {
        .philosophy .philosophy_wrap .philosophy_inner_wrap .philosophy_lead {
          font-size: 2.7rem; } }
.philosophy .fig_md {
  width: 20vw;
  margin: 7em auto 0; }
  @media only screen and (min-width: 768px) {
    .philosophy .fig_md {
      width: calc(138 / 1366 * 100vw);
      margin-top: calc(150 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .philosophy .fig_md {
      width: 138px;
      margin-top: 150px; } }
.philosophy .fig_area {
  width: 100%;
  margin: 3em auto 0; }
  @media only screen and (min-width: 768px) {
    .philosophy .fig_area {
      width: calc(960 / 1366 * 100vw);
      margin-top: calc(60 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .philosophy .fig_area {
      width: 960px;
      margin-top: 60px; } }

/*トップメッセージ*/
.who .mv {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 100 / 66.666; }
  @media only screen and (min-width: 768px) {
    .who .mv {
      width: 100%;
      aspect-ratio: 1366 / 400;
      margin: calc(-38 / 1366 * 100vw) 0 0; } }
  @media only screen and (min-width: 1366px) {
    .who .mv {
      width: 100%;
      margin: -38px 0 0; } }
  .who .mv .mv_text {
    position: absolute;
    width: 33vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      .who .mv .mv_text {
        width: calc(268 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .who .mv .mv_text {
        width: 268px; } }
.who p {
  font-size: 3vw; }
  @media only screen and (min-width: 768px) {
    .who p {
      font-size: calc(18 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .who p {
      font-size: 1.8rem; } }
.who p + p {
  margin-top: 1.8em; }
.who .employee {
  width: 100%;
  margin: 0 auto 0;
  padding: 15vw 0; }
  @media only screen and (min-width: 768px) {
    .who .employee {
      width: calc(1000 / 1366 * 100vw);
      padding: calc(120 / 1366 * 100vw) calc(20 / 1366 * 100vw) 0; } }
  @media only screen and (min-width: 1366px) {
    .who .employee {
      width: 1000px;
      padding: 120px 20px 0; } }
  .who .employee__md {
    padding: 0;
    margin: 0vw auto 0; }
    @media only screen and (min-width: 768px) {
      .who .employee__md {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        margin: 0 auto calc(80 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .who .employee__md {
        margin: 0 auto 80px; } }
    .who .employee__md .ph {
      border-top: #C7C3C3 solid 1px;
      border-right: #C7C3C3 solid 1px;
      width: 47vw;
      padding: 3vw 3vw 0 0;
      margin: 0 auto 0; }
      @media only screen and (min-width: 768px) {
        .who .employee__md .ph {
          width: calc(350 / 1366 * 100vw);
          height: calc(350 / 1366 * 100vw);
          padding: calc(10 / 1366 * 100vw) calc(10 / 1366 * 100vw) 0 0;
          margin: calc(-10 / 1366 * 100vw) calc(-10 / 1366 * 100vw) 0; } }
      @media only screen and (min-width: 1366px) {
        .who .employee__md .ph {
          width: 350px;
          height: 350px;
          padding: 10px 10px 0 0; } }
      .who .employee__md .ph img {
        width: 47vw;
        height: 47vw;
        margin: 0 0 -3vw -3vw; }
        @media only screen and (min-width: 768px) {
          .who .employee__md .ph img {
            width: calc(350 / 1366 * 100vw);
            height: calc(350 / 1366 * 100vw);
            margin: 0 0 calc(-10 / 1366 * 100vw) calc(-10 / 1366 * 100vw); } }
        @media only screen and (min-width: 1366px) {
          .who .employee__md .ph img {
            width: 350px;
            height: 350px;
            margin: 0 0 -10px -10px; } }
    .who .employee__md .text_area {
      width: 100%;
      margin: 10vw 0 0; }
      @media only screen and (min-width: 768px) {
        .who .employee__md .text_area {
          position: relative;
          height: calc(350 / 1366 * 100vw);
          margin: 0 0 0; } }
      @media only screen and (min-width: 1366px) {
        .who .employee__md .text_area {
          height: 350px; } }
      @media only screen and (min-width: 768px) {
        .who .employee__md .text_area .text {
          position: absolute;
          top: 0;
          left: 0; } }
      .who .employee__md .text_area .text .division_en {
        width: 100%;
        margin: 0em auto 0;
        font-size: 9vw;
        font-weight: bold;
        font-family: 'Akshar', sans-serif;
        line-height: 1.05em;
        color: #d9d7d7; }
        @media only screen and (min-width: 768px) {
          .who .employee__md .text_area .text .division_en {
            margin: 0.1em 0 0 0;
            font-size: calc(67 / 1366 * 100vw);
            text-align: left; } }
        @media only screen and (min-width: 1366px) {
          .who .employee__md .text_area .text .division_en {
            font-size: 6.7rem; } }
      .who .employee__md .text_area .text .name {
        margin: 0.8em auto 0;
        font-size: 3vw;
        line-height: 1.5em;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .who .employee__md .text_area .text .name {
            margin: 0.5em 0 0 0;
            font-size: calc(18 / 1366 * 100vw);
            text-align: left; } }
        @media only screen and (min-width: 1366px) {
          .who .employee__md .text_area .text .name {
            font-size: 1.8rem; } }
        .who .employee__md .text_area .text .name span {
          font-size: 90%; }
      .who .employee__md .text_area .lead {
        display: block;
        padding: 0em;
        margin: 1.5em 0 0 0;
        font-size: 4vw;
        line-height: 1.6em;
        font-weight: bold;
        color: #000; }
        @media only screen and (min-width: 768px) {
          .who .employee__md .text_area .lead {
            position: absolute;
            bottom: -0.4em;
            left: 0;
            font-size: calc(30 / 1366 * 100vw);
            margin-top: 1.8em; } }
        @media only screen and (min-width: 1366px) {
          .who .employee__md .text_area .lead {
            font-size: 3.0rem; } }
.who .employee + .employee {
  margin-top: 0vw;
  border-top: solid #000 1px; }
  @media only screen and (min-width: 768px) {
    .who .employee + .employee {
      margin-top: calc(120 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .who .employee + .employee {
      margin-top: 120px; } }
.who .text_area {
  width: 100%;
  margin: 1.8em auto 0; }
  @media only screen and (min-width: 768px) {
    .who .text_area {
      width: calc(960 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .who .text_area {
      width: 960px; } }
.who .text_twoblock {
  width: 100%;
  margin: 1.8em auto 0; }
  @media only screen and (min-width: 768px) {
    .who .text_twoblock {
      display: flex;
      justify-content: space-between;
      width: calc(960 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .who .text_twoblock {
      width: 960px; } }
  .who .text_twoblock__ph {
    width: 55vw;
    margin: 0 auto 0;
    padding: 0 0 0 0; }
    @media only screen and (min-width: 768px) {
      .who .text_twoblock__ph {
        width: calc(350 / 1366 * 100vw);
        margin: 0;
        padding: calc(8 / 1366 * 100vw) 0 0 0; } }
    @media only screen and (min-width: 1366px) {
      .who .text_twoblock__ph {
        width: 350px;
        padding: 8px 0 0 0; } }
  .who .text_twoblock__text {
    width: 100%;
    margin-top: 2em; }
    @media only screen and (min-width: 768px) {
      .who .text_twoblock__text {
        width: calc(550 / 1366 * 100vw);
        margin: 0; } }
    @media only screen and (min-width: 1366px) {
      .who .text_twoblock__text {
        width: 550px; } }

/*採用情報*/
.policy .pagetitle__policy {
  margin: 2.5em auto 0;
  text-align: center;
  font-size: 3.8vw; }
  @media only screen and (min-width: 768px) {
    .policy .pagetitle__policy {
      margin: 5em auto 0;
      font-size: calc(24 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .policy .pagetitle__policy {
      font-size: 2.4rem; } }
.policy .lead {
  margin-top: 5em; }
.policy h2 {
  font-size: 3vw;
  margin-top: 2em;
  border-bottom: 1px solid #000; }
  @media only screen and (min-width: 768px) {
    .policy h2 {
      font-size: calc(18 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .policy h2 {
      font-size: 1.8rem; } }
.policy h2 + div, .policy h2 + ol {
  margin-top: 1em; }
.policy ol {
  margin-top: 0.3em; }
  .policy ol li {
    margin-left: 1.3em;
    list-style-type: decimal; }
@media only screen and (min-width: 768px) {
  .policy .job01 {
    flex-direction: row-reverse; } }
.policy h2 + .job01 {
  margin-top: 7vw; }
  @media only screen and (min-width: 768px) {
    .policy h2 + .job01 {
      margin-top: calc(50 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .policy h2 + .job01 {
      margin-top: 50px; } }
.policy .info {
  border: 1px solid #000;
  margin: 5.333vw 0 0 0;
  padding: 7vw 5.866vw 8.266vw; }
  @media only screen and (min-width: 768px) {
    .policy .info {
      margin: calc(40 / 1366 * 100vw) 0 0 0;
      padding: calc(56 / 1366 * 100vw) calc(50 / 1366 * 100vw) calc(60 / 1366 * 100vw); } }
  @media only screen and (min-width: 1366px) {
    .policy .info {
      margin: 40px 0 0 0;
      padding: 56px 50px 60px; } }
  .policy .info h3 {
    font-size: 3.2vw;
    font-weight: bold;
    color: #497554;
    margin-bottom: 1em; }
    @media only screen and (min-width: 768px) {
      .policy .info h3 {
        font-size: calc(18 / 1366 * 100vw); } }
    @media only screen and (min-width: 1366px) {
      .policy .info h3 {
        font-size: 1.8rem; } }
    .policy .info h3 span {
      display: inline-block;
      padding: 0.1em 0.8em;
      border-radius: 2em;
      background-color: #497554;
      color: #fff; }
  .policy .info table {
    border-bottom: 1px solid #000; }
    .policy .info table td h4 {
      margin-top: 0.8em; }
    .policy .info table td p + p {
      margin-top: 0.5em; }
    .policy .info table td ul li {
      list-style: disc;
      margin: 0 0 0 1.2em;
      padding-left: -0.2em; }
  .policy .info .link {
    margin-top: 1em; }
