@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  /*  margin-left: 0; */
  margin: 0; /* For WordPress Underscore */
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -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 padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

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

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

body {
  color: #000;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

a,
a:link,
a:hover,
a:active,
a:visited {
  color: #000;
}

img {
  display: inline-block;
}

.ly-header {
  width: 100%;
  background-color: #0071c1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.ly-main {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
}

.ly-footer {
  width: 100%;
  background-color: #0071c1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.bl-header-large {
  background-image: url(../img/top/top-header-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  .bl-header-large {
    background-position: center top;
  }
}
.bl-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}

.bl-section.bl-section1,
.bl-section.bl-section2,
.bl-section.bl-section3,
.bl-section.bl-section4,
.bl-section.bl-section5,
.bl-section.bl-section6 {
  padding-top: 1.125rem;
  padding-bottom: 0rem;
}

@media screen and (max-width: 1199px) {
  .bl-section.bl-section1,
  .bl-section.bl-section2,
  .bl-section.bl-section3,
  .bl-section.bl-section4,
  .bl-section.bl-section5,
  .bl-section.bl-section6 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .bl-section:not(.bl-header-large) {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.bl-section-bottomImg {
  width: 100%;
  margin-bottom: -1.5%;
  overflow: hidden;
  z-index: 5;
}

.bl-section-bottomImg.__mb-large {
  margin-bottom: -3.5%;
}

.bl-section-bottomImg.__mb-xlarge {
  margin-bottom: -7.5%;
}

.bl-section-bottomImg > img {
  width: 110%;
}

.bl-section-catchImg {
  width: 120%;
  z-index: 10;
  margin-top: -10%;
}

@media screen and (max-width: 1199px) {
  .bl-section-catchImg {
    width: 240%;
    z-index: 20;
    margin-top: -20%;
  }
}
.bl-section1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -152px;
  width: 100%;
  height: 9.5rem;
  background-image: url("../img/section-line01.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.bl-section2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -152px;
  width: 100%;
  height: 9.5rem;
  background-image: url("../img/section-line02.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.bl-section3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -152px;
  width: 100%;
  height: 9.5rem;
  background-image: url("../img/section-line03.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.bl-section4::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -152px;
  width: 100%;
  height: 9.5rem;
  background-image: url("../img/section-line04.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.bl-section5::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -152px;
  width: 100%;
  height: 9.5rem;
  background-image: url("../img/section-line05.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.bl-section1:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/bg-01.png");
  background-position: center center;
  background-size: contain;
  z-index: 10;
}

.bl-section2:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/bg-02.png");
  background-position: bottom center;
  background-size: contain;
  z-index: 10;
}

@media screen and (max-width: 1199px) {
  .bl-section2:after {
    top: -5%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 599px) {
  .bl-section2:after {
    top: -2%;
    background-size: cover;
  }
}
.bl-subimg {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 1.875rem;
  position: relative;
}

.bl-subimg > img {
  width: 100%;
}

.bl-ctContainer-wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 30;
}

.bl-ctContainer-wrapper.__subpage1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 100%;
  background-image: url("../activity/image/ttl-activity.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.bl-ctContainer-wrapper.__subpage2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 100%;
  background-image: url("../schedule/image/ttl-schedule.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.bl-ctContainer-wrapper.__subpage3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 100%;
  background-image: url("../info/image/ttl-info.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.bl-ctContainer-wrapper.__subpage4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 100%;
  background-image: url("../album/image/ttl-album.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.bl-ctContainer {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.bl-ctContainer.__subpage {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.bl-scroll {
  max-width: 885px;
  width: 100%;
  padding: 0.5em;
}

.el-scroll-txt {
  display: none;
}

@media screen and (max-width: 1199px) {
  .bl-scroll {
    overflow: scroll;
  }
  .el-scroll-txt {
    display: block;
  }
}
.bl-embed-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: 50;
}

.bl-embed-youtube > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bl-embed-gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
}

.bl-embed-gmap > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.bl-article {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media screen and (max-width: 1199px) {
  .bl-article {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.bl-article-title-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding-bottom: 1.875rem;
}

.bl-article-title {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .bl-article-title.__list {
    flex-direction: column;
    align-items: center;
  }
}
.bl-article-title-img-wrapper {
  display: flex;
  max-width: 1.875rem;
  margin-right: 1em;
}

@media screen and (max-width: 1199px) {
  .bl-article-title-img-wrapper {
    width: 100%;
  }
}
.__list .bl-article-title-img-wrapper {
  width: 100%;
  aspect-ratio: 1;
  max-width: 9.375rem;
  max-height: 9.375rem;
  margin-right: 2em;
}

@media screen and (max-width: 599px) {
  .__list .bl-article-title-img-wrapper {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.bl-article-title-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (max-width: 1199px) {
  .bl-article-title-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.__list .bl-article-title-img {
  border: 1px solid #ccc;
}

.bl-article-title-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 80%;
}

.__list .bl-article-title-content {
  flex: 1 0 calc(100% - 15.625rem);
}

@media screen and (max-width: 599px) {
  .__list .bl-article-title-content {
    width: 100%;
  }
}
.bl-article-title-date {
  color: #a67c52;
  font-weight: 700;
  padding-bottom: 0.3125rem;
}

.bl-article-title-headline {
  color: #a67c52;
  font-weight: 700;
  font-size: 1.4em;
}

.__list .bl-article-title-content p:nth-child(n+3) {
  margin-top: 0.9375rem;
  font-size: 1.2em;
}

.__list .bl-article-title-content p:last-of-type {
  margin-bottom: 1.875rem;
}

.bl-article-title-link {
  margin-left: auto;
  margin-top: auto;
}

.bl-article-title-link:hover {
  text-decoration: underline;
}

.bl-article-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  width: 100%;
  height: 0.625rem;
  border-bottom: 10px dotted #caebba;
}

.bl-article-title.__list:after {
  bottom: -2.5rem;
}

.bl-article-content {
  display: flex;
  flex-direction: column;
}

.bl-article-content p,
.bl-article-content div {
  margin-bottom: 1.875rem;
  line-height: 180%;
}

.bl-article-content p:first-of-type {
  margin-top: 1.25rem;
}

.bl-article-content img {
  width: 100%;
}

.photo_c {
  display: block;
  margin: 0 auto;
}

.photo_l {
  display: block;
  margin-right: auto;
}

.photo_r {
  display: block;
  margin-left: auto;
}

.bl-article.__photolist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

@media screen and (max-width: 1199px) {
  .bl-article.__photolist {
    flex: 0 0 40%;
    justify-content: space-between;
  }
}
/*----------------------------------------------
   データファイル
----------------------------------------------*/
.datafile {
  display: flex;
  flex-direction: row;
  margin-top: 1.25rem;
}

.datafile a {
  display: inline-block;
  padding-right: 1.25em;
}

.datafile img {
  width: auto;
  margin-right: 4px;
  margin-top: 6px;
}

.datafile a,
.datafile a:visited {
  color: #000;
  text-decoration: none;
}

.datafile a:hover {
  text-decoration: underline;
}

/*----------------------------------------------
   2段落以降は下部に余白80px
----------------------------------------------*/
.bl-article-content-section:not(:last-of-type) {
  margin: 0 0 5rem;
}

.bl-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bl-logo-img {
  width: 100%;
}

.bl-logo-img.__mwSmall {
  max-width: 100px;
}

.bl-logo-img.__mwMiddle {
  max-width: 180px;
}

.bl-logo-img.__mwLarge {
  max-width: 250px;
}

@media screen and (max-width: 1199px) {
  .bl-logo-img.__mwSmall {
    width: 40%;
  }
  .bl-logo-img.__mwMiddle {
    width: 60%;
  }
  .bl-logo-img.__mwLarge {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .bl-logo-img.__mwSmall {
    width: 20%;
  }
  .bl-logo-img.__mwMiddle {
    width: 30%;
  }
  .bl-logo-img.__mwLarge {
    width: 30%;
  }
}
.bl-cardUnit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.bl-cardUnit.__infolist {
  justify-content: flex-start;
}

@media screen and (max-width: 1199px) {
  .bl-cardUnit {
    flex-wrap: wrap;
  }
  .bl-cardUnit.__infolist {
    justify-content: space-between;
  }
}
.bl-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.__infolist .bl-card {
  margin-right: 5%;
}

.__infolist .bl-card:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .bl-card {
    min-height: 350px;
  }
  .__infolist .bl-card:nth-of-type(2n) {
    margin-right: 0;
  }
}
.bl-card-img {
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bl-card-img.__info-image {
  border-radius: 10px;
}

.bl-card-img > img {
  width: 40%;
}

.bl-card-img.__info-image > img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1199px) {
  .bl-card-img.__info-image > img {
    height: 175px;
  }
}
.bl-card-contents {
  margin-top: auto;
  flex: 0 0 50%;
  border-radius: 0 0 10px 10px;
  padding: 0.625rem 0.625rem 0.625rem;
}

.bl-card-contents-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.bl-card-contents-header-img {
  width: 50%;
  margin: 0 0 0 auto;
}

.bl-card-contents-header-img > img {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .bl-card-contents-header {
    flex-direction: column;
    justify-content: center;
  }
  .bl-card-contents-header > p {
    order: 2;
    margin: 0 auto 0 0;
  }
  .bl-card-contents-header-img {
    order: 1;
    margin: 0 auto 0 auto;
    width: 35%;
  }
}
.bl-card-contents-cont {
  margin-top: 1rem;
  line-height: 160%;
}

.bl-card2 {
  background-color: #fff;
  min-height: 280px;
  padding-top: 4rem;
  position: relative;
  justify-content: space-between;
  padding-bottom: 2rem;
}

@media screen and (max-width: 1199px) {
  .bl-card2 {
    padding-top: 4%;
  }
}
@media screen and (max-width: 599px) {
  .bl-card2 {
    min-height: initial;
  }
}
.bl-card2 > h3 {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 1199px) {
  .bl-card2 > h3 {
    top: -15%;
  }
}
@media screen and (max-width: 599px) {
  .bl-card2 > h3 {
    top: -15%;
  }
}
.bl-card2 > h3 > img {
  width: 100%;
}

.bl-card2 .bl-card-img {
  flex: 0 0 60%;
}

.bl-card2 .bl-card-img > img {
  width: 80%;
  border-radius: 15px !important;
}

.bl-card2 .bl-card-contents {
  flex: 0 1 20%;
  border-radius: 0 0 10px 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bl-card2 .bl-card-contents-cont {
  margin-top: 0;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .bl-card2 .bl-card-contents-cont {
    margin-top: 1em;
    padding: 0 5%;
  }
}
.bl-cardUnit__col4 > .bl-card {
  width: 22.5%;
}

@media screen and (max-width: 1199px) {
  .bl-cardUnit__col4 > .bl-card {
    width: 45%;
    margin-bottom: 5%;
    margin-top: 10%;
  }
}
.bl-card-img-sz-large {
  width: 80% !important;
}

.bl-card.__bg-main {
  background-color: #fff !important;
}

.bl-card.__bg-sub1 {
  background-color: #caebba !important;
}

.bl-card.__bg-sub2 {
  background-color: #f9f7eb !important;
}

.bl-card.__bg-sub3 {
  background-color: #f6edce !important;
}

.bl-card.__bg-sub4 {
  background-color: #0071c1 !important;
}

.bl-card.__bg-sub5 {
  background-color: #d9e6f7 !important;
}

.bl-card.__bg-sub6 {
  background-color: #b2dffb !important;
}

.bl-card.__shadow-1 {
  box-shadow: 5px 3px 5px #999;
}

.bl-card.__rounded {
  border-radius: 10px;
}

.bl-mediaUnit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.bl-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .bl-media.__sp-column {
    flex-direction: column;
    align-items: center;
  }
}
.bl-media-img {
  flex: 0 0 15%;
  margin-left: 5%;
  margin-right: 5%;
}

@media screen and (max-width: 1199px) {
  .bl-media-img {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
.bl-media-img > img {
  width: 100%;
}

.bl-media-contents {
  flex: 0 0 70%;
}

.bl-media-contents-cont {
  margin-top: 1rem;
  line-height: 180%;
}

.bl-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.bl-nav-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .bl-nav-list {
    display: none;
  }
}
.bl-nav-list-element {
  color: #fff !important;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #00618f;
}

.bl-nav-list-element:last-of-type {
  border-right: none;
}

.bl-nav-list-element-img {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 100px;
}

.bl-nav-list-element-img-hover {
  transform: scale(1.2, 1.2);
  transition: all 0.8s;
}

.bl-nav-list-element-txt {
  padding-top: 5%;
  padding-bottom: 5%;
}

.bl-nav-list.__5col .bl-nav-list-element {
  flex: 0 0 20%;
}

.bl-btnUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .bl-btnUnit-2col {
    flex-direction: column;
    align-items: center;
  }
}
.bl-btn {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 1.25em 2em;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}

.bl-btn2 {
  padding: 0.5em 2em;
  font-size: 1.125rem;
}

.bl-btnUnit-2col > .bl-btn {
  flex: 0 0 45%;
  max-width: 530px;
}

@media screen and (max-width: 1199px) {
  .bl-btnUnit-2col > .bl-btn {
    width: 100%;
    min-width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .bl-btnUnit-2col > .bl-btn:first-of-type {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 1199px) {
  .bl-btnUnit-2col > .bl-btn2:first-of-type {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
  }
}
.bl-btn.__orange {
  color: #fe922e !important;
  border: 3px solid #fe922e !important;
  transition: all 0.5s;
}

.bl-btn.__orange:hover {
  background-color: #fe922e;
  color: #fff !important;
}

.bl-btn.__blue {
  color: #0071c1 !important;
  border: 3px solid #0071c1 !important;
  transition: all 0.5s;
}

.bl-btn.__blue:hover {
  background-color: #0071c1;
  color: #fff !important;
  border: 3px solid #0071c1 !important;
}

.bl-btn.__brown {
  color: #a67c52 !important;
  border: 3px solid #a67c52 !important;
}

.bl-btn.__brown:hover {
  background-color: #a67c52;
  color: #fff !important;
  border: 3px solid #a67c52 !important;
}

.bl-btn.__arrow:after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 50px;
}

@media screen and (max-width: 599px) {
  .bl-btn.__arrow:after {
    right: 20px;
  }
}
.bl-btn.__icon1,
.bl-btn.__icon2 {
  position: relative;
}

.bl-btn.__icon1:before {
  content: "";
  display: block;
  width: min(50%, 100px);
  height: 75px;
  background-image: url("../img/btn-icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.bl-btn.__icon2:before {
  content: "";
  display: block;
  width: min(50%, 100px);
  height: 60px;
  background-image: url("../img/btn-icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.bl-list-wrapper {
  width: 650px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1199px) {
  .bl-list-wrapper {
    width: 95%;
    transform: none;
  }
}
.bl-list > dt {
  float: left;
  padding: 10px 0;
  color: #58912e;
  width: 7em;
}

.bl-list > dt:before {
  content: "〇";
}

.bl-list > dd {
  border-bottom: 2px dotted #ccc;
  padding: 10px 0 10px 7em;
}

.bl-list > dd:last-child:before {
  content: "※";
}

.bl-list > dd:last-child {
  padding: 10px 0 10px 0;
  border-bottom: none;
}

.bl-list2 > dt {
  padding: 1.875rem 0 0.3125rem;
  color: #0071c1;
}

.bl-list2 > dt:before {
  content: "◆";
}

.bl-list2 > dt:after {
  content: "◆";
}

.bl-list2 > dd {
  padding: 0.625rem 0 0.625rem 0;
  line-height: 180%;
}

.bl-list2 > dd:last-child:before {
  content: "※";
}

.bl-list2 > dd:last-child {
  padding: 10px 0 10px 0;
  border-bottom: none;
}

.bl-frame {
  border: 3px solid #000;
  padding: 30px;
}

.bl-frame.__rounded {
  border-radius: 10px;
}

.bl-table {
  width: 95%;
  min-width: 800px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.bl-table.bl-table-fw {
  width: 100%;
}

.bl-table.__table-center {
  margin-left: auto;
  margin-right: auto;
}

.bl-table th {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  padding: 1em 0.5em;
}

.bl-table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 160%;
  padding: 1em 0.5em;
}

.bl-table td:nth-of-type(2n + 1) {
  width: calc(5% - 4px);
}

.bl-table td:nth-of-type(2n) {
  width: calc(45% - 4px);
}

.bl-txtbox {
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 599px) {
  .bl-txtbox {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.bl-table-wrapper.__scroll-text {
  display: none;
}

.bl-table-wrapper {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .bl-table-wrapper.__scroll {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
  }
  .bl-table-wrapper.__scroll-text {
    display: inline-block !important;
  }
}
.el-labelUnit {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.el-label {
  font-size: 1rem;
}

.el-label.__with-subLabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #000;
  padding: 1.5em 2em;
  font-size: 1.125rem;
  border-radius: 50px;
  position: relative;
  border: 3px solid #0071c1;
}

.el-label.__subLabel {
  position: absolute;
  border-radius: 50px;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25em 1em;
  width: 100%;
  max-width: 8em;
  text-align: center;
}

.el-labelUnit.__3col > .el-label {
  flex: 0 0 30%;
}

@media screen and (max-width: 1199px) {
  .el-labelUnit.__3col > .el-label {
    flex: 0 0 100%;
    margin-top: 3.4375rem;
  }
  .el-labelUnit.__3col > .el-label:first-of-type {
    margin-top: 5%;
  }
}
.el-labelUnit.__rope {
  margin-top: 1rem;
}

.el-label.__rope {
  position: relative;
}

.el-label.__rope:before,
.el-label.__rope:after {
  content: "";
  display: block;
  width: 3px;
  height: 60px;
  background-color: #0071c1;
  position: absolute;
  top: -60px;
}

.el-label.__rope:before {
  left: 20%;
}

.el-label.__rope:after {
  left: 80%;
}

@media screen and (max-width: 1199px) {
  .el-label.__rope:before,
  .el-label.__rope:after {
    display: none;
  }
}
.el-headline {
  text-align: center;
  font-size: clamp(1rem, 5vw, 2rem);
  font-weight: 700;
  color: #534741;
  padding: 0.5rem 0;
  display: inline-block;
  position: relative;
}

.el-headline:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  margin-top: 0.5rem;
  min-width: 30vw;
  height: 20px;
  display: block;
  background-image: url("../img/heading-line.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.el-headline2 {
  color: #0271c1;
  font-weight: 700;
  font-size: 140%;
}

.el-headline3 {
  color: #534741;
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  position: relative;
}

.el-headline3:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  margin-top: 1.875rem;
  height: 3px;
  display: block;
  background-color: #0271c1;
}

#topBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fe922e;
  color: #fff;
  z-index: 100;
}

.el-arrow-top {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 16px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
}

.hp-mtSmall {
  margin-top: min(0.625rem, 1%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mtSmall {
    margin-top: min(0.3125rem, 1%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mtSmall {
    margin-top: min(0.1875rem, 1%) !important;
  }
}
.hp-mtMiddle {
  margin-top: min(1.875rem, 3%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mtMiddle {
    margin-top: min(0.9375rem, 3%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mtMiddle {
    margin-top: min(0.625rem, 3%) !important;
  }
}
.hp-mtLarge {
  margin-top: min(3.125rem, 5%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mtLarge {
    margin-top: min(1.5625rem, 5%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mtLarge {
    margin-top: min(1rem, 5%) !important;
  }
}
.hp-mbSmall {
  margin-bottom: min(0.625rem, 1%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mbSmall {
    margin-bottom: min(0.3125rem, 1%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mbSmall {
    margin-bottom: min(0.1875rem, 1%) !important;
  }
}
.hp-mbMiddle {
  margin-bottom: min(1.875rem, 3%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mbMiddle {
    margin-bottom: min(0.9375rem, 3%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mbMiddle {
    margin-bottom: min(0.625rem, 3%) !important;
  }
}
.hp-mbLarge {
  margin-bottom: min(3.125rem, 5%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mbLarge {
    margin-bottom: min(1.5625rem, 5%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mbLarge {
    margin-bottom: min(1rem, 5%) !important;
  }
}
.hp-mlSmall {
  margin-left: min(0.625rem, 1%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mlSmall {
    margin-left: min(0.3125rem, 1%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mlSmall {
    margin-left: min(0.1875rem, 1%) !important;
  }
}
.hp-mlMiddle {
  margin-left: min(1.875rem, 3%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mlMiddle {
    margin-left: min(0.9375rem, 3%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mlMiddle {
    margin-left: min(0.625rem, 3%) !important;
  }
}
.hp-mlLarge {
  margin-left: min(3.125rem, 5%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mlLarge {
    margin-left: min(1.5625rem, 5%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mlLarge {
    margin-left: min(1rem, 5%) !important;
  }
}
.hp-mrSmall {
  margin-right: min(0.625rem, 1%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mrSmall {
    margin-right: min(0.3125rem, 1%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mrSmall {
    margin-right: min(0.1875rem, 1%) !important;
  }
}
.hp-mrMiddle {
  margin-right: min(1.875rem, 3%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mrMiddle {
    margin-right: min(0.9375rem, 3%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mrMiddle {
    margin-right: min(0.625rem, 3%) !important;
  }
}
.hp-mrLarge {
  margin-right: min(3.125rem, 5%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-mrLarge {
    margin-right: min(1.5625rem, 5%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-mrLarge {
    margin-right: min(1rem, 5%) !important;
  }
}
@media screen and (max-width: 1199px) {
  .hp-width-tab50 {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .hp-width-tab50 {
    width: 90%;
  }
}
.hp-ptSmall {
  padding-top: min(0.625rem, 1%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-ptSmall {
    padding-top: min(0.3125rem, 1%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-ptSmall {
    padding-top: min(0.1875rem, 1%) !important;
  }
}
.hp-ptMiddle {
  padding-top: min(1.875rem, 3%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-ptMiddle {
    padding-top: min(0.9375rem, 3%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-ptMiddle {
    padding-top: min(0.625rem, 3%) !important;
  }
}
.hp-ptLarge {
  padding-top: min(8.125rem, 5%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-ptLarge {
    padding-top: min(1.5625rem, 5%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-ptLarge {
    padding-top: min(1rem, 5%) !important;
  }
}
.hp-ptXLarge {
  padding-top: min(6.25rem, 10%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-ptXLarge {
    padding-top: min(3.125rem, 10%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-ptXLarge {
    padding-top: min(2.0625rem, 10%) !important;
  }
}
.hp-pbSmall {
  padding-bottom: min(0.625rem, 1%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-pbSmall {
    padding-bottom: min(0.3125rem, 1%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-pbSmall {
    padding-bottom: min(0.1875rem, 1%) !important;
  }
}
.hp-pbMiddle {
  padding-bottom: min(1.875rem, 3%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-pbMiddle {
    padding-bottom: min(0.9375rem, 3%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-pbMiddle {
    padding-bottom: min(0.625rem, 3%) !important;
  }
}
.hp-pbLarge {
  padding-bottom: min(3.125rem, 5%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-pbLarge {
    padding-bottom: min(1.5625rem, 5%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-pbLarge {
    padding-bottom: min(1rem, 5%) !important;
  }
}
.hp-plSmall {
  padding-left: min(0.625rem, 1%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-plSmall {
    padding-left: min(0.3125rem, 1%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-plSmall {
    padding-left: min(0.1875rem, 1%) !important;
  }
}
.hp-plMiddle {
  padding-left: min(1.875rem, 3%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-plSmall {
    padding-left: min(0.9375rem, 3%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-plSmall {
    padding-left: min(0.625rem, 3%) !important;
  }
}
.hp-plLarge {
  padding-left: min(3.125rem, 5%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-plLarge {
    padding-left: min(1.5625rem, 5%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-plLarge {
    padding-left: min(1rem, 5%) !important;
  }
}
.hp-prSmall {
  padding-right: min(0.625rem, 1%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-plLarge {
    padding-right: min(0.3125rem, 1%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-plLarge {
    padding-right: min(0.1875rem, 1%) !important;
  }
}
.hp-prMiddle {
  padding-right: min(1.875rem, 3%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-prMiddle {
    padding-right: min(0.9375rem, 3%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-prMiddle {
    padding-right: min(0.625rem, 3%) !important;
  }
}
.hp-prLarge {
  padding-right: min(3.125rem, 5%) !important;
}

@media screen and (max-width: 1199px) {
  .hp-prLarge {
    padding-right: min(1.5625rem, 5%) !important;
  }
}
@media screen and (max-width: 599px) {
  .hp-prLarge {
    padding-right: min(1rem, 5%) !important;
  }
}
*.__bg-main {
  background-color: #fff !important;
}

*.__bg-sub1 {
  background-color: #caebba !important;
}

*.__bg-sub2 {
  background-color: #f9f7eb !important;
}

*.__bg-sub3 {
  background-color: #f6edce !important;
}

*.__bg-sub4 {
  background-color: #0071c1 !important;
}

*.__bg-sub5 {
  background-color: #d9e6f7 !important;
}

*.__bg-sub6 {
  background-color: #b2dffb !important;
}

*.__bg-sub6 {
  background-color: #fe922e !important;
}

*.__bg-sub7 {
  background-color: #fe922e !important;
}

*.__co-main {
  color: #000 !important;
}

*.__co-sub1 {
  color: #fff !important;
}

*.__co-sub2 {
  color: #fe922e !important;
}

*.__co-sub3 {
  color: #0071c1 !important;
}

*.__co-sub4 {
  color: #a67c52 !important;
}

*.__co-sub5 {
  color: #929292 !important;
}

*.__co-sub6 {
  color: #c7b299 !important;
}

*.__co-sub7 {
  color: #eb0808 !important;
}

*.__fz-size1 {
  font-size: 0.75rem !important;
}

*.__fz-size2 {
  font-size: 1rem !important;
}

*.__fz-size3 {
  font-size: clamp(1rem, 2.5vw, 1.25rem) !important;
}

*.__fz-size4 {
  font-size: clamp(1rem, 2.5vw, 1.5rem) !important;
}

*.__fz-size5 {
  font-size: clamp(1rem, 5vw, 2rem) !important;
}

*.__fz-size6 {
  font-size: clamp(1rem, 2.5vw, 2.5rem) !important;
}

*.__fz-size7 {
  font-size: clamp(1rem, 2.5vw, 3rem) !important;
}

.hp-posr {
  position: relative;
}

.hp-br-pcOnly {
  display: none;
}

.hp-br-tabOnly {
  display: none;
}

.hp-br-spOnly {
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .hp-br-pcOnly {
    display: none;
  }
  .hp-br-tabOnly {
    display: inline-block;
  }
  .hp-br-spOnly {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hp-br-pcOnly {
    display: inline-block;
  }
  .hp-br-tabOnly {
    display: none;
  }
  .hp-br-spOnly {
    display: none;
  }
}
.hp-fd-row {
  flex-direction: row !important;
}

.hp-fd-column {
  flex-direction: column !important;
}

.hp-ai-start {
  align-items: flex-start !important;
}

.hp-ai-center {
  align-items: center !important;
}

.hp-ai-stretch {
  align-items: stretch !important;
}

.hp-jc-start {
  justify-content: flex-start !important;
}

.hp-jc-center {
  justify-content: center !important;
}

.hp-jc-spb {
  justify-content: space-between !important;
}

.hp-jc-spa {
  justify-content: space-around !important;
}

.hp-jc-spe {
  justify-content: space-evenly !important;
}

.__tac {
  text-align: center;
}

.__tal {
  text-align: left;
}

.__tar {
  text-align: right;
}

.__l-h-1 {
  line-height: 1rem;
}

.__l-h-2 {
  line-height: 1.25rem;
}

.__l-h-3 {
  line-height: 1.5rem;
}

.__l-h-4 {
  line-height: 2rem;
}

.__l-h-5 {
  line-height: 2.5rem;
}

.__l-h-6 {
  line-height: 3rem;
}

@media screen and (max-width: 599px) {
  .__l-h-6 {
    line-height: 2rem;
  }
}
*.__bdc-main {
  border-color: #fff !important;
}

*.__bdc-sub1 {
  border-color: #caebba !important;
}

*.__bdc-sub2 {
  border-color: #f9f7eb !important;
}

*.__bdc-sub3 {
  border-color: #f6edce !important;
}

*.__bdc-sub4 {
  border-color: #0071c1 !important;
}

*.__bdc-sub5 {
  border-color: #d9e6f7 !important;
}

*.__bdc-sub6 {
  border-color: #b2dffb !important;
}

.is-top-hoiku-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/jigyobg-01.png");
  background-position: 5% 22%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}

.is-top-hoiku-title {
  width: 100%;
  position: relative;
}

.is-top-hoiku-title:before {
  content: "";
  display: inline-block;
  height: 100px;
  width: 200px;
  background-image: url("../img/hoiku-title01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: -50%;
}

.is-top-hoiku-title:after {
  content: "";
  display: inline-block;
  height: 100px;
  width: 100px;
  background-image: url("../img/hoiku-title02.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  right: -2.5%;
  margin-left: auto;
}

@media screen and (max-width: 599px) {
  .is-top-hoiku-title:before {
    height: 50px;
    width: 100px;
    top: 0;
  }
  .is-top-hoiku-title:after {
    height: 50px;
    width: 50px;
    top: 50%;
  }
}
.is-top-hoiku-title > .el-headline {
  width: 100%;
}

.is-top-hoiku-title > .el-headline:after {
  width: 100%;
  background-size: contain !important;
  background-repeat: repeat-x;
}

.is-top-hoiku-frameTitle {
  position: relative;
}

.is-top-hoiku-frameTitle:before,
.is-top-hoiku-frameTitle:after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 100px;
  width: 100px;
  z-index: 2;
}

.is-top-hoiku-frameTitle:before {
  background-image: url("../img/hoiku-frame01.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: -5%;
}

.is-top-hoiku-frameTitle:after {
  background-image: url("../img/hoiku-frame02.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -200%;
  right: -7.5%;
}

@media screen and (max-width: 599px) {
  .is-top-hoiku-frameTitle:before,
  .is-top-hoiku-frameTitle:after {
    height: 50px;
    width: 50px;
  }
  .is-top-hoiku-frameTitle:before {
    left: -10%;
    top: 150%;
  }
  .is-top-hoiku-frameTitle:after {
    top: -100%;
  }
}
.is-info-img {
  transition: all 0.5s;
}

.is-info-img-hover {
  transform: scale(1.1, 1.1);
}

.is-about-box {
  position: relative;
  z-index: 20;
  margin-top: -6%;
}

@media screen and (max-width: 1199px) {
  .is-about-box {
    margin-top: 0;
    height: auto;
  }
}
.is-about-frame {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .is-about-frame {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .is-about-list {
    position: static;
    transform: none;
  }
}
.is-about-link-box {
  width: 600px;
  margin-top: -5em;
  z-index: 30;
}

@media screen and (max-width: 1199px) {
  .is-about-link-box {
    width: 90%;
    margin-top: 0;
  }
}
.is-about-link-box > a {
  margin: 0 0 1.5em 0;
}

.is-about-link-box > a:nth-of-type(2n + 1) {
  margin-right: 2em;
}

@media screen and (max-width: 1199px) {
  .is-about-link-box > a:nth-of-type(2n + 1) {
    margin-right: 0;
  }
}
.is-footer-left {
  flex: 0 0 40%;
}

@media screen and (max-width: 1199px) {
  .is-footer {
    flex-direction: column !important;
    align-items: center !important;
  }
  .is-footer-left {
    padding-top: 1.875rem !important;
    order: 2;
    min-height: initial !important;
  }
  .is-footer-right {
    order: 1;
    width: 100%;
  }
}
.is-footer-left-media-logo {
  flex: 0 0 20%;
  margin-right: 5%;
}

.is-footer-left-media-logo > img {
  width: 100%;
}

.is-footer-left-media-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 45%;
}

.is-footer-left-media-name > div:last-of-type {
  flex: 0 0 20%;
}

.is-footer-left-media-name > div > img {
  width: 100%;
}

.is-footer-left-media-name > div > img:first-of-type {
  margin-bottom: 1rem;
}

.is-footer-left-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.is-footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 45%;
}

.is-footer-right-link {
  display: inline-block;
}

#hamburger {
  display: none;
}

#topNavi_SP {
  display: none;
}

@media screen and (max-width: 1199px) {
  #hamburger {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 44px;
    cursor: pointer;
    transition: 1s;
    background-color: #fe922e;
    z-index: 50;
  }
  .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    background-color: #fff;
    transition: 1s;
    border-radius: 4px;
    left: 11px;
  }
  #line1 {
    top: 10px;
  }
  #line2 {
    top: 20px;
  }
  #line3 {
    bottom: 10px;
  }
  .in {
    transform: translateX(-100%);
  }
  .line_1,
  .line_2,
  .line_3 {
    background: #fff;
  }
  .line_1 {
    transform: translateY(10px) rotate(-45deg);
    top: 10px;
  }
  .line_2 {
    opacity: 0;
  }
  .line_3 {
    transform: translateY(-10px) rotate(45deg);
    bottom: 10px;
  }
  #topNavi_SP {
    display: block;
    position: fixed;
    height: 100vh;
    width: 60%;
    right: -60%;
    top: 0;
    background: #ffffff;
    transition: 0.7s;
    z-index: 50;
  }
  #topNavi_SP ul {
    padding-top: 80px;
  }
  #topNavi_SP a {
    display: inline-block;
    width: 100%;
    border-bottom: 2px dotted #fff;
  }
}
.myswiper {
  width: 100%;
}

.swiper-slide {
  max-width: 1100px;
}

.swiper-slide > img {
  border-radius: 50px;
  width: 100%;
}/*# sourceMappingURL=style.css.map */