@charset "UTF-8";
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote,
q {
  quotes: none; }

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

input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

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

caption,
th {
  text-align: left; }

a:focus {
  outline: none; }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

table {
  width: 100%; }

main {
  display: block; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.tCenter {
  text-align: center !important; }

.tLeft {
  text-align: left !important; }

.tRight {
  text-align: right !important; }

.bold {
  font-weight: bold !important; }

body {
  -webkit-text-size-adjust: none; }

body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-autospace: normal;
  color: #333333;
  line-height: 1; }

a {
    color: #016a3a;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1060px) {
  .sp {
    display: none !important; }

  a img {
    transition: 0.3s; }
    a img:hover {
      opacity: 0.75; }

  body {
    padding-top: 102px;
    transition: padding 0.3s; }

  body.nowNotTop #globalHeader {
    transform: translateY(-35px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
  body.nowNotTop #globalNavi {
    transform: translateY(-85px); }

  #globalHeader {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 15px;
    background-color: #fff;
    transition: 0.3s; }
    #globalHeader .header-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      #globalHeader .header-top h1 {
        font-weight: 200;
        font-size: 12px;
        color: #3c3c3c; }
      #globalHeader .header-top .sub-link ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        background: url("../../images/v5/movie/common/header_utility_separator.png") no-repeat right center; }
        #globalHeader .header-top .sub-link ul li {
          padding: 0 25px;
          background: url("../../images/v5/movie/common/header_utility_separator.png") no-repeat left center; }
          #globalHeader .header-top .sub-link ul li a {
            display: inline-block;
            padding: 5px 0;
            font-size: 12px;
            color: #777777;
            text-decoration: none; }
            #globalHeader .header-top .sub-link ul li a:hover {
              text-decoration: underline; }
    #globalHeader .header-bottom {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      margin-top: 15px; }
      #globalHeader .header-bottom .logo {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-end;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        #globalHeader .header-bottom .logo figcaption {
          margin-left: 20px;
          font-size: 11px;
          color: #999999; }
      #globalHeader .header-bottom .utility-link ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        #globalHeader .header-bottom .utility-link ul li a {
          display: inline-block;
          height: 40px;
          padding: 0 30px 015px;
          font-size: 16px;
          color: #fff;
          text-decoration: none;
          text-align: center;
          line-height: 38px;
          background-image: url("../../images/v5/movie/icn/arrow_right_white_12_16.png");
          background-repeat: no-repeat;
          background-position: 93% center;
          transition: 0.3s; }
          #globalHeader .header-bottom .utility-link ul li a:hover {
            opacity: 0.75; }
        #globalHeader .header-bottom .utility-link ul li:nth-of-type(1) a {
          background-color: #fa7838; }
        #globalHeader .header-bottom .utility-link ul li:nth-of-type(2) {
          margin-left: 10px; }
          #globalHeader .header-bottom .utility-link ul li:nth-of-type(2) a {
            background-color: #94be4b; }
      #globalHeader .header-bottom .utility-link--inquiryOnly ul li:nth-of-type(1) a {
        /* background-color: #94be4b; */
      background-color: #fa7838; }

  #globalNavi {
    position: fixed;
    z-index: 1000;
    top: 102px;
    left: 0;
    width: 100%;
    background-color: #016a3a;
    transition: 0.3s; }
    #globalNavi > ul {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      #globalNavi > ul > li {
        width: calc(100% / 6); }
        #globalNavi > ul > li.current .hidden-menu {
          display: block; }
        #globalNavi > ul > li.current > a {
          background-color: #95773b; }
        #globalNavi > ul > li:hover > a {
          background-color: #95773b; }
        #globalNavi > ul > li:nth-of-type(6) .hidden-menu ul {
          display: flex;
          justify-content: center;
          align-items: center;
          display: -webkit-flex;
          -webkit-justify-content: center;
          -webkit-align-items: center;
          flex-wrap: nowrap;
          -webkit-flex-wrap: nowrap; }
        #globalNavi > ul > li > a {
          display: block;
          height: 50px;
          line-height: 50px;
          text-align: center;
          font-size: 15px;
          color: #fff;
          text-decoration: none;
          transition: 0.3s; }
        #globalNavi > ul > li .hidden-menu {
          display: none;
          position: absolute;
          top: 50px;
          left: 0;
          width: 100%;
          background: rgba(88, 162, 130, 0.85); }
          #globalNavi > ul > li .hidden-menu ul {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            display: -webkit-flex;
            -webkit-justify-content: space-between;
            -webkit-align-items: center;
            flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap; }
            #globalNavi > ul > li .hidden-menu ul li {
              display: table;
              flex: 1; }
              #globalNavi > ul > li .hidden-menu ul li.current a {
                background-color: #3f7763; }
              #globalNavi > ul > li .hidden-menu ul li a {
                display: table-cell;
                vertical-align: middle;
                height: 100%;
                padding: 15px 0;
                text-align: center;
                font-size: 14px;
                color: #fff;
                text-decoration: none;
                line-height: 1.4;
                transition: 0.3s; }
                #globalNavi > ul > li .hidden-menu ul li a:hover {
                  background-color: #3f7763; }
      #globalNavi > ul:nth-of-type(2) {
        display: none; }

  #breadCrumb {
    position: relative;
    margin-top: 10px; }
    #breadCrumb::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(50% - 600px);
      height: 30px;
      background-color: #eeeeee; }
    #breadCrumb > div {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      font-weight: 300;
      font-size: 14px;
      color: #333; }
      #breadCrumb > div a:nth-of-type(1) {
        padding-left: 0; }
      #breadCrumb > div a,
      #breadCrumb > div span {
        height: 30px;
        line-height: 30px; }
      #breadCrumb > div a,
      #breadCrumb > div span:not(:last-of-type) {
        position: relative;
        display: block;
        padding: 0 20px 0 40px;
        color: #016a3a;
        text-decoration: none;
        background-color: #eeeeee; }
        #breadCrumb > div a::before,
        #breadCrumb > div span:not(:last-of-type)::before {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          right: -17px;
          width: 17px;
          height: 30px;
          background: url("../../images/v5/movie/common/breadcrumb_arrow01.png") no-repeat; }
      #breadCrumb > div span {
        position: relative;
        display: block;
        padding: 0 20px 0 40px;
        background-color: #d6f2e1; }
        #breadCrumb > div span:last-of-type::after {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          width: 18px;
          height: 30px;
          background: url("../../images/v5/movie/common/breadcrumb_arrow02.png") no-repeat; }
        #breadCrumb > div span::before {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          right: -16px;
          width: 16px;
          height: 30px;
          background: url("../../images/v5/movie/common/breadcrumb_arrow03.png") no-repeat; }

  #contents .c-box03 h3 {
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 38px;
    color: #016a3a;
    border-bottom: 2px solid #909090; }
    #contents .c-box03 h3:nth-of-type(2) {
      margin-top: 90px; }
  #contents .c-box03 .box h4 {
    font-weight: 700;
    padding-left: 30px;
    font-size: 28px;
    background: url("../../images/v5/movie/icn/border_green.png") no-repeat left center; }
  #contents .c-box03 .box h4 + p {
    font-weight: 300;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6; }
  #contents .c-box03 .box h5 {
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px;
    color: #00512c; }

  .contents-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }

  .container {
    box-sizing: content-box;
    max-width: 950px;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px; }
    .container, .container-composition, .container-page {
      margin: 0 auto; }
    .container-composition {
      width: 82.00456%; }
    .container-page {
      width: 92.42105%; }

  .service-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .service-list > div {
      width: 20%; }
      .service-list > div.find:not(:nth-of-type(3n+1)) {
        border-left: 1px solid #eeeeee; }
      .service-list > div:not(:nth-of-type(-n+3)) {
        border-top: 1px solid #eeeeee; }
      .service-list > div a.bottom {
        display: block;
        padding: 15px;
        background-color: #f5f5f5;
        text-decoration: none;
        transition: 0.3s; }
        .service-list > div a.bottom:hover {
          opacity: 0.75; }
        .service-list > div a.bottom .link-title {
          padding: 3px 0 3px 18px;
          font-size: 16px;
          font-weight: bold;
          color: #00512c;
          background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat left 4px; }
        .service-list > div a.bottom .description {
          font-weight: 300;
          margin-top: 10px;
          padding-left: 18px;
          font-size: 14px;
          color: #555555;
          line-height: 1.2; }

  .service-search .tab {
    position: relative;
    background-color: #bcb19e; }
    .service-search .tab[data-current="tab01"]:before {
      content: '';
      position: absolute;
      top: -10px;
      left: 0;
      width: calc(50% - 595px);
      height: 110px;
      background-color: #eeeeee; }
    .service-search .tab[data-current="tab03"]:before {
      content: '';
      position: absolute;
      top: -10px;
      right: 0;
      width: calc(50% - 595px);
      height: 110px;
      background-color: #eeeeee; }
    .service-search .tab ul {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: flex-end;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .service-search .tab ul li {
        font-weight: 700;
        width: 33.3333%;
        height: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        background: url("../../images/v5/movie/icn/arrow_btm_white_16_12.png") no-repeat 93% center;
        background-color: #bcb19e; }
        .service-search .tab ul li:not(.current):hover {
          cursor: pointer; }
        .service-search .tab ul li:not(:first-child) {
          border-left: 2px solid #eeeeee; }
        .service-search .tab ul li.current {
          position: relative;
          background-color: #eeeeee;
          color: #785806;
          background-image: none; }
          .service-search .tab ul li.current::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 10px;
            background-color: #eeeeee; }
  .service-search .tab-contents {
    padding: 45px 0 100px;
    background-color: #eeeeee; }
    .service-search .tab-contents > div > div {
      display: none; }
      .service-search .tab-contents > div > div#tab01 {
        display: block; }
      .service-search .tab-contents > div > div > .description {
        font-weight: 300;
        font-size: 16px;
        text-align: center;
        line-height: 1.4; }
      .service-search .tab-contents > div > div .service-list,
      .service-search .tab-contents > div > div .list {
        margin-top: 40px; }
      .service-search .tab-contents > div > div .list > ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .service-search .tab-contents > div > div .list > ul li {
          width: 20%; }
          .service-search .tab-contents > div > div .list > ul li:not(:nth-of-type(5n+1)) {
            border-left: 1px solid #eeeeee; }
          .service-search .tab-contents > div > div .list > ul li:not(:nth-of-type(-n+5)) {
            border-top: 1px solid #eeeeee; }
          .service-search .tab-contents > div > div .list > ul li a {
            display: block;
            padding: 15px 20px 15px 30px;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
            color: #00512c;
            background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat 15px center;
            background-color: #f5f5f5;
            letter-spacing: -0.03em;
            transition: 0.3s; }
            .service-search .tab-contents > div > div .list > ul li a:hover {
              opacity: 0.75; }

  .default-list {
    margin-top: 15px; }
    .default-list li {
      font-weight: 300;
      padding-left: 8px;
      font-size: 16px;
      background: url("../../images/v5/movie/icn/list_dot_black.png") no-repeat left center; }
      .default-list li:not(:first-child) {
        margin-top: 10px; }

  .example-list h3 {
    font-weight: 700;
    font-size: 36px;
    color: #016a3a;
    text-align: center; }
  .example-list .slider {
    position: relative;
    margin-top: 35px; }
    .example-list .slider .swiper-container {
      max-width: 1080px;
      width: 100%;
      margin: 0 auto; }
    .example-list .slider .swiper-slide {
      background-color: #fdfdf9;
      border: 1px solid #dbd6c8; }
      .example-list .slider .swiper-slide div a {
        display: block;
        transition: 0.3s; }
        .example-list .slider .swiper-slide div a:hover {
          opacity: 0.75; }
      .example-list .slider .swiper-slide div img {
        width: 100%; }
      .example-list .slider .swiper-slide .title {
        font-weight: 700;
        margin-top: 20px;
        padding: 0 20px;
        font-size: 20px;
        line-height: 1.4; }
      .example-list .slider .swiper-slide .description {
        padding: 0 20px 20px;
        font-size: 16px;
        line-height: 1.6; }
    .example-list .slider .swiper-button-prev,
    .example-list .slider .swiper-button-next {
      background: transparent; }

  .use-list .description {
    font-weight: 300;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6; }
  .use-list .box {
    margin-top: 60px; }
    .use-list .box .list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      margin-top: 30px; }
      .use-list .box .list ul {
        width: 33.3333%; }
        .use-list .box .list ul li {
          font-weight: 300;
          padding-left: 8px;
          font-size: 16px;
          background: url("../../images/v5/movie/icn/list_dot_black.png") no-repeat left center; }
          .use-list .box .list ul li:not(:first-child) {
            margin-top: 10px; }

  .related-list h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 32px;
    color: #785806; }
    .related-list h3::before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 20px;
      left: -50px;
      width: calc(100% + 100px);
      height: 1px;
      background-color: #785806; }
    .related-list h3 span {
      position: relative;
      z-index: 2;
      display: inline-block;
      padding: 0 20px;
      background-color: #fbfbf3; }
  .related-list .list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 40px; }
    .related-list .list > div {
      width: 300px;
      padding: 45px 0 35px;
      text-align: center; }
      .related-list .list > div:nth-of-type(2) {
        border-left: 1px solid #eeeeee; }
      .related-list .list > div a {
        display: block;
        text-decoration: none; }
      .related-list .list > div .title {
        font-weight: 700;
        margin-top: 20px;
        font-size: 18px;
        color: #105d32; }

  .feature-list > div > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 50px 0;
    border-top: 1px solid #cccccc; }
    .feature-list > div > div:nth-of-type(1) {
      padding-top: 0;
      border-top: none; }
    .feature-list > div > div .point {
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      width: 280px;
      text-align: center; }
      .feature-list > div > div .point .tokucho {
        width: 110px;
        height: 110px;
        margin: 0 auto;
        padding-top: 20px;
        border-radius: 110px;
        background-color: #105d32;
        color: #fff; }
        .feature-list > div > div .point .tokucho p:nth-of-type(1) {
          font-weight: 300;
          font-size: 20px; }
        .feature-list > div > div .point .tokucho p:nth-of-type(2) {
          font-weight: 700;
          margin-top: 6px;
          font-size: 40px; }
      .feature-list > div > div .point .title {
        font-weight: 700;
        margin-top: 15px;
        font-size: 32px;
        color: #016a3a;
        line-height: 1.4; }
    .feature-list > div > div .content {
      width: calc(100% - 280px); }
      .feature-list > div > div .content h4 {
        font-weight: 700;
        font-size: 30px;
        color: #785806; }
      .feature-list > div > div .content .description {
        font-weight: 300;
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.6; }

  .sec-title {
    font-weight: 700;
    font-size: 46px;
    color: #016a3a;
    text-align: center; }

  .service-information-box {
    margin-bottom: 45px;
    padding: 90px 0;
    background: url("../../images/v5/movie/common/bg_green_slash.png");
    text-align: center;
    color: #fff; }
    .service-information-box > div h2 {
      font-weight: 700;
      font-size: 28px;
      line-height: 1.4; }
    .service-information-box > div > .description {
      font-weight: 300;
      margin-top: 30px;
      font-size: 16px;;
      line-height: 1.6; }
    .service-information-box .list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      margin-top: 40px; }
      .service-information-box .list > div {
        width: 25%;
        padding: 0 30px; }
        .service-information-box .list > div:not(:first-child) {
          border-left: 1px solid #80b29c; }
        .service-information-box .list > div .title {
          font-weight: 700;
          margin-top: 15px;
          font-size: 18px;
          line-height: 1.5; }
        .service-information-box .list > div .description {
          font-weight: 300;
          margin-top: 10px;
          font-size: 14px;
          text-align: left;
          line-height: 1.4; }
        .service-information-box .list > div .detail-btn {
          margin-top: 15px; }
          .service-information-box .list > div .detail-btn a {
            display: block;
            height: 40px;
            border-radius: 40px;
            font-size: 16px;
            color: #fff;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat 90% center;
            background-color: #ceab2a;
            transition: 0.3s; }
            .service-information-box .list > div .detail-btn a:hover {
              opacity: 0.76; }

  .services-block .top-desc {
    text-align: center;
  }

  .service-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 40px; }
    .service-list > div {
      width: 32.5%; }
      .service-list > div.pic:not(:nth-of-type(3n+1)) {
        margin-left: 1.25%; }
      .service-list > div.pic:not(:nth-of-type(-n+3)) {
        margin-top: 30px; }
      .service-list > div div a {
        transition: 0.3s; }
        .service-list > div div a:hover {
          opacity: 0.75; }
      .service-list > div .title {
        font-weight: 700;
        margin-top: 20px;
        font-size: 20px; }
      .service-list > div .description {
        font-weight: 300;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6; }

  .monthly-pickup {
    margin-top: 65px;
    padding: 55px 0 70px;
    text-align: center;
    background-color: #eeeeee; }
    .monthly-pickup h3 {
      font-weight: 700;
      position: relative;
      display: inline-block;
      text-align: center;
      font-size: 32px;
      color: #785806; }
      .monthly-pickup h3::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 20px;
        left: -50px;
        width: calc(100% + 100px);
        height: 1px;
        background-color: #785806; }
      .monthly-pickup h3 span {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 0 20px;
        background-color: #eeeeee; }
    .monthly-pickup .sub-title {
      margin-top: 10px;
      font-size: 14px;
      color: #785806; }
    .monthly-pickup .list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      width: 900px;
      margin: 40px auto 0; }
      .monthly-pickup .list > div {
        width: 33.33333%; }
        .monthly-pickup .list > div:not(:first-child) {
          border-left: 1px solid #eeeeee; }
        .monthly-pickup .list > div a {
          display: block;
          text-decoration: none; }
          .monthly-pickup .list > div a .title {
            padding: 15px 0;
            font-size: 16px;
            color: #fff;
            background-color: #875143; }
          .monthly-pickup .list > div a .description {
            font-weight: 200;
            padding: 15px 30px 25px;
            background-color: #fff;
            font-size: 14px;
            line-height: 1.4;
            text-align: left;
            color: #333; }

  .video-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 40px; }
    .video-list > div.box02 {
      width: 24.2%; }
      .video-list > div.box02 .category {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        margin-top: 20px; }
        .video-list > div.box02 .category span {
          margin-right: 5px;
          padding: 4px 3px;
          font-size: 14px;
          font-weight: bold;
          color: #016a3a;
          border: 1px solid #016a3a;
          background-color: #fff; }
      .video-list > div.box02 .title {
        font-weight: 700;
        padding-left: 0px;
        background: none;
        margin-top: 15px;
        font-size: 20px; }
      .video-list > div.box02 .description {
        font-weight: 300;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.4; }

  .video-btn {
    margin-top: 40px;
    text-align: center; }
    .video-btn a {
      display: inline-block;
      width: 230px;
      height: 60px;
      line-height: 60px;
      font-size: 20px;
      color: #fff;
      text-align: center;
      text-decoration: none;
      background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat 93% center;
      background-color: #bcb19e;
      transition: 0.3s; }
      .video-btn a:hover {
        opacity: 0.75; }

  .about-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 35px; }
    .about-list > div {
      width: 25%;
      padding: 40px 40px 30px;
      text-align: center; }
      .about-list > div:not(:first-child) {
        border-left: 1px solid #eeeeee; }
      .about-list > div a {
        display: block;
        text-decoration: none;
        transition: 0.3s; }
        .about-list > div a:hover {
          opacity: 0.75; }
      .about-list > div .title {
        font-weight: 700;
        margin-top: 15px;
        font-size: 18px;
        color: #105d32; }
      .about-list > div .description {
        font-weight: 300;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.4;
        color: #333; }

  .all-service-list {
    padding: 90px 0;
    background-color: #eeeeee; }
    .all-service-list > div > div {
      padding: 90px 0 50px;
      border-top: 1px solid #cccccc; }
      .all-service-list > div > div:nth-of-type(1) {
        padding-top: 65px;
        border-top: none; }
      .all-service-list > div > div .title {
        padding-left: 45px;
        font-size: 32px;
        color: #785806;
        background: url("../../images/v5/movie/sec05_border_green.png") no-repeat left center; }
      .all-service-list > div > div > .description {
        font-weight: 300;
        margin-top: 20px;
        padding-left: 45px;
        font-size: 16px;
        line-height: 1.4; }
    .all-service-list > div .service-list {
      margin-top: 50px; }
    .all-service-list > div .list {
      margin-top: 35px; }
      .all-service-list > div .list > ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .all-service-list > div .list > ul li {
          width: 20%; }
          .all-service-list > div .list > ul li:not(:nth-of-type(5n+1)) {
            border-left: 1px solid #eeeeee; }
          .all-service-list > div .list > ul li:not(:nth-of-type(-n+5)) {
            border-top: 1px solid #eeeeee; }
          .all-service-list > div .list > ul li a {
            display: block;
            padding: 15px 20px 15px 30px;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
            color: #00512c;
            background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat 15px center;
            background-color: #f5f5f5;
            letter-spacing: -0.03em;
            transition: 0.3s; }
            .all-service-list > div .list > ul li a:hover {
              opacity: 0.75; }

  .table {
    line-height: 1.4;
    margin-top: 15px; }
    .table .nowrap {
      white-space: nowrap; }
    .table th,
    .table td {
      padding: 15px;
      border: 1px solid #ffffff; }
    .table th {
      background-color: #875143;
      color: #ffffff;
      vertical-align: middle; }
    .table td {
      background-color: #eeeeee; }
      .table td p + p {
        margin-top: 30px; }
      .table td b {
        font-weight: bold; }
      .table td a {
        color: #875143; }
        .table td a:hover {
          text-decoration: none; }

  .callout-2col {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    display: table; }

  .callout-2col > div {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px; }

  .callout-2col > div:first-child {
    background: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    min-width: 360px;
    text-align: center; }

  .callout-2col > div:last-child {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 20px; }

  .map-canvas {
    margin-top: 15px;
    width: 100%;
    height: 600px; }

  #globalFooter .estimate-contact-box {
    padding: 90px 0;
    text-align: center;
    background: url("../../images/v5/movie/common/bg_green_slash.png"); }
    #globalFooter .estimate-contact-box .lead-text {
      font-size: 24px;
      color: #fff;
      line-height: 1.4; }
    #globalFooter .estimate-contact-box .btn-box {
      max-width: 900px;
      width: 100%;
      margin: 0 auto;
      margin-top: 60px; }
      #globalFooter .estimate-contact-box .btn-box ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(1) a {
          background-color: #fa7838; }
          #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(1) a span {
            background: url("../../images/v5/movie/common/footer_estimate_icn.png") no-repeat 20px center; }
        #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(2) a {
          background-color: #94be4b; }
          #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(2) a span {
            background: url("../../images/v5/movie/common/footer_contact_icn.png") no-repeat 20px center; }
        #globalFooter .estimate-contact-box .btn-box ul li a {
          display: block;
          width: 430px;
          height: 90px;
          line-height: 90px;
          font-size: 22px;
          color: #fff;
          text-decoration: none;
          background-image: url("../../images/v5/movie/icn/arrow_right_white_12_16.png");
          background-repeat: no-repeat;
          background-position: 95% center;
          transition: 0.3s; }
          #globalFooter .estimate-contact-box .btn-box ul li a:hover {
            opacity: 0.75; }
          #globalFooter .estimate-contact-box .btn-box ul li a span {
            display: block; }
      #globalFooter .estimate-contact-box .btn-box--single {
        width: 430px; }
    #globalFooter .estimate-contact-box .mail-tel-box {
      display: inline-block;
      margin-top: 35px;
      text-align: left;
      color: #fff; }
      #globalFooter .estimate-contact-box .mail-tel-box p {
        padding-left: 50px; }
        #globalFooter .estimate-contact-box .mail-tel-box p.mail {
          background: url("../../images/v5/movie/common/footer_mail_icn.png") no-repeat left center; }
        #globalFooter .estimate-contact-box .mail-tel-box p.tel {
          margin-top: 15px;
          background: url("../../images/v5/movie/common/footer_tel_icn.png") no-repeat left center; }
          #globalFooter .estimate-contact-box .mail-tel-box p.tel a:hover {
            cursor: pointer; }
      #globalFooter .estimate-contact-box .mail-tel-box span {
        margin-right: 20px;
        padding-right: 20px;
        font-size: 16px;
        background: url("../../images/v5/movie/common/footer_separator.png") no-repeat right center; }
      #globalFooter .estimate-contact-box .mail-tel-box a {
        color: #fff;
        font-size: 20px;
        transition: 0.3s; }
      #globalFooter .estimate-contact-box .mail-tel-box i {
        font-weight: 300;
        font-size: 12px; }
    #globalFooter .estimate-contact-box .caution {
      margin-top: 60px;
      font-size: 16px;
      color: #fff;
      line-height: 1.4; }
  #globalFooter .footer-link {
    padding: 80px 0;
    background-color: #eeeeee; }
    #globalFooter .footer-link .contents-inner {
      max-width: 1140px;
      width: 100%;
      margin: 0 auto; }
    #globalFooter .footer-link .top a,
    #globalFooter .footer-link .list a {
      padding-left: 12px;
      color: #333;
      text-decoration: none;
      background: url("../../images/v5/movie/icn/arrow_right_black_6_10.png") no-repeat left center; }
      #globalFooter .footer-link .top a:hover,
      #globalFooter .footer-link .list a:hover {
        text-decoration: underline; }
    #globalFooter .footer-link .top a {
      font-size: 16px; }
    #globalFooter .footer-link .list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      margin-top: 30px; }
      #globalFooter .footer-link .list > div {
        width: 21.5%; }
        #globalFooter .footer-link .list > div .title {
          padding-bottom: 10px;
          border-bottom: 1px solid #909090; }
          #globalFooter .footer-link .list > div .title a {
            font-size: 16px; }
        #globalFooter .footer-link .list > div ul {
          padding-left: 8px; }
          #globalFooter .footer-link .list > div ul li {
            margin-top: 15px; }
            #globalFooter .footer-link .list > div ul li a {
              font-size: 12px; }
    #globalFooter .footer-link .banner-box {
      display: flex;
      justify-content: center;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      margin-top: 45px; }
      #globalFooter .footer-link .banner-box .content {
        width: 280px;
        margin-left: 25px; }
        #globalFooter .footer-link .banner-box .content .title {
          font-size: 16px; }
        #globalFooter .footer-link .banner-box .content p:nth-of-type(2) {
          margin-top: 10px;
          font-size: 14px;
          line-height: 1.4; }
  #globalFooter .footer-btm .contents-inner {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee; }
    #globalFooter .footer-btm .contents-inner .isoinformation-and-link {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-end;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .p-mark {
          margin-right: 1rem;
          padding-right: 1rem;
          border-right: 1px solid #eeeeee; }
          #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .p-mark a {
            display: inline-block; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .content {
          margin-left: 35px;
          font-size: 12px; }
          #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .content p:nth-of-type(2) {
            margin-top: 15px;
            line-height: 2; }
      #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        background: url("../../images/v5/movie/common/footer_separator02.png") no-repeat right center; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li {
          padding: 0 20px;
          background: url("../../images/v5/movie/common/footer_separator02.png") no-repeat left center; }
          #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li a {
            font-weight: 200;
            display: inline-block;
            padding: 5px 0;
            font-size: 12px;
            color: #333;
            text-decoration: none; }
            #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li a:hover {
              text-decoration: underline; }
    #globalFooter .footer-btm .contents-inner .other-link {
      position: absolute;
      top: -15px;
      right: 0; }
      #globalFooter .footer-btm .contents-inner .other-link ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        #globalFooter .footer-btm .contents-inner .other-link ul li:not(:first-child) {
          margin-left: 20px; }
  #globalFooter .footer-btm .address-and-copyright {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #555555; }
    #globalFooter .footer-btm .address-and-copyright .copyright {
      margin-top: 10px; }
      #globalFooter .footer-btm .address-and-copyright .copyright a {
        color: #555;
        text-decoration: underline; }

  .to-top {
    position: fixed;
    z-index: 3000;
    bottom: 20px;
    right: 50px; }

  .fixed-btn-box {
    display: none; }

  body.company {
    padding-top: 67px; }
    body.company #mainVisual {
      background-image: url("../../images/v5/company/main_visual.jpg");
      display: table;
      width: 100%;
      height: 350px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      body.company #mainVisual .inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        body.company #mainVisual .inner h2 {
          font-size: 32px;
          color: #fff; }
    body.company #contents {
      margin-top: 100px; }
      body.company #contents .c-box01 + .c-box03 {
        padding-top: 0; }
      body.company #contents .c-box01 {
        padding-bottom: 45px; }
        body.company #contents .c-box01 p {
          font-weight: 300;
          font-size: 18px;
          line-height: 1.4; }
          body.company #contents .c-box01 p:not(:first-child) {
            margin-top: 30px; }
      body.company #contents .c-box03 {
        padding: 140px 0 70px; }
        body.company #contents .c-box03 .box {
          margin-top: 60px; }
          body.company #contents .c-box03 .box:first-of-type {
            margin-top: 15px; }
          body.company #contents .c-box03 .box .columns {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            -webkit-align-items: flex-start;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; }
            body.company #contents .c-box03 .box .columns > div {
              width: 50%; }
          body.company #contents .c-box03 .box p {
            margin-top: 15px;
            line-height: 1.4; }
      body.company #contents .company-navigation {
        padding-top: 90px;
        background-color: #eeeeee; }
        body.company #contents .company-navigation ul {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          display: -webkit-flex;
          -webkit-justify-content: flex-start;
          -webkit-align-items: flex-start;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
          body.company #contents .company-navigation ul li {
            width: 20%; }
            body.company #contents .company-navigation ul li:not(:nth-of-type(5n+1)) {
              border-left: 1px solid #eeeeee; }
            body.company #contents .company-navigation ul li:not(:nth-of-type(-n+5)) {
              border-top: 1px solid #eeeeee; }
            body.company #contents .company-navigation ul li a {
              display: block;
              padding: 15px 20px 15px 30px;
              text-decoration: none;
              font-size: 16px;
              font-weight: bold;
              color: #00512c;
              background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat 15px center;
              background-color: #f5f5f5;
              letter-spacing: -0.03em;
              transition: 0.3s; }
              body.company #contents .company-navigation ul li a:hover {
                opacity: 0.75; }

  body.company.interview #contents .c-box01 {
    text-align: center; }
    body.company.interview #contents .c-box01 .interviewBanner {
      margin-bottom: 30px;
      box-shadow: 2px 2px 1px rgba(17, 17, 17, 0.4); }
    body.company.interview #contents .c-box01 p {
      font-size: 16px;
      line-height: 1.6;
      margin-top: 20px; }
    body.company.interview #contents .c-box01 h3 {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4;
      color: #5b4630;
      border-bottom: 1px solid rgba(91, 70, 48, 0.5);
      margin: 30px 0;
      padding-bottom: 10px; }
    body.company.interview #contents .c-box01 h4 {
      font-size: 20px;
      line-height: 1.4;
      color: #666666;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 30px; }
    body.company.interview #contents .c-box01 .interviewTopic {
      width: 950px;
      margin: 0 auto 60px; }
      body.company.interview #contents .c-box01 .interviewTopic:before, body.company.interview #contents .c-box01 .interviewTopic:after {
        content: "";
        display: table; }
      body.company.interview #contents .c-box01 .interviewTopic:after {
        clear: both; }
      body.company.interview #contents .c-box01 .interviewTopic {
        zoom: 1; }
    body.company.interview #contents .c-box01 .interviewPara {
      padding-left: 3em;
      font-size: 16px;
      line-height: 1.6;
      text-align: left; }
    body.company.interview #contents .c-box01 .interviewPara + .interviewPara,
    body.company.interview #contents .c-box01 .interviewPara p + p {
      margin-top: 20px; }
    body.company.interview #contents .c-box01 .interviewPara-name {
      float: left;
      margin-left: -3em;
      padding-right: 1em;
      font-weight: bold; }
    body.company.interview #contents .c-box01 .interviewPara--funGreen .interviewPara-name {
      color: #006b37; }
    body.company.interview #contents .c-box01 .interviewPara--bondiBlue .interviewPara-name {
      color: #0091b5; }
    body.company.interview #contents .c-box01 .interviewPhoto {
      float: right;
      padding: 0 0 20px 20px; }
    body.company.interview #contents .c-box01 .whiteButton {
      box-sizing: content-box;
      background-color: #ffffff;
      border: 2px solid #ff6c08;
      color: #111111;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none;
      padding: 15px;
      margin: 30px 5px;
      min-width: 240px;
      display: inline-block;
      background-image: url("../../images/v5/company/founders_interview_2008/arrow.png");
      background-repeat: no-repeat;
      background-position: right 10px top 50%;
      box-shadow: 2px 2px 1px rgba(17, 17, 17, 0.4); }
    body.company.interview #contents .c-box01 .whiteButton.active, body.company.interview #contents .c-box01 .whiteButton:active, body.company.interview #contents .c-box01 .whiteButton:focus, body.company.interview #contents .c-box01 .whiteButton:hover {
      opacity: 0.5; }
    body.company.interview #contents .c-box01 .whiteButton--disabled {
      opacity: 0.5;
      background-color: #ffdcc4;
      box-shadow: none; }

  body.company.greeting #contents .c-box03 {
    padding-top: 0; }
  body.company.greeting .presidentGreeting {
    line-height: 1.4; }
    body.company.greeting .presidentGreeting-introduction {
      margin-bottom: 60px; }
      body.company.greeting .presidentGreeting-introduction:after {
        clear: both;
        content: "";
        display: table; }
    body.company.greeting .presidentGreeting-photo {
      float: left;
      margin-right: 30px; }
    body.company.greeting .presidentGreeting-heading {
      border-bottom-width: 0 !important; }
    body.company.greeting .presidentGreeting-attribution {
      text-align: right; }
    body.company.greeting .presidentGreeting-title {
      font-size: 14px;
      line-height: 1.6; }
    body.company.greeting .presidentGreeting-name {
      font-size: 34px;
      line-height: 1.2; }
    body.company.greeting .presidentGreeting-nameRomaji {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.2;
      color: #c5b498; }
    body.company.greeting .presidentGreeting p + p {
      margin-top: 30px; }

  body.company.founder-introduction #contents .c-box03 {
    padding-top: 0; }
    body.company.founder-introduction #contents .c-box03 .box {
      margin-top: 30px; }
  body.company.founder-introduction .founder {
    padding: 20px;
    border: 5px solid rgba(122, 93, 60, 0.25);
    border-radius: 5px; }
    body.company.founder-introduction .founder:before, body.company.founder-introduction .founder:after {
      content: "";
      display: table; }
    body.company.founder-introduction .founder:after {
      clear: both; }
    body.company.founder-introduction .founder {
      zoom: 1; }
    body.company.founder-introduction .founder:first-of-type {
      margin-bottom: 30px; }
    body.company.founder-introduction .founder img {
      float: left; }
    body.company.founder-introduction .founder .copy {
      margin-left: 190px; }
  body.company.founder-introduction .byline {
    font-size: 14px; }
    body.company.founder-introduction .byline-name {
      font-size: 34px !important;
      font-weight: normal !important;
      padding-bottom: 0 !important;
      color: inherit !important;
      border-bottom-width: 0 !important;
      line-height: 1.2; }
    body.company.founder-introduction .byline-romaji {
      font-size: 14px;
      color: #c5b498;
      font-weight: bold; }
  body.company.founder-introduction .newExecutives {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 60px; }
    body.company.founder-introduction .newExecutives-executive {
      width: 50%;
      margin-bottom: 30px; }
      body.company.founder-introduction .newExecutives-executive:before, body.company.founder-introduction .newExecutives-executive:after {
        content: "";
        display: table; }
      body.company.founder-introduction .newExecutives-executive:after {
        clear: both; }
      body.company.founder-introduction .newExecutives-executive {
        zoom: 1; }
      body.company.founder-introduction .newExecutives-executive:nth-last-child(-n+2) {
        margin-bottom: 0; }
      body.company.founder-introduction .newExecutives-executive > img {
        float: left;
        margin-right: 20px; }

  body.company.vision #contents .c-box01 .companyVisionImage {
    text-align: center;
    margin-bottom: 30px; }

  body.company.business #contents .c-box03 {
    padding-top: 0; }
    body.company.business #contents .c-box03 .companyBusiness {
      border: 5px solid rgba(122, 93, 60, 0.25);
      border-radius: 5px;
      margin-bottom: 30px; }
      body.company.business #contents .c-box03 .companyBusiness h3 {
        background-color: #e1d6b3;
        font-size: 28px;
        color: #7c5d3e;
        padding: 10px 20px;
        border: none; }
      body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service {
        display: flex;
        flex-wrap: wrap;
        padding: 20px; }
        body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box {
          width: 50%;
          margin: 0;
          padding-right: 20px; }
          body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box h4 {
            font-size: 20px;
            background: none;
            padding: 0; }
          body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box em {
            font-style: normal;
            font-weight: bold; }
        body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box:nth-child(n+3) {
          margin-top: 30px; }
    body.company.business #contents .c-box03 .organisationChart {
      margin-top: 90px; }
      body.company.business #contents .c-box03 .organisationChart .organisationChart-image {
        text-align: center;
        padding: 20px; }

  body.company.iso17100 #contents .c-box03 {
    padding-top: 0; }
    body.company.iso17100 #contents .c-box03 p {
      font-size: 18px;
      font-weight: 300;
      line-height: 1.4;
      margin-top: 15px; }
    body.company.iso17100 #contents .c-box03 .modal--sum {
      display: inline-block;
      position: relative; }
    body.company.iso17100 #contents .c-box03 .modal--sum:hover {
      cursor: pointer;
      opacity: 0.8; }
    body.company.iso17100 #contents .c-box03 .modal--sum:after {
      content: "";
      width: 27px;
      height: 27px;
      background: url("../../images/v2/company/iso/ic_enlarge.png") no-repeat;
      position: absolute;
      right: 0;
      top: 0; }
    body.company.iso17100 #contents .c-box03 .isoAcquisition {
      display: flex;
      flex-wrap: wrap;
      padding: 60px 0; }
      body.company.iso17100 #contents .c-box03 .isoAcquisition .iso-box {
        width: 33%;
        text-align: center; }
        body.company.iso17100 #contents .c-box03 .isoAcquisition .iso-box .iso-logo {
          padding-top: 50px; }
        body.company.iso17100 #contents .c-box03 .isoAcquisition .iso-box .iso-bottom-txt {
          font-size: 12px;
          color: #000;
          font-weight: bold;
          font-family: arial, Helvetica, sans-serif;
          line-height: 1.2;
          margin-top: 5px; }
    body.company.iso17100 #contents .c-box03 .iso-table figcaption small {
      font-size: 14px; }
    body.company.iso17100 #contents .c-box03 .callout-2col {
      margin: 60px 0; }
    body.company.iso17100 #contents .c-box03 .isoLink {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton {
        width: 48%; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button {
          box-sizing: border-box;
          display: table;
          width: 100%;
          text-decoration: none;
          padding-right: 10px;
          color: #fff; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink {
          background: #bcb19e;
          font-size: 22px;
          height: 60px;
          line-height: 60px;
          padding-left: 70px;
          position: relative;
          margin-bottom: 20px; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink.trans:before {
          content: "";
          width: 37px;
          height: 37px;
          background: url("../../images/v2/company/iso/ic_trans.png") no-repeat;
          position: absolute;
          left: 17px;
          top: 50%;
          margin-top: -18px; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink.movie:before {
          content: "";
          width: 39px;
          height: 37px;
          background: url("../../images/v2/company/iso/ic_movie.png") no-repeat;
          position: absolute;
          left: 17px;
          top: 50%;
          margin-top: -18px; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink:after {
          content: "";
          width: 16px;
          height: 16px;
          background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat;
          position: absolute;
          right: 22px;
          top: 50%;
          margin-top: -8px; }

  body.company.alliance .statSummary {
    margin-bottom: 40px; }
    body.company.alliance .statSummary:after {
      clear: both;
      content: "";
      display: table; }
    body.company.alliance .statSummary dl {
      margin: 0; }
      body.company.alliance .statSummary dl dt,
      body.company.alliance .statSummary dl dd {
        float: left; }
      body.company.alliance .statSummary dl dt {
        font-size: 14px;
        line-height: 2.5; }
        body.company.alliance .statSummary dl dt:not(:first-of-type) {
          margin-left: 4em; }
        body.company.alliance .statSummary dl dt:after {
          content: "："; }
      body.company.alliance .statSummary dl dd {
        font-size: 22px;
        line-height: 1.4;
        color: #58a36b;
        margin-left: 0; }
    body.company.alliance .statSummary-note {
      float: left;
      margin-left: 4em;
      line-height: 2.5; }

  body.movie_language.movie_english #mainVisual {
    background-image: url("../../images/v5/movie/english/main_visual.jpg"); }
  body.movie_language.movie_english #contents .c-box01 {
    padding-bottom: 45px; }
    body.movie_language.movie_english #contents .c-box01 p {
      font-weight: 300;
      font-size: 18px;
      line-height: 1.4; }
      body.movie_language.movie_english #contents .c-box01 p:not(:first-child) {
        margin-top: 30px; }
  body.movie_language.movie_english #contents .c-box02 {
    padding: 45px 0 50px;
    background-color: #fbfbf3; }
  body.movie_language.movie_english #contents .c-box03 {
    padding: 140px 0 70px; }
  body.movie_language.movie_english #contents .c-box04 {
    padding: 60px 0 120px;
    background-color: #fbfbf3;
    text-align: center; }

  body.movie_feature #mainVisual {
    background-image: url("../../images/v5/movie/feature/main_visual.jpg"); }

  body.movie_sub #mainVisual {
    display: table;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    body.movie_sub #mainVisual .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      body.movie_sub #mainVisual .inner h2 {
        font-size: 32px;
        color: #fff; }
  body.movie_sub #contents {
    margin-top: 100px; }

  body.movie #mainVisual .swiper-slide {
    display: table;
    width: 100%;
    height: 610px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    body.movie #mainVisual .swiper-slide.slide1 {
      background-image: url("../../images/v5/movie/main_visual01.jpg?2020819"); }
    body.movie #mainVisual .swiper-slide.slide2 {
      background-image: url("../../images/v5/movie/main_visual02.jpg"); }
    body.movie #mainVisual .swiper-slide.slide3 {
      background-image: url("../../images/v5/movie/main_visual03.jpg"); }
    body.movie #mainVisual .swiper-slide.slide4 {
      background-image: url("../../images/v5/movie/main_visual04.jpg"); }
    body.movie #mainVisual .swiper-slide .inner {
      display: table-cell;
      vertical-align: middle; }
      body.movie #mainVisual .swiper-slide .inner .box {
        display: table;
        padding: 0 70px;
        height: 330px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.7); }
        body.movie #mainVisual .swiper-slide .inner .box .box-inner {
          display: table-cell;
          vertical-align: middle; }
          body.movie #mainVisual .swiper-slide .inner .box .box-inner h2 {
            display: inline-block;
            padding-bottom: 10px;
            font-size: 32px;
            border-bottom: 1px solid #785907; }
          body.movie #mainVisual .swiper-slide .inner .box .box-inner p {
            margin-top: 25px;
            font-size: 28px;
            line-height: 1.6; }
            body.movie #mainVisual .swiper-slide .inner .box .box-inner p img {
              margin: -5px 5px 0 0;
              vertical-align: middle; }
  body.movie #mainVisual .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    position: static;
    width: 100%;
    padding: 25px 0; }
    body.movie #mainVisual .swiper-pagination span {
      width: 20px;
      height: 20px;
      margin: 0 10px;
      border-radius: 20px;
      background-color: #0e713e;
      opacity: 1;
      outline: none;
      transition: 0.3s; }
      body.movie #mainVisual .swiper-pagination span:hover {
        opacity: 0.75; }
      body.movie #mainVisual .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #eeeeee;
        box-shadow: 1px 1px 1px 1px #ccc inset; }
  body.movie #contents .c-box02 {
    padding: 90px 0; }
  body.movie #contents .c-box03 {
    padding: 90px 0;
    background-color: #fbfbf3; }
  body.movie #contents .c-box04 {
    padding: 90px 0; } }
