@charset "UTF-8";
/*! destyle.css v3.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;
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ----------------------------------------
	base
---------------------------------------- */
html,
body {
  overflow-x: hidden;
  position: relative;
}

html {
  font-size: 62.5%;
  background-color: #f1f1f1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  max-width: 1536px;
  margin: 0 auto;
  background-color: #fff;
}

* {
  word-break: break-all;
}

a {
  text-decoration: none;
  outline: none;
}
@media print, screen and (min-width: 1024px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  width: 100%;
}

section {
  padding: 2em 0;
}
@media print, screen and (min-width: 1024px) {
  section {
    padding: 3em 0;
  }
}

.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 639px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 640px) {
  .tb {
    display: inherit;
  }
}
@media print, screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
/* --------------------------------------------------
	共通
-------------------------------------------------- */
.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .inner {
    width: 94%;
  }
}

.inner-wide {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .inner-wide {
    width: 90%;
  }
}

.secTtl {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.secTtl .--en {
  display: block;
  font-family: "Montserrat", serif;
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #cfd4d9;
}
@media screen and (min-width: 640px) {
  .secTtl .--en {
    font-size: 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .secTtl .--en {
    font-size: 10rem;
  }
}
.secTtl .--ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #102942;
}
@media screen and (min-width: 640px) {
  .secTtl .--ja {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .secTtl .--ja {
    font-size: 2.6rem;
  }
}

.secTxt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .secTxt {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .secTxt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 639px) {
  .yellow {
    background: #ffff00;
  }
}
@media screen and (min-width: 640px) {
  .yellow {
    position: relative;
    z-index: 2;
  }
  .yellow::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 75%;
    background: #ffff00;
    z-index: -1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.note {
  color: #444;
  font-size: 1rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .note {
    margin-top: 15px;
    font-size: 1.1rem;
  }
}

.bg-gray {
  background: #f3f8fa;
}

/* ----------------------------------------
	btn
---------------------------------------- */
.btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  background: #102942;
  border-radius: 50px;
  max-width: 280px;
  width: 100%;
  padding: 12px 10px;
}
@media screen and (min-width: 640px) {
  .btn {
    max-width: 340px;
    font-size: 2.8rem;
    padding: 15px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .btn {
    font-size: 3.4rem;
    max-width: 427px;
    padding: 20px 10px;
  }
}
.btn .--inline {
  padding: 0 0 0 40px;
  background: url(../img/icn_mail_white.svg) no-repeat center left/30px;
}
@media screen and (min-width: 640px) {
  .btn .--inline {
    padding: 0 0 0 52px;
    background-size: 36px;
  }
}
@media print, screen and (min-width: 1024px) {
  .btn .--inline {
    padding: 0 0 0 60px;
    background-size: 43px;
  }
}

.tel {
  color: #102942;
  text-align: center;
  line-height: 1;
}
.tel .tel-num {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 0 0 28px;
  background: url(../img/icn_tel_navy.png) no-repeat left 64%/22px;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .tel .tel-num {
    font-size: 4rem;
    padding: 0 0 0 34px;
    background-size: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  .tel .tel-num {
    display: block;
    font-size: 5.3rem;
    background-size: 30px;
  }
}
.tel .tel-txt {
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .tel .tel-txt {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .tel .tel-txt {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header.fix .header__inner {
  background: #102942;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1536px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 4px 10px 8px 14px;
}
@media screen and (min-width: 640px) {
  .header__inner {
    padding: 12px 15px 12px 25px;
    height: 70px;
  }
}
.header__logo {
  max-width: 140px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .header__logo {
    max-width: 180px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__logo {
    max-width: 216px;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 884px;
  width: 100%;
}
.header__nav {
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__nav {
    margin-right: 48px;
  }
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav__list li:not(:last-child) {
  margin-right: 20px;
}
@media print, screen and (min-width: 1280px) {
  .header__nav__list li:not(:last-child) {
    margin-right: 32px;
  }
}
.header__nav__list li a {
  color: #fff;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1280px) {
  .header__nav__list li a {
    font-size: 1.5rem;
  }
}
.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__cta__item .tel {
  color: #fff;
}
.header__cta__item .tel .tel-num {
  background-image: url(../img/icn_tel_white.png);
  font-size: 1.9rem;
  background-size: 13px;
  padding: 0 0 0 15px;
}
@media screen and (min-width: 640px) {
  .header__cta__item .tel .tel-num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__cta__item .tel .tel-num {
    font-size: 2.7rem;
    background-size: 15px;
    padding: 0 0 0 18px;
  }
}
.header__cta__item .tel .tel-txt {
  font-size: 1rem;
}
.header__cta__item .btn {
  background: #fff;
  color: #102942;
  font-size: 2.4rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 14px 8px;
}
@media screen and (max-width: 1023px) {
  .header__cta__item .btn {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__cta__item .btn {
    font-size: 1.5rem;
    padding: 8px 8px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__cta__item .btn {
    font-size: 1.7rem;
  }
}
.header__cta__item .btn .--inline {
  background-image: url(../img/icn_mail_navy.svg);
  padding: 0 0 0 43px;
  background-size: 30px;
}
@media print, screen and (min-width: 1024px) {
  .header__cta__item .btn .--inline {
    padding: 0 0 0 25px;
    background-size: 20px;
  }
}
@media screen and (min-width: 640px) {
  .header__tel {
    width: 190px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__tel {
    width: 216px;
  }
}
.header__btn {
  width: 160px;
  margin-left: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .header__btn {
    width: 100%;
    margin: 0;
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__btn {
    width: 180px;
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  position: relative;
  background: #e6e9ec;
  color: #000;
  padding: 30px 0 10px;
}
@media screen and (min-width: 640px) {
  .footer {
    padding: 68px 0 30px;
  }
}
.footer__inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 1024px) {
  .footer__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 639px) {
  .footer__wrap {
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer__logo {
  display: block;
  width: 120px;
}
@media screen and (max-width: 639px) {
  .footer__logo {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 640px) {
  .footer__logo {
    width: 150px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__logo {
    width: 218px;
  }
  .footer__logo:hover {
    opacity: 0.8;
  }
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .footer__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__right .footer__meta:nth-of-type(2) {
  border-left: 1px solid #102942;
  margin-left: 15px;
}
@media screen and (min-width: 640px) {
  .footer__right .footer__meta:nth-of-type(2) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 639px) {
  .footer__right .footer__meta:nth-of-type(1) {
    padding-left: 0;
  }
}
.footer__meta {
  padding: 0 0 0 15px;
}
@media screen and (min-width: 640px) {
  .footer__meta {
    padding: 0 0 0 25px;
    text-align: right;
  }
}
.footer__meta__name {
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) {
  .footer__meta__name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__meta__name {
    font-size: 2.2rem;
  }
}
.footer__meta__address {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 1024px) {
  .footer__meta__address {
    font-size: 1.2rem;
  }
}
.footer__copy {
  text-align: center;
  font-size: 1rem;
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .footer__copy {
    text-align: right;
  }
}

/* --------------------------------------------------
	pageTop
-------------------------------------------------- */
.to-top {
  z-index: 100;
  display: none;
}
.to-top a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #102942;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 640px) {
  .to-top a {
    width: 50px;
    height: 50px;
  }
}
.to-top a::after {
  position: absolute;
  content: "";
  top: 55%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #01675C;
  border-left: 3px solid #01675C;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.to-top a:hover {
  background: #cfd4d9;
}
.to-top a:hover::after {
  border-color: #fff;
}

/* --------------------------------------------------
	共通
-------------------------------------------------- */
.bnr {
  margin-top: 3rem;
}
@media screen and (min-width: 640px) {
  .bnr {
    margin-top: 6rem;
  }
}

/* --------------------------------------------------
	kv
-------------------------------------------------- */
.kv {
  background: #f3f8fa;
  padding: 72px 0 0;
}
@media screen and (min-width: 640px) {
  .kv {
    position: relative;
    padding: 114px 0 56px;
  }
}
.kv .inner-wide {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .kv .inner-wide {
    width: 94%;
  }
}
.kv__subTtl {
  margin-bottom: 15px;
  max-width: 380px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .kv__subTtl {
    max-width: 468px;
  }
}
.kv__ttl {
  margin-bottom: 170px;
  max-width: 600px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 640px) {
  .kv__ttl {
    position: initial;
  }
}
@media print, screen and (min-width: 768px) {
  .kv__ttl {
    max-width: 696px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__ttl {
    margin-bottom: 36px;
  }
}
.kv__ttl img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.kv__cta {
  margin-bottom: 96px;
}
@media screen and (max-width: 1023px) {
  .kv__cta {
    display: none;
  }
}
.kv__cta .btn {
  max-width: 300px;
  font-size: 2.4rem;
  padding: 14px 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  color: #102942;
}
.kv__cta .btn .--inline {
  background-size: 31px;
  background-image: url(../img/icn_mail_navy.svg);
  padding: 0 0 0 44px;
}
.kv__img img {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
}
.kv__bg {
  position: absolute;
  width: 237.8vw;
  height: 237.8vw;
  top: -131.2vw;
  left: -45.33vw;
  border: #fff 4px solid;
  border-radius: 100%;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .kv__bg {
    width: 1500px;
    height: 1500px;
    top: -800px;
    left: -90px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__bg {
    width: 1856px;
    height: 1856px;
    top: -1020px;
    left: -90px;
  }
}
.kv__bg img {
  position: absolute;
  bottom: 0;
  left: 38%;
  width: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .kv__bg img {
    left: 46%;
    width: 86%;
  }
}
.kv__bnr {
  position: absolute;
  z-index: 2;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 27vw;
}
@media screen and (min-width: 640px) {
  .kv__bnr {
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: -10px;
    top: -40px;
    width: 170px;
  }
}
@media print, screen and (min-width: 768px) {
  .kv__bnr {
    width: 22vw;
    right: -10px;
    top: -38px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__bnr {
    width: 28vw;
  }
}
@media print, screen and (min-width: 1400px) {
  .kv__bnr {
    width: 460px;
    right: -80px;
    top: -20px;
  }
}

/* --------------------------------------------------
	point
-------------------------------------------------- */
.point {
  background: #f3f8fa;
}
.point__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: #102942;
}
@media screen and (max-width: 639px) {
  .point__ttl {
    line-height: 1.45;
    position: relative;
  }
}
@media screen and (min-width: 640px) {
  .point__ttl {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__ttl {
    font-size: 3.3rem;
  }
}
.point__img {
  max-width: 280px;
  width: 70%;
  margin: 30px auto;
}
@media screen and (min-width: 640px) {
  .point__img {
    max-width: 326px;
    width: 100%;
    margin: 40px auto;
  }
}

/* --------------------------------------------------
	about
-------------------------------------------------- */
.about__ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 15px;
}
@media screen and (min-width: 640px) {
  .about__ttl {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__ttl {
    font-size: 4.6rem;
  }
}
.about__list {
  margin: 30px auto 40px;
}
@media screen and (min-width: 640px) {
  .about__list {
    width: 90%;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__list {
    margin: 40px auto 130px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about__list {
    width: 100%;
  }
}
.about__item {
  background: #f3f8fa;
  border-radius: 20px;
  position: relative;
  padding: 20px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 640px) {
  .about__item {
    border-radius: 30px;
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__item {
    min-height: 221px;
    padding: 50px 110px;
    margin: 0 auto 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about__item {
    padding: 50px 136px;
  }
}
.about__item:nth-child(2) .about__item__img {
  max-width: 186px;
  right: -40px;
  bottom: 36px;
}
@media screen and (min-width: 640px) {
  .about__item:nth-child(2) .about__item__img {
    max-width: 233px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about__item:nth-child(2) .about__item__img {
    max-width: 292px;
  }
}
.about__item:nth-child(3) .about__item__img {
  max-width: 164px;
  right: -40px;
  bottom: -78px;
}
@media screen and (min-width: 640px) {
  .about__item:nth-child(3) .about__item__img {
    max-width: 205px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about__item:nth-child(3) .about__item__img {
    max-width: 257px;
  }
}
.about__item__num {
  font-size: 6rem;
  font-weight: 300;
  color: #cfd4d9;
  font-family: "Montserrat", serif;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .about__item__num {
    font-size: 8.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__item__num {
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 1280px) {
  .about__item__num {
    font-size: 10rem;
  }
}
.about__item__txt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #102942;
  text-align: center;
  margin: 10px 0 0;
}
@media screen and (min-width: 640px) {
  .about__item__txt {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__item__txt {
    font-size: 2.8rem;
    text-align: left;
    margin: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .about__item__txt {
    font-size: 3.2rem;
  }
}
.about__item__img {
  max-width: 259px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 640px) {
  .about__item__img {
    max-width: 324px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__item__img {
    position: absolute;
    right: -76px;
    bottom: 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .about__item__img {
    max-width: 406px;
  }
}

/* --------------------------------------------------
	contact
-------------------------------------------------- */
.contact {
  background: url(../img/cta_bg1.jpg) no-repeat center center/cover;
  position: relative;
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .contact {
    padding: 250px 0 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact {
    height: 580px;
  }
}
.contact.contact-bg2 {
  background-image: url(../img/cta_bg2.jpg);
}
@media screen and (min-width: 640px) {
  .contact.contact-bg2 {
    padding: 156px 0;
  }
}
.contact__wrap {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 10px 5px;
}
@media screen and (min-width: 640px) {
  .contact__wrap {
    border-radius: 25px;
    padding: 20px 20px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact__wrap {
    padding: 37px 20px 42px;
  }
}
.contact__catch {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .contact__catch {
    font-size: 2.6rem;
    margin: 0 0 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact__catch {
    margin: 0 0 30px;
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__btn__item {
  margin: 15px auto;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .contact__btn__item {
    max-width: 427px;
    width: 100%;
    margin: 0 15px;
  }
}

/* --------------------------------------------------
	features
-------------------------------------------------- */
.features {
  background: #f3f8fa;
}
.features .secTtl {
  text-align: left;
}
.features__list {
  margin: 20px 0;
}
@media screen and (min-width: 640px) {
  .features__list {
    margin: 35px 0 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.features__item {
  max-width: 374px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 640px) {
  .features__item {
    margin: 30px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .features__item {
    width: 32%;
    margin: 0;
  }
}
.features__item__num {
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-family: "Montserrat", serif;
  color: #102942;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1;
  width: 80px;
  height: 80px;
  padding: 21px 0;
  margin: 0 auto -40px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .features__item__num {
    font-size: 4rem;
    width: 108px;
    height: 108px;
    padding: 30px 0;
  }
}
.features__item__num .--small {
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .features__item__num .--small {
    font-size: 1.4rem;
  }
}
.features__item__img {
  margin: 0 0 5px;
}
@media screen and (min-width: 640px) {
  .features__item__img {
    margin: 0 0 12px;
  }
}
.features__item__txt {
  color: #102942;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .features__item__txt {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .features__item__txt {
    font-size: 3.2rem;
  }
}
.features__item__txt .--small {
  font-size: 0.7em;
  font-weight: 400;
}

/* --------------------------------------------------
	voice
-------------------------------------------------- */
.voice .inner-wide {
  width: 82%;
}
@media screen and (min-width: 640px) {
  .voice .inner-wide {
    width: 90%;
  }
}
.voice__catch {
  color: #102942;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (min-width: 640px) {
  .voice__catch {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .voice__catch {
    font-size: 4.6rem;
  }
}
.voice__list {
  position: relative;
}
.voice__item {
  max-width: 260px;
  width: 100%;
  height: 100%;
  background: #f3f8fa;
  padding: 15px 25px;
  margin-right: 12px;
}
@media screen and (min-width: 640px) {
  .voice__item {
    padding: 25px;
    max-width: 290px;
  }
}
.voice__item__img {
  width: 90px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 640px) {
  .voice__item__img {
    width: 110px;
    margin: 0 auto 25px;
  }
}
.voice__item__ttl {
  text-align: center;
  font-size: 1.6rem;
  border-top: 1px solid #8794a0;
  border-bottom: 1px solid #8794a0;
  padding: 6px 0;
}
@media screen and (min-width: 640px) {
  .voice__item__ttl {
    font-size: 1.9rem;
    padding: 10px 0;
  }
}
.voice__item__dev {
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 10px 8px;
}
@media screen and (min-width: 640px) {
  .voice__item__dev {
    font-size: 1.4rem;
    padding: 15px 10px 10px;
  }
}
.voice__item__txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 640px) {
  .voice__item__txt {
    font-size: 1.6rem;
  }
}
.voice .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice .slick-slide {
  height: auto !important;
}
.voice .slick-slide > div {
  height: 100%;
}
.voice .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  color: transparent;
  font-size: 1px;
}
@media screen and (min-width: 640px) {
  .voice .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .voice .slick-arrow {
    width: 92px;
    height: 92px;
  }
}
.voice .slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 20px;
}
@media print, screen and (min-width: 1024px) {
  .voice .slick-arrow::after {
    width: 35px;
    height: 35px;
  }
}
.voice .slick-arrow.slick-disabled {
  display: none !important;
}
.voice .slick-prev {
  left: -25px;
}
@media screen and (min-width: 640px) {
  .voice .slick-prev {
    left: -30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .voice .slick-prev {
    left: -46px;
  }
}
.voice .slick-prev::after {
  border-bottom: 1px solid #102942;
  border-left: 1px solid #102942;
  left: 60%;
}
.voice .slick-next {
  right: -25px;
}
@media screen and (min-width: 640px) {
  .voice .slick-next {
    right: -30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .voice .slick-next {
    right: -46px;
  }
}
.voice .slick-next::after {
  border-top: 1px solid #102942;
  border-right: 1px solid #102942;
  left: 40%;
}

/* --------------------------------------------------
	gallery
-------------------------------------------------- */
.gallery .secTtl {
  text-align: left;
}
@media print, screen and (min-width: 1280px) {
  .gallery .secTtl .--en br {
    display: none;
  }
}
.gallery .secTxt {
  text-align: left;
}
.gallery__wrap {
  margin: 20px 0 0;
}
@media print, screen and (min-width: 1024px) {
  .gallery__wrap {
    margin: -200px 0 54px;
  }
}
@media print, screen and (min-width: 1280px) {
  .gallery__wrap {
    margin: -250px 0 54px;
  }
}
.gallery__wrap .galleryImg {
  position: relative;
}
.gallery__wrap .galleryTxt {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  line-height: 1;
  padding: 15px;
}
@media print, screen and (min-width: 1024px) {
  .gallery__wrap .galleryTxt {
    padding: 18px 24px;
  }
}
.gallery__wrap .galleryTxt .--en {
  display: block;
  color: #cfd4d9;
  font-family: "Montserrat", serif;
  font-size: 2.4rem;
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  .gallery__wrap .galleryTxt .--en {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .gallery__wrap .galleryTxt .--en {
    font-size: 4.5rem;
  }
}
.gallery__wrap .galleryTxt .--ja {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .gallery__wrap .galleryTxt .--ja {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .gallery__wrap .galleryTxt .--ja {
    font-size: 2.3rem;
  }
}
.gallery__wrap .galleryTxt .--navy {
  color: #102942;
}
@media screen and (min-width: 640px) {
  .gallery__wrap .--mt {
    margin: -107px 0 0;
  }
}
.gallery__wrap .--right {
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .gallery__wrap .--right {
    max-width: 42.1vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .gallery__wrap .--right {
    max-width: 539px;
  }
}
.gallery__wrap .--mid {
  width: 100%;
  margin: 12px 0;
}
.gallery__wrap .--left {
  width: 100%;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .gallery__wrap .--left {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 640px) {
  .gallery__wrap .--left {
    max-width: 42.1vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .gallery__wrap .--left {
    max-width: 539px;
  }
}

/* --------------------------------------------------
	room
-------------------------------------------------- */
.room {
  background: #f3f8fa;
}
.room__img {
  width: 70vw;
  margin: 25px auto 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  .room__img {
    margin: 45px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .room__img {
    width: 700px;
  }
}
@media print, screen and (min-width: 1280px) {
  .room__img {
    width: 900px;
  }
}
.room__img__item img {
  width: 100%;
}
.room__img__item .--cap {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 12px;
}
@media screen and (min-width: 640px) {
  .room__img__item .--cap {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .room__img__item .--cap {
    margin-top: 56px;
  }
}
.room__img .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  top: 30%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: transparent;
  font-size: 1px;
}
@media screen and (min-width: 640px) {
  .room__img .slick-arrow {
    width: 50px;
    height: 50px;
    top: 40%;
  }
}
.room__img .slick-prev {
  left: -30px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (min-width: 640px) {
  .room__img .slick-prev {
    left: -50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .room__img .slick-prev {
    left: -80px;
  }
}
.room__img .slick-next {
  right: -30px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (min-width: 640px) {
  .room__img .slick-next {
    right: -50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .room__img .slick-next {
    right: -80px;
  }
}
.room .slick-slide > div {
  width: 70vw;
}
@media print, screen and (min-width: 1024px) {
  .room .slick-slide > div {
    width: 700px;
  }
}
@media print, screen and (min-width: 1280px) {
  .room .slick-slide > div {
    width: 900px;
  }
}

/* --------------------------------------------------
	access
-------------------------------------------------- */
.access {
  background: #f3f8fa;
}
.access__wrap {
  margin: 30px auto 20px;
  max-width: 650px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .access__wrap {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 55px 0 35px;
  }
}
@media screen and (min-width: 640px) {
  .access__list {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 640px) {
  .access__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.access__item:nth-child(1) {
  margin-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .access__item:nth-child(1) {
    margin-bottom: 46px;
  }
}
.access__item__img {
  width: 150px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 640px) {
  .access__item__img {
    width: 180px;
    margin: 0 24px 0 0;
  }
}
@media screen and (min-width: 640px) {
  .access__item__body {
    padding-top: 10px;
  }
}
.access__item__ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #102942;
  border-bottom: 1px solid #102942;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .access__item__ttl {
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .access__item__ttl {
    position: relative;
    font-size: 2.3rem;
  }
  .access__item__ttl::after {
    position: absolute;
    content: "";
    right: 100%;
    bottom: -1px;
    height: 1px;
    width: 52px;
    background: #102942;
  }
}
.access__item__txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .access__item__txt {
    font-size: 1.5rem;
  }
}
.access__img {
  max-width: 650px;
  width: 100%;
  margin: 20px 0 0;
}
@media screen and (min-width: 640px) {
  .access__img {
    margin: 30px 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .access__img {
    width: 59%;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */