@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

:root {
  --breakpoint-1: 768px;
  --breakpoint-2: 1024px;
  --breakpoint-3: 1200px;
  --main-color:#73101E;
  --main-color2:#8E1728;
  --sub-color:#03837E;
  --text-color:#222;
  --text-color2:#2D43BA;
  --text-color3:#142689;
  --bg-color1:#606161;
  --bg-color2:#E6EEF0;
  --main-gradient: linear-gradient(to right, #8e1728 0%, #530000 100%);
  --sub-gradient: linear-gradient(135deg, #03837E 0%, #02504d 100%);
  --scrollbar-thumb-color: #142689;
  --scrollbar-track-color: #C4C4C4;
  --header_height:120px;
  --cta_height:0;
}
@media (max-width: 1024px) {
  :root {
    --header_height:50px;
  }
}
@media (max-width: 1024px) {
  :root {
    --cta_height:70px;
  }
}

.my-button {
  font-size: 1.8rem; /* font-sizeは18px相当にする */
}

/*===============================================*
*	commcon
*===============================================*/
/* margin
------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

@media (max-width: 768px) {
  .smt0 {
    margin-top: 0px !important;
  }
  .smr0 {
    margin-right: 0px !important;
  }
  .smb0 {
    margin-bottom: 0px !important;
  }
  .sml0 {
    margin-left: 0px !important;
  }
  .smt5 {
    margin-top: 5px !important;
  }
  .smr5 {
    margin-right: 5px !important;
  }
  .smb5 {
    margin-bottom: 5px !important;
  }
  .sml5 {
    margin-left: 5px !important;
  }
  .smt10 {
    margin-top: 10px !important;
  }
  .smr10 {
    margin-right: 10px !important;
  }
  .smb10 {
    margin-bottom: 10px !important;
  }
  .sml10 {
    margin-left: 10px !important;
  }
  .smt15 {
    margin-top: 15px !important;
  }
  .smr15 {
    margin-right: 15px !important;
  }
  .smb15 {
    margin-bottom: 15px !important;
  }
  .sml15 {
    margin-left: 15px !important;
  }
  .smt20 {
    margin-top: 20px !important;
  }
  .smr20 {
    margin-right: 20px !important;
  }
  .smb20 {
    margin-bottom: 20px !important;
  }
  .sml20 {
    margin-left: 20px !important;
  }
  .smt25 {
    margin-top: 25px !important;
  }
  .smr25 {
    margin-right: 25px !important;
  }
  .smb25 {
    margin-bottom: 25px !important;
  }
  .sml25 {
    margin-left: 25px !important;
  }
  .smt30 {
    margin-top: 30px !important;
  }
  .smr30 {
    margin-right: 30px !important;
  }
  .smb30 {
    margin-bottom: 30px !important;
  }
  .sml30 {
    margin-left: 30px !important;
  }
  .smt35 {
    margin-top: 35px !important;
  }
  .smr35 {
    margin-right: 35px !important;
  }
  .smb35 {
    margin-bottom: 35px !important;
  }
  .sml35 {
    margin-left: 35px !important;
  }
  .smt40 {
    margin-top: 40px !important;
  }
  .smr40 {
    margin-right: 40px !important;
  }
  .smb40 {
    margin-bottom: 40px !important;
  }
  .sml40 {
    margin-left: 40px !important;
  }
  .smt45 {
    margin-top: 45px !important;
  }
  .smr45 {
    margin-right: 45px !important;
  }
  .smb45 {
    margin-bottom: 45px !important;
  }
  .sml45 {
    margin-left: 45px !important;
  }
  .smt50 {
    margin-top: 50px !important;
  }
  .smr50 {
    margin-right: 50px !important;
  }
  .smb50 {
    margin-bottom: 50px !important;
  }
  .sml50 {
    margin-left: 50px !important;
  }
  .smt55 {
    margin-top: 55px !important;
  }
  .smr55 {
    margin-right: 55px !important;
  }
  .smb55 {
    margin-bottom: 55px !important;
  }
  .sml55 {
    margin-left: 55px !important;
  }
  .smt60 {
    margin-top: 60px !important;
  }
  .smr60 {
    margin-right: 60px !important;
  }
  .smb60 {
    margin-bottom: 60px !important;
  }
  .sml60 {
    margin-left: 60px !important;
  }
  .smt65 {
    margin-top: 65px !important;
  }
  .smr65 {
    margin-right: 65px !important;
  }
  .smb65 {
    margin-bottom: 65px !important;
  }
  .sml65 {
    margin-left: 65px !important;
  }
  .smt70 {
    margin-top: 70px !important;
  }
  .smr70 {
    margin-right: 70px !important;
  }
  .smb70 {
    margin-bottom: 70px !important;
  }
  .sml70 {
    margin-left: 70px !important;
  }
  .smt75 {
    margin-top: 75px !important;
  }
  .smr75 {
    margin-right: 75px !important;
  }
  .smb75 {
    margin-bottom: 75px !important;
  }
  .sml75 {
    margin-left: 75px !important;
  }
  .smt80 {
    margin-top: 80px !important;
  }
  .smr80 {
    margin-right: 80px !important;
  }
  .smb80 {
    margin-bottom: 80px !important;
  }
  .sml80 {
    margin-left: 80px !important;
  }
  .smt85 {
    margin-top: 85px !important;
  }
  .smr85 {
    margin-right: 85px !important;
  }
  .smb85 {
    margin-bottom: 85px !important;
  }
  .sml85 {
    margin-left: 85px !important;
  }
  .smt90 {
    margin-top: 90px !important;
  }
  .smr90 {
    margin-right: 90px !important;
  }
  .smb90 {
    margin-bottom: 90px !important;
  }
  .sml90 {
    margin-left: 90px !important;
  }
  .smt95 {
    margin-top: 95px !important;
  }
  .smr95 {
    margin-right: 95px !important;
  }
  .smb95 {
    margin-bottom: 95px !important;
  }
  .sml95 {
    margin-left: 95px !important;
  }
  .smt100 {
    margin-top: 100px !important;
  }
  .smr100 {
    margin-right: 100px !important;
  }
  .smb100 {
    margin-bottom: 100px !important;
  }
  .sml100 {
    margin-left: 100px !important;
  }
}
/* padding
------------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media (max-width: 768px) {
  .spt0 {
    padding-top: 0px !important;
  }
  .spr0 {
    padding-right: 0px !important;
  }
  .spb0 {
    padding-bottom: 0px !important;
  }
  .spl0 {
    padding-left: 0px !important;
  }
  .spt5 {
    padding-top: 5px !important;
  }
  .spr5 {
    padding-right: 5px !important;
  }
  .spb5 {
    padding-bottom: 5px !important;
  }
  .spl5 {
    padding-left: 5px !important;
  }
  .spt10 {
    padding-top: 10px !important;
  }
  .spr10 {
    padding-right: 10px !important;
  }
  .spb10 {
    padding-bottom: 10px !important;
  }
  .spl10 {
    padding-left: 10px !important;
  }
  .spt15 {
    padding-top: 15px !important;
  }
  .spr15 {
    padding-right: 15px !important;
  }
  .spb15 {
    padding-bottom: 15px !important;
  }
  .spl15 {
    padding-left: 15px !important;
  }
  .spt20 {
    padding-top: 20px !important;
  }
  .spr20 {
    padding-right: 20px !important;
  }
  .spb20 {
    padding-bottom: 20px !important;
  }
  .spl20 {
    padding-left: 20px !important;
  }
  .spt25 {
    padding-top: 25px !important;
  }
  .spr25 {
    padding-right: 25px !important;
  }
  .spb25 {
    padding-bottom: 25px !important;
  }
  .spl25 {
    padding-left: 25px !important;
  }
  .spt30 {
    padding-top: 30px !important;
  }
  .spr30 {
    padding-right: 30px !important;
  }
  .spb30 {
    padding-bottom: 30px !important;
  }
  .spl30 {
    padding-left: 30px !important;
  }
  .spt35 {
    padding-top: 35px !important;
  }
  .spr35 {
    padding-right: 35px !important;
  }
  .spb35 {
    padding-bottom: 35px !important;
  }
  .spl35 {
    padding-left: 35px !important;
  }
  .spt40 {
    padding-top: 40px !important;
  }
  .spr40 {
    padding-right: 40px !important;
  }
  .spb40 {
    padding-bottom: 40px !important;
  }
  .spl40 {
    padding-left: 40px !important;
  }
  .spt45 {
    padding-top: 45px !important;
  }
  .spr45 {
    padding-right: 45px !important;
  }
  .spb45 {
    padding-bottom: 45px !important;
  }
  .spl45 {
    padding-left: 45px !important;
  }
  .spt50 {
    padding-top: 50px !important;
  }
  .spr50 {
    padding-right: 50px !important;
  }
  .spb50 {
    padding-bottom: 50px !important;
  }
  .spl50 {
    padding-left: 50px !important;
  }
  .spt55 {
    padding-top: 55px !important;
  }
  .spr55 {
    padding-right: 55px !important;
  }
  .spb55 {
    padding-bottom: 55px !important;
  }
  .spl55 {
    padding-left: 55px !important;
  }
  .spt60 {
    padding-top: 60px !important;
  }
  .spr60 {
    padding-right: 60px !important;
  }
  .spb60 {
    padding-bottom: 60px !important;
  }
  .spl60 {
    padding-left: 60px !important;
  }
  .spt65 {
    padding-top: 65px !important;
  }
  .spr65 {
    padding-right: 65px !important;
  }
  .spb65 {
    padding-bottom: 65px !important;
  }
  .spl65 {
    padding-left: 65px !important;
  }
  .spt70 {
    padding-top: 70px !important;
  }
  .spr70 {
    padding-right: 70px !important;
  }
  .spb70 {
    padding-bottom: 70px !important;
  }
  .spl70 {
    padding-left: 70px !important;
  }
  .spt75 {
    padding-top: 75px !important;
  }
  .spr75 {
    padding-right: 75px !important;
  }
  .spb75 {
    padding-bottom: 75px !important;
  }
  .spl75 {
    padding-left: 75px !important;
  }
  .spt80 {
    padding-top: 80px !important;
  }
  .spr80 {
    padding-right: 80px !important;
  }
  .spb80 {
    padding-bottom: 80px !important;
  }
  .spl80 {
    padding-left: 80px !important;
  }
  .spt85 {
    padding-top: 85px !important;
  }
  .spr85 {
    padding-right: 85px !important;
  }
  .spb85 {
    padding-bottom: 85px !important;
  }
  .spl85 {
    padding-left: 85px !important;
  }
  .spt90 {
    padding-top: 90px !important;
  }
  .spr90 {
    padding-right: 90px !important;
  }
  .spb90 {
    padding-bottom: 90px !important;
  }
  .spl90 {
    padding-left: 90px !important;
  }
  .spt95 {
    padding-top: 95px !important;
  }
  .spr95 {
    padding-right: 95px !important;
  }
  .spb95 {
    padding-bottom: 95px !important;
  }
  .spl95 {
    padding-left: 95px !important;
  }
  .spt100 {
    padding-top: 100px !important;
  }
  .spr100 {
    padding-right: 100px !important;
  }
  .spb100 {
    padding-bottom: 100px !important;
  }
  .spl100 {
    padding-left: 100px !important;
  }
}
/* fontsize
------------------------------------------------*/
.fs10 {
  font-size: 1rem;
}

.fs11 {
  font-size: 1.1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs17 {
  font-size: 1.7rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs19 {
  font-size: 1.9rem;
}

.fs20 {
  font-size: 2rem;
}

.fs21 {
  font-size: 2.1rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs23 {
  font-size: 2.3rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs25 {
  font-size: 2.5rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs27 {
  font-size: 2.7rem;
}

.fs28 {
  font-size: 2.8rem;
}

.fs29 {
  font-size: 2.9rem;
}

.fs30 {
  font-size: 3rem;
}

.fs31 {
  font-size: 3.1rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs33 {
  font-size: 3.3rem;
}

.fs34 {
  font-size: 3.4rem;
}

.fs35 {
  font-size: 3.5rem;
}

.fs36 {
  font-size: 3.6rem;
}

.fs37 {
  font-size: 3.7rem;
}

.fs38 {
  font-size: 3.8rem;
}

.fs39 {
  font-size: 3.9rem;
}

.fs40 {
  font-size: 4rem;
}

.fs41 {
  font-size: 4.1rem;
}

.fs42 {
  font-size: 4.2rem;
}

.fs43 {
  font-size: 4.3rem;
}

.fs44 {
  font-size: 4.4rem;
}

.fs45 {
  font-size: 4.5rem;
}

.fs46 {
  font-size: 4.6rem;
}

.fs47 {
  font-size: 4.7rem;
}

.fs48 {
  font-size: 4.8rem;
}

.fs49 {
  font-size: 4.9rem;
}

.fs50 {
  font-size: 5rem;
}

/* hide
------------------------------------------------*/
.sp_hide {
  display: block !important;
}
@media (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}

.pc_hide {
  display: none !important;
}
@media (max-width: 768px) {
  .pc_hide {
    display: block !important;
  }
}

/*-----------------------------------------------------------
base
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header_height);
}

body {
  color: var(--text-color);
  padding-top: var(--header_height);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body.has-cta {
  padding-bottom: var(--cta_height);
}

.inner {
  max-width: var(--breakpoint-3);
  min-width: 320px;
  margin: 0 auto;
}
@media (max-width: 1240px) and (min-width: 769px) {
  .inner {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .inner {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}

.title_style01 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  --title_sub_color: #142689;
  --title_main_color: var(--text-color);
}
@media (max-width: 768px) {
  .title_style01 {
    text-align: center;
  }
}
.title_style01.center {
  text-align: center;
}
.title_style01 .sub {
  display: block;
  font-size: 1.6rem;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1875;
  margin-bottom: 20px;
  color: var(--title_sub_color);
}
@media (max-width: 768px) {
  .title_style01 .sub {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.title_style01 .main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 3.6rem;
  line-height: 1.4444444444;
  color: var(--title_main_color);
}
@media (max-width: 768px) {
  .title_style01 .main {
    font-size: 2rem;
  }
}
.title_style01.color2 {
  --title_sub_color: #fff;
  --title_main_color: #fff;
}

.title_style02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 13px 20px;
  background: var(--main-gradient);
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .title_style02 {
    font-size: 2rem;
    line-height: 1.3;
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}

.title_style03 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 13px 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .title_style03 {
    font-size: 2rem;
    line-height: 1.3;
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}
.title_style03 span {
  display: block;
  background: var(--text-color);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 70%;
  margin-inline: auto;
  margin-top: 5px;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

a:not([class]) {
  text-underline-offset: 0.25em;
  color: var(--text-color2);
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 769px) {
  a:not([class]):hover {
    text-decoration: none;
  }
}

.btn_wraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .btn_wraps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
    padding: 0 30px;
  }
  .btn_wraps > div {
    width: 100%;
  }
}

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .btn_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-inline: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .btn_wrap.fullwidth_sp {
    width: 100%;
    gap: 20px 30px;
    margin-inline: auto;
  }
}

.btn_caution {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7142857143;
  color: #C3001C;
  text-align: center;
}
@media (max-width: 768px) {
  .btn_caution {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.fixed_btn_wrap {
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 140px;
  height: 140px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .fixed_btn_wrap {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: var(--cta_height);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
}

.btn {
  width: 270px;
  height: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: var(--sub-color);
  border-radius: 4px;
  position: relative;
}
@media (min-width: 1025px) {
  .btn {
    -webkit-transition: scale 0.3s, -webkit-filter 0.3s;
    transition: scale 0.3s, -webkit-filter 0.3s;
    transition: filter 0.3s, scale 0.3s;
    transition: filter 0.3s, scale 0.3s, -webkit-filter 0.3s;
  }
  .btn:hover {
    scale: 0.9;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.btn.arrow::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  rotate: 45deg;
  margin-left: 5px;
}
.btn.large {
  width: 320px;
  height: 90px;
}
@media (max-width: 768px) {
  .btn.large {
    width: 100%;
    height: 70px;
  }
}
.btn.blank::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_blank.svg);
  color: #fff;
  line-height: 1;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.btn.circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: block;
  background: var(--sub-gradient);
  line-height: 1;
}
@media (max-width: 1024px) {
  .btn.circle {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn.circle .fixed_btn_inner {
  position: relative;
}
@media (max-width: 1024px) {
  .btn.circle br {
    display: none;
  }
}
.btn.circle span.large {
  font-size: 125%;
}
.btn.circle span.min {
  display: inline-block;
  font-size: 80%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: var(--sub-color);
  border-radius: 3px;
  padding: 1px 5px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .btn.circle span.min {
    margin-left: 5px;
    margin-top: 0;
    padding: 2px 5px;
  }
}
.btn.circle.blank::after {
  content: "";
  display: block;
  background: url(../img/icon_blank.svg);
  color: #fff;
  line-height: 1;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .btn.circle.blank::after {
    bottom: auto;
    top: auto;
    right: 10px;
    left: auto;
  }
}
.btn.download::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_download.svg);
  color: #fff;
  line-height: 1;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 120;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lightbox {
  background: #fff;
  width: auto;
  max-width: 90vw;
  height: 60vh;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .lightbox {
    width: 90vw;
  }
}

.entry_btns {
  display: none;
}

.lightbox .entry_btns {
  display: block;
  width: 100%;
  height: 100%;
}
.lightbox .entry_btns .entry_btns_inner {
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}

/*-----------------------------------------------------------
header
-------------------------------------------------------------*/
#header {
  background: rgba(255, 255, 255, 0.9);
  height: var(--header_height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#header .inner {
  max-width: 100%;
  height: var(--header_height);
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  margin-left: 2.6041666667vw;
  margin-right: 2.6041666667vw;
}
@media (max-width: 1024px) {
  #header .inner {
    margin-left: 2.9333333333vw;
    margin-right: 0;
  }
}
#header .logo {
  -ms-grid-column: 1;
  grid-column: 1;
  place-content: center;
}
#header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 504.66px;
  display: block;
}
@media (max-width: 1024px) {
  #header .logo a {
    max-width: 250px;
  }
}
#header .logo a img {
  width: 100%;
}
#header .logo a:hover {
  opacity: 0.7;
}
#header .menu {
  -ms-grid-column: 3;
  grid-column: 3;
  margin-left: 3.6458333333vw;
  place-content: center;
}
@media (max-width: 1024px) {
  #header .menu {
    position: fixed;
    left: 0;
    top: var(--header_height);
    width: 100%;
    background: var(--main-color2);
    height: calc(100svh - var(--header_height));
    margin-left: 0;
    translate: -100% 0;
    -webkit-transition: opacity 0s, translate 0.3s;
    transition: opacity 0s, translate 0.3s;
    opacity: 0;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-top: 60px;
  }
}
#header .menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto calc(240px + 3.6458333333vw);
  grid-template-columns: auto auto auto auto calc(240px + 3.6458333333vw);
}
@media (max-width: 1500px) {
  #header .menu ul {
    -ms-grid-columns: auto auto auto auto calc(160px + 1.5625vw);
    grid-template-columns: auto auto auto auto calc(160px + 1.5625vw);
  }
}
@media (max-width: 1024px) {
  #header .menu ul {
    display: block;
    margin: 0 8vw;
  }
}
#header .menu ul li {
  --menu-color:var(--text-color);
  position: relative;
}
#header .menu ul li:not(.dedicated_page) a {
  text-decoration: none;
  color: var(--menu-color);
  place-content: center;
  display: block;
  height: var(--header_height);
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 1.4583333333vw;
  white-space: nowrap;
  position: relative;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
