@font-face {
    font-family: "Eleanor";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Eleanor/Eleanor.woff2") format("woff2"), url("../fonts/Eleanor/Eleanor.woff") format("woff")
  }

  @font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
    unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d
  }

  @font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
    unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d
  }

  @font-face {
    font-family: "icomoon";
    src: url("../fonts/icons/icomoon.eot?rhxhqc");
    src: url("../fonts/icons/icomoon.eot?rhxhqc#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?rhxhqc") format("truetype"), url("../fonts/icons/icomoon.woff?rhxhqc") format("woff"), url("../fonts/icons/icomoon.svg?rhxhqc#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
  }

  [class^=icon-], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .icon-instagram:before {
    content: ""
  }

  .icon-facebook:before {
    content: ""
  }

  .icon-twitter:before {
    content: ""
  }

  .icon-chevron_bottom:before {
    content: ""
  }

  .icon-chevron_left:before {
    content: ""
  }

  .icon-chevron_top:before {
    content: ""
  }

  .icon-chevron_right:before {
    content: ""
  }

  .icon-external:before {
    content: ""
  }

  .icon-minus:before {
    content: ""
  }

  .icon-plus:before {
    content: ""
  }

  .icon-checked:before {
    content: ""
  }

  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, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent
  }

  body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
  }

  section, article, aside, main, dialog, figure, footer, header, hgroup, nav, section {
    display: block
  }

  address {
    font-style: normal
  }

  ul, ol {
    list-style: none
  }

  blockquote, q {
    quotes: none
  }

  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
  }

  a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
  }

  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
  }

  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
  }

  del {
    text-decoration: line-through
  }

  abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
  }

  table {
    border-collapse: collapse;
    border-spacing: 0
  }

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
  }

  input, button, select, option, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    margin: 0;
    padding: 0
  }

  input, select {
    vertical-align: middle
  }

  select{
    width: 200px;
    padding: 10px 15px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 5px;
  }

  /* select::-ms-expand {
    display: none
  } */

  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
  }

  button {
    cursor: pointer
  }

  * {
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  *:after, *:before {
    font-family: inherit;
    color: inherit
  }

  *, *:after, *:before {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
  }

  a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
    touch-action: manipulation
  }

   :root {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    cursor: default;
    text-rendering: optimizeLegibility
  }

  html {
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
  }

  body {
    color: #333;
    font-family: YakuHanJP, YuGothic, "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    word-break: break-word;
    line-break: strict;
    overflow-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column
  }

  /* ----------------------------------------------*/
  @media screen and (min-width: 769px) {
    body {
      min-width: 1120px
    }
  }

  body.is-locked {
    overflow: hidden
  }

  body .pc.ie {
    font-family: YakuHanJP, Meiryo, sans-serif
  }

  a {
    color: #333;
    text-decoration: none
  }

  a:visited, a:active, a:link {
    text-decoration: none
  }

  /* a[href^="tel:"] { */
    /* pointer-events: none
  } */

  /* ----------------------------------------------*/
  @media screen and (min-width: 769px) {
    a[href^="tel:"] {
      pointer-events: none
    }
  }

  span {
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit
  }

  img, svg {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    img, svg {
      width: 100%
    }
  }

  picture {
    display: block
  }

  strong, em {
    font-weight: 700
  }

  pre {
    white-space: pre-wrap
  }

  table {
    width: 100%;
    max-width: 100%
  }

  table th, table td {
    word-break: break-all
  }

  sup {
    font-size: .75em;
    vertical-align: super
  }

  sub {
    font-size: .75em;
    vertical-align: sub
  }

   ::-moz-selection {
    background: #f1f1f1
  }

   ::selection {
    background: #f1f1f1
  }

  .font-en {
    font-family: "Hind Madurai", sans-serif !important;
    font-weight: 300
  }

  .font-en_sub {
    font-family: "Eleanor", sans-serif !important
  }

  .visible-sp {
    display: none !important
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .visible-sp {
      display: block !important
    }
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .hidden-sp {
      display: none !important
    }
  }

  .link-tdu {
    text-decoration: underline !important
  }

  /* ----------------------------------------------*/
  @media screen and (min-width: 769px) {
    .link-tdu:hover {
      text-decoration: none !important
    }
  }

  .hd-txt {
    position: absolute;
    top: 50;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .js-fadein-up {
    opacity: 0;
    transform: translate(0, 12px);
    transition: opacity 1s, transform 1s
  }

  .js-fadein-up.is-scrollin {
    opacity: 1;
    transform: translate(0, 0)
  }

  .js-fadein-down {
    opacity: 0;
    transform: translate(0, -12px);
    transition: opacity 1s, transform 1s
  }

  .js-fadein-down.is-scrollin {
    opacity: 1;
    transform: translate(0, 0)
  }

  .js-fadein-right {
    opacity: 0;
    transform: translate(12px, 0);
    transition: opacity 1s, transform 1s
  }

  .js-fadein-right.is-scrollin {
    opacity: 1;
    transform: translate(0, 0)
  }

  .js-fadein-left {
    opacity: 0;
    transform: translate(-12px, 0);
    transition: opacity 1s, transform 1s
  }

  .js-fadein-left.is-scrollin {
    opacity: 1;
    transform: translate(0, 0)
  }
  .l-header {
    z-index: 10;
    background-color: rgba(118, 233, 118, 0.719);
    color: rgb(87, 240, 125);
    margin-top: auto;
    padding: 30px 0;
    top: 0;
    left: 0
  }

  /* ----------------------------------------------*/
  @media screen and (min-width: 769px) {
    .l-header {
      min-width: 1120px
    }
  }

  .l-header_link {
    display: flex;
    justify-content: center
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_link {
      padding: 0 0 0 20px;
      justify-content: flex-start
    }
  }

  @media screen and (max-width: 768px) {
    .l-header_logo {
      /* text-align: start; */
      margin: 0px 0 0;
      box-shadow: 0 0px 0px 10 rgba(0, 0, 0, .8);
      font-size: 8px; /* for SP */
    }
  }

  @media screen and (min-width: 769px) {
    .l-header_logo {
      /* text-align: start; */
      margin: 0px 0 0;
      box-shadow: 0 0px 0px 10 rgba(0, 0, 0, .8);
      font-size: 14px; /* for PC */
    }
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_logo {
      margin: 15px 0 0
    }
  }

  .l-header_logo_in {
    display: inline-block
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_logo_in {
      display: flex;
      align-items: start
    }
  }

  .l-header_logo_img {
    width: 80px
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_logo_img {
      width: 50px
    }
  }

  .l-header_logo_txt {
    color: #fff;
    font-size: 22px;
    margin: 12px 0 0
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_logo_txt {
      font-size: 15px;
      margin: 8px 0 0
    }
  }

  .l-header_logo_txt._subpage {
    color: #27aca9
  }

  .l-header_nav {
    /* background-color: #d2c250; */
    background: rgba(253, 253, 253, 1.0);
    /* box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .1); */
    width: 300px;
    padding: 30px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    transform: translate(110%, 0);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1);
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav {
      width: 100%;
      padding: 20px
    }
  }

  .l-header_nav_logo {
    display: flex;
    align-items: center
  }

  .l-header_nav_logo_img {
    width: 90px
  }

  .l-header_nav_logo_txt {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 30px 0 12px;
    flex: 1
  }

  .l-header_nav_gl {
    margin: 20px -30px 0
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav_gl {
      margin: 10px -20px
    }
  }

  .l-header_nav_gl_item_link {
    color: #111111;
    display: block;
    padding: 10px 30px
  }

  /* ----------------------------------------------*/
  @media screen and (min-width: 769px) {
    .l-header_nav_gl_item_link {
      transition: background-color .2s linear
    }
    .l-header_nav_gl_item_link:hover {
      background-color: rgba(255, 255, 255, .15)
    }
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav_gl_item_link {
      padding: 8px 20px
    }
  }

  .l-header_nav_gl_item_ja {
    font-size: 16px;
    display: block
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav_gl_item_ja {
      font-size: 15px
    }
  }

  .l-header_nav_gl_item_en {
    letter-spacing: .05em;
    margin: 4px 0 0;
    display: block
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav_gl_item_en {
      font-size: 13px
    }
  }

  .l-header_nav_entry {
    margin: 20px 0
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav_entry {
      margin: 10px 0 0
    }
  }

  .l-header_nav_entry_btn {
    color: #fff;
    text-align: center;
    background-color:rgba(100, 100, 100, .8); /* #ec411e; */
    border-radius: 99px;
    /* width: 100%; */
    padding: 13px 10px 12px;
    display: inline-block;
    position: relative;
    overflow: hidden
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav_entry_btn {
      padding: 18px 10px 16px
    }
  }

  .l-header_nav_entry_btn::before {
    content: "";
    background: #d2ef44;
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: width .5s cubic-bezier(0.77, 0, 0.175, 1)
  }

  .l-header_nav_entry_btn_txt {
    font-weight: 500;
    position: relative;
    padding: 14px 4px;
    z-index: 2
  }
  .l-header_nav_entry_btn_txtsp {
    font-weight: 500;
    position: relative;
    z-index: 2;
    display: none;
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav_entry_btn_txt {
      display: none;
    }
    .l-header_nav_entry_btn_txtsp {
      font-size: 16px;
      display: block;
    }
  }

  /* ----------------------------------------------*/
  @media screen and (min-width: 769px) {
    .l-header_nav_entry_btn:hover::before {
      content: "";
      width: 100%;
      right: auto;
      left: 0
    }
  }

  .l-header_nav_sns {
    margin: 25px 0 0;
    display: flex;
    align-items: center
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav_sns {
      margin: 20px 0 0
    }
  }

  .l-header_nav_sns_dt {
    color: #fff;
    letter-spacing: .05em;
    margin: 0 5px 0 0
  }

  .l-header_nav_sns_dd {
    display: flex;
    align-items: center
  }

  .l-header_nav_sns_link {
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    flex: 0 0 44px;
    max-width: 44px
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav_sns_link {
      font-size: 22px;
      flex: 0 0 50px;
      max-width: 50px
    }
  }

  .l-header_nav_sns_link:not(:last-child)::before {
    content: "";
    background-color: rgba(255, 255, 255, .5);
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
  }

  .l-header_nav_btn {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 35px;
    right: 30px;
    z-index: 999
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_nav_btn {
      top: 20px;
      right: 20px
    }
  }

  .l-header_nav_btn_in, .l-header_nav_btn_bar {
    display: inline-block
  }

  .l-header_nav_btn_in {
    width: 100%;
    height: 100%;
    position: relative
  }

  .l-header_nav_btn_bar {
    background-color: #111111;
    width: 38px;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
  }

  .l-header_nav_btn_bar:nth-of-type(1) {
    transform: rotate(45deg)
  }

  .l-header_nav_btn_bar:nth-of-type(2) {
    transform: rotate(-45deg)
  }

  .l-header_nav.is-active {
    transform: translate(0, 0)
  }

  .l-header_btn {
    background-color: #d2c250;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
  }

  @media screen and (max-width: 768px) {
    .l-header_btn {
      top: 0;
      width: 60px;
      height: 60px
    }
  }

  .l-header_btn_txt {
    color: #fff;
    font-size: 17px;
    text-align: center
  }

  @media screen and (max-width: 768px) {
    .l-header_btn_txt {
      font-size: 13px
    }
  }

  .l-header_btn_in, .l-header_btn_bar {
    display: inline-block
  }

  .l-header_btn_in {
    width: 100%;
    height: 18px;
    margin: 5px 0 0;
    position: relative
  }

  .l-header_btn_bar {
    background-color: #fff;
    width: 42px;
    height: 4.5px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-header_btn_bar {
      width: 30px
    }
  }

  .l-header_btn_bar:nth-of-type(1) {
    top: calc(50% - 8px)
  }

  .l-header_btn_bar:nth-of-type(2) {
    top: 50%
  }

  .l-header_btn_bar:nth-of-type(3) {
    top: calc(50% + 8px)
  }

  .l-content {
    overflow: hidden
  }

  .l-container {
    max-width: 1080px;
    margin: 0 auto
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-container {
      max-width: inherit;
      padding: 0 20px
    }
  }

  .l-footer {
    /* background-color: #d2c250; */
    background: linear-gradient(-135deg, #ffffff, #fdfdfd);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .1);
    color: #fff;
    margin-top: auto;
    padding: 10px 0
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-footer {
      padding: 30px 0 60px
    }
  }

  .l-footer_logo {
    width: 80px;
    right: 0;
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-footer_logo {
      margin: 0 auto
    }
  }

  .l-footer_logo_img {
    width: 150px;
  }

  .l-footer_company {
    font-size: 16px;
    line-height: 1.2;
    margin: 10px 0 0
  }

  .l-footer_sns {
    margin: 20px 0 0;
    display: flex;
    align-items: center
  }

  .l-footer_sns_dt {
    color: #fff;
    letter-spacing: .05em;
    margin: 0 5px 0 0
  }

  .l-footer_sns_dd {
    display: flex;
    align-items: center
  }

  .l-footer_sns_link {
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    flex: 0 0 44px
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-footer_sns_link {
      font-size: 22px;
      flex: 0 0 50px;
      max-width: 50px
    }
  }

  .l-footer_sns_link:not(:last-child)::before {
    content: "";
    background-color: rgba(255, 255, 255, .5);
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
  }

  .l-footer_btn {
    color: #fff;
    border: 1px solid #fff;
    margin: 20px 0 0;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-footer_btn {
      font-size: 15px;
      padding: 14px 15px
    }
  }

  .l-footer_btn::after {
    content: "";
    font-family: "icomoon" !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 6px
  }

  /* ----------------------------------------------*/
  @media screen and (min-width: 769px) {
    .l-footer_btn {
      transition: background-color .5s cubic-bezier(0.77, 0, 0.175, 1)
    }
    .l-footer_btn:hover {
      background-color: rgba(255, 255, 255, .2)
    }
  }

  .l-footer_ft {
    margin: 30px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-footer_ft {
      text-align: center;
      margin: 20px 0 0;
      display: block
    }
  }

  .l-footer_pp {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
    margin: 0 25px 0 0;
    display: inline-flex;
    align-items: center
  }

  .l-footer_pp::after {
    content: "";
    font-family: "icomoon" !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 6px
  }

  .l-footer_cr {
    font-size: 12px
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-footer_cr {
      margin: 10px 0 0
    }
  }

  .l-pagetop {
    background-color: #fafafa;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    cursor: pointer;
    transform: translate(200%, 0);
    transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1)
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-pagetop {
      right: 10px;
      bottom: 10px
    }
  }

  .l-pagetop::before {
    content: "";
    font-family: "icomoon" !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }

  .l-pagetop.is-show {
    transform: translate(0, 0)
  }

  textarea {
    resize: vertical
  }

   :-moz-placeholder-shown {
    color: #999
  }

   :-ms-input-placeholder {
    color: #999
  }

   :placeholder-shown {
    color: #999
  }

   ::-webkit-input-placeholder {
    color: #999
  }

  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999
  }

  input[type=checkbox], input[type=radio] {
    display: none
  }

  .c-form_row {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    display: table;
    table-layout: fixed
  }

  @media screen and (max-width: 768px) {
    .c-form_row {
      width: 100%;
      display: block
    }
  }

  .c-form_row:first-child {
    border-top: 1px solid #dcdcdc
  }

  .c-form_lbl, .c-form_cont {
    vertical-align: top;
    display: table-cell
  }

  @media screen and (max-width: 768px) {
    .c-form_lbl, .c-form_cont {
      display: block
    }
  }

  .c-form_lbl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    background: #f5f5f5;
    border-right: 1px solid #dcdcdc;
    width: 31%;
    padding: 41px 60px 20px 15px;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .c-form_lbl {
      background: #fff;
      border-right: none;
      width: 100%;
      padding: 14px 38px 0 0
    }
  }

  .c-form_cont {
    background: #fff;
    width: 69%;
    padding: 25px 35px
  }

  @media screen and (max-width: 768px) {
    .c-form_cont {
      width: 100%;
      padding: 15px 0
    }
  }

  .c-form_btn {
    margin: 50px 0 0;
    display: flex;
    justify-content: center
  }

  @media screen and (max-width: 768px) {
    .c-form_btn {
      margin: 40px 0 0
    }
  }

  .c-form_btn_submit {
    color: #fff;
    text-align: center;
    background-color: #ef6144;
    border-radius: 99px;
    box-shadow: 0 .4rem 1.5rem rgba(0, 0, 0, .2);
    min-width: 300px;
    padding: 26px 10px 24px;
    display: inline-block;
    position: relative;
    overflow: hidden
  }

  @media screen and (max-width: 768px) {
    .c-form_btn_submit {
      min-width: inherit;
      padding: 21px 10px 20px;
      flex: 1
    }
  }

  .c-form_btn_submit::before {
    content: "";
    background: #ec411e;
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: width .5s cubic-bezier(0.77, 0, 0.175, 1)
  }

  .c-form_btn_submit_txt {
    font-size: 20px;
    position: relative;
    z-index: 2
  }

  @media screen and (max-width: 768px) {
    .c-form_btn_submit_txt {
      font-size: 18px
    }
  }

  @media screen and (min-width: 769px) {
    .c-form_btn_submit:hover::before {
      content: "";
      width: 100%;
      right: auto;
      left: 0
    }
  }

  .c-form_btn_prev {
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #acacac;
    border-radius: 99px;
    min-width: 190px;
    margin-right: 30px;
    padding: 26px 10px;
    display: inline-block
  }

  @media screen and (max-width: 768px) {
    .c-form_btn_prev {
      font-size: 16px;
      width: 100%;
      min-width: inherit;
      flex: 0 0 100px;
      max-width: 100%;
      margin-right: 10px;
      padding: 22px 0
    }
  }

  @media screen and (min-width: 769px) {
    .c-form_btn_prev {
      transition: background .5s cubic-bezier(0.77, 0, 0.175, 1)
    }
    .c-form_btn_prev:hover {
      background: #939393
    }
  }

  .c-form_btn_rgnr {
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #dcdcdc;
    min-width: 120px;
    padding: 12px 8px;
    display: inline-block;
    transition: background .5s cubic-bezier(0.77, 0, 0.175, 1)
  }

  @media screen and (max-width: 768px) {
    .c-form_btn_rgnr {
      font-size: 14px;
      width: 100%;
      max-width: 140px;
      min-width: inherit
    }
  }

  @media screen and (min-width: 769px) {
    .c-form_btn_rgnr:hover {
      background: #eee
    }
  }

  .c-form_caption {
    width: 350px;
    margin: 20px auto 0
  }

  @media screen and (max-width: 768px) {
    .c-form_caption {
      width: 100%
    }
  }

  .c-form_caption_fig {
    text-align: center
  }

  .c-form_caption_fig_img {
    border: 1px solid #dcdcdc
  }

  @media screen and (max-width: 768px) {
    .c-form_caption_fig_img {
      max-width: 250px
    }
  }

  .c-form_caption_input {
    margin: 10px 0 0
  }

  .c-form_caption_rgnr {
    text-align: center;
    margin: 10px 0 0
  }

  .c-form_caption_error {
    color: #ed1818;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: 15px 0 0
  }

  @media screen and (max-width: 768px) {
    .c-form_caption_error {
      font-size: 14px
    }
  }

  .c-form_reqired {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    background: #ed1818;
    padding: 4px 6px 3px;
    display: inline-block;
    position: absolute;
    top: 38px;
    right: 15px
  }

  @media screen and (max-width: 768px) {
    .c-form_reqired {
      font-size: 11px;
      padding: 3px 6px;
      top: 14px;
      right: 0
    }
  }

  @media screen and (min-width: 769px) {
    .c-form._conf .c-form_lbl {
      padding: 26px 60px 24px 15px
    }
  }

  @media screen and (min-width: 769px) {
    .c-form._conf .c-form_cont {
      padding: 22px 35px
    }
  }

  .c-form_conf_txt {
    font-size: 16px;
    line-height: 1.6
  }

  @media screen and (max-width: 768px) {
    .c-form_conf_txt {
      font-size: 14px
    }
  }

  .c-form_conf_txt:not(:first-child) {
    margin: 5px 0 0
  }

  @media screen and (max-width: 768px) {
    .c-form_conf_txt:not(:first-child) {
      margin: 3px 0 0
    }
  }

  .c-form_input {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    padding: 13px 15px;
    display: block
  }

  .c-form_textarea {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    height: 130px;
    padding: 13px 15px;
    display: block
  }

  .c-form [type=checkbox]:checked+.c-form_checkbox_lbl, .c-form [type=checkbox]:not(:checked)+.c-form_checkbox_lbl {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    line-height: 30px;
    display: block
  }

  .c-form [type=checkbox]:checked+.c-form_checkbox_lbl:before, .c-form [type=checkbox]:not(:checked)+.c-form_checkbox_lbl:before {
    content: "";
    background: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px
  }

  .c-form [type=checkbox]:checked+.c-form_checkbox_lbl:after, .c-form [type=checkbox]:not(:checked)+.c-form_checkbox_lbl:after {
    content: "";
    color: #27aca9;
    font-family: "icomoon" !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease
  }

  .c-form [type=checkbox]:not(:checked)+.c-form_checkbox_lbl:after {
    opacity: 0;
    transform: scale(0)
  }

  .c-form [type=checkbox]:checked+.c-form_checkbox_lbl:after {
    transform: scale(1)
  }

  .c-form_checkbox_lbl {
    font-size: 14px
  }

  .c-form_error {
    color: #ed1818;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 0
  }

  @media screen and (max-width: 768px) {
    .c-form_error {
      font-size: 14px
    }
  }

  .c-form_pp {
    margin: 50px 0 0
  }

  @media screen and (max-width: 768px) {
    .c-form_pp {
      margin: 30px 0 0
    }
  }

  .c-form_pp_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2
  }

  @media screen and (max-width: 768px) {
    .c-form_pp_ttl {
      font-size: 15px
    }
  }

  .c-form_pp_in {
    border: 1px solid #dcdcdc;
    overflow-y: auto;
    height: 200px;
    padding: 30px;
    margin: 20px 0 0;
    -webkit-overflow-scrolling: touch
  }

  @media screen and (max-width: 768px) {
    .c-form_pp_in {
      height: 120px;
      margin: 15px 0 0;
      padding: 20px
    }
  }

  .c-form_pp_txt {
    font-size: 14px;
    line-height: 1.7
  }

  @media screen and (max-width: 768px) {
    .c-form_pp_txt {
      font-size: 12px
    }
  }

  .c-form_pp_check {
    margin: 20px 0 0
  }

  @media screen and (max-width: 768px) {
    .c-form_pp_check {
      margin: 15px 0 0
    }
  }

  .c-form_pp_check_hld {
    display: inline-block
  }

  .tingle-modal * {
    box-sizing: border-box
  }

  .tingle-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex !important;
    padding: 40px 0;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer
  }

  @media screen and (max-width: 768px) {
    .tingle-modal {
      padding: 30px 15px
    }
  }

  .tingle-modal::before {
    content: "";
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: none;
    transition: .3s ease
  }

  .tingle-modal.tingle-modal--visible {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
  }

  .tingle-modal.tingle-modal--visible::before {
    background-color: rgba(0, 0, 0, .8)
  }

  .tingle-modal--noOverlayClose {
    cursor: default
  }

  @media screen and (max-width: 768px) {
    .tingle-modal--noOverlayClose {
      padding-top: 0
    }
  }

  @media screen and (max-width: 768px) {
    .tingle-modal--noClose {
      top: 0
    }
  }

  .tingle-modal--noClose .tingle-modal__close {
    display: none
  }

  .tingle-modal__close {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 1000;
    height: 56px;
    width: 56px;
    border: none;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease
  }

  @media screen and (max-width: 768px) {
    .tingle-modal__close {
      width: 44px;
      height: 44px;
      top: 0;
      right: 0
    }
  }

  .tingle-modal__close::before, .tingle-modal__close::after {
    content: "";
    background-color: #fff;
    width: 42px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block
  }

  @media screen and (max-width: 768px) {
    .tingle-modal__close::before, .tingle-modal__close::after {
      width: 30px;
      height: 1px
    }
  }

  .tingle-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg)
  }

  .tingle-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg)
  }

  .tingle-modal__closeLabel {
    display: none
  }

  .tingle-modal__close:hover {
    color: #fff
  }

  .tingle-modal-box {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 1000px;
    max-width: 90%;
    border-radius: 0;
    background-color: #fff;
    opacity: 0;
    cursor: auto;
    transition: opacity .3s ease
  }

  @media screen and (max-width: 768px) {
    .tingle-modal-box {
      max-width: 100%
    }
  }

  .tingle-modal-box__footer {
    text-align: center;
    padding: 0 45px 45px
  }

  @media screen and (max-width: 768px) {
    .tingle-modal-box__footer {
      padding: 0 15px 15px
    }
  }

  .tingle-modal-box__footer .c-btn {
    font-family: "Hind Madurai", sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .06em
  }

  @media screen and (max-width: 768px) {
    .tingle-modal-box__footer .c-btn {
      font-size: 20px
    }
  }

  .tingle-enabled {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden
  }

  .tingle-modal--visible {
    visibility: visible
  }

  .tingle-modal--visible .tingle-modal-box {
    opacity: 1;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
  }

  .tingle-modal--visible .tingle-modal__close {
    opacity: 1
  }

  .tingle-modal--overflow {
    overflow-y: scroll
  }

  .c-hd_txt {
    font-size: 24px
  }

  @media screen and (max-width: 768px) {
    .c-hd_txt {
      font-size: 20px
    }
  }

  .c-hd._hr {
    display: flex
  }

  .c-hd._hr::before {
    content: "";
    background-color: #000;
    width: 90px;
    height: 1px;
    margin: 14.5px 15px 0 0;
    display: block
  }

  @media screen and (max-width: 768px) {
    .c-hd._hr::before {
      width: 45px;
      margin: 14px 10px 0 0
    }
  }

  .c-hd._hr .c-hd_txt {
    line-height: 1.4;
    flex: 1
  }

  .c-hd._vt {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center
  }

  .c-hd._vt::before {
    content: "";
    background-color: #000;
    width: 1px;
    height: 90px;
    display: block;
    margin: 0 auto
  }

  @media screen and (max-width: 768px) {
    .c-hd._vt::before {
      height: 45px
    }
  }

  .c-hd._vt .c-hd_txt {
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 15px 0 0
  }

  @media screen and (max-width: 768px) {
    .c-hd._vt .c-hd_txt {
      margin: 10px 0 0
    }
  }

  .c-btn {
    text-align: center;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 99px;
    min-width: 230px;
    padding: 20px 5px 16px;
    display: inline-block;
    position: relative
  }

  @media screen and (min-width: 769px) {
    .c-btn {
      transition: background-color .5s cubic-bezier(0.77, 0, 0.175, 1)
    }
    .c-btn:hover {
      background-color: #efefef
    }
  }

  .c-btn_txt {
    font-size: 24px
  }

  @media screen and (max-width: 768px) {
    .c-btn_txt {
      font-size: 20px
    }
  }

  .c-btn._ext::before {
    content: "";
    font-family: "icomoon" !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%)
  }

  @media screen and (max-width: 768px) {
    .c-btn._ext::before {
      font-size: 16px
    }
  }

  .c-btn._plus::before {
    content: "";
    font-family: "icomoon" !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%)
  }

  @media screen and (max-width: 768px) {
    .c-btn._plus::before {
      font-size: 16px
    }
  }

  .c-btn._plus.is-active::before {
    content: ""
  }

  .c-recruit {
    background-color: #fff;
    box-shadow: 0 0 3rem rgba(0, 0, 0, .12);
    padding: 80px
  }

  @media screen and (max-width: 768px) {
    .c-recruit {
      padding: 25px 20px
    }
  }

  .c-recruit_dl {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    max-width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse
  }

  @media screen and (max-width: 768px) {
    .c-recruit_dl {
      padding: 15px 0;
      display: block
    }
  }

  .c-recruit_dt {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    width: 180px;
    padding: 25px 20px;
    display: table-cell;
    border-bottom: 2px solid #ef6144
  }

  @media screen and (max-width: 768px) {
    .c-recruit_dt {
      border-bottom: none;
      font-size: 15px;
      width: inherit;
      padding: 0;
      display: block
    }
  }

  .c-recruit_dd {
    padding: 25px 20px;
    display: table-cell
  }

  @media screen and (max-width: 768px) {
    .c-recruit_dd {
      margin: 10px 0 0;
      padding: 0;
      display: block
    }
  }

  .c-recruit_txt {
    line-height: 1.85
  }

  .c-recruit_txt:not(:first-child) {
    margin: 10px 0 0
  }

  @media screen and (max-width: 768px) {
    .c-recruit_txt:not(:first-child) {
      margin: 5px 0 0
    }
  }

  .c-recruit_list:not(:first-child) {
    margin: 10px 0 0
  }

  @media screen and (max-width: 768px) {
    .c-recruit_list:not(:first-child) {
      margin: 5px 0 0
    }
  }

  .c-recruit_list_item {
    line-height: 1.5;
    padding: 0 0 0 18px;
    position: relative
  }

  .c-recruit_list_item::before {
    content: "";
    background-color: #fac9bf;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 4px;
    left: 0
  }

  @media screen and (max-width: 768px) {
    .c-recruit_list_item::before {
      top: 5.5px
    }
  }

  .c-recruit_list_item:not(:first-child) {
    margin: 6px 0 0
  }

  .index-mv {
    background: url(../img/index/bg-mv01_pc.png) center center/cover no-repeat
  }

  @media screen and (max-width: 768px) {
    .index-mv {
      background-image: url(../img/index/bg-mv01_sp.png)
    }
  }

  .index-mv_in {
    height: 768px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
  }

  @media screen and (max-width: 768px) {
    .index-mv_in {
      height: auto;
      padding: auto;
    }
  }

  .index-mv_ttl {
    color: #fff;
    text-align: center;
    margin-top: 120px;
  }

  @media screen and (max-width: 768px) {
    .index-mv_ttl {
      margin: 40px 0 0
    }
  }

  .index-mv_ttl_en {
    font-size: 130px;
    display: block;
    /* margin-top: 300px; */
  }

  @media screen and (max-width: 768px) {
    .index-mv_ttl_en {
      font-size: 80px
    }
  }

  .index-mv_ttl_ja {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 0;
    display: block
  }

  @media screen and (max-width: 768px) {
    .index-mv_ttl_ja {
      font-size: 22px
    }
  }

  .index-mv_ft {
    margin: 100px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-mv_ft {
      margin: 40px 0 0
    }
  }

  .index-mv_btn {
    color: #fff;
    text-align: center;
    background-color: #ef6144;
    border-radius: 99px;
    box-shadow: 0 .4rem 1.5rem rgba(0, 0, 0, .2);
    min-width: 300px;
    padding: 21px 10px 19px;
    display: inline-block;
    position: relative;
    overflow: hidden
  }

  .index-mv_btn::before {
    content: "";
    background: #ec411e;
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: width .5s cubic-bezier(0.77, 0, 0.175, 1)
  }

  .index-mv_btn_txt {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2
  }

  @media screen and (min-width: 769px) {
    .index-mv_btn:hover::before {
      content: "";
      width: 100%;
      right: auto;
      left: 0
    }
  }

  .index-concept {
    margin: 80px 0 120px
  }

  @media screen and (max-width: 768px) {
    .index-concept {
      margin: 60px 0 80px
    }
  }

  .index-concept .c-hd {
    color: #27aca9
  }

  .index-concept .c-hd::before {
    background-color: #27aca9
  }

  .index-concept_in {
    display: flex;
    align-items: flex-start
  }

  @media screen and (max-width: 768px) {
    .index-concept_in {
      display: block
    }
  }

  .index-concept_hd {
    margin: 50px 0 0;
    padding: 0 30px 0 0;
    flex: 0 0 43.9814814815%;
    max-width: 43.9814814815%;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-concept_hd {
      max-width: inherit;
      margin: 30px 0 0
    }
  }

  .index-concept_hd::before {
    content: "";
    background-color: #f5faf5;
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    bottom: -100px;
    left: -100px;
    z-index: -1
  }

  @media screen and (max-width: 768px) {
    .index-concept_hd::before {
      width: 150px;
      height: 150px;
      bottom: -30px;
      left: -50px
    }
  }

  .index-concept_ttl {
    margin: 40px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-concept_ttl {
      margin: 25px 0 0
    }
  }

  .index-concept_ttl_ja {
    font-size: 30px;
    line-height: 1.5;
    display: block
  }

  @media screen and (max-width: 768px) {
    .index-concept_ttl_ja {
      font-size: 24px
    }
  }

  .index-concept_ttl_en {
    font-size: 70px;
    line-height: 1.1;
    margin: 10px 0 0;
    display: block
  }

  @media screen and (max-width: 768px) {
    .index-concept_ttl_en {
      font-size: 40px
    }
  }

  .index-concept_cont {
    padding: 80px 0;
    flex: 1;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-concept_cont {
      margin: 60px 0 0;
      padding: 40px 0 40px 20px
    }
  }

  .index-concept_cont::before {
    content: "";
    background-color: #ded;
    width: calc(50vw + 200px);
    min-width: 750px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: -2
  }

  @media screen and (max-width: 768px) {
    .index-concept_cont::before {
      width: calc(100vw - 20px);
      min-width: inherit;
      right: -20px;
      left: auto
    }
  }

  .index-concept_cont_en {
    color: #fff;
    font-size: 120px;
    white-space: nowrap;
    position: absolute;
    top: 50px;
    left: -70px;
    z-index: -1;
    transform: rotate(-12deg)
  }

  @media screen and (max-width: 768px) {
    .index-concept_cont_en {
      font-size: 80px;
      top: 20px;
      left: 0
    }
  }

  .index-concept_cont_txt {
    line-height: 2.6
  }

  .index-message {
    background: #fff9f8;
    margin: 80px 0;
    padding: 80px 0
  }

  @media screen and (max-width: 768px) {
    .index-message {
      margin: 50px 0;
      padding: 50px 0
    }
  }

  .index-message .c-hd {
    color: #dd6673
  }

  .index-message .c-hd::before {
    background-color: #dd6673
  }

  .index-message_in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }

  @media screen and (max-width: 768px) {
    .index-message_in {
      display: block
    }
  }

  .index-message_cont {
    flex: 0 0 38.8888888889%;
    max-width: 38.8888888889%;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-message_cont {
      max-width: inherit
    }
  }

  .index-message_cont_ttl {
    font-size: 30px;
    line-height: 1.5;
    margin: 40px 0 0;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-message_cont_ttl {
      font-size: 24px;
      margin: 25px 0 0
    }
  }

  .index-message_cont_p {
    margin: 20px 0 0;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-message_cont_p {
      margin: 15px 0 0
    }
  }

  .index-message_cont_txt {
    line-height: 2
  }

  .index-message_cont_en {
    color: #f8e1e1;
    font-size: 135px;
    white-space: nowrap;
    position: absolute;
    bottom: -80px;
    left: 70px;
    z-index: 0;
    transform: rotate(-12deg)
  }

  @media screen and (max-width: 768px) {
    .index-message_cont_en {
      font-size: 80px;
      right: 0;
      left: auto;
      bottom: -40px
    }
  }

  .index-message_fig {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-message_fig {
      max-width: inherit;
      margin: 40px 0 0
    }
  }

  .index-message_fig_01 {
    text-align: right
  }

  .index-message_fig_01_img {
    width: 348px;
    box-shadow: 0 0 3rem rgba(27, 23, 23, 0.12)
  }

  @media screen and (max-width: 768px) {
    .index-message_fig_01_img {
      max-width: 75%
    }
  }

  .index-message_fig_02 {
    margin: -100px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-message_fig_02 {
      margin: -40px 0 0
    }
  }

  .index-message_fig_02_img {
    width: 283.5px;
    box-shadow: 0 0 3rem rgba(0, 0, 0, .12)
  }

  @media screen and (max-width: 768px) {
    .index-message_fig_02_img {
      max-width: 60%
    }
  }

  .index-business {
    margin: 80px 0;
    padding: 80px 0
  }

  @media screen and (max-width: 768px) {
    .index-business {
      margin: 50px 0;
      padding: 50px 0 0
    }
  }

  .index-business .c-hd {
    color: #00aee0
  }

  .index-business .c-hd::before {
    background-color: #00aee0
  }

  .index-business_hd {
    position: relative
  }

  .index-business_hd_en {
    color: #ddf0f9;
    font-size: 120px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: -1;
    transform: rotate(-12deg)
  }

  @media screen and (max-width: 768px) {
    .index-business_hd_en {
      font-size: 80px;
      left: auto;
      top: -20px;
      right: 0
    }
  }

  .index-business_cont {
    margin: 60px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-business_cont {
      margin: 40px 0 0
    }
  }

  .index-business_cont_blk:not(:first-child) {
    margin: 80px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_blk:not(:first-child) {
      margin: 50px 0 0
    }
  }

  .index-business_cont_blk:nth-child(1) .index-business_cont_hd::before {
    background-image: url(../img/index/img-business1.jpg?20211004/);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
  }

  .index-business_cont_blk:nth-child(2) .index-business_cont_hd::before {
    background-image: url(../img/index/img-business02.jpg)
  }

  @media screen and (min-width: 769px) {
    .index-business_cont_blk:nth-child(odd) .index-business_cont_hd::before {
      left: 315px
    }
    .index-business_cont_blk:nth-child(even) .index-business_cont_hd::before {
      right: 315px
    }
    .index-business_cont_blk:nth-child(even) .index-business_cont_hd_in {
      margin-left: auto
    }
  }

  .index-business_cont_hd {
    padding: 90px 0;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_hd {
      padding: 0
    }
  }

  .index-business_cont_hd::before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: calc(100vw - ((100vw - 1080px) / 2) + 100px);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_hd::before {
      width: inherit;
      height: auto;
      margin: 0 -20px;
      padding: 52.5% 0 0;
      position: static
    }
  }

  .index-business_cont_hd_in {
    background: #fff;
    box-shadow: 0 0 3rem rgba(0, 0, 0, .12);
    width: 37.037037037%;
    padding: 50px
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_hd_in {
      width: inherit;
      margin: -25px 0 0;
      padding: 25px 20px
    }
  }

  .index-business_cont_hd_ttl {
    font-size: 30px;
    line-height: 1.3
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_hd_ttl {
      font-size: 22px
    }
  }

  .index-business_cont_hd_txt {
    line-height: 1.9;
    margin: 20px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_hd_txt {
      margin: 10px 0 0
    }
  }

  .index-business_cont_dtl {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_dtl {
      margin: 25px 0 0;
      display: block
    }
  }

  .index-business_cont_dtl_hld {
    background: #fff;
    box-shadow: 0 0 3rem rgba(0, 0, 0, .12);
    padding: 50px;
    flex: 0 0 49.2%;
    max-width: 49.2%
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_dtl_hld {
      max-width: inherit;
      padding: 25px 20px
    }
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_dtl_hld:not(:first-child) {
      margin: 15px 0 0
    }
  }

  .index-business_cont_dtl_ttl {
    color: #00aee0;
    font-size: 22px;
    line-height: 1.5
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_dtl_ttl {
      font-size: 18px
    }
  }

  .index-business_cont_dtl_txt {
    line-height: 1.9;
    margin: 20px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-business_cont_dtl_txt {
      margin: 10px 0 0
    }
  }

  .index-business_ft {
    text-align: center;
    margin: 60px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-business_ft {
      margin: 40px 0 0
    }
  }

  .index-people {
    background-color: #ecf2f8;
    margin: 80px 0;
    padding: 100px 0 140px
  }

  @media screen and (max-width: 768px) {
    .index-people {
      margin: 50px 0;
      padding: 50px 0
    }
  }

  .index-people .c-hd {
    color: #4784bf
  }

  .index-people .c-hd::before {
    background-color: #4784bf
  }

  .index-people .l-container {
    position: relative
  }

  .index-people_en {
    color: #c8def3;
    font-size: 165px;
    white-space: nowrap;
    position: absolute;
    bottom: -95px;
    right: -120px;
    z-index: 0;
    transform: rotate(-18deg)
  }

  @media screen and (max-width: 768px) {
    .index-people_en {
      font-size: 80px;
      right: 0;
      bottom: -85px
    }
  }

  .index-people_cont {
    margin: 60px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
  }

  @media screen and (max-width: 768px) {
    .index-people_cont {
      margin: 45px 0 0;
      display: block
    }
  }

  .index-people_cont_item {
    flex: 0 0 48.1481481481%;
    max-width: 48.1481481481%;
    position: relative;
    -webkit-filter: drop-shadow(0 0 3rem rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 0 3rem rgba(0, 0, 0, 0.12));
    counter-increment: item
  }

  @media screen and (max-width: 768px) {
    .index-people_cont_item {
      max-width: inherit
    }
  }

  .index-people_cont_item:nth-child(even) {
    margin: 60px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-people_cont_item:nth-child(even) {
      margin: 40px 0 0
    }
  }

  .index-people_cont_item_link {
    display: block
  }

  @media screen and (min-width: 769px) {
    .index-people_cont_item_link:hover .index-people_cont_item_fig_img {
      transform: scale(1.1) translate(-50%, 0)
    }
  }

  .index-people_cont_item_icon {
    color: #4784bf;
    font-size: 11px;
    text-align: center;
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 1
  }

  .index-people_cont_item_icon::after {
    content: counter(item, decimal-leading-zero);
    font-size: 30px;
    margin: 4px 0 0;
    display: block
  }

  .index-people_cont_item_fig {
    background-color: #fff;
    height: 0;
    padding: 70.9615384615% 0 0;
    position: relative;
    overflow: hidden
  }

  .index-people_cont_item_fig_img {
    width: auto;
    max-width: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
  }

  @media screen and (min-width: 769px) {
    .index-people_cont_item_fig_img {
      transform: scale(1) translate(-50%, 0);
      transform-origin: left center;
      transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1)
    }
  }

  .index-people_cont_item_info {
    background-color: #fff;
    width: 350px;
    margin: -70px 0 0;
    padding: 25px 30px;
    position: relative;
    z-index: 1
  }

  @media screen and (max-width: 768px) {
    .index-people_cont_item_info {
      width: inherit;
      margin: 0;
      padding: 20px
    }
  }

  .index-people_cont_item_year {
    color: #888;
    font-size: 13px
  }

  @media screen and (max-width: 768px) {
    .index-people_cont_item_year {
      font-size: 12px
    }
  }

  .index-people_cont_item_dep {
    font-size: 16px;
    line-height: 1.3;
    margin: 5px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-people_cont_item_dep {
      font-size: 15px
    }
  }

  .index-people_cont_item_name {
    margin: 10px 0 0
  }

  .index-people_cont_item_name_ja {
    font-size: 22px;
    display: block
  }

  .index-people_cont_item_name_en {
    color: #4784bf;
    margin: 6px 0 0;
    display: block
  }

  @media screen and (max-width: 768px) {
    .index-people_cont_item_name_en {
      font-size: 12px
    }
  }

  .pc.safari .index-people_cont_item {
    -webkit-filter: none;
    filter: none
  }

  .index-modal {
    display: none
  }

  .index-modal_in {
    padding: 45px 45px 35px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  @media screen and (max-width: 768px) {
    .index-modal_in {
      padding: 15px 15px 25px
    }
  }

  .index-modal_hd {
    display: flex;
    align-items: center;
    flex-direction: row-reverse
  }

  @media screen and (max-width: 768px) {
    .index-modal_hd {
      display: block
    }
  }

  .index-modal_hd_fig {
    flex: 0 0 425px;
    max-width: 425px
  }

  @media screen and (max-width: 768px) {
    .index-modal_hd_fig {
      max-width: inherit
    }
  }

  .index-modal_hd_fig_img {
    width: 100%
  }

  .index-modal_hd_cont {
    padding: 0 50px 0 0;
    flex: 1
  }

  @media screen and (max-width: 768px) {
    .index-modal_hd_cont {
      margin: 20px 0 0;
      padding: 0
    }
  }

  .index-modal_hd_ttl {
    font-size: 22px;
    line-height: 1.5
  }

  @media screen and (max-width: 768px) {
    .index-modal_hd_ttl {
      font-size: 19px
    }
  }

  .index-modal_hd_info {
    margin: 35px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-modal_hd_info {
      margin: 20px 0 0
    }
  }

  .index-modal_hd_year {
    color: #888;
    font-size: 14px
  }

  @media screen and (max-width: 768px) {
    .index-modal_hd_year {
      font-size: 13px
    }
  }

  .index-modal_hd_dep {
    font-size: 17px;
    line-height: 1.3;
    margin: 5px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-modal_hd_dep {
      font-size: 15px
    }
  }

  .index-modal_hd_name {
    margin: 10px 0 0
  }

  .index-modal_hd_name_ja {
    font-size: 22px
  }

  .index-modal_hd_name_en {
    color: #4784bf;
    margin: 0 0 0 6px
  }

  @media screen and (max-width: 768px) {
    .index-modal_hd_name_en {
      font-size: 12px
    }
  }

  .index-modal_cont {
    margin: 35px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-modal_cont {
      margin: 30px 0 0
    }
  }

  .index-modal_blk:not(:first-child) {
    margin: 25px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-modal_blk:not(:first-child) {
      margin: 20px 0 0
    }
  }

  .index-modal_blk_ttl {
    color: #4784bf;
    font-size: 18px;
    line-height: 1.5
  }

  @media screen and (max-width: 768px) {
    .index-modal_blk_ttl {
      font-size: 16px
    }
  }

  .index-modal_blk_txt {
    line-height: 2;
    margin: 15px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-modal_blk_txt {
      font-size: 13px;
      margin: 10px 0 0
    }
  }

  .index-project {
    margin: 80px 0;
    padding: 80px 0
  }

  @media screen and (max-width: 768px) {
    .index-project {
      margin: 50px 0;
      padding: 80px 0 50px
    }
  }

  .index-project .c-hd {
    color: #a55b9a
  }

  .index-project .c-hd::before {
    background-color: #a55b9a
  }

  .index-project .l-container {
    position: relative
  }

  .index-project_en {
    color: rgba(150, 150, 150, 0.3); /* #f5dff2; */
    font-size: 160px;
    white-space: nowrap;
    position: absolute;
    top: -120px;
    left: 0;
    z-index: 0
  }

  @media screen and (max-width: 768px) {
    .index-project_en {
      font-size: 80px;
      top: -60px
    }
  }

  .index-project_in {
    position: relative;
    display: flex;
    justify-content: space-between
  }

  .index-project_in::before {
    content: "";
    background-color:rgba(250, 250, 250, 0.5); /* #fef9fd; */
    width: calc(100vw - ((100vw - 1080px) / 2) - 90px);
    min-width: 1080px;
    height: 100%;
    display: block;
    position: absolute;
    top: 60px;
    left: 90px;
    z-index: -1
  }

  @media screen and (max-width: 768px) {
    .index-project_in::before {
      width: calc(100vw - 20px);
      min-width: inherit;
      right: -20px;
      left: auto
    }
  }

  .index-project_hd {
    margin: 0 0 0 175px
  }

  @media screen and (max-width: 768px) {
    .index-project_hd {
      margin: 0
    }
  }

  .index-project_cont {
    flex: 0 0 73.6111111111%;
    max-width: 73.6111111111%
  }

  @media screen and (max-width: 768px) {
    .index-project_cont {
      flex: 0 0 calc(100vw - 80px);
      max-width: calc(100vw - 80px)
    }
  }

  .index-project_blk:not(:first-child) {
    margin: 40px 0 0
  }

  .index-project_blk_hd {
    display: flex;
    align-items: center
  }

  @media screen and (max-width: 768px) {
    .index-project_blk_hd {
      display: block
    }
  }

  .index-project_blk_fig {
    flex: 0 0 508px;
    max-width: 508px
  }

  @media screen and (max-width: 768px) {
    .index-project_blk_fig {
      max-width: inherit
    }
  }

  .index-project_blk_ttl {
    font-size: 30px;
    line-height: 1.3;
    padding: 0 0 0 30px;
    flex: 1
  }

  @media screen and (max-width: 768px) {
    .index-project_blk_ttl {
      font-size: 22px;
      margin: 20px 0 0;
      padding: 0
    }
  }

  .index-project_blk_cont {
    margin: 30px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-project_blk_cont {
      margin: 20px 0 0
    }
  }

  .index-project_blk_dl:not(:first-child) {
    margin: 30px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-project_blk_dl:not(:first-child) {
      margin: 20px 0 0
    }
  }

  .index-project_blk_dt {
    color: #a55b9a;
    font-size: 16px;
    line-height: 1.4
  }

  .index-project_blk_dd {
    line-height: 1.9;
    margin: 15px 0 0
  }

  .index-talk {
    margin: 120px 0 80px;
    padding: 80px 0 0;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-talk {
      margin: 80px 0 50px;
      padding: 50px 0
    }
  }

  .index-talk::before {
    content: "";
    background-color: #f9f2e8;
    width: 100%;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
  }

  @media screen and (max-width: 768px) {
    .index-talk::before {
      height: 800px
    }
  }

  .index-talk .c-hd {
    color: #e8ac51
  }

  .index-talk .c-hd::before {
    background-color: #e8ac51
  }

  .index-talk_hd {
    position: relative
  }

  .index-talk_hd_en {
    color: #f6ddba;
    font-size: 180px;
    white-space: nowrap;
    position: absolute;
    top: -180px;
    left: 0;
    z-index: 0
  }

  @media screen and (max-width: 768px) {
    .index-talk_hd_en {
      font-size: 80px;
      top: -80px
    }
  }

  .index-talk_hld:not(:first-child) {
    margin: 100px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-talk_hld:not(:first-child) {
      margin: 60px 0 0
    }
  }

  .index-talk_speakers {
    margin: 60px 0 0;
    display: flex;
    justify-content: center
  }

  @media screen and (max-width: 768px) {
    .index-talk_speakers {
      margin: 30px 0 0;
      display: block
    }
  }

  .index-talk_speakers_item {
    box-shadow: 0 0 3rem rgba(0, 0, 0, .12);
    position: relative;
    flex: 0 0 28.1481481481%;
    max-width: 28.1481481481%
  }

  @media screen and (max-width: 768px) {
    .index-talk_speakers_item {
      width: 70%;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto
    }
  }

  @media screen and (min-width: 769px) {
    .index-talk_speakers_item:not(:first-child) {
      margin: 0 0 0 20px
    }
  }

  .index-talk_speakers_item_img {
    width: 100%
  }

  .index-talk_speakers_item_prof {
    color: #fff;
    width: 210px;
    padding: 20px;
    background-color: #e8ac51;
    position: absolute;
    bottom: 20px;
    left: 0
  }

  @media screen and (max-width: 768px) {
    .index-talk_speakers_item_prof {
      width: 200px;
      max-width: 100%;
      padding: 12px;
      bottom: 10px
    }
  }

  .index-talk_speakers_item_dep {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.3
  }

  @media screen and (max-width: 768px) {
    .index-talk_speakers_item_dep {
      font-size: 13px
    }
  }

  .index-talk_speakers_item_name {
    font-size: 18px;
    line-height: 1.3;
    margin: 4px 0 0 0
  }

  @media screen and (max-width: 768px) {
    .index-talk_speakers_item_name {
      font-size: 16px
    }
  }

  .index-talk_name {
    margin: 30px 0 0;
    display: flex;
    justify-content: center
  }

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

  .index-talk_name_item {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: .15em
  }

  .index-talk_name_item:not(:first-child)::before {
    content: "×";
    margin: 0 15px
  }

  .index-talk_cont {
    padding: 50px 0 0;
    display: none
  }

  @media screen and (max-width: 768px) {
    .index-talk_cont {
      padding: 30px 0 0
    }
  }

  .index-talk_blk {
    counter-increment: blk
  }

  .index-talk_blk:not(:first-child) {
    margin: 60px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk:not(:first-child) {
      margin: 40px 0 0
    }
  }

  .index-talk_blk_q {
    background-color: #f9f2e8;
    padding: 25px 30px;
    display: flex
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_q {
      padding: 20px;
      display: block
    }
  }

  .index-talk_blk_q_lbl {
    color: #e8ac51;
    font-size: 22px;
    margin: 4px 0 0 0;
    flex: 0 0 70px;
    max-width: 70px
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_q_lbl {
      max-width: inherit;
      margin: 0
    }
  }

  .index-talk_blk_q_lbl::after {
    content: counter(blk, decimal-leading-zero)
  }

  .index-talk_blk_q_txt {
    font-size: 18px;
    line-height: 1.6;
    flex: 1
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_q_txt {
      font-size: 16px;
      margin: 10px 0 0
    }
  }

  .index-talk_blk_cont {
    margin: 25px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_cont {
      margin: 15px 0 0
    }
  }

  .index-talk_blk_cont_row {
    display: flex
  }

  .index-talk_blk_cont_row._l .index-talk_blk_cont_icon {
    margin: 0 60px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_cont_row._l .index-talk_blk_cont_icon {
      margin: 0 15px 0 0
    }
  }

  .index-talk_blk_cont_row._l .index-talk_blk_cont_hld::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 57px 22px 0;
    border-color: transparent #fff transparent transparent;
    left: -50px
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_cont_row._l .index-talk_blk_cont_hld::before {
      border-width: 0 20px 10px 0;
      left: -14px
    }
  }

  .index-talk_blk_cont_row._r {
    flex-direction: row-reverse
  }

  .index-talk_blk_cont_row._r .index-talk_blk_cont_icon {
    margin: 0 0 0 60px
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_cont_row._r .index-talk_blk_cont_icon {
      margin: 0 0 0 15px
    }
  }

  .index-talk_blk_cont_row._r .index-talk_blk_cont_hld::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 57px 0 0;
    border-color: #fff transparent transparent transparent;
    right: -50px
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_cont_row._r .index-talk_blk_cont_hld::before {
      right: -14px;
      border-width: 10px 20px 0 0
    }
  }

  .index-talk_blk_cont_row:not(:first-child) {
    margin: 20px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_cont_row:not(:first-child) {
      margin: 10px 0 0
    }
  }

  .index-talk_blk_cont_icon {
    flex: 0 0 90px;
    max-width: 90px
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_cont_icon {
      flex: 0 0 45px;
      max-width: 45px
    }
  }

  .index-talk_blk_cont_icon_img {
    width: 100%
  }

  .index-talk_blk_cont_icon_name {
    text-align: center;
    margin: 8px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_cont_icon_name {
      font-size: 12px
    }
  }

  .index-talk_blk_cont_hld {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 30px;
    flex: 0 0 780px;
    max-width: 780px;
    -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.08));
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_cont_hld {
      padding: 15px;
      flex: 1;
      max-width: inherit
    }
  }

  .index-talk_blk_cont_hld::before {
    content: "";
    position: absolute;
    top: 20px;
    display: inline-block
  }

  .index-talk_blk_cont_hld_txt {
    line-height: 2
  }

  @media screen and (max-width: 768px) {
    .index-talk_blk_cont_hld_txt {
      font-size: 13px;
      line-height: 1.9
    }
  }

  .index-talk_ft {
    text-align: center;
    margin: 60px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-talk_ft {
      margin: 40px 0 0
    }
  }

  .pc.ie .index-talk_blk_cont_hld {
    background-color: #f1f1f1
  }

  .pc.ie .index-talk_blk_cont_row._l .index-talk_blk_cont_hld::before {
    border-color: transparent #f1f1f1 transparent transparent
  }

  .pc.ie .index-talk_blk_cont_row._r .index-talk_blk_cont_hld::before {
    border-color: #f1f1f1 transparent transparent transparent
  }

  .index-vision {
    margin: 100px 0;
    padding: 50px 0
  }

  @media screen and (max-width: 768px) {
    .index-vision {
      margin: 50px 0;
      padding: 25px 0 0
    }
  }

  .index-vision .c-hd {
    color: #aac863
  }

  .index-vision .c-hd::before {
    background-color: #aac863
  }

  .index-vision .l-container {
    position: relative
  }

  .index-vision_en {
    color: #dceabc;
    font-size: 170px;
    white-space: nowrap;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 0;
    transform: rotate(-12deg)
  }

  @media screen and (max-width: 768px) {
    .index-vision_en {
      font-size: 80px
    }
  }

  .index-vision_in {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
  }

  .index-vision_in::before {
    content: "";
    background-color: #f7faf0;
    width: calc(100vw - ((100vw - 1080px) / 2) - 90px);
    min-width: 1080px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 90px;
    z-index: -1
  }

  @media screen and (max-width: 768px) {
    .index-vision_in::before {
      width: calc(100vw - 20px);
      min-width: inherit;
      right: auto;
      left: -20px
    }
  }

  .index-vision_hd {
    margin: -40px 175px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-vision_hd {
      margin: -20px 0 0 0
    }
  }

  .index-vision_cont {
    padding: 65px 0;
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%
  }

  @media screen and (max-width: 768px) {
    .index-vision_cont {
      padding: 40px 0;
      flex: 0 0 calc(100vw - 80px);
      max-width: calc(100vw - 80px)
    }
  }

  .index-vision_blk_ttl {
    font-size: 24px;
    line-height: 1.3
  }

  @media screen and (max-width: 768px) {
    .index-vision_blk_ttl {
      font-size: 20px
    }
  }

  .index-vision_blk_sttl {
    margin: 30px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-vision_blk_sttl {
      margin: 20px 0 0
    }
  }

  .index-vision_blk_sttl_ja {
    font-size: 30px;
    line-height: 1.4;
    display: block
  }

  @media screen and (max-width: 768px) {
    .index-vision_blk_sttl_ja {
      font-size: 24px
    }
  }

  .index-vision_blk_sttl_en {
    color: #aac863;
    font-size: 16px;
    line-height: 1.3;
    margin: 8px 0 0;
    display: block
  }

  @media screen and (max-width: 768px) {
    .index-vision_blk_sttl_en {
      font-size: 14px
    }
  }

  .index-vision_blk_txt {
    line-height: 1.9;
    margin: 30px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-vision_blk_txt {
      margin: 15px 0 0
    }
  }

  .index-vision_blk:not(:first-child) {
    margin: 50px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-vision_blk:not(:first-child) {
      margin: 30px 0 0
    }
  }

  .index-culture {
    margin: 100px 0
  }

  @media screen and (max-width: 768px) {
    .index-culture {
      margin: 80px 0
    }
  }

  .index-culture .c-hd {
    color: #dc669b
  }

  .index-culture .c-hd::before {
    background-color: #dc669b
  }

  .index-culture_hd {
    position: relative
  }

  .index-culture_hd_en {
    color: rgba(25, 25, 25, 0.1); /*#f5e0e9;*/
    font-size: 150px;
    white-space: nowrap;
    position: absolute;
    top: -60px;
    left: 160px;
    z-index: -1
  }

  @media screen and (max-width: 768px) {
    .index-culture_hd_en {
      font-size: 80px;
      top: -30px;
      left: 70px
    }
  }

  .index-culture_cont {
    margin: 40px 0 0
  }

  .index-culture_blk {
    padding: 60px 0;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-culture_blk {
      padding: 0
    }
  }

  .index-culture_blk::before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 560px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1
  }

  @media screen and (max-width: 768px) {
    .index-culture_blk::before {
      width: inherit;
      height: 0;
      margin: 0 -20px;
      padding: 52.5% 0 0;
      position: static
    }
  }

  .index-culture_blk::after {
    content: "";
    background: linear-gradient(-135deg, #ffd0a8, #e0b7fc); /*#fcf4f8;*/
    box-shadow: 0 10px 25px 0 rgba(150, 150, 150, .5);
    width: calc(100vw - ((100vw - 1080px) / 2) + 320px);
    height: 100%;
    display: block;
    position: absolute;
    top: 60px;
    z-index: -2
  }

  @media screen and (max-width: 768px) {
    .index-culture_blk::after {
      display: none
    }
  }

  .index-culture_blk:not(:first-child) {
    margin: 100px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-culture_blk:not(:first-child) {
      margin: 50px 0 0
    }
  }

  .index-culture_blk:nth-child(1)::before {
    background-image: url(../img/index/img-culture05.jpg?20211004/);
    left: 0
  }

  .index-culture_blk:nth-child(1)::after {
    right: 320px
  }

  .index-culture_blk:nth-child(1) .index-culture_blk_in {
    margin: 0 0 0 520px
  }

  @media screen and (max-width: 768px) {
    .index-culture_blk:nth-child(1) .index-culture_blk_in {
      margin: -20px 0 0
    }
  }

  .index-culture_blk:nth-child(2)::before {
    background-image: url(../img/index/img-culture06.jpg?20211004/);
    right: 0
  }

  .index-culture_blk:nth-child(2)::after {
    left: 320px
  }

  .index-culture_blk:nth-child(2) .index-culture_blk_in {
    margin: 0 0 0 105px
  }

  @media screen and (max-width: 768px) {
    .index-culture_blk:nth-child(2) .index-culture_blk_in {
      margin: -20px 0 0
    }
  }

  .index-culture_blk_in {
    background: #fff;
    box-shadow: 0 0 3rem rgba(0, 0, 0, .12);
    width: 42.1296296296%;
    padding: 50px
  }

  @media screen and (max-width: 768px) {
    .index-culture_blk_in {
      width: inherit;
      padding: 20px
    }
  }

  .index-culture_blk_ttl {
    color: #dc669b;
    font-size: 18px;
    line-height: 1.7
  }

  @media screen and (max-width: 768px) {
    .index-culture_blk_ttl {
      font-size: 16px
    }
  }

  .index-culture_blk_txt {
    line-height: 1.9;
    margin: 16px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-culture_blk_txt {
      margin: 10px 0 0
    }
  }

  .index-recruit {
    margin: 100px 0 0;
    padding: 80px 0;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-recruit {
      margin: 60px 0 0;
      padding: 40px 0
    }
  }

  .index-recruit::before {
    content: "";
    background-color: #fff7f5;
    width: 100%;
    height: calc(100% - 350px);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
  }

  .index-recruit .c-hd {
    color: #ef6144
  }

  .index-recruit .c-hd::before {
    background-color: #ef6144
  }

  .index-recruit_hd {
    position: relative
  }

  .index-recruit_hd_en {
    color: #ffe0da;
    font-size: 150px;
    white-space: nowrap;
    position: absolute;
    top: -60px;
    left: 160px;
    z-index: -1
  }

  @media screen and (max-width: 768px) {
    .index-recruit_hd_en {
      font-size: 80px;
      top: -35px;
      left: 80px
    }
  }

  .index-recruit .c-recruit {
    margin: 60px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-recruit .c-recruit {
      margin: 40px 0 0
    }
  }

  .index-recruit_cont {
    margin: 80px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }

  @media screen and (max-width: 768px) {
    .index-recruit_cont {
      margin: 40px 0 0;
      display: block
    }
  }

  .index-recruit_card {
    box-shadow: 0 0 3rem rgba(0, 0, 0, .12);
    margin: 0 0 50px;
    flex: 0 0 48.1481481481%;
    max-width: 48.1481481481%
  }

  @media screen and (max-width: 768px) {
    .index-recruit_card {
      max-width: inherit;
      margin: 0 0 30px
    }
  }

  .index-recruit_card_link {
    background-color: #fff;
    display: block
  }

  @media screen and (min-width: 769px) {
    .index-recruit_card_link {
      transition: background-color .5s cubic-bezier(0.77, 0, 0.175, 1)
    }
    .index-recruit_card_link:hover {
      background-color: #efefef
    }
  }

  .index-recruit_card_lbl {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #aaa;
    margin: -20px 0 0;
    padding: 20px;
    display: inline-block
  }

  @media screen and (max-width: 768px) {
    .index-recruit_card_lbl {
      font-size: 13px;
      padding: 15px
    }
  }

  .index-recruit_card_lbl._job01 {
    background-color: #4784bf
  }

  .index-recruit_card_lbl._job02 {
    background-color: #e8ac51
  }

  .index-recruit_card_lbl._job03 {
    background-color: #27aca9
  }

  .index-recruit_card_lbl._job04 {
    background-color: #a55b9a
  }

  .index-recruit_card_lbl._job05 {
    background-color: #aaa
  }

  .index-recruit_card_lbl._job06 {
    background-color: #aaa
  }

  .index-recruit_card_lbl._job07 {
    background-color: #aaa
  }

  .index-recruit_card_lbl._job08 {
    background-color: #aaa
  }

  .index-recruit_card_lbl._job09 {
    background-color: #aaa
  }

  .index-recruit_card_lbl._job10 {
    background-color: #aaa
  }

  .index-recruit_card_in {
    padding: 30px 45px 45px
  }

  @media screen and (max-width: 768px) {
    .index-recruit_card_in {
      padding: 15px 20px 20px
    }
  }

  .index-recruit_card_ttl {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center
  }

  @media screen and (max-width: 768px) {
    .index-recruit_card_ttl {
      font-size: 19px
    }
  }

  .index-recruit_card_txt {
    line-height: 1.8;
    margin: 20px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-recruit_card_txt {
      margin: 15px 0 0
    }
  }

  .index-recruit_card_ft {
    text-align: right;
    margin: 20px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-recruit_card_ft {
      margin: 10px 0 0
    }
  }

  .index-recruit_card_ft_txt {
    font-size: 20px;
    display: inline-flex;
    align-items: center
  }

  @media screen and (max-width: 768px) {
    .index-recruit_card_ft_txt {
      font-size: 16px
    }
  }

  .index-recruit_card_ft_txt::after {
    content: "";
    font-family: "icomoon" !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin: 0 0 0 10px
  }

  @media screen and (max-width: 768px) {
    .index-recruit_card_ft_txt::after {
      font-size: 10px;
      margin: 0 0 0 6px
    }
  }

  .index-entry {
    background: url(../img/index/img-entry02.jpg) center center/cover no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-size: cover;
  }

  .index-entry_in {
    min-height: 550px;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center
  }

  @media screen and (max-width: 768px) {
    .index-entry_in {
      min-height: inherit;
      padding: 60px 0
    }
  }

  .index-entry_ttl {
    color: #fff;
    text-align: center
  }

  .index-entry_ttl_en {
    font-size: 60px;
    line-height: 1.3;
    display: block
  }

  @media screen and (max-width: 768px) {
    .index-entry_ttl_en {
      font-size: 50px
    }
  }

  .index-entry_ttl_ja {
    font-size: 16px;
    display: block
  }

  .index-entry_txt {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    width: 780px;
    margin: 25px auto 0
  }

  @media screen and (max-width: 768px) {
    .index-entry_txt {
      font-size: 16px;
      width: inherit
    }
  }

  .index-entry_ft {
    display: block;
    text-align: center;
    margin: 50px 0;
  }

  @media screen and (max-width: 768px) {
    .index-entry_ft {
      margin: 20px 0
    }
  }

  .index-entry_btn {
    color: #fff;
    text-align: center;
    background-color: #ef6144;
    border-radius: 99px;
    box-shadow: 0 .4rem 1.5rem rgba(0, 0, 0, .2);
    min-width: 500px;
    padding: 30px 10px;
    display: inline-block;
    position: relative;
    overflow: hidden
  }

  @media screen and (max-width: 768px) {
    .index-entry_btn {
      width: 100%;
      min-width: inherit;
      padding: 22px 10px
    }
  }

  .index-entry_btn::before {
    content: "";
    background: #ec411e;
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: width .5s cubic-bezier(0.77, 0, 0.175, 1)
  }

  .index-entry_btn_txt {
    font-size: 40px;
    font-weight: 500;
    position: relative;
    z-index: 2
  }

  @media screen and (max-width: 768px) {
    .index-entry_btn_txt {
      font-size: 28px
    }
  }

  @media screen and (min-width: 769px) {
    .index-entry_btn:hover::before {
      content: "";
      width: 100%;
      right: auto;
      left: 0
    }
  }

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

  .index-company {
    margin: 80px 0
  }

  @media screen and (max-width: 768px) {
    .index-company {
      margin: 50px 0
    }
  }

  .index-company .c-hd {
    color: #27aca9
  }

  .index-company .c-hd::before {
    background-color: #27aca9
  }

  .index-company_fig {
    margin: 50px 0 0
  }

  @media screen and (max-width: 768px) {
    .index-company_fig {
      margin: 30px 0 0
    }
  }

  .index-company_fig_img {
    width: 100%
  }

  .index-company_cont {
    width: 780px;
    margin: 40px auto 0;
    position: relative
  }

  @media screen and (max-width: 768px) {
    .index-company_cont {
      width: inherit;
      margin: 20px 0 0
    }
  }

  .index-company_row {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0
  }

  .index-company_row:first-child {
    border-top: 1px solid #dcdcdc
  }

  .index-company_dl {
    width: 100%;
    max-width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse
  }

  @media screen and (max-width: 768px) {
    .index-company_dl {
      display: block
    }
  }

  .index-company_dt {
    width: 200px;
    border-right: 1px solid #dcdcdc;
    padding: 0 15px;
    display: table-cell
  }

  @media screen and (max-width: 768px) {
    .index-company_dt {
      font-weight: 700;
      width: inherit;
      padding: 0;
      display: block
    }
  }

  .index-company_dd {
    padding: 0 0 0 60px;
    display: table-cell
  }

  @media screen and (max-width: 768px) {
    .index-company_dd {
      margin: 10px 0 0;
      padding: 0;
      display: block
    }
  }

  .index-company_txt {
    line-height: 1.6
  }

  .index-company_en {
    color: #e4e4e4;
    font-size: 120px;
    white-space: nowrap;
    position: absolute;
    bottom: -20px;
    right: -160px;
    z-index: -1;
    transform: rotate(-12deg)
  }

  @media screen and (max-width: 768px) {
    .index-company_en {
      font-size: 80px;
      right: 0;
      bottom: -40px
    }
  }

  .index-company_map {
    width: 780px;
    border: 1px solid #dcdcdc;
    margin: 40px auto 0
  }

  @media screen and (max-width: 768px) {
    .index-company_map {
      width: inherit
    }
  }

  .index-company_map_in {
    border: 6px solid #fff;
    height: 0;
    padding: 38% 0 0;
    position: relative;
    overflow: hidden
  }

  @media screen and (max-width: 768px) {
    .index-company_map_in {
      border-width: 4px;
      padding: 56.25% 0 0
    }
  }

  .index-company_map iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
  }

  .index-company_sub {
    margin-top: 70px;
  }
  .recruit-sec {
    margin: 180px 0 60px
  }

  @media screen and (max-width: 768px) {
    .recruit-sec {
      margin: 120px 0 30px
    }
  }

  .recruit-sec_ttl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 40px
  }

  @media screen and (max-width: 768px) {
    .recruit-sec_ttl {
      font-size: 22px;
      margin: 0 0 20px
    }
  }

  .recruit-sec_ft {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column
  }

  @media screen and (max-width: 768px) {
    .recruit-sec_ft {
      margin: 25px 0 0
    }
  }

  .recruit-sec_btn {
    color: #fff;
    text-align: center;
    background-color: #ef6144;
    border-radius: 99px;
    box-shadow: 0 .4rem 1.5rem rgba(0, 0, 0, .2);
    min-width: 500px;
    padding: 26px 10px;
    display: inline-block;
    position: relative;
    overflow: hidden
  }

  @media screen and (max-width: 768px) {
    .recruit-sec_btn {
      width: 100%;
      min-width: inherit;
      padding: 20px 10px
    }
  }

  .recruit-sec_btn::before {
    content: "";
    background: #ec411e;
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: width .5s cubic-bezier(0.77, 0, 0.175, 1)
  }

  .recruit-sec_btn_txt {
    font-size: 36px;
    font-weight: 500;
    position: relative;
    z-index: 2
  }

  @media screen and (max-width: 768px) {
    .recruit-sec_btn_txt {
      font-size: 25px
    }
  }

  @media screen and (min-width: 769px) {
    .recruit-sec_btn:hover::before {
      content: "";
      width: 100%;
      right: auto;
      left: 0
    }
  }

  .recruit-sec .c-btn {
    margin: 40px 0 0
  }

  @media screen and (max-width: 768px) {
    .recruit-sec .c-btn {
      margin: 25px 0 0
    }
  }

  .contact-sec {
    margin: 180px 0 100px
  }

  @media screen and (max-width: 768px) {
    .contact-sec {
      margin: 50px 0 60px
    }
  }

  .contact-sec_ttl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 40px
  }

  @media screen and (max-width: 768px) {
    .contact-sec_ttl {
      font-size: 22px;
      margin: 0 0 20px
    }
  }

  .contact-sec_lead {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 0 0 30px
  }

  @media screen and (max-width: 768px) {
    .contact-sec_lead {
      font-size: 14px;
      margin: 0 0 20px
    }
  }

  .contact-sec_thanks {
    margin: 50px 0 0
  }

  .contact-sec_thanks_ttl {
    font-size: 26px;
    line-height: 1.4;
    text-align: center
  }

  @media screen and (max-width: 768px) {
    .contact-sec_thanks_ttl {
      font-size: 19px
    }
  }

  .contact-sec_thanks_txt {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 40px 0 0
  }

  @media screen and (max-width: 768px) {
    .contact-sec_thanks_txt {
      font-size: 14px;
      margin: 20px 0 0
    }
  }

  .contact-sec_thanks_ft {
    text-align: center;
    margin: 50px 0 0
  }

  @media screen and (max-width: 768px) {
    .contact-sec_thanks_ft {
      margin: 25px 0 0
    }
  }

  @media screen and (max-width: 768px) {
    .index-mv_in {
      padding: 110px 0 60px
    }
  }

  .index-mv_ttl_en {
    font-weight: 700;
    padding-left: 100px;
    padding-right: 100px;
  }

  @media screen and (max-width: 768px) {
    .index-mv_ttl_en {
      font-size: 50px
    }

    .index-mv_ttl_en {
      font-weight: 700;
      padding-left: 50px;
      padding-right: 50px;
    }
  }

  .index-mv_ttl_ja {
    font-weight: 400
  }

  @media screen and (max-width: 768px) {
    .index-mv_ttl_ja {
      font-size: 18px;
      margin: 5px 0 0
    }
  }

  .index-message {
    margin-top: 0
  }

  .index-message .c-hd {
    color: #d2c250
  }

  .index-message .c-hd::before {
    background: #d2c250
  }

  .index-message_cont_txt:not(:first-child) {
    margin: 15px 0 0
  }

  .index-business .c-hd {
    color: #d2c250
  }

  .index-business .c-hd::before {
    background: #d2c250
  }

  .index-business_hd_en {
    color: rgba(210, 194, 80, .3)
  }

  .index-business_cont_hd_ttl {
    color: #d2c250
  }

  .index-business_cont_dtl_ttl {
    color: #d2c250
  }

  .index-vision_blk_ttl {
    color: #d2c250
  }

  @media screen and (min-width: 769px) {
    .index-vision_blk_sttl_ja {
      font-size: 28px
    }
  }

  .index-vision_blk_sttl_en {
    color: #d2c250
  }

  .index-culture .c-hd {
    color: #d2c250
  }

  .index-culture .c-hd::before {
    background: #d2c250
  }

  .index-entry_ttl_en {
    color: #000;
    font-weight: 700
  }

  @media screen and (min-width: 769px) {
    .index-entry_ttl_en {
      font-size: 80px
    }
  }

  .index-company .c-hd {
    margin-top: 70px;
    color: #d2c250
  }

  .index-company .c-hd::before {
    background: #d2c250
  }

  .l-header_btn {
    background-color: transparent
  }

  .l-header_btn_txt {
    color: #000
  }

  .l-header_btn_bar {
    background-color: #000
  }

  .l-footer {
    color: #000
  }


