@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%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

* {
  word-break: break-all;
}

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

img {
  max-width: 100%;
}

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

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

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

.secTtl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #005173;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .secTtl {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .secTtl {
    font-size: 4rem;
  }
}
.secTtl::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 2px;
  background: #005173;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .secTtl::after {
    width: 180px;
  }
}

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

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  border-bottom: 1px solid #032140;
  height: 50px;
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .header {
    background: #fff;
  }
}
@media screen and (min-width: 600px) {
  .header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .header {
    height: 80px;
  }
}
.header.fix {
  background: #fff;
}
.header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 10px;
  height: 100%;
}
@media print, screen and (min-width: 1024px) {
  .header__inner {
    padding: 0 10px 0 30px;
  }
}
.header__left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .header__left {
    margin: 0 auto;
  }
}
.header__left__txt {
  color: #032140;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .header__left__txt {
    display: block;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__left__txt {
    font-size: 1.6rem;
  }
}
.header__logo {
  padding-right: 20px;
}
@media screen and (min-width: 600px) {
  .header__logo {
    margin-right: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    border-right: 1px solid #032140;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__logo {
    margin-right: 24px;
    padding-right: 28px;
  }
}
.header__logo img {
  width: 173px;
}
@media print, screen and (min-width: 1024px) {
  .header__logo img {
    width: 200px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__logo img {
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .header .cv {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .header .cv__btn {
    margin: 0 auto;
    width: 253px;
    padding: 15px;
  }
}
@media screen and (max-width: 599px) {
  .header .cv__btn__txt1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .header .cv__btn__txt2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .cv {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    height: auto;
    z-index: 1000;
  }
}
@media screen and (max-width: 599px) {
  .cv.fix {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    pointer-events: all;
    background: rgba(255, 255, 255, 0.9);
  }
}
.cv__btn {
  background: #005173;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  width: 175px;
  margin-left: 10px;
  padding: 10px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .cv__btn {
    width: 220px;
    margin-left: 15px;
  }
  .cv__btn:hover {
    background: #ffed56;
  }
  .cv__btn:hover::after {
    border-top: 2px solid #005173;
    border-right: 2px solid #005173;
  }
  .cv__btn:hover .cv__btn__txt1 {
    color: #005173;
    border: 1px solid #005173;
  }
  .cv__btn:hover .cv__btn__txt2 {
    color: #005173;
  }
}
@media print, screen and (min-width: 1280px) {
  .cv__btn {
    padding: 15px;
    margin-left: 25px;
    width: 253px;
  }
}
.cv__btn::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media print, screen and (min-width: 1024px) {
  .cv__btn::after {
    width: 18px;
    height: 18px;
  }
}
.cv__btn__txt1 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffed56;
  border: 1px solid #ffed56;
  padding: 0 0.3em 2px 0.3em;
  margin-right: 10px;
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__txt1 {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .cv__btn__txt1 {
    font-size: 1.5rem;
  }
}
.cv__btn__txt2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__txt2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .cv__btn__txt2 {
    font-size: 2rem;
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  background: #e6e9ec;
  color: #000;
  padding: 30px 0 10px;
}
@media screen and (min-width: 600px) {
  .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: 599px) {
  .footer__wrap {
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .footer__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}
.footer__logo {
  display: block;
  width: 120px;
}
@media screen and (max-width: 599px) {
  .footer__logo {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 600px) {
  .footer__logo {
    width: 150px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__logo {
    width: 218px;
  }
  .footer__logo:hover {
    opacity: 0.8;
  }
}
.footer__right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .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: 600px) {
  .footer__right .footer__meta:nth-of-type(2) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .footer__right .footer__meta:nth-of-type(1) {
    padding-left: 0;
  }
}
.footer__meta {
  padding: 0 0 0 15px;
}
@media screen and (min-width: 600px) {
  .footer__meta {
    padding: 0 0 0 25px;
    text-align: right;
  }
}
.footer__meta__name {
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .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 #005173;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 600px) {
  .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: #005173;
}
.to-top a:hover::after {
  border-color: #fff;
}

/* --------------------------------------------------
	kv
-------------------------------------------------- */
.kv {
  border-bottom: 1px solid #032140;
}
@media screen and (min-width: 600px) {
  .kv {
    margin-top: 80px;
  }
}
.kv .inner {
  max-width: 1160px;
  position: relative;
  z-index: 2;
  padding: 0 0 100px;
}
@media screen and (min-width: 600px) {
  .kv .inner {
    padding: 30px 0 130px;
  }
}
@media screen and (min-width: 768px) {
  .kv .inner {
    padding: 30px 0 30px;
  }
}
.kv .inner::after {
  position: absolute;
  content: "";
  left: 16%;
  bottom: 0;
  width: 700px;
  height: 68%;
  background: url(../img/kv_bg.png) no-repeat top center/100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .kv .inner::after {
    width: 1007px;
    height: 700px;
    left: 60vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv .inner::after {
    left: 53%;
  }
}
.kv__ttl {
  max-width: 500px;
  width: 104%;
}
@media screen and (max-width: 599px) {
  .kv__ttl {
    margin-top: -6px;
  }
}
@media screen and (min-width: 600px) {
  .kv__ttl {
    max-width: 985px;
    width: 90%;
  }
}
.kv__txt {
  font-size: 1.4rem;
  margin-top: 25px;
}
@media screen and (min-width: 600px) {
  .kv__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__txt {
    font-size: 2rem;
  }
}
.kv__info {
  margin-top: 30px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .kv__info {
    margin-top: 45px;
  }
}
.kv__info__left {
  margin-left: -85px;
  width: 170px;
  height: 86px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .kv__info__left {
    width: 280px;
    height: 142px;
    margin-left: 0;
    left: -140px;
    top: 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__info__left {
    width: 340px;
    height: 173px;
  }
}
.kv__info__right {
  padding-left: 90px;
}
@media screen and (min-width: 768px) {
  .kv__info__right {
    padding-left: 135px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__info__right {
    padding-left: 195px;
  }
}

.meta__list {
  color: #005173;
  line-height: 1.5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 600px) {
  .meta__list {
    margin: 0 0 8px 15px;
  }
}
.meta__list dt {
  font-size: 1.2rem;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
@media screen and (min-width: 600px) {
  .meta__list dt {
    margin-right: 15px;
    font-size: 1.5rem;
  }
}
.meta__list dd {
  font-size: 1.1rem;
  font-weight: 600;
  text-shadow: 0 0 10px #fff;
}
@media screen and (min-width: 600px) {
  .meta__list dd {
    font-size: 1.6rem;
  }
}
.meta__list dd .txtl {
  font-size: 2em;
  line-height: 1;
}
.meta__list dd .txtm {
  font-size: 0.8em;
}
.meta__list dd.txts {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .meta__list dd.txts {
    font-size: 1.5rem;
  }
}
.meta .cv__btn {
  margin: 10px 0 0 0;
  max-width: 253px;
  width: 100%;
  padding: 15px;
}
.meta .cv__btn::after {
  width: 18px;
  height: 18px;
}
.meta .cv__btn__txt1 {
  font-size: 1.5rem;
}
.meta .cv__btn__txt2 {
  font-size: 2rem;
}

/* --------------------------------------------------
	bnr
-------------------------------------------------- */
.bnr {
  padding: 30px 0;
}
@media screen and (min-width: 600px) {
  .bnr {
    padding: 42px 0;
  }
}
.bnr__item a:hover {
  opacity: 0.8;
}
.bnr__item__text {
  text-align: right;
  font-size: 11px;
  margin-top: 5px;
}

/* --------------------------------------------------
	feature
-------------------------------------------------- */
.feature {
  padding-top: 1em;
}
.feature__lead {
  font-size: 1.5rem;
  line-height: 1.955;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .feature__lead {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
.feature__list {
  margin-top: 50px;
}
@media screen and (min-width: 600px) {
  .feature__list {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.feature__item {
  position: relative;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .feature__item {
    width: 32%;
    margin: 0;
  }
}
.feature__item:not(:last-child) {
  margin: 0 auto 50px;
}
@media print, screen and (min-width: 1024px) {
  .feature__item:not(:last-child) {
    margin: 0;
  }
}
.feature__item__badge {
  color: #032140;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  top: -20px;
  right: 15px;
  padding: 5px 10px;
  width: 110px;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .feature__item__badge {
    font-size: 2.4rem;
  }
}
.feature__item__badge::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #032140;
  -webkit-transform: translateX(-50%) skew(-20deg);
          transform: translateX(-50%) skew(-20deg);
  z-index: -1;
}
.feature__item__img {
  width: 100%;
}
.feature__item__ttl {
  font-size: 1.8rem;
  line-height: 1.45;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .feature__item__ttl {
    font-size: 2rem;
  }
}
.feature__item__ttl span {
  font-size: 1.5em;
  font-weight: bold;
  display: block;
}
.feature__item__txt {
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
  margin-top: 8px;
}
@media screen and (min-width: 600px) {
  .feature__item__txt {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------
	about
-------------------------------------------------- */
.about__list{
  margin-top: 25px;
}
.about__item:nth-child(even){
  margin-top: 50px;
}
.about__item__img{
  max-width: 440px;
  width: 100%;
  margin: 0 auto 10px;
}
.about__item__body {
  max-width: 610px;
  margin: 0 auto;
}
.about__item__meta{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.about__item__num{
  font-size: 4rem;
  font-weight: 700;
  color: #e6e9ec;
  line-height: 1;
  margin-right: 12px;
}
.about__item__ttl{
  font-size: 2.4rem;
  font-weight: 700;
}
.about__item__txt li{
  font-size: 1.5rem;
  margin: 10px 0;
  padding-left: 28px;
  background: url(../img/icn_check_b.svg) no-repeat left top 8px/ 17px;
}
.about__catch{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.95;
  margin-top: 40px;
}
@media screen and (min-width: 600px){
  .about__list{
    margin-top: 46px;
  }
  .about__item__num{
    font-size: 5.5rem;
  }
  .about__item__ttl{
    font-size: 3rem;
  }
  .about__item__txt li{
    font-size: 1.6rem;
  }
  .about__catch{
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px){
  .about__item{
    display: flex;
    align-items: center;
  }
  .about__item:nth-child(even){
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 84px;
  }
  .about__item__img{
    width: 40%;
    margin: 0 3% 0 0;
  }
  .about__item:nth-child(even) .about__item__img{
    margin: 0 0 0 3%;
  }
  .about__item__body{
    max-width: 100%;
    margin: 0;
  }
  .about__item__meta{
    margin-bottom: 28px;
  }
  .about__item__num{
    font-size: 7.5rem;
  }
  .about__item__ttl{
    font-size: 3.4rem;
  }
}
/* --------------------------------------------------
	facility
-------------------------------------------------- */
.facility {
  background: #032140;
  color: #fff;
}
.facility .inner {
  max-width: 1008px;
}
.facility__subTtl {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  color: #a97b0b;
}
@media screen and (min-width: 600px) {
  .facility__subTtl {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .facility__subTtl {
    font-size: 2.8rem;
  }
}
.facility__subTtl span {
  position: relative;
}
.facility__subTtl span::after, .facility__subTtl span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #a97b0b;
  top: 50%;
}
@media screen and (min-width: 600px) {
  .facility__subTtl span::after, .facility__subTtl span::before {
    width: 50px;
  }
}
.facility__subTtl span::after {
  right: -30px;
  -webkit-transform: translateY(-50%) rotate(-55deg);
          transform: translateY(-50%) rotate(-55deg);
}
@media screen and (min-width: 600px) {
  .facility__subTtl span::after {
    right: -40px;
  }
}
.facility__subTtl span::before {
  left: -36px;
  -webkit-transform: translateY(-50%) rotate(55deg);
          transform: translateY(-50%) rotate(55deg);
}
@media screen and (min-width: 600px) {
  .facility__subTtl span::before {
    left: -50px;
  }
}
.facility__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .facility__ttl {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .facility__ttl {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .facility__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.facility__item {
  max-width: 440px;
  width: 100%;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 1024px) {
  .facility__item {
    width: 48%;
    margin: 0;
  }
}
.facility__item__ttl {
  font-size: 1.5rem;
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 0;
}
@media screen and (min-width: 600px) {
  .facility__item__ttl {
    font-size: 2rem;
    padding: 30px 0;
  }
}
.facility__item__ttl img {
  max-width: 190px;
  width: 100%;
  margin-right: 15px;
}
@media screen and (min-width: 600px) {
  .facility__item__ttl img {
    max-width: 258px;
    margin-right: 20px;
  }
}
.facility__item__info {
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  .facility__item__info {
    font-size: 1.6rem;
  }
}
.facility__item__img {
  margin: 0 0 20px;
}
.facility__item__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .facility__item__txt {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------
	benefits
-------------------------------------------------- */
.benefits {
  background: #e6e9ec;
}
.benefits__list {
  margin: 25px 0 64px;
}
.benefits__item {
  position: relative;
  z-index: 2;
}
.benefits__item:not(:last-child) {
  margin-bottom: 60px;
}
.benefits__item::after {
  position: absolute;
  content: "";
  width: 95px;
  height: calc(100% + 25px);
  background: #032140;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .benefits__item::after {
    width: 155px;
  }
}
.benefits__item__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.benefits__item__num {
  font-size: 1.6rem;
  color: #fff;
  padding: 0 20px;
  background: #032140;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .benefits__item__num {
    padding: 0 35px;
    font-size: 1.8rem;
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .benefits__item__num {
    font-size: 2.5rem;
  }
}
.benefits__item__num span {
  font-size: 2em;
  vertical-align: sub;
}
.benefits__item__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  color: #032140;
}
@media screen and (max-width: 599px) {
  .benefits__item__ttl {
    line-height: 1.4;
  }
}
@media screen and (min-width: 600px) {
  .benefits__item__ttl {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .benefits__item__ttl {
    font-size: 4.6rem;
  }
}
.benefits__item__ttl.icn-popular {
  position: relative;
}
.benefits__item__ttl.icn-popular::after {
  position: absolute;
  content: "";
  top: -30px;
  right: -45px;
  background: url(../img/benefits_popular.png) no-repeat center center/100%;
  width: 72px;
  height: 46px;
}
@media screen and (min-width: 600px) {
  .benefits__item__ttl.icn-popular::after {
    width: 88px;
    height: 54px;
    right: -60px;
  }
}
.benefits__item__body {
  padding-left: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .benefits__item__body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .benefits__item__body {
    padding-left: 35px;
    margin-top: 0;
  }
}
.benefits__item__img {
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .benefits__item__img {
    max-width: 320px;
    width: 32%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media print, screen and (min-width: 1024px) {
  .benefits__item__img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 599px) {
  .benefits__item__cont {
    padding-left: 90px;
  }
}
.benefits__item__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .benefits__item__txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) {
  .benefits__item__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .benefits__item__txt {
    font-size: 1.8rem;
  }
}

.benefits__item__note {
  font-size: 1rem;
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .benefits__item__note {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------
	contact
-------------------------------------------------- */
.contact {
  padding: 40px 0;
  background: #032140;
}
.contact .inner {
  max-width: 1204px;
}
.contact__cont {
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .contact__cont {
    padding: 28px 52px 32px;
  }
}
.contact__lead {
  text-align: center;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
}
.contact__lead__inner {
  display: inline-block;
  position: relative;
  margin-left: 50px;
}
@media print, screen and (min-width: 1024px) {
  .contact__lead__inner {
    margin-left: 0;
  }
}
.contact__lead__txt1 {
  font-size: 1.6rem;
  margin-right: 12px;
  vertical-align: text-bottom;
}
@media screen and (min-width: 600px) {
  .contact__lead__txt1 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact__lead__txt1 {
    font-size: 2rem;
  }
}
.contact__lead__txt2 {
  font-size: 2rem;
  display: block;
}
@media screen and (min-width: 600px) {
  .contact__lead__txt2 {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact__lead__txt2 {
    display: inline-block;
    font-size: 3.4rem;
  }
}
.contact__lead__point {
  position: absolute;
  top: -5px;
  right: calc(100% + 0px);
  width: 100px;
}
@media screen and (min-width: 600px) {
  .contact__lead__point {
    width: 150px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact__lead__point {
    right: calc(100% + 30px);
    width: 190px;
  }
}
@media print, screen and (min-width: 1280px) {
  .contact__lead__point {
    right: calc(100% + 45px);
    width: 222px;
  }
}
@media screen and (max-width: 599px) {
  .contact__lead__body {
    margin-top: 15px;
  }
}
.contact .meta {
  max-width: 310px;
  width: 100%;
  margin: 10px auto 0;
}
@media screen and (min-width: 600px) {
  .contact .meta {
    max-width: 400px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact .meta {
    max-width: 600px;
    margin: 0 auto;
  }
}
.contact .meta__list {
  color: #000;
  margin-left: 0;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .contact .meta__list:nth-of-type(1) dt {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 599px) {
  .contact .meta__list dt {
    font-size: 1.4rem;
  }
}
.contact .meta__list dd.txt1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .contact .meta__list dd.txt1 {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact .meta__list dd.txt1 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
.contact .meta__list dd.txt1 .txt1-inner {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .contact .meta__list dd.txt1 .txt1-inner {
    margin-right: 28px;
  }
}
.contact .meta__list dd.txt1 .txt2 {
  font-size: 2em;
}
.contact .meta__list dd.txt1 .txt3 {
  font-size: 0.8em;
}
.contact .meta__list dd.txts {
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .contact .meta__list dd.txts {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.contact .meta .cv__btn {
  max-width: 400px;
  width: 100%;
  margin: 25px 0 0 0;
  height: 70px;
  padding: 15px 20px;
}
@media screen and (min-width: 600px) {
  .contact .meta .cv__btn {
    height: 95px;
    padding: 15px 30px;
    margin: 25px auto 0;
  }
}
.contact .meta .cv__btn::after {
  right: 22px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 600px) {
  .contact .meta .cv__btn::after {
    width: 28px;
    height: 28px;
  }
}
.contact .meta .cv__btn__txt1 {
  font-size: 1.6rem;
  margin-right: 15px;
}
@media screen and (min-width: 600px) {
  .contact .meta .cv__btn__txt1 {
    font-size: 2.4rem;
  }
}
.contact .meta .cv__btn__txt2 {
  font-size: 2.4rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .contact .meta .cv__btn__txt2 {
    font-size: 3.2rem;
  }
}
.contact__catch {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 20px 0 5px;
}
@media screen and (min-width: 600px) {
  .contact__catch {
    font-size: 2.2rem;
    margin: 32px 0 0;
  }
}
.contact__tel {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .contact__tel {
    max-width: 380px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact__tel {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 100%;
    margin: 0;
  }
}
.contact__tel__item {
  margin: 0 15px;
}
.contact__tel__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.contact__tel__link .--txt {
  font-size: 1.2rem;
  font-weight: 600;
  border: 1px solid #000;
  width: 48px;
  text-align: center;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 600px) {
  .contact__tel__link .--txt {
    font-size: 1.6rem;
    width: 63px;
    padding: 0px 4px 2px;
  }
}
.contact__tel__link .--num {
  color: #005173;
  font-size: 2.6rem;
  font-weight: 600;
  padding: 0 0 0 20px;
  background: url(../img/icn_tel_navy.png) no-repeat bottom 42% left/17px;
}
@media screen and (min-width: 600px) {
  .contact__tel__link .--num {
    font-size: 3.4rem;
    background-size: 20px;
    padding: 0 0 0 24px;
  }
}

/* --------------------------------------------------
	point
-------------------------------------------------- */
.point {
  background: #e6e9ec;
}
.point__ttl {
  text-align: center;
  color: #000;
}
.point__ttl__inner {
  display: inline-block;
  position: relative;
  padding: 5px 20px 0 25px;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .point__ttl__inner {
    padding: 0 20px 0 30px;
  }
}
.point__ttl__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffed56;
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .point__ttl__inner::before {
    height: 75%;
  }
}
.point__ttl__inner::after {
  position: absolute;
  content: "";
  right: -23px;
  top: -18px;
  background: url(../img/point_deco.png) no-repeat center center/100%;
  width: 60px;
  height: 48px;
}
.point__ttl__inline1 {
  font-size: 1.8rem;
  margin-right: 18px;
}
@media screen and (min-width: 600px) {
  .point__ttl__inline1 {
    font-size: 2.6rem;
  }
}
.point__ttl__inline2 {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .point__ttl__inline2 {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .point__ttl__inline2 {
    font-size: 3.8rem;
    vertical-align: sub;
  }
}
.point__list {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .point__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.point__item {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .point__item {
    width: 32%;
    margin: 0;
  }
}
.point__item:not(:last-child) {
  margin: 0 auto 50px;
}
@media print, screen and (min-width: 1024px) {
  .point__item:not(:last-child) {
    margin: 0;
  }
}
.point__item__head {
  background: #fff;
  text-align: center;
  padding: 15px 15px 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .point__item__head {
    padding: 20px 15px 35px;
  }
}
.point__item__head::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 22px 47px 0px 47px;
  top: 99.6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point__item__check {
  color: #fff;
  background: #005173;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 18px;
  display: inline-block;
  padding: 1px 16px 3px;
}
@media screen and (min-width: 600px) {
  .point__item__check {
    font-size: 1.8rem;
  }
}
.point__item__ttl {
  color: #005173;
  font-size: 2.2rem;
  margin-top: 2px;
}
@media screen and (min-width: 600px) {
  .point__item__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px) {
  .point__item__ttl {
    font-size: 2.6rem;
  }
}
.point__item__img {
  max-width: 178px;
  width: 100%;
  margin: 20px auto;
}
.point__item__txt {
  color: #032140;
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px) {
  .point__item__txt {
    font-size: 1.8rem;
  }
}
.point__item__body {
  text-align: center;
  margin-top: 35px;
}
.point__item__body__txts {
  font-size: 1.6rem;
}
.point__item__body__txtl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.54;
  margin: 2px -1em 0;
}
@media screen and (min-width: 600px) {
  .point__item__body__txtl {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .point__item__body__txtl {
    font-size: 2.4rem;
  }
}
.point__item__body__txtl span {
  position: relative;
  z-index: 2;
}
.point__item__body__txtl span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 37%;
  background: #ffed56;
  z-index: -1;
  left: 0;
  bottom: 0;
}

/* --------------------------------------------------
	gallery
-------------------------------------------------- */
.gallery {
  padding-bottom: 5em;
}
@media print, screen and (min-width: 1024px) {
  .gallery__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
.gallery__item:nth-child(odd) {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .gallery__item:nth-child(odd) {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .gallery__item:nth-child(odd) {
    margin-top: 70px;
  }
}
@media screen and (min-width: 600px) {
  .gallery__item:nth-child(odd) .gallery__item__txt::after {
    position: absolute;
    content: "";
    background: #032140;
    width: 100%;
    height: 1px;
    bottom: -12px;
    right: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .gallery__item:nth-child(odd) .gallery__item__txt::after {
    width: 115%;
  }
}
.gallery__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .gallery__item:nth-child(even) {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .gallery__item:nth-child(even) {
    margin-top: -60px;
  }
}
@media screen and (min-width: 600px) {
  .gallery__item:nth-child(even) .gallery__item__body {
    text-align: right;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .gallery__item:nth-child(even) .gallery__item__body {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .gallery__item:nth-child(even) .gallery__item__img {
    margin: 0 0 0 auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .gallery__item:nth-child(even) .gallery__item__img {
    margin: 0 0 0 20px;
  }
}
.gallery__item:nth-child(even) .gallery__item__ttl {
  color: #000;
}
@media screen and (min-width: 600px) {
  .gallery__item:nth-child(even) .gallery__item__ttl::after {
    position: absolute;
    content: "";
    background: #032140;
    width: 100%;
    height: 1px;
    top: -25px;
    left: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .gallery__item:nth-child(even) .gallery__item__ttl::after {
    width: 115%;
  }
}
.gallery__item:nth-child(4) .gallery__item__body {
  margin-bottom: -25px;
}
.gallery__item__img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .gallery__item__img {
    max-width: 520px;
    margin: 0 20px 0 0;
  }
}
.gallery__item__body {
  padding-top: 15px;
  width: 100%;
}
.gallery__item__ttl {
  color: #032140;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 600px) {
  .gallery__item__ttl {
    font-size: 2.8rem;
  }
}
.gallery__item__txt {
  color: #032140;
  font-size: 1.5rem;
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .gallery__item__txt {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------
	access
-------------------------------------------------- */
.access {
  background: #e6e9ec;
  position: relative;
  overflow: hidden;
}
.access__point {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 600px) {
  .access__point {
    right: 20px;
    width: 140px;
    height: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .access__point {
    right: 50px;
    width: 187px;
    height: 187px;
  }
}
.access__lead {
  color: #000;
  font-size: 1.5rem;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .access__lead {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .access__lead {
    font-size: 1.8rem;
  }
}
.access__wrap {
  margin-top: 35px;
}
@media print, screen and (min-width: 1024px) {
  .access__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 50px;
  }
}
.access__body__ttl {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .access__body__ttl {
    font-size: 2.8rem;
  }
}
.access__body__txt {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 32px;
}
@media screen and (min-width: 600px) {
  .access__body__txt {
    font-size: 1.6rem;
  }
}
.access__img {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .access__img {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .access__img {
    max-width: 650px;
    width: 63%;
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */