@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap);
@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 {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 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 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

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

[type=radio] {
  -webkit-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;
  min-width: 0;
  padding: 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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  box-sizing: border-box;
  color: #1a1a1a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-justify: inter-ideograph;
  width: 100%;
}

.stopscroll {
  overflow: hidden;
}

.inter {
  font-family: "Inter", sans-serif;
}

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

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 1031px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
main {
  margin-top: 70px;
}
@media screen and (max-width: 1030px) {
  main {
    margin-top: 70px;
  }
}

.ly_w1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 40px);
}

.ly_w1240 {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}

.slick-dots li {
  margin: 0 2px !important;
}
.slick-dots li button {
  height: 30px;
  width: 30px;
}
.slick-dots li button:before {
  color: #b3b3b3 !important;
  content: "●" !important;
  font-family: sans-serif !important;
  font-size: 12px !important;
}

.slick-loading .slick-list {
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  opacity: 1 !important;
}
@media screen and (max-width: 1030px) {
  .slick-prev:before,
  .slick-next:before {
    height: 50px;
    width: 15px;
  }
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*.slick-prev{
  width: 35px;
        height: 62px;
        background: url(/ad/brand/garage1/assets/images/arrow_l.png) no-repeat center top;
        background-size: 100%;
  @include g.mq-down(lg) {

  }
}

.slick-next{
  width: 35px ;
        height: 62px ;
        background: url(/ad/brand/garage1/assets/images/arrow_r.png) no-repeat center top;
        background-size: 100%;
  @include g.mq-down(lg) {

  }
}*/
.slick-prev,
.slick-next {
  color: #000;
  height: 62px;
  width: 35px;
  z-index: 1;
}
.control-style1 .slick-prev {
  left: 0;
  top: calc(100% + 10px);
}
.control-style1 .slick-next {
  left: 34px;
  right: auto;
  top: calc(100% + 10px);
}
.control-style1 .slick-dots {
  bottom: -30px;
  left: 80px;
  text-align: left;
}

.el_btn {
  background: #FFFFFF;
  border: 3px solid #000;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  padding: 12px 110px;
  position: relative;
  text-align: center;
  transition: ease 0.2s;
}
.el_btn span {
  color: #000;
  position: relative;
  z-index: 3;
}
.el_btn .arrow_r {
  fill: #000;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 27px;
}
.el_btn .arrow_l {
  fill: #000;
  left: 15px;
  position: absolute;
  top: 6px;
  width: 27px;
}
@media screen and (max-width: 768px) {
  .el_btn {
    padding: 10px 67px;
  }
}
.el_btn::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: 2;
}
.el_btn:hover {
  border: 3px solid #fff;
}
.el_btn:hover span {
  color: #fff;
}
.el_btn:hover .arrow_r {
  fill: #fff;
}
.el_btn:hover .arrow_l {
  fill: #fff;
}
.el_btn:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.el_btn.--black {
  border-color: #1a1a1a;
}

.el_line-btn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 50px;
  color: #3EB157;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 10px 0;
  transition: background-color 0.2s, border-color 0.2s;
}
.el_line-btn .icon {
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .el_line-btn .icon {
    height: 26px;
    width: 26px;
  }
}
@media screen and (min-width: 769px) {
  .el_line-btn:hover {
    background-color: #1a1a1a;
    border-color: #fff;
  }
}

body {
  color: #000000;
  width: 100%;
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}

.bl {
  color: #002870;
}

.tb {
  color: #66a6b4;
}

.ppl {
  color: #8e679a;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 18vw;
  }
}

header {
  background-color: #fff;
  position: relative;
  width: 100%;
}
header .hd_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  header .hd_inner {
    padding: 20px 0;
    width: 90%;
  }
}
header .header_title {
  max-width: 238px;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  header .header_title {
    padding: 0;
    width: 35%;
  }
}
header .th {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  header .th {
    width: 15%;
  }
}

