<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*default*/
/* https://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;700&amp;display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att02 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/*default*/
html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.75;
  color: #333;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.en {
  font-family: "Barlow", sans-serif;
}

.serif {
  font-family: "Cormorant Infant", serif;
}

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.adelay01 {
  animation-delay: 0.1s !important;
}

@media only screen and (max-width: 768px) {
  .adelay01 {
    animation-delay: 0s !important;
  }
}
.adelay02 {
  animation-delay: 0.2s !important;
}

@media only screen and (max-width: 768px) {
  .adelay02 {
    animation-delay: 0s !important;
  }
}
.adelay03 {
  animation-delay: 0.3s !important;
}

@media only screen and (max-width: 768px) {
  .adelay03 {
    animation-delay: 0s !important;
  }
}
.adelay04 {
  animation-delay: 0.4s !important;
}

@media only screen and (max-width: 768px) {
  .adelay04 {
    animation-delay: 0s !important;
  }
}
.adelay05 {
  animation-delay: 0.5s !important;
}

@media only screen and (max-width: 768px) {
  .adelay05 {
    animation-delay: 0s !important;
  }
}
.adelay06 {
  animation-delay: 0.6s !important;
}

@media only screen and (max-width: 768px) {
  .adelay06 {
    animation-delay: 0s !important;
  }
}
.adelay07 {
  animation-delay: 0.7s !important;
}

@media only screen and (max-width: 768px) {
  .adelay07 {
    animation-delay: 0s !important;
  }
}
.adelay08 {
  animation-delay: 0.8s !important;
}

@media only screen and (max-width: 768px) {
  .adelay08 {
    animation-delay: 0s !important;
  }
}
.adelay09 {
  animation-delay: 0.9s !important;
}

@media only screen and (max-width: 768px) {
  .adelay09 {
    animation-delay: 0s !important;
  }
}
.adelay10 {
  animation-delay: 1s !important;
}

@media only screen and (max-width: 768px) {
  .adelay10 {
    animation-delay: 0s !important;
  }
}
.inview.fadeInup {
  opacity: 0;
}
.inview.fadeInup.active {
  animation: fadeInup 0.5s ease-out;
  animation-fill-mode: forwards;
}
.inview.leftright {
  opacity: 0;
}
.inview.leftright.active {
  animation: leftright_anim 0.5s ease-out;
  animation-fill-mode: forwards;
}
.inview.show {
  opacity: 0;
}
.inview.show.active {
  animation: show 1s ease-out;
  animation-fill-mode: forwards;
}

.image-anime-mask {
  overflow: hidden;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.8s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  transform-origin: left;
}
.image-anime-mask.active {
  transform: translate3d(0, 0, 0);
}

.image-anime-main {
  display: block;
  transform: translate3d(100%, 0, 0);
  transition: all 0.8s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
.image-anime-main.active {
  transform: translate3d(0, 0, 0);
}

.anim_box span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.3s;
  line-height: 1.5;
  transform: translateY(12px);
}
.anim_box span.gr:before {
  background: #A3FF10;
}
.anim_box span:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background: #A3FF10;
  transform: translateX(-101%);
}
.anim_box span.adelay02 {
  transition-delay: 0.6s;
}
.anim_box.is-active span {
  opacity: 1;
  transform: translateY(0);
}
.anim_box.is-active span:before {
  animation-name: copyslide;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.1s;
}
.anim_box.is-active span.adelay02:before {
  animation-delay: 0.3s;
}
.anim_box.is-active span.adelay04:before {
  animation-delay: 0.6s;
}
.anim_box.is-active.ren span:nth-of-type(1):before {
  animation-delay: 0.3s;
}
.anim_box.is-active.ren span:nth-of-type(2):before {
  animation-delay: 0.4s;
}
.anim_box.is-active.ren span:nth-of-type(3):before {
  animation-delay: 0.5s;
}
.anim_box.is-active.ren span:nth-of-type(4):before {
  animation-delay: 0.6s;
}

