@charset "UTF-8";
/*-----------------------------------------------------

  BASE

----------------------------------------------------- */
body {
  color: #333;
  font-family: 'Noto Sans JP' , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

._sp,
._sp_df {
  display: none !important;
}

@media (max-width: 767px) {
  ._pc,
  ._pc_df {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
  ._sp_df {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

*:focus {
  outline: none;
}

/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child + html .clearFix {
  display: inline-block;
}

/* for IE7 */
.clearFix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearFix {
  display: inline-block;
}

/* no ie mac \*/
* html .clearFix {
  height: 1%;
}

.clearFix {
  display: block;
}

/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.7;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

a {
  text-decoration: none;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img {
  border-style: none;
  display: block;
  line-height: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

.header {
  width: 100%;
  background: #fff;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header .logo {
  display: block;
  text-align: center;
  width: 150px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .header .logo {
    width: 100px;
    margin: 0px 0 0 13px;
  }
}

.header .logo p {
  color: #1c3795;
  margin-top: 5px;
  letter-spacing: 0.08em;
  font-weight: normal;
}

@media (max-width: 767px) {
  .header .logo p {
    font-size: 1rem;
    margin-top: 3px;
    line-height: 1;
  }
}

.header .logoImg {
  width: 100%;
}

.header .logoImg img {
  width: 100%;
}

.header .navi {
  height: 100%;
  width: calc(100% - 150px - 80px);
  max-width: 680px;
}

@media (max-width: 767px) {
  .header .navi {
    width: 100%;
  }
}

.header .navi_inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 (max-width: 767px) {
  .header .navi_inner {
    display: block;
  }
}

@media (max-width: 767px) {
  .header .navi_inner li {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .header .navi_inner li:last-child {
    width: 150px;
    height: 100%;
    margin-right: 0;
  }
  .header .navi_inner li:last-child a {
    background: #003c6b;
    height: 100%;
    width: 100%;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header .navi_inner li:last-child a:before {
    content: "";
    background: url(../images/contact_icon.svg) no-repeat;
    width: 29px;
    height: 27px;
    background-size: 100%;
    display: block;
    margin: 30px auto 13px;
  }
  .header .navi_inner li:last-child a:hover {
    background-color: #1f86b0;
  }
  .header .navi_inner li:last-child span {
    color: #fff !important;
  }
}

.header .navi_inner a {
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .header .navi_inner a {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .header .navi_inner a:hover .en, .header .navi_inner a:hover .jp {
    color: #1f86b0;
  }
}

.header .navi_inner span {
  display: block;
  line-height: 1;
}

.header .navi_inner .en {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  color: #003c6b;
  font-size: 1.8rem;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .header .navi_inner .en {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}

.header .navi_inner .jp {
  font-size: 1.2rem;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  /*ハンバーガーボタン*/
  .js_humburgerOpen {
    overflow: hidden;
  }
  .el_humburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 18px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    background: #003c6b;
    text-align: center;
  }
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px;
    display: inline-block;
  }
  .el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
  }
  .el_humburgerButton__close span.el_humburger_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
  }
  .el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .navi {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #003c6b;
    width: 450px;
    z-index: 3;
    padding: 80px 5% 0;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    overflow: auto;
  }
  .js_humburgerOpen .navi {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    width: 100%;
  }
  .navi_inner {
    height: auto !important;
  }
  .navi_item {
    margin: 0 0 40px;
    font-size: 18px;
    display: block;
  }
  .navi_item:last-child {
    margin: 0;
  }
  .navi_item a {
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.02em;
  }
  .navi_item span {
    color: #fff;
  }
  .navi_item .en {
    color: #fff !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.subC {
  color: #1f86b0 !important;
}

.bgWhite {
  position: relative;
  line-height: 1;
  z-index: 1;
}

.bgWhite:after {
  content: "";
  width: 100%;
  height: 90%;
  background: #fff;
  position: absolute;
  top: 25%;
  left: 0;
  z-index: -1;
}

.fmt_title_1 .en {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: 6.5rem;
  color: #003c6b;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .fmt_title_1 .en {
    font-size: 4.2rem;
    margin-bottom: 10px;
  }
}

.fmt_title_1 .jp {
  color: #1f86b0;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .fmt_title_1 .jp {
    font-size: 1.4rem;
  }
}

.fmt_title_1 span {
  line-height: 1;
  display: block;
  font-weight: normal;
}

.fmt_title_2 .jp {
  font-size: 2.4rem;
  color: #003c6b;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .fmt_title_2 .jp {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}

.fmt_title_2 .en {
  color: #1f86b0;
  font-size: 1.6rem;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .fmt_title_2 .en {
    font-size: 1.4rem;
  }
}

.fmt_title_2 span {
  display: block;
  line-height: 1;
}

.lowerKeyvisual {
  width: calc(100% - 80px);
  margin-left: 80px;
  height: 570px;
  position: relative;
}

@media (max-width: 767px) {
  .lowerKeyvisual {
    height: 240px;
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}

.lowerKeyvisual-text {
  position: absolute;
  bottom: 80px;
  left: 0;
}

@media (max-width: 767px) {
  .lowerKeyvisual-text {
    bottom: 30px;
  }
}

.lowerKeyvisual-text .jp {
  color: #1f86b0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding-right: 5px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .lowerKeyvisual-text .jp {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.lowerKeyvisual-text .jp.bgWhite:after {
  height: 110%;
}

.lowerKeyvisual-text .en {
  color: #003c6b;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: 8.2rem;
  font-weight: normal;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .lowerKeyvisual-text .en {
    font-size: 4rem;
  }
}

.lowerKeyvisual-text span {
  display: inline-block;
}

.company .lowerKeyvisual {
  background: url(../images/keyvisual_company.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.service .lowerKeyvisual {
  background: url(../images/keyvisual_service.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works .lowerKeyvisual {
  background: url(../images/keyvisual_works.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.download .lowerKeyvisual {
  background: url(../images/keyvisual_download.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.recruit .lowerKeyvisual {
  background: url(../images/keyvisual_recruit.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.contact .lowerKeyvisual {
  background: url(../images/keyvisual_contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.contactSec {
  width: 100%;
  padding: 120px 0;
  background-color: #003c6b;
  position: relative;
  background: url(../images/contact_bg.svg) no-repeat;
  background-size: 70%;
  background-position: top 20% right;
}

@media (max-width: 767px) {
  .contactSec {
    padding: 60px 0;
    background-size: 100%;
  }
}

.contactSec:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #003c6b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contactSec-top {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 (max-width: 767px) {
  .contactSec-top {
    margin: 0 auto 30px;
  }
}

.contactSec-top .fmt_title_1 {
  width: 17%;
}

@media (max-width: 1000px) {
.downloadSec .fmt_title_1 {
    width: 35%;
  }
  .contactSec-top .fmt_title_1 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.contactSec-top .fmt_title_1 span {
  color: #fff;
}

.contactSec-top p {
  width: calc(83% - 140px);
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media (max-width: 1000px) {
  .contactSec-top p {
    width: 100%;
    font-size: 1.4rem;
  }
}

.contactSec-bottom {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contactSec-bottom-box {
  width: calc(50% - 40px);
  background: #fff;
  padding: 50px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .contactSec-bottom-box {
    width: calc(50% - 20px);
    padding: 30px;
  }
}

@media (max-width: 1000px) {
  .contactSec-bottom-box {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 1000px) {
  .contactSec-bottom-box:first-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contactSec-bottom-box p {
    font-size: 1.3rem;
  }
}

.contactSec-bottom-box .midashi {
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .contactSec-bottom-box .midashi {
    margin-bottom: 15px;
  }
}

.contactSec-bottom-box .midashi:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #003c6b;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.contactSec-bottom-box .midashi span {
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  background: #fff;
  padding: 0px 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1000px) {
  .contactSec-bottom-box .midashi span {
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    padding: 0px 10px;
  }
}

.contactSec-bottom-box .telbtn {
  color: #003c6b;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: 4.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .contactSec-bottom-box .telbtn {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .contactSec-bottom-box .telbtn {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}

.contactSec-bottom-box .telbtn span {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .contactSec-bottom-box .telbtn span {
    font-size: 2.1rem;
  }
}

.contactSec-bottom-box .contactbtn {
  color: #fff;
  background: #1f86b0;
  width: 100%;
  padding: 24px 0;
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .contactSec-bottom-box .contactbtn {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .contactSec-bottom-box .contactbtn:hover {
    background: #003c6b;
  }
  .contactSec-bottom-box .contactbtn:hover:after {
    right: 20px;
  }
}

.contactSec-bottom-box .contactbtn:after {
  content: "";
  background: url(../images/arrow_2.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .contactSec-bottom-box .contactbtn:after {
    right: 20px;
  }
}

.partner {
  width: 100%;
  background: #f8f8f8;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner .partnerImg {
  width: 100%;
  max-width: 160px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .partner .partnerImg {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 14px;
  }
}

.partner .partnerImg img {
  width: 100%;
}

.partner p {
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .partner p {
    width: calc(100% - 40px);
    margin: 0 auto;
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}

.footer {
  width: 100%;
  padding: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 (max-width: 767px) {
  .footer {
    padding: 50px 20px;
  }
}

.footer-left {
  width: 40%;
}

@media (max-width: 767px) {
  .footer-left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.footer-right {
  width: 60%;
  max-width: 580px;
}

@media (max-width: 767px) {
  .footer-right {
    width: 100%;
  }
}

.footer .logo {
  width: 180px;
  display: inline-block;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer .logo {
    width: 130px;
    margin: 0 auto 10px;
  }
}

.footer .logo img {
  width: 100%;
}

.footer .name {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footer .name {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.footer .min {
  font-size: 1.3rem;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 580px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .footer-list {
    margin-bottom: 40px;
  }
}

.footer-list li {
  text-align: center;
}

@media (max-width: 767px) {
  .footer-list li {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer-list li:last-child {
    margin-bottom: 0;
  }
}

.footer-list a {
  display: inline-block;
}

@media (min-width: 768px) {
  .footer-list a:hover .en, .footer-list a:hover .jp {
    color: #1f86b0;
  }
}

.footer-list span {
  line-height: 1;
  display: block;
}

.footer-list .en {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: 2.2rem;
  margin-bottom: 5px;
  color: #003c6b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .footer-list .en {
    font-size: 1.8rem;
  }
}

.footer-list .jp {
  opacity: 0.8;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .footer-list .jp {
    font-size: 1rem;
  }
}

.footer .copyright {
  text-align: right;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
}

html, body {
  height: 100%;
}

.keyvisual {
  width: 100%;
  height: 100%;
  position: relative;
}

.keyvisual .keyvisualImg {
  width: calc(100% - 100px);
  margin-left: 100px;
  height: 100%;
  background: url(../images/keyvisual_1.jpg) no-repeat;
  height: 100%;
  background-size: cover;
  background-position: center right;
}

@media (max-width: 767px) {
  .keyvisual .keyvisualImg {
    width: calc(100% - 40px);
    margin-left: 40px;
    background-position: center right -250px;
  }
}

.keyvisual .keyvisualText {
  position: absolute;
  top: calc(50% + 100px);
  left: 100px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .keyvisual .keyvisualText {
    top: calc(50% + 50px);
    left: 40px;
  }
}

.keyvisual .keyvisualText-sub {
  color: #003c6b;
  font-size: clamp(1.8rem, 1.8vw, 3.6rem);
  font-weight: bold;
  letter-spacing: 0.16em;
  margin-bottom: 40px;
  display: inline-block;
}

@media (max-width: 767px) {
  .keyvisual .keyvisualText-sub {
    margin-bottom: 20px;
  }
}

.keyvisual .keyvisualText-main {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(4.6rem, 6.8vw, 12.6rem);
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1;
}

.keyvisual .keyvisualText-main > span {
  display: inline-block;
  padding: 0 20px 0 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .keyvisual .keyvisualText-main > span {
    padding: 0 10px 0 0;
    margin-bottom: 10px;
  }
}

.keyvisual .keyvisualText-main > span:last-child {
  margin-bottom: 0;
}

.keyvisual .keyvisualText span {
  color: #003c6b;
}

.keyvisual .scroll {
  padding-bottom: 80px;
  position: absolute;
  bottom: 20px;
  left: 45px;
  z-index: 2;
  display: inline-block;
}

@media (max-width: 767px) {
  .keyvisual .scroll {
    left: 15px;
    padding-bottom: 70px;
  }
}

.keyvisual .scroll .scrollimg {
  width: 10px;
}

@media (max-width: 767px) {
  .keyvisual .scroll .scrollimg {
    width: 8px;
  }
}

.keyvisual .scroll .scrollimg img {
  width: 100%;
}

.keyvisual .scroll span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 54px;
  background: #003c6b;
}

.keyvisual .scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #003c6b;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.topCommitment {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 120px;
  padding: 260px 0 160px;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .topCommitment {
    padding: 140px 0 0px;
  }
}

@media (max-width: 767px) {
  .topCommitment {
    padding: 80px 0 0px;
    margin: 0 auto 30px;
  }
}

.topCommitment-textBox {
  width: calc(100% - 40px);
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .topCommitment-textBox {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .topCommitment-textBox {
    margin-bottom: 30px;
  }
}

.topCommitment-textBox:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  top: 15px;
  right: calc(100% + 40px);
}

.topCommitment-textBox .lead {
  color: #1f86b0;
  font-size: 1.8rem;
  margin-bottom: 100px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .topCommitment-textBox .lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.topCommitment-textBox .maintext {
  color: #003c6b;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .topCommitment-textBox .maintext {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}

.topCommitment-textBox .maintext span {
  color: #fff;
  padding: 2px;
  position: relative;
}

.topCommitment-textBox .maintext span:after {
  content: "";
  width: 45px;
  height: 45px;
  background: #1f86b0;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + -1px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .topCommitment-textBox .maintext span:after {
    width: 30px;
    height: 30px;
  }
}

.topCommitment-textBox p {
  font-size: 1.7rem;
  line-height: 3;
}

@media (max-width: 767px) {
  .topCommitment-textBox p {
    line-height: 2.5;
    font-size: 1.4rem;
  }
}

.topCommitment .imgWrap {
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .topCommitment .imgWrap {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }
}

.topCommitment .imgbox {
  width: 100%;
  position: absolute;
}

.topCommitment .imgbox img {
  width: 100%;
}

.topCommitment .img_1 {
  width: 30%;
  max-width: 475px;
  top: 7%;
  right: 3%;
}

@media screen and (max-width: 1250px) {
  .topCommitment .img_1 {
    position: static;
    width: 80%;
    margin-left: 40px;
    padding-bottom: 37%;
  }
}

.topCommitment .img_2 {
  width: 25%;
  max-width: 400px;
  top: 57%;
  right: 0;
}

@media screen and (max-width: 1250px) {
  .topCommitment .img_2 {
    width: 50%;
    top: auto;
    bottom: 0;
  }
}

.topCommitment .img_3 {
  width: 18%;
  max-width: 300px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1250px) {
  .topCommitment .img_3 {
    width: 30%;
    bottom: auto;
    top: 52%;
  }
}

.topBtn {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 767px) {
  .topBtn {
    margin: 0 auto 40px;
  }
}

.topBtn:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 1000px) {
  .topBtn:after {
    content: none;
  }
}

.topBtn a {
  width: calc(50% - 7%);
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 40px 0;
}

@media (max-width: 1000px) {
  .topBtn a {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
  }
}

@media (max-width: 1000px) {
  .topBtn a:last-child {
    border-bottom: none;
  }
}

.topBtn a:hover .topBtn-more:after {
  right: -10px;
}

@media (max-width: 767px) {
  .topBtn-text {
    width: 100%;
    margin-bottom: 20px;
  }
}

.topBtn-text span {
  display: block;
  line-height: 1;
}

.topBtn .en {
  color: #003c6b;
  font-size: 4.5rem;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .topBtn .en {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

.topBtn .jp {
  color: #1f86b0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .topBtn .jp {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.topBtn .jp:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #003c6b;
  position: absolute;
  bottom: 0;
  left: 0;
}

.topBtn-more {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  color: #003c6b;
  font-size: 2rem;
  position: relative;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .topBtn-more {
    font-size: 1.6rem;
    padding-right: 40px;
  }
}

.topBtn-more:after {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.downloadSec,
.topMovie {
  width: 100%;
  position: relative;
}

.download-inner,
.topMovie-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1480px;
}

.downloadSec .fmt_title_1{
  /*width: calc(100% - 40px);*/
  margin: 40px auto 40px 20px;
}

.topMovie .fmt_title_1 {
  width: calc(100% - 40px);
  margin: 0 auto 100px;
}

@media (max-width: 767px) {
.downloadSec .fmt_title_1{
  width: calc(100% - 40px);
  /*margin: 40px auto 40px;*/
}
	
  .topMovie .fmt_title_1 {
    margin: 0 auto 60px;
  }
}

.topMovie-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.topMovie-box a {
  width: calc(50% - 5%);
  position: relative;
}

@media (max-width: 767px) {
  .topMovie-box a {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .topMovie-box a:first-child {
    margin-bottom: 40px;
  }
}

.topMovie-box .deco {
  width: 16vw;
  height: 16vw;
  max-width: 135px;
  max-height: 135px;
  background: #003c6b;
  position: absolute;
  top: -40px;
  left: -40px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .topMovie-box .deco {
    top: -20px;
    left: -20px;
    width: 20vw;
    height: 20vw;
  }
}

.topMovie-box .deco:before {
  content: "";
  width: 120px;
  height: 120px;
  width: 14vw;
  height: 14vw;
  max-width: 120px;
  max-height: 120px;
  background: url(../images/movie_deco.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .topMovie-box .deco:before {
    width: 18vw;
    height: 18vw;
  }
}

.topMovie-box .deco:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .topMovie-box .deco:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #fff;
  }
}

.topMovie-box .thumbnail {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .topMovie-box .thumbnail {
    margin-bottom: 15px;
  }
}

.topMovie-box .thumbnail img {
  width: 100%;
}

.topMovie-box .midashi {
  font-size: 1.9rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .topMovie-box .midashi {
    font-size: 1.6rem;
  }
}

.loop_wrap {
  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;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.loop_wrap div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: 15rem;
  opacity: 0.1;
  color: #003c6b;
  padding: 24px 12px;
  will-change: transform;
  line-height: 1;
}

@media (max-width: 767px) {
  .loop_wrap div {
    font-size: 7rem;
  }
}

.loop_wrap div:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
}

.loop_wrap div:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.topWorks {
  width: 100%;
  background: #1f86b0;
  padding: 110px 0;
  margin-bottom: 120px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .topWorks {
    padding: 50px 0;
    margin-bottom: 60px;
  }
}

.topWorks-inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.topWorks .fmt_title_1 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .topWorks .fmt_title_1 {
    margin-bottom: 40px;
  }
}

.topWorks .fmt_title_1 span {
  color: #fff;
}

.topWorks-slick {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

@media (max-width: 767px) {
  .topWorks-slick {
    margin-bottom: 40px;
  }
}

.topWorks-slick .slick-list {
  overflow: inherit;
  padding: 0 40% 0 0;
}

@media (max-width: 767px) {
  .topWorks-slick .slick-list {
    padding: 0;
  }
}

.topWorks-slick-inner {
  width: 100%;
}

@media (max-width: 767px) {
  .topWorks-slick-inner {
    padding: 0 20px;
  }
}

.topWorks-slick .img {
  width: 100%;
  max-width: 650px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .topWorks-slick .img {
    margin-bottom: 20px;
  }
}

.topWorks-slick .img img {
  width: 100%;
}

.topWorks-slick .midashi {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .topWorks-slick .midashi {
    font-size: 2.1rem;
    margin-bottom: 0;
  }
}

.topWorks-slick span {
  color: #fff;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .topWorks-slick span {
    font-size: 1.3rem;
  }
}

.topWorks-bottom {
  border-top: 1px solid #7ebcd5;
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 (max-width: 767px) {
  .topWorks-bottom {
    padding-top: 30px;
  }
}

.topWorks .slide_arrows {
  position: relative;
  width: 50%;
  max-width: 140px;
  height: 10px;
}

@media (max-width: 767px) {
  .topWorks .slide_arrows {
    width: 110px;
  }
}

.topWorks .slide_arrows .slick-prev {
  width: 50px;
  left: 0;
}

.topWorks .slide_arrows .slick-prev:before {
  content: "";
  background: url(../images/arrow_4.svg) no-repeat;
  width: 50px;
  height: 10px;
  background-size: cover;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .topWorks .slide_arrows .slick-prev:before {
    width: 40px;
    height: 8px;
  }
}

.topWorks .slide_arrows .slick-next {
  width: 50px;
  right: 0;
}

.topWorks .slide_arrows .slick-next:before {
  content: "";
  background: url(../images/arrow_5.svg) no-repeat;
  width: 50px;
  height: 10px;
  background-size: cover;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .topWorks .slide_arrows .slick-next:before {
    width: 40px;
    height: 8px;
  }
}

.topWorks .worksmore {
  width: 50%;
  max-width: 200px;
}

.topWorks .worksmore a {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: 2rem;
  letter-spacing: 0.08em;
  position: relative;
}

@media (max-width: 767px) {
  .topWorks .worksmore a {
    font-size: 1.7rem;
  }
}

.topWorks .worksmore a:after {
  content: "";
  background: url(../images/arrow_2.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .topWorks .worksmore a:after {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .topWorks .worksmore a:hover:after {
    right: -10px;
  }
}

.messageWrap {
  overflow: hidden;
}

.message {
  width: 100%;
  margin: 210px auto 200px;
  position: relative;
  max-width: 1600px;
}

@media (max-width: 767px) {
  .message {
    margin: 80px auto 80px;
  }
}

.message:before {
  content: "";
  width: 80vw;
  height: 90%;
  background: #003c6b;
  position: absolute;
  bottom: 0;
  left: 20%;
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  .message:before {
    content: none;
  }
}

.message-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.message .fmt_title_2 {
  margin-bottom: 40px;
  padding-right: 20px;
}

.message .fmt_title_2 span {
  text-align: right;
}

.message-content {
  padding: 130px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .message-content {
    background: #003c6b;
    padding: 60px 20px;
    width: calc(100% - 20px);
  }
}

.message-content .maintext {
  width: 100%;
  max-width: 100px;
}

@media screen and (max-width: 1100px) {
  .message-content .maintext {
    max-width: none;
    margin-bottom: 20px;
  }
}

.message-content .maintext .en, .message-content .maintext .jp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .message-content .maintext .en, .message-content .maintext .jp {
    display: block;
    color: #fff;
  }
}

.message-content .maintext .en {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: 2.7rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
}

.message-content .maintext .jp {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.message-content .maintext img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .message-content .maintext img {
    display: none;
  }
}

.message-content p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  color: #fff;
  line-height: 3.5;
  letter-spacing: 0.1em;
  margin: 60px 90px 0 60px;
}

@media screen and (max-width: 1100px) {
  .message-content p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
}

.message-content .name {
  width: 100%;
  max-width: 65px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 767px) {
  .message-content .name {
    max-width: 50px;
  }
}

.message-content .name img {
  width: 100%;
}

.message .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 37%;
}

@media screen and (max-width: 1100px) {
  .message .imgbox {
    position: static;
    width: 80%;
    margin-top: -150px;
  }
}

.message .imgbox img {
  width: 100%;
}

.message .img_1 {
  width: 72%;
  max-width: 425px;
  margin: 0 0 6% 28%;
}

@media screen and (max-width: 1100px) {
  .message .img_1 {
    margin: 0 0 5% 5%;
  }
}

.message .img_2 {
  width: 81%;
  max-width: 480px;
}

@media screen and (max-width: 1100px) {
  .message .img_2 {
    margin: 0 0 0 17%;
  }
}

.outline {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 200px;
  position: relative;
}

@media (max-width: 767px) {
  .outline {
    margin: 0 auto 60px;
  }
}

.outline .fmt_title_2 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .outline .fmt_title_2 {
    margin-bottom: 40px;
  }
}

.outline-inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .outline-inner {
    margin: 0 auto 40px;
  }
}

.outline-left {
  width: 60%;
}

@media (max-width: 1000px) {
  .outline-left {
    width: 100%;
  }
}

.outline-table {
  width: 100%;
}

.outline-table tr {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .outline-table tr {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.outline-table tr:last-child {
  margin-bottom: 0px;
}

.outline-table th {
  color: #003c6b;
  width: 200px;
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .outline-table th {
    width: 100%;
    margin-bottom: 5px;
  }
}

.outline-table td {
  width: calc(100% - 200px);
  line-height: 2;
}

@media (max-width: 767px) {
  .outline-table td {
    width: 100%;
    line-height: 1.8;
  }
}

.outline-right {
  width: calc(40% - 80px);
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1000px) {
  .outline-right {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
}

.outline-right .img_1 {
  width: 85%;
  max-width: 475px;
}

.outline-right .img_2 {
  width: 72%;
  max-width: 400px;
  margin: 10% 0 0 28%;
}

.outline-right img {
  width: 100%;
}

.history {
  width: 100%;
  margin-bottom: 120px;
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .history {
    background: #1f86b0;
    width: calc(100% - 20px);
    padding: 60px 0 30px;
    margin-bottom: 60px;
  }
}

.history:before {
  content: "";
  width: 90%;
  height: 100%;
  background: #1f86b0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  .history:before {
    width: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  .history:before {
    content: none;
  }
}

.history-inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.history .fmt_title_2 {
  width: 180px;
}

@media (max-width: 767px) {
  .history .fmt_title_2 {
    width: 100%;
    margin-bottom: 40px;
  }
}

.history .fmt_title_2 span {
  color: #fff;
}

.history-list {
  width: calc(100% - 180px);
}

@media (max-width: 767px) {
  .history-list {
    width: 100%;
  }
}

.history-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 60px;
  padding-left: 8%;
  position: relative;
}

@media (max-width: 767px) {
  .history-list li {
    padding: 0 0 30px 30px;
  }
}

.history-list li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.history-list li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 6px;
}

.history-list li:last-child {
  padding-bottom: 0px;
}

.history-list li:last-child:after {
  content: none;
}

.history-list .date {
  width: 110px;
  text-align: center;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  border: 1px solid #fff;
  padding: 8px 10px;
  margin-right: 50px;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media (max-width: 1000px) {
  .history-list .date {
    font-size: 1.6rem;
    padding: 6px 6px;
    margin-bottom: 10px;
  }
}

.history-list .text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media (max-width: 1000px) {
  .history-list .text {
    font-size: 1.4rem;
    width: 100%;
  }
}

.history-list span {
  color: #fff;
}

.access {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto 120px;
}

@media (max-width: 767px) {
  .access {
    margin: 0 auto 60px;
  }
}

.access .fmt_title_2 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .access .fmt_title_2 {
    margin-bottom: 40px;
  }
}

.access-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.access .map {
  width: 50%;
  height: 450px;
}

@media (max-width: 767px) {
  .access .map {
    width: 100%;
    margin-bottom: 20px;
    height: 280px;
  }
}

.access .map iframe {
  width: 100%;
  height: 100%;
}

.access .maptext {
  width: calc(50% - 80px);
}

@media (max-width: 767px) {
  .access .maptext {
    width: 100%;
  }
}

.access .maptext .midashi {
  color: #003c6b;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .access .maptext .midashi {
    margin-bottom: 10px;
  }
}

.access .maptext .sub {
  color: #1f86b0;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d2d2d2;
}

@media (max-width: 767px) {
  .access .maptext .sub {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.access .maptext p {
  line-height: 2;
}

.feature {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 140px auto 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .feature {
    margin: 60px auto 80px;
  }
}

.feature .fmt_title_2 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .feature .fmt_title_2 {
    margin-bottom: 30px;
  }
}

.feature-text {
  width: 50%;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .feature-text {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

.feature-text .maintext {
  font-size: 3.2rem;
  color: #003c6b;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .feature-text .maintext {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.feature-text p {
  line-height: 3;
}

@media (max-width: 767px) {
  .feature-text p {
    line-height: 2.5;
  }
}

.feature-img {
  width: calc(45% - 80px);
  position: relative;
}

@media (max-width: 767px) {
  .feature-img {
    width: 100%;
  }
}

.feature-img:before {
  content: "";
  width: 100%;
  height: 70%;
  background: #1f86b0;
  position: absolute;
  top: 50%;
  left: -20%;
  z-index: -1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .feature-img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

.feature-img img {
  width: 100%;
}

.feature-img .img_1 {
  width: 92%;
  max-width: 504px;
}

.feature-img .img_2 {
  width: 92%;
  max-width: 504px;
  margin: 7% 0 0 9%;
}

.flow {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto 140px;
}

@media (max-width: 767px) {
  .flow {
    margin: 0 auto 60px;
  }
}

.flow .fmt_title_2 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .flow .fmt_title_2 {
    margin-bottom: 60px;
  }
}

.flow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  margin-bottom: 80px;
}

.flow-box:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .flow-box:nth-child(even) .flow-img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

.flow-text {
  width: 60%;
  padding: 0 8%;
  position: relative;
}

@media (max-width: 767px) {
  .flow-text {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.flow-text .number {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: 15rem;
  color: #003c6b;
  opacity: 0.1;
  position: absolute;
  top: -90px;
  left: 40px;
  line-height: 1;
  font-weight: bold;
  z-index: -1;
}

@media (max-width: 767px) {
  .flow-text .number {
    font-size: 8rem;
    left: -20px;
    top: -50px;
  }
}

.flow-text .midashi {
  color: #003c6b;
  font-size: 2.8rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #1f86b0;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .flow-text .midashi {
    font-size: 2.1rem;
  }
}

.flow-text p {
  line-height: 2.5;
}

.flow-img {
  width: 40%;
}

@media (max-width: 767px) {
  .flow-img {
    width: 100%;
  }
}

.flow-img img {
  width: 100%;
}

.contact-top {
  width: calc(100% - 40px);
  margin: 160px auto 0;
}

@media (max-width: 767px) {
  .contact-top {
    margin: 60px auto 20px;
  }
}

.contact-top p {
  text-align: center;
  line-height: 3;
}

@media (max-width: 767px) {
  .contact-top p {
    text-align: left;
    line-height: 2;
  }
}

.contact .contactSec-bottom-box {
  margin: 0 auto;
}

.contact .contactSec-bottom-box p {
  text-align: center;
}

.contact-form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 120px;
  background: #f7f7f7;
  padding: 80px;
}

@media (max-width: 767px) {
  .contact-form {
    padding: 40px 20px;
    margin: 0 auto 80px;
  }
}

.contact-form .formBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 767px) {
  .contact-form .formBox {
    display: block;
    margin: 15px 0;
  }
}

.contact-form .midashi {
  width: 28%;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact-form .midashi {
    width: 100%;
    margin-bottom: 8px;
    display: block;
    font-size: 1.4rem;
  }
}

.contact-form .hissu {
  color: #ed6565;
  width: 100%;
}

.contact-form .formRBox {
  width: 72%;
}

@media (max-width: 767px) {
  .contact-form .formRBox {
    width: 100%;
  }
}

.contact-form .grayBox {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 18px 20px;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  .contact-form .grayBox {
    padding: 10px 20px;
  }
}

.contact-form .formRBoxInnerWrap {
  margin: 10px 0;
}

.contact-form .formRBoxInnerWrap .midashi {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .contact-form .formRBoxInnerWrap .midashi {
    margin-top: 20px;
  }
}

.contact-form .formRBoxInnerWrap .formRBoxInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .contact-form .formRBoxInnerWrap .formRBoxInner {
    margin: 15px 0;
  }
}

.contact-form .formRBoxInnerWrap .formRBoxInner .midashi {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact-form .formRBoxInnerWrap .formRBoxInner .midashi {
    margin-top: 0;
  }
}

.contact-form .radioBtnWrap {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .contact-form .radioBtnWrap {
    margin: 20px 0;
  }
}

.contact-form .radioBtnWrap .midashi {
  margin-top: 5px;
}

.contact-form .radioBtnWrap .formRBox {
  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;
}

.contact-form .radioBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  margin: 5px 40px 5px 0;
}

@media (max-width: 767px) {
  .contact-form .radioBtn {
    margin: 5px 20px 5px 0;
  }
}

.contact-form .radioBtn input {
  margin: 0 10px 0 0;
}

.contact-form textarea {
  height: 200px;
}

@media (max-width: 767px) {
  .contact-form textarea {
    height: 100px;
  }
}

.contact-form ::-webkit-input-placeholder {
  color: #cfcfcf;
}

.contact-form ::-moz-placeholder {
  color: #cfcfcf;
}

.contact-form :-ms-input-placeholder {
  color: #cfcfcf;
}

.contact-form ::-ms-input-placeholder {
  color: #cfcfcf;
}

.contact-form ::placeholder {
  color: #cfcfcf;
}

.submit {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 400px;
  width: 100%;
}

.submit input {
  cursor: pointer;
  -webkit-appearance: none;
  color: #fff;
  display: inline-block;
  border: none;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 20px 0;
  max-width: 400px;
  width: 100%;
  height: 80px;
  border-radius: 0px;
  background: #003c6b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .submit input {
    font-size: 1.6rem;
    height: 70px;
  }
}

.submit:hover:after {
  right: 25px;
}

.submit:hover input {
  background: #1f86b0;
}

.submitBtn {
  margin: 60px 0 30px;
}

@media (max-width: 767px) {
  .submitBtn {
    margin: 20px 0 0px;
  }
}

.submitWrap {
  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;
}

@media (max-width: 767px) {
  .submitWrap {
    display: block;
    margin: 40px 0 0px;
  }
}

.submitWrap .formBoxSec {
  width: 50%;
}

@media (max-width: 767px) {
  .submitWrap .formBoxSec {
    width: 100%;
  }
}

.submitWrap .formBoxSec:first-child input {
  border: 1px solid #003c6b;
  color: #003c6b;
  cursor: pointer;
  background: none;
}

@media (min-width: 768px) {
  .submitWrap .formBoxSec:first-child input:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .submitWrap .formBoxSec:first-child p {
    margin: 0;
  }
}

.check .selectbox:after {
  content: none;
}

.check .formInner .midashi {
  margin-top: 0;
}

.check .formInner .formRBoxInnerWrap .formRBoxInner .midashi {
  margin-top: 0;
}

@media (max-width: 767px) {
  .check .formInner .formRBoxInnerWrap .formRBoxInner .midashi {
    width: 50%;
  }
}

.check .formInner .formBox {
  margin: 50px 0;
}

@media (max-width: 767px) {
  .check .formInner .formBox {
    margin: 30px 0;
  }
}

.check .formInner .formRBoxInnerWrap .formRBoxInner {
  margin: 30px 0;
}

.check .submitBtn {
  margin: 0;
}

.check .submitWrap {
  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;
}

@media (max-width: 767px) {
  .check .submitWrap {
    display: block;
    margin: 40px 0 0px;
  }
}

.check .submitWrap .formBoxSec {
  width: 47%;
}

@media (max-width: 767px) {
  .check .submitWrap .formBoxSec {
    width: 100%;
  }
}

.check .submitWrap .formBoxSec:first-child span {
  margin-bottom: 20px;
}

.check .submitWrap .formBoxSec:first-child span:hover:after {
  left: 25px;
  opacity: 0.8;
}

.check .submitWrap .formBoxSec:first-child input {
  background: #fff;
  border: 1px solid #003c6b;
  color: #003c6b;
  cursor: pointer;
}

@media (max-width: 767px) {
  .check .submitWrap .formBoxSec:first-child p {
    margin: 0;
  }
}

.recruitment {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 110px auto;
}

@media (max-width: 767px) {
  .recruitment {
    margin: 50px auto;
  }
}

.recruitment .fmt_title_2 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .recruitment .fmt_title_2 {
    margin-bottom: 30px;
  }
}

.recruitment-subtitle {
  color: #003c6b;
  font-size: 1.8rem;
  border-bottom: 2px solid #1f86b0;
  margin-bottom: 60px;
  display: inline-block;
}

@media (max-width: 767px) {
  .recruitment-subtitle {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}

.recruitment-btext {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 0;
  padding: 10px 20px;
  display: block;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  background: #1f86b0;
}

@media (max-width: 767px) {
  .recruitment-btext {
    text-align: left;
    font-size: 1.6rem;
    margin: 40px auto 0;
  }
}

.worksList {
  width: calc(100% - 40px);
  margin: 110px auto;
  max-width: 1380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .worksList {
    margin: 40px auto;
  }
}

.worksList-categoryList {
  width: 20%;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 140px;
  margin-top: -140px;
}

@media (max-width: 767px) {
  .worksList-categoryList {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
}

.worksList-categoryList li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .worksList-categoryList li {
    margin-bottom: 5px;
    text-align: center;
  }
}

.worksList-categoryList li:last-child {
  margin-bottom: 0;
}

.worksList-categoryList a {
  color: #003c6b;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .worksList-categoryList a {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .worksList-categoryList a:after {
    content: "▼";
    font-size: 1rem;
    margin-left: 5px;
  }
}

.worksList-categorytitle {
  width: 100%;
  display: block;
  padding: 8px 20px;
  color: #fff;
  font-size: 2.8rem;
  background: #1f86b0;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .worksList-categorytitle {
    font-size: 2.1rem;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}

.worksList-left {
  width: calc(80% - 20px);
}

@media (max-width: 767px) {
  .worksList-left {
    width: 100%;
  }
}

.worksList-left-inner {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 80px;
}

.worksList-left-inner:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .worksList-left-inner {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 60px;
  }
}

.worksList-left p {
  letter-spacing: 0.08em;
}

.worksList-left-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.worksList-left-list:after {
  content: "";
  width: calc(100% / 3 - 20px);
  height: 0;
  display: block;
}

.worksList-left-list li {
  width: calc(100% / 3 - 20px);
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .worksList-left-list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.worksList-left-list li:last-child {
  margin-bottom: 0;
}

.worksList-left-title {
  font-size: 2.1rem;
  margin-bottom: 10px;
  color: #003c6b;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .worksList-left-title {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.worksList-left-img {
  width: 100%;
  height: 245px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .worksList-left-img {
    height: 225px;
    margin-bottom: 10px;
  }
}

.worksList-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* 他のブラウザ用(＝通常の指定) */
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.worksDetail {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 110px auto;
}

@media (max-width: 767px) {
  .worksDetail {
    margin: 50px auto;
  }
}

.worksDetail-title {
  font-size: 3.2rem;
  border-bottom: 2px solid #1f86b0;
  letter-spacing: 0.08em;
  color: #003c6b;
  margin-bottom: 40px;
  line-height: 1.3;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .worksDetail-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.worksDetail .slide-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .worksDetail .slide-box {
    margin-bottom: 40px;
  }
}

.worksDetail .slide {
  position: relative;
  width: calc(85% - 20px);
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .worksDetail .slide {
    width: 100%;
    margin-bottom: 10px;
  }
}

.worksDetail .slide .item {
  position: relative;
  height: 100%;
}

.worksDetail .slide .item a {
  display: block;
}

.worksDetail .slide .item::before {
  display: block;
  padding-top: 65%;
  content: "";
}

.worksDetail .slide .item .image {
  position: relative;
  overflow: hidden;
}

.worksDetail .slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.worksDetail .slide > .slick-list,
.worksDetail .slide > .slick-list > .slick-track,
.worksDetail .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.worksDetail .slide-navigation {
  line-height: 0;
  position: relative;
  width: 15%;
  margin: 0;
  padding: 0;
}

.worksDetail .slide-navigation .slick-list {
  padding: 0 0 297% 0;
}

.worksDetail .slide-navigation .item {
  position: relative;
  cursor: pointer;
}

.worksDetail .slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.worksDetail .slide-navigation .item .image::before {
  display: block;
  padding-top: 60%;
  content: "";
}

.worksDetail .slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}

.worksDetail .slide-navigation .slick-current .image::after {
  opacity: 0;
}

.worksDetail .slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}

.worksDetail .slide-navigation .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.worksDetail .slick-next,
.worksDetail .slick-prev {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .worksDetail .slide-navigation {
    width: 100%;
  }
  .worksDetail .slide-navigation .item .image::before {
    padding-top: 70%;
  }
}

.worksDetail .slick-vertical .slick-slide {
  border: 0 solid transparent;
  margin-bottom: 20px;
}

.worksDetail .slick-arrow {
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .worksDetail .slide-navigation .slick-slide {
    margin: 0 5px;
  }
}

.worksDetail .backbtn {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .worksDetail .backbtn {
    margin-top: 40px;
  }
}

.worksDetail .backbtn a {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  font-size: 2rem;
  color: #003c6b;
  position: relative;
  padding-left: 50px;
  display: inline-block;
}

@media (max-width: 767px) {
  .worksDetail .backbtn a {
    font-size: 1.8rem;
    padding-left: 40px;
  }
}

.worksDetail .backbtn a:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/arrow_3.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .worksDetail .backbtn a:hover:before {
    left: -10px;
  }
}

.downloadBox{width:60%;
margin:0 auto;}

.downloadBox .rightBox{margin-bottom: 40px;}

@media (min-width: 768px) {
.downloadBox .leftBox{float:left; width: 50%;}
.downloadBox .rightBox{float:left; width: 50%;}
.downloadSec h3{float: left; width: 25%;}
}

.downloadSec p{font-size: 1.6rem;}

@media (min-width: 768px) {
.downloadSec p{float: left; width: 30%; margin: 60px 0 0 40px;}
}

@media (max-width: 767px) {
	.downloadSec p{text-align: center;
	margin-bottom: 20px;}
}

.accordion__summary{margin-left: 20px; color: #1f86b0;
margin-bottom: 20px; cursor: pointer;
/*list-style: none;*/
/*position: relative;*/
/*padding-right: 1.2em;*/}

/*.accordion__summary::after{
  content: "▶";
  position: absolute;
  right: 0;
  transition: transform 0.2s ease;
}*/

/*details[open] .accordion__summary::after{
  transform: rotate(90deg);
}*/

.downloadSec li a:link,
.downloadSec li a:visited{
color:#333333;
text-decoration:none;
}
.downloadSec li a:hover{
color:#666666;
text-decoration:underline;}


