@charset "UTF-8";
/* ------------------------------
 reset.css
------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

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

body {
  line-height: 1; }

div, p, span, object, iframe, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
table, tr, td, th, tbody, tfoot, thead {
  /* font-size:14px; */
  /* font-size:1.4rem; */
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: normal; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none; }

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

img {
  max-width: 100%;
  /*width:auto;*/
  height: auto;
  vertical-align: bottom;
  padding: 0; }

a img {
  border: none; }

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:hover {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  /* overflow: hidden; */ }

a:hover img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

/* ----------------------------------------
 changePoint
---------------------------------------- */
/* ----------------------------------------
 mixin LIst
---------------------------------------- */
/* ----------------------------------------
 color
---------------------------------------- */
/* ----------------------------------------
 font-family
---------------------------------------- */
/* ----------------------------------------
 fontsize
---------------------------------------- */
/* ----------------------------------------
 shadow
---------------------------------------- */
/* ----------------------------------------
 border
---------------------------------------- */
/* ----------------------------------------
 noDrag
---------------------------------------- */
/* ----------------------------------------
 boxSizing
---------------------------------------- */
/* ----------------------------------------
 clearfix
---------------------------------------- */
/* ----------------------------------------
 text_indent
---------------------------------------- */
/* ----------------------------------------
 background
---------------------------------------- */
/* ----------------------------------------
 opacity
---------------------------------------- */
/* ----------------------------------------
 position
---------------------------------------- */
/* ----------------------------------------
 before after
---------------------------------------- */
/* ----------------------------------------
 layout
---------------------------------------- */
/* ----------------------------------------
 flex_box
---------------------------------------- */
/* ----------------------------------------
 calc
---------------------------------------- */
/* ----------------------------------------
 object-fit
---------------------------------------- */
/* ----------------------------------------
 aspect
---------------------------------------- */
/* ----------------------------------------
 ellipsis
---------------------------------------- */
/* ----------------------------------------
 v-writing
---------------------------------------- */
/* ----------------------------------------
 em
---------------------------------------- */
/* ----------------------------------------
 transition
---------------------------------------- */
/* ----------------------------------------
 easings

 https://easings.net/ja
---------------------------------------- */
/* ----------------------------------------
 keyframes animaiton
---------------------------------------- */
/* ----------------------------------------
 bender_prefix
---------------------------------------- */
/* ----------------------------------------
 formreset
---------------------------------------- */
/* ----------------------------------------
 placeholder
---------------------------------------- */
/* ----------------------------------------
 formConfirmed
---------------------------------------- */
/* ----------------------------------------
 mediaQuery
---------------------------------------- */
/* ----------------------------------------
 multiply
---------------------------------------- */
/* ----------------------------------------
 defaultStyle
---------------------------------------- */
/* -----------------------------------------
 setting
----------------------------------------- */
html {
  font-size: 62.5%; }

body {
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.0rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #4c4948;
  background-image: url("../img/common/bg.png");
  background-size: 212px;
  background-position: top center;
  background-repeat: repeat;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  word-break: break-all; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1024px; } }

@media screen and (min-width: 641px) {
  p,
  a,
  li,
  dt,
  dd,
  small,
  label {
    font-size: 14px;
    font-size: 1.4rem; } }

@media screen and (max-width: 640px) {
  p,
  a,
  li,
  dt,
  dd,
  small,
  label {
    font-size: 14px;
    font-size: 1.4rem; } }

a {
  text-decoration: none;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  a.is-hover:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  a, a:visited, a:focus, a:link, a:active {
    color: #4c4948; }

p,
dt,
dd,
th,
td {
  line-height: 1.750; }

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: calc(24 / 16); }

ol, ul {
  list-style: none; }

#wrapper {
  display: block;
  width: 100%;
  position: relative; }

main {
  display: block;
  background: transparent; }

