@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&family=Noto+Serif+JP:wght@300;400&display=swap");
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&family=Noto+Serif+JP:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&family=Noto+Serif+JP:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&family=Noto+Serif+JP:wght@300;400&display=swap");
@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.slide_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_slide_up {
  -webkit-animation-name: slide_up;
          animation-name: slide_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_slide_down {
  -webkit-animation-name: slide_down;
          animation-name: slide_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_slide_right {
  -webkit-animation-name: slide_right;
          animation-name: slide_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slide_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_slide_left {
  -webkit-animation-name: slide_left;
          animation-name: slide_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur {
  opacity: 0;
}

.animate_blur {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.blur_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_blur_up {
  -webkit-animation-name: blur_up;
          animation-name: blur_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_blur_down {
  -webkit-animation-name: blur_down;
          animation-name: blur_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_blur_right {
  -webkit-animation-name: blur_right;
          animation-name: blur_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_blur_left {
  -webkit-animation-name: blur_left;
          animation-name: blur_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/*スクロールダウン*/
.scrolldown {
  position: absolute;
  bottom: 0;
  left: 5%;
  -webkit-animation: arrowmove 1.4s ease-in-out infinite;
          animation: arrowmove 1.4s ease-in-out infinite;
  margin-bottom: -20px;
  /*Scrollテキストの描写*/
}
.scrolldown span {
  position: absolute;
  left: -1px;
  bottom: 110px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Shippori Mincho", serif;
}
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 175px;
  background: #fff;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*スクロールダウン*/
.scrolldown2 {
  position: absolute;
  top: 0;
  left: 48%;
  -webkit-animation: arrowmove2 1.4s ease-in-out infinite;
          animation: arrowmove2 1.4s ease-in-out infinite;
}
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  background: #0065FE;
}
@media print, screen and (min-width: 768px) {
  .scrolldown2:after {
    top: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .scrolldown2:after {
    top: 60px;
    height: 40px;
  }
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove2 {
  0% {
    top: 1%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 1%;
  }
}
@keyframes arrowmove2 {
  0% {
    top: 1%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 1%;
  }
}
/* Scss Document */
.contarea {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .sp_contarea {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Shippori Mincho", serif;
}

.s-serif {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
}

.paragraph-group {
  display: block;
}

.paragraph {
  display: inline-block;
}

.text-white {
  color: #fff;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  font-weight: 900;
}

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

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

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

.align-justify {
  text-align: justify;
}

.pd1 {
  padding: 1%;
}
.pd3 {
  padding: 3px;
}
.pd2 {
  padding: 2%;
}
.pd4 {
  padding: 4%;
}
.pd5 {
  padding: 5%;
}
.pd40 {
  padding: 40px;
}
.pd20 {
  padding: 20px;
}

.pt3 {
  padding-top: 3%;
}
.pt4 {
  padding-top: 4%;
}
.pt5 {
  padding-top: 5px;
}
.pt6 {
  padding-top: 6%;
}

.pb2 {
  padding-bottom: 2%;
}
.pb3 {
  padding-bottom: 3%;
}
.pb4 {
  padding-bottom: 4%;
}
.pb5 {
  padding-bottom: 5px;
}

.mr20 {
  margin-right: 20px;
}
.mr15 {
  margin-right: 20px;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb4 {
  margin-bottom: 4%;
}
.mb5 {
  margin-bottom: 5%;
}
.mb6 {
  margin-bottom: 6%;
}
.mb8 {
  margin-bottom: 8%;
}
.mb10 {
  margin-bottom: 10%;
}
.mb15 {
  margin-bottom: 15%;
}

.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 92px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}

.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt4 {
  margin-top: 4%;
}
.mt6 {
  margin-top: 6%;
}
.mt10 {
  margin-top: 10%;
}
.mt80 {
  margin-top: 80px;
}

.mlr1p {
  margin: 0 1%;
}
.mlr10 {
  margin: 0 10px;
}

.w10 {
  width: 10%;
}
.w14 {
  width: 14%;
}
.w18 {
  width: 18%;
}
.w20 {
  width: 20%;
}
.w24 {
  width: 24%;
}
.w28 {
  width: 28%;
}
.w30 {
  width: 30%;
}
.w34 {
  width: 34%;
}
.w40 {
  width: 40%;
  margin: auto;
}
.w44 {
  width: 44%;
}
.w46 {
  width: 46%;
}
.w48 {
  width: 48%;
}
.w50 {
  width: 50%;
}
.w54 {
  width: 54%;
}
.w60 {
  width: 60%;
  margin: auto;
}
.w64 {
  width: 64%;
}
.w70 {
  width: 70%;
  margin: auto;
}
.w72 {
  width: 72%;
  margin: auto;
}
.w76 {
  width: 76%;
  margin: auto;
}
.w78 {
  width: 78%;
}

/* Scss Document */
html {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
html ::-moz-selection {
  background: #0065FE;
}
html ::selection {
  background: #0065FE;
}

body {
  position: relative;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2.6;
}
body.active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tit_lv.en {
  font-family: "PT Serif", serif;
  color: #2A94F1;
  text-align: center;
  font-size: 10px;
}
@media print, screen and (min-width: 768px) {
  .tit_lv.en {
    font-size: 20px;
  }
}
.tit_lv.tit-2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Shippori Mincho", serif;
  color: #333;
  text-align: center;
  font-size: 24px;
}
@media print, screen and (min-width: 768px) {
  .tit_lv.tit-2 {
    font-size: 48px;
    margin-top: -10px;
  }
}
.tit_lv.tit-3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .tit_lv.tit-3 {
    font-size: 30px;
  }
}

.h2-title {
  font-size: 150%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 6%;
  line-height: 2;
}
.h2-title span {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Shippori Mincho", serif;
  font-size: 12vw;
  color: #D9E3F3;
  margin-bottom: -4%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .h2-title span {
    font-size: 3rem;
    margin-bottom: -6%;
  }
}
@media print, screen and (min-width: 768px) {
  .h2-title {
    font-size: 200%;
  }
}

.contents-area {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .contents-area {
    width: 100%;
    max-width: 1400px;
  }
}
.contents-area.full {
  max-width: 100%;
}
.contents-area.sm {
  max-width: 1000px;
  padding: 0 20px;
}
.contents-area.mi {
  max-width: 1200px;
  padding: 0 20px;
}

.deco {
  position: absolute;
  z-index: -1;
  font-size: 110px;
  font-weight: 300;
  color: rgba(42, 148, 241, 0.1);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .deco {
    font-size: 70px;
  }
}
.deco_right {
  top: 0;
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(90deg) translate(100%, 50%);
          transform: rotate(90deg) translate(100%, 50%);
}
.deco_left {
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(90deg) translate(-50%, -100%);
          transform: rotate(90deg) translate(-50%, -100%);
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 35px;
  height: 35px;
  background-color: #333;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.pagetop:hover {
  opacity: 0.7;
}
.pagetop a {
  position: relative;
}
.pagetop a::after {
  position: absolute;
  top: 15px;
  left: 10px;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-style: none solid solid none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header {
  padding: 10px 10px 0 10px;
}
@media print, screen and (min-width: 768px) {
  .header {
    padding: 10px;
  }
}
.header_logo {
  position: relative;
  z-index: 100;
  width: 200px;
}
@media print, screen and (min-width: 768px) {
  .header_logo {
    width: 300px;
    margin: 20px 0 0 20px;
  }
}
.header_logo a img {
  width: 100%;
}
.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header_container .gnav_toggle {
  position: fixed;
  z-index: 1010;
  right: 2%;
  width: 60px;
  height: 60px;
  background: rgba(51, 51, 51, 0.75);
}
.header_container .gnav_toggle span {
  display: block;
  color: transparent;
}
.header_container .gnav_toggle::before, .header_container .gnav_toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 28px;
  height: 1px;
  background: #fff;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header_container .gnav_toggle::before {
    top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_container .gnav_toggle::before {
    top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .header_container .gnav_toggle::after {
    top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_container .gnav_toggle::after {
    bottom: 40px;
  }
}
.header_container .gnav_toggle span::before {
  content: "MENU";
  display: block;
  position: absolute;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Shippori Mincho", serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header_container .gnav_toggle span::before {
    left: 13px;
    bottom: 5px;
    font-size: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_container .gnav_toggle span::before {
    left: 8px;
    bottom: 0px;
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_container .gnav_toggle.active {
    margin-right: 15px;
  }
}
.header_container .gnav_toggle.active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  bottom: 0;
}
.header_container .gnav_toggle.active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
}
.header_container .gnav_toggle.active span::before {
  display: none;
}
.header .gnav {
  display: none;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 75px 20px;
  background: #2A94F1;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  opacity: 0;
  overflow: hidden;
  color: #fff;
  opacity: 1;
}
.header .gnav.active {
  display: block;
  visibility: visible;
  opacity: 1;
  overflow: scroll;
}
.header .gnav_content {
  display: block;
  padding: 5px 0;
  font-size: 20px;
}
.header .gnav_content a {
  position: relative;
  padding-left: 40px;
  line-height: 1.2;
}
.header .gnav_content a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 20px;
  height: 1px;
  background: #fff;
}

.mv {
  position: relative;
  height: 410px;
  background: url(../images/mv.jpg) no-repeat center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .mv {
    height: 830px;
  }
}
.mv_read {
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .mv_read {
    margin-top: 180px;
    text-align: left;
    margin-left: 10%;
  }
}
.mv_read img {
  width: 70%;
}
@media print, screen and (min-width: 768px) {
  .mv_read img {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .mv_read img {
    margin-top: 10%;
  }
}
.mv_image {
  position: absolute;
  top: 0;
  width: 100%;
}
.mv .slick-dots {
  width: 20px;
  bottom: 0;
  left: -35px;
}

nav.line {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  nav.line {
    display: none;
  }
}
nav.line ul {
  display: table;
  margin: 3% auto;
  padding: 0;
  width: 80%;
  text-align: center;
}
nav.line ul li {
  display: table-cell;
  position: relative;
  width: 16.6%;
}
nav.line ul li a {
  display: block;
  width: 100%;
}
nav.line ul li a:after,
nav.line ul li a:before {
  display: block;
  content: "";
  position: absolute;
}
nav.line ul li a::after {
  bottom: -40%;
  left: 48%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.05em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
nav.line ul li a:hover:after {
  bottom: -30%;
}

/*----------grid&flex----------------*/
.flex {
  display: inline-block;
}
@media screen and (min-width: 1051px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flex.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex .ph {
  margin: 2%;
  margin-bottom: 8%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
}
@media screen and (min-width: 1051px) {
  .flex .ph {
    margin: 0;
  }
}
.flex .ph img {
  width: 100%;
}
.flex .txtArea {
  width: 80%;
  margin: auto;
  line-height: 2.2rem;
}
@media screen and (min-width: 1051px) {
  .flex .txtArea {
    font-size: 1.2vw;
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

.ttl-la {
  font-size: 140%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Shippori Mincho", serif;
  letter-spacing: 0.1rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 1051px) {
  .ttl-la {
    font-size: 160%;
    text-align: left;
  }
}

.company {
  position: relative;
}
.company_inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_inner {
    padding: 45px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .company_inner {
    padding: 150px 0;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.company_container {
  position: relative;
}
.company_ph {
  margin-bottom: 20px;
  padding: 0 45px;
}
@media print, screen and (min-width: 768px) {
  .company_ph {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .company .tit-2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .company .tit-2 {
    font-size: 34px;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.company .list_outline {
  margin: 0 45px;
}
@media print, screen and (min-width: 768px) {
  .company .list_outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.company .list_outline dt {
  color: #2a94f1;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .company .list_outline dt {
    width: 20%;
    border-bottom: 1px solid #d3c4b8;
    padding: 30px 0;
  }
}
.company .list_outline dd {
  border-bottom: 1px solid #d3c4b8;
}
@media screen and (max-width: 767px) {
  .company .list_outline dd {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .company .list_outline dd {
    width: 80%;
    padding: 30px 0;
  }
}
.company .list_outline dd .list_b {
  margin-bottom: 10px;
}

.access_map {
  width: 100%;
  border: 0;
}
@media screen and (max-width: 767px) {
  .access_map {
    height: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  .access_map {
    height: 568px;
  }
}

.primary {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .primary {
    padding: 0 0 150px 0;
  }
}
.primary_inner {
  position: relative;
  padding: 30px;
  background-color: #2A94F1;
  color: #fff;
}
.primary_inner h2 span {
  opacity: 0.1;
}
.primary_inner h3 {
  font-size: 2rem;
  margin-bottom: 50px;
  line-height: 2;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .primary_inner {
    padding: 50px;
  }
}
.primary_container {
  position: relative;
}
.primary_container .en {
  color: #fff;
}
.primary_container .tit-2 {
  color: #fff;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .primary_container .tit-2 {
    font-size: 34px;
    margin-bottom: 40px;
    margin-top: 10px;
  }
}
.primary_list {
  padding: 5%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .primary_list .list {
    font-size: 80%;
    width: 74%;
    float: right;
    margin-bottom: 30px;
  }
}
.primary_list .list a {
  color: #0065FE;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .primary_list .tit-2 {
    float: left;
  }
}
.primary_list dl {
  display: block;
  overflow: hidden;
}
.primary_list dt {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .primary_list dt {
    width: 20%;
    min-width: 185px;
    float: left;
    clear: left;
  }
}
.primary_list dt:before {
  content: "";
  display: inline-block;
  margin-right: 1.6vw;
  width: 2.4vw;
  height: 1px;
  background: #000;
  vertical-align: middle;
}
.primary_list dt.solo {
  width: 100%;
}
.primary_list dd {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  margin: 0 0 10px 0;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .primary_list {
    padding: 0 10%;
  }
}
.primary_list_line {
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.primary_list_line li {
  padding: 15px 0 5px;
  line-height: 1.8;
  font-size: 80%;
  background: url(../images/bg_line.svg) no-repeat bottom left;
}
.primary_list_line .item {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .primary_list_line li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .primary_list_line .item {
    width: 9em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .primary_list_line .cont {
    width: calc(100% - 9em);
  }
}

.intro_inner {
  font-size: 80%;
}
.intro_inner .cont::before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background: #707070;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .intro_inner .cont {
    padding: 50px 30px 70px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .intro_inner {
    margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .intro_inner .img_intro {
    width: 40%;
    max-width: 683px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .intro_inner .cont {
    padding-top: 30px;
    padding-left: 80px;
    line-height: 2.4;
  }
}

.works_inner {
  font-size: 80%;
}
.works_inner .list_works {
  text-align: left;
}
.works_inner .list_works h3, .works_inner .list_works h4 {
  font-weight: 700;
}
.works_inner .list_works h3 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .works_inner .list_works > li:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .works_inner .list_works {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .works_inner .list_works > li:nth-of-type(-n+2) {
    width: 39%;
  }
}
.works_inner .list_disc {
  padding-left: 1em;
}
.works_inner .list_disc li {
  list-style-type: disc;
}

.achievement_inner {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.achievement_inner .stit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #2A94F1;
}
.achievement_inner .stit::before {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background: #2A94F1;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .achievement_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .achievement_inner .stit {
    width: 6em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .achievement_inner .primary_list_line {
    width: calc(100% - 6em);
  }
}

@media screen and (max-width: 767px) {
  .recruit_inner {
    padding-top: 60px;
  }
}

.contact {
  position: relative;
  padding: 50px 30px;
}
@media print, screen and (min-width: 768px) {
  .contact {
    padding: 150px 0;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}
.contact_inner {
  position: relative;
}
.contact_container {
  position: relative;
}
.contact_container .tit-2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_container .tit-2 {
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.contact_txt {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .contact_txt {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact .form_list {
    margin-bottom: 75px;
  }
}
.contact .form_list li {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact .form_list li {
    font-size: 18px;
  }
}
.contact .form_list li .stit_form {
  padding-bottom: 10px;
  display: inline-block;
}
.contact .form_list li .stit_form .font_s {
  font-size: 13px;
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .contact .form_list li .stit_form .font_s {
    font-size: 18px;
  }
}
.contact .form_list li .stit_form .red {
  color: #c1272d;
}
.contact .form_list input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
.contact .form_list textarea {
  width: 100%;
  border: 1px solid #d3c4b8;
  padding: 5px;
}
@media print, screen and (min-width: 768px) {
  .contact .form_list input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
  .contact .form_list textarea {
    padding: 10px;
  }
}
.contact .form_list textarea {
  height: 150px;
}
.contact .form_list input[type=radio] {
  margin-right: 5px;
}
.contact .btn_submit {
  background: #333333;
  display: block;
  width: 250px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Shippori Mincho", serif;
  position: relative;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .contact .btn_submit {
    width: 400px;
  }
}
.contact .btn_submit:hover {
  opacity: 0.8;
}
.contact .btn_submit_wrap {
  position: relative;
  width: 250px;
}
@media print, screen and (min-width: 768px) {
  .contact .btn_submit_wrap {
    width: 400px;
    margin: 0 auto;
  }
}
.contact .btn_submit_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: calc((100% - 10px) / 2);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.footer_copy {
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  text-align: right;
  font-family: "PT Serif", serif;
}

.news_btn {
  width: 80%;
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  .news_btn {
    position: absolute;
    width: 350px;
    right: 0;
    top: 20%;
  }
}

.tel {
  line-height: 1.6;
  font-size: 80%;
}
.tel .btn {
  width: 90%;
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  .tel .btn {
    width: 55%;
    margin: 40px auto;
  }
}
.tel h3 {
  margin-bottom: 10px;
  font-size: 22px !important;
}