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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

#movie00,
#movie01,
#movie02,
#movie03,
#movie04,
#movie05,
#movie06 {
  display: none; }

.movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.movie_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.mgt-20{
  margin-top: 20px; }
.mgt-40{
  margin-top: 40px; }
.mgt-60{
  margin-top: 60px; }
.mgt-80{
  margin-top: 80px; }
.mgt-100{
  margin-top: 100px; }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* modal */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }

.modaal-wrapper .modaal-close {
  padding: 0;
  -webkit-appearance: none; }

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1; }

.modaal-wrapper.modaal-start_fade {
  opacity: 0; }

.modaal-wrapper *[tabindex="0"] {
  outline: none !important; }

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }

.modaal-fullscreen .modaal-outer-wrapper {
  display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }

.agent .modaal-inner-wrapper {
  cursor: pointer; }

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden; }

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto; }

.modaal-close {
  position: absolute;
  right: 0;
  top: -51px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 51px;
  border: none;
  height: 51px;
  background: transparent;
  transition: all 0.2s ease-in-out; }

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #ccc; }

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c; }

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 12px;
  left: 25px;
  width: 2px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out; }

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out; }

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f; }

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline; }

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }

.modaal-gallery-item img {
  display: block; }

.modaal-gallery-item.is_active {
  display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }

.modaal-gallery-label:focus {
  outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default; }

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff; }

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc; }

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out; }

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 90px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25); }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

#tmpl_main {
  min-width: 1190px;
  width: auto !important; }
  @media screen and (max-width: 639px) {
    #tmpl_main {
      min-width: 0; } }

#tmpl_content {
  color: #5d5d5d; }

html {
  font-size: 100%;
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  color: #5d5d5d; }

a {
  text-decoration: none;
  opacity: 1;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  a:hover {
    opacity: 0.65; }

.ai-align--center {
  text-align: center; }

.ai-img--mw {
  max-width: 100%; }

.ai-img--mwCenter {
  margin: 0 auto; }

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

.ai-display--sp {
  display: none; }
  @media screen and (max-width: 639px) {
    .ai-display--sp {
      display: block; } }

.ai-font-bold {
  font-weight: 900; }

@media screen and (max-width: 639px) {
  .ai-wrap {
    position: relative; } }

@media screen and (max-width: 639px) {
  .ai-content {
    padding: 0 !important; } }

.ai-font--noSST {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif !important; }

.ai-section .ai-section__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 639px) {
    .ai-section .ai-section__inner {
      padding: 0 16px; } }
  .ai-section .ai-section__inner.ai-section__inner--small {
    max-width: 1000px; }

.ai-navBtn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(230, 221, 214, 0.85);
  border: 2px solid #beb5ac;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 53px !important;
  height: 50px !important;
  padding: 16px 12px !important;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }
  @media screen and (min-width: 639px) {
    .ai-navBtn {
      display: none !important; } }
  @media screen and (max-width: 639px) {
    .ai-navBtn.fixed {
      position: fixed; } }
  .ai-navBtn.on {
    border-color: transparent;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease; }
    .ai-navBtn.on .ai-navBtn__inner span {
      -moz-transition: -moz-transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
      -o-transition: -o-transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
      -webkit-transition: -webkit-transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
      transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease; }
      .ai-navBtn.on .ai-navBtn__inner span:nth-child(1) {
        top: 50%;
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
      .ai-navBtn.on .ai-navBtn__inner span:nth-child(2) {
        opacity: 0; }
      .ai-navBtn.on .ai-navBtn__inner span:nth-child(3) {
        top: 50%;
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg); }
  .ai-navBtn .ai-navBtn__inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .ai-navBtn .ai-navBtn__inner span {
      display: block;
      background-color: #2f353d;
      position: absolute;
      width: 100%;
      height: 2px;
      -moz-transition: -moz-transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
      -o-transition: -o-transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
      -webkit-transition: -webkit-transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
      transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease; }
      .ai-navBtn .ai-navBtn__inner span:nth-child(1) {
        top: 0;
        left: 0;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .ai-navBtn .ai-navBtn__inner span:nth-child(2) {
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .ai-navBtn .ai-navBtn__inner span:nth-child(3) {
        top: 100%;
        left: 0;
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); }

@media screen and (min-width: 639px) {
  .ai-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    z-index: 2; } }