@keyframes fadeInup {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes leftright_anim {
  0% {
    transform: translatex(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.parenthesis {
  position: relative;
}
.parenthesis::before, .parenthesis::after {
  position: absolute;
  top: 0%;
  content: "";
  width: 10px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 1px solid #fff;
}
.parenthesis::after {
  right: 0;
  border-right: 1px solid #fff;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.image100 img {
  width: 100%;
}

@keyframes masking {
  0% {
    transform: translate(0, -101%);
  }
  42%, 58% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, 101%);
  }
}
@keyframes copyslide {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes copyslide_stop {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.sc_box {
  position: absolute;
  right: 0;
  bottom: 5rem;
  display: flex;
  z-index: 7000;
  width: 3em;
}
.sc_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 200%;
  top: -100%;
  left: 0;
  content: "";
  z-index: 999;
}
.sc_box p {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  margin-top: -5em;
  transform: translateX(46%);
}

.scroll {
  content: "";
  height: 50px;
  width: 1px;
  background: #fff;
  overflow: hidden;
}
.scroll .in {
  width: 1px;
  height: 50px;
  background: #333;
  z-index: 999;
  animation: masking 2s ease infinite;
}
.scroll .in2 {
  position: absolute;
  width: 1px;
  height: 50px;
  background: #000;
  z-index: 999;
  animation: masking 2s ease infinite;
}
.scroll a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2000;
}

@media only screen and (max-width: 768px) {
  .scroll {
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .scroll .in {
    height: 30px;
  }
}
@keyframes masking {
  0% {
    transform: translate(0, -101%);
  }
  42%, 58% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, 101%);
  }
}
@keyframes arrows {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
.image100 img {
  width: 100%;
}

.animate_btn a {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  padding: 0 3rem 0.5rem 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.animate_btn a:before {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 100%;
  left: 0;
  content: "";
  z-index: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
  right: 0;
  left: auto;
}
.animate_btn a:after {
  position: absolute;
  font-family: "Flaticon";
  top: 50%;
  right: 0;
  line-height: 1;
  content: "\f102";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s ease;
  transform: translateY(-55%);
  display: block;
}
.animate_btn a span {
  position: relative;
  z-index: 99;
}
.animate_btn a:hover:before {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .animate_btn a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .animate_btn a:after {
    transform: translateY(-75%);
  }
}
@keyframes animate_btn_on {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes animate_btn_off {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.image_wrap {
  width: 100%;
  position: relative;
}
.image_wrap.bg01 {
  padding: 0 5rem 0 0;
}
.image_wrap.bg01:after {
  background: #A3FF10;
  height: 100%;
  top: -5rem;
  left: 5rem;
}
.image_wrap.bg02 {
  padding: 0 0 0 5rem;
  margin: 0 0 10rem 0;
}
.image_wrap.bg02:after {
  background: #0D89E3;
  height: 70%;
  bottom: -5rem;
  left: -5rem;
}
.image_wrap.bg03 {
  padding: 0 5rem 0 0;
}
.image_wrap.bg03:after {
  background: #666;
  height: 100%;
  top: -5rem;
  left: 5rem;
}

@media only screen and (max-width: 768px) {
  .image_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg01 {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg02 {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg03 {
    padding: 0;
  }
}
.image-mask {
  transform: translate3d(-100%, 0, 0);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transform-origin: left;
  overflow: hidden;
  display: block;
}
.image-mask.active {
  transform: translate3d(0, 0, 0);
}
.image-mask.active .img_main {
  transform: translate3d(0, 0, 0);
}
.image-mask .img_main {
  transform: translate3d(101%, 0, 0);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes hoverElem {
  0% {
    transform: translate3D(0, 0, 0);
  }
  49% {
    transform: translate3D(100%, 0, 0);
    visibility: hidden;
  }
  50% {
    transform: translate3D(-100%, 0, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
.image_wrap {
  position: relative;
  margin: 0 0 0 0.1rem;
}

.image-mask {
  transform: translate3d(-100%, 0, 0);
  transition: 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform-origin: left;
  overflow: hidden;
  display: block;
}
.image-mask.active {
  transform: translate3d(0, 0, 0);
}
.image-mask.active .img_main {
  transform: translate3d(0, 0, 0) scale(1);
}
.image-mask .image {
  position: relative;
}
.image-mask .img_main {
  transform: translate3d(101%, 0, 0) scale(1.2);
  transition: 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes hoverElem {
  0% {
    transform: translate3D(0, 0, 0);
  }
  49% {
    transform: translate3D(100%, 0, 0);
    visibility: hidden;
  }
  50% {
    transform: translate3D(-100%, 0, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes hoverElem {
  0% {
    transform: translate3D(0, 0, 0);
  }
  49% {
    transform: translate3D(100%, 0, 0);
    visibility: hidden;
  }
  50% {
    transform: translate3D(-100%, 0, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
/* perfect-scrollbar v0.8.1 */
.ps {
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.ps.ps--active-x &gt; .ps__scrollbar-x-rail, .ps.ps--active-y &gt; .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps.ps--in-scrolling.ps--x &gt; .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x &gt; .ps__scrollbar-x-rail &gt; .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y &gt; .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y &gt; .ps__scrollbar-y-rail &gt; .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps &gt; .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  height: 15px;
}
.ps &gt; .ps__scrollbar-x-rail &gt; .ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps &gt; .ps__scrollbar-x-rail:hover &gt; .ps__scrollbar-x, .ps &gt; .ps__scrollbar-x-rail:active &gt; .ps__scrollbar-x {
  height: 11px;
}
.ps &gt; .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 15px;
}
.ps &gt; .ps__scrollbar-y-rail &gt; .ps__scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps &gt; .ps__scrollbar-y-rail:hover &gt; .ps__scrollbar-y, .ps &gt; .ps__scrollbar-y-rail:active &gt; .ps__scrollbar-y {
  width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x &gt; .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--x &gt; .ps__scrollbar-x-rail &gt; .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y &gt; .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--y &gt; .ps__scrollbar-y-rail &gt; .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps:hover &gt; .ps__scrollbar-x-rail, .ps:hover &gt; .ps__scrollbar-y-rail {
  opacity: 0.6;
}
.ps:hover &gt; .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover &gt; .ps__scrollbar-x-rail:hover &gt; .ps__scrollbar-x {
  background-color: #999;
}
.ps:hover &gt; .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover &gt; .ps__scrollbar-y-rail:hover &gt; .ps__scrollbar-y {
  background-color: #999;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
body {
  color: #1A1A1A;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
  text-decoration: none;
  outline: none !important;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.tate, .tatete {
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 768px) {
  .tate {
    writing-mode: horizontal-tb;
  }
}
html.win.gecko .ro, html.win.gecko .la {
  transform: rotate(0.001deg);
}

a, img {
  outline: none !important;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.unborder::after {
  content: "";
  display: block;
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #0D89E3;
}

@media only screen and (max-width: 768px) {
  .unborder::after {
    margin: 0.8rem auto;
  }
}
.lborder::after {
  content: "";
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #000;
}

.unborder_big::after {
  content: "";
  display: block;
  margin: 2rem auto 2rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .unborder_big::after {
    margin: 1.4rem auto;
  }
}
ul, li {
  list-style: none;
}

ul.normal_list {
  margin: 0;
  padding: 0 0 0 1em;
}
ul.normal_list li {
  padding: 0 0 0 0;
  margin: 0 0 0 0.3em;
  position: relative;
  list-style-type: disc;
  line-height: 1.5;
}

.d02s {
  animation-delay: 0.2s;
}

.d03s {
  animation-delay: 0.3s;
}

.d04s {
  animation-delay: 0.4s;
}

.d06s {
  animation-delay: 0.6s;
}

.d08s {
  animation-delay: 0.8s;
}

.d1s {
  animation-delay: 1s;
}

html {
  overflow-y: scroll;
}

/*
* Container style
*/
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
* Scrollbar rail styles
*/
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x &gt; .ps__rail-x, .ps--active-y &gt; .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover &gt; .ps__rail-x, .ps:hover &gt; .ps__rail-y {
  opacity: 0.6;
}

.ps--focus &gt; .ps__rail-x, .ps--focus &gt; .ps__rail-y {
  opacity: 0.6;
}

.ps--scrolling-x &gt; .ps__rail-x, .ps--scrolling-y &gt; .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
* Scrollbar thumb styles
*/
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover &gt; .ps__thumb-x, .ps__rail-x:focus &gt; .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover &gt; .ps__thumb-y, .ps__rail-y:focus &gt; .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  content: "";
  z-index: 8000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.overlay.active {
  display: block;
}

header {
  position: fixed;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  z-index: 9000;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
}
header .header_inner .right {
  display: flex;
  justify-content: space-between;
}
header .header_inner #logo {
  display: flex;
  align-items: center;
  padding: 0.5rem 0 0.5rem 2rem;
  position: relative;
}
header .header_inner #logo a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
header .header_inner #logo .image {
  width: 120px;
  margin: 0 1rem 0 0;
  padding: 1.2rem 0;
}
header .header_inner #logo .txt {
  font-weight: bold;
  font-size: 1.2rem;
}
header .header_inner #navigation {
  flex: 1;
  margin: 0 0 0 auto;
}
header .header_inner #navigation nav ul {
  display: flex;
  justify-content: flex-end;
}
header .header_inner #navigation nav.nav_up {
  text-align: center;
}
header .header_inner #navigation nav.nav_up ul {
  display: flex;
}
header .header_inner #navigation nav.nav_up ul li {
  text-align: center;
}
header .header_inner #navigation nav.nav_up ul li a {
  display: inline-block;
  text-align: center;
  width: 200px;
  padding: 1.2rem 0;
}
header .header_inner #navigation nav.nav_up ul li.pamph a {
  background: #0043AF;
  position: relative;
}
header .header_inner #navigation nav.nav_up ul li.pamph a:after {
  color: #ffffff;
  position: absolute;
  font-family: "Flaticon";
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f100";
  font-size: 15px;
  font-size: 1.5rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
header .header_inner #navigation nav.nav_up ul li.contact a {
  background: #007BD5;
  position: relative;
}
header .header_inner #navigation nav.nav_up ul li.contact a:after {
  color: #ffffff;
  position: absolute;
  font-family: "Flaticon";
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f101";
  font-size: 15px;
  font-size: 1.5rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
header .header_inner #navigation nav.nav_up ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}
header .header_inner #navigation nav.nav_up ul li a span {
  width: 24px;
}
header .header_inner #navigation nav.nav_up ul li a:hover {
  color: #ffffff;
}
header .header_inner #navigation nav.nav_up ul li:last-child a {
  border-right: none;
}
header .header_inner #navigation nav.gnav ul li {
  margin: 0 1vw;
}
header .header_inner #navigation nav.gnav ul li .menu {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ffffff;
  left: 0;
  padding: 5rem 0;
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #0D89E3;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex {
  max-width: 1400px;
  min-width: 1000px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box {
  width: 32%;
  margin: 0 0 2% 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #eee;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  align-items: center;
  transition: all 0.3s ease;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box:hover {
  background: #0D89E3;
  color: #ffffff;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box:hover:after {
  color: #ffffff;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box.dummy {
  border: none;
  box-shadow: 0 0 15px 0px transparent;
  visibility: hidden;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box.dummy:after {
  display: none;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box a:after {
  display: none;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box:after {
  color: #0D89E3;
  position: absolute;
  font-family: "ionicons";
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box .image {
  width: 40%;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box .txt {
  padding: 1rem;
  flex: 1;
  text-align: center;
}
header .header_inner #navigation nav.gnav ul li a.main_nav_t.active {
  color: #0D89E3;
}
header .header_inner #navigation nav.gnav ul li a.main_nav_t.active:after {
  width: 100%;
}
header .header_inner #navigation nav.gnav ul li:hover .menu {
  opacity: 1;
  visibility: visible;
}
header .header_inner #navigation nav.gnav ul li a {
  display: block;
  padding: 2.2rem 1rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.03em;
}
header .header_inner #navigation nav.gnav ul li a:after {
  content: "";
  height: 3px;
  width: 0%;
  background: #0D89E3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
header .header_inner #navigation nav.gnav ul li a:hover:after {
  width: 100%;
}
header .header_inner #navigation nav.gnav ul li:after a {
  border-right: none;
}
header .header_inner #navigation nav.gnav ul li ul {
  display: none;
}

@media only screen and (max-width: 768px) {
  header .sp_logo {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner {
    padding: 0;
    height: 100%;
    height: 100%;
  }
  header .header_inner.active {
    position: fixed;
    background: #ffffff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #logo .image {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #logo .txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .nav_wrap {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding: 0 0 7rem 0;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation {
    display: none;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  header .header_inner #navigation.active {
    display: block;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav ul {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.nav_up {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.nav_up ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.nav_up ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.nav_up ul li a {
    width: 100%;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.nav_up ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li .menu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    border: none;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li .menu .menu_flex {
    min-width: 0;
    padding: 0;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box {
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 0 0px transparent;
    background: #0D89E3;
    color: #ffffff;
  }
  header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box:after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box:after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box .image {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li a.main_nav_t:before {
    content: "\f218";
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li a {
    padding: 1.3rem 1rem;
    border-bottom: 1px solid #eee;
  }
  header .header_inner #navigation nav.gnav ul li a:before {
    color: #0D89E3;
    position: absolute;
    font-family: "ionicons";
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    line-height: 1.2;
    content: "\f125";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  }
  header .header_inner #navigation nav.gnav ul li a:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li ul {
    background: #fafafa;
  }
  header .header_inner #navigation nav.gnav ul li ul.active {
    display: block;
  }
}
.em_nav {
  display: flex;
  margin: 0 1rem 0 0;
}
.em_nav.pc {
  display: flex !important;
}
.em_nav ul {
  display: flex;
}
.em_nav ul li {
  display: flex;
}
.em_nav ul li a {
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: 700;
}
.em_nav ul li a:hover {
  color: #0D89E3;
}
.em_nav ul li.mynavi {
  margin: 0 0 0 1rem;
}
.em_nav ul li.mynavi a {
  width: 140px;
}
.em_nav ul li.mynavi a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .em_nav.pc {
    display: none !important;
  }
}
.em_navs {
  width: 100%;
  height: auto;
  display: none;
}
.em_navs ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.em_navs ul li {
  width: 48%;
  text-align: center;
}
.em_navs ul li a {
  display: block;
  position: static;
  border: 1px solid #ccc;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.em_navs ul li.mynavid a {
  border: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .em_navs {
    display: block;
  }
}
.sp_menu {
  width: 64px;
  height: 100%;
  text-align: center;
  background: #0a6cb3;
}
.sp_menu.active {
  background: #0D89E3;
}

@media only screen and (max-width: 768px) {
  .sp_menu {
    padding: 1.3rem 0rem 0 0rem;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0rem;
  }
}
.menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 28px;
  height: 24px;
  top: 2.5rem;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger p {
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
  display: inline-block;
  top: 16px;
  position: absolute;
  left: 0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  top: 14px;
}
.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 0.3s forwards;
}
.menu-trigger span:nth-of-type(2) {
  transition: all 0.1s 0.1s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 0.3s forwards;
}
.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 0.3s forwards;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 0.3s forwards;
}

@media only screen and (max-width: 768px) {
  .menu-trigger p {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .menu-trigger {
    top: 0;
    width: 24px;
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}
#pc_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3000;
  height: 100vh;
  visibility: hidden;
  padding: 12rem 5% 5rem 5%;
}
#pc_menu.active {
  visibility: visible;
}
#pc_menu .innerbg {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0%;
  background: #ffffff;
  transition: all 0.8s cubic-bezier(0.86, 0, 0, 1);
}
#pc_menu .innerbg.active {
  height: 100%;
}
#pc_menu .scroll {
  height: 100%;
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0s;
  background: none;
}
#pc_menu .scroll.active {
  opacity: 1;
  transition: all 0.8s ease;
  transition-delay: 0.3s;
}
#pc_menu .main_menu {
  position: relative;
  z-index: 2000;
  max-width: 1200px;
  min-width: 950px;
  width: 100%;
  margin: auto;
  padding: 0 5% 5% 5%;
  background: none;
}
#pc_menu .main_menu .mm_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 1rem 0;
}
#pc_menu .main_menu .mm_flex .box {
  width: 30%;
  margin: 0 0 5rem 0;
}
#pc_menu .main_menu .mm_flex .box .title {
  border-bottom: 1px solid #eee;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
}
#pc_menu .main_menu .mm_flex .box .title p.en {
  color: #0D89E3;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}
#pc_menu .main_menu .mm_flex .box .title p.jp {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
#pc_menu .main_menu .mm_flex .box .pc_nav ul li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5rem;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}
#pc_menu .main_menu .mm_flex .box .pc_nav ul li a:after {
  color: #ccc;
  position: absolute;
  font-family: "ionIcons";
  top: 50%;
  right: 3rem;
  margin-top: -0.5em;
  margin-right: -0.3em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
}
#pc_menu .main_menu .mm_flex .box .pc_nav ul li a:hover:after {
  color: #0D89E3;
}

@media only screen and (max-width: 768px) {
  #pc_menu {
    padding: 6rem 5%;
    position: fixed;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .scroll {
    min-width: 0;
    padding: 5% 0;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .main_menu {
    width: 100%;
    min-width: 0;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .main_menu .mm_flex {
    display: block;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .main_menu .mm_flex .box {
    width: 100%;
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .main_menu .mm_flex .box .title {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 2rem 0;
    position: relative;
  }
  #pc_menu .main_menu .mm_flex .box .title:after {
    color: #0D89E3;
    position: absolute;
    font-family: "ionIcons";
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f359";
    font-size: 16px;
    font-size: 1.6rem;
    z-index: 999;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .main_menu .mm_flex .box .title p.en {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 1rem 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .main_menu .mm_flex .box .title p.jp {
    font-size: 1.2rem;
    color: #555;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .main_menu .mm_flex .box .pc_nav {
    display: none;
    margin: 1rem 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .main_menu .mm_flex .box .pc_nav.mb50 {
    margin: 0 0 1rem 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .main_menu .mm_flex .box .pc_nav ul li a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  #pc_menu .main_menu .mm_flex .box .pc_nav ul li a:after {
    right: 0;
  }
}
footer {
  padding: 7rem 0;
  background: #ffffff;
}
footer .inner {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}
footer .inner.topp {
  display: block;
  width: 100%;
}
footer .inner .flogo {
  width: 330px;
  margin: 0 auto 3rem auto;
}
footer .inner .txt {
  color: #ffffff;
}
footer .inner .txt p.up {
  margin: 0 0 1rem 0;
}
footer .inner .txt p.sub {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 2rem 4%;
  }
}
@media only screen and (max-width: 768px) {
  footer .inner {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer .inner .flogo {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  footer .inner .txt p.up a {
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  footer .inner .txt p.sub {
    font-size: 10px;
    font-size: 1rem;
  }
}
.flink.ttp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 3rem 0;
}
.flink.ttp ul {
  width: 500px;
}
.flink ul {
  display: flex;
}
.flink ul li {
  border-left: 1px solid #eee;
}
.flink ul li:first-child {
  border-left: none;
}
.flink ul li a {
  display: block;
  padding: 0 1rem;
}

@media only screen and (max-width: 768px) {
  .flink.ttp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .flink.ttp ul {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flink {
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .flink ul {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .flink ul li {
    width: 50%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .flink ul li a {
    font-size: 1rem;
  }
}
#pagetop {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9997;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
#pagetop.active {
  opacity: 1;
  visibility: visible;
}
#pagetop:after {
  color: #0D89E3;
  position: absolute;
  font-family: "ionIcons";
  top: 50%;
  right: 50%;
  margin-top: -0.5em;
  margin-right: -0.3em;
  line-height: 1;
  content: "\f3d8";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
}
#pagetop:hover:after {
  color: #0D89E3;
  font-size: 20px;
  font-size: 2rem;
}
#pagetop .inner {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  background: #0D89E3;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  #pagetop:hover:after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  #pagetop .inner {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .copyright {
    font-size: 1rem;
  }
}
/*
Flaticon icon font: Flaticon
Creation date: 03/10/2020 15:15
*/
@font-face {
  font-family: "Flaticon";
  src: url("/recruit/font/Flaticon.eot");
  src: url("/recruit/font/Flaticon.eot?#iefix") format("embedded-opentype"), url("/recruit/font/Flaticon.woff2") format("woff2"), url("/recruit/font/Flaticon.woff") format("woff"), url("/recruit/font/Flaticon.ttf") format("truetype"), url("/recruit/font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/recruit/font/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-plus:before {
  content: "\f100";
}

.flaticon-down-arrow:before {
  content: "\f101";
}

.flaticon-right:before {
  content: "\f102";
}

.flaticon-back:before {
  content: "\f103";
}

.flaticon-play:before {
  content: "\f104";
}

.flaticon-play-button:before {
  content: "\f105";
}

img {
  width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}

.main_wrap {
  width: 100%;
  overflow: hidden;
}

.main_contents .inner {
  max-width: 1200px;
  margin: auto;
  padding: 5%;
}
.main_contents .page_nav {
  margin: 0 0 5rem 0;
}
.main_contents .page_nav.center ul {
  justify-content: center;
}
.main_contents .page_nav.center ul li {
  margin: 0 1rem;
}
.main_contents .page_nav ul {
  display: flex;
  justify-content: space-between;
}
.main_contents .page_nav ul li {
  width: 31%;
}
.main_contents .page_nav ul li a {
  display: block;
  border: 1px solid #0D89E3;
  background: #ffffff;
  padding: 1.4rem 0;
  text-align: center;
  color: #0D89E3;
}
.main_contents .page_nav ul li a:hover {
  background: #0D89E3;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .main_contents .page_nav.center ul li {
    margin: 0 0 0.5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .main_contents .page_nav ul {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .main_contents .page_nav ul li {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .main_contents .page_nav ul li a {
    position: relative;
  }
  .main_contents .page_nav ul li a:after {
    color: #0D89E3;
    position: absolute;
    font-family: "ionicons";
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    line-height: 1.2;
    content: "\f123";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  }
}
#undervisual {
  position: relative;
}
#undervisual.keyword {
  background: #64A6D9;
}
#undervisual.keyword .image:after {
  display: none;
}
#undervisual.keyword .image img {
  -o-object-fit: none;
     object-fit: none;
  width: 100%;
}
#undervisual.small .image img {
  height: auto;
}
#undervisual.small .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  text-align: center;
}
#undervisual.small .title.w {
  color: #ffffff;
}
#undervisual.small .title p.en {
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
}
#undervisual.small .title h1 {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 2rem 0;
  white-space: nowrap;
}
#undervisual .image {
  position: relative;
}
#undervisual .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
#undervisual .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: rgba(13, 137, 227, 0.6);
}
#undervisual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  text-align: center;
}
#undervisual .title.w {
  color: #ffffff;
}
#undervisual .title p.en {
  font-weight: bold;
  font-size: 56px;
  font-size: 5.6rem;
}
#undervisual .title h1 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 2rem 0;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  #undervisual .lead {
    text-align: left;
    width: 100%;
  }
  #undervisual .lead br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #undervisual.small .title {
    position: static;
    transform: none;
    padding: 5%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #undervisual.small .title.w {
    color: #000;
  }
}
@media only screen and (max-width: 768px) {
  #undervisual.small .title p.en {
    font-size: 2rem;
    color: #0D89E3;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #undervisual.small .title h1 {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  #undervisual .image img {
    height: 50vh;
  }
}
@media only screen and (max-width: 768px) {
  #undervisual .title p.en {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #undervisual .title h1 {
    font-size: 1.6rem;
  }
}
.link_btn_flex {
  display: flex;
  justify-content: center;
}
.link_btn_flex .link_btn {
  margin: 0 2%;
}