@media screen and (max-width: 1059px) and (min-width: 601px) {
  .pc {
    display: none !important; }

  .tab {
    display: block !important; }

  body {
    padding-top: 45px; }

  #globalHeader {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    #globalHeader .header-top {
      display: none; }
    #globalHeader .header-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      #globalHeader .header-bottom .logo {
        padding: 5px 0 5px 15px; }
        #globalHeader .header-bottom .logo img {
          width: 140px; }
        #globalHeader .header-bottom .logo figcaption {
          margin-top: 5px;
          font-size: 10px;
          color: #999999; }
      #globalHeader .header-bottom .utility-link {
        display: none; }
      #globalHeader .header-bottom .sp-menu {
        width: 50px;
        height: 50px;
        background: url("../../images/v5/movie/common/sp_menu_off.png") no-repeat center center;
        background-size: 20px auto;
        border-left: 1px solid #f4f4f4; }

  #globalNavi {
    display: none;
    position: fixed;
    z-index: 30000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.7); }
    #globalNavi.show {
      display: block; }
    #globalNavi > ul {
      padding: 0 15px 15px; }
      #globalNavi > ul > li > a {
        display: block;
        padding: 15px 0;
        font-size: 13px;
        text-decoration: none; }
      #globalNavi > ul > li .hidden-menu {
        display: none; }
        #globalNavi > ul > li .hidden-menu a {
          display: block;
          padding: 10px;
          font-size: 13px;
          text-decoration: none; }
    #globalNavi > ul:nth-of-type(1) {
      background: url("../../images/v5/movie/common/bg_green_slash.png"); }
      #globalNavi > ul:nth-of-type(1) > li:nth-of-type(1) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        #globalNavi > ul:nth-of-type(1) > li:nth-of-type(1) .language {
          font-weight: 700;
          padding: 2px 15px;
          border: 1px solid #fff;
          font-size: 10px;
          color: #fff; }
        #globalNavi > ul:nth-of-type(1) > li:nth-of-type(1) .sp-menu {
          width: 50px;
          height: 50px;
          background: url("../../images/v5/movie/common/sp_menu_on.png") no-repeat right center;
          background-size: 20px auto; }
      #globalNavi > ul:nth-of-type(1) > li.accordion > a {
        background: url("../../images/v5/movie/common/gnavi_plus_white.png") no-repeat right center;
        background-size: 13px auto; }
        #globalNavi > ul:nth-of-type(1) > li.accordion > a.on {
          background: url("../../images/v5/movie/common/gnavi_minus_white.png") no-repeat right center;
          background-size: 13px auto; }
      #globalNavi > ul:nth-of-type(1) > li > a {
        margin-top: -1px;
        color: #fff;
        border-top: 1px solid #9fc7b4;
        border-bottom: 1px solid #9fc7b4; }
      #globalNavi > ul:nth-of-type(1) > li .hidden-menu a {
        color: #fff; }
    #globalNavi > ul:nth-of-type(2) {
      background-color: #fff; }
      #globalNavi > ul:nth-of-type(2) > li.accordion > a {
        background: url("../../images/v5/movie/common/gnavi_plus_green.png") no-repeat right center;
        background-size: 13px auto; }
        #globalNavi > ul:nth-of-type(2) > li.accordion > a.on {
          background: url("../../images/v5/movie/common/gnavi_minus_green.png") no-repeat right center;
          background-size: 13px auto; }
      #globalNavi > ul:nth-of-type(2) > li > a {
        margin-top: -1px;
        color: #0e7244;
        border-bottom: 1px solid #c8c8c8;
        border-top: 1px solid #c8c8c8;
        background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat right center;
        background-size: 8px auto; }
      #globalNavi > ul:nth-of-type(2) > li .hidden-menu a {
        color: #333; }

  #breadCrumb {
    position: relative;
    margin-top: 10px; }
    #breadCrumb > div {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      font-weight: 300;
      font-size: 14px;
      color: #333; }
      #breadCrumb > div a:nth-of-type(1) {
        padding-left: 15px; }
      #breadCrumb > div a,
      #breadCrumb > div span {
        height: 30px;
        line-height: 30px; }
      #breadCrumb > div a,
      #breadCrumb > div span:not(:last-of-type) {
        position: relative;
        display: block;
        padding: 0 10px 0 20px;
        color: #016a3a;
        text-decoration: none;
        background-color: #eeeeee; }
        #breadCrumb > div a::before,
        #breadCrumb > div span:not(:last-of-type)::before {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          right: -12px;
          width: 12px;
          height: 30px;
          background: url("../../images/v5/movie/common/breadcrumb_arrow01.png") no-repeat;
          background-size: auto 30px; }
      #breadCrumb > div span {
        position: relative;
        display: block;
        padding: 0 10px 0 20px;
        background-color: #d6f2e1; }
        #breadCrumb > div span:last-of-type::after {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          width: 13px;
          height: 30px;
          background: url("../../images/v5/movie/common/breadcrumb_arrow02.png") no-repeat;
          background-size: auto 30px; }
        #breadCrumb > div span::before {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          right: -12px;
          width: 12px;
          height: 30px;
          background: url("../../images/v5/movie/common/breadcrumb_arrow03.png") no-repeat;
          background-size: auto 30px; }

  #contents .c-box03 h3 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 26px;
    color: #016a3a;
    border-bottom: 2px solid #909090; }
    #contents .c-box03 h3:nth-of-type(2) {
      margin-top: 40px; }
  #contents .c-box03 .box h4 {
    font-weight: 700;
    padding-left: 25px;
    font-size: 20px;
    background: url("../../images/v5/movie/icn/border_green.png") no-repeat left center;
    background-size: 15px auto; }
  #contents .c-box03 .box h4 + p {
    font-weight: 300;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6; }
  #contents .c-box03 .box h5 {
    font-weight: 700;
    margin-top: 15px;
    font-size: 16px;
    color: #00512c; }

  .service-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .service-list > div {
      width: 49%; }
      .service-list > div:not(:nth-of-type(2n+1)) {
        border-left: 1px solid #f5f5f5; }
      .service-list > div:not(:nth-of-type(-n+2)) {
        border-top: 1px solid #f5f5f5; }
      .service-list > div a {
        display: block;
        padding: 10px 15px;
        background-color: #f5f5f5;
        text-decoration: none; }
        .service-list > div a .link-title {
          padding: 3px 0 3px 18px;
          font-size: 14px;
          font-weight: bold;
          color: #00512c;
          line-height: 1.6;
          background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat left 8px;
          background-size: 10px auto; }
        .service-list > div a .description {
          font-weight: 300;
          margin-top: 10px;
          font-size: 14px;
          color: #555555;
          line-height: 1.4; }

  .service-search .tab {
    position: relative;
    background-color: #bcb19e; }
    .service-search .tab ul {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: flex-end;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .service-search .tab ul li {
        font-weight: 700;
        display: table;
        width: 33.3333%;
        padding: 0 15px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: #bcb19e;
        line-height: 1.4; }
        .service-search .tab ul li:not(:first-child) {
          border-left: 2px solid #eeeeee; }
        .service-search .tab ul li.current {
          position: relative;
          background-color: #eeeeee;
          color: #785806;
          background-image: none; }
          .service-search .tab ul li.current::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 10px;
            background-color: #eeeeee; }
        .service-search .tab ul li span {
          display: table-cell;
          vertical-align: middle; }
  .service-search .tab-contents {
    padding: 20px 15px 40px;
    background-color: #eeeeee; }
    .service-search .tab-contents > div > div {
      display: none; }
      .service-search .tab-contents > div > div#tab01 {
        display: block; }
      .service-search .tab-contents > div > div > .description {
        font-weight: 300;
        font-size: 14px;
        line-height: 1.4; }
      .service-search .tab-contents > div > div .service-list,
      .service-search .tab-contents > div > div .list {
        margin-top: 20px; }
      .service-search .tab-contents > div > div .service-list a {
        background-color: #ffffff; }
      .service-search .tab-contents > div > div .list {
        margin-top: 20px; }
        .service-search .tab-contents > div > div .list > ul {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          display: -webkit-flex;
          -webkit-justify-content: flex-start;
          -webkit-align-items: flex-start;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
          .service-search .tab-contents > div > div .list > ul li {
            width: 49%; }
            .service-search .tab-contents > div > div .list > ul li:not(:nth-of-type(2n+1)) {
              border-left: 1px solid #eeeeee; }
            .service-search .tab-contents > div > div .list > ul li:not(:nth-of-type(-n+2)) {
              border-top: 1px solid #eeeeee; }
            .service-search .tab-contents > div > div .list > ul li a {
              display: block;
              padding: 15px 15px 15px 25px;
              text-decoration: none;
              font-size: 14px;
              font-weight: bold;
              color: #00512c;
              background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat 10px 15px;
              background-size: 10px auto;
              background-color: #fff; }

  .default-list {
    margin-top: 15px; }
    .default-list li {
      font-weight: 300;
      padding-left: 8px;
      font-size: 14px;
      background: url("../../images/v5/movie/icn/list_dot_black.png") no-repeat left center; }
      .default-list li:not(:first-child) {
        margin-top: 10px; }

  .example-list {
    padding: 50px 30px;
    background-color: #fbfbf3; }
    .example-list h3 {
      font-weight: 700;
      font-size: 26px;
      color: #016a3a;
      text-align: center; }
    .example-list .slider {
      position: relative;
      margin-top: 20px;
      padding: 0 40px; }
      .example-list .slider .swiper-slide {
        background-color: #fdfdf9;
        border: 1px solid #dbd6c8; }
        .example-list .slider .swiper-slide div a {
          display: block; }
        .example-list .slider .swiper-slide div img {
          width: 100%; }
        .example-list .slider .swiper-slide .title {
          font-weight: 700;
          margin-top: 10px;
          padding: 0 10px;
          font-size: 18px;
          line-height: 1.4; }
        .example-list .slider .swiper-slide .description {
          padding: 10px;
          font-size: 14px;
          line-height: 1.6; }
      .example-list .slider .swiper-button-prev {
        left: 0; }
      .example-list .slider .swiper-button-next {
        right: 0; }

  .use-list {
    padding: 50px 30px; }
    .use-list .description {
      font-weight: 300;
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.6; }
    .use-list .box {
      margin-top: 25px; }
      .use-list .box .list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: flex-start;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        margin-top: 15px; }
        .use-list .box .list ul {
          width: 49%; }
          .use-list .box .list ul:not(:nth-of-type(1)) {
            margin-left: 2%; }
          .use-list .box .list ul li {
            font-weight: 300;
            margin-bottom: 8px;
            padding-left: 8px;
            font-size: 14px;
            background: url("../../images/v5/movie/icn/list_dot_black.png") no-repeat left center;
            background-size: 2px auto; }

  .related-list {
    padding: 35px 30px 50px;
    background-color: #fbfbf3;
    text-align: center; }
    .related-list h3 {
      font-weight: 700;
      position: relative;
      display: inline-block;
      text-align: center;
      font-size: 26px;
      color: #785806; }
      .related-list h3::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 15px;
        left: -25px;
        width: calc(100% + 50px);
        height: 1px;
        background-color: #785806; }
      .related-list h3 span {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 0 20px;
        background-color: #fbfbf3; }
    .related-list .list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      margin-top: 20px; }
      .related-list .list > div {
        width: 47%;
        padding: 30px 0;
        text-align: center;
        border: 1px solid #f5f5f5;
        background-color: #fff; }
        .related-list .list > div:nth-of-type(2) {
          margin-left: 6%; }
        .related-list .list > div a {
          display: block;
          text-decoration: none; }
        .related-list .list > div figure img {
          width: 80px; }
        .related-list .list > div .title {
          font-weight: 700;
          margin-top: 15px;
          font-size: 18px;
          color: #105d32; }

  .feature-list {
    padding: 0 30px 50px; }
    .feature-list > div > div {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      padding: 30px 0;
      border-top: 1px solid #cccccc; }
      .feature-list > div > div:nth-of-type(1) {
        padding-top: 0;
        border-top: none; }
      .feature-list > div > div .point {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        width: 150px;
        text-align: center; }
        .feature-list > div > div .point .tokucho {
          width: 90px;
          height: 90px;
          margin: 0 auto;
          padding-top: 20px;
          border-radius: 90px;
          background-color: #105d32;
          color: #fff; }
          .feature-list > div > div .point .tokucho p:nth-of-type(1) {
            font-weight: 300;
            font-size: 16px; }
          .feature-list > div > div .point .tokucho p:nth-of-type(2) {
            font-weight: 700;
            margin-top: 6px;
            font-size: 30px; }
        .feature-list > div > div .point .title {
          font-weight: 700;
          margin-top: 15px;
          font-size: 20px;
          color: #016a3a;
          line-height: 1.4; }
      .feature-list > div > div .content {
        width: calc(100% - 150px);
        padding-left: 30px; }
        .feature-list > div > div .content h4 {
          font-weight: 700;
          font-size: 22px;
          color: #785806;
          line-height: 1.4; }
        .feature-list > div > div .content .description {
          font-weight: 300;
          margin-top: 25px;
          font-size: 14px;
          line-height: 1.6; }

  .service-information-box {
    padding: 50px 30px;
    background: url("../../images/v5/movie/common/bg_green_slash.png");
    text-align: center;
    color: #fff; }
    .service-information-box > div h2 {
      font-weight: 700;
      font-size: 24px;
      line-height: 1.4; }
    .service-information-box > div > .description {
      font-weight: 300;
      margin-top: 20px;
      font-size: 16px;
      text-align: left;
      line-height: 1.6; }
    .service-information-box .list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-top: 40px; }
      .service-information-box .list > div {
        width: 48%; }
        .service-information-box .list > div:nth-of-type(2n) {
          margin-left: 4%; }
        .service-information-box .list > div:not(:nth-of-type(-n+2)) {
          margin-top: 30px; }
        .service-information-box .list > div figure img {
          width: 120px; }
        .service-information-box .list > div .title {
          font-weight: 700;
          margin-top: 15px;
          font-size: 18px;
          line-height: 1.5; }
        .service-information-box .list > div .description {
          font-weight: 300;
          margin-top: 10px;
          font-size: 14px;
          text-align: left;
          line-height: 1.4; }
        .service-information-box .list > div .detail-btn {
          margin-top: 15px; }
          .service-information-box .list > div .detail-btn a {
            display: block;
            height: 40px;
            border-radius: 40px;
            font-size: 16px;
            color: #fff;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat 95% center;
            background-color: #ceab2a;
            background-size: 8px auto; }

  .services-block .top-desc {
    text-align: left;
    display: table;
    margin: 0 auto;
    width: 80%;
  }

  .service-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 15px; }
    .service-list > div {
      width: 49%; }
      .service-list > div:nth-of-type(2n) {
        margin-left: 2%; }
      .service-list > div:not(:nth-of-type(-n+2)) {
        margin-top: 20px; }
      .service-list > div div img {
        width: 100%; }
      .service-list > div .title {
        font-weight: 700;
        margin-top: 10px;
        font-size: 18px; }
      .service-list > div .description {
        font-weight: 300;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.6; }

  .monthly-pickup {
    margin-top: 40px;
    padding: 50px 30px;
    text-align: center;
    background-color: #eeeeee; }
    .monthly-pickup h3 {
      font-weight: 700;
      position: relative;
      display: inline-block;
      text-align: center;
      font-size: 26px;
      color: #785806; }
      .monthly-pickup h3::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 15px;
        left: -25px;
        width: calc(100% + 50px);
        height: 1px;
        background-color: #785806; }
      .monthly-pickup h3 span {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 0 10px;
        background-color: #eeeeee; }
    .monthly-pickup .sub-title {
      margin-top: 10px;
      font-size: 16px;
      color: #785806; }
    .monthly-pickup .list {
      margin-top: 30px; }
      .monthly-pickup .list > div:not(:first-child) {
        margin-top: 5px; }
      .monthly-pickup .list > div a {
        display: block;
        text-decoration: none; }
        .monthly-pickup .list > div a .title {
          padding: 10px 15px;
          font-size: 16px;
          color: #fff;
          text-align: left;
          background-color: #875143; }
        .monthly-pickup .list > div a .description {
          font-weight: 200;
          padding: 15px;
          background-color: #fff;
          font-size: 14px;
          line-height: 1.4;
          text-align: left;
          color: #333; }

  .video-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 30px; }
    .video-list > div {
      width: 49%; }
      .video-list > div:nth-of-type(2n) {
        margin-left: 2%; }
      .video-list > div:not(:nth-of-type(-n+2)) {
        margin-top: 35px; }
      .video-list > div .thumbnail img {
        width: 100%; }
      .video-list > div .category {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        margin-top: 20px; }
        .video-list > div .category span {
          margin-right: 5px;
          padding: 3px 8px;
          font-size: 14px;
          font-weight: bold;
          color: #016a3a;
          border: 1px solid #016a3a;
          background-color: #fff; }
      .video-list > div figure img {
        width: 100%; }
      .video-list > div .title {
        margin-top: 15px;
        font-size: 16px; }
      .video-list > div .description {
        font-weight: 300;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.4; }

  .video-btn {
    margin-top: 35px;
    text-align: center; }
    .video-btn a {
      display: inline-block;
      padding: 20px 40px;
      font-size: 18px;
      color: #fff;
      text-align: center;
      text-decoration: none;
      background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat 93% center;
      background-color: #bcb19e; }

  .about-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 20px; }
    .about-list > div {
      width: 49%;
      padding: 20px 15px;
      text-align: center;
      border: 1px solid #f5f5f5; }
      .about-list > div:nth-of-type(2n) {
        margin-left: 2%; }
      .about-list > div:not(:nth-of-type(-n+2)) {
        margin-top: 15px; }
      .about-list > div a {
        display: block;
        text-decoration: none; }
      .about-list > div figure img {
        height: 90px; }
      .about-list > div .title {
        font-weight: 700;
        margin-top: 15px;
        font-size: 18px;
        color: #105d32; }
      .about-list > div .description {
        font-weight: 300;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.4;
        color: #333; }

  .all-service-list {
    padding: 50px 30px;
    background-color: #eeeeee; }
    .all-service-list > div > div {
      margin-top: 30px; }
      .all-service-list > div > div:nth-of-type(1) {
        margin-top: 25px;
        border-top: none; }
      .all-service-list > div > div .title {
        padding-left: 30px;
        font-size: 20px;
        color: #785806;
        background: url("../../images/v5/movie/sec05_border_green.png") no-repeat left center;
        background-size: 18px auto; }
      .all-service-list > div > div > .description {
        font-weight: 300;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.4; }
    .all-service-list > div .service-list {
      margin-top: 20px; }
    .all-service-list > div .list {
      margin-top: 20px; }
      .all-service-list > div .list > ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .all-service-list > div .list > ul li {
          width: 49%; }
          .all-service-list > div .list > ul li:not(:nth-of-type(2n+1)) {
            margin-left: 2%; }
          .all-service-list > div .list > ul li:not(:nth-of-type(-n+2)) {
            margin-top: 10px; }
          .all-service-list > div .list > ul li a {
            display: block;
            padding: 15px 15px 15px 25px;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            color: #00512c;
            background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat 10px 15px;
            background-size: 10px auto;
            background-color: #f5f5f5; }

  .table {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px; }
    .table .nowrap {
      white-space: nowrap; }
    .table th,
    .table td {
      padding: 15px;
      border: 1px solid #ffffff; }
    .table th {
      background-color: #875143;
      color: #ffffff;
      vertical-align: middle; }
    .table td {
      background-color: #eeeeee; }
      .table td p + p {
        margin-top: 30px; }
      .table td b {
        font-weight: bold; }
      .table td a {
        color: #875143; }
        .table td a:hover {
          text-decoration: none; }

  .callout-2col {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    display: table; }

  .callout-2col > div {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px; }

  .callout-2col > div:first-child {
    background: #eeeeee;
    font-size: 14px;
    font-weight: bold;
    min-width: 200px;
    white-space: nowrap;
    text-align: center; }

  .callout-2col > div:last-child {
    font-size: 14px;
    line-height: 1.6;
    padding: 20px 20px; }

  .map-canvas {
    margin-top: 15px;
    width: 100%;
    height: 600px; }

  #globalFooter .estimate-contact-box {
    padding: 50px 30px;
    text-align: center;
    background: url("../../images/v5/movie/common/bg_green_slash.png"); }
    #globalFooter .estimate-contact-box .lead-text {
      font-size: 20px;
      color: #fff;
      line-height: 1.4; }
    #globalFooter .estimate-contact-box .btn-box {
      margin-top: 60px; }
      #globalFooter .estimate-contact-box .btn-box ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        #globalFooter .estimate-contact-box .btn-box ul li {
          width: 48%; }
          #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(1) a {
            background-color: #fa7838; }
            #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(1) a span {
              background: url("../../images/v5/movie/common/footer_estimate_icn.png") no-repeat 20px center;
              background-size: 30px auto; }
          #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(2) {
            margin-left: 4%; }
            #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(2) a {
              background-color: #94be4b; }
              #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(2) a span {
                background: url("../../images/v5/movie/common/footer_contact_icn.png") no-repeat 20px center;
                background-size: 30px auto; }
          #globalFooter .estimate-contact-box .btn-box ul li a {
            display: block;
            width: 100%;
            height: 90px;
            line-height: 90px;
            font-size: 16px;
            color: #fff;
            text-decoration: none;
            background-image: url("../../images/v5/movie/icn/arrow_right_white_12_16.png");
            background-repeat: no-repeat;
            background-position: 95% center; }
            #globalFooter .estimate-contact-box .btn-box ul li a span {
              display: block; }
      #globalFooter .estimate-contact-box .btn-box--single {
        width: 48%;
        margin-left: auto;
        margin-right: auto; }
        #globalFooter .estimate-contact-box .btn-box--single ul li {
          width: 100%; }
    #globalFooter .estimate-contact-box .mail-tel-box {
      display: inline-block;
      margin-top: 35px;
      text-align: left;
      color: #fff; }
      #globalFooter .estimate-contact-box .mail-tel-box p {
        padding-left: 50px; }
        #globalFooter .estimate-contact-box .mail-tel-box p.mail {
          background: url("../../images/v5/movie/common/footer_mail_icn.png") no-repeat left center; }
          #globalFooter .estimate-contact-box .mail-tel-box p.mail a:hover {
            text-decoration: underline; }
        #globalFooter .estimate-contact-box .mail-tel-box p.tel {
          margin-top: 15px;
          background: url("../../images/v5/movie/common/footer_tel_icn.png") no-repeat left center; }
          #globalFooter .estimate-contact-box .mail-tel-box p.tel a:hover {
            cursor: text; }
      #globalFooter .estimate-contact-box .mail-tel-box span {
        margin-right: 20px;
        padding-right: 20px;
        font-size: 16px;
        background: url("../../images/v5/movie/common/footer_separator.png") no-repeat right center; }
      #globalFooter .estimate-contact-box .mail-tel-box a {
        color: #fff;
        font-size: 20px; }
      #globalFooter .estimate-contact-box .mail-tel-box i {
        font-weight: 300;
        font-size: 12px; }
    #globalFooter .estimate-contact-box .caution {
      margin-top: 30px;
      font-size: 16px;
      color: #fff;
      line-height: 1.4; }
  #globalFooter .footer-link {
    display: none; }
  #globalFooter .footer-btm .contents-inner {
    padding: 20px 15px 0; }
    #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information {
      padding-bottom: 20px;
      text-align: center; }
      #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .p-mark {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eeeeee; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .p-mark a {
          display: inline-block; }
      #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .content {
        margin-top: 10px;
        font-size: 10px; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .content p:nth-of-type(1) {
          font-weight: 700; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .content p:nth-of-type(2) {
          margin-top: 10px;
          line-height: 2;
          text-align: left;
          display: table;
          margin: 10px auto 0; }
    #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul {
      display: flex;
      justify-content: center;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      margin-bottom: 20px; }
      #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li {
        padding: 0 20px;
        border-right: 1px solid #aaa; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li:first-of-type {
          border-left: 1px solid #aaa; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li a {
          font-weight: 200;
          display: inline-block;
          padding: 5px 0;
          font-size: 12px;
          color: #333;
          text-decoration: none; }
          #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li a:hover {
            text-decoration: underline; }
    #globalFooter .footer-btm .contents-inner .other-link {
      padding: 10px 0;
      border-top: 1px solid #eeeeee; }
      #globalFooter .footer-btm .contents-inner .other-link ul {
        display: flex;
        justify-content: center;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        #globalFooter .footer-btm .contents-inner .other-link ul li:not(:first-child) {
          margin-left: 10px; }
  #globalFooter .footer-btm .address-and-copyright {
    padding: 20px 15px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background-color: #016a3a;
    line-height: 2; }
    #globalFooter .footer-btm .address-and-copyright .copyright {
      margin-top: 10px;
      padding-top: 12px;
      border-top: 1px solid #b0b0b0; }
      #globalFooter .footer-btm .address-and-copyright .copyright a {
        color: #fff;
        text-decoration: none; }

  .to-top {
    position: fixed;
    z-index: 10000;
    bottom: 50px;
    right: 15px; }
    .to-top img {
      width: 40px; }

  .fixed-btn-box {
    display: none; }

  body.company {
    padding-top: 45px; }
    body.company #mainVisual {
      background-image: url("../../images/v5/company/main_visual.jpg");
      display: table;
      width: 100%;
      height: 300px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      body.company #mainVisual .inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        body.company #mainVisual .inner h2 {
          font-size: 26px;
          color: #fff; }
    body.company #contents {
      margin-top: 40px; }
      body.company #contents .c-box01 + .c-box03 {
        padding-top: 0; }
      body.company #contents .c-box01 {
        padding: 0 30px 30px; }
        body.company #contents .c-box01 p {
          font-weight: 300;
          font-size: 14px;
          line-height: 1.4; }
          body.company #contents .c-box01 p:not(:first-child) {
            margin-top: 20px; }
      body.company #contents .c-box03 {
        padding: 50px 30px; }
        body.company #contents .c-box03 .box {
          margin-top: 25px; }
          body.company #contents .c-box03 .box:first-of-type {
            margin-top: 15px; }
          body.company #contents .c-box03 .box .columns {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            -webkit-align-items: flex-start;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; }
            body.company #contents .c-box03 .box .columns > div {
              width: 50%; }
          body.company #contents .c-box03 .box p {
            margin-top: 15px;
            font-size: 14px;
            line-height: 1.4; }
      body.company #contents .company-navigation {
        padding: 20px 15px 40px;
        background-color: #eeeeee; }
        body.company #contents .company-navigation ul {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          display: -webkit-flex;
          -webkit-justify-content: flex-start;
          -webkit-align-items: flex-start;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
          body.company #contents .company-navigation ul li {
            width: 49%; }
            body.company #contents .company-navigation ul li:not(:nth-of-type(2n+1)) {
              border-left: 1px solid #eeeeee; }
            body.company #contents .company-navigation ul li:not(:nth-of-type(-n+2)) {
              border-top: 1px solid #eeeeee; }
            body.company #contents .company-navigation ul li a {
              display: block;
              padding: 15px 15px 15px 25px;
              text-decoration: none;
              font-size: 14px;
              font-weight: bold;
              color: #00512c;
              background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat 10px 15px;
              background-size: 10px auto;
              background-color: #fff; }

  body.company.interview #contents .c-box01 {
    text-align: center; }
    body.company.interview #contents .c-box01 .interviewBanner {
      margin-bottom: 30px;
      box-shadow: 2px 2px 1px rgba(17, 17, 17, 0.4); }
    body.company.interview #contents .c-box01 p {
      font-size: 14px;
      line-height: 1.6;
      margin-top: 20px; }
    body.company.interview #contents .c-box01 h3 {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4;
      color: #5b4630;
      border-bottom: 1px solid rgba(91, 70, 48, 0.5);
      margin: 30px 0;
      padding-bottom: 10px; }
    body.company.interview #contents .c-box01 h4 {
      font-size: 20px;
      line-height: 1.4;
      color: #666666;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 30px; }
    body.company.interview #contents .c-box01 .interviewTopic {
      margin: 0 auto 60px; }
      body.company.interview #contents .c-box01 .interviewTopic:before, body.company.interview #contents .c-box01 .interviewTopic:after {
        content: "";
        display: table; }
      body.company.interview #contents .c-box01 .interviewTopic:after {
        clear: both; }
      body.company.interview #contents .c-box01 .interviewTopic {
        zoom: 1; }
    body.company.interview #contents .c-box01 .interviewPara {
      padding-left: 3em;
      font-size: 14px;
      line-height: 1.6;
      text-align: left; }
    body.company.interview #contents .c-box01 .interviewPara + .interviewPara,
    body.company.interview #contents .c-box01 .interviewPara p + p {
      margin-top: 20px; }
    body.company.interview #contents .c-box01 .interviewPara-name {
      float: left;
      margin-left: -3em;
      padding-right: 1em;
      font-weight: bold; }
    body.company.interview #contents .c-box01 .interviewPara--funGreen .interviewPara-name {
      color: #006b37; }
    body.company.interview #contents .c-box01 .interviewPara--bondiBlue .interviewPara-name {
      color: #0091b5; }
    body.company.interview #contents .c-box01 .interviewPhoto {
      float: right;
      padding: 0 0 20px 20px; }
    body.company.interview #contents .c-box01 .whiteButton {
      box-sizing: content-box;
      background-color: #ffffff;
      border: 2px solid #ff6c08;
      color: #111111;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none;
      padding: 15px;
      margin: 30px 5px 0;
      min-width: 240px;
      display: inline-block;
      background-image: url("../../images/v5/company/founders_interview_2008/arrow.png");
      background-repeat: no-repeat;
      background-position: right 10px top 50%;
      box-shadow: 2px 2px 1px rgba(17, 17, 17, 0.4); }
    body.company.interview #contents .c-box01 .whiteButton.active, body.company.interview #contents .c-box01 .whiteButton:active, body.company.interview #contents .c-box01 .whiteButton:focus, body.company.interview #contents .c-box01 .whiteButton:hover {
      opacity: 0.5; }
    body.company.interview #contents .c-box01 .whiteButton--disabled {
      opacity: 0.5;
      background-color: #ffdcc4;
      box-shadow: none; }

  body.company.greeting #contents .c-box03 {
    padding-top: 0; }
  body.company.greeting .presidentGreeting {
    line-height: 1.4; }
    body.company.greeting .presidentGreeting-introduction {
      margin-bottom: 60px; }
      body.company.greeting .presidentGreeting-introduction:after {
        clear: both;
        content: "";
        display: table; }
    body.company.greeting .presidentGreeting-photo {
      float: left;
      margin-right: 30px; }
    body.company.greeting .presidentGreeting-heading {
      border-bottom-width: 0 !important; }
    body.company.greeting .presidentGreeting-attribution {
      text-align: right; }
    body.company.greeting .presidentGreeting-title {
      font-size: 14px;
      line-height: 1.6; }
    body.company.greeting .presidentGreeting-name {
      font-size: 34px;
      line-height: 1.2; }
    body.company.greeting .presidentGreeting-nameRomaji {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.2;
      color: #c5b498; }
    body.company.greeting .presidentGreeting p {
      font-size: 14px; }
      body.company.greeting .presidentGreeting p + p {
        margin-top: 30px; }

  body.company.founder-introduction #contents .c-box03 {
    padding-top: 0; }
    body.company.founder-introduction #contents .c-box03 .box {
      margin-top: 30px; }
  body.company.founder-introduction .founder {
    padding: 20px;
    border: 5px solid rgba(122, 93, 60, 0.25);
    border-radius: 5px; }
    body.company.founder-introduction .founder:before, body.company.founder-introduction .founder:after {
      content: "";
      display: table; }
    body.company.founder-introduction .founder:after {
      clear: both; }
    body.company.founder-introduction .founder {
      zoom: 1; }
    body.company.founder-introduction .founder:first-of-type {
      margin-bottom: 30px; }
    body.company.founder-introduction .founder img {
      float: left; }
    body.company.founder-introduction .founder .copy {
      margin-left: 190px; }
  body.company.founder-introduction .byline {
    font-size: 14px; }
    body.company.founder-introduction .byline-name {
      font-size: 30px !important;
      font-weight: normal !important;
      padding-bottom: 0 !important;
      color: inherit !important;
      border-bottom-width: 0 !important;
      line-height: 1.2; }
    body.company.founder-introduction .byline-romaji {
      font-size: 12px;
      color: #c5b498;
      font-weight: bold; }
  body.company.founder-introduction .newExecutives {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 60px; }
    body.company.founder-introduction .newExecutives-executive {
      width: 50%;
      margin-bottom: 30px; }
      body.company.founder-introduction .newExecutives-executive:before, body.company.founder-introduction .newExecutives-executive:after {
        content: "";
        display: table; }
      body.company.founder-introduction .newExecutives-executive:after {
        clear: both; }
      body.company.founder-introduction .newExecutives-executive {
        zoom: 1; }
      body.company.founder-introduction .newExecutives-executive:nth-last-child(-n+2) {
        margin-bottom: 0; }
      body.company.founder-introduction .newExecutives-executive > img {
        float: left;
        margin-right: 20px; }

  body.company.vision #contents .c-box01 .companyVisionImage {
    text-align: center;
    margin-bottom: 30px; }

  body.company.business #contents .c-box03 {
    padding-top: 0; }
    body.company.business #contents .c-box03 .companyBusiness {
      border: 5px solid rgba(122, 93, 60, 0.25);
      border-radius: 5px;
      margin-bottom: 30px; }
      body.company.business #contents .c-box03 .companyBusiness h3 {
        background-color: #e1d6b3;
        font-size: 24px;
        color: #7c5d3e;
        padding: 10px 20px;
        border: none; }
      body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service {
        display: flex;
        flex-wrap: wrap;
        padding: 20px; }
        body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box {
          width: 50%;
          margin: 0;
          padding-right: 20px; }
          body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box h4 {
            font-size: 20px;
            background: none;
            padding: 0; }
          body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box em {
            font-style: normal;
            font-weight: bold; }
        body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box:nth-child(n+3) {
          margin-top: 30px; }
    body.company.business #contents .c-box03 .organisationChart {
      margin-top: 40px; }
      body.company.business #contents .c-box03 .organisationChart .organisationChart-image {
        text-align: center;
        padding: 20px; }

  body.company.iso17100 #contents .c-box03 {
    padding-top: 0; }
    body.company.iso17100 #contents .c-box03 p {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.4;
      margin-top: 15px; }
    body.company.iso17100 #contents .c-box03 .modal--sum {
      display: inline-block;
      position: relative; }
    body.company.iso17100 #contents .c-box03 .modal--sum:hover {
      cursor: pointer;
      opacity: 0.8; }
    body.company.iso17100 #contents .c-box03 .modal--sum:after {
      content: "";
      width: 27px;
      height: 27px;
      background: url("../../images/v2/company/iso/ic_enlarge.png") no-repeat;
      position: absolute;
      right: 0;
      top: 0; }
    body.company.iso17100 #contents .c-box03 .isoAcquisition {
      display: flex;
      flex-wrap: wrap;
      padding: 60px 0; }
      body.company.iso17100 #contents .c-box03 .isoAcquisition .iso-box {
        width: 33%;
        text-align: center; }
        body.company.iso17100 #contents .c-box03 .isoAcquisition .iso-box .iso-logo {
          padding-top: 50px; }
        body.company.iso17100 #contents .c-box03 .isoAcquisition .iso-box .iso-bottom-txt {
          font-size: 12px;
          color: #000;
          font-weight: bold;
          font-family: arial, Helvetica, sans-serif;
          line-height: 1.2;
          margin-top: 5px; }
    body.company.iso17100 #contents .c-box03 .iso-table figcaption small {
      font-size: 12px; }
    body.company.iso17100 #contents .c-box03 .callout-2col {
      margin: 60px 0; }
    body.company.iso17100 #contents .c-box03 .isoLink {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton {
        width: 48%; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button {
          box-sizing: border-box;
          display: table;
          width: 100%;
          text-decoration: none;
          padding-right: 10px;
          color: #fff; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink {
          background: #bcb19e;
          font-size: 18px;
          height: 60px;
          line-height: 60px;
          padding-left: 70px;
          position: relative;
          margin-bottom: 20px; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink.trans:before {
          content: "";
          width: 37px;
          height: 37px;
          background: url("../../images/v2/company/iso/ic_trans.png") no-repeat;
          position: absolute;
          left: 17px;
          top: 50%;
          margin-top: -18px; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink.movie:before {
          content: "";
          width: 39px;
          height: 37px;
          background: url("../../images/v2/company/iso/ic_movie.png") no-repeat;
          position: absolute;
          left: 17px;
          top: 50%;
          margin-top: -18px; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink:after {
          content: "";
          width: 16px;
          height: 16px;
          background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat;
          position: absolute;
          right: 22px;
          top: 50%;
          margin-top: -8px; }

  body.company.alliance .statSummary {
    margin-bottom: 40px; }
    body.company.alliance .statSummary:after {
      clear: both;
      content: "";
      display: table; }
    body.company.alliance .statSummary dl {
      margin: 0; }
      body.company.alliance .statSummary dl dt,
      body.company.alliance .statSummary dl dd {
        float: left; }
      body.company.alliance .statSummary dl dt {
        font-size: 12px;
        line-height: 2.5; }
        body.company.alliance .statSummary dl dt:not(:first-of-type) {
          margin-left: 4em; }
        body.company.alliance .statSummary dl dt:after {
          content: "："; }
      body.company.alliance .statSummary dl dd {
        font-size: 20px;
        line-height: 1.4;
        color: #58a36b;
        margin-left: 0; }
    body.company.alliance .statSummary-note {
      float: left;
      margin-left: 4em;
      line-height: 2.5; }

  body.movie_language.movie_english #mainVisual {
    background-image: url("../../images/v5/movie/english/main_visual.jpg"); }
  body.movie_language.movie_english #contents {
    margin-top: 20px; }
    body.movie_language.movie_english #contents .c-box01 {
      padding: 0 30px 30px; }
      body.movie_language.movie_english #contents .c-box01 p {
        font-weight: 300;
        font-size: 14px;
        line-height: 1.4; }
        body.movie_language.movie_english #contents .c-box01 p:not(:first-child) {
          margin-top: 20px; }

  body.movie_feature #mainVisual {
    background-image: url("../../images/v5/movie/feature/main_visual.jpg"); }

  body.movie_sub #mainVisual {
    display: table;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    body.movie_sub #mainVisual .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      body.movie_sub #mainVisual .inner h2 {
        font-size: 26px;
        color: #fff; }
  body.movie_sub #contents {
    margin-top: 40px; }

  body.movie #mainVisual .swiper-slide {
    width: 100%;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    body.movie #mainVisual .swiper-slide.slide1 {
      background-image: url("../../images/v5/movie/main_visual01.jpg?2020819"); }
    body.movie #mainVisual .swiper-slide.slide2 {
      background-image: url("../../images/v5/movie/main_visual02.jpg"); }
    body.movie #mainVisual .swiper-slide.slide3 {
      background-image: url("../../images/v5/movie/main_visual03.jpg"); }
    body.movie #mainVisual .swiper-slide.slide4 {
      background-image: url("../../images/v5/movie/main_visual04.jpg"); }
    body.movie #mainVisual .swiper-slide .inner {
      vertical-align: middle;
      padding: 0 15px; }
      body.movie #mainVisual .swiper-slide .inner .box {
        display: table;
        width: 100%;
        padding: 45px 0;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.7); }
        body.movie #mainVisual .swiper-slide .inner .box .box-inner {
          display: table-cell;
          vertical-align: middle;
          padding: 0 30px; }
          body.movie #mainVisual .swiper-slide .inner .box .box-inner h2 {
            display: inline-block;
            padding-bottom: 10px;
            font-size: 25px;
            border-bottom: 1px solid #785907; }
          body.movie #mainVisual .swiper-slide .inner .box .box-inner p {
            margin-top: 25px;
            font-size: 16px;
            line-height: 1.6; }
            body.movie #mainVisual .swiper-slide .inner .box .box-inner p img {
              width: 120px;
              margin: -5px 5px 0 0;
              vertical-align: middle; }
  body.movie #mainVisual .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    position: static;
    width: 100%;
    padding: 25px 0; }
    body.movie #mainVisual .swiper-pagination span {
      width: 12px;
      height: 12px;
      margin: 0 10px;
      border-radius: 12px;
      background-color: #0e713e;
      opacity: 1;
      outline: none; }
      body.movie #mainVisual .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #eeeeee;
        box-shadow: 1px 1px 1px 1px #ccc inset; }
  body.movie #contents .sec-title {
    font-weight: 700;
    font-size: 26px;
    color: #016a3a;
    text-align: center; }
  body.movie #contents .c-box02 {
    padding: 50px 0 0; }
  body.movie #contents .c-box03 {
    padding: 50px 30px;
    background-color: #fbfbf3; }
  body.movie #contents .c-box04 {
    padding: 50px 30px; } }
