@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap");
@import url("global.css");
/* ------------------------------
 Common
------------------------------ */
.home_sectitle {
  font-size: 60px;
  font-weight: bold;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .home_sectitle .en {
    display: block;
    color: #EBD554;
    font-size: 20px; }
  .home_sectitle .ja {
    display: block; }
  .home_sectitle.vertical {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: mixed;
    line-height: 1.2;
    text-align: left; }

.more {
  padding-left: 30px;
  position: relative; }
  .more::before {
    content: "";
    width: 20px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .more.en {
    font-size: 16px;
    font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif; }
  .more.outlink {
    padding-left: 0;
    padding-right: 30px; }
    .more.outlink::before {
      content: "\f35d";
      width: auto;
      height: auto;
      background: transparent;
      border-radius: 0;
      position: absolute;
      left: auto;
      right: 0;
      top: 10px;
      color: #fff;
      font-size: 20px;
      font-weight: 900;
      font-family: "Font Awesome 5 free"; }

/* ------------------------------
 MV
------------------------------ */
.mv {
  width: 100%;
  height: 900px;
  background: #fff;
  position: relative; }
  .mv::before {
    content: "";
    width: 100%;
    height: 150px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0; }
  .mv .img {
    width: 84%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  .mv .mv_catch {
    position: absolute;
    top: 50%;
    left: 8vw;
    z-index: 2;
    text-align: left; }
    .mv .mv_catch p {
      margin-bottom: 10px; }
      .mv .mv_catch p span {
        display: inline-block;
        background: #D9B21A;
        color: #333;
        line-height: 1.2;
        padding: 10px 50px;
        font-size: 74px;
        font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        .mv .mv_catch p span img {
          width: auto;
          height: 94px; }
        .mv .mv_catch p span i {
          font-style: normal; }
  .mv .mv_lead {
    display: inline-block;
    background: #D9B21A;
    color: #333;
    line-height: 1.4;
    padding: 20px 50px;
    position: absolute;
    bottom: 110px;
    right: 0;
    z-index: 2;
    text-align: left;
    font-size: 30px;
    font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .mv .mv_lead i {
      font-style: normal; }
  .mv .home_news {
    width: 650px;
    height: 70px;
    padding: 0 40px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .mv .home_news h2 {
      width: 90px;
      text-align: left;
      position: relative;
      font-size: 16px;
      font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
      font-weight: bold; }
      .mv .home_news h2::after {
        content: "";
        width: 1px;
        height: 20px;
        background: #bbb;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    .mv .home_news ul {
      flex: 1; }
      .mv .home_news ul li .post {
        padding-left: 30px;
        font-size: 16px;
        font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif; }
        .mv .home_news ul li .post .date {
          width: 120px;
          text-align: left; }
        .mv .home_news ul li .post .text {
          flex: 1;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }

.ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden; }
  .ticker ul {
    width: 100%;
    position: relative;
    margin: auto; }
    .ticker ul li {
      width: 100%;
      display: none; }

.iv_l1 {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .iv_l1.is-inview {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1s; }

.iv_l1_2 {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .iv_l1_2.is-inview {
    opacity: 1;
    transition-delay: 1.3s; }

.iv_l2 {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .iv_l2.is-inview {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.7s; }

.iv_l2_2 {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .iv_l2_2.is-inview {
    opacity: 1;
    transition-delay: 2.0s; }

.iv_r1 {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .iv_r1.is-inview {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 2.4s; }

.iv_r1_2 {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .iv_r1_2.is-inview {
    opacity: 1;
    transition-delay: 2.7s; }

/* ------------------------------
 Greeting
------------------------------ */
.home_greeting {
  background: #333;
  padding: 95px 0 150px; }
  .home_greeting .f_inner {
    flex-direction: row-reverse;
    align-items: stretch; }
  .home_greeting .titlearea {
    position: relative; }
    .home_greeting .titlearea .home_sectitle .ja {
      color: #fff; }
    .home_greeting .titlearea .more {
      position: absolute;
      left: 30%;
      bottom: 70px;
      padding-left: 0;
      padding-top: 30px;
      transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
      -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
      .home_greeting .titlearea .more::before {
        width: 4px;
        height: 20px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      .home_greeting .titlearea .more:hover {
        bottom: 75px; }
        .home_greeting .titlearea .more:hover::before {
          background: #EBD554; }
      .home_greeting .titlearea .more a {
        color: #fff;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        white-space: nowrap;
        text-orientation: mixed; }
        .home_greeting .titlearea .more a:hover {
          color: #EBD554; }
  .home_greeting .imgarea {
    width: 86%;
    position: relative;
    margin-top: 50px; }
    .home_greeting .imgarea .heroimg {
      width: 100%;
      height: 0;
      padding-top: 50%;
      position: relative;
      overflow: hidden; }
      .home_greeting .imgarea .heroimg img {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0; }
      .home_greeting .imgarea .heroimg::before {
        content: "";
        width: 0;
        height: 0;
        border: 60px solid transparent;
        border-right: 60px solid #333;
        transform: rotate(45deg);
        position: absolute;
        left: -62px;
        top: -62px;
        z-index: 2; }
      .home_greeting .imgarea .heroimg::after {
        content: "";
        width: 0;
        height: 0;
        border: 60px solid transparent;
        border-left: 60px solid #333;
        transform: rotate(45deg);
        position: absolute;
        right: -62px;
        bottom: -62px;
        z-index: 2; }
    .home_greeting .imgarea .herotext {
      background: #fff;
      padding: 25px 70px;
      box-sizing: border-box;
      position: absolute;
      left: -40px;
      top: 50%;
      transform: translateY(-50%);
      text-align: center; }
      .home_greeting .imgarea .herotext .logotext {
        text-align: left;
        margin-bottom: 10px;
        line-height: 1.2;
        font-size: 18px;
        font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .home_greeting .imgarea .herotext .name {
        line-height: 1.2;
        font-size: 30px;
        font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        .home_greeting .imgarea .herotext .name span {
          margin-left: 10px;
          font-size: 40px; }
    .home_greeting .imgarea .herocomment {
      position: absolute;
      left: 0;
      bottom: 50px; }
      .home_greeting .imgarea .herocomment p:not([class]) {
        margin-bottom: 10px; }
        .home_greeting .imgarea .herocomment p:not([class]) span {
          display: inline-block;
          background: #D9B21A;
          color: #333;
          line-height: 1;
          padding: 10px 40px;
          font-size: 36px;
          font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/* ------------------------------
 Service
------------------------------ */
.home_service {
  padding: 100px 0; }
  .home_service .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .home_service .inner {
    width: 88%; }
    .home_service .inner .lead {
      margin-bottom: 30px;
      text-align: justify;
      font-size: 20px;
      font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .home_service .inner ul li {
      margin-bottom: 6px; }
      .home_service .inner ul li a {
        border: 1px solid #D9B21A;
        padding: 35px 60px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        background: linear-gradient(to right, #d9b21a 60%, rgba(217, 178, 26, 0)); }
        .home_service .inner ul li a::before {
          content: "";
          width: 100%;
          height: 100%;
          background: linear-gradient(to right, #ebd554 60%, rgba(235, 213, 84, 0));
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        .home_service .inner ul li a::after {
          content: "";
          width: 0;
          height: 0;
          border: 30px solid transparent;
          border-top: 30px solid #fff;
          position: absolute;
          left: -31px;
          top: -31px;
          transform: rotate(135deg); }
        .home_service .inner ul li a .textarea {
          position: relative;
          z-index: 3; }
          .home_service .inner ul li a .textarea h3 {
            color: #333;
            font-size: 35px;
            font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
          .home_service .inner ul li a .textarea p:not([class]) {
            color: #333;
            font-size: 15px; }
        .home_service .inner ul li a .more {
          position: relative;
          z-index: 3;
          color: #fff;
          font-size: 17px;
          font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        .home_service .inner ul li a .img {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          z-index: -1; }
        .home_service .inner ul li a:hover::before {
          opacity: 1; }

/* ------------------------------
 Menuarea
------------------------------ */
.home_menuarea .home_menuarea_half {
  height: 400px;
  position: relative;
  margin-bottom: 6px; }
.home_menuarea .home_menuitem {
  height: 400px; }
  .home_menuarea .home_menuitem a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .home_menuarea .home_menuitem a::after {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
      -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    .home_menuarea .home_menuitem a .textarea {
      position: relative;
      z-index: 2;
      white-space: nowrap; }
      .home_menuarea .home_menuitem a .textarea p:not([class]) {
        color: #fff;
        font-size: 20px;
        font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .home_menuarea .home_menuitem a .textarea .home_sectitle {
        color: #fff; }
      .home_menuarea .home_menuitem a .textarea .more {
        display: inline-block;
        color: #fff; }
    .home_menuarea .home_menuitem a:hover::after {
      background: rgba(51, 51, 51, 0.25); }
  .home_menuarea .home_menuitem.home_menuarea_outline {
    background: url("../image/bg_outline.jpg") no-repeat center center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 58.6%;
    height: 100%;
    overflow: hidden; }
    .home_menuarea .home_menuitem.home_menuarea_outline .textarea {
      padding-right: 10%; }
  .home_menuarea .home_menuitem.home_menuarea_base {
    background: url("../image/bg_base.jpg") no-repeat center center;
    background-size: cover;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 58.6%;
    height: 100%;
    overflow: hidden; }
    .home_menuarea .home_menuitem.home_menuarea_base .textarea {
      padding-left: 10%; }
  .home_menuarea .home_menuitem.home_menuarea_recruit {
    width: 100%;
    background: url("../image/bg_recruit.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 6px; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-0 (1600px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  /* ------------------------------
   MV
  ------------------------------ */
  .mv .mv_catch {
    top: 45%; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Common
  ------------------------------ */
  .home_sectitle {
    font-size: 54px; }

  /* ------------------------------
   MV
  ------------------------------ */
  .mv {
    height: 840px; }
    .mv::before {
      height: 120px; }
    .mv .mv_catch {
      left: 5vw; }
      .mv .mv_catch p span {
        padding: 10px 40px;
        font-size: 64px; }
        .mv .mv_catch p span img {
          height: 84px; }
    .mv .mv_lead {
      padding: 15px 40px;
      font-size: 27px; }

  /* ------------------------------
   Greeting
  ------------------------------ */
  .home_greeting {
    padding: 75px 0 120px; }
    .home_greeting .titlearea .more {
      bottom: 0; }
    .home_greeting .imgarea .heroimg {
      padding-top: 60%; }
    .home_greeting .imgarea .herotext {
      padding: 20px 50px;
      left: -20px; }
      .home_greeting .imgarea .herotext .name {
        font-size: 28px; }
        .home_greeting .imgarea .herotext .name span {
          font-size: 38px; }
    .home_greeting .imgarea .herocomment {
      bottom: 30px; }
      .home_greeting .imgarea .herocomment p:not([class]) span {
        padding: 10px 30px;
        font-size: 29px; }

  /* ------------------------------
   Service
  ------------------------------ */
  .home_service {
    padding: 80px 0; }
    .home_service .inner ul li a {
      padding: 30px 50px; }
      .home_service .inner ul li a .textarea h3 {
        font-size: 32px; }

  /* ------------------------------
   Menuarea
  ------------------------------ */
  .home_menuarea .home_menuarea_half {
    height: 360px; }
  .home_menuarea .home_menuitem {
    height: 360px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Common
  ------------------------------ */
  .home_sectitle {
    font-size: 46px; }

  /* ------------------------------
   MV
  ------------------------------ */
  .mv::before {
    height: 0; }
  .mv .mv_catch p span {
    padding: 10px 30px;
    font-size: 54px; }
    .mv .mv_catch p span img {
      height: 74px; }
  .mv .mv_lead {
    display: block;
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    bottom: 70px;
    left: 0;
    font-size: 24px; }
  .mv .home_news {
    width: 100%; }

  /* ------------------------------
   Greeting
  ------------------------------ */
  .home_greeting {
    padding: 70px 0 0; }
    .home_greeting .f_inner {
      padding-left: 0; }
    .home_greeting .titlearea .more {
      bottom: 30px; }
    .home_greeting .imgarea {
      width: 86%; }
      .home_greeting .imgarea .heroimg {
        padding-top: 68%; }
        .home_greeting .imgarea .heroimg::before {
          border: none; }
        .home_greeting .imgarea .heroimg::after {
          border: none; }
      .home_greeting .imgarea .herotext {
        padding: 15px 20px;
        left: 0; }
        .home_greeting .imgarea .herotext .logotext {
          letter-spacing: 1px;
          font-size: 16px; }
        .home_greeting .imgarea .herotext .name {
          font-size: 22px; }
          .home_greeting .imgarea .herotext .name span {
            font-size: 27px; }
      .home_greeting .imgarea .herocomment {
        width: 100%;
        bottom: 0;
        right: 0;
        background: #D9B21A;
        padding: 15px 30px;
        box-sizing: border-box; }
        .home_greeting .imgarea .herocomment p:not([class]) {
          margin-bottom: 0; }
          .home_greeting .imgarea .herocomment p:not([class]) span {
            line-height: 1.4;
            padding: 0;
            font-size: 22px; }

  /* ------------------------------
   Service
  ------------------------------ */
  .home_service {
    padding: 70px 0; }
    .home_service .wrapper {
      padding-right: 0; }
    .home_service .inner {
      width: 86%; }
      .home_service .inner .lead {
        margin-bottom: 20px;
        padding-right: 5vw;
        font-size: 18px; }
      .home_service .inner ul li a {
        padding: 20px 40px; }
        .home_service .inner ul li a::before {
          width: 100%;
          height: 100%;
          background: linear-gradient(to right, #ebd554 60%, rgba(235, 213, 84, 0));
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        .home_service .inner ul li a::after {
          content: "";
          width: 0;
          height: 0;
          border: 30px solid transparent;
          border-top: 30px solid #fff;
          position: absolute;
          left: -31px;
          top: -31px;
          transform: rotate(135deg); }
        .home_service .inner ul li a .textarea {
          width: 60%; }
          .home_service .inner ul li a .textarea h3 {
            font-size: 28px; }
          .home_service .inner ul li a .textarea p:not([class]) {
            color: #fff; }
        .home_service .inner ul li a .more {
          font-size: 15px; }
        .home_service .inner ul li a .img {
          width: 50%;
          height: 100%; }

  /* ------------------------------
   Menuarea
  ------------------------------ */
  .home_menuarea .home_menuarea_half {
    height: auto; }
  .home_menuarea .home_menuitem {
    height: 280px; }
    .home_menuarea .home_menuitem.home_menuarea_outline {
      clip-path: none;
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      height: 280px;
      margin-bottom: 6px; }
      .home_menuarea .home_menuitem.home_menuarea_outline .textarea {
        padding-right: 0; }
    .home_menuarea .home_menuitem.home_menuarea_base {
      clip-path: none;
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      height: 280px;
      margin-bottom: 6px; }
      .home_menuarea .home_menuitem.home_menuarea_base .textarea {
        padding-left: 0; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Common
  ------------------------------ */
  .home_sectitle {
    font-size: 28px; }
    .home_sectitle .en {
      font-size: 13px; }

  .more.en {
    font-size: 12px; }

  /* ------------------------------
   MV
  ------------------------------ */
  .mv {
    height: 560px; }
    .mv .img {
      width: 84%; }
    .mv .mv_catch {
      top: 40%; }
      .mv .mv_catch p {
        margin-bottom: 6px; }
        .mv .mv_catch p span {
          padding: 10px 20px;
          font-size: 26px; }
          .mv .mv_catch p span img {
            height: 42px; }
    .mv .mv_lead {
      padding: 15px 10px;
      bottom: 80px;
      font-size: 16px; }
      .mv .mv_lead br {
        display: none; }
    .mv .home_news {
      height: 80px;
      padding: 0 20px; }
      .mv .home_news h2 {
        width: 80px; }
      .mv .home_news ul li .post .date {
        width: 100%; }

  /* ------------------------------
   Greeting
  ------------------------------ */
  .home_greeting {
    padding: 140px 0 0; }
    .home_greeting .f_inner {
      padding-right: 0;
      position: relative; }
    .home_greeting .titlearea {
      position: absolute;
      right: 5vw;
      top: -100px;
      z-index: 2; }
      .home_greeting .titlearea .more {
        display: none; }
    .home_greeting .imgarea {
      width: 100%;
      margin-top: 0; }
      .home_greeting .imgarea .heroimg {
        padding-top: 120%; }
      .home_greeting .imgarea .herotext {
        padding: 15px 20px;
        transform: none;
        top: 48%; }
        .home_greeting .imgarea .herotext .logotext {
          font-size: 12px; }
        .home_greeting .imgarea .herotext .name {
          font-size: 15px; }
          .home_greeting .imgarea .herotext .name span {
            font-size: 18px; }
      .home_greeting .imgarea .herocomment {
        padding: 15px 10px;
        text-align: right; }
        .home_greeting .imgarea .herocomment p:not([class]) {
          line-height: 1.4;
          text-align: justify; }
          .home_greeting .imgarea .herocomment p:not([class]) span {
            font-size: 17px; }
        .home_greeting .imgarea .herocomment .more {
          display: inline-block; }
          .home_greeting .imgarea .herocomment .more a {
            color: #fff; }

  .iphone .home_greeting .titlearea, .ipad .home_greeting .titlearea {
    right: 20vw; }

  /* ------------------------------
   Service
  ------------------------------ */
  .home_service {
    padding: 40px 0; }
    .home_service .inner {
      width: 82%; }
      .home_service .inner .lead {
        line-height: 1.45;
        font-size: 14px; }
      .home_service .inner ul li {
        position: relative; }
        .home_service .inner ul li::after {
          content: "";
          width: 10px;
          height: 10px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          position: absolute;
          right: 5vw;
          top: 50%;
          transform: translateY(-50%) rotate(45deg); }
        .home_service .inner ul li a {
          padding: 20px 20px; }
          .home_service .inner ul li a::after {
            border: 24px solid transparent;
            border-top: 24px solid #fff;
            left: -25px;
            top: -25px; }
          .home_service .inner ul li a .textarea {
            width: 100%; }
            .home_service .inner ul li a .textarea h3 {
              line-height: 1.3;
              font-size: 18px; }
            .home_service .inner ul li a .textarea p:not([class]) {
              display: none; }
          .home_service .inner ul li a .more {
            display: none; }

  /* ------------------------------
   Menuarea
  ------------------------------ */
  .home_menuarea .home_menuitem {
    height: 160px; }
    .home_menuarea .home_menuitem a .textarea p:not([class]) {
      line-height: 1.4;
      font-size: 15px; }
    .home_menuarea .home_menuitem.home_menuarea_outline {
      height: 160px; }
    .home_menuarea .home_menuitem.home_menuarea_base {
      height: 160px; } }