/* ----------------------------------------
 header
---------------------------------------- */
.l-header {
  z-index: 10;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .l-header {
      position: absolute;
      top: 0;
      left: 0; } }
  @media screen and (max-width: 768px) {
    .l-header {
      position: fixed;
      top: 0;
      left: 0;
      transition: background 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .l-header.is-l-header {
        background-color: rgba(255, 255, 255, 0.7); }
        .l-header.is-l-header .l-header__logo__block {
          background-image: url("../img/common/logo_b.svg"); } }

@media screen and (min-width: 769px) {
  .l-header__inr {
    padding: 50px 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; } }

@media screen and (min-width: 1200px) {
  .l-header__inr {
    padding: 50px 50px 0; } }

@media screen and (max-width: 768px) {
  .l-header__inr {
    padding: 25px 5% 25px; } }

/* ===== logo ===== */
@media screen and (min-width: 641px) {
  .l-header__logo {
    width: 218.4px;
    height: 32px; } }

@media screen and (min-width: 1200px) {
  .l-header__logo {
    width: 273px;
    height: 40px; } }

@media screen and (max-width: 640px) {
  .l-header__logo {
    width: 191.1px;
    height: 28px; } }

.l-header__logo__block {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  background-image: url("../img/common/logo_w02.svg");
  transition: background 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  @media screen and (min-width: 769px) {
    .l-header__logo__block {
      background-image: url("../img/common/logo_w02.svg"); } }
  @media screen and (max-width: 768px) {
    .l-header__logo__block {
      background-image: url("../img/common/logo_b.svg"); } }

/* ----------------------------------------
 nav
---------------------------------------- */
@media screen and (max-width: 768px) {
  .l-nav {
    transition: all 550ms 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: rgba(255, 255, 255, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
    .l-nav::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      transform: translate3d(0, -100%, 0);
      transition: all 550ms 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      background: #004385;
      background: linear-gradient(90deg, #008a9b, #004385); } }

.l-nav.is-nav-open {
  transform: translate3d(0, 0, 0);
  transition: all 550ms 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  filter: alpha(opacity=100); }
  .l-nav.is-nav-open::before {
    transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translate3d(0, 100%, 0); }
  .l-nav.is-nav-open ul {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 450ms 800ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.l-nav ul {
  display: flex; }
  @media screen and (max-width: 768px) {
    .l-nav ul {
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 100px 10%;
      transition: opacity 450ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      opacity: 0;
      filter: alpha(opacity=0); } }
  @media screen and (max-width: 320px) {
    .l-nav ul {
      padding: 100px 7.5%; } }

@media screen and (max-width: 768px) {
  .l-nav li {
    margin-bottom: 40px; } }

.l-nav a {
  font-weight: bold;
  color: #fff !important; }
  @media screen and (min-width: 769px) {
    .l-nav a {
      color: #fff !important; } }

/* ===== l-nav__list ===== */
@media screen and (min-width: 769px) {
  .l-nav__list {
    margin-right: 25px; } }

@media screen and (min-width: 1200px) {
  .l-nav__list {
    margin-right: 37px; } }

@media screen and (max-width: 768px) {
  .l-nav__list {
    width: 49%; } }

.l-nav__list a {
  color: #fff !important;
  font-weight: 700 !important; }
  .l-nav__list a.is-hover:hover {
    color: #008a9b; }
    .l-nav__list a.is-hover:hover .l-nav--jp {
      text-decoration: underline; }

.l-nav__list span {
  display: block; }

.l-nav--en {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .l-nav--en {
      margin-bottom: 11px; } }
  @media screen and (max-width: 768px) {
    .l-nav--en {
      margin-bottom: 6px; } }

.l-nav--jp {
  color: #ffffff;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .l-nav--jp {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media screen and (max-width: 768px) {
    .l-nav--jp {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 320px) {
    .l-nav--jp {
      font-size: 13px;
      font-size: 1.3rem; } }

/* ===== l-nav__list-entry ===== */
@media screen and (min-width: 769px) {
  .l-nav__list-entry {
    width: 145px; } }

@media screen and (max-width: 768px) {
  .l-nav__list-entry {
    width: 100%; } }

.l-nav__list-entry a {
  width: 100%;
  padding: 1em 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }

.l-nav__list-entry span {
  width: 45px;
  height: 9px;
  background-image: url("../img/nav/entry.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  margin: 0 auto; }

/* ----------------------------------------
 global-ham-bnt
---------------------------------------- */
@media screen and (max-width: 768px) {
  #global-ham-bnt {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 101;
    width: 30px;
    height: 50px; }
    #global-ham-bnt.is-ham-btn-open span {
      margin: 0 !important; }
    #global-ham-bnt.is-ham-btn-open span:nth-of-type(1) {
      transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
    #global-ham-bnt.is-ham-btn-open span:nth-of-type(2) {
      transform: translate3d(-50%, -50%, 0) rotate(45deg); } }

@media screen and (max-width: 768px) {
  #global-ham-bnt span {
    transition: all 550ms cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #004385;
    background: linear-gradient(90deg, #008a9b, #004385);
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #global-ham-bnt span:nth-of-type(1) {
      margin-top: -4px; }
    #global-ham-bnt span:nth-of-type(2) {
      margin-top: 4px; } }

/* ----------------------------------------
 l-footer
---------------------------------------- */
.l-footer {
  background-color: #008a9b;
  color: #fff;
  padding: 48px 0 52px; }
  @media screen and (min-width: 1200px) {
    .l-footer {
      padding-left: 60px;
      padding-right: 60px; } }
  @media screen and (min-width: 769px) {
    .l-footer {
      padding-left: 30px;
      padding-right: 30px; } }

/* === l-footer__logo === */
.l-footer__logo {
  width: 201px;
  height: 39px;
  background-image: url("../img/common/logo_w02.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  margin-bottom: 44px; }

/* === l-footer__nav === */
.l-footer__nav__wrap {
  margin-bottom: 40px; }
  @media screen and (min-width: 769px) {
    .l-footer__nav__wrap {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; } }

@media screen and (min-width: 769px) {
  .l-footer__nav {
    margin-right: 86px; } }

.l-footer__nav li {
  margin-bottom: 12px; }
  @media screen and (min-width: 769px) {
    .l-footer__nav li.l-footer__nav--01 {
      margin-top: 2.75em; } }
  @media screen and (max-width: 768px) {
    .l-footer__nav li.l-footer__nav--01 {
      margin-top: 2em; } }

.l-footer__nav a {
  color: #fff;
  font-weight: bold; }
  .l-footer__nav a.is-hover:hover {
    text-decoration: underline; }

.l-footer__nav--icon a {
  display: flex;
  align-items: center; }

.l-footer__nav--icon a::after {
  content: '\25B6\FE0E';
  font-size: 9px;
  font-size: 0.9rem;
  margin-left: 14px; }

/* ===== l-footer__copy ===== */
.l-footer__copy {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff !important; }

/* ----------------------------------------
.l-aside-career
---------------------------------------- */
@media screen and (min-width: 769px) {
  .l-aside-career {
    padding-top: 110px;
    padding-bottom: 108px; } }

@media screen and (max-width: 768px) {
  .l-aside-career {
    padding-top: 70px;
    padding-bottom: 70px; } }

/* ----------------------------------------
 l-aside-interview
---------------------------------------- */
.l-aside-interview {
  padding: 86px 0 66px; }
  .l-aside-interview .c-btn {
    margin-top: 55px; }

/* ----------------------------------------
 l-aside-info
---------------------------------------- */
.l-aside-info {
  padding: 90px 0 130px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7; }
  .l-aside-info .c-text p,
  .l-aside-info .c-text ul li,
  .l-aside-info .c-text label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7; }
  .l-aside-info .c-text a {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7; }

/* ----------------------------------------
 margin
---------------------------------------- */
.u-auto {
  margin-right: auto;
  margin-left: auto; }

/* ===== 使用する場合のみコメントアウトを外す ===== */
/* ---------------------------------------
 display
--------------------------------------- */
.u-ib {
  display: inline-block; }

.u-i {
  display: inline; }

.u-b {
  display: block; }

.u-n {
  display: none; }

.u-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.u-g {
  display: grid; }

@media screen and (min-width: 769px) {
  .u-b-mqUp-md {
    display: block; }
  .u-n-mqUp-md {
    display: none; } }

@media screen and (min-width: 415px) {
  .u-b-mqUp-xs {
    display: block; }
  .u-n-mqUp-xs {
    display: none; } }

@media screen and (min-width: 641px) {
  .u-b-mqUp-sm {
    display: block; }
  .u-n-mqUp-sm {
    display: none; } }

@media screen and (min-width: 1200px) {
  .u-b-mqUp-xl {
    display: block; }
  .u-n-mqUp-xl {
    display: none; } }

@media screen and (max-width: 768px) {
  .u-b-mqDown-md {
    display: block; }
  .u-n-mqDown-md {
    display: none; } }

@media screen and (max-width: 640px) {
  .u-b-mqDown-sm {
    display: block; }
  .u-n-mqDown-sm {
    display: none; } }

@media screen and (min-width: 415px) {
  .u-br-414 {
    display: none; } }

@media screen and (max-width: 414px) {
  .u-br-none-414 {
    display: none; } }

/* layout */
.u-textIndent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left; }

.u-clearfix {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.u-boxSizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------------------------------------
 text
--------------------------------------- */
.u-t-indent {
  text-indent: 1em; }

.u-t-kome {
  padding-left: 1em;
  text-indent: -1em; }

.u-t-lineheight {
  line-height: 1; }

.u-t-nowrap {
  white-space: nowrap; }

.u-t-underline {
  text-decoration: underline !important; }

.u-t-underline-none {
  text-decoration: none !important; }

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

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

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

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

@media screen and (min-width: 769px) {
  .u-t-right-mqUp-md {
    text-align: right; }
  .u-t-left-mqUp-md {
    text-align: left; }
  .u-t-center-mqUp-md {
    text-align: center; }
  .u-t-justify-mqUp-md {
    text-align: justify; } }

@media screen and (min-width: 415px) {
  .u-t-right-mqUp-xs {
    text-align: right; }
  .u-t-left-mqUp-xs {
    text-align: left; }
  .u-t-center-mqUp-xs {
    text-align: center; }
  .u-t-justify-mqUp-xs {
    text-align: justify; } }

@media screen and (min-width: 641px) {
  .u-t-right-mqUp-sm {
    text-align: right; }
  .u-t-left-mqUp-sm {
    text-align: left; }
  .u-t-center-mqUp-sm {
    text-align: center; }
  .u-t-justify-mqUp-sm {
    text-align: justify; } }

@media screen and (max-width: 768px) {
  .u-t-right-mqDown-md {
    text-align: right; }
  .u-t-left-mqDown-md {
    text-align: left; }
  .u-t-center-mqDown-md {
    text-align: center; }
  .u-t-justify-mqDown-md {
    text-align: justify; } }

@media screen and (max-width: 414px) {
  .u-t-right-mqDown-xs {
    text-align: right; }
  .u-t-left-mqDown-xs {
    text-align: left; }
  .u-t-center-mqDown-xs {
    text-align: center; }
  .u-t-justify-mqDown-xs {
    text-align: justify; } }

@media screen and (max-width: 640px) {
  .u-t-right-mqDown-sm {
    text-align: right; }
  .u-t-left-mqDown-sm {
    text-align: left; }
  .u-t-center-mqDown-sm {
    text-align: center; }
  .u-t-justify-mqDown-sm {
    text-align: justify; } }

.u-font-normal {
  font-weight: normal; }

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

.u-font-lighter {
  font-weight: lighter; }

.u-font-bolder {
  font-weight: bolder; }

.u-font-100 {
  font-weight: 100; }

.u-font-200 {
  font-weight: 200; }

.u-font-300 {
  font-weight: 300; }

.u-font-400 {
  font-weight: 400; }

.u-font-500 {
  font-weight: 500; }

.u-font-600 {
  font-weight: 600; }

.u-font-700 {
  font-weight: 700; }

.u-font-800 {
  font-weight: 800; }

.u-font-900 {
  font-weight: 900; }

.u-font-1000 {
  font-weight: 1000; }

/* ---------------------------------------
 font-color
--------------------------------------- */
.u-font-black {
  color: #000; }

.u-font-white {
  color: #fff; }

.u-font-red {
  color: #f00; }

/* ---------------------------------------
 fontsize
--------------------------------------- */
.u-font-0 {
  font-size: 0px;
  font-size: 0.0rem; }

.u-font-1 {
  font-size: 1px;
  font-size: 0.1rem; }

.u-font-2 {
  font-size: 2px;
  font-size: 0.2rem; }

.u-font-3 {
  font-size: 3px;
  font-size: 0.3rem; }

.u-font-4 {
  font-size: 4px;
  font-size: 0.4rem; }

.u-font-5 {
  font-size: 5px;
  font-size: 0.5rem; }

.u-font-6 {
  font-size: 6px;
  font-size: 0.6rem; }

.u-font-7 {
  font-size: 7px;
  font-size: 0.7rem; }

.u-font-8 {
  font-size: 8px;
  font-size: 0.8rem; }

.u-font-9 {
  font-size: 9px;
  font-size: 0.9rem; }

.u-font-10 {
  font-size: 10px;
  font-size: 1.0rem; }

.u-font-11 {
  font-size: 11px;
  font-size: 1.1rem; }

.u-font-12 {
  font-size: 12px;
  font-size: 1.2rem; }

.u-font-13 {
  font-size: 13px;
  font-size: 1.3rem; }

.u-font-14 {
  font-size: 14px;
  font-size: 1.4rem; }

.u-font-15 {
  font-size: 15px;
  font-size: 1.5rem; }

.u-font-16 {
  font-size: 16px;
  font-size: 1.6rem; }

.u-font-17 {
  font-size: 17px;
  font-size: 1.7rem; }

.u-font-18 {
  font-size: 18px;
  font-size: 1.8rem; }

.u-font-19 {
  font-size: 19px;
  font-size: 1.9rem; }

.u-font-20 {
  font-size: 20px;
  font-size: 2.0rem; }

.u-font-21 {
  font-size: 21px;
  font-size: 2.1rem; }

.u-font-22 {
  font-size: 22px;
  font-size: 2.2rem; }

.u-font-23 {
  font-size: 23px;
  font-size: 2.3rem; }

.u-font-24 {
  font-size: 24px;
  font-size: 2.4rem; }

.u-font-25 {
  font-size: 25px;
  font-size: 2.5rem; }

.u-font-26 {
  font-size: 26px;
  font-size: 2.6rem; }

.u-font-27 {
  font-size: 27px;
  font-size: 2.7rem; }

.u-font-28 {
  font-size: 28px;
  font-size: 2.8rem; }

.u-font-29 {
  font-size: 29px;
  font-size: 2.9rem; }

.u-font-30 {
  font-size: 30px;
  font-size: 3.0rem; }

.u-font-31 {
  font-size: 31px;
  font-size: 3.1rem; }

.u-font-32 {
  font-size: 32px;
  font-size: 3.2rem; }

.u-font-33 {
  font-size: 33px;
  font-size: 3.3rem; }

.u-font-34 {
  font-size: 34px;
  font-size: 3.4rem; }

.u-font-35 {
  font-size: 35px;
  font-size: 3.5rem; }

.u-font-36 {
  font-size: 36px;
  font-size: 3.6rem; }

.u-font-37 {
  font-size: 37px;
  font-size: 3.7rem; }

.u-font-38 {
  font-size: 38px;
  font-size: 3.8rem; }

.u-font-39 {
  font-size: 39px;
  font-size: 3.9rem; }

.u-font-40 {
  font-size: 40px;
  font-size: 4.0rem; }

.u-font-41 {
  font-size: 41px;
  font-size: 4.1rem; }

.u-font-42 {
  font-size: 42px;
  font-size: 4.2rem; }

.u-font-43 {
  font-size: 43px;
  font-size: 4.3rem; }

.u-font-44 {
  font-size: 44px;
  font-size: 4.4rem; }

.u-font-45 {
  font-size: 45px;
  font-size: 4.5rem; }

.u-font-46 {
  font-size: 46px;
  font-size: 4.6rem; }

.u-font-47 {
  font-size: 47px;
  font-size: 4.7rem; }

.u-font-48 {
  font-size: 48px;
  font-size: 4.8rem; }

.u-font-49 {
  font-size: 49px;
  font-size: 4.9rem; }

.u-font-50 {
  font-size: 50px;
  font-size: 5.0rem; }

/* ---------------------------------------
 background-color
--------------------------------------- */
.u-bg-none {
  background-color: rgba(0, 0, 0, 0); }

.u-bg-white {
  background-color: #fff; }

/* ---------------------------------------
 border-raious
--------------------------------------- */
.u-radius-1 {
  border-radius: 1px; }

.u-radius-2 {
  border-radius: 2px; }

.u-radius-3 {
  border-radius: 3px; }

.u-radius-4 {
  border-radius: 4px; }

.u-radius-5 {
  border-radius: 5px; }

.u-radius-6 {
  border-radius: 6px; }

.u-radius-7 {
  border-radius: 7px; }

.u-radius-8 {
  border-radius: 8px; }

.u-radius-9 {
  border-radius: 9px; }

.u-radius-10 {
  border-radius: 10px; }

.u-radius-15 {
  border-radius: 15px; }

.u-radius-20 {
  border-radius: 20px; }

.u-radius-25 {
  border-radius: 25px; }

.u-radius-30 {
  border-radius: 30px; }

.u-radius-35 {
  border-radius: 35px; }

.u-radius-40 {
  border-radius: 40px; }

.u-radius-45 {
  border-radius: 45px; }

.u-radius-50 {
  border-radius: 50px; }

.u-radius-50-p {
  border-radius: 50%; }

/* ---------------------------------------
 event
--------------------------------------- */
.u-pointerevent-none {
  pointer-events: none; }

/* ---------------------------------------
 object_fit
--------------------------------------- */
.u-objectfit {
  position: relative; }
  .u-objectfit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;" !important;
    position: absolute;
    top: 0;
    left: 0; }

.u-aspect-100::after {
  content: '';
  display: block;
  padding-top: 100%; }

.u-aspect-95::after {
  content: '';
  display: block;
  padding-top: 95%; }

.u-aspect-90::after {
  content: '';
  display: block;
  padding-top: 90%; }

.u-aspect-85::after {
  content: '';
  display: block;
  padding-top: 85%; }

.u-aspect-80::after {
  content: '';
  display: block;
  padding-top: 80%; }

.u-aspect-75::after {
  content: '';
  display: block;
  padding-top: 75%; }

.u-aspect-70::after {
  content: '';
  display: block;
  padding-top: 70%; }

.u-aspect-65::after {
  content: '';
  display: block;
  padding-top: 65%; }

.u-aspect-60::after {
  content: '';
  display: block;
  padding-top: 60%; }

.u-aspect-55::after {
  content: '';
  display: block;
  padding-top: 55%; }

.u-aspect-50::after {
  content: '';
  display: block;
  padding-top: 50%; }

.u-aspect-45::after {
  content: '';
  display: block;
  padding-top: 45%; }

.u-aspect-40::after {
  content: '';
  display: block;
  padding-top: 40%; }

.u-aspect-35::after {
  content: '';
  display: block;
  padding-top: 35%; }

.u-aspect-30::after {
  content: '';
  display: block;
  padding-top: 30%; }

/* ----------------------------------------
 inner
---------------------------------------- */
.c-inr-ss {
  max-width: 510px; }

.c-inr-s {
  max-width: 754px; }

.c-inr-m {
  max-width: 902px; }

.c-inr-l {
  max-width: 1180px; }

.c-inr-ss,
.c-inr-s,
.c-inr-m,
.c-inr-l {
  width: 90%;
  margin: 0 auto; }

/* ----------------------------------------
 color
---------------------------------------- */
.c-color-blue {
  color: #004385; }

.c-color-white {
  color: #fff; }

/* ----------------------------------------
 background
---------------------------------------- */
.c-bg-gradient {
  background: linear-gradient(90deg, #008a9b, #004385); }

body.ua-chrome .c-bg-gradient--opacity, body.ua-safari .c-bg-gradient--opacity, body.ua-firefox .c-bg-gradient--opacity {
  position: relative;
  background: linear-gradient(45deg, #008a9b, #004385), url("../img/common/bg.png") center top/212px repeat;
  background-blend-mode: multiply; }

body:not(.ua-chrome):not(.ua-safari):not(.ua-firefox) .c-bg-gradient--opacity {
  position: relative; }
  body:not(.ua-chrome):not(.ua-safari):not(.ua-firefox) .c-bg-gradient--opacity::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 138, 155, 0.85), rgba(0, 67, 133, 0.85)); }

/* ----------------------------------------
 c-title c-text
---------------------------------------- */
/* ===== c-title ===== */
.c-title {
  line-height: 1; }
  @media screen and (min-width: 769px) {
    .c-title {
      margin-bottom: 45px; } }
  @media screen and (max-width: 768px) {
    .c-title {
      margin-bottom: 25px; } }
  .c-title span {
    display: block; }

@media screen and (min-width: 769px) {
  .c-title--en {
    margin-bottom: 20px; } }

@media screen and (max-width: 768px) {
  .c-title--en {
    margin-bottom: 10px;
    transform-origin: 50% 100%; } }

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-title--en {
    transform: scale(0.8); } }

@media screen and (max-width: 640px) {
  .c-title--en {
    transform: scale(0.7);
    margin-bottom: 7px; } }

@media screen and (max-width: 320px) {
  .c-title--en {
    transform: scale(0.6); } }

@media screen and (max-width: 640px) {
  .c-title--jp {
    font-size: 16px;
    font-size: 1.6rem; } }

/* ===== c-text ===== */
.c-text {
  line-height: calc(27 / 14); }
  @media screen and (min-width: 769px) {
    .c-text {
      margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .c-text {
      margin-bottom: 20px; } }

.c-top-text {
  max-width: 750px;
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .c-top-text {
      margin-bottom: 64px; } }
  @media screen and (max-width: 768px) {
    .c-top-text {
      margin-bottom: 30px; } }

/* ----------------------------------------
 c-btn
---------------------------------------- */
.c-btn {
  line-height: 1;
  text-align: center; }
  .c-btn a {
    display: inline-block;
    height: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 100px;
    padding: .929em 2.1789em;
    z-index: 2; }
    .c-btn a.is-hover:hover {
      text-decoration: underline; }
  .c-btn span {
    display: block; }

.c-btn--blue a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 13px 30.5px; }
  @media screen and (max-width: 768px) {
    .c-btn--blue a {
      font-size: 14px;
      font-size: 1.4rem; } }

.c-btn--blue span {
  color: #ffffff;
  font-weight: bold; }

.c-btn--blue a {
  box-sizing: border-box;
  background-color: #008a9b;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .c-btn--blue a::before, .c-btn--blue a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .c-btn--blue a::before {
    background: #004385;
    background: linear-gradient(90deg, #008a9b, #004385); }
  .c-btn--blue a::after {
    background-color: #008a9b;
    transform: translate3d(-99%, 0, 0); }
  .c-btn--blue a.is-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
    .c-btn--blue a.is-hover:hover::before {
      transform: translate3d(100%, 0, 0); }
    .c-btn--blue a.is-hover:hover::after {
      transform: translate3d(0, 0, 0); }

.c-btn--blue span {
  position: relative;
  z-index: 2; }

.c-btn--white a {
  color: #004385;
  background: #fff;
  border: solid 2px #fff;
  padding: .786em 2.1789em; }
  .c-btn--white a.is-hover:hover {
    color: #fff;
    background-color: #004385; }

/* ----------------------------------------
 c-block
---------------------------------------- */
.c-block-content {
  display: flex;
  flex-wrap: wrap; }

/* ===== c-block ===== */
@media screen and (min-width: 769px) {
  .c-block {
    width: calc(377 / 1180 * 100%);
    margin-bottom: 22px; }
    .c-block:not(:nth-of-type(3n)) {
      margin-right: calc(24 / 1180 * 100%); } }

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-block {
    width: 49%; }
    .c-block:not(:nth-of-type(2n)) {
      margin-right: 2%; } }

@media screen and (max-width: 768px) {
  .c-block {
    margin-bottom: 10px; } }

.c-block .c-block__inr {
  display: block;
  width: 100%;
  height: 100%; }
  .c-block .c-block__inr.c-block__hover {
    cursor: pointer; }
  @media screen and (min-width: 1200px) {
    .c-block .c-block__inr.c-block__hover:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
      .c-block .c-block__inr.c-block__hover:hover img {
        filter: brightness(105%) saturate(105%) contrast(105%); }
      .c-block .c-block__inr.c-block__hover:hover .c-block--comment {
        text-decoration: underline;
        color: #008a9b; } }

.c-block__txt {
  box-sizing: border-box;
  background-color: #fff;
  padding: 18px 20px 17px; }

.c-block--comment {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: calc(17 / 14);
  margin-bottom: 7px;
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.c-block--division {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 7px; }

.c-block--name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right; }

.c-block__figure {
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden; }
  .c-block__figure img {
    width: 100%;
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 0, 0);
    filter: brightness(100%) saturate(100%) contrast(100%); }

/* ----------------------------------------
 c-page-ttl
---------------------------------------- */
.c-page-ttl {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 769px) {
    .c-page-ttl {
      height: 350px; } }
  @media screen and (max-width: 768px) {
    .c-page-ttl {
      height: 250px; } }
  .c-page-ttl::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.15); }

.c-page-ttl__h1 {
  position: relative;
  top: calc(222 / 350 * 100%);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem; }
  .c-page-ttl__h1::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain; }

/* ----------------------------------------
 c-recruit-form-of
---------------------------------------- */
.c-recruit-form-of {
  max-width: 902px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .c-recruit-form-of {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media screen and (min-width: 769px) {
    .c-recruit-form-of li {
      width: 100%;
      max-width: 400px; } }
  @media screen and (max-width: 768px) {
    .c-recruit-form-of li {
      margin-bottom: 14px; } }
  .c-recruit-form-of a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff !important;
    font-weight: bold !important;
    padding: .8em 0; }
    .c-recruit-form-of a span {
      color: #ffffff !important;
      font-weight: bold !important; }
      @media screen and (min-width: 641px) {
        .c-recruit-form-of a span {
          font-size: 22px !important; } }
      @media screen and (max-width: 640px) {
        .c-recruit-form-of a span {
          font-size: 18px !important; } }
    @media screen and (min-width: 641px) {
      .c-recruit-form-of a {
        font-size: 22px !important;
        line-height: 1.2; } }
    @media screen and (max-width: 640px) {
      .c-recruit-form-of a {
        font-size: 18px !important;
        line-height: 1.2; } }
    .c-recruit-form-of a:hover {
      color: #ffffff !important; }
      .c-recruit-form-of a:hover span {
        color: #ffffff !important; }
    .c-recruit-form-of a.disabled {
      background: #ccc !important;
      pointer-events: none; }
      .c-recruit-form-of a.disabled::before, .c-recruit-form-of a.disabled::after {
        display: none !important; }
  .c-recruit-form-of #entry {
    color: #ffffff !important; }
  .c-recruit-form-of a {
    box-sizing: border-box;
    background-color: #008a9b;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .c-recruit-form-of a::before, .c-recruit-form-of a::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .c-recruit-form-of a::before {
      background: #004385;
      background: linear-gradient(90deg, #008a9b, #004385); }
    .c-recruit-form-of a::after {
      background-color: #008a9b;
      transform: translate3d(-99%, 0, 0); }
    .c-recruit-form-of a.is-hover:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
      .c-recruit-form-of a.is-hover:hover::before {
        transform: translate3d(100%, 0, 0); }
      .c-recruit-form-of a.is-hover:hover::after {
        transform: translate3d(0, 0, 0); }
  .c-recruit-form-of span {
    position: relative;
    z-index: 2; }

/* ----------------------------------------
 c-profile
---------------------------------------- */
.c-profile {
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-profile {
      max-width: 553px;
      width: 100%;
      margin: 0 auto; } }

@media screen and (min-width: 769px) {
  .c-profile__txt {
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: 2;
    width: 80%; } }

@media screen and (max-width: 768px) {
  .c-profile__txt {
    margin-bottom: 30px; } }

.c-profile__line {
  max-width: 227px;
  width: 40%;
  margin: 0 0 0;
  background: #004385;
  background: linear-gradient(90deg, #008a9b, #004385); }
  @media screen and (min-width: 769px) {
    .c-profile__line {
      height: 7px;
      margin-bottom: 35px; } }
  @media screen and (min-width: 1200px) {
    .c-profile__line {
      margin-bottom: 45px; } }
  @media screen and (max-width: 768px) {
    .c-profile__line {
      height: 4px;
      margin-bottom: 26px; } }

.c-profile__copy {
  line-height: calc(60 / 42); }
  @media screen and (min-width: 769px) {
    .c-profile__copy {
      font-size: 34px;
      font-size: 3.4rem;
      margin-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .c-profile__copy {
      font-size: 42px;
      font-size: 4.2rem;
      margin-bottom: 73px; } }
  @media screen and (max-width: 768px) {
    .c-profile__copy {
      font-size: 26px;
      font-size: 2.6rem;
      font-size: -webkit-calc(1.0rem + 2.5vw);
      font-size: -moz-calc(1.0rem + 2.5vw);
      font-size: calc(1.0rem + 2.5vw);
      margin-bottom: 25px; } }

.c-profile__name {
  line-height: calc(26 / 16); }
  @media screen and (min-width: 769px) {
    .c-profile__name {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .c-profile__name {
      font-size: 14px;
      font-size: 1.4rem; } }

@media screen and (min-width: 769px) {
  .c-profile__figure {
    width: 80%;
    margin: 0 0 0 auto;
    text-align: right; } }

.is-body-fixed {
  position: fixed !important;
  overflow: hidden !important; }

/* -----------------------------------------
 loading
----------------------------------------- */
.js-header {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate3d(0, -100%, 0);
  transition: opacity 720ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 720ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.js-top-fv__copy {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-50%, -50%) rotateY(40deg) !important;
  transition: opacity 1400ms 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1400ms 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body.is-load .l-header {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: none; }

body.is-load .js-top-fv__copy {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(-50%, -50%) rotateY(0deg) !important; }

/* -----------------------------------------
 js goTop
----------------------------------------- */
/* -----------------------------------------
 js-effect-txt
----------------------------------------- */
.js-effect-txt {
  transform: translateY(100%);
  transform-origin: 0 0 0;
  transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* timing */ }
  .js-effect-txt.js-t1 {
    -webkit-transition-delay: 350ms !important;
    -moz-transition-delay: 350ms !important;
    -ms-transition-delay: 350ms !important;
    -o-transition-delay: 350ms !important;
    transition-delay: 350ms !important; }
  .js-effect-txt.js-t2 {
    -webkit-transition-delay: 400ms !important;
    -moz-transition-delay: 400ms !important;
    -ms-transition-delay: 400ms !important;
    -o-transition-delay: 400ms !important;
    transition-delay: 400ms !important; }
  .js-effect-txt.js-t3 {
    -webkit-transition-delay: 450ms !important;
    -moz-transition-delay: 450ms !important;
    -ms-transition-delay: 450ms !important;
    -o-transition-delay: 450ms !important;
    transition-delay: 450ms !important; }
  .js-effect-txt.js-t4 {
    -webkit-transition-delay: 500ms !important;
    -moz-transition-delay: 500ms !important;
    -ms-transition-delay: 500ms !important;
    -o-transition-delay: 500ms !important;
    transition-delay: 500ms !important; }
  .js-effect-txt.js-t5 {
    -webkit-transition-delay: 550ms !important;
    -moz-transition-delay: 550ms !important;
    -ms-transition-delay: 550ms !important;
    -o-transition-delay: 550ms !important;
    transition-delay: 550ms !important; }
  .js-effect-txt.js-t6 {
    -webkit-transition-delay: 600ms !important;
    -moz-transition-delay: 600ms !important;
    -ms-transition-delay: 600ms !important;
    -o-transition-delay: 600ms !important;
    transition-delay: 600ms !important; }
  .js-effect-txt.js-t7 {
    -webkit-transition-delay: 650ms !important;
    -moz-transition-delay: 650ms !important;
    -ms-transition-delay: 650ms !important;
    -o-transition-delay: 650ms !important;
    transition-delay: 650ms !important; }
  .js-effect-txt.js-t8 {
    -webkit-transition-delay: 700ms !important;
    -moz-transition-delay: 700ms !important;
    -ms-transition-delay: 700ms !important;
    -o-transition-delay: 700ms !important;
    transition-delay: 700ms !important; }
  .js-effect-txt.js-t9 {
    -webkit-transition-delay: 750ms !important;
    -moz-transition-delay: 750ms !important;
    -ms-transition-delay: 750ms !important;
    -o-transition-delay: 750ms !important;
    transition-delay: 750ms !important; }
  .js-effect-txt.js-t10 {
    -webkit-transition-delay: 800ms !important;
    -moz-transition-delay: 800ms !important;
    -ms-transition-delay: 800ms !important;
    -o-transition-delay: 800ms !important;
    transition-delay: 800ms !important; }
  .js-effect-txt.js-t11 {
    -webkit-transition-delay: 850ms !important;
    -moz-transition-delay: 850ms !important;
    -ms-transition-delay: 850ms !important;
    -o-transition-delay: 850ms !important;
    transition-delay: 850ms !important; }
  .js-effect-txt.js-t12 {
    -webkit-transition-delay: 900ms !important;
    -moz-transition-delay: 900ms !important;
    -ms-transition-delay: 900ms !important;
    -o-transition-delay: 900ms !important;
    transition-delay: 900ms !important; }
  .js-effect-txt.js-t13 {
    -webkit-transition-delay: 950ms !important;
    -moz-transition-delay: 950ms !important;
    -ms-transition-delay: 950ms !important;
    -o-transition-delay: 950ms !important;
    transition-delay: 950ms !important; }
  .js-effect-txt.js-t14 {
    -webkit-transition-delay: 1000ms !important;
    -moz-transition-delay: 1000ms !important;
    -ms-transition-delay: 1000ms !important;
    -o-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important; }
  .js-effect-txt.js-t15 {
    -webkit-transition-delay: 1050ms !important;
    -moz-transition-delay: 1050ms !important;
    -ms-transition-delay: 1050ms !important;
    -o-transition-delay: 1050ms !important;
    transition-delay: 1050ms !important; }
  .js-effect-txt.js-t16 {
    -webkit-transition-delay: 1100ms !important;
    -moz-transition-delay: 1100ms !important;
    -ms-transition-delay: 1100ms !important;
    -o-transition-delay: 1100ms !important;
    transition-delay: 1100ms !important; }
  .js-effect-txt.js-t17 {
    -webkit-transition-delay: 1150ms !important;
    -moz-transition-delay: 1150ms !important;
    -ms-transition-delay: 1150ms !important;
    -o-transition-delay: 1150ms !important;
    transition-delay: 1150ms !important; }
  .js-effect-txt.js-t18 {
    -webkit-transition-delay: 1200ms !important;
    -moz-transition-delay: 1200ms !important;
    -ms-transition-delay: 1200ms !important;
    -o-transition-delay: 1200ms !important;
    transition-delay: 1200ms !important; }
  .js-effect-txt.js-t19 {
    -webkit-transition-delay: 1250ms !important;
    -moz-transition-delay: 1250ms !important;
    -ms-transition-delay: 1250ms !important;
    -o-transition-delay: 1250ms !important;
    transition-delay: 1250ms !important; }
  .js-effect-txt.js-t20 {
    -webkit-transition-delay: 1300ms !important;
    -moz-transition-delay: 1300ms !important;
    -ms-transition-delay: 1300ms !important;
    -o-transition-delay: 1300ms !important;
    transition-delay: 1300ms !important; }
  .js-effect-txt.js-t21 {
    -webkit-transition-delay: 1350ms !important;
    -moz-transition-delay: 1350ms !important;
    -ms-transition-delay: 1350ms !important;
    -o-transition-delay: 1350ms !important;
    transition-delay: 1350ms !important; }
  .js-effect-txt.js-t22 {
    -webkit-transition-delay: 1400ms !important;
    -moz-transition-delay: 1400ms !important;
    -ms-transition-delay: 1400ms !important;
    -o-transition-delay: 1400ms !important;
    transition-delay: 1400ms !important; }
  .js-effect-txt.js-t23 {
    -webkit-transition-delay: 1450ms !important;
    -moz-transition-delay: 1450ms !important;
    -ms-transition-delay: 1450ms !important;
    -o-transition-delay: 1450ms !important;
    transition-delay: 1450ms !important; }
  .js-effect-txt.js-t24 {
    -webkit-transition-delay: 1500ms !important;
    -moz-transition-delay: 1500ms !important;
    -ms-transition-delay: 1500ms !important;
    -o-transition-delay: 1500ms !important;
    transition-delay: 1500ms !important; }
  .js-effect-txt.js-t25 {
    -webkit-transition-delay: 1550ms !important;
    -moz-transition-delay: 1550ms !important;
    -ms-transition-delay: 1550ms !important;
    -o-transition-delay: 1550ms !important;
    transition-delay: 1550ms !important; }
  .js-effect-txt.js-t26 {
    -webkit-transition-delay: 1600ms !important;
    -moz-transition-delay: 1600ms !important;
    -ms-transition-delay: 1600ms !important;
    -o-transition-delay: 1600ms !important;
    transition-delay: 1600ms !important; }
  .js-effect-txt.js-t27 {
    -webkit-transition-delay: 1650ms !important;
    -moz-transition-delay: 1650ms !important;
    -ms-transition-delay: 1650ms !important;
    -o-transition-delay: 1650ms !important;
    transition-delay: 1650ms !important; }
  .js-effect-txt.js-t28 {
    -webkit-transition-delay: 1700ms !important;
    -moz-transition-delay: 1700ms !important;
    -ms-transition-delay: 1700ms !important;
    -o-transition-delay: 1700ms !important;
    transition-delay: 1700ms !important; }
  .js-effect-txt.js-t29 {
    -webkit-transition-delay: 1750ms !important;
    -moz-transition-delay: 1750ms !important;
    -ms-transition-delay: 1750ms !important;
    -o-transition-delay: 1750ms !important;
    transition-delay: 1750ms !important; }
  .js-effect-txt.js-t30 {
    -webkit-transition-delay: 1800ms !important;
    -moz-transition-delay: 1800ms !important;
    -ms-transition-delay: 1800ms !important;
    -o-transition-delay: 1800ms !important;
    transition-delay: 1800ms !important; }
  .js-effect-txt.js-t31 {
    -webkit-transition-delay: 1850ms !important;
    -moz-transition-delay: 1850ms !important;
    -ms-transition-delay: 1850ms !important;
    -o-transition-delay: 1850ms !important;
    transition-delay: 1850ms !important; }
  .js-effect-txt.js-t32 {
    -webkit-transition-delay: 1900ms !important;
    -moz-transition-delay: 1900ms !important;
    -ms-transition-delay: 1900ms !important;
    -o-transition-delay: 1900ms !important;
    transition-delay: 1900ms !important; }
  .js-effect-txt.js-t33 {
    -webkit-transition-delay: 1950ms !important;
    -moz-transition-delay: 1950ms !important;
    -ms-transition-delay: 1950ms !important;
    -o-transition-delay: 1950ms !important;
    transition-delay: 1950ms !important; }
  .js-effect-txt.js-t34 {
    -webkit-transition-delay: 2000ms !important;
    -moz-transition-delay: 2000ms !important;
    -ms-transition-delay: 2000ms !important;
    -o-transition-delay: 2000ms !important;
    transition-delay: 2000ms !important; }
  .js-effect-txt.js-t35 {
    -webkit-transition-delay: 2050ms !important;
    -moz-transition-delay: 2050ms !important;
    -ms-transition-delay: 2050ms !important;
    -o-transition-delay: 2050ms !important;
    transition-delay: 2050ms !important; }
  .js-effect-txt.js-t36 {
    -webkit-transition-delay: 2100ms !important;
    -moz-transition-delay: 2100ms !important;
    -ms-transition-delay: 2100ms !important;
    -o-transition-delay: 2100ms !important;
    transition-delay: 2100ms !important; }
  .js-effect-txt.js-t37 {
    -webkit-transition-delay: 2150ms !important;
    -moz-transition-delay: 2150ms !important;
    -ms-transition-delay: 2150ms !important;
    -o-transition-delay: 2150ms !important;
    transition-delay: 2150ms !important; }
  .js-effect-txt.js-t38 {
    -webkit-transition-delay: 2200ms !important;
    -moz-transition-delay: 2200ms !important;
    -ms-transition-delay: 2200ms !important;
    -o-transition-delay: 2200ms !important;
    transition-delay: 2200ms !important; }
  .js-effect-txt.js-t39 {
    -webkit-transition-delay: 2250ms !important;
    -moz-transition-delay: 2250ms !important;
    -ms-transition-delay: 2250ms !important;
    -o-transition-delay: 2250ms !important;
    transition-delay: 2250ms !important; }
  .js-effect-txt.js-t40 {
    -webkit-transition-delay: 2300ms !important;
    -moz-transition-delay: 2300ms !important;
    -ms-transition-delay: 2300ms !important;
    -o-transition-delay: 2300ms !important;
    transition-delay: 2300ms !important; }

.is-js-on .js-effect-txt {
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100); }

/* -----------------------------------------
 js-fadeIn
----------------------------------------- */
.js-fadeIn {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(20px);
  transition: opacity 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* timing */ }
  .js-fadeIn.js-t1 {
    -webkit-transition-delay: 400ms !important;
    -moz-transition-delay: 400ms !important;
    -ms-transition-delay: 400ms !important;
    -o-transition-delay: 400ms !important;
    transition-delay: 400ms !important; }
  .js-fadeIn.js-t2 {
    -webkit-transition-delay: 500ms !important;
    -moz-transition-delay: 500ms !important;
    -ms-transition-delay: 500ms !important;
    -o-transition-delay: 500ms !important;
    transition-delay: 500ms !important; }
  .js-fadeIn.js-t3 {
    -webkit-transition-delay: 600ms !important;
    -moz-transition-delay: 600ms !important;
    -ms-transition-delay: 600ms !important;
    -o-transition-delay: 600ms !important;
    transition-delay: 600ms !important; }
  .js-fadeIn.js-t4 {
    -webkit-transition-delay: 700ms !important;
    -moz-transition-delay: 700ms !important;
    -ms-transition-delay: 700ms !important;
    -o-transition-delay: 700ms !important;
    transition-delay: 700ms !important; }
  .js-fadeIn.js-t5 {
    -webkit-transition-delay: 800ms !important;
    -moz-transition-delay: 800ms !important;
    -ms-transition-delay: 800ms !important;
    -o-transition-delay: 800ms !important;
    transition-delay: 800ms !important; }
  .js-fadeIn.js-t6 {
    -webkit-transition-delay: 900ms !important;
    -moz-transition-delay: 900ms !important;
    -ms-transition-delay: 900ms !important;
    -o-transition-delay: 900ms !important;
    transition-delay: 900ms !important; }

.is-js-on .js-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0); }

/* -----------------------------------------
 js-fadeIn-transform
----------------------------------------- */
.js-fadeIn-transform {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: rotateY(40deg);
  transition: opacity 1400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* timing */ }
  .js-fadeIn-transform.js-t1 {
    -webkit-transition-delay: 400ms !important;
    -moz-transition-delay: 400ms !important;
    -ms-transition-delay: 400ms !important;
    -o-transition-delay: 400ms !important;
    transition-delay: 400ms !important; }
  .js-fadeIn-transform.js-t2 {
    -webkit-transition-delay: 500ms !important;
    -moz-transition-delay: 500ms !important;
    -ms-transition-delay: 500ms !important;
    -o-transition-delay: 500ms !important;
    transition-delay: 500ms !important; }
  .js-fadeIn-transform.js-t3 {
    -webkit-transition-delay: 600ms !important;
    -moz-transition-delay: 600ms !important;
    -ms-transition-delay: 600ms !important;
    -o-transition-delay: 600ms !important;
    transition-delay: 600ms !important; }
  .js-fadeIn-transform.js-t4 {
    -webkit-transition-delay: 700ms !important;
    -moz-transition-delay: 700ms !important;
    -ms-transition-delay: 700ms !important;
    -o-transition-delay: 700ms !important;
    transition-delay: 700ms !important; }
  .js-fadeIn-transform.js-t5 {
    -webkit-transition-delay: 800ms !important;
    -moz-transition-delay: 800ms !important;
    -ms-transition-delay: 800ms !important;
    -o-transition-delay: 800ms !important;
    transition-delay: 800ms !important; }
  .js-fadeIn-transform.js-t6 {
    -webkit-transition-delay: 900ms !important;
    -moz-transition-delay: 900ms !important;
    -ms-transition-delay: 900ms !important;
    -o-transition-delay: 900ms !important;
    transition-delay: 900ms !important; }
  .js-fadeIn-transform.js-t7 {
    -webkit-transition-delay: 1000ms !important;
    -moz-transition-delay: 1000ms !important;
    -ms-transition-delay: 1000ms !important;
    -o-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important; }
  .js-fadeIn-transform.js-t8 {
    -webkit-transition-delay: 1100ms !important;
    -moz-transition-delay: 1100ms !important;
    -ms-transition-delay: 1100ms !important;
    -o-transition-delay: 1100ms !important;
    transition-delay: 1100ms !important; }
  .js-fadeIn-transform.js-t9 {
    -webkit-transition-delay: 1200ms !important;
    -moz-transition-delay: 1200ms !important;
    -ms-transition-delay: 1200ms !important;
    -o-transition-delay: 1200ms !important;
    transition-delay: 1200ms !important; }
  .js-fadeIn-transform.js-t10 {
    -webkit-transition-delay: 1300ms !important;
    -moz-transition-delay: 1300ms !important;
    -ms-transition-delay: 1300ms !important;
    -o-transition-delay: 1300ms !important;
    transition-delay: 1300ms !important; }

.is-js-on .js-fadeIn-transform {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg); }

/* -----------------------------------------
 contactform7
----------------------------------------- */
.wpcf7-not-valid-tip {
  line-height: 1.7em;
  margin-top: .5em; }

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  border: none;
  padding: 0;
  line-height: 1.7em; }

/* -------------------------------------------
 wp-PageNavi
------------------------------------------- */
.wp-pagenavi {
  margin: 30px 0 60px;
  display: block; }

.pages {
  display: none; }

.wp-pagenavi a, .wp-pagenavi span {
  padding: 7px 10px;
  border: solid 1px #000;
  margin: 0 5px;
  color: #000; }

.wp-pagenavi span.current {
  background-color: #000;
  font-weight: normal;
  color: #fff; }

.extend {
  padding: 7px !important; }

#singlepager {
  margin-top: 20px; }

#singlepager .prev {
  display: block;
  float: left;
  padding: .6em 1em;
  border: 1px solid #000; }

#singlepager .next {
  display: block;
  float: right;
  padding: .6em 1em;
  border: 1px solid #000; }

/* ----------------------------------------
 first view
---------------------------------------- */
#p-top-fv {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 769px) {
    #p-top-fv {
      background-image: url("../img/top/fv01.jpg"); } }
  @media screen and (max-width: 768px) and (min-width: 641px) {
    #p-top-fv {
      background-image: url("../img/top/fv01_tb.jpg"); } }
  @media screen and (max-width: 640px) {
    #p-top-fv {
      background-image: url("../img/top/fv01_sp.jpg"); } }
  #p-top-fv::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }

#p-top-fv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 1;
  width: 100%;
  font-weight: bold;
  color: #004385; }
  @media screen and (min-width: 769px) {
    #p-top-fv__copy {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (min-width: 1600px) {
    #p-top-fv__copy {
      font-size: 30px;
      font-size: 3.0rem;
      font-size: -webkit-calc(1.0rem + 1vw);
      font-size: -moz-calc(1.0rem + 1vw);
      font-size: calc(1.0rem + 1vw); } }
  @media screen and (max-width: 768px) and (min-width: 641px) {
    #p-top-fv__copy {
      font-size: 20px;
      font-size: 2.0rem;
      font-size: -webkit-calc(1.0rem + 2vw);
      font-size: -moz-calc(1.0rem + 2vw);
      font-size: calc(1.0rem + 2vw); } }
  @media screen and (max-width: 768px) {
    #p-top-fv__copy {
      font-size: 18px;
      font-size: 1.8rem;
      font-size: -webkit-calc(1.0rem + 3vw);
      font-size: -moz-calc(1.0rem + 3vw);
      font-size: calc(1.0rem + 3vw); } }
  #p-top-fv__copy::before {
    content: '';
    display: block;
    background-image: url("../img/top/fv_copy.svg");
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain; }
    @media screen and (min-width: 769px) {
      #p-top-fv__copy::before {
        width: 633px;
        height: 73px;
        margin: 0 auto 20px; } }
    @media screen and (max-width: 768px) and (min-width: 641px) {
      #p-top-fv__copy::before {
        width: 443.1px;
        height: 51.1px;
        margin: 0 auto 15px; } }
    @media screen and (max-width: 640px) {
      #p-top-fv__copy::before {
        width: 253.2px;
        height: 29.2px;
        margin: 0 auto 10px; } }

/* ----------------------------------------
 p-top-intro
---------------------------------------- */
#p-top-intro {
  color: #fff; }
  @media screen and (min-width: 769px) {
    #p-top-intro {
      padding: 110px 0 120px; } }
  @media screen and (max-width: 768px) {
    #p-top-intro {
      padding: 70px 0 100px; } }

#p-top-intro__h {
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 769px) {
    #p-top-intro__h {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 90px; } }
  @media screen and (max-width: 768px) {
    #p-top-intro__h {
      font-size: 17px;
      font-size: 1.7rem;
      margin-bottom: 40px; } }
  @media screen and (max-width: 320px) {
    #p-top-intro__h {
      font-size: 14px;
      font-size: 1.4rem; } }

#p-top-intro__p {
  max-width: 500px;
  width: 90%;
  margin: 0 auto; }

/* ----------------------------------------
 p-top-message
---------------------------------------- */
#p-top-message {
  position: relative;
  z-index: 2;
  margin-top: -46px;
  background-color: #fff;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    #p-top-message {
      margin-bottom: 118px;
      padding: 50px;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    #p-top-message {
      margin-bottom: 90px;
      padding: 40px 5%; } }
  @media screen and (min-width: 769px) {
    #p-top-message .c-title--en {
      margin-bottom: 10px; } }
  @media screen and (max-width: 640px) {
    #p-top-message .c-title--en {
      transform-origin: 0 100% 0;
      margin-bottom: 0; } }

@media screen and (min-width: 769px) {
  #p-t-mes__txt {
    width: 360px; } }