#header .menu ul li:not(.dedicated_page) a::before {
  content: "";
  border-radius: 50%;
  inset: 0;
  margin: auto;
  background: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  border: 5px solid var(--sub-color);
  -webkit-transition: scale 0.6s, opacity 0.6s, border 0.6s;
  transition: scale 0.6s, opacity 0.6s, border 0.6s;
  scale: 0;
  opacity: 0;
  z-index: -1;
}
#header .menu ul li:not(.dedicated_page) a br {
  display: none;
}
@media (min-width: 1025px) {
  #header .menu ul li:not(.dedicated_page) a:hover {
    --menu-color: var(--sub-color);
  }
  #header .menu ul li:not(.dedicated_page) a:hover::before {
    border-color: rgba(3, 131, 126, 0);
    scale: 230%;
    opacity: 1;
  }
}
@media (max-width: 1500px) {
  #header .menu ul li:not(.dedicated_page) a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  #header .menu ul li:not(.dedicated_page) a br {
    display: block;
  }
}
@media (max-width: 1024px) {
  #header .menu ul li:not(.dedicated_page) a {
    color: #fff;
    border-top: 1px solid #666666;
    line-height: 80px;
    height: auto;
    font-size: 2rem;
    padding: 0 5.3333333333vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    place-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  #header .menu ul li:not(.dedicated_page) a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    rotate: 45deg;
    translate: -25%;
    position: absolute;
    inset: 0 5.3333333333vw 0 auto;
    margin: auto;
  }
}
#header .menu ul li.dedicated_page {
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: 3.6458333333vw;
}
@media (max-width: 1500px) {
  #header .menu ul li.dedicated_page {
    margin-left: 1.5625vw;
  }
}
@media (max-width: 1024px) {
  #header .menu ul li.dedicated_page {
    margin-left: 0;
    padding-top: 50px;
    border-top: 1px solid #666666;
  }
}
#header .menu ul li.dedicated_page a {
  text-decoration: none;
  place-content: center;
  white-space: nowrap;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-radius: 4px;
  height: 60px;
  color: #fff;
  background: var(--sub-color);
}
@media (min-width: 1025px) and (max-width: 1500px) {
  #header .menu ul li.dedicated_page a {
    width: 160px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  #header .menu ul li.dedicated_page a {
    width: 100%;
    height: 70px;
    position: relative;
  }
}
@media (min-width: 1025px) {
  #header .menu ul li.dedicated_page a {
    -webkit-transition: scale 0.3s, -webkit-filter 0.3s;
    transition: scale 0.3s, -webkit-filter 0.3s;
    transition: filter 0.3s, scale 0.3s;
    transition: filter 0.3s, scale 0.3s, -webkit-filter 0.3s;
  }
  #header .menu ul li.dedicated_page a:hover {
    scale: 0.9;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