@media screen and (min-width: 769px) {
  .tel{
    /* background:red; */
    color: #111111;
    padding:9px 16px;
    border-radius:14px;
    text-decoration:none;
    vertical-align:middle;
  }
}
@media screen and (max-width: 768px) {
  .tel{
    /* background:red; */
    color: #111111;
    padding:9px 16px;
    border-radius:14px;
    text-decoration:none;
    vertical-align:middle;
    font-size: 9px;;
  }
}


.tel:hover{
color: #111111;
opacity:0.7;
vertical-align:top;
}

.vertical{
	vertical-align: middle;
  }

  .fontbig{
    font-size:  40px;
  }

  .big{
    font-size: 20px;
  }

  .header {
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.98);
    /* color: rgb(87, 240, 125); */
    padding: 0.8em;
    position: fixed;
    /* z-index: 2; */
    top: 0;
    width: 100%;
    height: 50px;
    text-align:justify;
  }

  center {
    text-align: center;
}
.index-contract {
  background: #fff9f8;
  margin: 80px 100px;
  padding: 80px 100px
}

@media screen and (max-width: 768px) {
  .index-contract {
    margin: 50px 60px;
    padding: 30px 40px
  }
}

.index-contract .c-hd {
  color: #dd6673;
}

.index-contract .c-hd::before {
  background-color: #dd6673
}

