@charset "UTF-8";
/* Scss Document */
/*----メディアクエリ(案件によって使い分け)----*/
/*----------PC・スマホのみ----------*/
/*----------end-PC・スマホのみ----------*/
/*----------PC・タブレット・スマホ----------*/
/*----------end-PC・タブレット・スマホ----------*/
/*--------br管理--------*/
@media (min-width: 0px) and (max-width: 560px) {
  .msBr {
    display: block;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .msBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mmBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mmBr {
    display: block;
  }
}
@media (min-width: 961px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .mlBr {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .spBr {
    display: block;
  }
}
@media (min-width: 769px) {
  .spBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .pcBr {
    display: none;
  }
}
@media (min-width: 769px) {
  .pcBr {
    display: block;
  }
}

/*--------end-br管理--------*/
@media (min-width: 0px) and (max-width: 768px) {
  .pcOnly {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .pcOnly {
    opacity: 1;
  }
}

/* Scss Document */
.middle {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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*/
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 62.5%;
  color: #111;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
}

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

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

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

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

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

/* 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-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

table {
  border-spacing: 0;
}

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

/* Scss Document */
/*----メディアクエリ(案件によって使い分け)----*/
/*----------PC・スマホのみ----------*/
/*----------end-PC・スマホのみ----------*/
/*----------PC・タブレット・スマホ----------*/
/*----------end-PC・タブレット・スマホ----------*/
/*--------br管理--------*/
@media (min-width: 0px) and (max-width: 560px) {
  .msBr {
    display: block;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .msBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mmBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mmBr {
    display: block;
  }
}
@media (min-width: 961px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .mlBr {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .spBr {
    display: block;
  }
}
@media (min-width: 769px) {
  .spBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .pcBr {
    display: none;
  }
}
@media (min-width: 769px) {
  .pcBr {
    display: block;
  }
}

/*--------end-br管理--------*/
@media (min-width: 0px) and (max-width: 768px) {
  .pcOnly {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .pcOnly {
    opacity: 1;
  }
}

/* Scss Document */
.middle {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

body.fixed {
  overflow: hidden;
}

.header {
  min-width: 100%;
  z-index: 9000;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1151px) {
  .header {
    display: none;
  }
}
@media (max-width: 1150px) {
  .header {
    background: transparent;
  }
}
.header .h-nav {
  margin: 0 auto;
  padding: 15px 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 561px) and (max-width: 960px) {
  .header .h-nav {
    padding-right: 3.4vw;
    padding-left: 3.4vw;
  }
}
@media (max-width: 1150px) {
  .header .h-nav {
    width: 100%;
    height: 100vh;
    height: 100svh;
    padding: 0 30px 0;
    position: fixed;
    top: 0;
    right: -120%;
    transition: all 0.6s;
    background: #001D35;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.header .h-nav .h-title {
  font-size: 2.4rem;
}
@media (min-width: 1310px) {
  .header .h-nav .h-title {
    padding: 0 0 0 90px;
  }
}
@media (max-width: 1150px) {
  .header .h-nav .h-title {
    display: block;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 2.7rem;
    margin-bottom: 40px;
  }
  .header .h-nav .h-title span {
    border-bottom: 1px solid #ED6B00;
    color: #ED6B00;
    padding-bottom: 11px;
  }
}
.header .h-nav .h-right_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 560px) {
  .header .h-nav .h-right_content {
    flex-direction: column;
    align-items: center;
  }
}
.header .h-nav .h-right_content .h-list {
  padding-right: 35px;
}
.header .h-nav .h-right_content .h-list:last-child {
  padding-right: 0;
}
@media (max-width: 1310px) {
  .header .h-nav .h-right_content .h-list {
    padding-right: 30px;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .header .h-nav .h-right_content .h-list {
    padding-right: 0;
  }
}
.header .h-nav .h-right_content .h-list_link {
  display: block;
}
@media (min-width: 1151px) {
  .header .h-nav .h-right_content .h-list_link:hover .h-list_txt::before {
    opacity: 1;
    transition: 0.2s;
  }
}
.header .h-nav .h-right_content .h-list_link .h-list_txt {
  font-size: 1.8rem;
  position: relative;
  transition: 0.2s;
}
.header .h-nav .h-right_content .h-list_link .h-list_txt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #ED6B00;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  transition: 0.2s;
  opacity: 0;
}
.header .h-nav .h-right_content .h-contact .link {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  transition: 0.2s;
}
@media (max-width: 1150px) {
  .header .h-nav .h-right_content .h-contact .link {
    width: 300px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  .header .h-nav .h-right_content .h-contact .link br {
    display: none;
  }
}
@media (max-width: 1150px) {
  .header .h-nav .h-right_content .h-contact--summit {
    margin-top: 30px;
  }
}
.header .h-nav .h-right_content .h-contact--summit .link {
  background: #ED6B00;
  border: 1px solid #ED6B00;
  gap: 10px;
  transition: 0.2s;
}
.header .h-nav .h-right_content .h-contact--summit .link::before {
  content: "";
  display: block;
  width: 24px;
  height: 19px;
  margin-top: 7px;
  background-image: url(../images/link_icon-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .header .h-nav .h-right_content .h-contact--summit .link:hover {
    background-color: #fff;
    color: #ED6B00;
  }
  .header .h-nav .h-right_content .h-contact--summit .link:hover::before {
    background-image: url(../images/link_icon-o.svg);
  }
}
.header .h-nav .h-right_content .h-contact--gathering {
  margin-left: 15px;
}
@media (min-width: 1151px) {
  .header .h-nav .h-right_content .h-contact--gathering {
    height: -webkit-fill-available;
    display: block;
  }
}
@media (max-width: 1150px) {
  .header .h-nav .h-right_content .h-contact--gathering {
    margin-left: 0;
    margin-top: 15px;
  }
}
.header .h-nav .h-right_content .h-contact--gathering .link {
  background: #008AA8;
  border: 1px solid #008AA8;
  transition: 0.2s;
}
@media (min-width: 1151px) {
  .header .h-nav .h-right_content .h-contact--gathering .link {
    height: 100%;
  }
}
@media (any-hover: hover) {
  .header .h-nav .h-right_content .h-contact--gathering .link:hover {
    background-color: #fff;
    color: #008AA8;
  }
  .header .h-nav .h-right_content .h-contact--gathering .link:hover::before {
    background-image: url(../images/link_icon-o.svg);
  }
}
@media (max-width: 1150px) {
  .header .h-nav .h-right {
    display: block;
    width: 300px;
  }
  .header .h-nav .h-right_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .h-nav .h-right_content .h-list {
    margin-bottom: 20px;
  }
  .header .h-nav .h-right_content .h-list_link {
    padding-left: 26px;
    position: relative;
  }
  .header .h-nav .h-right_content .h-list_link::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color: #ED6B00;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .header .h-nav .h-right_content .h-list_link .h-list_txt {
    font-size: 2rem;
    color: #fff;
  }
}

.header.fixed {
  position: fixed;
}
@media (min-width: 1151px) {
  .header.fixed {
    display: block;
  }
}

.h-nav.panelactive {
  right: 0;
  transition: all 0.6s;
}

.openbtn {
  position: absolute;
  z-index: 9999; /*ボタンを最前面に*/
  top: 19px;
  right: 30px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 999999;
  display: none;
}
@media (max-width: 1150px) {
  .openbtn {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .openbtn {
    right: 20px;
  }
}
.openbtn span {
  display: block;
  background-color: #ED6B00;
  width: 32px;
  height: 4px;
  position: absolute;
  right: 0;
  border-radius: 5px;
}
.openbtn .op-btn01 {
  top: 0;
  transition: all 0.4s;
}
.openbtn .op-btn02 {
  top: 50%;
  transform: translateY(-50%);
}
.openbtn .op-btn03 {
  bottom: 0;
  transition: all 0.4s;
}
.openbtn.active {
  position: fixed;
  transition: all 0.4s;
  right: 15px;
}
.openbtn.active .op-btn01 {
  width: 50px;
  top: 6px;
  transform: translateY(6px) rotate(-45deg);
  transition: all 0.4s;
}
.openbtn.active .op-btn02 {
  opacity: 0;
}
.openbtn.active .op-btn03 {
  width: 50px;
  top: 18px;
  transform: translateY(-6px) rotate(45deg);
  transition: all 0.4s;
}

/* Scss Document */
/*----メディアクエリ(案件によって使い分け)----*/
/*----------PC・スマホのみ----------*/
/*----------end-PC・スマホのみ----------*/
/*----------PC・タブレット・スマホ----------*/
/*----------end-PC・タブレット・スマホ----------*/
/*--------br管理--------*/
@media (min-width: 0px) and (max-width: 560px) {
  .msBr {
    display: block;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .msBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mmBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mmBr {
    display: block;
  }
}
@media (min-width: 961px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .mlBr {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .spBr {
    display: block;
  }
}
@media (min-width: 769px) {
  .spBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .pcBr {
    display: none;
  }
}
@media (min-width: 769px) {
  .pcBr {
    display: block;
  }
}

/*--------end-br管理--------*/
@media (min-width: 0px) and (max-width: 768px) {
  .pcOnly {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .pcOnly {
    opacity: 1;
  }
}

.footer {
  padding: 30px 0;
}
.footer__logo {
  width: 260px;
  margin: 0 auto 20px;
}
.footer .copy {
  font-size: 1.2rem;
  color: #999999;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .footer .copy {
    font-size: 1rem;
  }
}

.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 961px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .container {
    padding-right: 3.4vw;
    padding-left: 3.4vw;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .container {
    padding-right: 5.4vw;
    padding-left: 5.4vw;
  }
}

.link-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .link-area {
    gap: 10px;
  }
}
.link-area .link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  transition: 0.2s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .link-area .link {
    font-size: 1.4rem;
  }
}
.link-area .item {
  height: 90px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .link-area .item {
    height: 65px;
  }
}
.link-area .item--summit {
  width: 250px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .link-area .item--summit {
    width: 190px;
  }
}
.link-area .item--summit .link {
  background-color: #fff;
  border: 2px solid #ED6B00;
  color: #ED6B00;
  gap: 15px;
  transition: 0.2s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .link-area .item--summit .link {
    gap: 10px;
  }
}
.link-area .item--summit .link::before {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  margin-top: 7px;
  background-image: url(../images/link_icon-o.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .link-area .item--summit .link::before {
    width: 30px;
    height: 24px;
  }
}
@media (any-hover: hover) {
  .link-area .item--summit .link:hover {
    background: #ED6B00;
    color: #fff;
  }
  .link-area .item--summit .link:hover::before {
    background-image: url(../images/link_icon-w.svg);
  }
}
.link-area .item--gathering {
  width: 180px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .link-area .item--gathering {
    width: 120px;
  }
}
.link-area .item--gathering .link {
  background-color: #fff;
  border: 2px solid #008AA8;
  color: #008AA8;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .link-area .item--gathering .link:hover {
    background: #008AA8;
    color: #fff;
  }
  .link-area .item--gathering .link:hover::before {
    background-image: url(../images/link_icon-o.svg);
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .participation__date {
    font-size: 1.4rem;
  }
}

.title-style {
  font-size: 3.6rem;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .title-style {
    font-size: 2.8rem;
  }
}
.title-style--orange {
  border-bottom: 5px solid #ED6B00;
}

.mv {
  height: 100vh;
  height: 100svh;
  min-height: 700px;
}
.mv__mv {
  height: calc(100vh - 88px);
  height: calc(100svh - 88px);
  min-height: 612px;
  position: relative;
  background: url(../images/mv-pc.jpg) center/cover;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv {
    background: url(../images/mv-sp.jpg) center/cover;
  }
}
.mv__mv .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.mv__mv .title-area {
  margin: 0 0 90px 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .title-area {
    margin: 0 0 40px 0;
  }
}
.mv__mv .title-area__title {
  width: 100%;
  text-align: center;
  font-size: 6rem;
  border-top: 1px solid #ED6B00;
  border-bottom: 1px solid #ED6B00;
  padding: 8px 0;
  margin: 0 0 70px 0;
  color: #ED6B00;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .title-area__title {
    font-size: 2.8rem;
    margin: 0 0 40px 0;
  }
}
.mv__mv .title-area__sub-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .title-area__sub-title {
    gap: 20px;
  }
}
.mv__mv .title-area__sub-title dt {
  padding: 4px 20px;
  background-color: #ED6B00;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .title-area__sub-title dt {
    font-size: 1.4rem;
    padding: 4px 15px;
  }
}
.mv__mv .title-area__sub-title dd {
  color: #fff;
  font-size: 5.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .title-area__sub-title dd {
    font-size: 2.4rem;
  }
}
.mv__mv .title-area__sub-title dd span {
  font-size: 3rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .title-area__sub-title dd span {
    font-size: 1.6rem;
  }
}
.mv__mv .info-content {
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 5%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-content {
    grid-template-columns: 1fr;
    gap: 0;
    justify-content: center;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.mv__mv .info-area {
  margin-bottom: 40px;
}
.mv__mv .info-area__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 23px;
  margin: 0 0 20px 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-area__inner {
    margin: 0 0 15px 0;
    gap: 10px;
  }
}
.mv__mv .info-area__inner--01 .info-area__text {
  line-height: 0.6;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-area__inner--01 .info-area__text {
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .mv__mv .info-area__inner--01 .info-area__text {
    letter-spacing: 0;
  }
}
.mv__mv .info-area__inner--02 .info-area__text {
  line-height: 1.4;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-area__inner--02 .info-area__text {
    line-height: 1.3;
  }
}
.mv__mv .info-area__title {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  background-color: #ED6B00;
  line-height: 1;
  font-weight: 600;
  padding: 7px 4px 7px 9px;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-area__title {
    font-size: 1.3rem;
    padding: 7px 5px 7px 10px;
  }
}
.mv__mv .info-area__text {
  line-height: 1;
  color: #fff;
}
.mv__mv .info-area__text .f18 {
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-area__text .f18 {
    font-size: 1.4rem;
  }
}
.mv__mv .info-area__text .f25 {
  font-size: 2.5rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-area__text .f25 {
    font-size: 1.8rem;
  }
}
.mv__mv .info-area__text .f28 {
  font-size: 2.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-area__text .f28 {
    font-size: 2rem;
  }
}
.mv__mv .info-area__text .f30 {
  font-size: 3rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-area__text .f30 {
    font-size: 2.4rem;
  }
}
.mv__mv .info-area__text .f50 {
  font-size: 5rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-area__text .f50 {
    font-size: 2.8rem;
  }
}
.mv__mv .info-area__text .mr5 {
  margin-right: 5px;
}
.mv__mv .info-area__text .youbi {
  background: #008AA8;
  border-radius: 50px;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  transform: translateY(-10px);
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-area__text .youbi {
    transform: translateY(-5px);
    padding: 7px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__mv .info-right {
    display: none;
  }
}
.mv__mv .info-details {
  display: grid;
  grid-template-columns: 56% 40%;
  gap: 4%;
}
.mv__mv .info-details-item {
  background: #595757;
}
.mv__mv .info-details-title {
  font-size: 2rem;
  font-weight: 600;
  padding: 12px 0;
  text-align: center;
}
.mv__mv .info-details-content {
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv__mv .info-details-content .f12 {
  font-size: 1.2rem;
}
.mv__mv .info-details-content .f14 {
  font-size: 1.4rem;
}
.mv__mv .info-details-content .f16 {
  font-size: 1.6rem;
}
.mv__mv .info-details-content .f18 {
  font-size: 1.8rem;
}
.mv__mv .info-details-content .f22 {
  font-size: 2.2rem;
}
.mv__mv .info-details-content .f25 {
  font-size: 2.5rem;
}
.mv__mv .info-details-content .mb10 {
  margin-bottom: 10px;
}
.mv__mv .info-details-content .mb15 {
  margin-bottom: 15px;
}
.mv__mv .info-details-content .border {
  border: 1px solid #fff;
  border-radius: 50px;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  padding: 2px 10px;
}
.mv__mv .info-details--summit .info-details-title {
  background: #ED6B00;
}
.mv__mv .info-details--summit .info-details-content {
  padding: 18px 0;
}
.mv__mv .info-details--gathering .info-details-title {
  background: #008AA8;
}
.mv__mv .info-details--gathering .info-details-content {
  padding: 1px 0 10px;
}
.mv__news {
  background-color: #1D1717;
  height: 88px;
  display: flex;
  align-items: center;
  position: relative;
}
.mv__news .inner {
  display: flex;
  flex-direction: row;
}
.mv__news .title-area__title {
  width: 120px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #595757;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__news .title-area__title {
    width: 76px;
    font-size: 1.2rem;
  }
}
.mv__news .title-area {
  width: calc(100% - 120px);
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 0 8px 8px 0;
  display: flex;
  flex-direction: row;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__news .title-area {
    width: calc(100% - 76px);
    padding: 5px 10px;
    flex-direction: column;
  }
}
.mv__news .title-area__date {
  padding: 2px 30px 0 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__news .title-area__date {
    font-size: 1rem;
    padding: 0 0 2px 0;
  }
}
.mv__news .title-area__text {
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__news .title-area__text {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.webp .mv__mv {
  background: url(../images/mv-pc.webp) center/cover;
}
@media (min-width: 0px) and (max-width: 768px) {
  .webp .mv__mv {
    background: url(../images/mv-sp.webp) center/cover;
  }
}

.greeting {
  background-color: #DDDDDD;
  padding: 80px 0;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting {
    padding: 20px 0 100px;
  }
}
.greeting .inner .greeting__top {
  background-color: #fff;
  padding: 0 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid #ED6B00;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__top {
    padding: 30px 20px 0 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.greeting .inner .greeting__top-image {
  width: 44%;
  margin: auto 0 0 auto;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__top-image {
    order: 4;
    width: 60%;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__top-content {
    display: contents;
    text-align: center;
  }
}
.greeting .inner .greeting__top-title {
  font-size: 2rem;
  color: #fff;
  background-color: #595757;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__top-title {
    font-size: 1.5rem;
    width: 120px;
    height: 30px;
    order: 1;
  }
}
.greeting .inner .greeting__top-sub-title {
  font-size: 3.2rem;
  line-height: 1.5;
  margin: 0 0 50px 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__top-sub-title {
    width: 100%;
    font-size: 2.2rem;
    margin: 0 0 24px 0;
    order: 2;
  }
}
.greeting .inner .greeting__top-sub-title span {
  font-size: 2.4rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__top-sub-title span {
    display: inline-block;
    text-align: left;
    font-size: 1.8rem;
  }
}
.greeting .inner .greeting__top .profile {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__top .profile {
    flex-direction: column;
    order: 3;
    width: 40%;
  }
}
.greeting .inner .greeting__top .profile-role {
  font-size: 2rem;
  padding: 0 20px 0 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__top .profile-role {
    font-size: 1.4rem;
    padding: 0 0 10px 0;
  }
}
.greeting .inner .greeting__top .profile-name {
  font-size: 3rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__top .profile-name {
    font-size: 2.1rem;
  }
}
.greeting .inner .greeting__bottom {
  background-color: #fff;
  padding: 70px 60px 60px 60px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__bottom {
    padding: 45px 20px 30px 20px;
  }
}
.greeting .inner .greeting__bottom .text {
  font-size: 1.8rem;
  line-height: 2;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__bottom .text {
    font-size: 1.4rem;
  }
}
.greeting .inner .greeting__bottom .text:not(:last-child) {
  margin: 0 0 35px 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .greeting .inner .greeting__bottom .text:not(:last-child) {
    margin: 0 0 25px 0;
  }
}

.description {
  position: relative;
  margin-top: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description {
    margin-top: 50px;
  }
}
.description::after {
  content: "";
  display: block;
  max-width: 880px;
  width: 100%;
  height: 317px;
  background-image: url(../images/description_bottom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 60px auto 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description::after {
    height: 180px;
  }
}
.description__content {
  padding-top: 40px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__content {
    padding-top: 26px;
  }
}
.description .container {
  max-width: 960px;
}
.description__item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item {
    padding: 20px 0;
  }
}
.description__item .title {
  width: 90px;
  height: 30px;
  background-color: #595757;
  margin: 0 50px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item .title {
    font-size: 1.4rem;
    width: 80px;
    height: 27px;
    margin: 0 14px 0 0;
  }
}
.description__item .text {
  width: 100%;
}
.description__item .text .f14 {
  font-size: 1.4rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item .text .f14 {
    font-size: 1.2rem;
  }
}
.description__item .text .f16 {
  font-size: 1.6rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item .text .f16 {
    font-size: 1.2rem;
  }
}
.description__item .text .f18 {
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item .text .f18 {
    font-size: 1.4rem;
  }
}
.description__item .text .f20 {
  font-size: 2rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item .text .f20 {
    font-size: 1.7rem;
  }
}
.description__item .text .f24 {
  font-size: 2.4rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item .text .f24 {
    font-size: 2rem;
  }
}
.description__item .text .mb10 {
  margin-bottom: 10px;
}
.description__item .text.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item .text.flex-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.description__item .w40 {
  width: 40%;
}
.description__item .w45 {
  width: 45%;
}
.description__item .w50 {
  width: 50%;
}
.description__item .w100 {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item .w40, .description__item .w45, .description__item .w50 {
    width: 100%;
  }
}
.description__item .details {
  margin: 30px 0 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item .details {
    margin: 20px 0 10px;
  }
}
.description__item .details .item {
  display: flex;
}
.description__item .details .item dt {
  flex-shrink: 0;
}
.description__item .details .map a {
  color: #ED6B00;
  border: 1px solid #ED6B00;
  border-radius: 50px;
  display: inline-block;
  padding: 1px 10px;
  margin-left: 10px;
  transition: 0.3s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item .details .map a {
    margin-left: 0;
    padding: 1px 8px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (any-hover: hover) {
  .description__item .details .map a:hover {
    background-color: #ED6B00;
    color: #fff;
  }
}
.description__item .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.description__item .underline {
  color: #ED6B00;
  border-bottom: 1px solid #ED6B00;
  padding-bottom: 3px;
}
.description__item.kaijo .text .f20 {
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.kaijo .text .f20 {
    margin-right: 0;
  }
}
.description__item.sanka .text {
  flex-wrap: wrap;
  align-items: flex-start;
}
.description__item.sanka .text .price {
  margin: 0 0 40px 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  gap: 10px 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.sanka .text .price {
    grid-template-columns: repeat(2, auto);
    gap: 0;
    margin: 0;
  }
}
.description__item.sanka .text .price-title {
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.sanka .text .price-title {
    margin-right: 10px;
    line-height: 1.4;
    margin-right: 0;
  }
}
.description__item.sanka .text .price-text {
  line-height: 1;
}
@media (min-width: 769px) {
  .description__item.sanka .text .price .--02 {
    line-height: 1.4;
    transform: translateY(14px);
  }
}
.description__item.sanka .text .sanka_date {
  margin-left: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.sanka .text .sanka_date {
    width: 100%;
    margin-left: 0;
    margin: 5px 0 15px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.sanka .text .sanka_date.--01 {
    grid-area: 2/1/3/3;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.sanka .text .sanka_date.--02 {
    grid-area: 4/1/5/3;
  }
}
.description__item.sanka .text .kango {
  margin: 40px 0 15px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.sanka .text .kango {
    margin: 30px 0 10px;
    align-items: start;
    gap: 15px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.kouen .text p {
    font-size: 1.4rem;
  }
}
.description__item.kyousan .kyousan_logo {
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.kyousan .kyousan_logo {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .description__item.kyousan .kyousan_logo-item {
    width: 23%;
    margin: 0 2.66% 30px 0;
  }
  .description__item.kyousan .kyousan_logo-item:nth-child(4n) {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.kyousan .kyousan_logo-item {
    width: 45%;
    margin: 0 10% 20px 0;
  }
  .description__item.kyousan .kyousan_logo-item:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
.description__item.kyousan .kyousan_logo-goju {
  width: 100%;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 768px) {
  .description__item.kyousan .kyousan_logo-goju {
    font-size: 1.4rem;
  }
}

.program {
  padding-top: 100px;
  margin-top: -100px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program {
    padding-top: 50px;
    margin-top: -50px;
  }
}
.program .inner {
  background-color: #001D35;
  position: relative;
}
.program .inner::before, .program .inner::after {
  content: "";
  display: block;
  width: 22%;
  height: 100%;
  background: url(../images/program-bg.png) repeat-y center/contain;
  position: absolute;
  top: 0;
}
.program .inner::before {
  left: 0;
}
.program .inner::after {
  right: 0;
}
.program__content {
  padding-top: 96px;
  padding-bottom: 126px;
  z-index: 1;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program__content {
    padding-top: 38px;
    padding-bottom: 40px;
  }
}
.program .container {
  max-width: 960px;
}
.program__item {
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 24px 0;
  padding: 30px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program__item {
    flex-direction: column;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
.program__item .time {
  width: 145px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 0;
  margin: 0 40px 0 0;
  background-color: #008AA8;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program__item .time {
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.program__item .time span {
  padding: 0 0 0 25px;
  position: relative;
}
.program__item .time span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/time_icon@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -4px;
}
.program__item .text {
  width: 100%;
  padding: 5px 0 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program__item .text {
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.program__item .text_main {
  font-size: 2.4rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program__item .text_main {
    font-size: 1.8rem;
  }
}
.program__item .text .person__item {
  font-size: 1.8rem;
  padding: 8px 0 0 0;
}
.program__item .text .person__item:first-of-type {
  padding: 18px 0 0 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program__item .text .person__item {
    font-size: 1.4rem;
    padding: 5px 0 0 0;
  }
}
.program__item .text .person__item.mt10 {
  margin-top: 15px;
}
.program__item .text .person__item .small {
  font-size: 1.2rem;
}
.program__item .program__sub {
  padding: 30px 0 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program__item .program__sub {
    padding: 10px 0 0;
  }
}
.program__item .program__sub-item {
  padding: 20px 0 20px;
}
.program__item .program__sub-item .text_sub {
  font-size: 2rem;
  padding: 0 0 5px;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 2em;
  text-indent: -2em;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program__item .program__sub-item .text_sub {
    font-size: 1.6rem;
  }
}
.program__item .program__sub-item .person__item:first-of-type {
  padding: 5px 0 0 40px !important;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program__item .program__sub-item .person__item:first-of-type {
    padding: 5px 0 0 32px !important;
  }
}
.program__item .image {
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program__item .image {
    text-align: center;
  }
  .program__item .image img {
    width: 120px;
  }
}
.program .attention {
  color: #fff;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 768px) {
  .program .attention {
    font-size: 1.4rem;
  }
}

.webp .program .inner::before, .webp .program .inner::after {
  background: url(../images/program-bg.webp) repeat-y center/contain;
}

.guidance {
  padding-top: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance {
    padding-top: 60px;
  }
}
.guidance__head {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__head {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.guidance__head-left, .guidance__head-right {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__head-left, .guidance__head-right {
    width: 100%;
    text-align: center;
  }
}
.guidance__head-title {
  max-width: 360px;
  font-size: 3.8rem;
  padding-bottom: 13px;
  border-bottom: 1px solid #01478B;
  margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__head-title {
    font-size: 2.8rem;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
.guidance__head-place {
  font-size: 2.8rem;
  padding-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__head-place {
    font-size: 2.3rem;
    padding-bottom: 2px;
  }
}
.guidance__head-address {
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__head-address {
    font-size: 1.4rem;
    padding-bottom: 24px;
  }
}
.guidance__map {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding-top: 47.8%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__map {
    padding-top: 100%;
    margin-bottom: 30px;
  }
}
.guidance__map iframe {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.guidance__access {
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access {
    margin-bottom: 50px;
  }
}
.guidance__access-title {
  border-bottom: 1px solid #999999;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access-title {
    margin-bottom: 20px;
  }
}
.guidance__access-title .icon {
  width: 60px;
  margin-right: 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access-title .icon {
    width: 40px;
  }
}
.guidance__access-title .title {
  font-size: 3rem;
  margin-left: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access-title .title {
    font-size: 2rem;
    margin-left: 10px;
  }
}
.guidance__access-content {
  display: flex;
  flex-direction: row;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access-content {
    flex-direction: column;
  }
}
.guidance__access-left, .guidance__access-right {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access-left, .guidance__access-right {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access-left {
    margin-bottom: 30px;
  }
}
.guidance__access-left img {
  max-width: 472px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access-left img {
    max-width: 100%;
  }
}
.guidance__access .access-inner:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access .access-inner:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.guidance__access .access-inner .access-title {
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
.guidance__access .access-inner .access-title::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access .access-inner .access-title::before {
    top: 6px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access .access-inner .access-title {
    font-size: 1.6rem;
  }
}
.guidance__access .access-inner .access-title .time {
  border: 1px solid #111;
  color: #111;
  font-size: 1.4rem;
  padding: 2px 10px;
  margin-left: 15px;
  display: inline-block;
  transform: translateY(-2px);
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access .access-inner .access-title .time {
    font-size: 1.2rem;
  }
}
.guidance__access .access-inner .access-text .text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.guidance__access .access-inner .access-text .text:not(:last-of-type) {
  margin-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .guidance__access .access-inner .access-text .text {
    font-size: 1.4rem;
  }
}
.guidance__access .access-inner .access-text .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.guidance__access .access-inner .access-text a {
  color: #ED6B00;
  font-weight: 700;
  border-bottom: 1px solid #ED6B00;
  padding-bottom: 5px;
}

.bottom__cta {
  background: url(../images/mv-pc.jpg) center/cover;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta {
    background: url(../images/mv-sp.jpg) center/cover;
  }
}
.bottom__cta .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  padding: 50px 0 40px;
  position: relative;
}
.bottom__cta .inner .title-area {
  margin: 0 0 90px 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .title-area {
    margin: 0 0 40px 0;
  }
}
.bottom__cta .inner .title-area__title {
  width: 100%;
  text-align: center;
  font-size: 6rem;
  border-top: 1px solid #ED6B00;
  border-bottom: 1px solid #ED6B00;
  padding: 8px 0;
  margin: 0 0 70px 0;
  color: #ED6B00;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .title-area__title {
    font-size: 2.8rem;
    margin: 0 0 40px 0;
  }
}
.bottom__cta .inner .title-area__sub-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .title-area__sub-title {
    gap: 20px;
  }
}
.bottom__cta .inner .title-area__sub-title dt {
  padding: 4px 20px;
  background-color: #ED6B00;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .title-area__sub-title dt {
    font-size: 1.4rem;
    padding: 4px 15px;
  }
}
.bottom__cta .inner .title-area__sub-title dd {
  color: #fff;
  font-size: 5.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .title-area__sub-title dd {
    font-size: 2.4rem;
  }
}
.bottom__cta .inner .title-area__sub-title dd span {
  font-size: 3rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .title-area__sub-title dd span {
    font-size: 1.6rem;
  }
}
.bottom__cta .inner .info-content {
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 5%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-content {
    grid-template-columns: 1fr;
    gap: 0;
    justify-content: center;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.bottom__cta .inner .info-area {
  margin-bottom: 40px;
}
.bottom__cta .inner .info-area__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 23px;
  margin: 0 0 20px 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-area__inner {
    margin: 0 0 15px 0;
    gap: 10px;
  }
}
.bottom__cta .inner .info-area__inner--01 .info-area__text {
  line-height: 0.6;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-area__inner--01 .info-area__text {
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .bottom__cta .inner .info-area__inner--01 .info-area__text {
    letter-spacing: 0;
  }
}
.bottom__cta .inner .info-area__inner--02 .info-area__text {
  line-height: 1.4;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-area__inner--02 .info-area__text {
    line-height: 1.3;
  }
}
.bottom__cta .inner .info-area__title {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  background-color: #ED6B00;
  line-height: 1;
  font-weight: 600;
  padding: 7px 4px 7px 9px;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-area__title {
    font-size: 1.4rem;
    padding: 7px 6px 7px 11px;
    margin: 0 10px 0 0;
  }
}
.bottom__cta .inner .info-area__text {
  line-height: 1;
  color: #fff;
}
.bottom__cta .inner .info-area__text .f18 {
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-area__text .f18 {
    font-size: 1.4rem;
  }
}
.bottom__cta .inner .info-area__text .f25 {
  font-size: 2.5rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-area__text .f25 {
    font-size: 1.8rem;
  }
}
.bottom__cta .inner .info-area__text .f28 {
  font-size: 2.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-area__text .f28 {
    font-size: 2rem;
  }
}
.bottom__cta .inner .info-area__text .f30 {
  font-size: 3rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-area__text .f30 {
    font-size: 2.4rem;
  }
}
.bottom__cta .inner .info-area__text .f50 {
  font-size: 5rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-area__text .f50 {
    font-size: 2.8rem;
  }
}
.bottom__cta .inner .info-area__text .mr5 {
  margin-right: 5px;
}
.bottom__cta .inner .info-area__text .youbi {
  background: #008AA8;
  border-radius: 50px;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  transform: translateY(-10px);
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .info-area__text .youbi {
    transform: translateY(-5px);
    padding: 7px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .bottom__cta .inner .link-area {
    justify-content: center;
  }
}/*# sourceMappingURL=common.css.map */