#header .menu ul li.dedicated_page a::before {
  content: "";
  background: url(../img/icon_dedicated_page.svg) no-repeat 50% 50%/100% 100%;
  width: 15px;
  height: 20px;
  margin-right: 10px;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  #header .menu ul li.dedicated_page a::before {
    width: 10px;
    margin-right: 6px;
  }
}
@media (min-width: 1025px) {
  #header .menu ul li.is-current {
    --menu-color:var(--sub-color);
  }
  #header .menu ul li.is-current:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--menu-color);
  }
  #header .menu ul li.is-current a {
    pointer-events: none;
  }
}
#header .toggle_menu {
  display: none;
}
@media (max-width: 1024px) {
  #header .toggle_menu {
    --toggle_bg_color:#fff;
    background: var(--toggle_bg_color);
    -ms-grid-column: 3;
    grid-column: 3;
    width: 50px;
    height: 50px;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
  }
  #header .toggle_menu::before, #header .toggle_menu::after,
  #header .toggle_menu span {
    --toggle_bar_color:var(--text-color);
    content: "";
    display: -ms-grid;
    display: grid;
    background: var(--toggle_bar_color);
    width: 25px;
    height: 2px;
    line-height: 2px;
    -webkit-transition: rotate 0.3s;
    transition: rotate 0.3s;
  }
}