@media screen and (max-width: 768px) {
  .index-contract .c-hd {
    color: #dd6673;
    font-size: 20px;
  }
}

.index-contract_in {
  display: flex;
  justify-content: center;
  align-items: flex-start
}

@media screen and (max-width: 768px) {
  .index-contract_in {
    display: block
  }
}

.index-contract_cont {
  flex: 0 0 38.8888888889%;
  max-width: 38.8888888889%;
  position: relative
}

@media screen and (max-width: 768px) {
  .index-contract_cont {
    max-width: auto
  }
}

.index-contract_cont_ttl {

  color: #a55b9a;
    font-size: 16px;
    line-height: 1.4
  /* font-size: 30px;
  line-height: 1.5;
  margin: 40px 0 0;
  position: relative */
}

@media screen and (max-width: 768px) {
  .index-contract_cont_ttl {
    font-size: 16px;
    margin: 25px 0 0
  }
}

.index-contract_cont_p {
  margin: 20px 50px 0;
  position: relative
}

@media screen and (max-width: 768px) {
  .index-contract_cont_p {
    margin: 15px 70px 20px 70px;
  }
}

.index-contract_cont_txt {
  line-height: 1.9;
  margin: 15px 20px 0

  /* line-height: 2 */
}

@media screen and (max-width: 768px) {
  .index-contract_cont_txt {
    line-height: 1;
    margin: 10px 0 0

    /* line-height: 2 */
  }
}

