@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Oswald:wght@500&display=swap");
/* base
----------------------------------------------------*/
@-webkit-keyframes nav-open-a {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0);
            transform: translateY(50%) rotate(0); }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg) translateZ(0);
            transform: translateY(50%) rotate(45deg) translateZ(0); } }
@keyframes nav-open-a {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0);
            transform: translateY(50%) rotate(0); }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg) translateZ(0);
            transform: translateY(50%) rotate(45deg) translateZ(0); } }

@-webkit-keyframes nav-close-a {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg) translateZ(0);
            transform: translateY(50%) rotate(45deg) translateZ(0); }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0);
            transform: translateY(50%) rotate(0); }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

@keyframes nav-close-a {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg) translateZ(0);
            transform: translateY(50%) rotate(45deg) translateZ(0); }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0);
            transform: translateY(50%) rotate(0); }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

@-webkit-keyframes nav-open-b {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0); }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg) translateZ(0);
            transform: translateY(-50%) rotate(-45deg) translateZ(0); } }

@keyframes nav-open-b {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0); }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg) translateZ(0);
            transform: translateY(-50%) rotate(-45deg) translateZ(0); } }

@-webkit-keyframes nav-close-b {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg) translateZ(0);
            transform: translateY(-50%) rotate(-45deg) translateZ(0); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0); }
  100% {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes nav-close-b {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg) translateZ(0);
            transform: translateY(-50%) rotate(-45deg) translateZ(0); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0); }
  100% {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes nav-box {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 98; } }

@keyframes nav-box {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 98; } }