@media (max-width: 1024px) {
  body.is-on-menu {
    overflow: hidden;
    max-height: 100svh;
  }
  body.is-on-menu #header .toggle_menu {
    --toggle_bg_color: var(--main-color2);
  }
  body.is-on-menu #header .toggle_menu::before, body.is-on-menu #header .toggle_menu::after,
  body.is-on-menu #header .toggle_menu span {
    --toggle_bar_color:#fff;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  body.is-on-menu #header .toggle_menu::before {
    rotate: 225deg;
  }
  body.is-on-menu #header .toggle_menu::after {
    rotate: 135deg;
  }
  body.is-on-menu #header .toggle_menu span {
    opacity: 0;
  }
  body.is-on-menu #header .menu {
    translate: 0 0;
    opacity: 1;
  }
}

#breadcrumb {
  padding: 20px 0;
}
@media (max-width: 768px) {
  #breadcrumb {
    padding: 10px 0;
  }
}
#breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#breadcrumb ol li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #breadcrumb ol li {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
#breadcrumb ol li + li {
  margin-left: 15px;
}
@media (max-width: 768px) {
  #breadcrumb ol li + li {
    margin-left: 8px;
  }
}
#breadcrumb ol li + li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #ccc;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 1.5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  rotate: 45deg;
  margin-right: 15px;
}
@media (max-width: 768px) {
  #breadcrumb ol li + li:before {
    margin-right: 8px;
  }
}
#breadcrumb ol li a {
  color: var(--text-color2);
}
#breadcrumb ol li a:hover {
  text-decoration: none;
}

/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
#contact {
  background: var(--main-gradient);
}
#contact .inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #contact .inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
#contact .contact_btn {
  display: block;
  --contact_bg-color: transparent;
  background: var(--contact_bg-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 900px;
  min-width: 320px;
  height: 150px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  #contact .contact_btn {
    height: 102px;
  }
}
#contact .contact_btn .label {
  display: block;
  --contact_label_txt-color:#fff;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  color: var(--contact_label_txt-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#contact .contact_btn .label br {
  display: none;
}
@media (max-width: 768px) {
  #contact .contact_btn .label br {
    display: block;
  }
}
@media (max-width: 768px) {
  #contact .contact_btn .label {
    font-size: 1.2rem;
  }
}
#contact .contact_btn .mail {
  display: block;
  --contact_mail_txt-color:#fff;
  font-size: 3.6rem;
  line-height: 1.1944444444;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--contact_mail_txt-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  #contact .contact_btn .mail {
    font-size: 1.6rem;
  }
}
#contact .contact_btn:hover {
  --contact_bg-color:#fff;
}
#contact .contact_btn:hover .label {
  --contact_label_txt-color:var(--main-color);
}
#contact .contact_btn:hover .mail {
  --contact_mail_txt-color:var(--main-color);
}

#footer {
  background: var(--bg-color1);
}
#footer .inner {
  height: 120px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  color: #fff;
}
@media (max-width: 768px) {
  #footer .inner {
    display: block;
    padding: 20px 0;
  }
}
#footer .inner .footer_nav {
  -ms-grid-column: 1;
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  #footer .inner .footer_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
#footer .inner .footer_nav li:not(:first-child) {
  border-left: 1px solid #E6EEF0;
  margin-left: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  #footer .inner .footer_nav li:not(:first-child) {
    margin-left: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
#footer .inner .footer_nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #footer .inner .footer_nav li a {
    line-height: 1.2857142857;
    font-size: 1.4rem;
  }
}
#footer .inner .footer_nav li a:hover {
  text-decoration: underline;
}
#footer .inner .copyright {
  display: block;
  text-align: center;
  -ms-grid-column: 3;
  grid-column: 3;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #footer .inner .copyright {
    font-size: 1.2rem;
  }
}

.totop {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  position: fixed;
  right: 0;
  bottom: -10px;
  width: 50px;
  height: 50px;
  background: var(--sub-color);
  opacity: 0;
  pointer-events: none;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: scale 0.3s, bottom 0.3s, opacity 0.3s;
  transition: scale 0.3s, bottom 0.3s, opacity 0.3s;
  z-index: 50;
}
@media (max-width: 768px) {
  .totop {
    width: 35px;
    height: 35px;
    right: 4vw;
  }
}
.totop:after {
  text-indent: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  rotate: -45deg;
  inset: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .totop:hover {
    scale: 1.2;
  }
}

.scroll .totop {
  opacity: 1;
  pointer-events: auto;
  bottom: 0;
}