.ai-header .ai-header__inner {
  max-width: 1190px;
  margin: 0 auto; }
  @media screen and (min-width: 639px) {
    .ai-header .ai-header__inner {
      display: block !important; } }
  @media screen and (max-width: 639px) {
    .ai-header .ai-header__inner {
      display: none;
      position: fixed;
      z-index: 9;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      background-color: rgba(230, 221, 214, 0.95);
      padding: 50px 40px 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
.ai-header .ai-header__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media screen and (max-width: 639px) {
    .ai-header .ai-header__nav {
      display: block; } }
.ai-header .ai-header__links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 639px) {
    .ai-header .ai-header__links {
      display: block; } }
  .ai-header .ai-header__links li {
    margin: 0 17px; }
    @media screen and (max-width: 639px) {
      .ai-header .ai-header__links li {
        padding: 10px 0; } }
    @media screen and (max-width: 639px) {
      .ai-header .ai-header__links li:first-child {
        padding-top: 20px; } }
    @media screen and (max-width: 639px) {
      .ai-header .ai-header__links li:last-child {
        padding-bottom: 30px; } }
    .ai-header .ai-header__links li.current a {
      border-color: #000; }
  .ai-header .ai-header__links a {
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    color: #666;
    padding: 0 15px 12px; }
    @media screen and (max-width: 639px) {
      .ai-header .ai-header__links a {
        font-size: 14px;
        padding: 0;
        border: none;
        color: #2f353d; } }
.ai-header .ai-header__btns {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 10px 0 20px; }
  @media screen and (max-width: 639px) {
    .ai-header .ai-header__btns {
      display: block;
      margin: 0;
      border-top: 1px solid #beb5ac; } }
  @media screen and (max-width: 639px) {
    .ai-header .ai-header__btns li {
      padding: 10px 0; } }
  @media screen and (max-width: 639px) {
    .ai-header .ai-header__btns li:first-child {
      padding-top: 30px; } }
  @media screen and (max-width: 639px) {
    .ai-header .ai-header__btns li:last-child {
      padding-bottom: 40px; } }
  .ai-header .ai-header__btns li + li {
    margin-left: 30px; }
    @media screen and (max-width: 639px) {
      .ai-header .ai-header__btns li + li {
        margin-left: 0; } }
  .ai-header .ai-header__btns .ai-header__btn {
    font-size: 15px;
    display: inline-block;
    color: #666;
    background-color: #f0ebe6;
    text-align: center;
    text-decoration: none !important;
    padding: 8px;
    width: 130px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 639px) {
      .ai-header .ai-header__btns .ai-header__btn {
        font-size: 14px;
        font-weight: 700;
        padding: 0;
        width: auto;
        color: #2f353d;
        background-color: transparent; } }

.ai-mainvisual {
  line-height: 0;
  text-align: center;
  background-color: #e4dbd2; }
  .ai-mainvisual.ai-mainvisual--white {
    background-color: #fff; }
  .ai-mainvisual img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.ai-heading1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
  color: #2f353d; }
  @media screen and (max-width: 639px) {
    .ai-heading1 {
      font-size: 20px;
      margin-bottom: 30px; } }
  .ai-heading1 span {
    font-size: 27px;
    font-weight: normal; }
    @media screen and (max-width: 639px) {
      .ai-heading1 span {
        font-size: 16px; } }

.ai-heading2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.4; }
  @media screen and (max-width: 639px) {
    .ai-heading2 {
      font-size: 18px;
      margin-bottom: 30px;
      line-height: 1.6; } }
  .ai-heading2 span {
    display: block;
    font-size: 20px; }
    @media screen and (max-width: 639px) {
      .ai-heading2 span {
        font-size: 12px; } }

.ai-heading3 {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4; }
  @media screen and (max-width: 639px) {
    .ai-heading3 {
      font-size: 18px;
      margin-bottom: 20px;
      line-height: 1.6; } }

.ai-heading4 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4; }
  @media screen and (max-width: 639px) {
    .ai-heading4 {
      font-size: 18px;
      margin-bottom: 20px;
      line-height: 1.6; } }



.ai-lead1 {
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
  margin-bottom: 10px; }
  @media screen and (max-width: 639px) {
    .ai-lead1 {
      font-size: 15px;
      text-align: left;
      margin-bottom: 10px; } }

.ai-lead2 {
  max-width: 910px;
  text-align: center;
  font-size: 19px;
  line-height: 2;
  margin: 0 auto 60px; }
  @media screen and (max-width: 639px) {
    .ai-lead2 {
      font-size: 12px;
      text-align: left;
      margin: 0 auto 25px; } }

.ai-lead3 {
  font-size: 18px;
  line-height: 2;
  margin: 0 auto 160px; }
  @media screen and (max-width: 639px) {
    .ai-lead3 {
      font-size: 12px;
      line-height: 2;
      margin: 0 auto 50px; } }

.ai-wideImg {
  line-height: 0;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 639px) {
    .ai-wideImg {
      margin-bottom: 30px; } }
  .ai-wideImg img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.ai-btnContainer {
  text-align: center; }
  .ai-btnContainer + .ai-btnContainer {
    margin-top: 20px; }
  .ai-btnContainer .ai-btn {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    color: #5d5d5d;
    background-color: #f0ebe6;
    text-align: center;
    text-decoration: none;
    padding: 20px 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 639px) {
      .ai-btnContainer .ai-btn {
        font-size: 14px;
        padding: 15px 30px; } }
    .ai-btnContainer .ai-btn.ai-btn--ext {
      position: relative; }
      .ai-btnContainer .ai-btn.ai-btn--ext:after {
        content: '';
        display: inline-block;
        vertical-align: text-top;
        width: 22px;
        height: 16px;
        margin-left: 10px;
        background-image: url("../img/icon_window.png");
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 15px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

.ai-modalImg {
  text-align: center;
  margin-bottom: 30px; }
  .ai-modalImg a {
    display: inline-block; }
  .ai-modalImg img {
    max-width: 100%; }

.ai-ancNav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .ai-ancNav li {
    width: 100%;
    max-width: 330px;
    text-align: center;
    padding: 10px 0;
    border-left: 1px solid #d4d4d4; }
    .ai-ancNav li:last-child {
      border-right: 1px solid #d4d4d4; }
    @media screen and (max-width: 639px) {
      .ai-ancNav li {
        max-width: 33.33%;
        padding: 4px 0; } }
  .ai-ancNav a {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #2f353d;
    line-height: 1.4; }
    @media screen and (max-width: 639px) {
      .ai-ancNav a {
        font-size: 12px; } }

.ai-block + .ai-block {
  margin-top: 180px; }
  @media screen and (max-width: 639px) {
    .ai-block + .ai-block {
      margin-top: 90px; } }

.ai-lineBlock {
  border-top: 2px solid #e6ddd6;
  padding-top: 180px; }
  @media screen and (max-width: 639px) {
    .ai-lineBlock {
      padding-top: 90px; } }

@media screen and (max-width: 639px) {
  .ai-articleList1 {
    padding: 0 15px; } }
.ai-articleList1 > li + li {
  margin-top: 160px; }
  @media screen and (max-width: 639px) {
    .ai-articleList1 > li + li {
      margin-top: 80px; } }

.ai-articleList2 > li:first-child {
  padding-bottom: 90px; }
  @media screen and (max-width: 639px) {
    .ai-articleList2 > li:first-child {
      padding-bottom: 80px; } }
.ai-articleList2 > li:last-child {
  padding-bottom: 160px; }
  @media screen and (max-width: 639px) {
    .ai-articleList2 > li:last-child {
      padding-bottom: 80px; } }
.ai-articleList2 > li + li {
  padding: 90px 0; }
  @media screen and (max-width: 639px) {
    .ai-articleList2 > li + li {
      padding: 80px 0; } }

.ai-articleList1 .ai-articleList__row,
.ai-articleList2 .ai-articleList__row,
.ai-lineBlock .ai-articleList__row {
  display: table;
  table-layout: fixed;
  width: 100%; }
  @media screen and (max-width: 639px) {
    .ai-articleList1 .ai-articleList__row,
    .ai-articleList2 .ai-articleList__row,
    .ai-lineBlock .ai-articleList__row {
      display: block;
      width: auto; } }
.ai-articleList1 .ai-articleList__col,
.ai-articleList2 .ai-articleList__col,
.ai-lineBlock .ai-articleList__col {
  display: table-cell;
  vertical-align: top; }
  @media screen and (max-width: 639px) {
    .ai-articleList1 .ai-articleList__col,
    .ai-articleList2 .ai-articleList__col,
    .ai-lineBlock .ai-articleList__col {
      display: block;
      width: auto; } }
.ai-articleList1 .ai-articleList__thumb,
.ai-articleList2 .ai-articleList__thumb,
.ai-lineBlock .ai-articleList__thumb {
  line-height: 0;
  margin-bottom: 25px; }
  @media screen and (max-width: 639px) {
    .ai-articleList1 .ai-articleList__thumb,
    .ai-articleList2 .ai-articleList__thumb,
    .ai-lineBlock .ai-articleList__thumb {
      margin-bottom: 10px; } }
  .ai-articleList1 .ai-articleList__thumb img,
  .ai-articleList2 .ai-articleList__thumb img,
  .ai-lineBlock .ai-articleList__thumb img {
    width: 100%;
    height: auto; }
.ai-articleList1 .ai-articleList__caption,
.ai-articleList2 .ai-articleList__caption,
.ai-lineBlock .ai-articleList__caption {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;}
  .ai-articleList1 .ai-articleList__caption + .ai-articleList__caption,
  .ai-articleList2 .ai-articleList__caption + .ai-articleList__caption,
  .ai-lineBlock .ai-articleList__caption + .ai-articleList__caption {
    margin-top: 10px; }
  .ai-articleList1 .ai-articleList__caption span,
  .ai-articleList2 .ai-articleList__caption span,
  .ai-lineBlock .ai-articleList__caption span {
    display: block; }
  .ai-articleList1 .ai-articleList__caption .ai-articleList__captionName,
  .ai-articleList2 .ai-articleList__caption .ai-articleList__captionName,
  .ai-lineBlock .ai-articleList__caption .ai-articleList__captionName {
    font-size: 16px;
    margin-bottom: 10px; }
    @media screen and (max-width: 639px) {
      .ai-articleList1 .ai-articleList__caption .ai-articleList__captionName,
      .ai-articleList2 .ai-articleList__caption .ai-articleList__captionName,
      .ai-lineBlock .ai-articleList__caption .ai-articleList__captionName {
        font-size: 14px;
        margin-bottom: 5px; } }
    .ai-articleList1 .ai-articleList__caption .ai-articleList__captionName small,
    .ai-articleList2 .ai-articleList__caption .ai-articleList__captionName small,
    .ai-lineBlock .ai-articleList__caption .ai-articleList__captionName small {
      font-size: 14px; }
  .ai-articleList1 .ai-articleList__caption .ai-articleList__captionBelongs,
  .ai-articleList2 .ai-articleList__caption .ai-articleList__captionBelongs,
  .ai-lineBlock .ai-articleList__caption .ai-articleList__captionBelongs {
    font-size: 14px; }
    @media screen and (max-width: 639px) {
      .ai-articleList1 .ai-articleList__caption .ai-articleList__captionBelongs,
      .ai-articleList2 .ai-articleList__caption .ai-articleList__captionBelongs,
      .ai-lineBlock .ai-articleList__caption .ai-articleList__captionBelongs {
        font-size: 12px; } }
.ai-articleList1 .ai-articleList__col:first-child,
.ai-articleList2 .ai-articleList__col:first-child,
.ai-lineBlock .ai-articleList__col:first-child {
  width: 455px; }
  @media screen and (max-width: 639px) {
    .ai-articleList1 .ai-articleList__col:first-child,
    .ai-articleList2 .ai-articleList__col:first-child,
    .ai-lineBlock .ai-articleList__col:first-child {
      width: auto; } }
.ai-articleList1 .ai-articleList__col:last-child,
.ai-articleList2 .ai-articleList__col:last-child,
.ai-lineBlock .ai-articleList__col:last-child {
  width: auto;
  padding-left: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 639px) {
    .ai-articleList1 .ai-articleList__col:last-child,
    .ai-articleList2 .ai-articleList__col:last-child,
    .ai-lineBlock .ai-articleList__col:last-child {
      padding-left: 0; } }
.ai-articleList1 .ai-articleList__catch,
.ai-articleList2 .ai-articleList__catch,
.ai-lineBlock .ai-articleList__catch {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media screen and (max-width: 639px) {
    .ai-articleList1 .ai-articleList__catch,
    .ai-articleList2 .ai-articleList__catch,
    .ai-lineBlock .ai-articleList__catch {
      font-size: 13px;
      margin-bottom: 15px;
      text-align: center; } }
.ai-articleList1 .ai-articleList__title,
.ai-articleList2 .ai-articleList__title,
.ai-lineBlock .ai-articleList__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px; }
  @media screen and (max-width: 639px) {
    .ai-articleList1 .ai-articleList__title,
    .ai-articleList2 .ai-articleList__title,
    .ai-lineBlock .ai-articleList__title {
      font-size: 15px;
      margin-bottom: 15px;
      text-align: center; } }
.ai-articleList1 .ai-articleList__text,
.ai-articleList2 .ai-articleList__text,
.ai-lineBlock .ai-articleList__text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px}
  @media screen and (max-width: 639px) {
    .ai-articleList1 .ai-articleList__text,
    .ai-articleList2 .ai-articleList__text,
    .ai-lineBlock .ai-articleList__text {
      font-size: 12px;
      margin-top: 30px; } }

.ai-links {
  margin-top: 40px; }
  @media screen and (max-width: 639px) {
    .ai-links {
      margin-top: 20px; } }
  .ai-links li {
    text-align: right; }
    .ai-links li + li {
      margin-top: 20px; }
      @media screen and (max-width: 639px) {
        .ai-links li + li {
          margin-top: 20px; } }

.ai-link {
  color: #5d5d5d !important; }
  @media screen and (max-width: 639px) {
    .ai-link {
      font-size: 13px; } }
  .ai-link:visited {
    color: #5d5d5d !important; }
  .ai-link.ai-link--ext:after {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 16px;
    margin-left: 10px;
    background-image: url("../img/icon_window.png");
    background-position: center;
    background-repeat: no-repeat; }
  .ai-link.ai-link--movie:after {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 16px;
    margin-left: 10px;
    margin-top: 3px;
    background-image: url("../img/icon_play.png");
    background-position: center;
    background-repeat: no-repeat; }

.ai-alignLeft {
  text-align: left; }

.ai-alignRight {
  text-align: right; }

.ai-alignCenter {
  text-align: center; }

.ai-bg--blue {
  background-color: #f1f5f9; }

.ai-bg--brown {
  background-color: #e3dad3; }

.ai-recruit {
  padding: 60px 20px; }
  @media screen and (max-width: 639px) {
    .ai-recruit {
      padding: 40px 15px; } }
  .ai-recruit .ai-recruit__inner {
    max-width: 720px;
    margin: 0 auto; }
  .ai-recruit .ai-recruit__heading {
    font-size: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 639px) {
      .ai-recruit .ai-recruit__heading {
        font-size: 18px;
        margin-bottom: 30px; } }
  .ai-recruit .ai-recruit__text {
    line-height: 1.8;
    margin-bottom: 60px; }
    @media screen and (max-width: 639px) {
      .ai-recruit .ai-recruit__text {
        font-size: 12px;
        margin-bottom: 30px; } }
  .ai-recruit .ai-btn {
    max-width: 340px;
    width: 100%; }

.ai-interviewHead {
  padding: 100px 0 80px; }
  @media screen and (max-width: 639px) {
    .ai-interviewHead {
      padding: 50px 0 30px; } }
  .ai-interviewHead .ai-interviewHead__catch {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 639px) {
      .ai-interviewHead .ai-interviewHead__catch {
        font-size: 14px;
        margin-bottom: 10px; } }
  .ai-interviewHead .ai-interviewHead__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center; }
    @media screen and (max-width: 639px) {
      .ai-interviewHead .ai-interviewHead__title {
        font-size: 22px;
        line-height: 1.4; } }
  .ai-interviewHead .ai-interviewHead__title_sub {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
	margin-top: 10px;
    text-align: center; }
    @media screen and (max-width: 639px) {
      .ai-interviewHead .ai-interviewHead__title_sub {
        font-size: 18px;
        line-height: 1.4; } }
  .ai-interviewHead .ai-interviewHead__text {
    font-size: 20px;
    line-height: 2;
    margin-top: 50px;
    margin-bottom: 60px; }
    @media screen and (max-width: 639px) {
      .ai-interviewHead .ai-interviewHead__text {
        font-size: 13px;
        margin-top: 40px;
        margin-bottom: 40px; } }
  .ai-interviewHead .ai-interviewHead__img {
    text-align: center; }
    .ai-interviewHead .ai-interviewHead__img img {
      max-width: 100%; }
  .ai-interviewHead .ai-interviewHead__caption {
    line-height: 1.6;
    margin-top: 20px;
    text-align: center; }
    .ai-interviewHead .ai-interviewHead__caption span {
      display: block; }
    .ai-interviewHead .ai-interviewHead__caption .ai-interviewHead__captionName {
      font-size: 16px;
      margin-bottom: 10px; }
      @media screen and (max-width: 639px) {
        .ai-interviewHead .ai-interviewHead__caption .ai-interviewHead__captionName {
          font-size: 14px;
          margin-bottom: 5px; } }
      .ai-interviewHead .ai-interviewHead__caption .ai-interviewHead__captionName small {
        font-size: 14px; }
    .ai-interviewHead .ai-interviewHead__caption .ai-interviewHead__captionBelongs {
      font-size: 14px; }
      @media screen and (max-width: 639px) {
        .ai-interviewHead .ai-interviewHead__caption .ai-interviewHead__captionBelongs {
          font-size: 12px; } }

.ai-tags {
  text-align: center;
  margin: 30px 0 50px; }
  @media screen and (max-width: 639px) {
    .ai-tags {
      margin: 15px 0 40px; } }
  .ai-tags .ai-tag {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background-color: #2f353d;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px; }
    @media screen and (max-width: 639px) {
      .ai-tags .ai-tag {
        font-size: 14px; } }

.ai-interviewHeadRow1 {
  display: table;
  table-layout: fixed; }
  @media screen and (max-width: 639px) {
    .ai-interviewHeadRow1 {
      display: block;
      width: auto; } }
  .ai-interviewHeadRow1 .ai-interviewHeadRow1__col {
    display: table-cell;
    vertical-align: top; }
    @media screen and (max-width: 639px) {
      .ai-interviewHeadRow1 .ai-interviewHeadRow1__col {
        display: block;
        width: auto; } }
    .ai-interviewHeadRow1 .ai-interviewHeadRow1__col:first-child {
      width: auto;
      padding-right: 50px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 639px) {
        .ai-interviewHeadRow1 .ai-interviewHeadRow1__col:first-child {
          padding-right: 0; } }
    .ai-interviewHeadRow1 .ai-interviewHeadRow1__col:last-child {
      width: 270px; }
      @media screen and (max-width: 639px) {
        .ai-interviewHeadRow1 .ai-interviewHeadRow1__col:last-child {
          width: auto;
          margin-top: 25px;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: flex-end;
          align-items: flex-end; } }
  .ai-interviewHeadRow1 .ai-interviewHeadRow1__img {
    padding-right: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 639px) {
      .ai-interviewHeadRow1 .ai-interviewHeadRow1__img {
        width: 50%;
        padding-right: 0; } }
    .ai-interviewHeadRow1 .ai-interviewHeadRow1__img img {
      width: 100%;
      height: auto; }
  .ai-interviewHeadRow1 .ai-interviewHeadRow1__text {
    font-size: 20px;
    line-height: 2; }
    @media screen and (max-width: 639px) {
      .ai-interviewHeadRow1 .ai-interviewHeadRow1__text {
        font-size: 13px; } }
  .ai-interviewHeadRow1 .ai-interviewHeadRow1__caption {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 639px) {
      .ai-interviewHeadRow1 .ai-interviewHeadRow1__caption {
        font-size: 12px;
        width: 50%;
        padding-left: 15px;
        margin-top: 0; } }

.ai-interviewHeadRow2 {
  display: table;
  table-layout: fixed;
  width: 100%; }
  @media screen and (max-width: 639px) {
    .ai-interviewHeadRow2 {
      display: block;
      width: auto; } }
  @media screen and (max-width: 639px) {
    .ai-interviewHeadRow2 img {
      max-width: 100%;
      height: auto; } }
  .ai-interviewHeadRow2 .ai-interviewHeadRow2__col {
    display: table-cell;
    vertical-align: bottom; }
    @media screen and (max-width: 639px) {
      .ai-interviewHeadRow2 .ai-interviewHeadRow2__col {
        display: block; } }
    .ai-interviewHeadRow2 .ai-interviewHeadRow2__col:first-child {
      width: 705px; }
      @media screen and (max-width: 639px) {
        .ai-interviewHeadRow2 .ai-interviewHeadRow2__col:first-child {
          width: auto; } }
    .ai-interviewHeadRow2 .ai-interviewHeadRow2__col:last-child {
      width: auto;
      padding-left: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 639px) {
        .ai-interviewHeadRow2 .ai-interviewHeadRow2__col:last-child {
          padding-left: 0;
          margin-top: 15px; } }
  .ai-interviewHeadRow2 .ai-interviewHeadRow2__caption {
    font-size: 18px;
    line-height: 1.6; }
    @media screen and (max-width: 639px) {
      .ai-interviewHeadRow2 .ai-interviewHeadRow2__caption {
        font-size: 12px; } }

.ai-interviewBlock_contents {
  margin-top: 90px; }
  @media screen and (max-width: 639px) {
    .ai-interviewBlock_contents {
      margin-top: 50px; } }

.ai-interviewBlock {
  margin: 160px 0; }
  @media screen and (max-width: 639px) {
    .ai-interviewBlock {
      margin: 80px 0; } }
.ai-interviewBlock_2 {
  margin:  1.5em 0; }
  @media screen and (max-width: 639px) {
    .ai-interviewBlock_2 {
      margin:  1.8em 0; } }
  .ai-interviewBlock .ai-interviewBlock__title {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 639px) {
      .ai-interviewBlock .ai-interviewBlock__title {
        font-size: 16px;
        margin-bottom: 25px; } }
  .ai-interviewBlock .ai-interviewBlock__text {
    line-height: 1.8; }
    @media screen and (max-width: 639px) {
      .ai-interviewBlock .ai-interviewBlock__text {
        font-size: 12px; } }
  .ai-interviewBlock_2 .ai-interviewBlock__text {
    line-height: 1.8; }
    @media screen and (max-width: 639px) {
      .ai-interviewBlock_2 .ai-interviewBlock__text {
        font-size: 12px; } }

.ai-interviewBlock__img {
  margin: 30px 0; }

.ai-bannerImg {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 639px) {
    .ai-bannerImg {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .ai-bannerImg a {
    display: inline-block; }
  .ai-bannerImg img {
    max-width: 100%; }

.ai-headerNav {
  display: none; }
  @media screen and (max-width: 639px) {
    .ai-headerNav {
      position: fixed;
      z-index: 5;
      top: 0;
      width: 100% !important;
      height: 50px !important;
      box-sizing: border-box; } }
  @media screen and (max-width: 639px) {
    .ai-headerNav .ai-headerNav__links {
      padding-right: 50px;
      font-size: 0;
      letter-spacing: -1px;
      word-spacing: -1px; } }
  @media screen and (max-width: 639px) {
    .ai-headerNav .ai-headerNav__links li {
      display: inline-block;
      background-color: rgba(230, 221, 214, 0.85);
      width: 33%;
      letter-spacing: -0.7px;
      font-size: 12px;
      word-spacing: normal;
      vertical-align: middle;
      height: 50px;
      border-top:2px solid #beb5ac;
      border-bottom:2px solid #beb5ac;
      border-left:2px solid #beb5ac;
      box-sizing: border-box; }
      .ai-headerNav .ai-headerNav__links li:last-child {
        border-right: none; } }
  @media screen and (max-width: 639px) {
    .ai-headerNav .ai-headerNav__links li a {
      font-size: 12px;
      font-weight: 700;
      width: auto;
      color: #2f353d;
      background-color: transparent;
      display: block;
      line-height: 50px;
      text-align: center;
      font-family: "SST W55 Regularoqmpq", "SST W55 Regular", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif; } }

.ai-page--top .ai-section1 {
  padding-bottom: 120px; }
  @media screen and (max-width: 639px) {
    .ai-page--top .ai-section1 {
      padding-bottom: 50px; } }
.ai-page--top .ai-section2 {
  padding-bottom: 180px; }
  @media screen and (max-width: 639px) {
    .ai-page--top .ai-section2 {
      padding-bottom: 90px; } }
.ai-page--top .ai-section3 {
  padding-bottom: 320px; }
  @media screen and (max-width: 639px) {
    .ai-page--top .ai-section3 {
      padding-bottom: 90px; } }
  .ai-page--top .ai-section3 .ai-lead2 {
    margin-top: 80px;
    margin-bottom: 80px; }
    @media screen and (max-width: 639px) {
      .ai-page--top .ai-section3 .ai-lead2 {
        margin-top: 30px;
        margin-bottom: 25px; } }
  .ai-page--top .ai-section3 .ai-btn {
    font-size: 16px; }
.ai-page--top .ai-section4 {
  padding-bottom: 220px; }
  @media screen and (max-width: 639px) {
    .ai-page--top .ai-section4 {
      padding-bottom: 90px; } }
  .ai-page--top .ai-section4 .ai-ancNav {
    margin-bottom: 100px; }
    @media screen and (max-width: 639px) {
      .ai-page--top .ai-section4 .ai-ancNav {
        margin-bottom: 35px; } }
  .ai-page--top .ai-section4 .ai-lead2 {
    margin-bottom: 110px; }
    @media screen and (max-width: 639px) {
      .ai-page--top .ai-section4 .ai-lead2 {
        margin-bottom: 70px; } }
.ai-page--top .ai-section5 {
  padding-bottom: 100px; }
  @media screen and (max-width: 639px) {
    .ai-page--top .ai-section5 {
      padding-bottom: 10px; } }
  .ai-page--top .ai-section5 .ai-lead2 {
    margin-bottom: 110px; }
    @media screen and (max-width: 639px) {
      .ai-page--top .ai-section5 .ai-lead2 {
        margin-bottom: 70px; } }
.ai-page--top .ai-section6 {
  padding-bottom: 230px; }
  @media screen and (max-width: 639px) {
    .ai-page--top .ai-section6 {
      padding-bottom: 90px; } }
  .ai-page--top .ai-section6 .ai-lead2 {
    margin-bottom: 110px; }
    @media screen and (max-width: 639px) {
      .ai-page--top .ai-section6 .ai-lead2 {
        margin-bottom: 70px; } }

.ai-page--tech .ai-block + .ai-block {
  margin-top: 195px; }
  @media screen and (max-width: 639px) {
    .ai-page--tech .ai-block + .ai-block {
      margin-top: 90px; } }
.ai-page--tech .ai-section1 {
  padding-bottom: 80px; }
  @media screen and (max-width: 639px) {
    .ai-page--tech .ai-section1 {
      padding-bottom: 50px; } }
.ai-page--tech .ai-section2 {
  padding-bottom: 160px; }
  @media screen and (max-width: 639px) {
    .ai-page--tech .ai-section2 {
      padding-bottom: 90px; } }
  .ai-page--tech .ai-section2 .ai-lead1 {
    margin-bottom: 160px; }
    @media screen and (max-width: 639px) {
      .ai-page--tech .ai-section2 .ai-lead1 {
        margin-bottom: 90px; } }
  .ai-page--tech .ai-section2 .ai-ancNav {
    margin-bottom: 130px; }
    @media screen and (max-width: 639px) {
      .ai-page--tech .ai-section2 .ai-ancNav {
        margin-bottom: 60px; } }
.ai-page--tech .ai-section3 {
  margin-bottom: 200px; }
  @media screen and (max-width: 639px) {
    .ai-page--tech .ai-section3 {
      margin-bottom: 90px; } }

.ai-page--interview .ai-section2 {
  padding-bottom: 200px; }
  @media screen and (max-width: 639px) {
    .ai-page--interview .ai-section2 {
      padding-bottom: 90px; } }
  .ai-page--interview .ai-section2 .ai-btn {
    max-width: 500px;
    width: 100%; }
  .ai-page--interview .ai-section1 .ai-btn {
    max-width: 500px;
    width: 100%; }


/* 追加 */
.news-wrap {
  margin-bottom: 80px;
  background-color: #efefef;
}
@media screen and (max-width: 639px) {
  .news-wrap {
    margin-bottom: 50px;
  }
}
.news-inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 60px 20px 120px;
}
@media screen and (max-width: 639px) {
  .news-inner {
    padding: 30px 16px 100px; } }

p.news-ttl {
  color: #2f353d;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  p.news-ttl {
    font-size: 24px; } }
ul.news-list {
  margin-top: 40px; }
@media screen and (max-width: 639px) {
  ul.news-list {
    margin-top: 30px; } }

ul.news-list li {
  margin-top: 40px;
  color: #5d5d5d;
  line-height: 1.6;
  font-size: 20px; }

@media screen and (max-width: 639px) {
  ul.news-list li {
    margin-top: 40px;
    line-height: 1.2;
    font-size: 15px; } }

/*ul.news-list li:first-child {
  margin-top: 0; }*/

ul.news-list li .news-detail {
	margin-bottom: 10px;
	align-items: center;
	display: flex; } 

@media screen and (max-width: 639px) {
  ul.news-list li .news-detail {
    margin-bottom: 10px; } }

ul.news-list li .news-day {
	color: #666;
	margin-right: 30px;
	font-size: 15px; } 

@media screen and (max-width: 639px) {
  ul.news-list li .news-day {
	font-size: 12px;
	margin-right: 20px;
	letter-spacing: -0.3px;} }

ul.news-list li .news-tag {
	padding: 2px 30px;
	font-size: 12px;
	color: #666;
	background-color: #fff; } 

@media screen and (max-width: 639px) {
  ul.news-list li .news-tag {
	font-size: 10px;
	padding: 2px 12px;} }

ul.news-list li .news-txt {
  font-weight: bold; }

@media screen and (max-width: 639px) {
  ul.news-list li .news-txt {
    line-height: 1.4; } }



/* 追加 */
.banner-wrap {
  margin-bottom: 130px;
}
@media screen and (max-width: 639px) {
  .banner-wrap {
    margin-bottom: 80px; } }
.banner_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

	@media screen and (max-width: 639px) {
	 .banner_inner {
	  display: -webkit-block;
	  display: block;
	  -webkit-align-items: center;
	  align-items: center;
	  -webkit-justify-content: center;
	  justify-content: center; } }

  .banner_inner li {
    width: 33%;
    max-width: 1190px;
    text-align: center;
    padding-right:20px; }
  .banner_inner li:last-child {
    padding-right:0; }
    
    @media screen and (max-width: 639px) {
      .banner_inner li {
		width: 100%;
        padding-bottom:20px; } 
	  .banner_inner li:last-child {
    	padding-bottom:0; }}

  .banner_inner li img {
    display: inline-block;
	width: 100%;}
    @media screen and (max-width: 639px) {
      .banner_inner li img {
        width: 100%; } }

/* 追加 */
.seavice-notes {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  display: block; }
  @media screen and (max-width: 639px) {
    .seavice-notes {
      font-size: 12px; } }

.ai-interviewBlock .ai-interviewBlock__pic {
  margin: 40px 0;
  text-align: center; }

.ai-interviewBlock .ai-interviewBlock__pic img{
  max-width: 100%;	
}
  @media screen and (max-width: 639px) {
    .ai-interviewBlock .ai-interviewBlock__pic {
	  margin: 30px 0; } 
	.ai-interviewBlock .ai-interviewBlock__pic img{
  	  max-width: 80%; } }

span.italic {
     font-style: italic; }



/* コンテンツアコーディオン */
.grad-wrap_3 {
  position: relative;
  margin-top: 0px;
}
.grad-wrap_3 + .grad-wrap_3 {
  margin-top: 40px;
}
.grad-trigger_3 {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -5em;
  left: 0;
  width: 50%;
  margin: auto;
  padding: 1em 0;
  border-radius: 2px;
  background: #fff;
  color: #959595;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
	@media screen and (max-width: 639px) {
	.grad-trigger_3 {
		font-size: 14px; } }

.grad-trigger_3 .icn_arrow::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  margin: 0 10px 0 0;
  background: url("../img/arrow01.png") no-repeat; background-size: contain;
  vertical-align: middle;
}
.grad-trigger_3:hover .icn_arrow::before {
  background: url("../img/arrow02.png") no-repeat; background-size: contain;
}
.grad-trigger_3::after {
  content: "more" /*クリック前のボタンのラベル*/
}
.grad-trigger_3:hover {
  background: #555;
  color: #fff;
}
.grad-trigger_3 .fa {
  margin-right: .5em;
}
.grad-item_3 {
  position: relative;
  overflow: hidden;
}
.grad-item_3.is-hide {
  height: 0px; /*隠した後の高さ*/
}
	@media screen and (max-width: 639px) {
		.grad-item_3.is-hide {
			height: 0px; /*隠した後の高さ*/ } }

.grad-item_3::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0px; /*グラデーションで隠す高さ*/
}
.grad-trigger_3.is-show {
  bottom: -5em;
}
.grad-trigger_3.is-show::after {
  content: "close" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger_3.is-show .icn_arrow::before {
  transform: rotate(180deg);
}
.grad-trigger_3.is-show + .grad-item_3::before {
  display: none;
}
/* コンテンツアコーディオン ここまで */


.tmpl-header_logo a:hover,
.tmpl-headerNav_item a:hover {
	opacity: 1.0 !important;
}