/* Reset
------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0; }

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1; }

body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  text-align: left;
  font-weight: normal; }

img, abbr, acronym, fieldset {
  border: 0; }

input, textarea, select, option {
  line-height: 1.1; }

input[type="submit"], button {
  border-radius: 0;
  -webkit-appearance: none; }

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

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

li {
  list-style-type: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  height: 0; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

b, strong {
  font-weight: bolder; }

a, a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:focus {
  outline: none; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Lato', arial, helvetica, clean, 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  color: #333333; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 320px; } }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  background: transparent; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle; }

/* layout
----------------------------------------------------*/
.footer {
  position: relative;
  background-color: #333333;
  color: #ffffff;
  padding-top: 60px; }
  .footer .l-cont {
    overflow: hidden; }
  .footer_copyright {
    background-color: #222222;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 35px 20px;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 0.14rem; }
  .footer_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (max-width: 767px) {
      .footer_flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0; } }
  .footer_col {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 767px) {
      .footer_col {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .footer_col:first-child .footer_menu > li:first-child {
      border-top: 1px solid #444444; } }
  .footer_link {
    position: relative;
    display: block;
    font-size: 1.2rem;
    line-height: 2.8rem;
    font-weight: bold;
    border-bottom: 1px solid #444444;
    padding-top: 14px;
    padding-bottom: 13px;
    letter-spacing: -0.01rem; }
    .footer_link.no-line {
      border-bottom: 1px solid transparent; }
      @media screen and (max-width: 767px) {
        .footer_link.no-line {
          border-bottom: 1px solid #444444; } }
    .footer_link.toggled .icon:after {
      height: 0; }
    .footer_link .icon {
      content: "";
      display: block;
      position: absolute;
      width: 15px;
      height: 15px;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto 0; }
      @media screen and (min-width: 768px) {
        .footer_link .icon {
          display: none; } }
      .footer_link .icon:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 2px;
        height: 100%;
        background-color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .footer_link .icon:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background-color: #ffffff; }
  .footer_menu > li > a {
    display: block; }
  .footer_submenu {
    padding-top: 12px;
    padding-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .footer_submenu {
        padding: 15px;
        display: none;
        border-bottom: 1px solid transparent; }
        .footer_submenu.toggled {
          display: block;
          border-bottom: 1px solid #444444; } }
    .footer_submenu > li {
      padding-top: 2px;
      padding-bottom: 18px; }
    .footer_submenu > li > a {
      display: block;
      font-size: 1.2rem;
      line-height: 2rem;
      opacity: 0.5; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px 0 #666666;
          box-shadow: 0 0 3px 0 #666666; }
  @media screen and (max-width: 767px) {
    .header {
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media screen and (max-width: 767px) {
    .header .l-cont {
      padding: 0 20px; } }
  .header_top {
    color: #ffffff;
    background-color: #006097;
    line-height: 1.2;
    padding: 6px 0; }
    @media screen and (max-width: 767px) {
      .header_top {
        display: none; } }
    .header_top .l-cont {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header_top-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .header_top-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: auto;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .header_inner {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    padding: 15px 0 16px;
    z-index: 99; }
    @media screen and (max-width: 767px) {
      .header_inner {
        height: 50px;
        padding: 0; } }
    .header_inner .l-cont {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 767px) {
        .header_inner .l-cont {
          height: 100%; } }
  .header_logo a {
    display: block; }
  .header_logo img {
    width: 250px;
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 767px) {
      .header_logo img {
        width: 220px; } }
  .header_nav {
    position: relative;
    border-bottom: 1px solid #eeeeee; }
    @media screen and (max-width: 767px) {
      .header_nav {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: 0;
        background-color: rgba(61, 61, 61, 0.95);
        z-index: 101;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-transition: height 0.3s ease-in-out, overflow-y 0s linear 0.3s;
        transition: height 0.3s ease-in-out, overflow-y 0s linear 0.3s;
        border-bottom: 0; }
        .header_nav.open {
          height: calc(100vh - 50px);
          overflow-y: auto; } }
    .header_nav-sp {
      display: none;
      width: 100%;
      color: #ffffff; }
      @media screen and (max-width: 767px) {
        .header_nav-sp {
          display: block; } }
    .header_nav .l-cont {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 767px) {
        .header_nav .l-cont {
          padding: 0 30px 200px 30px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  .header_navbar {
    display: none; }
    @media screen and (max-width: 767px) {
      .header_navbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 20px;
        height: 15px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .header_navbar:after, .header_navbar:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          border-radius: 2px;
          background-color: #006097;
          margin: auto;
          left: 0; }
        .header_navbar:before {
          top: 0; }
        .header_navbar:after {
          bottom: 0; }
        .header_navbar.hide {
          opacity: 0 !important;
          visibility: hidden !important; }
        .header_navbar.open:before {
          -webkit-animation: nav-open-b 0.6s forwards;
                  animation: nav-open-b 0.6s forwards; }
        .header_navbar.open:after {
          -webkit-animation: nav-open-a 0.6s forwards;
                  animation: nav-open-a 0.6s forwards; }
        .header_navbar.open span {
          width: 0; }
        .header_navbar.close:before {
          -webkit-animation: nav-close-b 0.6s forwards;
                  animation: nav-close-b 0.6s forwards;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        .header_navbar.close:after {
          -webkit-animation: nav-close-a 0.6s forwards;
                  animation: nav-close-a 0.6s forwards; }
        .header_navbar span {
          display: inline-block;
          width: 100%;
          height: 2px;
          background-color: #006097;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; } }
  .header_link1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 767px) {
      .header_link1 {
        display: none; } }
    .header_link1 li {
      margin: 2px 0 2px 10px; }
    .header_link1 a {
      white-space: nowrap; }
  .header_link2 {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px; }
    .header_link2 li {
      margin-bottom: 10px; }
    .header_link2 a {
      display: inline-block;
      text-decoration: underline;
      font-size: 1.4rem;
      line-height: 2; }
      .header_link2 a[target="_blank"] {
        position: relative;
        padding-right: 14px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .header_link2 a[target="_blank"]:after {
          content: "";
          position: relative;
          margin-left: -14px;
          right: -20px;
          top: 2px;
          display: inline-block;
          background: url(../images/common/link-external-w.svg) no-repeat center center;
          background-size: 14px auto;
          width: 14px;
          height: 14px;
          opacity: 0.5; }
  .header_list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header_list1 li + li {
      margin-left: 20px; }
    .header_list1 a {
      display: block;
      position: relative;
      color: #ffffff;
      font-size: 1.2rem;
      padding-left: 15px; }
      .header_list1 a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 5px;
        height: 5px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
  .header_tel1 {
    font-size: 1.1rem;
    font-weight: bold;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px; }
  .header_tel2 {
    margin-bottom: 20px; }
    .header_tel2 a {
      position: relative;
      display: block;
      color: #ffffff;
      font-size: 1.4rem;
      line-height: 2rem;
      padding: 14px 50px 14px 20px;
      border: 1px solid #ffffff; }
      .header_tel2 a:after {
        content: "";
        position: absolute;
        right: 22px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 25px;
        height: 26px;
        background: url(../images/common/icon-tel.svg) no-repeat center center;
        background-size: 25px auto; }
  .header_time {
    font-size: 1.1rem;
    opacity: 0.5; }
    @media screen and (max-width: 767px) {
      .header_time {
        opacity: 1;
        font-size: 1.4rem;
        line-height: 2; } }
  .header_lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (min-width: 768px) {
      .header_lang-btn:hover > span {
        border-radius: 3px 3px 0 0;
        border-bottom-color: rgba(255, 255, 255, 0.5); }
      .header_lang-btn:hover .header_lang-list {
        height: 99px; } }
    @media screen and (max-width: 767px) {
      .header_lang {
        margin-left: 0; } }
    .header_lang > span {
      position: relative;
      display: inline-block;
      opacity: 0.5;
      margin-right: 5px;
      text-transform: uppercase;
      line-height: 1;
      padding-right: 5px; }
      @media screen and (max-width: 767px) {
        .header_lang > span {
          font-size: 1.2rem; } }
      .header_lang > span:before {
        content: ":";
        line-height: 1 !important;
        position: absolute;
        right: 0;
        top: 45%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .header_lang-btn {
      position: relative;
      z-index: 100; }
      .header_lang-btn > select {
        position: absolute;
        border-radius: 3px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background-color: transparent;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #ffffff;
        padding: 8px;
        width: 100%;
        height: 100%;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1; }
        .header_lang-btn > select option {
          background-color: #006097;
          text-align: center; }
      .header_lang-btn > span {
        position: relative;
        cursor: pointer;
        text-transform: uppercase;
        text-align: center;
        padding: 2px 5px;
        display: block;
        font-size: 1.2rem;
        line-height: 1;
        border: 1px solid #ffffff;
        border-radius: 3px;
        width: 70px;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          .header_lang-btn > span {
            border-radius: 3px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            padding: 8px;
            width: 76px; } }
      @supports (-webkit-touch-callout: none) {
        .header_lang-btn > span {
          z-index: 1; }
        .header_lang-btn > select {
          z-index: 2; } }
    .header_lang-close {
      display: none; }
      @media screen and (max-width: 767px) {
        .header_lang-close {
          display: block;
          position: absolute;
          top: 60px;
          right: 20px;
          width: 20px;
          height: 15px;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box;
          cursor: pointer; }
          .header_lang-close:before, .header_lang-close:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            background-color: #ffffff;
            border-radius: 2px;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto; }
          .header_lang-close:before {
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .header_lang-close:after {
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg); } }
    .header_lang-list {
      height: 0;
      overflow: hidden;
      position: absolute;
      left: 0;
      right: 0;
      margin-top: -1px;
      margin-left: auto;
      margin-right: auto;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      width: 100%;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .header_lang-list {
          opacity: 0;
          visibility: hidden;
          z-index: -1;
          height: 100vh;
          background-color: rgba(0, 0, 0, 0.85);
          width: 100%;
          position: fixed;
          top: 0;
          left: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear; } }
      .header_lang-list.sp {
        display: none; }
        @media screen and (max-width: 767px) {
          .header_lang-list.sp {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
      @media screen and (max-width: 767px) {
        .header_lang-list.open {
          opacity: 1;
          visibility: visible;
          z-index: 101; } }
      .header_lang-list ul {
        padding: 10px 0;
        background-color: #006097;
        border: 1px solid #ffffff;
        border-top: 0;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .header_lang-list ul {
            background-color: transparent;
            border: 0; } }
      .header_lang-list a {
        color: #ffffff;
        display: block;
        padding: 5px 0; }

main {
  position: relative;
  display: block;
  margin-bottom: auto;
  padding-top: 134px; }
  @media screen and (max-width: 767px) {
    main {
      padding-top: 50px; } }

.wrapper {
  display: block; }

.l-cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1240px) {
    .l-cont {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .l-cont {
      padding: 0 30px; } }
  @media screen and (max-width: 374px) {
    .l-cont {
      padding: 0 15px; } }

@media screen and (min-width: 768px) {
  .tel_link {
    pointer-events: none;
    cursor: text; } }

.js-width {
  max-width: 100%; }

.js-object-fit.ie-object-fit {
  background-size: cover;
  background-position: center center; }
  .js-object-fit.ie-object-fit img {
    opacity: 0 !important; }

.js-object-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%; }

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8; } }

.c-layout1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .c-layout1 .l-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .c-layout1 .l-cont {
        overflow: hidden;
        padding: 0; } }
  .c-layout1_side {
    width: 210px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-layout1_side {
        display: none; } }
  .c-layout1_box {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 20px; }
    .c-layout1_box:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background: url(/common/images/bg_border01.gif) repeat-x left top; }
  .c-layout1_inner {
    position: relative;
    margin-bottom: 10px;
    border: #cbcbcb solid 1px;
    background: #ffffff; }
    @media screen and (max-width: 767px) {
      .c-layout1_inner {
        border: 0; } }
  .c-layout1_content {
    width: calc(100% - 210px);
    padding-right: 25px; }
    @media screen and (max-width: 767px) {
      .c-layout1_content {
        width: 100%;
        padding-right: 0; } }
  .c-layout1_body {
    overflow: hidden;
    padding: 0 25px 60px 25px; }
    @media screen and (max-width: 767px) {
      .c-layout1_body {
        padding: 0 15px 60px 15px; } }
  .c-layout1_line {
    position: relative;
    width: 100%;
    height: 51px;
    margin-top: 5px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .c-layout1_line {
        height: 43px;
        margin-top: 25px;
        margin-bottom: 45px; } }
    .c-layout1_line:before {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 120%;
      height: 100%;
      background: url(../images/common/line.png) no-repeat center center;
      background-size: 100% 51px; }
      @media screen and (max-width: 767px) {
        .c-layout1_line:before {
          width: calc(100% - 30px);
          background: #f4f4f4 url(../images/common/line-sp.png) no-repeat center center;
          background-size: 100% 43px;
          margin-top: 2px; } }

/* component
----------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #006097;
  border: 1px solid #006097;
  border-radius: 12px;
  padding: 4px 11px 4px 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 768px) {
    .c-btn1:hover {
      opacity: 1;
      color: #ffffff;
      background-color: #006097; } }
  .c-btn1[target="_blank"] {
    position: relative;
    padding-right: 28px; }
    @media screen and (min-width: 768px) {
      .c-btn1[target="_blank"]:hover:after {
        background: url(../images/common/link-external-w.svg) no-repeat center center;
        background-size: 11px 11px; } }
    .c-btn1[target="_blank"]:after {
      content: "";
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url(../images/common/link-external.svg) no-repeat center center;
      background-size: 11px 11px;
      width: 11px;
      height: 11px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.c-btn2 {
  display: inline-block;
  width: 260px;
  max-width: 100%;
  font-size: 1.4rem;
  line-height: 1.95;
  font-weight: bold;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 768px) {
    .c-btn2:hover {
      opacity: 1;
      background-color: #006097;
      color: #ffffff; } }
  @media screen and (max-width: 767px) {
    .c-btn2 {
      width: 100%;
      padding: 8px 10px; } }

.c-btn3 {
  display: inline-block;
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  width: 400px;
  max-width: 100%;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 768px) {
    .c-btn3:hover {
      opacity: 1;
      background-color: #ffffff;
      color: #666666; }
      .c-btn3:hover[target="_blank"]:after {
        opacity: 1;
        background: url(../images/common/link-external-b.svg) no-repeat center center;
        background-size: 14px auto; }
      .c-btn3:hover span.ic-search:before {
        opacity: 1;
        background: url(../images/common/icon-search-b.svg) no-repeat center center;
        background-size: 20px auto; } }
  .c-btn3[target="_blank"] {
    position: relative; }
    .c-btn3[target="_blank"]:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url(../images/common/link-external-w.svg) no-repeat center center;
      background-size: 14px auto;
      width: 14px;
      height: 14px;
      opacity: 0.5;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .c-btn3 span.ic-search {
    position: relative;
    padding-left: 25px; }
    .c-btn3 span.ic-search:before {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: "";
      position: absolute;
      left: -8px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url(../images/common/icon-search.svg) no-repeat center center;
      background-size: 20px auto;
      width: 20px;
      height: 20px; }

.c-btn4 {
  display: inline-block;
  width: 206px;
  max-width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.95;
  background-color: #FF710A;
  border: 1px solid #FF710A;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 768px) {
    .c-btn4:hover {
      opacity: 1;
      color: #FF710A;
      background-color: #ffffff; } }

.c-block2_btn .c-btn4 {
  background-color: #006097;
  border: 1px solid #006097; }
  @media screen and (min-width: 768px) {
    .c-block2_btn .c-btn4:hover {
      color: #006097;
      background-color: #ffffff; } }

/* c-title01
------------------------------------------------------------*/
.c-title1 {
  line-height: 1.5;
  text-align: center; }
  .c-title1 .eng {
    font-family: 'Oswald', sans-serif;
    font-size: 4.8rem;
    font-weight: 500;
    display: block;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .c-title1 .eng {
        font-size: 3.2rem; } }
  .c-title1 .jap {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: -0.01rem; }

.c-title2 {
  margin-bottom: 25px;
  border-bottom: #cbcbcb solid 1px;
  font-weight: bold;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  background: -webkit-linear-gradient(top, white 0%, whitesmoke 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(whitesmoke));
  background: linear-gradient(to bottom, white 0%, whitesmoke 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  font-size: 1.8rem;
  line-height: 1.4; }
  .c-title2 span {
    display: block;
    padding: 10px 10px 10px 25px;
    border-bottom: #FF710A solid 4px; }
    @media screen and (max-width: 767px) {
      .c-title2 span {
        padding: 10px 10px 10px 15px; } }

.c-title3 {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d5d5d5; }

/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-tag1 {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.1;
  padding: 4px 10px 4px 25px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .c-tag1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }

.c-text1 {
  color: #4f4f4f;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 14px; }
  .c-text1 .text1 {
    font-weight: bold;
    margin-bottom: 4px; }

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html.nav_open, body.nav_open {
    overflow: hidden; } }

.c-nav1 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-nav1 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 40px 0 45px; } }
  .c-nav1_box1 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #eeeeee;
    -webkit-transition: all 0.2s linear 0.1s;
    transition: all 0.2s linear 0.1s;
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .c-nav1_box1 {
        display: none !important; } }
    .c-nav1_box1:before {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      margin: auto;
      width: 100vw;
      height: 100%;
      background-color: #ffffff;
      -webkit-box-shadow: 0 1px 3px 0 #999999;
              box-shadow: 0 1px 3px 0 #999999;
      z-index: 1; }
    .c-nav1_box1 .c-list1 {
      margin-top: 50px; }
      .c-nav1_box1 .c-list1:last-child {
        margin-bottom: 50px; }
    .c-nav1_box1 .c-flex1 {
      margin-top: 35px; }
  .c-nav1_layout1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    margin-left: -10px;
    margin-right: -10px; }
  .c-nav1_layout1.style1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 15px; }
    .c-nav1_layout1.style1 .c-item1_body {
      padding-top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .c-nav1_layout1.style1 .c-nav1_col1 {
    margin-bottom: 40px; }
  .c-nav1_col1 {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden; }
  .c-nav1_col2 {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden; }
  .c-nav1_item1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 9px 0 8px; }
    @media screen and (min-width: 768px) {
      .c-nav1_item1.sp {
        display: none; }
      .c-nav1_item1:hover {
        border-bottom: 2px solid #FF710A; } }
    @media screen and (max-width: 767px) {
      .c-nav1_item1 {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px; } }
    .c-nav1_item1:first-child > a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 100%;
      border-left: 1px solid #eeeeee; }
    @media screen and (min-width: 768px) {
      .c-nav1_item1:nth-child(6) {
        background-color: #666;
        color: #fff; }
        .c-nav1_item1:nth-child(6) > a::after {
          display: none; } }
    .c-nav1_item1 > a {
      position: relative;
      display: block;
      text-align: center;
      font-size: 1.4rem;
      line-height: 2.5rem;
      padding: 0 10px;
      height: 100%;
      white-space: nowrap;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .c-nav1_item1 > a {
          color: #3d3d3d;
          background-color: #ffffff;
          padding: 13px 10px 12px 20px;
          text-align: left; }
          .c-nav1_item1 > a:before, .c-nav1_item1 > a:after {
            border-left: 0 !important; } }
      .c-nav1_item1 > a:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 100%;
        border-left: 1px solid #eeeeee; }
  @media screen and (min-width: 768px) {
    .c-nav1_item1:hover .c-nav1_box1, .c-nav1_box1.open {
      opacity: 1;
      visibility: visible;
      display: block;
      z-index: 98; } }

/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  position: relative; }
  .c-list1 li {
    margin-bottom: 10px; }
  .c-list1 a {
    display: block;
    font-size: 1.4rem;
    line-height: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .c-list1 a:not([href]) {
      opacity: 1 !important;
      color: #333333 !important; }
    @media screen and (min-width: 768px) {
      .c-list1 a:hover {
        color: #006097; } }
    .c-list1 a[target="_blank"] {
      position: relative;
      padding-right: 11px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (min-width: 768px) {
        .c-list1 a[target="_blank"]:hover:after {
          background: url(../images/common/link-external.svg) no-repeat center center;
          background-size: 11px auto; } }
      .c-list1 a[target="_blank"]:after {
        content: "";
        position: relative;
        margin-left: -11px;
        right: -17px;
        top: 0;
        display: inline-block;
        background: url(../images/common/link-external-b.svg) no-repeat center center;
        background-size: 11px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 11px;
        height: 11px; }

.c-list2_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .c-list2_item {
      margin-bottom: 70px; }
      .c-list2_item:last-child {
        margin-bottom: 63px; } }
  .c-list2_item:nth-child(odd) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .c-list2_item:nth-child(odd) a {
      padding-right: 48px; }
      @media screen and (max-width: 767px) {
        .c-list2_item:nth-child(odd) a {
          padding-right: 0; } }
    .c-list2_item:nth-child(odd):not(:first-child) {
      margin-top: -100px; }
      @media screen and (max-width: 767px) {
        .c-list2_item:nth-child(odd):not(:first-child) {
          margin-top: 0 !important; } }
  .c-list2_item:nth-child(even) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -100px; }
    @media screen and (max-width: 767px) {
      .c-list2_item:nth-child(even) {
        margin-top: 0 !important;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .c-list2_item:nth-child(even) a {
      padding-left: 48px; }
      @media screen and (max-width: 767px) {
        .c-list2_item:nth-child(even) a {
          padding-left: 0; } }
  .c-list2_item a {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%; }
    @media screen and (min-width: 768px) {
      .c-list2_item a:hover {
        opacity: 1; }
        .c-list2_item a:hover .c-btn4 {
          background-color: #ffffff;
          color: #FF710A; } }
    @media screen and (max-width: 767px) {
      .c-list2_item a {
        width: 100%;
        max-width: 399px;
        margin: 0 auto; } }
  .c-list2_item .c-title1 {
    text-align: left;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .c-list2_item .c-title1 {
        margin-bottom: 9px; } }
    .c-list2_item .c-title1 .eng {
      font-size: 2.8rem; }
      @media screen and (max-width: 767px) {
        .c-list2_item .c-title1 .eng {
          font-size: 2.4rem;
          margin-bottom: 4px; } }
  @media screen and (max-width: 767px) {
    .c-list2_item .c-btn4 {
      width: 100%; } }

.c-list2_img {
  margin-bottom: 28px; }
  @media screen and (max-width: 767px) {
    .c-list2_img {
      margin-bottom: 14px; } }

.c-list2_tag {
  border-radius: 12.5px;
  font-size: 1.2rem;
  line-height: 1.25;
  display: inline-block;
  padding: 5px 12px;
  background-color: #FF710A;
  color: #fff;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .c-list2_tag {
      line-height: 1.2;
      padding: 3px 7px;
      margin-bottom: 10px; } }

.c-list2_desc {
  margin-bottom: 21px;
  font-size: 1.4rem;
  line-height: 2;
  color: #999999; }
  @media screen and (max-width: 767px) {
    .c-list2_desc {
      margin-bottom: 32px; } }

.c-list3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list3_item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 78px;
    padding-left: 30px; }
    @media screen and (max-width: 1040px) {
      .c-list3_item {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .c-list3_item {
        width: 100%;
        padding-left: 0;
        margin-bottom: 29px; } }
    .c-list3_item > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .c-list3_img {
    width: 100px;
    max-width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border: 2px solid #666;
    border-radius: 6px;
    margin-top: 2px; }
    @media screen and (max-width: 767px) {
      .c-list3_img {
        width: 50px;
        height: 50px;
        border: 1px solid #666; }
        .c-list3_img img {
          position: relative;
          -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
                  transform: scale(0.5); } }
    .c-list3_img img {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .c-list3_body {
    padding-left: 62px;
    padding-right: 52px; }
    @media screen and (max-width: 1040px) {
      .c-list3_body {
        padding-left: 42px;
        padding-right: 32px; } }
    @media screen and (max-width: 767px) {
      .c-list3_body {
        padding-left: 47px;
        padding-right: 0; } }
  .c-list3_title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 18px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-list3_title {
        margin-bottom: 7px; } }
    .c-list3_title:before {
      content: "";
      position: absolute;
      left: -32px;
      top: 2px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #FF710A url(../images/common/arrow-left.svg) no-repeat center center;
      background-size: 6px 9px; }
  .c-list3_desc {
    font-size: 1.4rem;
    line-height: 2; }

.c-list4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (max-width: 767px) {
    .c-list4 {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  .c-list4_item {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1040px) {
      .c-list4_item {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .c-list4_item {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 43px; } }
    .c-list4_item a {
      position: relative;
      border: 4px solid #666;
      display: block;
      height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 49px 20px 38px; }
      @media screen and (min-width: 768px) {
        .c-list4_item a:hover {
          opacity: 1; }
        .c-list4_item a:hover:after {
          border-width: 12px; } }
      @media screen and (max-width: 767px) {
        .c-list4_item a {
          max-width: 150px;
          margin: 0 auto;
          padding: 0;
          border: 0; } }
      .c-list4_item a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 0 solid #666;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .c-list4_img {
    width: 120px;
    max-width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 42px; }
    @media screen and (max-width: 767px) {
      .c-list4_img {
        width: 150px;
        height: 150px;
        border: 2px solid #666;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 15px; }
        .c-list4_img img {
          position: relative;
          -webkit-transform: scale(0.634);
              -ms-transform: scale(0.634);
                  transform: scale(0.634); } }
  .c-list4_title {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-list4_title {
        text-align: left; } }
    .c-list4_title span {
      display: inline-block;
      position: relative;
      padding-left: 25px; }
      @media screen and (max-width: 767px) {
        .c-list4_title span {
          padding-left: 30px; } }
      .c-list4_title span:before {
        content: "";
        position: absolute;
        left: -6px;
        top: -1px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #FF710A url(../images/common/arrow-left.svg) no-repeat center center;
        background-size: 6px 9px; }
        @media screen and (max-width: 767px) {
          .c-list4_title span:before {
            left: 0; } }

.c-list5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list5_item {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 50px;
    padding: 0 50px; }
    @media screen and (max-width: 1040px) {
      .c-list5_item {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .c-list5_item {
        margin-bottom: 60px;
        width: 100%;
        padding: 0; } }
  .c-list5_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .c-list5_inner {
        position: relative;
        padding-bottom: 71px; } }
  .c-list5_body {
    width: 60%;
    padding-left: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 767px) {
      .c-list5_body {
        width: 100%;
        padding-left: 15px; } }
  .c-list5_img {
    width: 40%;
    max-width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-list5_img {
        width: 26.66667vw;
        height: 19.86667vw; } }
  .c-list5_title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.6rem;
    margin-top: -6px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .c-list5_title {
        margin-bottom: 5px; } }
  .c-list5_link {
    margin-bottom: 21px; }
    @media screen and (max-width: 767px) {
      .c-list5_link {
        margin-bottom: 0; } }
    .c-list5_link a {
      font-size: 1.4rem;
      text-decoration: underline;
      line-height: 2.6rem; }
      .c-list5_link a[target="_blank"] {
        position: relative;
        padding-right: 11px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .c-list5_link a[target="_blank"]:after {
          content: "";
          position: relative;
          margin-left: -11px;
          right: -17px;
          top: 0;
          display: inline-block;
          background: url(../images/common/link-external-b.svg) no-repeat center center;
          background-size: 11px auto;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          width: 11px;
          height: 11px; }
  .c-list5_btn {
    margin-top: auto; }
    @media screen and (max-width: 767px) {
      .c-list5_btn {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%; } }
    .c-list5_btn .c-btn4 {
      width: 240px; }
      @media screen and (max-width: 767px) {
        .c-list5_btn .c-btn4 {
          width: 100%; } }

.c-list6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5; }
  .c-list6 li {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% / 6);
        -ms-flex: 0 1 calc(100% / 6);
            flex: 0 1 calc(100% / 6);
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-list6 li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 calc(100% / 4);
            -ms-flex: 0 1 calc(100% / 4);
                flex: 0 1 calc(100% / 4); } }
    .c-list6 li > span, .c-list6 li > a {
      position: relative;
      display: block;
      font-size: 1.4rem;
      line-height: 2.2rem;
      padding: 8px 5px; }
      @media screen and (min-width: 768px) {
        .c-list6 li > span:hover, .c-list6 li > a:hover {
          opacity: 1;
          background-color: #f4f4f4; }
        .c-list6 li > span:hover:after, .c-list6 li > a:hover:after {
          opacity: 1; } }
    .c-list6 li > a:after {
      position: absolute;
      right: 8px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      background: url(/common/images/arrow01.gif) no-repeat center center;
      width: 13px;
      height: 13px;
      -webkit-transform: rotate(90deg) translateZ(0);
              transform: rotate(90deg) translateZ(0);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }

.c-list7 {
  overflow: hidden; }
  .c-list7 .c-item3 {
    height: 100%; }
  .c-list7_rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-bottom: -60px; }
    @media screen and (max-width: 1040px) {
      .c-list7_rows {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -30px; } }
  .c-list7_item {
    width: 50%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-bottom: 60px; }
    @media screen and (max-width: 1040px) {
      .c-list7_item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
        width: 100%; } }

.c-news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0; }
  @media screen and (max-width: 767px) {
    .c-news {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-news_label {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    letter-spacing: 0.14rem;
    padding: 0 38px; }
    @media screen and (max-width: 767px) {
      .c-news_label {
        width: 100%;
        font-size: 3.2rem;
        margin-bottom: 4px;
        padding: 0; } }
  .c-news_link {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
    padding: 0 38px; }
    @media screen and (max-width: 767px) {
      .c-news_link {
        display: none;
        padding: 0; } }
    .c-news_link a {
      position: relative;
      display: inline-block;
      text-decoration: underline;
      padding-left: 15px; }
      .c-news_link a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 6px;
        height: 6px;
        border-top: 1px solid #333333;
        border-right: 1px solid #333333;
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
  .c-news_list {
    width: 100%; }
  .c-news_item {
    position: relative; }
    .c-news_item + .c-news_item {
      margin-top: 10px; }
    .c-news_item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 767px) {
        .c-news_item a {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
  .c-news_date {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 1.2rem;
    line-height: 1;
    color: rgba(51, 51, 51, 0.5);
    padding-right: 38px;
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .c-news_date {
        width: 100%;
        padding: 0;
        margin: 15px 0; } }
  .c-news_title {
    font-size: 1.4rem;
    line-height: 2;
    padding-right: 80px; }
    @media screen and (max-width: 1040px) {
      .c-news_title {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .c-news_title {
        width: 100%;
        padding-right: 0; } }
    .c-news_title.dotdotdot {
      max-height: calc(14px * 2);
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .c-news_title.dotdotdot {
          max-width: none;
          max-height: none;
          overflow: auto; } }

/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-video1 {
  width: 100%;
  max-width: 800px; }
  .c-video1 iframe {
    max-width: 100%; }

/*
------------------------------------------------------------*/
.c-slide1 {
  position: relative; }
  .c-slide1.slick-initialized .c-slide1_item {
    -webkit-transition: opacity 0.6s ease-in-out 0s !important;
    transition: opacity 0.6s ease-in-out 0s !important; }
  .c-slide1_item {
    position: relative;
    color: #ffffff;
    opacity: 0;
    text-shadow: 0px 0px 6px #666666; }
    .c-slide1_item h2 {
      font-family: 'Oswald', sans-serif;
      font-size: 8rem;
      line-height: 1;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 17px; }
      @media screen and (max-width: 767px) {
        .c-slide1_item h2 {
          font-size: 4.5rem; } }
    .c-slide1_item p {
      padding-left: 4px;
      font-size: 1.6rem;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .c-slide1_item p {
          font-size: 1.4rem; } }

.c-slide2 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /* slide when not active/center*/
  /* slide when active/center */ }
  .c-slide2 .slick-slide.c-slide2_item a,
  .c-slide2 .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"].c-slide2_item a {
    opacity: 0.1;
    pointer-events: none; }
  .c-slide2 .slick-slide.c-slide2_item .c-slide2_cap,
  .c-slide2 .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"].c-slide2_item .c-slide2_cap {
    opacity: 0;
    visibility: hidden; }
  .c-slide2 .slick-center.c-slide2_item a,
  .c-slide2 .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"].c-slide2_item a {
    opacity: 1;
    pointer-events: all; }
  .c-slide2 .slick-center.c-slide2_item .c-slide2_cap,
  .c-slide2 .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"].c-slide2_item .c-slide2_cap {
    opacity: 1;
    visibility: visible; }
  .c-slide2 .slick-list {
    overflow: visible; }
  .c-slide2 .slick-arrow {
    border: 0;
    font-size: 0;
    position: absolute;
    width: 16px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    margin-top: -25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .c-slide2 .slick-arrow {
        width: 40px;
        height: 40px;
        background-color: #ffffff; } }
    .c-slide2 .slick-arrow.slick-prev {
      background-image: url(../images/common/arrow-prev.svg);
      left: 0; }
      @media screen and (max-width: 767px) {
        .c-slide2 .slick-arrow.slick-prev {
          left: -25px;
          background-size: 8px auto; } }
    .c-slide2 .slick-arrow.slick-next {
      background-image: url(../images/common/arrow-next.svg);
      right: 0; }
      @media screen and (max-width: 767px) {
        .c-slide2 .slick-arrow.slick-next {
          right: -25px;
          background-size: 8px auto; } }
  .c-slide2_list {
    width: 716px;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .c-slide2_list {
        width: 76vw; } }
  .c-slide2_item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-slide2_item a {
      opacity: 0.1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      pointer-events: none; }
  @media screen and (min-width: 768px) {
    .c-slide2_item.slick-active:hover a {
      opacity: 1; } }
  @media screen and (min-width: 768px) {
    .c-slide2_item.slick-active .c-slide2_img:hover:after {
      opacity: 1;
      z-index: 1; } }
  .c-slide2_cap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    margin-top: 12px; }
  .c-slide2_img {
    position: relative; }
    .c-slide2_img:after {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(51, 51, 51, 0.8);
      background-image: url(../images/common/icon-play.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 86px 86px;
      opacity: 0;
      z-index: -1; }
    .c-slide2_img figure {
      width: 580px;
      max-width: 100%;
      height: 327px; }
      @media screen and (max-width: 767px) {
        .c-slide2_img figure {
          width: 68vw;
          height: 38.4vw; } }

/*
------------------------------------------------------------*/
.c-mv {
  margin-bottom: 10px;
  background: url(/common/images/visual_bg.gif) repeat-x left bottom;
  padding-bottom: 2px; }
  .c-mv .l-cont {
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-repeat: no-repeat;
    background-position: center top; }
  .c-mv_title {
    color: #5a5a5a;
    line-height: 1; }
    .c-mv_title .jap {
      display: block;
      font-size: 2.6rem;
      font-weight: bold; }
    .c-mv_title .eng {
      display: block;
      font-size: 1rem;
      color: #a5aeb3; }

.c-breadcrumb {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #4f4f4f; }
  @media screen and (max-width: 767px) {
    .c-breadcrumb .l-cont {
      padding: 0 15px; } }
  .c-breadcrumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-breadcrumb li:not(:first-child) {
    position: relative; }
    .c-breadcrumb li:not(:first-child):before {
      content: ">";
      padding-left: 3px;
      padding-right: 3px;
      font-size: 1.2rem; }
  .c-breadcrumb a:hover {
    text-decoration: underline; }

.c-totop {
  position: absolute;
  z-index: 98;
  bottom: 20px;
  right: 5%;
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important; }
  @media screen and (max-width: 767px) {
    .c-totop {
      position: relative;
      right: 0;
      bottom: 0; }
      .c-totop.style-fixed {
        display: none; } }
  .c-totop_inner {
    position: relative;
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .c-totop_inner {
        text-align: center; } }
    .c-totop_inner.show {
      opacity: 1;
      visibility: visible;
      z-index: 80; }
      @media screen and (max-width: 767px) {
        .c-totop_inner.show {
          visibility: visible !important;
          position: relative !important;
          -webkit-transform: none !important;
              -ms-transform: none !important;
                  transform: none !important;
          bottom: 0 !important;
          width: 100%; } }
  @media screen and (max-width: 767px) {
    .c-totop .to-top-tmp {
      display: none;
      text-align: center; } }
  .c-totop a {
    position: relative;
    font-size: 1.2rem;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    color: #333333;
    -webkit-transition: none !important;
    transition: none !important;
    display: inline-block;
    margin: 0 auto; }
    .c-totop a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 22px;
      height: 22px;
      background: url(../images/common/totop.png) no-repeat center center; }

html.modal_open, body.modal_open {
  overflow: hidden; }

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .c-modal.open {
    opacity: 1;
    visibility: visible;
    z-index: 990; }
  .c-modal.modal-video {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-modal.modal-video .c-modal_body {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .c-modal_bg {
    position: absolute;
    z-index: 991;
    background-color: rgba(51, 51, 51, 0.95);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .c-modal_body {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 992; }
    @media screen and (max-width: 767px) {
      .c-modal_body {
        margin-top: 50px;
        margin-bottom: 100px; } }

.c-flex1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .c-flex1_item {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1040px) {
      .c-flex1_item {
        width: 50%; } }

.c-item1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .c-item1_img {
    width: 80px;
    height: 60px;
    background-color: #e0e0e0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .c-item1_body {
    padding-left: 17px;
    padding-top: 8px; }
  .c-item1_title {
    font-family: 'Oswald', sans-serif;
    line-height: 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #FF710A; }
  .c-item1_text {
    font-size: 1.4rem;
    line-height: 2rem; }

.c-item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-item2 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%;
      max-width: 400px;
      margin: 0 auto; } }
  .c-item2_img {
    width: 44.742%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-item2_img {
        width: 100%;
        margin-bottom: 28px; } }
  .c-item2_body {
    width: 55.258%;
    padding-left: 57px;
    padding-right: 40px; }
    @media screen and (max-width: 1040px) {
      .c-item2_body {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .c-item2_body {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .c-item2_body .c-title1 {
      text-align: left;
      margin-top: -10px;
      margin-bottom: 16px; }
      @media screen and (max-width: 767px) {
        .c-item2_body .c-title1 {
          margin-top: 0;
          margin-bottom: 9px; } }
      .c-item2_body .c-title1 .eng {
        font-size: 3.6rem;
        line-height: 4.6rem;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .c-item2_body .c-title1 .eng {
            font-size: 2.4rem;
            line-height: 3.2rem;
            margin-bottom: 6px; } }
    @media screen and (max-width: 767px) {
      .c-item2_body .c-btn4 {
        width: 100%; } }
  .c-item2_desc {
    color: #999999;
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 31px; }

.c-item3 {
  position: relative;
  background-color: #f4f4f4; }
  .c-item3_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #d5d5d5;
    padding: 25px; }
  .c-item3_title {
    padding-left: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8rem;
    color: #000000; }
  .c-item3_img {
    width: 80px;
    height: 80px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .c-item3_body {
    padding: 23px 38px 19px 25px; }
  .c-item3_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .c-item3_link:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      height: 32px;
      background: url(../images/common/icon-window.png) no-repeat center center; }

.c-block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  padding-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .c-block1 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-top: 36px;
      padding-bottom: 42px; } }
  .c-block1_gr1 {
    padding-right: 45px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-block1_gr1 {
        margin-bottom: 16px; } }
  .c-block1_gr2 {
    padding-right: 48px; }
    @media screen and (max-width: 1040px) {
      .c-block1_gr2 {
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .c-block1_gr2 {
        margin-bottom: 24px; } }
  @media screen and (max-width: 1040px) {
    .c-block1_gr1, .c-block1_gr2 {
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .c-block1_gr1, .c-block1_gr2 {
      padding-right: 0; } }
  @media screen and (max-width: 1040px) {
    .c-block1_gr1, .c-block1_gr2, .c-block1_gr3 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media screen and (max-width: 767px) {
    .c-block1_gr1, .c-block1_gr2, .c-block1_gr3 {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; } }
  .c-block1_layout1 {
    position: relative;
    padding-left: 77px; }
    @media screen and (max-width: 767px) {
      .c-block1_layout1 {
        padding-left: 0; } }
    .c-block1_layout1:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 52px;
      height: 46px;
      background: url(../images/common/icon-computer.svg) no-repeat center center;
      background-size: 52px auto; }
      @media screen and (max-width: 767px) {
        .c-block1_layout1:before {
          display: none; } }
  .c-block1_title {
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
    color: #ffffff; }
    @media screen and (max-width: 767px) {
      .c-block1_title {
        position: relative;
        padding-left: 50px;
        margin-bottom: 10px; }
        .c-block1_title:before {
          content: "";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 36px;
          height: 31px;
          background: url(../images/common/icon-computer-sp.svg) no-repeat center center;
          background-size: 36px auto; } }
  .c-block1_text1 {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #ffffff; }
    .c-block1_text1 .tel_link {
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .c-block1_text1 .tel_link {
          font-weight: bold;
          letter-spacing: 0.12rem; } }
  .c-block1_text2 {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2; }
  .c-block1 .c-tag1 {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2); }
    @media screen and (min-width: 768px) {
      .c-block1 .c-tag1:hover {
        background-color: rgba(255, 255, 255, 0.5); } }

.c-block2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3; }
  @media screen and (max-width: 767px) {
    .c-block2 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-block2.reverse .c-block2_side {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .c-block2.reverse .c-block2_side {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1; } }
  .c-block2.reverse .c-block2_list {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
    @media screen and (max-width: 767px) {
      .c-block2.reverse .c-block2_list {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .c-block2_inner {
    position: static;
    top: 0; }
    @media screen and (max-width: 767px) {
      .c-block2_inner {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important; } }
  .c-block2_side {
    width: 306px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 1040px) {
      .c-block2_side {
        width: 256px; } }
    @media screen and (max-width: 767px) {
      .c-block2_side {
        width: 100%; } }
    .c-block2_side .c-title1 {
      text-align: left;
      margin-bottom: 36px; }
    @media screen and (max-width: 767px) {
      .c-block2_side .fixed-sticky-tmp {
        display: none !important; } }
    .c-block2_side .c-btn4 {
      margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .c-block2_side .c-block2_btn {
      display: none; } }
  .c-block2_list {
    width: 100%; }
  .c-block2_list .c-block2_btn {
    display: none; }
    @media screen and (max-width: 767px) {
      .c-block2_list .c-block2_btn {
        display: block; }
        .c-block2_list .c-block2_btn .c-btn4 {
          width: 100%; } }

.c-block3 {
  width: 800px;
  max-width: 100%;
  background-color: #006097;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 40px 28px 37px; }
  @media screen and (max-width: 767px) {
    .c-block3 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 23px 40px 30px 37px; } }
  .c-block3_eng {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: 0.2rem;
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .c-block3_eng {
        font-size: 3.2rem;
        text-align: center;
        margin-right: 0;
        letter-spacing: 0.17rem; } }
  .c-block3_jap {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .c-block3_jap {
        text-align: center;
        margin-top: 4px;
        margin-bottom: 12px; } }
  .c-block3_btn {
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .c-block3_btn {
        width: 100%; } }
    .c-block3_btn .c-btn2 {
      width: 206px;
      color: #006097;
      font-weight: normal;
      border: 2px solid #ffffff;
      padding: 7px 10px; }
      @media screen and (min-width: 768px) {
        .c-block3_btn .c-btn2:hover {
          color: #ffffff; } }
      @media screen and (max-width: 767px) {
        .c-block3_btn .c-btn2 {
          width: 100%; } }

.c-scroll {
  position: relative;
  pointer-events: none !important; }
  @media screen and (max-width: 767px) {
    .c-scroll {
      display: none; } }
  .c-scroll:after {
    content: "";
    position: relative;
    display: block;
    height: 92px;
    width: 7px;
    background: url(../images/common/scroll.svg) no-repeat left top;
    background-size: 7px auto;
    left: 1px;
    top: 0; }
  .c-scroll a {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-bottom: 18px; }

.c-bg1 {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .c-bg1 figure {
    position: relative;
    overflow: hidden; }
    .c-bg1 figure:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10%;
      background: #ffffff;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, white 0, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(0deg, white 0, rgba(255, 255, 255, 0) 100%); }
  .c-bg1 img {
    position: relative;
    max-width: none;
    width: 100%;
    top: 0;
    left: 0; }

.c-tabs {
  border-top: 1px solid #eeeeee; }
  @media screen and (max-width: 767px) {
    .c-tabs {
      border-top: 0; } }
  .c-tabs_title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 51px; }
    @media screen and (max-width: 767px) {
      .c-tabs_title {
        margin-top: 0;
        margin-bottom: 30px; } }
  .c-tabs_nav {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #666; }
    @media screen and (max-width: 767px) {
      .c-tabs_nav {
        display: none; } }
    .c-tabs_nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .c-tabs_nav li + li a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px;
      height: 70%;
      background-color: #eeeeee;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1; }
    .c-tabs_nav li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative; }
    .c-tabs_nav a {
      position: relative;
      display: block;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 1.4rem;
      line-height: 1.6;
      color: #333333;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 14px 10px;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .c-tabs_nav a:hover {
          opacity: 1;
          color: #ffffff;
          background-color: #666; }
          .c-tabs_nav a:hover:before {
            opacity: 0; } }
      .c-tabs_nav a.active {
        color: #ffffff;
        background-color: #666; }
        .c-tabs_nav a.active:before {
          opacity: 0; }
  @media screen and (max-width: 767px) {
    .c-tabs_content {
      border-bottom: 1px solid #eeeeee; } }
  .c-tabs_toggle {
    position: relative;
    display: none;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid transparent;
    padding: 10px 20px;
    font-size: 1.4rem;
    line-height: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media screen and (max-width: 767px) {
      .c-tabs_toggle {
        display: block; } }
    .c-tabs_toggle:nth-last-child(-2) {
      background-color: red; }
    .c-tabs_toggle.toggled {
      border-bottom: 1px solid #eeeeee; }
      .c-tabs_toggle.toggled .icon:after {
        height: 0; }
    .c-tabs_toggle .icon {
      content: "";
      display: block;
      position: absolute;
      width: 15px;
      height: 15px;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto 0; }
      .c-tabs_toggle .icon:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 2px;
        height: 100%;
        background-color: #006097;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .c-tabs_toggle .icon:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background-color: #006097; }
  .c-tabs_body {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    padding: 77px 30px; }
    @media screen and (min-width: 768px) {
      .c-tabs_body {
        display: none !important; }
        .c-tabs_body.active {
          display: block !important;
          opacity: 1;
          visibility: visible; } }
    @media screen and (max-width: 1040px) {
      .c-tabs_body {
        padding: 40px 20px; } }
    @media screen and (max-width: 767px) {
      .c-tabs_body {
        padding: 30px 15px 0;
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        transition: none; }
        .c-tabs_body.toggled {
          display: block; } }

.c-section1 .link {
  padding: 10px 0 10px 45px;
  background: url(/common/images/side_contact_bg.gif) no-repeat left center;
  display: block; }

.c-section2 {
  border: #c8c8c8 solid 1px;
  padding: 3px;
  background: #eee; }
  .c-section2 dl {
    padding: 10px;
    background: #fff; }
  .c-section2 .subHide {
    display: none; }
  .c-section2 .txtC {
    text-align: center; }
  .c-section2 .link {
    margin-bottom: 0;
    padding-top: 0;
    background: none;
    text-align: center; }
  .c-section2 .arrow01 {
    padding-left: 17px;
    background: url(/common/images/arrow01.gif) no-repeat left center; }
  .c-section2 dt {
    margin-bottom: 10px; }
    .c-section2 dt span {
      border-left: #FF710A solid 5px;
      padding: 3px 0 3px 10px;
      font-size: 1.4rem;
      line-height: 1.4rem;
      font-weight: bold; }
  .c-section2 p {
    margin-bottom: 13px;
    font-size: 1.2rem;
    line-height: 1.4rem; }

.c-section3 {
  position: relative; }
  .c-section3 .title {
    padding-bottom: 10px;
    background: url(/common/images/bg_border02_smp.gif) repeat-x left bottom;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4; }
  .c-section3_btn .btnForm {
    margin-top: 8px; }
  .c-section3_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 14px;
    padding-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .c-section3_flex {
        display: none; } }
  .c-section3_sp {
    display: none;
    padding-top: 15px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .c-section3_sp {
        display: block; } }
    .c-section3_sp p {
      font-size: 1.2rem;
      line-height: 1.4;
      color: #7f7f7f; }
    .c-section3_sp .phone {
      margin-bottom: 10px;
      padding-left: 5px;
      color: #7f7f7f; }
      .c-section3_sp .phone img {
        vertical-align: top;
        margin-right: 10px;
        padding-top: 3px;
        width: 22px; }
      .c-section3_sp .phone a {
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1;
        padding-left: 10px;
        border-left: #a0a0a0 solid 1px; }
    .c-section3_sp .link {
      margin-top: 10px;
      border: #ccc solid 1px;
      background-image: -moz-linear-gradient(bottom, #e2e2e2 19%, #fefefe 60%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e2e2e2));
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFfefefe', endColorstr='#FFe2e2e2');
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      font-size: 1.4rem;
      line-height: 1.4;
      font-weight: bold; }
      .c-section3_sp .link a {
        display: block;
        padding: 10px 10px; }
      .c-section3_sp .link img {
        padding: 3px 5px 0 0;
        vertical-align: top;
        width: 23px; }

.c-banner {
  padding-top: 5px; }
  .c-banner li {
    margin-top: 10px; }

/* component
----------------------------------------------------*/
.p-office {
  background-color: #f4f4f4; }
  .p-office .l-cont {
    max-width: 950px; }
  .p-office .c-mv .l-cont {
    background-image: url(../images/office/visual_photo.jpg); }
  .p-office .c-layout1_content {
    padding-bottom: 150px; }
    @media screen and (max-width: 767px) {
      .p-office .c-layout1_content {
        padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .p-office_sc1 .c-title3 {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 20px; } }
  .p-office_sc1 .c-list6 {
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .p-office_sc1 .c-list6 {
        background-color: #ffffff;
        margin-bottom: 30px; } }
  .p-office_sc1 .c-list7 + .c-list7 {
    margin-top: 53px; }
  @media screen and (max-width: 767px) {
    .p-office_sc1 .c-item3 {
      padding: 20px;
      background-color: #ffffff; }
      .p-office_sc1 .c-item3_top {
        padding: 0 20px 20px 0; }
      .p-office_sc1 .c-item3_body {
        padding: 20px 0 0 0; } }
  @media screen and (max-width: 767px) {
    .p-office_sc1 .c-layout1_inner {
      background-color: #f4f4f4; } }
  @media screen and (max-width: 767px) {
    .p-office_sc2 .c-layout1_inner {
      border-top: 1px solid #cbcbcb;
      border-bottom: 1px solid #cbcbcb;
      margin-bottom: 0; } }
  .p-office_sc2 .c-layout1_body {
    padding-top: 15px;
    padding-bottom: 0; }

.c-office {
  position: relative;
  background-color: #ffffff;
  padding: 30px 60px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .c-office {
      padding: 30px; } }
  .c-office_title {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #FF710A;
    margin-bottom: 20px; }
  .c-office_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .c-office_top {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .c-office_img {
    width: 44.73%;
    padding-right: 40px; }
    @media screen and (max-width: 767px) {
      .c-office_img {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0; }
        .c-office_img img {
          width: 100%; } }
  .c-office_map {
    width: 55.27%; }
    @media screen and (max-width: 767px) {
      .c-office_map {
        width: 100%; }
        .c-office_map iframe {
          width: 100%; } }
    .c-office_map iframe {
      max-width: 100%; }
  .c-office_close {
    text-align: center; }
  .c-office_info {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 20px; }
    .c-office_info tbody tr {
      border-top: 1px solid #d5d5d5; }
    .c-office_info tbody th, .c-office_info tbody td {
      padding: 17px 0; }
    .c-office_info tbody th {
      width: 19.73%;
      text-align: left;
      vertical-align: top;
      font-weight: bold; }

body.scrolling:not(.sp) {
  overflow: hidden; }
  body.scrolling:not(.sp) #scroll-step {
    position: relative;
    overflow: hidden;
    height: 100vh; }
    body.scrolling:not(.sp) #scroll-step [data-scroll] {
      overflow: hidden; }
    body.scrolling:not(.sp) #scroll-step .scroll-content {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
    body.scrolling:not(.sp) #scroll-step .scroll-clone {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
      overflow: hidden;
      height: 100vh; }
    body.scrolling:not(.sp) #scroll-step .scroll-parent {
      overflow: hidden;
      height: 100vh;
      margin-bottom: 200px; }
      @media screen and (max-width: 767px) {
        body.scrolling:not(.sp) #scroll-step .scroll-parent {
          height: auto;
          margin-bottom: 0; } }
    body.scrolling:not(.sp) #scroll-step .c-totop {
      display: none; }
      @media screen and (max-width: 767px) {
        body.scrolling:not(.sp) #scroll-step .c-totop {
          display: block; } }
  body.scrolling:not(.sp) .c-totop_inner.fixed {
    opacity: 1;
    visibility: visible;
    z-index: 80; }

@media screen and (max-width: 767px) {
  .p-top .c-totop {
    border-top: 1px solid #eeeeee; } }

@media screen and (max-width: 767px) {
  .p-top .c-list2_desc br {
    display: none; } }

.p-top_mv {
  position: relative;
  height: 590px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .p-top_mv {
      height: 500px; } }
  .p-top_mv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006097;
    opacity: 0.051; }
    @media screen and (max-width: 767px) {
      .p-top_mv:before {
        opacity: 0.149; } }
  .p-top_mv video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
    @media all and (-ms-high-contrast: none) {
      .p-top_mv video {
        position: relative;
        background-color: #ffffff;
        width: 100%;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .p-top_mv-img {
    display: none; }
  .p-top_mv-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px; }
    @media screen and (max-width: 767px) {
      .p-top_mv-inner {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 64px; } }
  .p-top_mv-text {
    position: relative; }

.p-top_sc1 {
  position: relative;
  background-color: #006097; }
  @media screen and (max-width: 767px) {
    .p-top_sc1 {
      margin-top: -2px; } }
  .p-top_sc1 [data-scroll] {
    -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
            transform: translateY(-150px); }

.p-top_sc2 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .p-top_sc2 {
      padding-top: 70px;
      padding-bottom: 45px; } }
  .p-top_sc2 .c-btn3 {
    display: block;
    margin: 0 auto; }
  .p-top_sc2 .c-news {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .p-top_sc2 .c-news {
        margin-top: 72px; } }

.p-top_sc3 {
  position: relative;
  padding-top: 54px;
  padding-bottom: 120px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .p-top_sc3 {
      padding-top: 44px;
      padding-bottom: 70px; } }
  .p-top_sc3 .c-title1 {
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .p-top_sc3 .c-title1 {
        margin-bottom: 36px; } }

.p-top_sc4 {
  position: relative;
  background-color: #ffffff;
  padding-top: 152px;
  padding-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .p-top_sc4 {
      padding-top: 95px;
      padding-bottom: 100px; } }
  .p-top_sc4 #top_sc4 {
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px); }
  .p-top_sc4 .c-list2_item:nth-child(even) {
    margin-top: -270px; }
  .p-top_sc4 .c-list2_item:nth-child(odd):not(:first-child) {
    margin-top: -156px; }
  @media screen and (min-width: 768px) {
    .p-top_sc4 .c-list2_item:nth-child(5) {
      padding-top: 40px; } }
  .p-top_sc4 .c-block2_list {
    margin-top: 12px; }
    @media screen and (max-width: 767px) {
      .p-top_sc4 .c-block2_list {
        margin-top: 0; } }

.p-top_sc5 {
  position: relative;
  background-color: #ffffff;
  padding-top: 132px;
  padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .p-top_sc5 {
      padding-top: 83px;
      padding-bottom: 91px; } }
  .p-top_sc5 #top_sc5 {
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px); }
  .p-top_sc5 .c-block2_list {
    margin-top: 13px; }
  .p-top_sc5 .c-block2_side .c-title1 {
    margin-bottom: 23px; }
  .p-top_sc5 .c-list2_item:nth-child(even) {
    margin-top: -226px; }
  .p-top_sc5 .c-list2_item:nth-child(odd):not(:first-child) {
    margin-top: -156px; }
  .p-top_sc5 .c-list2_item:nth-child(4) {
    margin-top: -264px; }
  @media screen and (min-width: 768px) {
    .p-top_sc5 .c-list2_item:nth-child(5) {
      padding-top: 40px; } }

.p-top_sc6 {
  position: relative;
  padding-top: 120px; }
  @media screen and (max-width: 767px) {
    .p-top_sc6 {
      padding-top: 0; } }
  .p-top_sc6 .c-title1 {
    padding-top: 48px;
    margin-bottom: 54px; }
    @media screen and (max-width: 767px) {
      .p-top_sc6 .c-title1 {
        margin-bottom: 36px; } }

.p-top_sc7 {
  position: relative;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .p-top_sc7 {
      padding-top: 90px;
      padding-bottom: 50px; } }
  .p-top_sc7 .c-block2_list {
    margin-top: 18px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .p-top_sc7 .c-block2_list {
        margin-top: 0; } }

.p-top_sc8 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .p-top_sc8 {
      padding-top: 90px;
      padding-bottom: 60px;
      margin-bottom: 80px; } }
  .p-top_sc8 .c-bg1 img {
    top: -80px; }
  .p-top_sc8 .c-item2 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .p-top_sc8 .c-item2 {
        margin-bottom: 60px; } }
  .p-top_sc8 .c-block2_list {
    margin-top: 18px; }
    @media screen and (max-width: 767px) {
      .p-top_sc8 .c-block2_list {
        margin-top: 0; } }

.p-top_sc9 {
  position: relative;
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .p-top_sc9 {
      padding-bottom: 0; } }

.p-top_sc10 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .p-top_sc10 {
      padding-top: 100px;
      padding-bottom: 120px; } }
  .p-top_sc10 .scroll-step {
    position: relative;
    height: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px); }