/*-----------------------------------------------------------
index
-------------------------------------------------------------*/
#main_visual {
  background: url(../img/mv_bg.png) no-repeat 50% 50%/cover;
  height: calc(100vh - var(--header_height));
  position: relative;
  overflow: hidden;
  --event_detail_height:180px;
}
@media (max-width: 1239px) {
  #main_visual {
    background: url(../img/mv_bg_sp.png) no-repeat 50% 50%/cover;
  }
}
@media (max-width: 768px) {
  #main_visual {
    height: calc(100svh - var(--header_height));
    --event_detail_height:160px;
  }
}
#main_visual .event_title_wrap {
  height: calc(100vh - var(--header_height) - var(--event_detail_height));
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#main_visual .main_title {
  width: 870px;
  left: 3.1145833333vw;
  position: relative;
}
@media (max-width: 1500px) and (min-width: 1241px) {
  #main_visual .main_title {
    width: 800px;
  }
}
@media (max-width: 1240px) {
  #main_visual .main_title {
    width: 800px;
    inset: auto 0;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  #main_visual .main_title {
    inset: auto -2.9333333333vw;
    width: 105.0666666667vw;
  }
}
#main_visual .main_title img {
  width: 100%;
  height: auto;
}
#main_visual .event_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--event_detail_height);
  background: var(--main-gradient);
  color: #fff;
}
#main_visual .event_detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  height: 100%;
}
@media (max-width: 1239px) {
  #main_visual .event_detail .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
#main_visual .event_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main_visual .event_detail dl dt {
  width: 80px;
  height: 50px;
  background: url(../img/arrow01.svg) no-repeat 50% 50%/100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 1em;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  #main_visual .event_detail dl dt {
    width: 58px;
    height: 36px;
    font-size: 1.2rem;
  }
}
#main_visual .event_detail .event_date dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  #main_visual .event_detail .event_date dd {
    font-size: 1.6rem;
  }
}
#main_visual .event_detail .event_date dd .year {
  padding-bottom: 0.3em;
}
#main_visual .event_detail .event_date dd .date {
  font-size: 9rem;
  line-height: 1;
}
@media (max-width: 768px) {
  #main_visual .event_detail .event_date dd .date {
    font-size: 5.4rem;
  }
}
#main_visual .event_detail .event_date dd .event_wrap {
  margin-left: 20px;
  padding-bottom: 0.3em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #main_visual .event_detail .event_date dd .event_wrap {
    margin-left: 10px;
  }
}
#main_visual .event_detail .event_venue dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#main_visual .event_detail .event_venue dd .venue_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main_visual .event_detail .event_venue dd .txt1, #main_visual .event_detail .event_venue dd .txt2, #main_visual .event_detail .event_venue dd .txt3 {
  white-space: nowrap;
}
#main_visual .event_detail .event_venue dd .txt1 {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 768px) {
  #main_visual .event_detail .event_venue dd .txt1 {
    font-size: 1.4rem;
  }
}
#main_visual .event_detail .event_venue dd .txt2 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3333333333;
}
@media (max-width: 768px) {
  #main_visual .event_detail .event_venue dd .txt2 {
    font-size: 1.05rem;
  }
}
#main_visual .event_detail .event_venue dd .txt2 span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#main_visual .event_detail .event_venue dd .txt3 {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #main_visual .event_detail .event_venue dd .txt3 {
    font-size: 2.4rem;
  }
}
#main_visual .event_detail .badge {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.1666666667;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background: var(--sub-color);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 1239px) {
  #main_visual .event_detail .badge {
    position: absolute;
    right: 15px;
    top: -50px;
  }
}
@media (max-width: 768px) {
  #main_visual .event_detail .badge {
    width: 80px;
    height: 80px;
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  body.has-cta #main_visual {
    height: calc(100svh - var(--header_height) - var(--cta_height));
  }
}

#news {
  background: var(--bg-color2);
}
#news .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 310px auto;
  grid-template-columns: 310px auto;
  padding: 100px 0;
}
@media (max-width: 768px) {
  #news .inner {
    display: block;
    padding: 50px 0;
    margin-right: 4vw;
    margin-left: 8vw;
  }
}
#news .news_wrap {
  max-height: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  #news .news_wrap {
    margin-top: 20px;
    max-height: 350px;
  }
}
#news .news_wrap::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  display: block !important;
}
#news .news_wrap::-webkit-scrollbar-track {
  background: var(--scrollbar-track-color);
}
#news .news_wrap::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
}
#news .news_wrap * {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
}
#news .news_wrap .news_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 131px auto;
  grid-template-columns: 131px auto;
}
@media (max-width: 768px) {
  #news .news_wrap .news_item {
    display: block;
  }
}
#news .news_wrap .news_item dt {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media (max-width: 768px) {
  #news .news_wrap .news_item dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
#news .news_wrap .news_item dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media (max-width: 768px) {
  #news .news_wrap .news_item dd {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#news .news_wrap .news_item dd a:hover {
  text-decoration: none;
}

#about {
  overflow: hidden;
}
#about .inner {
  padding: 120px 0 200px;
}
@media (max-width: 768px) {
  #about .inner {
    padding: 50px 0 80px;
  }
}
#about .about_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 10.9375vw auto;
  grid-template-columns: 500px auto;
  gap: 10.9375vw;
  padding: 100px 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1024px) and (min-width: 769px) {
  #about .about_wrap {
    -ms-grid-columns: 350px auto;
    grid-template-columns: 350px auto;
  }
}
@media (max-width: 768px) {
  #about .about_wrap {
    display: block;
    padding: 0;
  }
}
#about .about_wrap:before {
  content: "";
  background: var(--bg-color2);
  width: 200%;
  z-index: 0;
  position: absolute;
  height: 100%;
  left: 16.1458333333vw;
}
@media (max-width: 768px) {
  #about .about_wrap:before {
    left: -5.3333333333vw;
    width: 100vw;
    top: 46.4vw;
  }
}
#about .about_wrap .img_wrap {
  width: 500px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) and (min-width: 769px) {
  #about .about_wrap .img_wrap {
    width: 350px;
  }
}
@media (max-width: 768px) {
  #about .about_wrap .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
#about .about_wrap .img_wrap img {
  width: 100%;
  height: auto;
}
#about .about_wrap .img_wrap figcaption {
  text-align: center;
  padding: 8px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #about .about_wrap .img_wrap figcaption {
    font-size: 1.1rem;
  }
}
#about .about_wrap .txt_wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #about .about_wrap .txt_wrap {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
#about .about_wrap .txt_wrap a {
  text-decoration: underline;
}
#about .about_wrap .txt_wrap a:hover {
  text-decoration: none;
}

