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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /* 追記 */
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 追記 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  /* スマホ横向きのサイズ調整 */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.6rem;
  color: #13007C;
  font-weight: 600;
  overflow-x: hidden;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
body::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 375px) {
  body {
    font-size: 1.4rem;
  }
}

h1 {
  font-size: 2.4rem;
}

h2,
h3 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.5;
}
h2::before,
h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
h2::after,
h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
}
p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

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

button {
  letter-spacing: 2px;
}

a {
  text-decoration: none;
}

.display-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .display-pc {
    display: block;
  }
}

.display-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .display-sp {
    display: none;
  }
}

.l-header {
  width: 23%;
  padding: 20px 32px;
  z-index: 5;
}
@media screen and (max-width: 919px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 919px) {
  .l-header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 71px;
    padding: 0 7%;
  }
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 919px) {
  .l-header__hamburger {
    display: block;
  }
}
.l-header__hamburger i {
  font-size: 33.6px;
  color: #595959;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
}
.l-header__nav {
  margin-top: 50px;
}
@media screen and (max-width: 919px) {
  .l-header__nav {
    margin-top: auto;
  }
}
@media screen and (max-width: 919px) {
  .l-header__list {
    display: none;
    width: 100vw;
    height: 100vh;
    padding: 25px 6%;
  }
}
.l-header__item {
  margin: 1.3rem 0;
}
.l-header__item:first-of-type, .l-header__item:last-of-type {
  margin: 0;
}
.l-header__link {
  font-weight: normal;
  font-size: 1.68rem;
}
.l-header__link:hover {
  opacity: 0.8;
}

.home .l-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 919px) {
  .home .l-wrapper {
    display: block;
  }
}

.l-main {
  width: 77%;
}
@media screen and (max-width: 919px) {
  .l-main {
    width: 100%;
    margin-top: 34px;
  }
}
.l-main__inner {
  position: relative;
}
.l-main__feature {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-35%);
          transform: translateX(-50%) translateY(-35%);
  width: 100%;
  z-index: 3;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #FFE599;
}
@media screen and (max-width: 919px) {
  .l-main__feature {
    top: 38%;
    -webkit-transform: translateX(-50%) translateY(-38%);
            transform: translateX(-50%) translateY(-38%);
    width: 100%;
    font-size: clamp(18px, 4.9333333333vw, 37px);
  }
}
.l-main__feature02 {
  top: 34%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-34%);
          transform: translateX(-50%) translateY(-34%);
  color: #ED6D00;
  font-size: 5.2rem;
}
@media screen and (max-width: 919px) {
  .l-main__feature02 {
    top: 39%;
    -webkit-transform: translateX(-50%) translateY(-39%);
            transform: translateX(-50%) translateY(-39%);
    font-size: clamp(18px, 4.9333333333vw, 37px);
  }
}
.l-main__feature03 {
  display: inline-block;
  padding: 0 0.2em;
  letter-spacing: -0.04em;
  text-shadow: 4px 4px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
  -webkit-text-stroke: 2px #FFF;
}
@media screen and (max-width: 919px) {
  .l-main__feature03 {
    -webkit-text-stroke: 0.6px #FFF;
  }
}
.l-main__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-main__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.l-main__link {
  position: relative;
  display: list-item;
}
.l-main__link > img {
  width: 100%;
  z-index: 2;
}
.l-main__link:hover {
  opacity: 0.8;
}
.l-main__noteTitle {
  text-align: center;
  margin-bottom: 10px;
}
.l-main__inner02 {
  margin-top: 100px;
}
.l-main__item02 {
  overflow: hidden;
}
.l-main__link02 {
  width: 100%;
  min-height: 100px;
}
.l-main__link02:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.l-main__link02 img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.l-main__link02 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .l-main__link02 span {
    font-size: clamp(16px, 4.6666666667vw, 35px);
  }
}
.l-main__item05 {
  height: 268px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .l-main__item05 {
    height: clamp(236px, 62.8vw, 471px);
  }
}
.l-main__item05 img {
  height: 268px;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .l-main__item05 img {
    height: clamp(236px, 62.8vw, 471px);
  }
}
.l-main__item05:last-of-type {
  height: auto;
}
.l-main__item05:last-of-type img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-main__item05:last-of-type img {
    height: auto;
  }
}

.c-btn {
  margin: 1.5rem auto !important;
}

.l-wrapper {
  position: relative;
  background-image: url(../../assets/images/common/newtop5.jpg);
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.l-header {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-header {
    background: #fff;
  }
}
.l-header__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
  background: inherit;
}
@media screen and (max-width: 768px) {
  .l-header__bar {
    padding: 0;
  }
}
.l-header__bar .l-header__link {
  display: inline-block;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-header__bar-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    padding: 2% 5%;
  }
}
.l-header__logo {
  width: 13%;
}
@media screen and (max-width: 1279px) {
  .l-header__logo {
    width: 20%;
  }
}
.l-header__logoLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  padding: 0 1rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-header__logoLink {
    width: auto;
    padding: 0;
  }
}
.l-header__logoLink img {
  display: inherit;
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    display: block;
  }
}
.l-header__nav {
  width: 80%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    width: 100%;
  }
}
.l-header__link {
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .l-header__link {
    font-size: clamp(16px, 2.4vw, 18px);
  }
}
.l-header__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92%;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-header__list {
    display: none;
    width: auto;
  }
}
.l-header__item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-header__item {
    text-align: center;
  }
}
.p-index02__descText {
  position: absolute;
  top: 130px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-index02__descText {
    top: 12vh;
  }
}
.p-index02__descText p {
  margin: 1rem;
  font-size: 6.3rem;
  font-size: clamp(37px, 5.25vw, 63px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #607c79;
}
@media screen and (max-width: 768px) {
  .p-index02__descText p {
    font-size: 4.3rem;
    font-size: clamp(16px, 5.7333333333vw, 43px);
  }
}/*# sourceMappingURL=style.css.map */