@media only screen and (max-width: 768px) {
  .link_btn_flex {
    display: block;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_flex .link_btn {
    margin: 0 0 1rem 0;
    width: 100%;
  }
  .link_btn_flex .link_btn a {
    width: 100%;
    white-space: nowrap;
    padding: 1rem 0;
  }
}
.contents_block {
  margin: 0 0 5rem 0;
}

@media only screen and (max-width: 768px) {
  .contents_block {
    margin: 0 0 3rem 0;
  }
}
#novisual_header {
  height: 400px;
  background: rgba(193, 227, 251, 0.5);
  position: relative;
}
#novisual_header .title {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#novisual_header .title p.en {
  color: #0D89E3;
  font-weight: bold;
  font-size: 3rem;
}
#novisual_header .title h1 {
  font-weight: bold;
  font-size: 2rem;
}

#related {
  background-color: #eee;
  padding: 10rem 0;
}
#related h4 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
#related .inner {
  max-width: 900px;
  max-width: auto;
  text-align: center;
  margin: auto;
}
#related .related_flex {
  display: flex;
  justify-content: space-between;
}
#related .related_flex .box {
  width: 48%;
  position: relative;
}
#related .related_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
#related .related_flex .box .image {
  margin: 0 0 1rem 0;
  overflow: hidden;
}
#related .related_flex .box .image img {
  transition: all 0.3s ease;
}
#related .related_flex .box .txt {
  font-weight: bold;
}
#related .related_flex .box:hover .image img {
  transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
  #related {
    padding: 5rem 5%;
  }
}
@media only screen and (max-width: 768px) {
  #related h4 {
    font-size: 1.6rem;
  }
}</pre></body></html>