#outline {
  background: url(../img/outline_bg01.png) repeat-y 50% 0/100%;
}
@media (max-width: 768px) {
  #outline {
    background: url(../img/outline_bg01_sp.png) repeat-x 50% 0/auto 150px;
  }
}
#outline .inner {
  padding: 80px 0 160px;
}
@media (max-width: 768px) {
  #outline .inner {
    padding: 120px 0 190px;
    margin-right: 0;
    margin-left: 0;
    background: url(../img/outline_bg02_sp.png) repeat-x 50% 100%/auto 150px;
  }
}
#outline .outline_table .outline_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 40px auto;
  grid-template-columns: 270px auto;
  gap: 0 40px;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item {
    display: block;
  }
}
#outline .outline_table .outline_item + .outline_item {
  margin-top: 5px;
}
#outline .outline_table .outline_item > dt {
  background: var(--bg-color2);
  min-height: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  padding: 27px 30px;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dt {
    min-height: 40px;
    font-size: 1.6rem;
    line-height: 2.25;
    padding: 0 5.3333333333vw;
  }
}
#outline .outline_table .outline_item > dd {
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 80px;
  background: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  padding: 30px 0;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    border-bottom: none;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 15px 0;
  }
}
#outline .outline_table .outline_item > dd a {
  color: currentColor;
  text-decoration: underline;
}
#outline .outline_table .outline_item > dd a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  #outline .outline_table .outline_item > dd .logo_waseda,
  #outline .outline_table .outline_item > dd .logo_smbc,
  #outline .outline_table .outline_item > dd .logo_keidanren {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #outline .outline_table .outline_item > dd .logo_waseda:hover,
  #outline .outline_table .outline_item > dd .logo_smbc:hover,
  #outline .outline_table .outline_item > dd .logo_keidanren:hover {
    opacity: 0.7;
  }
}
#outline .outline_table .outline_item > dd .logo_waseda {
  width: 255px;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .logo_waseda {
    width: 48vw;
    display: block;
    margin-inline: auto;
  }
}
#outline .outline_table .outline_item > dd .logo_smbc {
  width: 232px;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .logo_smbc {
    width: 48vw;
    display: block;
    margin-inline: auto;
  }
}
#outline .outline_table .outline_item > dd .logo_keidanren {
  width: 338px;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .logo_keidanren {
    width: 59.7333333333vw;
    display: block;
    margin-inline: auto;
  }
}
#outline .outline_table .outline_item > dd .time_table {
  background: var(--main-color);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: 1.6rem;
}
#outline .outline_table .outline_item > dd .speech_detail:has(+ .time_table) {
  padding-bottom: 20px;
  margin-bottom: 5px;
  border-bottom: 1px dotted var(--main-color);
}
#outline .outline_table .outline_item > dd .speech_detail {
  padding-left: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail {
    padding-left: 0;
  }
}
#outline .outline_table .outline_item > dd .speech_detail + .speech_detail {
  margin-top: 25px;
}
#outline .outline_table .outline_item > dd .speech_detail .title {
  color: var(--main-color2);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  text-indent: -1.5em;
  margin-bottom: 10px;
  margin-left: 1.5em;
  position: relative;
  left: -30px;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .title {
    left: 0;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-left: 1.5em;
  }
}
#outline .outline_table .outline_item > dd .speech_detail .title::before {
  content: "■";
  width: 1em;
  margin-right: 0.5em;
}
#outline .outline_table .outline_item > dd .speech_detail .title2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
#outline .outline_table .outline_item > dd .speech_detail .title2::before {
  content: "■";
  width: 1em;
  margin-right: 0.5em;
}
#outline .outline_table .outline_item > dd .speech_detail .sub_dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 24px auto;
  grid-template-columns: 100px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px 24px;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl {
    display: block;
  }
}
#outline .outline_table .outline_item > dd .speech_detail .sub_dl dt {
  -ms-grid-column: 1;
  grid-column: 1;
  padding-top: 8px;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dt {
    width: 85px;
    padding-top: 0;
  }
}
#outline .outline_table .outline_item > dd .speech_detail .sub_dl dt:has(.caution) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dt:has(.caution) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 0 10px;
  }
}
#outline .outline_table .outline_item > dd .speech_detail .sub_dl dt .caution {
  font-size: 1.4rem;
  line-height: 1.875;
  color: #606161;
  position: absolute;
  top: 28px;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dt .caution {
    position: relative;
    top: auto;
    font-size: 1.2rem;
    line-height: 1.4285714286;
  }
}
#outline .outline_table .outline_item > dd .speech_detail .sub_dl dt span:not([class]) {
  display: block;
  width: 100%;
  color: #fff;
  background: #606161;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  line-height: 1.7142857143;
  -o-object-fit: contain;
     object-fit: contain;
  white-space: nowrap;
  text-align: center;
  border-radius: 12px;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dt span:not([class]) {
    font-size: 1.1rem;
    line-height: 1.9090909091;
    -o-object-fit: contain;
       object-fit: contain;
    width: 85px;
  }
}
#outline .outline_table .outline_item > dd .speech_detail .sub_dl dd {
  -ms-grid-column: 2;
  grid-column: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  display: -ms-grid;
  display: grid;
  gap: 0 10px;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd + dd {
    margin-top: 10px;
  }
}
@media (max-width: 1239px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .name {
  white-space: nowrap;
}
@media (max-width: 1239px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .name {
    width: 100%;
  }
}
#outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .position {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
  margin-left: 0;
  padding-top: 5px;
}
@media (max-width: 1239px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .position {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .position {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media (max-width: 1239px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .name + .position {
    padding-top: 9px;
  }
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .name + .position {
    padding-top: 0;
  }
}
#outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .panelist {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media (max-width: 1239px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .panelist {
    display: -ms-grid;
    display: grid;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .panelist .panelist_item + .panelist_item::before {
  font-size: 1.2rem;
  content: " × ";
}
@media (max-width: 1239px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd .panelist .panelist_item + .panelist_item::before {
    display: block;
    text-align: center;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .speech_detail .sub_dl dd:has(+ dt) {
    margin-bottom: 10px;
  }
}
#outline .outline_table .outline_item > dd .outline_list li {
  line-height: 1.4444444444;
  padding-left: 1.5em;
  position: relative;
}
@media (max-width: 768px) {
  #outline .outline_table .outline_item > dd .outline_list li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#outline .outline_table .outline_item > dd .outline_list li + li {
  margin-top: 10px;
}
#outline .outline_table .outline_item > dd .outline_list li::before {
  content: "■";
  width: 1em;
  margin-right: 0.5em;
  position: absolute;
  left: 0;
  text-align: center;
}
#outline .outline_table .outline_item > dd .outline_list2 li {
  line-height: 1.4444444444;
  padding-left: 1.2em;
  position: relative;
}
#outline .outline_table .outline_item > dd .outline_list2 li::before {
  content: "・";
  width: 1em;
  margin-right: 0.2em;
  position: absolute;
  left: 0;
  text-align: center;
}

#archive {
  background: var(--bg-color2);
}
#archive .inner {
  padding: 120px 0 180px;
}
@media (max-width: 768px) {
  #archive .inner {
    padding: 50px 0 80px;
  }
}
#archive h3 {
	justify-content: center;
	overflow: hidden;
	font-size: 2.0rem;
	font-weight: bold;
	align-items: center;
  display: flex;
	margin-bottom: 10px;
}

#archive h3::after,
#archive h3::before {
	width: 40px;
	height: 1px;
	margin: 0 20px;
	background: #333;
	content: "";
}

#archive .video_wrap {
  max-width: 1200px;
  margin: 0 auto ;
  position: relative;
  aspect-ratio: 1200/681.48;
}
#archive .video_wrap:first-of-type{
	margin-bottom: 60px;
}