.bnr {
  max-width: 204px;
  padding-top: 50px;
  right: 0;
  z-index: 1001;
}
@media screen and (min-width: 769px) {
  .bnr {
    position: absolute;
    top: 950px;
  }
  .bnr.fixed {
    position: fixed;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .bnr {
    bottom: 0;
    max-width: 100%;
    position: fixed;
    width: 100%;
  }
}

footer {
  background-color: #e9e9e5;
  font-size: 1.3rem;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
  }
}
footer .logo_btm {
  margin: 0 auto 50px;
  width: 186px;
}
@media screen and (max-width: 768px) {
  footer .logo_btm {
    width: 35%;
  }
}
footer .footer_nav {
  margin-bottom: 30px;
}
footer .footer_nav li {
  margin-bottom: 10px;
  text-align: center;
}
footer .footer_nav li a {
  text-decoration: underline;
}
footer .footer_nav li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .footer_nav {
    display: block;
    margin: 10px 5%;
  }
}
footer .sns_link {
  margin-bottom: 30px;
  text-align: center;
}
footer .sns_link li {
  display: inline-block;
  margin: auto 5px;
  width: 35px;
}

.footer_copy {
  color: #666;
  margin: 0 12px 0 24px;
}
@media screen and (max-width: 768px) {
  .footer_copy {
    display: block;
    margin: 30px 5% 0;
  }
}

main {
  margin-top: 0;
}

.kv {
  position: relative;
  width: 100%;
}
.kv .kv_image {
  height: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv .kv_image {
    height: auto;
    padding-bottom: 150px;
  }
}
.kv .kv_image .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv .kv_image .imgArea img {
    height: 30%;
  }
}
.kv .btnArea {
      bottom: 2%;
    left: 8%;
  position: absolute;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .kv .btnArea {
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 90%;
  }
}
.kv .kv_beige {
  padding: 50px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv .kv_beige {
    margin: 0 auto;
    padding-bottom: 0px;
    width: 90%;
  }
}
.kv .kv_beige .lead_top {
  margin: 0 auto 30px;
  max-width: 235px;
}
@media screen and (max-width: 768px) {
  .kv .kv_beige .lead_top {
    margin: 0 auto 15px;
    width: 40%;
  }
}
.kv .kv_beige .lead_title {
  margin: 0px auto 30px;
  max-width: 798px;
}
@media screen and (max-width: 768px) {
  .kv .kv_beige .lead_title {
    margin: 50px auto 30px;
    max-width: 100%;
    width: 75%;
  }
}

.section {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .section {
    margin: 70px auto;
  }
}
.section .inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section .inner {
    padding: 0;
    width: 90%;
  }
}

.present-sec {
  background: #004b89;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .present-sec {
    padding: 8vw 0 6vw;
  }
}
.present-sec .inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .present-sec .inner {
    max-width: none;
    width: 100%;
  }
}
.present-sec .inner .present {
  margin: 0 auto 60px;
  width: 920px;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .present {
    margin: 0 auto 4vw;
    width: calc(100% - 50px);
  }
}
.present-sec .inner .present img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .present img {
    margin-bottom: 2.6666666667vw;
  }
}
.present-sec .inner .present small {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .present small {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .present-sec .inner .period figure {
    margin-top: 9.3333333333vw;
  }
}
.present-sec .inner .requirement {
  border: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .requirement {
    margin: 0 auto;
    width: calc(100% - 50px);
  }
}
.present-sec .inner .requirement dl {
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 25px 0;
  width: 886px;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .requirement dl {
    display: block;
    padding: 4.6666666667vw;
    width: 100%;
  }
}
.present-sec .inner .requirement dl dt {
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 20px 0;
  text-align: center;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .requirement dl dt {
    border-radius: 5px;
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
    padding: 2vw 0;
    width: 100%;
  }
}
.present-sec .inner .requirement dl dd {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 30px;
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .present-sec .inner .requirement dl dd {
    font-size: 2.9333333333vw;
    line-height: 1.4;
    padding-left: 0;
    width: 100%;
  }
}
.present-sec .inner .requirement dl dd small {
  display: block;
}
@media screen and (max-width: 768px) {
  .present-sec .inner .requirement dl dd small {
    font-size: 3.2vw;
    margin-top: 0.6666666667vw;
  }
}

.feature-sec {
  padding: 0px 0 0px;
}
@media screen and (max-width: 768px) {
  .feature-sec {
    padding: 0vw 0;
  }
}
.feature-sec .bl_bg {
  background-color: #000d2e;
  padding: 48px 0 60px;
}
@media screen and (max-width: 768px) {
  .feature-sec .bl_bg {
    padding: 5.3333333333vw 0 7.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-sec .bl_bg h2 {
    margin: 0 auto;
    width: 85%;
  }
}
.feature-sec .inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner {
    max-width: none;
    width: 90%;
  }
}
.feature-sec .inner .lead {
  color: #000d2e;
  font-size: 4rem;
  font-weight: 700;
  margin: 70px auto 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner .lead {
    font-size: 5.6vw;
    margin: 30px auto 40px;
  }
}
.feature-sec .inner .imgBox {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner .imgBox {
    margin-bottom: 20px;
  }
}
.feature-sec .inner .box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner .box {
    margin-bottom: 40px;
  }
}
.feature-sec .inner .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner .flexbox {
    display: block;
  }
}
.feature-sec .inner .flexbox .imgArea {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner .flexbox .imgArea {
    margin: 0 auto;
    width: 70%;
  }
}
.feature-sec .inner .flexbox .txtArea {
  width: 620px;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner .flexbox .txtArea {
    margin-bottom: 20px;
    width: 100%;
  }
}
.feature-sec .inner .flexbox .txtArea p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner .flexbox .txtArea p {
    font-size: 3.2vw;
  }
}
.feature-sec .inner .flexbox .txtArea .big {
  color: #000d2e;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner .flexbox .txtArea .big {
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
}
.feature-sec .inner .flexbox .txtArea .komidashi {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner .flexbox .txtArea .komidashi {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
.feature-sec .inner .comment {
  display: block;
  font-size: 1.3rem;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .feature-sec .inner .comment {
    font-size: 2.6666666667vw;
  }
}

.outline-sec {
  background: #DFDAD0;
  padding: 112px 0 187px;
}
@media screen and (max-width: 768px) {
  .outline-sec {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}
.outline-sec .inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner {
    margin: 0 auto;
    width: calc(100% - 50px);
  }
}
.outline-sec .inner .box {
  background: #fff;
  margin-bottom: 114px;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box {
    margin-bottom: 10.6666666667vw;
  }
}
.outline-sec .inner .box .midashi {
  background: #3C312C;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .midashi {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.outline-sec .inner .box .content {
  font-size: 1.5rem;
  font-weight: 700;
  height: 587px;
  letter-spacing: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 30px 60px 60px;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content {
    height: 140vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
}
.outline-sec .inner .box .content dl {
  border-bottom: 2px solid #000;
  color: #000;
  display: flex;
  padding: 30px 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl {
    display: block;
    font-size: 2.6666666667vw;
    padding: 4vw 0;
  }
}
.outline-sec .inner .box .content dl dt {
  font-size: 1.8rem;
  width: 175px;
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl dt {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
    width: 100%;
  }
}
.outline-sec .inner .box .content dl dd {
  font-size: 1.5rem;
  width: calc(100% - 175px);
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl dd {
    font-size: 2.9333333333vw;
    width: 100%;
  }
}
.outline-sec .inner .box .content dl dd p {
  /*margin-left: 1em;
  text-indent: -1em;*/
}
@media screen and (max-width: 768px) {
  .outline-sec .inner .box .content dl dd p {
    letter-spacing: 0;
    line-height: 1.6;
  }
  .outline-sec .inner .box .content dl dd p .no-indent {
    display: block;
    margin-left: 0;
    text-indent: -1em;
  }
}
.outline-sec .inner .btn {
  display: block;
  margin: 0 auto;
  max-width: 646px;
}
.outline-sec .inner .btn img {
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  .outline-sec .inner .btn:hover img {
    opacity: 0.8;
  }
}

/*# sourceMappingURL=app.css.map*/