<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ======================================
    Reset CSS 
====================================== */
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,
main,
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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

nav ul,
ul {
  list-style: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* form reset
------------------------------- */
input,
select {
  vertical-align: middle;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* IE text マーク削除 */
input::-ms-clear {
  visibility: hidden;
}

/* IE password マーク削除 */
input::-ms-reveal {
  visibility: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* =================================================
    font-size vw
=================================================== */
/* ======================================
    Base (SP)
====================================== */
html {
  background: #fff;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  -webkit-text-size-adjust: 100%;
  color: #000;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

p {
  /* フォントサイズはbodyを継承 */
  line-height: 1.375;
  text-align: left;
}

/* svgのIEバグ回避 */
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

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

a img {
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* リンク----------------------------- */
a {
  color: inherit;
  /* ブレ防止追加 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
  }
  a:hover img, a:focus img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* =================================================
    .ly_header 
=================================================== */
.ly_header {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .ly_header {
    padding: 0;
  }
}
.ly_header_inner {
  width: 92%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ly_header_inner {
    width: 96.09375%;
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* =================================================
    .bl_header
=================================================== */
.bl_header {
  width: 100%;
  height: 156px;
  background: #9A0013;
  color: #fff;
  text-align: center;
  z-index: 10010;
}
@media screen and (min-width: 768px) {
  .bl_header {
    height: 103px;
  }
}
.bl_header_logo {
  display: block;
  width: 100%;
  max-width: 345px;
  height: auto;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .bl_header_logo {
    width: 62.5%;
    max-width: 675px;
    margin: 0;
  }
}
.bl_header_link a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}
.bl_header_link a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5em;
  background: url(../images/icon_circle-arrow-r-white.svg) no-repeat center center/contain;
}

/* ======================================
    el_btnHamburger
====================================== */
.el_btnHamburger {
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  margin: 0;
  overflow: hidden;
  z-index: 11100;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .el_btnHamburger {
    top: 2rem;
    right: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .el_btnHamburger {
    display: none;
  }
}
.el_btnHamburger__animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 3rem;
  height: 2rem;
  text-align: center;
  z-index: 11000;
}
.el_btnHamburger_line {
  background: #000;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 10100;
}

.el_btnHamburger_line.el_btnHamburger_line__top {
  -webkit-transform: translateY(-0.7rem);
          transform: translateY(-0.7rem);
}

.el_btnHamburger_line.el_btnHamburger_line__bottom {
  -webkit-transform: translateY(0.7rem);
          transform: translateY(0.7rem);
}

.is_btnHamburger__open .el_btnHamburger_line.el_btnHamburger_line__middle {
  background: transparent;
}

.is_btnHamburger__open .el_btnHamburger_line.el_btnHamburger_line__top {
  background: #fff;
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}

.is_btnHamburger__open .el_btnHamburger_line.el_btnHamburger_line__bottom {
  background: #fff;
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

/* 背景 */
.js_wrapBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.is_btnHamburger__on .js_wrapBg {
  opacity: 0.8;
  visibility: visible;
}

/* ======================================
    .bl_headerNav
====================================== */
.bl_headerNav {
  position: fixed;
  top: 0;
  /* 右から出す場合 */
  right: -32rem;
  display: block;
  width: 26rem;
  height: 100%;
  background: #fff; /* 背景色 */
  padding-top: 5rem;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1025px) {
  .bl_headerNav {
    position: absolute;
    top: 50%;
    right: 20rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50rem;
    height: auto;
    padding: 0;
    margin: 0 auto;
    background: #fff; /* 背景色 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: transparent;
    overflow: visible;
  }
}
.bl_headerNav_item {
  position: relative;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1025px) {
  .bl_headerNav_item.has-child {
    padding-right: 0.5em;
  }
}
.bl_headerNav_item.has-child::before {
  content: "";
  position: absolute;
  right: 3em;
  top: 3.5rem;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 1025px) {
  .bl_headerNav_item.has-child::before {
    width: 4px;
    height: 4px;
    right: 0;
    top: 1.8rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}
.bl_headerNav_item.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 6.1rem;
  z-index: 10010;
  width: 20rem;
  height: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_headerNav_item.has-child ul li {
  margin-bottom: 0.2rem;
  background: #C40018; /* 背景色 */
  border-bottom: 1px solid #9A0013;
}
@media screen and (min-width: 1025px) {
  .bl_headerNav_item.has-child ul li {
    background: #fff; /* 背景色 */
    border-bottom: 1px solid #9A0013;
  }
}
.bl_headerNav_item.has-child ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .bl_headerNav_item.has-child ul li a {
    border-right: 1px solid #9A0013;
    line-height: 1;
    color: #222;
  }
  .bl_headerNav_item.has-child ul li a:focus, .bl_headerNav_item.has-child ul li a:hover {
    background-color: #C40018;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .bl_headerNav_item.has-child ul, .bl_headerNav_item.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible; /*JSで制御するため一旦表示*/
    opacity: 1; /*JSで制御するため一旦表示*/
    display: none; /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none; /*JSで制御するためCSSのアニメーションを切る*/
  }
}
@media screen and (min-width: 1025px) {
  .bl_headerNav_item.has-child:hover &gt; ul, .bl_headerNav_item.has-child ul li:hover &gt; ul, .bl_headerNav_item.has-child:active &gt; ul, .bl_headerNav_item.has-child ul li:active &gt; ul {
    visibility: visible;
    opacity: 1;
  }
}
.bl_headerNav_link {
  position: relative;
  display: block;
  padding: 2em;
  line-height: 1.6; /* 項目高さ */
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-bottom: 1px dotted #fff;
}
@media screen and (min-width: 1025px) {
  .bl_headerNav_link {
    padding: 1.5rem 0.5rem;
    border-bottom: 1px solid transparent;
    color: #222;
    line-height: 1;
  }
  .bl_headerNav_link:focus, .bl_headerNav_link:hover {
    border-bottom-color: #C40018;
  }
}

.is_btnHamburger__on .bl_headerNav {
  right: 0; /* 右から出す場合 */
}

@media screen and (min-width: 1025px) {
  /*　for PC　*/
  .bl_headerNav_item:last-child .bl_headerNav_link::after {
    content: none;
  }
}
/* =================================================
    footer
=================================================== */
.bl_footer {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 7.5rem;
  background: #000;
}
.bl_footer_inner {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_footer_inner {
    width: 96.09375%;
    max-width: 1080px;
  }
}
.bl_footer .bl_organizers {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 0rem;
  margin-bottom: 40px;
  background: #fff;
}
.bl_footer .bl_organizers h2 {
  margin-bottom: 18px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.bl_footer .bl_organizers ul {
  width: 82.6086956522%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_footer .bl_organizers p {
	padding: 0 1em 1.5em;
}

.bl_footer .bl_organizers p a{
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
.bl_footer .bl_organizers p {
	text-align: center;
	}
}
	
@media screen and (min-width: 768px) {
  .bl_footer .bl_organizers ul {
    width: 90%;
    max-width: 800px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bl_footer .bl_organizers ul::after {
  content: "";
  display: block;
  width: 30%;
}
.bl_footer .bl_organizers ul li {
  width: 30%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_footer .bl_organizers ul li {
    width: 13.2857142857%;
    margin-bottom: 40px;
  }
}
.bl_footer .bl_organizers ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.bl_footer .bl_organizers ul .el_mext img {
  width: 54%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_footer .bl_organizers ul .el_emb img {
    width: 90%;
    margin: 0 auto;
  }
}
.bl_footer .bl_organizers ul .el_okayama-u img {
  width: 70%;
  margin: 0 auto;
}
.bl_footer .bl_footerBtm {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_footer .bl_footerBtm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .bl_footer .bl_footerBtm .bl_footerContent {
    width: 55.5555555556%;
  }
}
.bl_footer .bl_footerBtm .bl_footerContent p {
  margin-bottom: 1em;
}
.bl_footer .bl_footerBtm .bl_footerContent .el_mail,
.bl_footer .bl_footerBtm .bl_footerContent .bl_fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bl_footer .bl_footerBtm .bl_footerContent .el_mail h3,
.bl_footer .bl_footerBtm .bl_footerContent .bl_fb h3 {
  margin-right: 0.3em;
}
.bl_footer .bl_footerBtm .bl_footerContent .el_mail a,
.bl_footer .bl_footerBtm .bl_footerContent .bl_fb a {
  text-decoration: underline;
}
.bl_footer .bl_footerBtm .bl_footerQr {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .bl_footer .bl_footerBtm .bl_footerQr {
    width: 36.3888888889%;
    margin-top: 0;
  }
}
.bl_footer .bl_footerBtm .bl_footerQr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 82.6086956522%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_footer .bl_footerBtm .bl_footerQr ul {
    width: 100%;
    margin: 0;
  }
}
.bl_footer .bl_footerBtm .bl_footerQr ul li {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .bl_footer .bl_footerBtm .bl_footerQr ul li {
    width: 29%;
    margin-bottom: 0;
  }
}
.bl_footer .bl_footerBtm .bl_footerQr ul li:last-of-type {
  margin-bottom: 0;
}
.bl_footer .bl_footerBtm .bl_footerQr ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.bl_footer .bl_footerBtm .bl_footerQr ul li a img {
  width: 77%;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .bl_footer .bl_footerBtm .bl_footerQr ul li a img {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .bl_footer .bl_footerBtm .bl_footerQr ul li a img {
    width: 100%;
  }
}
.bl_footer .bl_footerBtm .bl_footerQr ul li a figcaption {
  text-align: center;
}

/* =================================================
    layout section
=================================================== */
.ly_sec {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ly_sec_inner {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .ly_sec_inner {
    max-width: 1080px;
  }
}

/* ======================================
    .js_pageTop
====================================== */
.js_pageTop {
  position: fixed;
  bottom: 4%;
  right: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  z-index: 11010;
  /* border-radius: 50%; */
  width: 60px;
  height: 60px;
  background-color: #F2CE00;
  border: 2px solid #fff;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js_pageTop i {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .js_pageTop {
    bottom: 6%;
    right: 10%;
  }
}

/* ======================================
    Common Class
====================================== */
/*  display
-------------------------------------- */
.sp_none {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sp_none {
    display: block !important;
  }
}

.sp_display {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp_display {
    display: none !important;
  }
}

.pc_none {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .pc_none {
    display: none !important;
  }
}

.pc_display {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc_display {
    display: block !important;
  }
}

/*  direction
-------------------------------------- */
.hp_row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/*  text_align
-------------------------------------- */
.hp_text_center {
  text-align: center !important;
}

.hp_text_left {
  text-align: left !important;
}

.hp_text_right {
  text-align: left !important;
}

/*  margin padding
-------------------------------------- */
/* margin 部分的な設定*/
.hp_mb-0 {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}

.hp_mb-5 {
  margin-bottom: 5px !important;
  margin-bottom: 0.5rem !important;
}

.hp_mb-10 {
  margin-bottom: 10px !important;
  margin-bottom: 1rem !important;
}

.hp_mb-15 {
  margin-bottom: 15px !important;
  margin-bottom: 1.5rem !important;
}

.hp_mb-20 {
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important;
}

.hp_mb-25 {
  margin-bottom: 25px !important;
  margin-bottom: 2.5rem !important;
}

.hp_mb-30 {
  margin-bottom: 30px !important;
  margin-bottom: 3rem !important;
}

.hp_mb-35 {
  margin-bottom: 35px !important;
  margin-bottom: 3.5rem !important;
}

.hp_mb-40 {
  margin-bottom: 40px !important;
  margin-bottom: 4rem !important;
}

.hp_mb-45 {
  margin-bottom: 45px !important;
  margin-bottom: 4.5rem !important;
}

.hp_mb-50 {
  margin-bottom: 50px !important;
  margin-bottom: 5rem !important;
}

.hp_mb-55 {
  margin-bottom: 55px !important;
  margin-bottom: 5.5rem !important;
}

.hp_mb-60 {
  margin-bottom: 60px !important;
  margin-bottom: 6rem !important;
}

.hp_mb-65 {
  margin-bottom: 65px !important;
  margin-bottom: 6.5rem !important;
}

.hp_mb-70 {
  margin-bottom: 70px !important;
  margin-bottom: 7rem !important;
}

.hp_mb-75 {
  margin-bottom: 75px !important;
  margin-bottom: 7.5rem !important;
}

.hp_mb-80 {
  margin-bottom: 80px !important;
  margin-bottom: 8rem !important;
}

.hp_mb-85 {
  margin-bottom: 85px !important;
  margin-bottom: 8.5rem !important;
}

.hp_mb-90 {
  margin-bottom: 90px !important;
  margin-bottom: 9rem !important;
}

.hp_mb-95 {
  margin-bottom: 95px !important;
  margin-bottom: 9.5rem !important;
}

.hp_mb-100 {
  margin-bottom: 100px !important;
  margin-bottom: 10rem !important;
}

.hp_mt-0 {
  margin-top: 0px !important;
  margin-top: 0rem !important;
}

.hp_mt-5 {
  margin-top: 5px !important;
  margin-top: 0.5rem !important;
}

.hp_mt-10 {
  margin-top: 10px !important;
  margin-top: 1rem !important;
}

.hp_mt-15 {
  margin-top: 15px !important;
  margin-top: 1.5rem !important;
}

.hp_mt-20 {
  margin-top: 20px !important;
  margin-top: 2rem !important;
}

.hp_mt-25 {
  margin-top: 25px !important;
  margin-top: 2.5rem !important;
}

.hp_mt-30 {
  margin-top: 30px !important;
  margin-top: 3rem !important;
}

.hp_mt-35 {
  margin-top: 35px !important;
  margin-top: 3.5rem !important;
}

.hp_mt-40 {
  margin-top: 40px !important;
  margin-top: 4rem !important;
}

.hp_mt-45 {
  margin-top: 45px !important;
  margin-top: 4.5rem !important;
}

.hp_mt-50 {
  margin-top: 50px !important;
  margin-top: 5rem !important;
}

/* padding 部分的な設定*/
.hp_pb-0 {
  padding-bottom: 0px !important;
  padding-bottom: 0rem !important;
}

.hp_pb-5 {
  padding-bottom: 5px !important;
  padding-bottom: 0.5rem !important;
}

.hp_pb-10 {
  padding-bottom: 10px !important;
  padding-bottom: 1rem !important;
}

.hp_pb-15 {
  padding-bottom: 15px !important;
  padding-bottom: 1.5rem !important;
}

.hp_pb-20 {
  padding-bottom: 20px !important;
  padding-bottom: 2rem !important;
}

.hp_pb-25 {
  padding-bottom: 25px !important;
  padding-bottom: 2.5rem !important;
}

.hp_pb-30 {
  padding-bottom: 30px !important;
  padding-bottom: 3rem !important;
}

.hp_pb-35 {
  padding-bottom: 35px !important;
  padding-bottom: 3.5rem !important;
}

.hp_pb-40 {
  padding-bottom: 40px !important;
  padding-bottom: 4rem !important;
}

.hp_pb-45 {
  padding-bottom: 45px !important;
  padding-bottom: 4.5rem !important;
}

.hp_pb-50 {
  padding-bottom: 50px !important;
  padding-bottom: 5rem !important;
}

/* =================================================
    default ボタン
=================================================== */
.el_btn {
  display: inline-block;
  max-width: 100%;
  padding: 0.6em 2em;
  background-color: #A98130;
  border: 1px solid transparent;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .el_btn {
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .el_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #C40018;
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .el_btn:hover {
    color: #fff;
    opacity: 1;
  }
  .el_btn:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: -1;
  }
}
.el_btn.el_btn__lineWhite {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .el_btn.el_btn__lineWhite::before {
    background: #fff;
  }
  .el_btn.el_btn__lineWhite:focus, .el_btn.el_btn__lineWhite:hover {
    color: #C40018;
  }
}
.el_btn.el_btn__lineBrand {
  background: transparent;
  border: 1px solid #C40018;
  color: #C40018;
}
@media screen and (min-width: 1025px) {
  .el_btn.el_btn__lineBrand:focus, .el_btn.el_btn__lineBrand:hover {
    color: #fff;
  }
}
.el_btn.el_btn__yellow {
  background-color: yellow;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .el_btn.el_btn__yellow::before {
    background-color: yellow;
  }
}
.el_btn.el_btn__arrowRight {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}
.el_btn.el_btn__arrowRight::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 0.83em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_btn.el_btn__large {
  width: 340px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.375rem;
}

/* =================================================
    default 角丸ボタン
=================================================== */
.el_roundedBtn {
  display: inline-block;
  max-width: 100%;
  padding: 4px 22px;
  background-color: transparent;
  border: 2px solid #C40018;
  border-radius: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #C40018;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .el_roundedBtn {
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .el_roundedBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #C40018;
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .el_roundedBtn:hover {
    color: #fff;
    opacity: 1;
    background: transparent;
  }
  .el_roundedBtn:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: -1;
  }
}
.el_roundedBtn.el_btnMore {
  width: 108px;
  height: 36px;
  padding: 9px;
  vertical-align: middle;
}
.el_roundedBtn.el_btnMore i {
  display: inline-block;
  margin-right: 10px;
  font-size: 10px;
  font-size: 1rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  color: inherit;
}
.el_roundedBtn.el_btnMore.el_btnMore_L {
  width: 148px;
  height: 48px;
  padding: 14px;
}
.el_roundedBtn.el_roundedBtn__solid {
  padding: 14px 68px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 40px;
  color: #fff;
  background: #C40018;
}
@media screen and (min-width: 1025px) {
  .el_roundedBtn.el_roundedBtn__solid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .el_roundedBtn.el_roundedBtn__solid:hover {
    color: #C40018;
    opacity: 1;
    background: transparent;
  }
  .el_roundedBtn.el_roundedBtn__solid:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: -1;
  }
}

/* =================================================
    before_アイコン付き小ボタン
=================================================== */
.el_beforeIconBtn {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.3em;
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.el_beforeIconBtn::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  .el_beforeIconBtn:focus, .el_beforeIconBtn:hover {
    background-color: #e25c00;
    color: #fff;
  }
}
.el_beforeIconBtn.el_beforeIconBtn__download::before {
  content: "\f019";
}
.el_beforeIconBtn.el_beforeIconBtn__zoom::before {
  content: "\f00e";
  -webkit-transform: translateY(-6%);
          transform: translateY(-6%);
}
.el_beforeIconBtn.el_beforeIcon__pdf::before {
  content: "\f1c1";
}
.el_beforeIconBtn.el_beforeIcon__excel::before {
  content: "\f1c3";
}
.el_beforeIconBtn.el_beforeIcon__PP::before {
  content: "\f1c4";
}
.el_beforeIconBtn.el_beforeIcon__checkSquare::before {
  content: "\f14a";
}
.el_beforeIconBtn.el_beforeIcon__chevLeft::before {
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-bottom: 0.125em solid #e25c00;
  border-left: 0.125em solid #e25c00;
  -webkit-transform: rotate(45deg) translateY(-30%);
          transform: rotate(45deg) translateY(-30%);
}

/* =================================================
    after_アイコン付き小ボタン
=================================================== */
.el_afterIconBtn {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.3em;
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.el_afterIconBtn::after {
  display: inline-block;
  margin-left: 0.3em;
  color: currentColor;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.el_afterIconBtn.el_afterIcon__chevRight::after {
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-top: 0.125em solid #fff;
  border-right: 0.125em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =================================================
    見出し設定
=================================================== */
/* 見出し_1 */
.el_lv1Heading {
  margin-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.76;
  text-align: center;
  color: #F2CE00;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .el_lv1Heading {
    font-size: 35px;
    font-size: 3.5rem;
  }
}/*# sourceMappingURL=common.css.map */</pre></body></html>