#archive .video_wrap #video,
#archive .video_wrap #video_2{
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1200/681.48;
  margin: 0 auto;
}
#archive .video_wrap button {
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
  top: 0;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(17vw, 100px) min(17vw, 100px);
  width: min(100%, 1065px);
  height: 100%;
  margin: 0 auto;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}

/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
#second_header {
  background: url(../img/mv_bg2.png) no-repeat 0 0;
  background-size: 66.6666666667vw auto;
  height: 240px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  #second_header {
    background-size: auto 240px;
  }
}
@media (max-width: 1239px) {
  #second_header {
    max-height: 168px;
  }
}
@media (max-width: 768px) {
  #second_header {
    background: url(../img/mv_bg2_sp.png) no-repeat 0 0;
    background-size: auto 50.6666666667vw;
    height: calc(32vw + 70px);
    min-height: 50.6666666667vw;
  }
}
#second_header .main_title {
  width: 500px;
  left: 0.875vw;
  top: 0;
  position: absolute;
}
@media (max-width: 1239px) and (min-width: 769px) {
  #second_header .main_title {
    width: 330px;
  }
}
@media (max-width: 768px) {
  #second_header .main_title {
    height: 32vw;
    width: auto;
  }
}
#second_header .main_title img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #second_header .main_title img {
    height: 100%;
    width: auto;
  }
}
#second_header .event_detail {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 702px;
  width: 36.5625vw;
  height: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  #second_header .event_detail {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
    height: 70px;
    background: var(--main-gradient);
  }
}
#second_header .event_detail::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: var(--main-gradient);
  z-index: 0;
  clip-path: polygon(62px 0, 100% 0, 100% 100%, 0 100%);
  left: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 1239px) and (min-width: 769px) {
  #second_header .event_detail::before {
    scale: 0.65 1;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
@media (max-width: 768px) {
  #second_header .event_detail::before {
    display: none;
  }
}
#second_header .event_detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 12px;
  height: 100%;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 137px;
  margin-inline: 0;
}
@media (max-width: 1239px) and (min-width: 769px) {
  #second_header .event_detail .inner {
    scale: 0.65;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@media (max-width: 768px) {
  #second_header .event_detail .inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 6.9333333333vw;
    padding-left: 0;
    margin-left: 5.3333333333vw;
  }
}
#second_header .event_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #second_header .event_detail dl {
    gap: 2.1333333333vw;
  }
}
#second_header .event_detail dl dt {
  width: 80px;
  height: 50px;
  background: url(../img/arrow01.svg) no-repeat 50% 50%/100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 1em;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  #second_header .event_detail dl dt {
    background: url(../img/arrow02.svg) no-repeat 50% 50%/100% 100%;
    min-width: 21px;
    width: 21px;
    height: 38px;
    font-size: 1rem;
    line-height: 18px;
    padding-left: 0;
    padding-right: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
#second_header .event_detail .event_date dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  #second_header .event_detail .event_date dd {
    display: -ms-grid;
    display: grid;
    font-size: 1.6rem;
  }
}
#second_header .event_detail .event_date dd .year {
  padding-bottom: 0.3em;
}
@media (max-width: 768px) {
  #second_header .event_detail .event_date dd .year {
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 1.4rem;
    line-height: 1.2142857143;
    padding-bottom: 0;
    margin-bottom: -6px;
  }
}
#second_header .event_detail .event_date dd .date {
  font-size: 9rem;
  line-height: 1;
}
@media (max-width: 768px) {
  #second_header .event_detail .event_date dd .date {
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 3rem;
    line-height: 1.2;
  }
}
#second_header .event_detail .event_date dd .event_wrap {
  margin-left: 20px;
  padding-bottom: 0.3em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #second_header .event_detail .event_date dd .event_wrap {
    -ms-grid-column: 2;
    grid-column: 2;
    font-size: 1rem;
    line-height: 1.2;
    margin-left: 5px;
    padding-bottom: 0.4em;
  }
}
#second_header .event_detail .event_venue dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  #second_header .event_detail .event_venue dd {
    display: block;
  }
}
#second_header .event_detail .event_venue dd .venue_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#second_header .event_detail .event_venue dd .txt1, #second_header .event_detail .event_venue dd .txt2, #second_header .event_detail .event_venue dd .txt3 {
  white-space: nowrap;
}
#second_header .event_detail .event_venue dd .txt1 {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 768px) {
  #second_header .event_detail .event_venue dd .txt1 {
    font-size: 0.8rem;
  }
}
#second_header .event_detail .event_venue dd .txt2 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3333333333;
}
@media (max-width: 768px) {
  #second_header .event_detail .event_venue dd .txt2 {
    font-size: 0.8rem;
  }
}
#second_header .event_detail .event_venue dd .txt2 span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#second_header .event_detail .event_venue dd .txt3 {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #second_header .event_detail .event_venue dd .txt3 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
#second_header .event_detail .badge {
  font-size: 1.9rem;
  letter-spacing: 0.01em;
  line-height: 1.1578947368;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background: var(--sub-color);
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  left: 13px;
  top: 22px;
}
@media (max-width: 768px) {
  #second_header .event_detail .badge {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
    inset: -35px 10px auto auto;
  }
}

.page_nav {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page_nav {
    margin-bottom: 50px;
  }
}
.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3020833333vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 4vw;
  }
}
.page_nav ul li {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .page_nav ul li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.page_nav ul li + li::before {
  content: "";
  display: inline-block;
  height: 29px;
  border-left: 1px solid #ccc;
  margin-right: 1.3020833333vw;
}
@media (max-width: 768px) {
  .page_nav ul li + li::before {
    height: 24px;
    margin-right: 4vw;
  }
}
.page_nav ul li a {
  color: var(--text-color2);
}
.page_nav ul li a:hover {
  text-decoration: none;
}

.page_caution {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page_caution {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    margin-bottom: 15px;
  }
}

#program .inner {
  padding: 55px 0;
}
@media (max-width: 768px) {
  #program .inner {
    padding: 40px 0;
  }
}
#program .schedule_detail {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px auto;
  grid-template-columns: 220px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  #program .schedule_detail {
    display: block;
  }
}
#program .schedule_detail::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #ccc;
  position: absolute;
  z-index: 0;
}
#program .schedule_detail > dt {
  position: relative;
  z-index: 1;
  width: 220px;
  -ms-grid-column: 1;
  grid-column: 1;
  color: var(--text-color3);
  border-left: 4px solid currentColor;
  line-height: 60px;
  padding-left: 22px;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  #program .schedule_detail > dt {
    font-size: 2.4rem;
    line-height: 1.2083333333;
    margin-bottom: 13px;
    padding-left: 13px;
  }
}
#program .schedule_detail > dd {
  position: relative;
  z-index: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  padding-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd {
    padding-left: 17px;
    padding-bottom: 50px;
  }
}
#program .schedule_detail > dd .schedule_title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 13px 20px;
  background: var(--main-gradient);
  color: #fff;
  margin-bottom: 40px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .schedule_title {
    font-size: 2rem;
    line-height: 1.3;
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}
#program .schedule_detail > dd .schedule_title2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .schedule_title2 {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-bottom: 20px;
  }
}
#program .schedule_detail > dd .schedule_column1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4.4270833333vw 185px;
  grid-template-columns: auto 185px;
  gap: 4.4270833333vw;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .schedule_column1 {
    display: block;
  }
}
#program .schedule_detail > dd .schedule_column1 .txt_wrap {
  -ms-grid-column: 1;
  grid-column: 1;
}
#program .schedule_detail > dd .schedule_column1 .img_wrap {
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .schedule_column1 .img_wrap {
    max-width: 155px;
  }
  #program .schedule_detail > dd .schedule_column1 .img_wrap img {
    width: 100%;
    height: auto;
  }
}
#program .schedule_detail > dd .profile_column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.7291666667vw 1fr 0.7291666667vw 1fr 0.7291666667vw 1fr 0.7291666667vw 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px 0.7291666667vw;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .profile_column {
    grid-template-columns: repeat(auto-fit, minmax(20vw, 1fr));
    -ms-grid-columns: 1fr 2.6666666667vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 2.6666666667vw;
  }
}
#program .schedule_detail > dd .profile_wrap {
  text-align: center;
}
#program .schedule_detail > dd .profile_wrap .profile {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 15px;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .profile_wrap .profile {
    margin-top: 10px;
  }
}
#program .schedule_detail > dd .profile_wrap .profile .name {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .profile_wrap .profile .name {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
#program .schedule_detail > dd .profile_wrap .profile .link {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  color: var(--text-color2);
}
#program .schedule_detail > dd .profile_wrap .profile .link::before {
  content: "[ ";
}
#program .schedule_detail > dd .profile_wrap .profile .link::after {
  content: " ]";
}
#program .schedule_detail > dd .profile_wrap .profile .link a {
  color: currentColor;
  text-decoration: none;
}
#program .schedule_detail > dd .profile_wrap .profile .link a:hover {
  text-decoration: underline;
}
#program .schedule_detail > dd .profile_wrap img {
  display: block;
  margin-inline: auto;
  width: 100%;
  height: auto;
}
#program .schedule_detail > dd .profile_wrap .photo {
  width: 100%;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .profile_wrap .photo {
    width: 100%;
  }
}
#program .schedule_detail > dd .profile_wrap .logo {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .profile_wrap .logo {
    width: 100%;
  }
}
#program .schedule_detail > dd .program_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .program_detail {
    display: block;
  }
}
#program .schedule_detail > dd .program_detail dt {
  width: 100px;
  color: #fff;
  background: #606161;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  -o-object-fit: contain;
     object-fit: contain;
  white-space: nowrap;
  text-align: center;
  border-radius: 12px;
  position: relative;
  top: 3px;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .program_detail dt {
    font-size: 1.1rem;
    line-height: 1.9090909091;
    width: 85px;
    margin-bottom: 3px;
  }
}
#program .schedule_detail > dd .program_detail dt span {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: -0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .program_detail dt span {
    font-size: 1rem;
    line-height: 2.1;
  }
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .program_detail dt {
    font-size: 1.1rem;
    line-height: 1.9090909091;
    -o-object-fit: contain;
       object-fit: contain;
    width: 85px;
  }
}
#program .schedule_detail > dd .program_detail dd {
  width: calc(100% - 100px - 24px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1239px) {
  #program .schedule_detail > dd .program_detail dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .program_detail dd {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
#program .schedule_detail > dd .program_detail dd:has(+ dt) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .program_detail dd:has(+ dt) {
    margin-bottom: 10px;
  }
}
#program .schedule_detail > dd .program_detail dd .name {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1239px) {
  #program .schedule_detail > dd .program_detail dd .name {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .program_detail dd .name {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#program .schedule_detail > dd .program_detail dd .position {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-left: 1em;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .program_detail dd .position {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-left: 0;
  }
}
#program .schedule_detail > dd .program_detail dd.fullwidth {
  width: 100%;
  margin-top: 10px;
}
#program .schedule_detail > dd .program_caution {
  font-size: 1.4rem;
  line-height: 1.875;
  color: #606161;
  width: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  #program .schedule_detail > dd .program_caution {
    font-size: 1.2rem;
    line-height: 1.4285714286;
    width: 85px;
  }
}

#exhibitors .inner {
  padding: 55px 0 200px;
}
@media (max-width: 768px) {
  #exhibitors .inner {
    padding: 40px 0 60px;
  }
}
#exhibitors .exhibitors_section + .exhibitors_section {
  margin-top: 120px;
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_section + .exhibitors_section {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_section .title_style02 {
    width: 100svw;
    margin-left: -5.3333333333vw;
    padding: 12px 5.3333333333vw;
  }
}
#exhibitors .exhibitors_wrap + .exhibitors_wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_wrap + .exhibitors_wrap {
    margin-top: 30px;
    padding-top: 30px;
  }
}
#exhibitors .exhibitors_wrap .exhibitors_name {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_wrap .exhibitors_name {
    margin-bottom: 20px;
  }
}
#exhibitors .exhibitors_wrap .exhibitors_name h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--text-color3);
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_wrap .exhibitors_name h3 {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-bottom: 10px;
  }
}
#exhibitors .exhibitors_wrap .exhibitors_name p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.45;
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_wrap .exhibitors_name p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#exhibitors .exhibitors_wrap .exhibitors_detail {
  border: 1px solid #606161;
  border-radius: 4px;
  padding: 25px 30px 34px;
  position: relative;
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_wrap .exhibitors_detail {
    padding: 20px 4vw;
  }
}
#exhibitors .exhibitors_wrap .exhibitors_detail dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-left: 115px;
  position: relative;
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_wrap .exhibitors_detail dt {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 0;
  }
}
#exhibitors .exhibitors_wrap .exhibitors_detail dt::before {
  content: "テーマ";
  width: 100px;
  display: inline-block;
  color: #fff;
  background: #606161;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  -o-object-fit: contain;
     object-fit: contain;
  white-space: nowrap;
  text-align: center;
  border-radius: 12px;
  position: absolute;
  margin-right: 15px;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_wrap .exhibitors_detail dt::before {
    width: 85px;
    position: relative;
    display: block;
    font-size: 1.1rem;
    line-height: 1.8181818182;
  }
}
#exhibitors .exhibitors_wrap .exhibitors_detail dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_wrap .exhibitors_detail dd {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
#exhibitors .exhibitors_wrap .exhibitors_detail::before, #exhibitors .exhibitors_wrap .exhibitors_detail::after {
  content: "";
  background: #fff;
  width: 95%;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #exhibitors .exhibitors_wrap .exhibitors_detail::before, #exhibitors .exhibitors_wrap .exhibitors_detail::after {
    width: 88.3582089552%;
  }
}
#exhibitors .exhibitors_wrap .exhibitors_detail::before {
  top: -3px;
}
#exhibitors .exhibitors_wrap .exhibitors_detail::after {
  bottom: -3px;
}

#top_present{
	margin: 40px auto;
	max-width: 650px;
}

#top_present img{
	width: 100%;
}
/*-----------------------------------------------------------
animation
-------------------------------------------------------------*/
.title_style01 .sub {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.title_style01 .main {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.title_style01 .char {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: transfrom 0.3s;
  transition: transfrom 0.3s;
}