@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

img, svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* FadeIn Animation */
.effect-fade {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.effect-fade:nth-of-type(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.effect-fade:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.effect-fade:nth-of-type(4) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.effect-fade:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.effect-fade:nth-of-type(6) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.fadeT {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
}

.fadeB {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.fadeL {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fadeR {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/**================================= Link Setting =================================**/
a {
  color: #0C66AB;
  text-decoration: underline;
}

a:visited {
  color: #0C66AB;
  text-decoration: underline;
}

a:hover {
  color: #0C66AB;
  text-decoration: none;
}

a:active {
  color: #0C66AB;
  text-decoration: none;
}

a[href^="tel:"] {
  color: #0C66AB;
  text-decoration: none;
  cursor: text;
}

/**================================= Common Setting =================================**/
html {
  height: 100%;
}

body {
  background: #FFF;
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Sans ProN", "ヒラギノ角ゴシック ProN", "Hiragino Sans Pro", "Yu Gothic UI", "游ゴシック", "MSゴシック", "メイリオ", Meiryo, Osaka, serif;
  font-weight: 400;
  color: #0C66AB;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/*++++++++++++++++++++ Index Setting ++++++++++++++++++++*/
/****** Header ******/
.blockHeader {
  position: absolute;
  top: 15px;
  left: 6%;
  z-index: 1;
}
.blockHeader .gLogo {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
.blockHeader .gLogo a {
  color: #FFF;
  text-decoration: none;
}
.blockHeader .gLogo span {
  display: block;
  line-height: 1;
}
.blockHeader .gLogo span.cname {
  font-size: 1.25rem;
  font-weight: 700;
}
.blockHeader .gLogo span.subname {
  font-size: 0.625rem;
  font-weight: 400;
}

/****** Footer ******/
.blockFooter {
  position: absolute;
  bottom: 4%;
  left: 6%;
  z-index: 1;
}
.blockFooter .copyright {
  font-size: 0.625rem;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  letter-spacing: 0.1em;
}

/****** Navi ******/
.pageMove {
  position: fixed;
  right: 4%;
  bottom: 4%;
  z-index: 10;
  display: none;
}
.pageMove .navItem {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 40px;
  height: 40px;
}
.pageMove .navItem::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 14px;
  height: 14px;
  border-right: #0C66AB solid 2px;
  border-bottom: #0C66AB solid 2px;
  opacity: 1;
}
.pageMove .navItem.prev {
  margin-bottom: 20px;
}
.pageMove .navItem.prev::before {
  -webkit-transform: translate(50%, -50%) rotate(-135deg);
          transform: translate(50%, -50%) rotate(-135deg);
}
.pageMove .navItem.next::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
.pageMove .navItem.is-nomove::before {
  opacity: 0.4;
}

.pageNum {
  position: fixed;
  top: 10%;
  right: 6%;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  z-index: 10;
  display: none;
}
.pageNum span {
  font-size: 2.125rem;
}

/****** FV ******/
.sectFv {
  position: relative;
  height: 100vh;
}
.sectFv::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/mv.jpg) no-repeat center center/cover;
  z-index: -1;
}
.sectFv .catchtxt {
  position: absolute;
  top: 12%;
  left: 6%;
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  width: 80%;
  -webkit-filter: drop-shadow(0 0px 3px rgba(12, 102, 171, 0.5));
          filter: drop-shadow(0 0px 3px rgba(12, 102, 171, 0.5));
}

/****** Intro Company Common ******/
.sectBox {
  background-color: #FAF8F7;
  min-height: 100vh;
  position: relative;
}
.sectBox .sectInner {
  padding: 6%;
}

.hlLv02 .num {
  display: block;
  font-size: 1.25rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  position: relative;
}
.hlLv02 .num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0C66AB;
  z-index: 0;
}
.hlLv02 .num span {
  display: inline-block;
  padding-right: 5px;
  background-color: #FAF8F7;
  position: relative;
  z-index: 1;
}
.hlLv02 .en {
  display: block;
  font-size: 2.5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 0.9;
  text-transform: uppercase;
  margin-top: 5px;
}
.hlLv02 .jp {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 5px;
}

/****** Intro ******/
.introfig {
  width: 100%;
  height: 0;
  padding-top: 94%;
  margin: 30px auto 0;
  position: relative;
}
.introfig .figItem {
  width: 52%;
  position: absolute;
  height: 0;
  padding-top: 52%;
  border: #0C66AB solid 2px;
  border-radius: 50%;
}
.introfig .figItem p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.introfig .figItem p .jp {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0C66AB;
}
.introfig .figItem p .en {
  display: block;
  color: rgba(12, 102, 171, 0.5);
  font-size: 0.625rem;
  font-weight: 700;
  margin-top: 5px;
}
.introfig .figItem.figItem01 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.introfig .figItem.figItem02 {
  bottom: 0;
  left: 0;
}
.introfig .figItem.figItem03 {
  bottom: 0;
  right: 0;
}

.introDl {
  margin-top: 30px;
  padding-right: 30px;
}
.introDl dt {
  padding-left: 18px;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 700;
}
.introDl dt::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0C66AB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.introDl dt:nth-child(n+2) {
  margin-top: 5px;
}
.introDl dd {
  padding-left: 18px;
  font-size: 0.875rem;
  font-weight: 400;
}

/****** Company ******/
.companyDl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
.companyDl dt {
  width: 90px;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-top: rgba(12, 102, 171, 0.2) solid 1px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.companyDl dt:last-of-type {
  border-bottom: rgba(12, 102, 171, 0.2) solid 1px;
}
.companyDl dd {
  width: calc(100% - 90px);
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: rgba(12, 102, 171, 0.2) solid 1px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.companyDl dd:last-of-type {
  border-bottom: rgba(12, 102, 171, 0.2) solid 1px;
}
.companyDl dd .gmap {
  margin-top: 5px;
}

@media screen and (max-width: 920px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 921px) {
  /*++++++++++++++++++++ Index Setting ++++++++++++++++++++*/
  /****** Header ******/
  .blockHeader {
    position: fixed;
    top: 4.8%;
    left: 3%;
  }
  .blockHeader .gLogo span.cname {
    font-size: 2vw;
  }
  .blockHeader .gLogo span.subname {
    font-size: 0.7vw;
  }
  /****** Footer ******/
  .blockFooter {
    position: fixed;
    bottom: 4.8%;
    left: 3%;
  }
  .blockFooter .copyright {
    font-size: 0.6vw;
  }
  /****** Navi ******/
  .pageMove {
    right: 16px;
    bottom: 4%;
    display: block;
  }
  .pageMove .navItem.prev {
    margin-bottom: 30px;
  }
  .pageNum {
    position: fixed;
    top: auto;
    bottom: 4.8%;
    right: 31.5%;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    display: block;
  }
  .pageNum span {
    font-size: 1.875rem;
  }
  /****** FV ******/
  .sectFv {
    position: fixed;
    width: 100%;
  }
  .sectFv::before {
    width: 62.5%;
  }
  .sectFv .catchtxt {
    position: absolute;
    top: 16%;
    left: 4.6%;
    font-size: 2.7vw;
    font-weight: 700;
    width: auto;
  }
  /****** Intro Company Common ******/
  .sectBox {
    width: 37.5%;
    margin: 0 0 0 auto;
  }
  .sectBox .sectInner {
    padding: 8%;
  }
  .hlLv02 .num {
    font-size: 0.9375rem;
  }
  .hlLv02 .num span {
    padding-right: 5px;
  }
  .hlLv02 .en {
    font-size: 2.3125rem;
    margin-top: 5px;
  }
  .hlLv02 .jp {
    font-size: 0.9375rem;
    margin-top: 5px;
  }
  /****** Intro ******/
  .introfig {
    width: 85%;
    padding-top: 80%;
  }
  .introfig .figItem p .jp {
    font-size: 0.75rem;
  }
  .introDl {
    padding-right: 0px;
  }
  .introDl dt {
    font-size: 0.875rem;
  }
  .introDl dd {
    font-size: 0.8125rem;
  }
  /****** Company ******/
  .companyDl dt {
    font-size: 0.875rem;
  }
  .companyDl dd {
    padding: 15px 10px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1281px) {
  /*++++++++++++++++++++ Index Setting ++++++++++++++++++++*/
  /****** Header ******/
  /****** Footer ******/
  /****** Navi ******/
  .pageNum {
    font-size: 1.875rem;
  }
  .pageNum span {
    font-size: 3.75rem;
  }
  /****** FV ******/
  /****** Intro Company Common ******/
  .hlLv02 .num {
    font-size: 1.125rem;
  }
  .hlLv02 .en {
    font-size: 2.5rem;
  }
  .hlLv02 .jp {
    font-size: 1rem;
  }
  /****** Intro ******/
  .introfig {
    width: 75.2%;
    padding-top: 70%;
  }
  .introfig .figItem p .jp {
    font-size: 0.875rem;
  }
  .introfig .figItem p .en {
    font-size: 0.625rem;
  }
  .introDl {
    width: 75.2%;
    margin: 30px auto 0;
  }
  .introDl dt {
    font-size: 1rem;
  }
  .introDl dt::before {
    content: "";
    width: 10px;
    height: 10px;
  }
  .introDl dt:nth-child(n+2) {
    margin-top: 10px;
  }
  .introDl dd {
    font-size: 0.875rem;
  }
  /****** Company ******/
  .companyDl dt {
    width: 120px;
    padding: 20px;
    font-size: 0.9375rem;
  }
  .companyDl dd {
    padding: 20px;
    width: calc(100% - 120px);
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1601px) {
  /****** Intro Company Common ******/
  .hlLv02 .num {
    font-size: 1.875rem;
  }
  .hlLv02 .en {
    font-size: 4.6875rem;
  }
  .hlLv02 .jp {
    font-size: 1.5rem;
  }
  /****** Intro ******/
  .introfig .figItem p .jp {
    font-size: 1.125rem;
  }
  .introfig .figItem p .en {
    font-size: 0.875rem;
  }
  .introDl {
    width: 100%;
    padding-left: 80px;
    margin-top: 50px;
  }
  .introDl dt {
    font-size: 1.375rem;
  }
  .introDl dt::before {
    content: "";
  }
  .introDl dd {
    font-size: 1rem;
  }
  /****** Company ******/
  .companyDl dt {
    font-size: 1.125rem;
  }
  .companyDl dd {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style.css.map */