.index-contract_cont_en {
  color: #f8e1e1;
  font-size: 135px;
  white-space: nowrap;
  position: absolute;
  bottom: -80px;
  left: 70px;
  z-index: 0;
  transform: rotate(-12deg)
}

@media screen and (max-width: 768px) {
  .index-contract_cont_en {
    font-size: 50px;
    right: 0;
    left: auto;
    bottom: 0px
  }
}

.index-contract_fig {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative
}

@media screen and (max-width: 768px) {
  .index-contract_fig {
    max-width: inherit;
    margin: 40px 0 0
  }
}

.index-contract_fig_01 {
  text-align: right
}

.index-contract_fig_01_img {
  width: 348px;
  box-shadow: 0 0 3rem rgba(27, 23, 23, 0.12)
}

  /* ----------------------------------------------*/
@media screen and (max-width: 768px) {
  .index-contract_fig_01_img {
    max-width: 75%
  }
}

.index-contract_fig_02 {
  margin: -100px 0 0
}

  /* ----------------------------------------------*/
@media screen and (max-width: 768px) {
  .index-contract_fig_02 {
    margin: 10px 0 0
  }
}

.index-contract_fig_02_img {
  width: 283.5px;
  box-shadow: 0 0 3rem rgba(0, 0, 0, .12)
}

  /* ----------------------------------------------*/