@media screen and (max-width: 768px) {
  #p-t-mes__txt {
    margin-bottom: 25px; } }

@media screen and (min-width: 769px) {
  #p-t-mes__figure {
    width: 408px; } }

/* ----------------------------------------
 p-top-about
---------------------------------------- */
#p-top-about {
  margin-bottom: 10px; }

@media screen and (min-width: 769px) {
  #p-top-about__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px; } }

#p-top-about__list li {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #p-top-about__list li {
      width: calc(377 / 1180 * 100%);
      padding: 65px 30px; } }
  @media screen and (max-width: 768px) {
    #p-top-about__list li {
      padding: 30px 5%;
      margin-bottom: 30px; } }
  #p-top-about__list li::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: -1;
    transform: scale(1) rotate(0deg); }

#p-top-about__list h3 {
  text-align: center;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    #p-top-about__list h3 {
      font-size: 38px;
      font-size: 3.8rem; } }
  @media screen and (max-width: 768px) {
    #p-top-about__list h3 {
      font-size: 26px;
      font-size: 2.6rem; } }

#p-top-about__list p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: calc(20 / 13);
  margin-top: 1em; }

.p-top-about__01::after {
  background-image: url("../img/top/teamwork.jpg"); }

.p-top-about__02::after {
  background-image: url("../img/top/groupwork.jpg"); }