@media screen and (max-width: 600px) {
  .pc {
    display: none !important; }

  body {
    font-size: 14px;
    padding-top: 45px; }

  #globalHeader {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    #globalHeader .header-top {
      display: none; }
    #globalHeader .header-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      #globalHeader .header-bottom .logo {
        padding: 5px 0 5px 15px; }
        #globalHeader .header-bottom .logo img {
          width: 140px; }
        #globalHeader .header-bottom .logo figcaption {
          margin-top: 5px;
          font-size: 10px;
          color: #999999; }
      #globalHeader .header-bottom .utility-link {
        display: none; }
      #globalHeader .header-bottom .sp-menu {
        width: 50px;
        height: 50px;
        background: url("../../images/v5/movie/common/sp_menu_off.png") no-repeat center center;
        background-size: 20px auto;
        border-left: 1px solid #f4f4f4; }

  #globalNavi {
    display: none;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.7); }
    #globalNavi.show {
      display: block; }
    #globalNavi > ul {
      padding: 0 15px 15px; }
      #globalNavi > ul > li > a {
        display: block;
        padding: 15px 0;
        font-size: 13px;
        text-decoration: none; }
      #globalNavi > ul > li .hidden-menu {
        display: none; }
        #globalNavi > ul > li .hidden-menu a {
          display: block;
          padding: 10px;
          font-size: 13px;
          text-decoration: none; }
    #globalNavi > ul:nth-of-type(1) {
      background: url("../../images/v5/movie/common/bg_green_slash.png"); }
      #globalNavi > ul:nth-of-type(1) > li:nth-of-type(1) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        #globalNavi > ul:nth-of-type(1) > li:nth-of-type(1) .language {
          font-weight: 700;
          padding: 2px 15px;
          border: 1px solid #fff;
          font-size: 10px;
          color: #fff; }
        #globalNavi > ul:nth-of-type(1) > li:nth-of-type(1) .sp-menu {
          width: 50px;
          height: 50px;
          background: url("../../images/v5/movie/common/sp_menu_on.png") no-repeat right center;
          background-size: 20px auto; }
      #globalNavi > ul:nth-of-type(1) > li.accordion > a {
        background: url("../../images/v5/movie/common/gnavi_plus_white.png") no-repeat right center;
        background-size: 13px auto; }
        #globalNavi > ul:nth-of-type(1) > li.accordion > a.on {
          background: url("../../images/v5/movie/common/gnavi_minus_white.png") no-repeat right center;
          background-size: 13px auto; }
      #globalNavi > ul:nth-of-type(1) > li > a {
        margin-top: -1px;
        color: #fff;
        border-top: 1px solid #9fc7b4;
        border-bottom: 1px solid #9fc7b4; }
      #globalNavi > ul:nth-of-type(1) > li .hidden-menu a {
        color: #fff; }
    #globalNavi > ul:nth-of-type(2) {
      background-color: #fff; }
      #globalNavi > ul:nth-of-type(2) > li.accordion > a {
        background: url("../../images/v5/movie/common/gnavi_plus_green.png") no-repeat right center;
        background-size: 13px auto; }
        #globalNavi > ul:nth-of-type(2) > li.accordion > a.on {
          background: url("../../images/v5/movie/common/gnavi_minus_green.png") no-repeat right center;
          background-size: 13px auto; }
      #globalNavi > ul:nth-of-type(2) > li > a {
        margin-top: -1px;
        color: #0e7244;
        border-bottom: 1px solid #c8c8c8;
        border-top: 1px solid #c8c8c8;
        background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat right center;
        background-size: 8px auto; }
      #globalNavi > ul:nth-of-type(2) > li .hidden-menu a {
        color: #333; }

  #breadCrumb {
    position: relative;
    margin-top: 10px; }
    #breadCrumb > div {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      font-weight: 300;
      font-size: 12px;
      color: #333; }
      #breadCrumb > div a:nth-of-type(1) {
        padding-left: 15px; }
      #breadCrumb > div a,
      #breadCrumb > div span {
        height: 25px;
        line-height: 25px; }
      #breadCrumb > div a,
      #breadCrumb > div span:not(:last-of-type) {
        position: relative;
        display: block;
        padding: 0 10px 0 20px;
        color: #016a3a;
        text-decoration: none;
        background-color: #eeeeee; }
        #breadCrumb > div a::before,
        #breadCrumb > div span:not(:last-of-type)::before {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          right: -12px;
          width: 12px;
          height: 25px;
          background: url("../../images/v5/movie/common/breadcrumb_arrow01.png") no-repeat;
          background-size: auto 25px; }
      #breadCrumb > div span {
        position: relative;
        display: block;
        padding: 0 10px 0 20px;
        background-color: #d6f2e1; }
        #breadCrumb > div span:last-of-type::after {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          width: 13px;
          height: 25px;
          background: url("../../images/v5/movie/common/breadcrumb_arrow02.png") no-repeat;
          background-size: auto 25px; }
        #breadCrumb > div span::before {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          right: -12px;
          width: 12px;
          height: 25px;
          background: url("../../images/v5/movie/common/breadcrumb_arrow03.png") no-repeat;
          background-size: auto 25px; }

  #contents .c-box03 h3 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 20px;
    color: #016a3a;
    border-bottom: 2px solid #909090; }
    #contents .c-box03 h3:nth-of-type(2) {
      margin-top: 40px; }
  #contents .c-box03 .box h4 {
    font-weight: 700;
    padding-left: 25px;
    font-size: 14px;
    background: url("../../images/v5/movie/icn/border_green.png") no-repeat left center;
    background-size: 15px auto; }
  #contents .c-box03 .box h4 + p {
    font-weight: 300;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.6; }
  #contents .c-box03 .box h5 {
    font-weight: 700;
    margin-top: 15px;
    font-size: 11px;
    color: #00512c; }

  .service-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .service-list > div {
      width: 49%; }
      .service-list > div:not(:nth-of-type(2n+1)) {
        margin-left: 2%; }
      .service-list > div:not(:nth-of-type(-n+2)) {
        margin-top: 10px; }
      .service-list > div a.bottom {
        display: block;
        padding: 10px;
        background-color: #f5f5f5;
        text-decoration: none; }
        .service-list > div a.bottom .link-title {
          padding: 3px 0 3px 12px;
          font-size: 11px;
          font-weight: bold;
          color: #00512c;
          background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat left 4px;
          background-size: 8px auto; }
        .service-list > div a.bottom .description {
          font-weight: 300;
          margin-top: 10px;
          font-size: 10px;
          color: #555555;
          line-height: 1.2; }

  .service-search .tab {
    position: relative;
    background-color: #bcb19e; }
    .service-search .tab ul {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: flex-end;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .service-search .tab ul li {
        font-weight: 700;
        display: table;
        width: 33.3333%;
        padding: 0 15px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background-color: #bcb19e;
        line-height: 1.4; }
        .service-search .tab ul li:not(:first-child) {
          border-left: 2px solid #eeeeee; }
        .service-search .tab ul li.current {
          position: relative;
          background-color: #eeeeee;
          color: #785806;
          background-image: none; }
          .service-search .tab ul li.current::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 10px;
            background-color: #eeeeee; }
        .service-search .tab ul li span {
          display: table-cell;
          vertical-align: middle; }
  .service-search .tab-contents {
    padding: 20px 15px 40px;
    background-color: #eeeeee; }
    .service-search .tab-contents > div > div {
      display: none; }
      .service-search .tab-contents > div > div#tab01 {
        display: block; }
      .service-search .tab-contents > div > div > .description {
        font-weight: 300;
        font-size: 10px;
        line-height: 1.4; }
      .service-search .tab-contents > div > div .service-list,
      .service-search .tab-contents > div > div .list {
        margin-top: 20px; }
      .service-search .tab-contents > div > div .service-list a {
        background-color: #ffffff; }
      .service-search .tab-contents > div > div .list {
        margin-top: 20px; }
        .service-search .tab-contents > div > div .list > ul {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          display: -webkit-flex;
          -webkit-justify-content: flex-start;
          -webkit-align-items: flex-start;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
          .service-search .tab-contents > div > div .list > ul li {
            width: 49%; }
            .service-search .tab-contents > div > div .list > ul li:not(:nth-of-type(2n+1)) {
              margin-left: 2%; }
            .service-search .tab-contents > div > div .list > ul li:not(:nth-of-type(-n+2)) {
              margin-top: 10px; }
            .service-search .tab-contents > div > div .list > ul li a {
              display: block;
              padding: 10px 10px 10px 25px;
              text-decoration: none;
              font-size: 11px;
              font-weight: bold;
              color: #00512c;
              background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat 10px 10px;
              background-size: 8px auto;
              background-color: #fff; }

  .default-list {
    margin-top: 15px; }
    .default-list li {
      font-weight: 300;
      padding-left: 8px;
      font-size: 11px;
      background: url("../../images/v5/movie/icn/list_dot_black.png") no-repeat left center; }
      .default-list li:not(:first-child) {
        margin-top: 10px; }

  .example-list {
    padding: 30px 15px;
    background-color: #fbfbf3; }
    .example-list h3 {
      font-weight: 700;
      font-size: 21px;
      color: #016a3a;
      text-align: center; }
    .example-list .slider {
      position: relative;
      margin-top: 20px;
      padding: 0 40px; }
      .example-list .slider .swiper-slide {
        background-color: #fdfdf9;
        border: 1px solid #dbd6c8; }
        .example-list .slider .swiper-slide div a {
          display: block; }
        .example-list .slider .swiper-slide div img {
          width: 100%; }
        .example-list .slider .swiper-slide .title {
          font-weight: 700;
          margin-top: 10px;
          padding: 0 5px;
          font-size: 12px;
          line-height: 1.4; }
        .example-list .slider .swiper-slide .description {
          padding: 10px 5px 10px;
          font-size: 10px;
          line-height: 1.6; }
      .example-list .slider .swiper-button-prev {
        left: 0; }
      .example-list .slider .swiper-button-next {
        right: 0; }

  .use-list {
    padding: 45px 15px; }
    .use-list .description {
      font-weight: 300;
      margin-top: 10px;
      font-size: 11px;
      line-height: 1.6; }
    .use-list .box {
      margin-top: 25px; }
      .use-list .box .list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: flex-start;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        margin-top: 15px; }
        .use-list .box .list ul {
          width: 49%; }
          .use-list .box .list ul:not(:nth-of-type(1)) {
            margin-left: 2%; }
          .use-list .box .list ul li {
            font-weight: 300;
            margin-bottom: 8px;
            padding-left: 8px;
            font-size: 10px;
            background: url("../../images/v5/movie/icn/list_dot_black.png") no-repeat left center;
            background-size: 2px auto; }

  .related-list {
    padding: 35px 15px 50px;
    background-color: #fbfbf3;
    text-align: center; }
    .related-list h3 {
      font-weight: 700;
      position: relative;
      display: inline-block;
      text-align: center;
      font-size: 17px;
      color: #785806; }
      .related-list h3::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 10px;
        left: -25px;
        width: calc(100% + 50px);
        height: 1px;
        background-color: #785806; }
      .related-list h3 span {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 0 20px;
        background-color: #fbfbf3; }
    .related-list .list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      margin-top: 20px; }
      .related-list .list > div {
        width: 49%;
        padding: 15px 0;
        text-align: center;
        border: 1px solid #f5f5f5;
        background-color: #fff; }
        .related-list .list > div:nth-of-type(2) {
          margin-left: 2%; }
        .related-list .list > div a {
          display: block;
          text-decoration: none; }
        .related-list .list > div div img {
          width: 60px; }
        .related-list .list > div .title {
          font-weight: 700;
          margin-top: 15px;
          font-size: 12px;
          color: #105d32; }

  .feature-list {
    padding: 0 15px; }
    .feature-list > div > div {
      padding: 30px 0;
      border-top: 1px solid #cccccc;
      text-align: center; }
      .feature-list > div > div:nth-of-type(1) {
        padding-top: 0;
        border-top: none; }
      .feature-list > div > div .point .tokucho {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        padding-top: 10px;
        border-radius: 80px;
        background-color: #105d32;
        color: #fff; }
        .feature-list > div > div .point .tokucho p:nth-of-type(1) {
          font-weight: 300;
          font-size: 15px; }
        .feature-list > div > div .point .tokucho p:nth-of-type(2) {
          font-weight: 700;
          margin-top: 6px;
          font-size: 30px; }
      .feature-list > div > div .point .title {
        font-weight: 700;
        margin-top: 10px;
        font-size: 23px;
        color: #016a3a;
        line-height: 1.4; }
      .feature-list > div > div .content {
        margin-top: 15px; }
        .feature-list > div > div .content h4 {
          font-weight: 700;
          font-size: 14px;
          color: #785806;
          line-height: 1.6; }
        .feature-list > div > div .content .description {
          font-weight: 300;
          margin-top: 10px;
          font-size: 11px;
          line-height: 1.6; }

  .service-information-box {
    padding: 30px 15px 35px;
    background: url("../../images/v5/movie/common/bg_green_slash.png");
    text-align: center;
    color: #fff; }
    .service-information-box > div h2 {
      font-weight: 700;
      font-size: 17px;
      line-height: 1.4; }
    .service-information-box > div > .description {
      font-weight: 300;
      margin-top: 17px;
      font-size: 11px;
      text-align: left;
      line-height: 1.6; }
    .service-information-box .list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-top: 40px; }
      .service-information-box .list > div {
        width: 48%; }
        .service-information-box .list > div:nth-of-type(2n) {
          margin-left: 4%; }
        .service-information-box .list > div:not(:nth-of-type(-n+2)) {
          margin-top: 30px; }
        .service-information-box .list > div div img {
          width: 90px; }
        .service-information-box .list > div .title {
          font-weight: 700;
          margin-top: 15px;
          font-size: 12px;
          line-height: 1.5; }
        .service-information-box .list > div .description {
          font-weight: 300;
          margin-top: 10px;
          font-size: 10px;
          text-align: left;
          line-height: 1.4; }
        .service-information-box .list > div .detail-btn {
          margin-top: 15px; }
          .service-information-box .list > div .detail-btn a {
            display: block;
            height: 30px;
            border-radius: 30px;
            font-size: 10px;
            color: #fff;
            text-decoration: none;
            text-align: center;
            line-height: 30px;
            background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat 95% center;
            background-color: #ceab2a;
            background-size: 8px auto; }

  .services-block .top-desc {
    text-align: left;
  }

  .service-list {
    margin-top: 20px;
    padding: 0 15px; }
    .service-list > div:not(:nth-of-type(-n+2)) {
      margin-top: 20px; }
    .service-list > div div img {
      width: 100%; }
    .service-list > div .title {
      font-weight: 700;
      margin-top: 10px;
      font-size: 12px; }
    .service-list > div .description {
      font-weight: 300;
      margin-top: 10px;
      font-size: 11px;
      line-height: 1.6; }

  .monthly-pickup {
    margin-top: 40px;
    padding: 40px 15px;
    text-align: center;
    background-color: #eeeeee; }
    .monthly-pickup h3 {
      font-weight: 700;
      position: relative;
      display: inline-block;
      text-align: center;
      font-size: 17px;
      color: #785806; }
      .monthly-pickup h3::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 10px;
        left: -25px;
        width: calc(100% + 50px);
        height: 1px;
        background-color: #785806; }
      .monthly-pickup h3 span {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 0 10px;
        background-color: #eeeeee; }
    .monthly-pickup .sub-title {
      margin-top: 10px;
      font-size: 10px;
      color: #785806; }
    .monthly-pickup .list {
      margin-top: 30px; }
      .monthly-pickup .list > div:not(:first-child) {
        margin-top: 5px; }
      .monthly-pickup .list > div a {
        display: block;
        text-decoration: none; }
        .monthly-pickup .list > div a .title {
          padding: 10px 15px;
          font-size: 11px;
          color: #fff;
          text-align: left;
          background-color: #875143; }
        .monthly-pickup .list > div a .description {
          font-weight: 200;
          padding: 15px;
          background-color: #fff;
          font-size: 10px;
          line-height: 1.4;
          text-align: left;
          color: #333; }

  .video-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 30px; }
    .video-list > div.box02 {
      width: 49%; }
      .video-list > div.box02:nth-of-type(2n) {
        margin-left: 2%; }
      .video-list > div.box02:not(:nth-of-type(-n+2)) {
        margin-top: 35px; }
      .video-list > div.box02 .category {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        margin-top: 20px; }
        .video-list > div.box02 .category span {
          margin-right: 5px;
          padding: 4px 3px;
          font-size: 10px;
          font-weight: bold;
          color: #016a3a;
          border: 1px solid #016a3a;
          background-color: #fff; }
      .video-list > div.box02 .title {
        padding-left: 0px;
        background: none;
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold; }
      .video-list > div.box02 .description {
        font-weight: 300;
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.4; }

  .video-btn {
    margin-top: 35px;
    text-align: center; }
    .video-btn a {
      display: inline-block;
      padding: 10px 25px 10px 10px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      text-decoration: none;
      background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat 93% center;
      background-color: #bcb19e;
      background-size: 8px auto; }

  .about-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 20px; }
    .about-list > div {
      width: 49%;
      padding: 20px 15px;
      text-align: center;
      border: 1px solid #f5f5f5; }
      .about-list > div:nth-of-type(2n) {
        margin-left: 2%; }
      .about-list > div:not(:nth-of-type(-n+2)) {
        margin-top: 15px; }
      .about-list > div a {
        display: block;
        text-decoration: none; }
      .about-list > div div img {
        height: 60px; }
      .about-list > div .title {
        font-weight: 700;
        margin-top: 15px;
        font-size: 14px;
        color: #105d32; }
      .about-list > div .description {
        font-weight: 300;
        margin-top: 10px;
        font-size: 10px;
        line-height: 1.4;
        color: #333; }

  .all-service-list {
    padding: 30px 15px 40px;
    background-color: #eeeeee; }
    .all-service-list > div > div {
      margin-top: 30px; }
      .all-service-list > div > div:nth-of-type(1) {
        margin-top: 25px;
        border-top: none; }
      .all-service-list > div > div .title {
        padding-left: 30px;
        font-size: 15px;
        color: #785806;
        background: url("../../images/v5/movie/sec05_border_green.png") no-repeat left center;
        background-size: 18px auto; }
      .all-service-list > div > div > .description {
        font-weight: 300;
        margin-top: 20px;
        font-size: 10px;
        line-height: 1.4; }
    .all-service-list > div .service-list {
      margin-top: 20px; }
    .all-service-list > div .list {
      margin-top: 20px; }
      .all-service-list > div .list > ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .all-service-list > div .list > ul li {
          width: 49%; }
          .all-service-list > div .list > ul li:not(:nth-of-type(2n+1)) {
            margin-left: 2%; }
          .all-service-list > div .list > ul li:not(:nth-of-type(-n+2)) {
            margin-top: 10px; }
          .all-service-list > div .list > ul li a {
            display: block;
            padding: 10px 10px 10px 25px;
            text-decoration: none;
            font-size: 11px;
            font-weight: bold;
            color: #00512c;
            background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat 10px 10px;
            background-size: 8px auto;
            background-color: #f5f5f5; }

  .table {
    line-height: 1.4;
    margin-top: 15px;
    font-size: 11px; }
    .table .nowrap {
      white-space: nowrap; }
    .table th,
    .table td {
      padding: 10px;
      border: 1px solid #ffffff; }
    .table th {
      background-color: #875143;
      color: #ffffff;
      vertical-align: middle; }
    .table td {
      background-color: #eeeeee; }
      .table td p + p {
        margin-top: 30px; }
      .table td b {
        font-weight: bold; }
      .table td a {
        color: #875143; }
        .table td a:hover {
          text-decoration: none; }

  .callout-2col {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    display: table; }

  .callout-2col > div {
    display: block;
    padding: 20px 20px; }

  .callout-2col > div:first-child {
    background: #eeeeee;
    font-size: 11px;
    font-weight: bold;
    text-align: center; }

  .callout-2col > div:last-child {
    font-size: 11px;
    line-height: 1.6;
    padding: 20px 20px; }

  .map-canvas {
    margin-top: 15px;
    width: 100%;
    height: 300px; }

  #globalFooter .estimate-contact-box {
    padding: 40px 15px;
    text-align: center;
    background: url("../../images/v5/movie/common/bg_green_slash.png"); }
    #globalFooter .estimate-contact-box .lead-text {
      font-size: 14px;
      color: #fff;
      line-height: 1.4; }
    #globalFooter .estimate-contact-box .btn-box {
      margin-top: 15px; }
      #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(1) a {
        background-color: #fa7838; }
        #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(1) a span {
          background: url("../../images/v5/movie/common/footer_estimate_icn.png") no-repeat 20px center;
          background-size: 28px auto; }
      #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(2) {
        margin-top: 10px; }
        #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(2) a {
          background-color: #94be4b; }
          #globalFooter .estimate-contact-box .btn-box ul li:nth-of-type(2) a span {
            background: url("../../images/v5/movie/common/footer_contact_icn.png") no-repeat 20px center;
            background-size: 30px auto; }
      #globalFooter .estimate-contact-box .btn-box ul li a {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        background-image: url("../../images/v5/movie/icn/arrow_right_white_12_16.png");
        background-repeat: no-repeat;
        background-position: 95% center; }
        #globalFooter .estimate-contact-box .btn-box ul li a span {
          display: block; }
    #globalFooter .estimate-contact-box .mail-tel-box {
      margin-top: 10px;
      color: #fff;
      text-align: left; }
      #globalFooter .estimate-contact-box .mail-tel-box p {
        position: relative;
        padding: 10px 20px 10px 60px;
        border: 1px solid #0b5b36; }
        #globalFooter .estimate-contact-box .mail-tel-box p.mail {
          background: url("../../images/v5/movie/common/footer_mail_icn.png") no-repeat 20px center #0e7244; }
          #globalFooter .estimate-contact-box .mail-tel-box p.mail a:hover {
            text-decoration: underline; }
        #globalFooter .estimate-contact-box .mail-tel-box p.tel {
          margin-top: 15px;
          background: url("../../images/v5/movie/common/footer_tel_icn.png") no-repeat 20px center #0e7244; }
          #globalFooter .estimate-contact-box .mail-tel-box p.tel a:hover {
            cursor: text; }
      #globalFooter .estimate-contact-box .mail-tel-box span {
        display: block;
        font-size: 14px; }
      #globalFooter .estimate-contact-box .mail-tel-box a:nth-of-type(1) {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat 95% center; }
      #globalFooter .estimate-contact-box .mail-tel-box a:nth-of-type(2) {
        font-size: 14px;
        color: #fff;
        text-decoration: none; }
      #globalFooter .estimate-contact-box .mail-tel-box i {
        font-size: 10px;
        font-weight: 300; }
    #globalFooter .estimate-contact-box .caution {
      margin-top: 30px;
      font-size: 10px;
      color: #fff;
      line-height: 1.4; }
  #globalFooter .footer-link {
    display: none; }
  #globalFooter .footer-btm .contents-inner {
    padding: 20px 15px 0; }
    #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information {
      padding-bottom: 20px;
      text-align: center; }
      #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .p-mark {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eeeeee; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .p-mark a {
          display: inline-block;
        }
      #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .content {
        margin-top: 10px;
        font-size: 10px; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .content p:nth-of-type(1) {
          font-weight: 700; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .iso-information .content p:nth-of-type(2) {
          margin-top: 10px;
          line-height: 2;
          text-align: left; }
    #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul {
      display: flex;
      justify-content: center;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      margin-bottom: 20px; }
      #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li {
        padding: 0 10px;
        border-right: 1px solid #aaa; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li:first-of-type {
          border-left: 1px solid #aaa; }
        #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li a {
          font-weight: 200;
          display: inline-block;
          padding: 5px 0;
          font-size: 12px;
          color: #333;
          text-decoration: none; }
          #globalFooter .footer-btm .contents-inner .isoinformation-and-link .utility-link ul li a:hover {
            text-decoration: underline; }
    #globalFooter .footer-btm .contents-inner .other-link {
      padding: 10px 0;
      border-top: 1px solid #eeeeee; }
      #globalFooter .footer-btm .contents-inner .other-link ul {
        display: flex;
        justify-content: center;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        #globalFooter .footer-btm .contents-inner .other-link ul li:not(:first-child) {
          margin-left: 10px; }
  #globalFooter .footer-btm .address-and-copyright {
    margin-bottom: 45px;
    padding: 20px 15px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background-color: #016a3a;
    line-height: 2; }
    #globalFooter .footer-btm .address-and-copyright .copyright {
      margin-top: 10px;
      padding-top: 12px;
      text-align: left;
      border-top: 1px solid #b0b0b0; }
      #globalFooter .footer-btm .address-and-copyright .copyright a {
        color: #fff;
        text-decoration: none; }

  .to-top {
    position: fixed;
    z-index: 300;
    bottom: 50px;
    right: 15px; }
    .to-top img {
      width: 40px; }

  .fixed-btn-box {
    position: fixed;
    z-index: 200;
    bottom: 0;
    left: 0;
    width: 100%; }
    .fixed-btn-box ul {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .fixed-btn-box ul li {
        width: 50%;
        height: 45px; }
        .fixed-btn-box ul li:nth-of-type(1) {
          background-color: #fa7838; }
          .fixed-btn-box ul li:nth-of-type(1) span {
            background: url("../../images/v5/movie/common/footer_estimate_icn.png") no-repeat 15px center;
            background-size: 20px auto; }
        .fixed-btn-box ul li:nth-of-type(2) {
          background-color: #94be4b; }
          .fixed-btn-box ul li:nth-of-type(2) span {
            background: url("../../images/v5/movie/common/footer_contact_icn.png") no-repeat 15px center;
            background-size: 20px auto; }
        .fixed-btn-box ul li a {
          display: block;
          height: 100%;
          line-height: 45px;
          font-size: 14px;
          color: #fff;
          text-align: center;
          text-decoration: none;
          background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat 93% center;
          background-size: 8px auto; }
          .fixed-btn-box ul li a span {
            display: block; }
    .fixed-btn-box--inquiryOnly ul li {
      width: 100%; }
      .fixed-btn-box--inquiryOnly ul li:nth-of-type(1) {
        background-color: #94be4b; }
        .fixed-btn-box--inquiryOnly ul li:nth-of-type(1) span {
          background: url("../../images/v5/movie/common/footer_contact_icn.png") no-repeat 15px center;
          background-size: 20px auto; }
    .fixed-btn-box--single ul li {
      width: 100%; }

  body.company {
    padding-top: 45px; }
    body.company #mainVisual {
      background-image: url("../../images/v5/company/main_visual.jpg");
      display: table;
      width: 100%;
      height: 200px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      body.company #mainVisual .inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        body.company #mainVisual .inner h2 {
          font-size: 17px;
          color: #fff; }
    body.company #contents {
      margin-top: 20px; }
      body.company #contents .c-box01 + .c-box03 {
        padding-top: 0; }
      body.company #contents .c-box01 {
        padding: 0 15px 30px; }
        body.company #contents .c-box01 p {
          font-weight: 300;
          font-size: 11px;
          line-height: 1.4; }
          body.company #contents .c-box01 p:not(:first-child) {
            margin-top: 20px; }
      body.company #contents .c-box03 {
        padding: 45px 15px; }
        body.company #contents .c-box03 .box {
          margin-top: 25px; }
          body.company #contents .c-box03 .box:first-of-type {
            margin-top: 15px; }
          body.company #contents .c-box03 .box .columns {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            -webkit-align-items: flex-start;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; }
            body.company #contents .c-box03 .box .columns > div {
              width: 50%; }
          body.company #contents .c-box03 .box p {
            margin-top: 15px;
            font-size: 11px;
            line-height: 1.4; }
      body.company #contents .company-navigation {
        padding: 20px 15px 40px;
        background-color: #eeeeee; }
        body.company #contents .company-navigation ul {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          display: -webkit-flex;
          -webkit-justify-content: flex-start;
          -webkit-align-items: flex-start;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
          body.company #contents .company-navigation ul li {
            width: 49%; }
            body.company #contents .company-navigation ul li:not(:nth-of-type(2n+1)) {
              margin-left: 2%; }
            body.company #contents .company-navigation ul li:not(:nth-of-type(-n+2)) {
              margin-top: 10px; }
            body.company #contents .company-navigation ul li a {
              display: block;
              padding: 10px 10px 10px 25px;
              text-decoration: none;
              font-size: 11px;
              font-weight: bold;
              color: #00512c;
              background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat 10px 10px;
              background-size: 8px auto;
              background-color: #fff; }

  body.company.interview #contents .c-box01 {
    text-align: center; }
    body.company.interview #contents .c-box01 .interviewBanner {
      display: none; }
    body.company.interview #contents .c-box01 p {
      font-size: 11px;
      line-height: 1.6;
      margin-top: 20px; }
    body.company.interview #contents .c-box01 h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.4;
      color: #5b4630;
      border-bottom: 1px solid rgba(91, 70, 48, 0.5);
      margin: 30px 0;
      padding-bottom: 10px; }
    body.company.interview #contents .c-box01 h4 {
      font-size: 14px;
      line-height: 1.4;
      color: #666666;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 30px; }
    body.company.interview #contents .c-box01 .interviewTopic {
      margin: 0 auto 60px; }
    body.company.interview #contents .c-box01 .interviewPara {
      padding-left: 3em;
      font-size: 14px;
      line-height: 1.6;
      text-align: left; }
    body.company.interview #contents .c-box01 .interviewPara + .interviewPara,
    body.company.interview #contents .c-box01 .interviewPara p + p {
      margin-top: 20px; }
    body.company.interview #contents .c-box01 .interviewPara-name {
      float: left;
      margin-left: -3em;
      padding-right: 1em;
      font-weight: bold; }
    body.company.interview #contents .c-box01 .interviewPara--funGreen .interviewPara-name {
      color: #006b37; }
    body.company.interview #contents .c-box01 .interviewPara--bondiBlue .interviewPara-name {
      color: #0091b5; }
    body.company.interview #contents .c-box01 .interviewPhoto {
      float: none; }
    body.company.interview #contents .c-box01 .whiteButton {
      box-sizing: content-box;
      background-color: #ffffff;
      border: 2px solid #ff6c08;
      color: #111111;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none;
      padding: 15px;
      margin: 15px 5px 0;
      min-width: 240px;
      display: inline-block;
      background-image: url("../../images/v5/company/founders_interview_2008/arrow.png");
      background-repeat: no-repeat;
      background-position: right 10px top 50%;
      box-shadow: 2px 2px 1px rgba(17, 17, 17, 0.4); }
    body.company.interview #contents .c-box01 .whiteButton.active, body.company.interview #contents .c-box01 .whiteButton:active, body.company.interview #contents .c-box01 .whiteButton:focus, body.company.interview #contents .c-box01 .whiteButton:hover {
      opacity: 0.5; }
    body.company.interview #contents .c-box01 .whiteButton--disabled {
      opacity: 0.5;
      background-color: #ffdcc4;
      box-shadow: none; }

  body.company.greeting #contents .c-box03 {
    padding-top: 0; }
  body.company.greeting .presidentGreeting {
    line-height: 1.4; }
    body.company.greeting .presidentGreeting-introduction {
      margin-bottom: 60px; }
      body.company.greeting .presidentGreeting-introduction:after {
        clear: both;
        content: "";
        display: table; }
    body.company.greeting .presidentGreeting-photo {
      margin-bottom: 20px; }
    body.company.greeting .presidentGreeting-heading {
      border-bottom-width: 0 !important; }
    body.company.greeting .presidentGreeting-attribution {
      text-align: right; }
    body.company.greeting .presidentGreeting-title {
      font-size: 11px;
      line-height: 1.6; }
    body.company.greeting .presidentGreeting-name {
      font-size: 26px;
      line-height: 1.2; }
    body.company.greeting .presidentGreeting-nameRomaji {
      font-size: 11px;
      font-weight: bold;
      line-height: 1.2;
      color: #c5b498; }
    body.company.greeting .presidentGreeting p {
      font-size: 11px; }
      body.company.greeting .presidentGreeting p + p {
        margin-top: 15px; }

  body.company.founder-introduction #contents .c-box03 {
    padding-top: 0; }
    body.company.founder-introduction #contents .c-box03 .box {
      margin-top: 30px; }
  body.company.founder-introduction .founder:first-of-type {
    margin-bottom: 30px; }
  body.company.founder-introduction .founder img {
    margin-bottom: 15px; }
  body.company.founder-introduction .byline {
    font-size: 11px; }
    body.company.founder-introduction .byline-name {
      font-size: 26px !important;
      font-weight: normal !important;
      padding-bottom: 0 !important;
      color: inherit !important;
      border-bottom-width: 0 !important;
      line-height: 1.2; }
    body.company.founder-introduction .byline-romaji {
      font-size: 11px;
      color: #c5b498;
      font-weight: bold; }
  body.company.founder-introduction .newExecutives {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 60px; }
    body.company.founder-introduction .newExecutives-executive {
      width: 50%;
      margin-bottom: 30px; }
      body.company.founder-introduction .newExecutives-executive:nth-last-child(-n+2) {
        margin-bottom: 0; }
      body.company.founder-introduction .newExecutives-executive > img {
        margin-bottom: 10px; }

  body.company.vision #contents .c-box01 .companyVisionImage {
    text-align: center;
    margin-bottom: 0; }

  body.company.business #contents .c-box03 {
    padding-top: 0; }
    body.company.business #contents .c-box03 .companyBusiness {
      border: 5px solid rgba(122, 93, 60, 0.25);
      border-radius: 5px;
      margin-bottom: 15px; }
      body.company.business #contents .c-box03 .companyBusiness h3 {
        background-color: #e1d6b3;
        font-size: 20px;
        color: #7c5d3e;
        padding: 10px 20px;
        border: none; }
      body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service {
        padding: 20px; }
        body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box {
          margin: 0; }
          body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box h4 {
            font-size: 14px; }
          body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box em {
            font-style: normal;
            font-weight: bold; }
        body.company.business #contents .c-box03 .companyBusiness .companyBusiness-service .box:nth-child(n+2) {
          margin-top: 20px; }
    body.company.business #contents .c-box03 .organisationChart {
      margin-top: 40px; }
      body.company.business #contents .c-box03 .organisationChart .organisationChart-image {
        text-align: center;
        padding: 20px; }

  body.company.iso17100 #contents .c-box03 {
    padding-top: 0; }
    body.company.iso17100 #contents .c-box03 p {
      font-size: 11px;
      font-weight: 300;
      line-height: 1.4;
      margin-top: 15px; }
    body.company.iso17100 #contents .c-box03 .modal--sum {
      display: inline-block;
      position: relative; }
    body.company.iso17100 #contents .c-box03 .modal--sum:hover {
      cursor: pointer;
      opacity: 0.8; }
    body.company.iso17100 #contents .c-box03 .modal--sum:after {
      content: "";
      width: 27px;
      height: 27px;
      background: url("../../images/v2/company/iso/ic_enlarge.png") no-repeat;
      position: absolute;
      right: 0;
      top: 0; }
    body.company.iso17100 #contents .c-box03 .isoAcquisition {
      display: flex;
      flex-wrap: wrap;
      padding: 40px 0; }
      body.company.iso17100 #contents .c-box03 .isoAcquisition .iso-box {
        width: 100%;
        padding-bottom: 30px;
        text-align: center; }
        body.company.iso17100 #contents .c-box03 .isoAcquisition .iso-box .iso-logo {
          padding-top: 0; }
        body.company.iso17100 #contents .c-box03 .isoAcquisition .iso-box .iso-bottom-txt {
          font-size: 12px;
          color: #000;
          font-weight: bold;
          font-family: arial, Helvetica, sans-serif;
          line-height: 1.2;
          margin-top: 5px; }
    body.company.iso17100 #contents .c-box03 .iso-table figcaption small {
      font-size: 11px; }
    body.company.iso17100 #contents .c-box03 .callout-2col {
      margin: 40px 0; }
    body.company.iso17100 #contents .c-box03 .isoLink {
      display: block; }
      body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton {
        width: 100%; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button {
          box-sizing: border-box;
          display: table;
          width: 100%;
          text-decoration: none;
          padding-right: 10px;
          color: #fff; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink {
          background: #bcb19e;
          font-size: 18px;
          height: 60px;
          line-height: 60px;
          padding-left: 70px;
          position: relative;
          margin-bottom: 20px; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink.trans:before {
          content: "";
          width: 37px;
          height: 37px;
          background: url("../../images/v2/company/iso/ic_trans.png") no-repeat;
          position: absolute;
          left: 17px;
          top: 50%;
          margin-top: -18px; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink.movie:before {
          content: "";
          width: 39px;
          height: 37px;
          background: url("../../images/v2/company/iso/ic_movie.png") no-repeat;
          position: absolute;
          left: 17px;
          top: 50%;
          margin-top: -18px; }
        body.company.iso17100 #contents .c-box03 .isoLink .isoLinkButton .button--isoLink:after {
          content: "";
          width: 16px;
          height: 16px;
          background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat;
          position: absolute;
          right: 22px;
          top: 50%;
          margin-top: -8px; }

  body.company.alliance .statSummary {
    margin-bottom: 40px; }
    body.company.alliance .statSummary:after {
      clear: both;
      content: "";
      display: table; }
    body.company.alliance .statSummary dl {
      margin: 0; }
      body.company.alliance .statSummary dl dt,
      body.company.alliance .statSummary dl dd {
        float: left; }
      body.company.alliance .statSummary dl dt {
        font-size: 12px;
        line-height: 2.5;
        clear: left; }
        body.company.alliance .statSummary dl dt:after {
          content: "："; }
      body.company.alliance .statSummary dl dd {
        font-size: 20px;
        line-height: 1.4;
        color: #58a36b;
        margin-left: 0; }
    body.company.alliance .statSummary-note {
      clear: left;
      line-height: 2.5; }

  body.movie_language.movie_english #mainVisual {
    background-image: url("../../images/v5/movie/english/main_visual.jpg"); }
  body.movie_language.movie_english #contents {
    margin-top: 20px; }
    body.movie_language.movie_english #contents .c-box01 {
      padding: 0 15px 30px; }
      body.movie_language.movie_english #contents .c-box01 p {
        font-weight: 300;
        font-size: 11px;
        line-height: 1.4; }
        body.movie_language.movie_english #contents .c-box01 p:not(:first-child) {
          margin-top: 20px; }

  body.movie_feature #mainVisual {
    background-image: url("../../images/v5/movie/feature/main_visual.jpg"); }

  body.movie_sub #mainVisual {
    display: table;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    body.movie_sub #mainVisual .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      body.movie_sub #mainVisual .inner h2 {
        font-size: 17px;
        color: #fff; }
  body.movie_sub #contents {
    margin-top: 40px; }

  body.movie #mainVisual .swiper-slide {
    display: table;
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    body.movie #mainVisual .swiper-slide.slide1 {
      background-image: url("../../images/v5/movie/main_visual01.jpg?2020819"); }
    body.movie #mainVisual .swiper-slide.slide2 {
      background-image: url("../../images/v5/movie/main_visual02.jpg"); }
    body.movie #mainVisual .swiper-slide.slide3 {
      background-image: url("../../images/v5/movie/main_visual03.jpg"); }
    body.movie #mainVisual .swiper-slide.slide4 {
      background-image: url("../../images/v5/movie/main_visual04.jpg"); }
    body.movie #mainVisual .swiper-slide .inner {
      display: table-cell;
      vertical-align: middle;
      padding: 0 15px; }
      body.movie #mainVisual .swiper-slide .inner .box {
        display: table;
        width: 100%;
        padding: 45px 0;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.7); }
        body.movie #mainVisual .swiper-slide .inner .box .box-inner {
          display: table-cell;
          vertical-align: middle;
          padding: 0 30px; }
          body.movie #mainVisual .swiper-slide .inner .box .box-inner h2 {
            display: inline-block;
            padding-bottom: 10px;
            font-size: 17px;
            border-bottom: 1px solid #785907; }
          body.movie #mainVisual .swiper-slide .inner .box .box-inner p {
            margin-top: 25px;
            font-size: 12px;
            line-height: 1.6; }
            body.movie #mainVisual .swiper-slide .inner .box .box-inner p img {
              width: 90px;
              margin: -5px 5px 0 0;
              vertical-align: middle; }
  body.movie #mainVisual .swiper-pagination {
    display: none; }
  body.movie #contents .sec-title {
    font-weight: 700;
    font-size: 26px;
    color: #016a3a;
    text-align: center; }
  body.movie #contents .c-box02 {
    padding: 70px 0 0; }
  body.movie #contents .c-box03 {
    padding: 30px 15px 40px;
    background-color: #fbfbf3; }
  body.movie #contents .c-box04 {
    padding: 40px 15px; } }