@media screen and (max-width: 768px) {
  .index-contract_fig_02_img {
    max-width: 60%
  }
}

.index-contract_hd {
  margin: 0 -250px 0
}

  /* ----------------------------------------------*/
@media (min-width: 768px) {
  .index-contract_hd {
    margin: 0 -500px 0
  }

  /* ----------------------------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  }

  .l-contract {
    max-width: 1080px;
    margin: 0 auto
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px) {
    .l-contract {
      max-width: inherit;
      padding: auto
    }
  }

.index-online {
  background: #fff9f8;
  margin: 80px 100px;
  padding: 80px 100px
}

@media screen and (max-width: 768px) {
  .index-online {
    margin: 50px 60px;
    padding: 30px 40px
  }
}

.index-online .c-hd {
  color: #dd6673;
}

.index-online .c-hd::before {
  background-color: #dd6673
}

@media screen and (max-width: 768px) {
  .index-online .c-hd {
    color: #dd6673;
    font-size: 20px;
  }
}

.index-online_in {
  display: flex;
  justify-content: center;
  align-items: flex-start
}

@media screen and (max-width: 768px) {
  .index-online_in {
    display: block
  }
}

.index-online_cont {
  flex: 0 0 38.8888888889%;
  max-width: 38.8888888889%;
  position: relative
}

@media screen and (max-width: 768px) {
  .index-online_cont {
    max-width: auto;
  }
}

.index-online_cont_ttl {

  color: #a55b9a;
    font-size: 16px;
    line-height: 1.4;
  /* font-size: 30px;
  line-height: 1.5;
  margin: 40px 0 0;
  position: relative */
}