.p-top-about__03::after {
  background-image: url("../img/top/library.jpg"); }

/* ----------------------------------------
 about
---------------------------------------- */
.about-page-ttl {
  background-image: url("../img/about/ttl_bg.jpg"); }
  .about-page-ttl .c-page-ttl__h1::after {
    background-image: url("../img/about/ttl_txt.svg"); }
    @media screen and (min-width: 769px) {
      .about-page-ttl .c-page-ttl__h1::after {
        width: 263px;
        height: 87px; } }
    @media screen and (max-width: 768px) {
      .about-page-ttl .c-page-ttl__h1::after {
        width: 184.1px;
        height: 60.9px; } }

#p-about__section {
  margin-bottom: 30px; }

/* ----------------------------------------
 p-about__h
---------------------------------------- */
@media screen and (min-width: 769px) {
  .p-about__h {
    padding: 104px 0 118px; } }

@media screen and (max-width: 768px) {
  .p-about__h {
    padding: 54px 0 60px; } }

.p-about__h h2 {
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .p-about__h h2 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .p-about__h h2 {
      font-size: 19px;
      font-size: 1.9rem;
      margin-bottom: 30px; } }

.p-about__h p {
  line-height: calc(26 / 14); }

/* ----------------------------------------
 p-about__article
---------------------------------------- */
.p-about__article {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 769px) {
    .p-about__article:not(:last-of-type) {
      margin-bottom: 90px; } }
  @media screen and (max-width: 768px) {
    .p-about__article:not(:last-of-type) {
      margin-bottom: 15px; } }
  @media screen and (min-width: 769px) {
    .p-about__article::before {
      content: '';
      display: block;
      width: 50%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      z-index: 0; } }
  @media screen and (min-width: 769px) {
    .p-about__article:nth-of-type(2n-1)::before {
      left: 0; } }
  @media screen and (min-width: 769px) {
    .p-about__article:nth-of-type(2n)::before {
      right: 0; } }
  @media screen and (min-width: 769px) {
    .p-about__article:nth-of-type(2n) article {
      flex-direction: row-reverse; } }
  .p-about__article article {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    max-width: 918px;
    width: 87.5%;
    margin: 0 auto;
    background-color: #fff; }
    @media screen and (min-width: 769px) {
      .p-about__article article {
        padding: 50px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; } }
    @media screen and (max-width: 768px) {
      .p-about__article article {
        padding: 30px 5%; } }

@media screen and (min-width: 769px) {
  .p-about__article__txt {
    width: calc(360 / 818 * 100%); } }

@media screen and (max-width: 768px) {
  .p-about__article__txt {
    margin-bottom: 20px; } }

.p-about__article__txt h3 {
  color: #004385; }
  @media screen and (min-width: 769px) {
    .p-about__article__txt h3 {
      margin-bottom: 45px; } }
  @media screen and (max-width: 768px) {
    .p-about__article__txt h3 {
      margin-bottom: 20px; } }
  .p-about__article__txt h3 span {
    display: block; }
    @media screen and (max-width: 768px) {
      .p-about__article__txt h3 span {
        transform-origin: 0 100%; } }

.p-about__article__txt p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: calc(20 / 13); }

.p-about__article__figure {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .p-about__article__figure {
      width: calc(410 / 818 * 100%); } }

/* ----------------------------------------
 entry
---------------------------------------- */
#p-entrh__form__flow {
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 769px) {
    #p-entrh__form__flow {
      width: 600px;
      margin: 0 auto 60px; } }
  @media screen and (max-width: 768px) {
    #p-entrh__form__flow {
      margin: 0 auto 30px; } }
  #p-entrh__form__flow li {
    width: 31%; }
    #p-entrh__form__flow li img {
      width: 100%; }

#p-entrh__txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }
  @media screen and (min-width: 769px) {
    #p-entrh__txt {
      margin-bottom: 55px; } }
  @media screen and (max-width: 768px) {
    #p-entrh__txt {
      margin-bottom: 35px;
      line-height: 1.8;
      text-align: left; } }

/* ----------------------------------------
 form
---------------------------------------- */
/* ===== common ===== */
.p-entrh__dl {
  border-top: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap; }
  .p-entrh__dl:last-of-type {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px; }
  .p-entrh__dl dt,
  .p-entrh__dl dd {
    padding: 2.2em 2em;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .p-entrh__dl dt,
      .p-entrh__dl dd {
        padding: 1.5em 1em; } }
  .p-entrh__dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .p-entrh__dl dt {
        width: 28%;
        background-color: #f7f9fb; } }
    @media screen and (max-width: 768px) {
      .p-entrh__dl dt {
        width: 100%;
        background-color: #f7f9fb;
        border-bottom: 1px solid #e1e1e1;
        padding-top: 1em;
        padding-bottom: 1em; } }
  @media screen and (min-width: 769px) {
    .p-entrh__dl dd {
      width: 72%; } }
  @media screen and (max-width: 768px) {
    .p-entrh__dl dd {
      width: 100%; } }

.p-entrh__label {
  display: inline-block;
  background-color: #d6000f;
  color: #fff;
  font-size: 10px;
  padding: 3px 5px;
  margin-left: 10px;
  position: relative;
  top: -1px; }
  .p-entrh__label.any {
    background-color: #999; }

/* ===== input ===== */
input[type="text"],
input[type="email"],
input[type="tel"] {
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:placeholder-shown,
  input[type="email"]:placeholder-shown,
  input[type="tel"]:placeholder-shown {
    color: #ccc; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder {
    color: #ccc; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder {
    color: #ccc; }

textarea {
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box;
  height: 200px; }

.agree {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 30px; }
  .agree input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #008a9b;
    background-color: #fff;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease; }
    .agree input[type="checkbox"]:checked {
      background-color: #008a9b;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
      background-size: 70%;
      background-position: center;
      background-repeat: no-repeat; }

.wpcf7-form-control-wrap.menu-005 {
  display: block;
  position: relative; }
  .wpcf7-form-control-wrap.menu-005::before {
    content: '\25BC';
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none; }

select {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8.5px 7px; }
  select option {
    font-size: 14px;
    font-size: 1.4rem; }

/* ===== submit ===== */
.p-entrh__submit {
  display: flex;
  justify-content: center; }

.p-entrh__submit__input {
  max-width: 418px;
  width: 49%;
  margin: 0 10px;
  box-sizing: border-box;
  background: #004385;
  background: linear-gradient(90deg, #008a9b, #004385);
  background-color: #008a9b;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .p-entrh__submit-confirm .p-entrh__submit__input {
    margin: 0 auto; }
  .p-entrh__submit__input.is-disabled {
    background: #ccc !important;
    pointer-events: none; }
    .p-entrh__submit__input.is-disabled::before, .p-entrh__submit__input.is-disabled::after {
      display: none !important; }
  .p-entrh__submit__input::before, .p-entrh__submit__input::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .p-entrh__submit__input::before {
    background: #004385;
    background: linear-gradient(90deg, #008a9b, #004385); }
  .p-entrh__submit__input::after {
    background-color: #008a9b;
    transform: translate3d(-99%, 0, 0); }
  @media screen and (min-width: 1200px) {
    .p-entrh__submit__input:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
      .p-entrh__submit__input:hover::before {
        transform: translate3d(100%, 0, 0); }
      .p-entrh__submit__input:hover::after {
        transform: translate3d(0, 0, 0); } }
  .p-entrh__submit__input input {
    width: 100%;
    color: #ffffff !important;
    position: relative;
    z-index: 2;
    font-weight: bold;
    padding: .5em 0; }
    @media screen and (min-width: 769px) {
      .p-entrh__submit__input input {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 768px) {
      .p-entrh__submit__input input {
        font-size: 16px;
        font-size: 1.6rem;
        padding: .75em 0; } }

#p-entrh__submit--confirm {
  color: #ffffff !important; }

.ajax-loader {
  display: none !important; }

/* ----------------------------------------
 checkbox
---------------------------------------- */
.p-entrh__submit-confirm {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%; }

.p-entrh__submit-confirm {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%; }

/* ----------------------------------------
 information
---------------------------------------- */
.information-page-ttl {
  background-image: url("../img/information/ttl_bg.jpg"); }
  @media screen and (min-width: 769px) {
    .information-page-ttl {
      margin-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .information-page-ttl {
      margin-bottom: 40px; } }
  .information-page-ttl .c-page-ttl__h1::after {
    background-image: url("../img/information/ttl_txt.svg"); }
    @media screen and (min-width: 769px) {
      .information-page-ttl .c-page-ttl__h1::after {
        width: 501px;
        height: 119px; } }
    @media screen and (max-width: 768px) {
      .information-page-ttl .c-page-ttl__h1::after {
        width: 350.7px;
        height: 83.3px; } }

/* ----------------------------------------
 p-info__form-of-nav
---------------------------------------- */
.p-info__form-of-nav {
  padding-bottom: 60px; }

/* ----------------------------------------
 p-info-detail
---------------------------------------- */
.p-info-detail {
  display: flex;
  flex-wrap: wrap; }
  .p-info-detail li {
    box-sizing: border-box;
    border: solid 1px #008a9b;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 13px;
    margin-bottom: 5px;
    padding: 8px 7.5px; }
    .p-info-detail li.p-info-detail--category {
      background-color: #008a9b;
      color: #fff; }
    .p-info-detail li:not(.p-info-detail--category) {
      background-color: #fff;
      color: #008a9b; }

/* ----------------------------------------
 p-info-more-btn
---------------------------------------- */
.p-info-more-btn {
  max-width: 418px;
  width: 100%;
  margin: 0 auto 0;
  line-height: 1; }
  .p-info-more-btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #fff; }
    @media screen and (min-width: 769px) {
      .p-info-more-btn a {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 18px 0; } }
    @media screen and (max-width: 768px) {
      .p-info-more-btn a {
        font-size: 17px;
        font-size: 1.7rem;
        padding: 14px 0; } }
  .p-info-more-btn a {
    box-sizing: border-box;
    background-color: #008a9b;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .p-info-more-btn a::before, .p-info-more-btn a::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .p-info-more-btn a::before {
      background: #004385;
      background: linear-gradient(90deg, #008a9b, #004385); }
    .p-info-more-btn a::after {
      background-color: #008a9b;
      transform: translate3d(-99%, 0, 0); }
    .p-info-more-btn a.is-hover:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
      .p-info-more-btn a.is-hover:hover::before {
        transform: translate3d(100%, 0, 0); }
      .p-info-more-btn a.is-hover:hover::after {
        transform: translate3d(0, 0, 0); }
  .p-info-more-btn span {
    position: relative;
    z-index: 2; }

/* ----------------------------------------
 p-info-section
---------------------------------------- */
.p-info-section {
  margin-bottom: 148px; }

/* ----------------------------------------
 p-info__archive-article
---------------------------------------- */
.p-info__archive-article {
  box-sizing: border-box;
  background-color: #fff; }
  @media screen and (min-width: 769px) {
    .p-info__archive-article {
      padding: 50px 50px 46px; } }
  @media screen and (max-width: 768px) {
    .p-info__archive-article {
      padding: 35px 5% 35px; } }
  .p-info__archive-article:not(:last-child) {
    margin-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .p-info__archive-article .p-info-detail {
      margin-top: 13px;
      margin-bottom: 22px; } }
  @media screen and (max-width: 768px) {
    .p-info__archive-article .p-info-detail {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media screen and (min-width: 769px) {
    .p-info__archive-article .p-info-more-btn {
      margin: 32px auto 0; } }
  @media screen and (max-width: 768px) {
    .p-info__archive-article .p-info-more-btn {
      margin: 20px auto 0; } }

@media screen and (min-width: 769px) {
  .p-info__archive-article__inner {
    display: flex;
    justify-content: space-between; } }

@media screen and (min-width: 769px) {
  .p-info__archive-article__txt {
    width: calc(545 / 1080 * 100%); } }

.p-info__archive-article__h, .p-info__single-article__h {
  font-weight: bold;
  line-height: calc(33 / 24); }
  @media screen and (min-width: 769px) {
    .p-info__archive-article__h, .p-info__single-article__h {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 768px) {
    .p-info__archive-article__h, .p-info__single-article__h {
      font-size: 18px;
      font-size: 1.8rem; } }

.p-info__archive-article__job dt,
.p-info__archive-article__job dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: calc(26 / 14); }

.p-info__archive-article__figure {
  background-color: rgba(234, 234, 234, 0.3); }
  @media screen and (min-width: 769px) {
    .p-info__archive-article__figure {
      width: calc(450 / 1080 * 100%); } }

/* ----------------------------------------
 p-info__single-article
---------------------------------------- */
.p-info__single-article {
  box-sizing: border-box;
  background-color: #fff; }
  @media screen and (min-width: 769px) {
    .p-info__single-article {
      padding: 50px 50px 58px; } }
  @media screen and (max-width: 768px) {
    .p-info__single-article {
      padding: 35px 5% 45px; } }
  .p-info__single-article .p-info-detail {
    margin-bottom: 35px; }
  @media screen and (min-width: 769px) {
    .p-info__single-article .p-info-more-btn {
      margin: 56px auto 0; } }
  @media screen and (max-width: 768px) {
    .p-info__single-article .p-info-more-btn {
      margin: 30px auto 0; } }

@media screen and (min-width: 769px) {
  .p-info__single-article__h {
    margin-bottom: 45px; } }

@media screen and (max-width: 768px) {
  .p-info__single-article__h {
    margin-bottom: 30px; } }

/* ===== p-info__s-article__detail ===== */
.p-info__s-article__dl > dt {
  box-sizing: border-box;
  background-color: #008a9b;
  padding: 8px 12px 6px; }
  .p-info__s-article__dl > dt h2 {
    font-weight: bold;
    color: #fff; }

@media screen and (min-width: 769px) {
  .p-info__s-article__dl > dd {
    padding: 30px 0 45px; } }

@media screen and (max-width: 768px) {
  .p-info__s-article__dl > dd {
    padding: 20px 0 25px; } }

.p-info__s-article__dl dd {
  line-height: calc(26 / 14); }
  @media screen and (min-width: 769px) {
    .p-info__s-article__dl dd {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    .p-info__s-article__dl dd {
      font-size: 13px;
      font-size: 1.3rem; } }

/* ===== p-info__s-article__detail ===== */
.p-info__a-article__point {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    .p-info__a-article__point {
      margin-bottom: 24px; } }
  @media screen and (max-width: 768px) {
    .p-info__a-article__point {
      margin-bottom: 14px; } }
  .p-info__a-article__point li {
    box-sizing: border-box;
    border: solid 1px #008a9b;
    background-color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    color: #008a9b;
    margin-right: 13px;
    margin-bottom: 5px;
    padding: 8px 7.5px; }

/* ----------------------------------------
 interview
---------------------------------------- */
.interview-page-ttl {
  background-image: url("../img/interview/ttl_bg.jpg"); }
  .interview-page-ttl .c-page-ttl__h1::after {
    background-image: url("../img/interview/ttl_txt.svg"); }
    @media screen and (min-width: 769px) {
      .interview-page-ttl .c-page-ttl__h1::after {
        width: 375px;
        height: 75px; } }
    @media screen and (max-width: 768px) {
      .interview-page-ttl .c-page-ttl__h1::after {
        width: 262.5px;
        height: 52.5px; } }

/* ----------------------------------------
 p-interview__h
---------------------------------------- */
@media screen and (min-width: 769px) {
  .p-interview__h {
    padding: 104px 0 110px; } }

@media screen and (max-width: 768px) {
  .p-interview__h {
    padding: 54px 0 60px; } }

.p-interview__h h2 {
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .p-interview__h h2 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .p-interview__h h2 {
      font-size: 19px;
      font-size: 1.9rem;
      margin-bottom: 30px; } }

.p-interview__h p {
  line-height: calc(26 / 14); }

/* ----------------------------------------
 p-interview__section
---------------------------------------- */
#p-interview__section {
  padding: 85px 0 150px; }
  @media screen and (max-width: 768px) {
    #p-interview__section .c-block {
      max-width: 500px;
      width: 100%;
      margin: 0 auto 20px !important; } }

/* ========= c-block ========== */
/* ========= p-interview__massage ========== */
.p-interview__massage {
  box-sizing: border-box;
  background-color: #fff; }
  @media screen and (min-width: 769px) {
    .p-interview__massage {
      width: calc(778 / 1180 * 100%);
      display: flex;
      justify-content: space-between;
      margin-bottom: 22px;
      padding: 3.5% 3.5% 3.5%; } }
  @media screen and (min-width: 1200px) {
    .p-interview__massage {
      padding: 51px 47px 32px; } }
  @media screen and (max-width: 768px) {
    .p-interview__massage {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
      padding: 3.5% 3.5% 3.5%; } }

@media screen and (min-width: 769px) {
  .p-interview__massage__txt {
    width: calc(295 / 682 * 100%);
    padding-top: 7px; } }

@media screen and (max-width: 768px) {
  .p-interview__massage__txt {
    margin-bottom: 20px; } }

@media screen and (min-width: 769px) {
  .p-interview__massage__txt .c-title {
    margin-bottom: 15px; } }

@media screen and (min-width: 1200px) {
  .p-interview__massage__txt .c-title {
    margin-bottom: 27px; } }

.p-interview__massage__txt .c-title--en {
  margin-bottom: 7px;
  transform-origin: 0 100%; }
  @media screen and (max-width: 1200px) and (min-width: 769px) {
    .p-interview__massage__txt .c-title--en {
      transform: scale(0.7); } }

@media screen and (min-width: 769px) {
  .p-interview__massage__txt__p {
    margin-bottom: 17px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: calc(22 / 13); } }

@media screen and (min-width: 1200px) {
  .p-interview__massage__txt__p {
    margin-bottom: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: calc(26 / 14); } }

@media screen and (max-width: 768px) {
  .p-interview__massage__txt__p {
    line-height: calc(26 / 14);
    margin-bottom: 14px; } }

.p-interview__massage__figure {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .p-interview__massage__figure {
      width: calc(354 / 682 * 100%); } }

/* ----------------------------------------
 p-interview__popup
---------------------------------------- */
#p-interview__popup {
  display: none;
  max-width: 1180px;
  width: 90%;
  max-height: 75vh;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 51; }
  @media screen and (min-width: 769px) {
    #p-interview__popup {
      padding: 50px 60px; } }
  @media screen and (max-width: 768px) {
    #p-interview__popup {
      padding: 40px 5%;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      #p-interview__popup::-webkit-scrollbar {
        width: 12px; }
      #p-interview__popup::-webkit-scrollbar-track {
        background: #eaeaea; }
      #p-interview__popup::-webkit-scrollbar-thumb {
        background: #c4c4c4; } }
  #p-interview__popup article {
    height: 100%;
    display: flex;
    flex-direction: column; }
    #p-interview__popup article:not(.js-popup-active) {
      display: none; }

.p-interview__popup__qa {
  max-width: 876px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .p-interview__popup__qa {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .p-interview__popup__qa::-webkit-scrollbar {
        width: 12px; }
      .p-interview__popup__qa::-webkit-scrollbar-track {
        background: #eaeaea; }
      .p-interview__popup__qa::-webkit-scrollbar-thumb {
        background: #c4c4c4; } }
  @media screen and (min-width: 769px) {
    .p-interview__popup__qa {
      margin-top: 84px;
      padding-right: 56px;
      padding-left: 56px; } }
  @media screen and (max-width: 768px) {
    .p-interview__popup__qa {
      margin-top: 36px;
      padding-right: 10px; } }
  .p-interview__popup__qa dl {
    margin-bottom: 26px; }
  .p-interview__popup__qa dt,
  .p-interview__popup__qa dd {
    line-height: calc(26 / 16); }
    @media screen and (min-width: 769px) {
      .p-interview__popup__qa dt,
      .p-interview__popup__qa dd {
        font-size: 16px;
        font-size: 1.6rem; } }
  @media screen and (min-width: 769px) {
    .p-interview__popup__qa dt {
      margin-bottom: 25px; } }
  @media screen and (max-width: 768px) {
    .p-interview__popup__qa dt {
      margin-bottom: 14px; } }

/* ----------------------------------------
 p-interview__popup__bg
---------------------------------------- */
#p-interview__popup__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }

/* ----------------------------------------
 p-interview__popup__close
---------------------------------------- */
#p-interview__popup__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 53;
  width: 25px;
  height: 25px;
  padding: 17px;
  cursor: pointer; }
  #p-interview__popup__close span {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #4c4948;
    position: absolute;
    top: 50%;
    left: 50%; }
    #p-interview__popup__close span:nth-of-type(1) {
      transform: translate(-50%, -50%) rotate(45deg); }
    #p-interview__popup__close span:nth-of-type(2) {
      transform: translate(-50%, -50%) rotate(-45deg); }

/* ----------------------------------------
 message
---------------------------------------- */
.message-page-ttl {
  background-image: url("../img/message/ttl_bg.jpg"); }
  @media screen and (min-width: 769px) {
    .message-page-ttl {
      margin-bottom: 82px; } }
  @media screen and (max-width: 768px) {
    .message-page-ttl {
      margin-bottom: 40px; } }
  .message-page-ttl .c-page-ttl__h1::after {
    background-image: url("../img/message/ttl_txt.svg");
    top: 90%; }
    @media screen and (min-width: 769px) {
      .message-page-ttl .c-page-ttl__h1::after {
        width: 378px;
        height: 116px; } }
    @media screen and (max-width: 768px) {
      .message-page-ttl .c-page-ttl__h1::after {
        width: 264.6px;
        height: 81.2px; } }

@media screen and (min-width: 769px) {
  #p-message {
    margin-bottom: 140px; } }

@media screen and (max-width: 768px) {
  #p-message {
    margin-bottom: 70px; } }

/* ----------------------------------------
 p-message__mv
---------------------------------------- */
#p-message__mv {
  max-width: 1180px;
  width: 90%; }
  @media screen and (min-width: 1200px) {
    #p-message__mv {
      padding-left: 117px; } }
  @media screen and (min-width: 769px) {
    #p-message__mv {
      margin: 0 auto 110px; } }
  @media screen and (max-width: 768px) {
    #p-message__mv {
      margin: 0 auto 60px; } }

/* ----------------------------------------
 p-message__content
---------------------------------------- */
.p-message__content {
  max-width: 760px;
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .p-message__content dl:not(:last-child) {
      margin-bottom: 52px; } }
  @media screen and (max-width: 768px) {
    .p-message__content dl:not(:last-child) {
      margin-bottom: 40px; } }
  .p-message__content dt,
  .p-message__content dd {
    line-height: calc(26 / 16); }
    @media screen and (min-width: 769px) {
      .p-message__content dt,
      .p-message__content dd {
        font-size: 16px;
        font-size: 1.6rem; } }
  @media screen and (min-width: 769px) {
    .p-message__content dt {
      margin-bottom: 26px; } }
  @media screen and (max-width: 768px) {
    .p-message__content dt {
      margin-bottom: 16px; } }
  .p-message__content dd {
    font-weight: bold; }

/* -----------------------------------------
 privacy
----------------------------------------- */
/* -----------------------------------------
 sitemap
----------------------------------------- */
/* -----------------------------------------
 notfound
----------------------------------------- */
/* ----------------------------------------
 comment
---------------------------------------- */
/* ----------------------------------------
 android
---------------------------------------- */
body.ua-android {
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

/* ----------------------------------------
 eage
---------------------------------------- */
body.ua-eage {
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

/* ----------------------------------------
 ie
---------------------------------------- */
body.ua-ie {
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

/* ----------------------------------------
 ios
---------------------------------------- */
body.ua-ios {
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