@media screen and (max-width: 768px) {
  .index-online_cont_ttl {
    color: #a55b9a;
    font-size: 16px;
    margin: 25px 0 0;
  }
}

.index-online_cont_p {
  margin: 20px 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .index-online_cont_p {
    margin: 10px 20px 10px 20px;
  }
}

.index-online_cont_txt {
  line-height: 1.9;
  margin: 15px 20px 0;

  /* line-height: 2 */
}

@media screen and (max-width: 768px) {
  .index-online_cont_txt {
    line-height: 1;
    margin: 10px 0 0;

    /* line-height: 2 */
  }
}

.index-online_cont_en {
  color: #f8e1e1;
  font-size: 135px;
  white-space: nowrap;
  position: absolute;
  bottom: -80px;
  left: 70px;
  z-index: 0;
  transform: rotate(-12deg);
}

@media screen and (max-width: 768px) {
  .index-online_cont_en {
    font-size: 50px;
    right: 0;
    left: auto;
    bottom: 0px;
  }
}

.index-online_fig {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .index-online_fig {
    max-width: inherit;
    margin: 40px 0 0;
  }
}

.index-online_fig_01 {
  text-align: right;
}

.index-online_fig_01_img {
  width: 348px;
  box-shadow: 0 0 3rem rgba(27, 23, 23, 0.12);
}

  /* ----------------------------------------------*/
@media screen and (max-width: 768px) {
  .index-online_fig_01_img {
    max-width: 75%;
  }
}

.index-online_fig_02 {
  margin: -100px 0 0;
}

  /* ----------------------------------------------*/
@media screen and (max-width: 768px) {
  .index-online_fig_02 {
    margin: 10px 0 0;
  }
}

.index-online_fig_02_img {
  width: 283.5px;
  box-shadow: 0 0 3rem rgba(0, 0, 0, .12);
}

  /* ----------------------------------------------*/
@media screen and (max-width: 768px) {
  .index-online_fig_02_img {
    max-width: 60%;
  }
}

.index-online_hd {
  margin: 0 -250px 0 ;
}

  /* ----------------------------------------------*/
@media (min-width: 768px) {
  .index-online_hd {
    margin: 0 -500px 0 ;
  }

  /* ----------------------------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  }

  .l-online {
    max-width: 1080px;
    margin: 50px 70px 50px 100px;
  }

  /* ----------------------------------------------*/
  @media screen and (max-width: 768px){
    .l-online{
      max-width: inherit;
    /* margin: -10px -20px -10px -20px */
    }
  }

  @media screen and (max-width:768px) {
    .test {
      font-size: 100px;
      color: #a55b9a;
    }
  }
