@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100..900&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 {
  --text-color1: #000000;
  --text-color2: #111111;
  --text-color3: #F08300;
  --text-color4: #E94709;
  --text-color5: #FFE100;
  --sub-color1: #F08300;
  --sub-color2: #FEE7A6;
  --sub-color3: #FEDE84;
  --sub-color4: #FFFCD1;
  --sub-color5: #FCC800;
  --bg-color1: #323232;
  --bg-color3: #ededed;
  --bg-color4: #cdcdcd;
  --hover-color1: #f1f2ee;
}

:root {
  --scale: calc(100vw / 1200);
}

/*===============================================*
*	commons
*===============================================*/
/* margin
------------------------------------------------*/
.ma0 {
  margin: 0px;
}

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

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

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

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

.ma5 {
  margin: 5px;
}

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

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

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

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

.ma10 {
  margin: 10px;
}

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

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

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

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

.ma15 {
  margin: 15px;
}

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

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

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

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

.ma20 {
  margin: 20px;
}

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

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

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

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

.ma25 {
  margin: 25px;
}

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

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

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

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

.ma30 {
  margin: 30px;
}

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

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

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

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

.ma35 {
  margin: 35px;
}

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

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

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

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

.ma40 {
  margin: 40px;
}

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

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

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

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

.ma45 {
  margin: 45px;
}

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

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

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

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

.ma50 {
  margin: 50px;
}

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

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

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

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

.ma55 {
  margin: 55px;
}

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

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

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

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

.ma60 {
  margin: 60px;
}

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

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

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

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

.ma65 {
  margin: 65px;
}

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

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

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

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

.ma70 {
  margin: 70px;
}

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

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

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

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

.ma75 {
  margin: 75px;
}

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

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

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

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

.ma80 {
  margin: 80px;
}

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

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

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

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

.ma85 {
  margin: 85px;
}

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

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

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

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

.ma90 {
  margin: 90px;
}

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

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

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

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

.ma95 {
  margin: 95px;
}

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

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

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

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

.ma100 {
  margin: 100px;
}

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

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

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

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

.ma105 {
  margin: 105px;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.ma110 {
  margin: 110px;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ma115 {
  margin: 115px;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.ma120 {
  margin: 120px;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ma125 {
  margin: 125px;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ma130 {
  margin: 130px;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ma135 {
  margin: 135px;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.ma140 {
  margin: 140px;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ma145 {
  margin: 145px;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.ma150 {
  margin: 150px;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ma155 {
  margin: 155px;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.ma160 {
  margin: 160px;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ma165 {
  margin: 165px;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.ma170 {
  margin: 170px;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.ma175 {
  margin: 175px;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.ma180 {
  margin: 180px;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.ma185 {
  margin: 185px;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.ma190 {
  margin: 190px;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.ma195 {
  margin: 195px;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.ma200 {
  margin: 200px;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

@media (max-width: 768px) {
  .sma0 {
    margin: 0px;
  }
  .smt0 {
    margin-top: 0px !important;
  }
  .smr0 {
    margin-right: 0px !important;
  }
  .smb0 {
    margin-bottom: 0px !important;
  }
  .sml0 {
    margin-left: 0px !important;
  }
  .sma5 {
    margin: 5px;
  }
  .smt5 {
    margin-top: 5px !important;
  }
  .smr5 {
    margin-right: 5px !important;
  }
  .smb5 {
    margin-bottom: 5px !important;
  }
  .sml5 {
    margin-left: 5px !important;
  }
  .sma10 {
    margin: 10px;
  }
  .smt10 {
    margin-top: 10px !important;
  }
  .smr10 {
    margin-right: 10px !important;
  }
  .smb10 {
    margin-bottom: 10px !important;
  }
  .sml10 {
    margin-left: 10px !important;
  }
  .sma15 {
    margin: 15px;
  }
  .smt15 {
    margin-top: 15px !important;
  }
  .smr15 {
    margin-right: 15px !important;
  }
  .smb15 {
    margin-bottom: 15px !important;
  }
  .sml15 {
    margin-left: 15px !important;
  }
  .sma20 {
    margin: 20px;
  }
  .smt20 {
    margin-top: 20px !important;
  }
  .smr20 {
    margin-right: 20px !important;
  }
  .smb20 {
    margin-bottom: 20px !important;
  }
  .sml20 {
    margin-left: 20px !important;
  }
  .sma25 {
    margin: 25px;
  }
  .smt25 {
    margin-top: 25px !important;
  }
  .smr25 {
    margin-right: 25px !important;
  }
  .smb25 {
    margin-bottom: 25px !important;
  }
  .sml25 {
    margin-left: 25px !important;
  }
  .sma30 {
    margin: 30px;
  }
  .smt30 {
    margin-top: 30px !important;
  }
  .smr30 {
    margin-right: 30px !important;
  }
  .smb30 {
    margin-bottom: 30px !important;
  }
  .sml30 {
    margin-left: 30px !important;
  }
  .sma35 {
    margin: 35px;
  }
  .smt35 {
    margin-top: 35px !important;
  }
  .smr35 {
    margin-right: 35px !important;
  }
  .smb35 {
    margin-bottom: 35px !important;
  }
  .sml35 {
    margin-left: 35px !important;
  }
  .sma40 {
    margin: 40px;
  }
  .smt40 {
    margin-top: 40px !important;
  }
  .smr40 {
    margin-right: 40px !important;
  }
  .smb40 {
    margin-bottom: 40px !important;
  }
  .sml40 {
    margin-left: 40px !important;
  }
  .sma45 {
    margin: 45px;
  }
  .smt45 {
    margin-top: 45px !important;
  }
  .smr45 {
    margin-right: 45px !important;
  }
  .smb45 {
    margin-bottom: 45px !important;
  }
  .sml45 {
    margin-left: 45px !important;
  }
  .sma50 {
    margin: 50px;
  }
  .smt50 {
    margin-top: 50px !important;
  }
  .smr50 {
    margin-right: 50px !important;
  }
  .smb50 {
    margin-bottom: 50px !important;
  }
  .sml50 {
    margin-left: 50px !important;
  }
  .sma55 {
    margin: 55px;
  }
  .smt55 {
    margin-top: 55px !important;
  }
  .smr55 {
    margin-right: 55px !important;
  }
  .smb55 {
    margin-bottom: 55px !important;
  }
  .sml55 {
    margin-left: 55px !important;
  }
  .sma60 {
    margin: 60px;
  }
  .smt60 {
    margin-top: 60px !important;
  }
  .smr60 {
    margin-right: 60px !important;
  }
  .smb60 {
    margin-bottom: 60px !important;
  }
  .sml60 {
    margin-left: 60px !important;
  }
  .sma65 {
    margin: 65px;
  }
  .smt65 {
    margin-top: 65px !important;
  }
  .smr65 {
    margin-right: 65px !important;
  }
  .smb65 {
    margin-bottom: 65px !important;
  }
  .sml65 {
    margin-left: 65px !important;
  }
  .sma70 {
    margin: 70px;
  }
  .smt70 {
    margin-top: 70px !important;
  }
  .smr70 {
    margin-right: 70px !important;
  }
  .smb70 {
    margin-bottom: 70px !important;
  }
  .sml70 {
    margin-left: 70px !important;
  }
  .sma75 {
    margin: 75px;
  }
  .smt75 {
    margin-top: 75px !important;
  }
  .smr75 {
    margin-right: 75px !important;
  }
  .smb75 {
    margin-bottom: 75px !important;
  }
  .sml75 {
    margin-left: 75px !important;
  }
  .sma80 {
    margin: 80px;
  }
  .smt80 {
    margin-top: 80px !important;
  }
  .smr80 {
    margin-right: 80px !important;
  }
  .smb80 {
    margin-bottom: 80px !important;
  }
  .sml80 {
    margin-left: 80px !important;
  }
  .sma85 {
    margin: 85px;
  }
  .smt85 {
    margin-top: 85px !important;
  }
  .smr85 {
    margin-right: 85px !important;
  }
  .smb85 {
    margin-bottom: 85px !important;
  }
  .sml85 {
    margin-left: 85px !important;
  }
  .sma90 {
    margin: 90px;
  }
  .smt90 {
    margin-top: 90px !important;
  }
  .smr90 {
    margin-right: 90px !important;
  }
  .smb90 {
    margin-bottom: 90px !important;
  }
  .sml90 {
    margin-left: 90px !important;
  }
  .sma95 {
    margin: 95px;
  }
  .smt95 {
    margin-top: 95px !important;
  }
  .smr95 {
    margin-right: 95px !important;
  }
  .smb95 {
    margin-bottom: 95px !important;
  }
  .sml95 {
    margin-left: 95px !important;
  }
  .sma100 {
    margin: 100px;
  }
  .smt100 {
    margin-top: 100px !important;
  }
  .smr100 {
    margin-right: 100px !important;
  }
  .smb100 {
    margin-bottom: 100px !important;
  }
  .sml100 {
    margin-left: 100px !important;
  }
  .sma105 {
    margin: 105px;
  }
  .smt105 {
    margin-top: 105px !important;
  }
  .smr105 {
    margin-right: 105px !important;
  }
  .smb105 {
    margin-bottom: 105px !important;
  }
  .sml105 {
    margin-left: 105px !important;
  }
  .sma110 {
    margin: 110px;
  }
  .smt110 {
    margin-top: 110px !important;
  }
  .smr110 {
    margin-right: 110px !important;
  }
  .smb110 {
    margin-bottom: 110px !important;
  }
  .sml110 {
    margin-left: 110px !important;
  }
  .sma115 {
    margin: 115px;
  }
  .smt115 {
    margin-top: 115px !important;
  }
  .smr115 {
    margin-right: 115px !important;
  }
  .smb115 {
    margin-bottom: 115px !important;
  }
  .sml115 {
    margin-left: 115px !important;
  }
  .sma120 {
    margin: 120px;
  }
  .smt120 {
    margin-top: 120px !important;
  }
  .smr120 {
    margin-right: 120px !important;
  }
  .smb120 {
    margin-bottom: 120px !important;
  }
  .sml120 {
    margin-left: 120px !important;
  }
  .sma125 {
    margin: 125px;
  }
  .smt125 {
    margin-top: 125px !important;
  }
  .smr125 {
    margin-right: 125px !important;
  }
  .smb125 {
    margin-bottom: 125px !important;
  }
  .sml125 {
    margin-left: 125px !important;
  }
  .sma130 {
    margin: 130px;
  }
  .smt130 {
    margin-top: 130px !important;
  }
  .smr130 {
    margin-right: 130px !important;
  }
  .smb130 {
    margin-bottom: 130px !important;
  }
  .sml130 {
    margin-left: 130px !important;
  }
  .sma135 {
    margin: 135px;
  }
  .smt135 {
    margin-top: 135px !important;
  }
  .smr135 {
    margin-right: 135px !important;
  }
  .smb135 {
    margin-bottom: 135px !important;
  }
  .sml135 {
    margin-left: 135px !important;
  }
  .sma140 {
    margin: 140px;
  }
  .smt140 {
    margin-top: 140px !important;
  }
  .smr140 {
    margin-right: 140px !important;
  }
  .smb140 {
    margin-bottom: 140px !important;
  }
  .sml140 {
    margin-left: 140px !important;
  }
  .sma145 {
    margin: 145px;
  }
  .smt145 {
    margin-top: 145px !important;
  }
  .smr145 {
    margin-right: 145px !important;
  }
  .smb145 {
    margin-bottom: 145px !important;
  }
  .sml145 {
    margin-left: 145px !important;
  }
  .sma150 {
    margin: 150px;
  }
  .smt150 {
    margin-top: 150px !important;
  }
  .smr150 {
    margin-right: 150px !important;
  }
  .smb150 {
    margin-bottom: 150px !important;
  }
  .sml150 {
    margin-left: 150px !important;
  }
  .sma155 {
    margin: 155px;
  }
  .smt155 {
    margin-top: 155px !important;
  }
  .smr155 {
    margin-right: 155px !important;
  }
  .smb155 {
    margin-bottom: 155px !important;
  }
  .sml155 {
    margin-left: 155px !important;
  }
  .sma160 {
    margin: 160px;
  }
  .smt160 {
    margin-top: 160px !important;
  }
  .smr160 {
    margin-right: 160px !important;
  }
  .smb160 {
    margin-bottom: 160px !important;
  }
  .sml160 {
    margin-left: 160px !important;
  }
  .sma165 {
    margin: 165px;
  }
  .smt165 {
    margin-top: 165px !important;
  }
  .smr165 {
    margin-right: 165px !important;
  }
  .smb165 {
    margin-bottom: 165px !important;
  }
  .sml165 {
    margin-left: 165px !important;
  }
  .sma170 {
    margin: 170px;
  }
  .smt170 {
    margin-top: 170px !important;
  }
  .smr170 {
    margin-right: 170px !important;
  }
  .smb170 {
    margin-bottom: 170px !important;
  }
  .sml170 {
    margin-left: 170px !important;
  }
  .sma175 {
    margin: 175px;
  }
  .smt175 {
    margin-top: 175px !important;
  }
  .smr175 {
    margin-right: 175px !important;
  }
  .smb175 {
    margin-bottom: 175px !important;
  }
  .sml175 {
    margin-left: 175px !important;
  }
  .sma180 {
    margin: 180px;
  }
  .smt180 {
    margin-top: 180px !important;
  }
  .smr180 {
    margin-right: 180px !important;
  }
  .smb180 {
    margin-bottom: 180px !important;
  }
  .sml180 {
    margin-left: 180px !important;
  }
  .sma185 {
    margin: 185px;
  }
  .smt185 {
    margin-top: 185px !important;
  }
  .smr185 {
    margin-right: 185px !important;
  }
  .smb185 {
    margin-bottom: 185px !important;
  }
  .sml185 {
    margin-left: 185px !important;
  }
  .sma190 {
    margin: 190px;
  }
  .smt190 {
    margin-top: 190px !important;
  }
  .smr190 {
    margin-right: 190px !important;
  }
  .smb190 {
    margin-bottom: 190px !important;
  }
  .sml190 {
    margin-left: 190px !important;
  }
  .sma195 {
    margin: 195px;
  }
  .smt195 {
    margin-top: 195px !important;
  }
  .smr195 {
    margin-right: 195px !important;
  }
  .smb195 {
    margin-bottom: 195px !important;
  }
  .sml195 {
    margin-left: 195px !important;
  }
  .sma200 {
    margin: 200px;
  }
  .smt200 {
    margin-top: 200px !important;
  }
  .smr200 {
    margin-right: 200px !important;
  }
  .smb200 {
    margin-bottom: 200px !important;
  }
  .sml200 {
    margin-left: 200px !important;
  }
}
/* padding
------------------------------------------------*/
.pa0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px !important;
}

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

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

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

.pa5 {
  padding: 5px;
}

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

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

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

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

.pa10 {
  padding: 10px;
}

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

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

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

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

.pa15 {
  padding: 15px;
}

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

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

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

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

.pa20 {
  padding: 20px;
}

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

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

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

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

.pa25 {
  padding: 25px;
}

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

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

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

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

.pa30 {
  padding: 30px;
}

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

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

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

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

.pa35 {
  padding: 35px;
}

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

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

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

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

.pa40 {
  padding: 40px;
}

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

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

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

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

.pa45 {
  padding: 45px;
}

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

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

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

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

.pa50 {
  padding: 50px;
}

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

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

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

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

.pa55 {
  padding: 55px;
}

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

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

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

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

.pa60 {
  padding: 60px;
}

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

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

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

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

.pa65 {
  padding: 65px;
}

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

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

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

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

.pa70 {
  padding: 70px;
}

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

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

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

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

.pa75 {
  padding: 75px;
}

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

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

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

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

.pa80 {
  padding: 80px;
}

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

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

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

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

.pa85 {
  padding: 85px;
}

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

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

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

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

.pa90 {
  padding: 90px;
}

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

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

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

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

.pa95 {
  padding: 95px;
}

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

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

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

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

.pa100 {
  padding: 100px;
}

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

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

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

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

.pa105 {
  padding: 105px;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pa110 {
  padding: 110px;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pa115 {
  padding: 115px;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pa120 {
  padding: 120px;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pa125 {
  padding: 125px;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pa130 {
  padding: 130px;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pa135 {
  padding: 135px;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pa140 {
  padding: 140px;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pa145 {
  padding: 145px;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pa150 {
  padding: 150px;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pa155 {
  padding: 155px;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pa160 {
  padding: 160px;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pa165 {
  padding: 165px;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pa170 {
  padding: 170px;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pa175 {
  padding: 175px;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pa180 {
  padding: 180px;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pa185 {
  padding: 185px;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pa190 {
  padding: 190px;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pa195 {
  padding: 195px;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pa200 {
  padding: 200px;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

@media (max-width: 768px) {
  .spa0 {
    padding: 0px;
  }
  .spt0 {
    padding-top: 0px !important;
  }
  .spr0 {
    padding-right: 0px !important;
  }
  .spb0 {
    padding-bottom: 0px !important;
  }
  .spl0 {
    padding-left: 0px !important;
  }
  .spa5 {
    padding: 5px;
  }
  .spt5 {
    padding-top: 5px !important;
  }
  .spr5 {
    padding-right: 5px !important;
  }
  .spb5 {
    padding-bottom: 5px !important;
  }
  .spl5 {
    padding-left: 5px !important;
  }
  .spa10 {
    padding: 10px;
  }
  .spt10 {
    padding-top: 10px !important;
  }
  .spr10 {
    padding-right: 10px !important;
  }
  .spb10 {
    padding-bottom: 10px !important;
  }
  .spl10 {
    padding-left: 10px !important;
  }
  .spa15 {
    padding: 15px;
  }
  .spt15 {
    padding-top: 15px !important;
  }
  .spr15 {
    padding-right: 15px !important;
  }
  .spb15 {
    padding-bottom: 15px !important;
  }
  .spl15 {
    padding-left: 15px !important;
  }
  .spa20 {
    padding: 20px;
  }
  .spt20 {
    padding-top: 20px !important;
  }
  .spr20 {
    padding-right: 20px !important;
  }
  .spb20 {
    padding-bottom: 20px !important;
  }
  .spl20 {
    padding-left: 20px !important;
  }
  .spa25 {
    padding: 25px;
  }
  .spt25 {
    padding-top: 25px !important;
  }
  .spr25 {
    padding-right: 25px !important;
  }
  .spb25 {
    padding-bottom: 25px !important;
  }
  .spl25 {
    padding-left: 25px !important;
  }
  .spa30 {
    padding: 30px;
  }
  .spt30 {
    padding-top: 30px !important;
  }
  .spr30 {
    padding-right: 30px !important;
  }
  .spb30 {
    padding-bottom: 30px !important;
  }
  .spl30 {
    padding-left: 30px !important;
  }
  .spa35 {
    padding: 35px;
  }
  .spt35 {
    padding-top: 35px !important;
  }
  .spr35 {
    padding-right: 35px !important;
  }
  .spb35 {
    padding-bottom: 35px !important;
  }
  .spl35 {
    padding-left: 35px !important;
  }
  .spa40 {
    padding: 40px;
  }
  .spt40 {
    padding-top: 40px !important;
  }
  .spr40 {
    padding-right: 40px !important;
  }
  .spb40 {
    padding-bottom: 40px !important;
  }
  .spl40 {
    padding-left: 40px !important;
  }
  .spa45 {
    padding: 45px;
  }
  .spt45 {
    padding-top: 45px !important;
  }
  .spr45 {
    padding-right: 45px !important;
  }
  .spb45 {
    padding-bottom: 45px !important;
  }
  .spl45 {
    padding-left: 45px !important;
  }
  .spa50 {
    padding: 50px;
  }
  .spt50 {
    padding-top: 50px !important;
  }
  .spr50 {
    padding-right: 50px !important;
  }
  .spb50 {
    padding-bottom: 50px !important;
  }
  .spl50 {
    padding-left: 50px !important;
  }
  .spa55 {
    padding: 55px;
  }
  .spt55 {
    padding-top: 55px !important;
  }
  .spr55 {
    padding-right: 55px !important;
  }
  .spb55 {
    padding-bottom: 55px !important;
  }
  .spl55 {
    padding-left: 55px !important;
  }
  .spa60 {
    padding: 60px;
  }
  .spt60 {
    padding-top: 60px !important;
  }
  .spr60 {
    padding-right: 60px !important;
  }
  .spb60 {
    padding-bottom: 60px !important;
  }
  .spl60 {
    padding-left: 60px !important;
  }
  .spa65 {
    padding: 65px;
  }
  .spt65 {
    padding-top: 65px !important;
  }
  .spr65 {
    padding-right: 65px !important;
  }
  .spb65 {
    padding-bottom: 65px !important;
  }
  .spl65 {
    padding-left: 65px !important;
  }
  .spa70 {
    padding: 70px;
  }
  .spt70 {
    padding-top: 70px !important;
  }
  .spr70 {
    padding-right: 70px !important;
  }
  .spb70 {
    padding-bottom: 70px !important;
  }
  .spl70 {
    padding-left: 70px !important;
  }
  .spa75 {
    padding: 75px;
  }
  .spt75 {
    padding-top: 75px !important;
  }
  .spr75 {
    padding-right: 75px !important;
  }
  .spb75 {
    padding-bottom: 75px !important;
  }
  .spl75 {
    padding-left: 75px !important;
  }
  .spa80 {
    padding: 80px;
  }
  .spt80 {
    padding-top: 80px !important;
  }
  .spr80 {
    padding-right: 80px !important;
  }
  .spb80 {
    padding-bottom: 80px !important;
  }
  .spl80 {
    padding-left: 80px !important;
  }
  .spa85 {
    padding: 85px;
  }
  .spt85 {
    padding-top: 85px !important;
  }
  .spr85 {
    padding-right: 85px !important;
  }
  .spb85 {
    padding-bottom: 85px !important;
  }
  .spl85 {
    padding-left: 85px !important;
  }
  .spa90 {
    padding: 90px;
  }
  .spt90 {
    padding-top: 90px !important;
  }
  .spr90 {
    padding-right: 90px !important;
  }
  .spb90 {
    padding-bottom: 90px !important;
  }
  .spl90 {
    padding-left: 90px !important;
  }
  .spa95 {
    padding: 95px;
  }
  .spt95 {
    padding-top: 95px !important;
  }
  .spr95 {
    padding-right: 95px !important;
  }
  .spb95 {
    padding-bottom: 95px !important;
  }
  .spl95 {
    padding-left: 95px !important;
  }
  .spa100 {
    padding: 100px;
  }
  .spt100 {
    padding-top: 100px !important;
  }
  .spr100 {
    padding-right: 100px !important;
  }
  .spb100 {
    padding-bottom: 100px !important;
  }
  .spl100 {
    padding-left: 100px !important;
  }
  .spa105 {
    padding: 105px;
  }
  .spt105 {
    padding-top: 105px !important;
  }
  .spr105 {
    padding-right: 105px !important;
  }
  .spb105 {
    padding-bottom: 105px !important;
  }
  .spl105 {
    padding-left: 105px !important;
  }
  .spa110 {
    padding: 110px;
  }
  .spt110 {
    padding-top: 110px !important;
  }
  .spr110 {
    padding-right: 110px !important;
  }
  .spb110 {
    padding-bottom: 110px !important;
  }
  .spl110 {
    padding-left: 110px !important;
  }
  .spa115 {
    padding: 115px;
  }
  .spt115 {
    padding-top: 115px !important;
  }
  .spr115 {
    padding-right: 115px !important;
  }
  .spb115 {
    padding-bottom: 115px !important;
  }
  .spl115 {
    padding-left: 115px !important;
  }
  .spa120 {
    padding: 120px;
  }
  .spt120 {
    padding-top: 120px !important;
  }
  .spr120 {
    padding-right: 120px !important;
  }
  .spb120 {
    padding-bottom: 120px !important;
  }
  .spl120 {
    padding-left: 120px !important;
  }
  .spa125 {
    padding: 125px;
  }
  .spt125 {
    padding-top: 125px !important;
  }
  .spr125 {
    padding-right: 125px !important;
  }
  .spb125 {
    padding-bottom: 125px !important;
  }
  .spl125 {
    padding-left: 125px !important;
  }
  .spa130 {
    padding: 130px;
  }
  .spt130 {
    padding-top: 130px !important;
  }
  .spr130 {
    padding-right: 130px !important;
  }
  .spb130 {
    padding-bottom: 130px !important;
  }
  .spl130 {
    padding-left: 130px !important;
  }
  .spa135 {
    padding: 135px;
  }
  .spt135 {
    padding-top: 135px !important;
  }
  .spr135 {
    padding-right: 135px !important;
  }
  .spb135 {
    padding-bottom: 135px !important;
  }
  .spl135 {
    padding-left: 135px !important;
  }
  .spa140 {
    padding: 140px;
  }
  .spt140 {
    padding-top: 140px !important;
  }
  .spr140 {
    padding-right: 140px !important;
  }
  .spb140 {
    padding-bottom: 140px !important;
  }
  .spl140 {
    padding-left: 140px !important;
  }
  .spa145 {
    padding: 145px;
  }
  .spt145 {
    padding-top: 145px !important;
  }
  .spr145 {
    padding-right: 145px !important;
  }
  .spb145 {
    padding-bottom: 145px !important;
  }
  .spl145 {
    padding-left: 145px !important;
  }
  .spa150 {
    padding: 150px;
  }
  .spt150 {
    padding-top: 150px !important;
  }
  .spr150 {
    padding-right: 150px !important;
  }
  .spb150 {
    padding-bottom: 150px !important;
  }
  .spl150 {
    padding-left: 150px !important;
  }
  .spa155 {
    padding: 155px;
  }
  .spt155 {
    padding-top: 155px !important;
  }
  .spr155 {
    padding-right: 155px !important;
  }
  .spb155 {
    padding-bottom: 155px !important;
  }
  .spl155 {
    padding-left: 155px !important;
  }
  .spa160 {
    padding: 160px;
  }
  .spt160 {
    padding-top: 160px !important;
  }
  .spr160 {
    padding-right: 160px !important;
  }
  .spb160 {
    padding-bottom: 160px !important;
  }
  .spl160 {
    padding-left: 160px !important;
  }
  .spa165 {
    padding: 165px;
  }
  .spt165 {
    padding-top: 165px !important;
  }
  .spr165 {
    padding-right: 165px !important;
  }
  .spb165 {
    padding-bottom: 165px !important;
  }
  .spl165 {
    padding-left: 165px !important;
  }
  .spa170 {
    padding: 170px;
  }
  .spt170 {
    padding-top: 170px !important;
  }
  .spr170 {
    padding-right: 170px !important;
  }
  .spb170 {
    padding-bottom: 170px !important;
  }
  .spl170 {
    padding-left: 170px !important;
  }
  .spa175 {
    padding: 175px;
  }
  .spt175 {
    padding-top: 175px !important;
  }
  .spr175 {
    padding-right: 175px !important;
  }
  .spb175 {
    padding-bottom: 175px !important;
  }
  .spl175 {
    padding-left: 175px !important;
  }
  .spa180 {
    padding: 180px;
  }
  .spt180 {
    padding-top: 180px !important;
  }
  .spr180 {
    padding-right: 180px !important;
  }
  .spb180 {
    padding-bottom: 180px !important;
  }
  .spl180 {
    padding-left: 180px !important;
  }
  .spa185 {
    padding: 185px;
  }
  .spt185 {
    padding-top: 185px !important;
  }
  .spr185 {
    padding-right: 185px !important;
  }
  .spb185 {
    padding-bottom: 185px !important;
  }
  .spl185 {
    padding-left: 185px !important;
  }
  .spa190 {
    padding: 190px;
  }
  .spt190 {
    padding-top: 190px !important;
  }
  .spr190 {
    padding-right: 190px !important;
  }
  .spb190 {
    padding-bottom: 190px !important;
  }
  .spl190 {
    padding-left: 190px !important;
  }
  .spa195 {
    padding: 195px;
  }
  .spt195 {
    padding-top: 195px !important;
  }
  .spr195 {
    padding-right: 195px !important;
  }
  .spb195 {
    padding-bottom: 195px !important;
  }
  .spl195 {
    padding-left: 195px !important;
  }
  .spa200 {
    padding: 200px;
  }
  .spt200 {
    padding-top: 200px !important;
  }
  .spr200 {
    padding-right: 200px !important;
  }
  .spb200 {
    padding-bottom: 200px !important;
  }
  .spl200 {
    padding-left: 200px !important;
  }
}
/* border-radius
------------------------------------------------*/
@media (min-width: 1025px) {
  .rounded-0 {
    border-radius: 0px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-0 {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-0 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-0 {
    border-radius: 0px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-0 {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-0 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1025px) {
  .rounded-5 {
    border-radius: 5px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-5 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-5 {
    border-radius: 5px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-5 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

@media (min-width: 1025px) {
  .rounded-10 {
    border-radius: 10px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-10 {
    border-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media (min-width: 1025px) {
  .rounded-15 {
    border-radius: 15px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-15 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-15 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-15 {
    border-radius: 15px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-15 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-15 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (min-width: 1025px) {
  .rounded-20 {
    border-radius: 20px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-20 {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-20 {
    border-radius: 20px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-20 {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1025px) {
  .rounded-25 {
    border-radius: 25px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-25 {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-25 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-25 {
    border-radius: 25px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-25 {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-25 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

@media (min-width: 1025px) {
  .rounded-30 {
    border-radius: 30px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-30 {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-30 {
    border-radius: 30px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-30 {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@media (min-width: 1025px) {
  .rounded-35 {
    border-radius: 35px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-35 {
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-35 {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-35 {
    border-radius: 35px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-35 {
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-35 {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
}

@media (min-width: 1025px) {
  .rounded-40 {
    border-radius: 40px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-40 {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-40 {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-40 {
    border-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-40 {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-40 {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

@media (min-width: 1025px) {
  .rounded-45 {
    border-radius: 45px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-45 {
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-45 {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-45 {
    border-radius: 45px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-45 {
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-45 {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}

@media (min-width: 1025px) {
  .rounded-50 {
    border-radius: 50px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-50 {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-50 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-50 {
    border-radius: 50px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-50 {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-50 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}

@media (min-width: 1025px) {
  .rounded-55 {
    border-radius: 55px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-55 {
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-55 {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-55 {
    border-radius: 55px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-55 {
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-55 {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
}

@media (min-width: 1025px) {
  .rounded-60 {
    border-radius: 60px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-60 {
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-60 {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-60 {
    border-radius: 60px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-60 {
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-60 {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

@media (min-width: 1025px) {
  .rounded-65 {
    border-radius: 65px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-65 {
    border-top-right-radius: 65px;
    border-top-left-radius: 65px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-65 {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-65 {
    border-radius: 65px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-65 {
    border-top-right-radius: 65px;
    border-top-left-radius: 65px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-65 {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
}

@media (min-width: 1025px) {
  .rounded-70 {
    border-radius: 70px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-70 {
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-70 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-70 {
    border-radius: 70px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-70 {
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-70 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
}

@media (min-width: 1025px) {
  .rounded-75 {
    border-radius: 75px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-75 {
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-75 {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-75 {
    border-radius: 75px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-75 {
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-75 {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
}

@media (min-width: 1025px) {
  .rounded-80 {
    border-radius: 80px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-80 {
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-80 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-80 {
    border-radius: 80px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-80 {
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-80 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}

@media (min-width: 1025px) {
  .rounded-85 {
    border-radius: 85px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-85 {
    border-top-right-radius: 85px;
    border-top-left-radius: 85px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-85 {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-85 {
    border-radius: 85px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-85 {
    border-top-right-radius: 85px;
    border-top-left-radius: 85px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-85 {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
}

@media (min-width: 1025px) {
  .rounded-90 {
    border-radius: 90px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-90 {
    border-top-right-radius: 90px;
    border-top-left-radius: 90px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-90 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-90 {
    border-radius: 90px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-90 {
    border-top-right-radius: 90px;
    border-top-left-radius: 90px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-90 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
}

@media (min-width: 1025px) {
  .rounded-95 {
    border-radius: 95px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-95 {
    border-top-right-radius: 95px;
    border-top-left-radius: 95px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-95 {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-95 {
    border-radius: 95px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-95 {
    border-top-right-radius: 95px;
    border-top-left-radius: 95px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-95 {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
}

@media (min-width: 1025px) {
  .rounded-100 {
    border-radius: 100px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-100 {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-100 {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-100 {
    border-radius: 100px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-100 {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-100 {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}

/* fontsize
------------------------------------------------*/
.fs10 {
  font-size: 1rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs50 {
  font-size: 5rem !important;
}

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

.fw_regular {
  font-weight: 400 !important;
}

.fw_medium {
  font-weight: 500 !important;
}

.fw_semibold {
  font-weight: 600 !important;
}

.fw_bold {
  font-weight: 700 !important;
}

.fw_extrabold {
  font-weight: 800 !important;
}

.fw_black {
  font-weight: 900 !important;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.img-wrap img {
  width: 100%;
  height: auto;
}

.soon {
  opacity: 0.8;
  pointer-events: none;
}

/*-----------------------------------------------------------
base
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10px;
}

body {
  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;
  color: var(--text-color2);
  background-color: #fff;
}
body.opening-view {
  overflow: hidden;
}

#wrap {
  position: relative;
  overflow: hidden;
}
#main {
  background: #fff;
}
.inner {
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1700px) {
  .inner {
    margin-right: 7.1428571429vw;
    margin-left: 7.1428571429vw;
  }
}
@media (max-width: 768px) {
  .inner {
    margin-right: 4vw;
    margin-left: 4vw;
  }
}

/*-----------------------------------------------------------
text_style
-------------------------------------------------------------*/
.title-style-wrap01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.title-style-wrap01 .pop {
  position: absolute;
  width: 93px;
  height: 93px;
  background: var(--text-color4);
  border-radius: 46px 46px 46px 0;
  display: block;
  font-size: 2.1rem;
  padding-top: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  right: -25px;
  translate: 100%;
  top: -80px;
}
@media (max-width: 768px) {
  .title-style-wrap01 .pop {
    top: -46px;
    right: -15px;
    width: 60px;
    height: 60px;
    translate: 0;
    font-size: 1.365rem;
  }
}
.title-style-wrap01 .pop span {
  display: block;
  font-size: 64.2857142857%;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .title-style-wrap01 .pop span {
    font-size: 64.1025641026%;
  }
}

.title-style01 {
  position: relative;
  text-align: center;
  height: 150px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .title-style01 {
    height: auto;
    min-height: 16vw;
  }
  .title-style01:has(br.pc_hide) {
    min-height: 20.2666666667vw;
  }
}
.title-style01 .sub {
  color: var(--sub-color3);
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12rem;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .title-style01 .sub {
    font-size: 12.8vw;
    white-space: nowrap;
  }
}
.title-style01 .main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .title-style01 .main {
    font-size: 5.3333333333vw;
    top: 4.2666666667vw;
    line-height: 1.5;
  }
}

.title-style02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.title-style02 .sub {
  font-size: 2rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .title-style02 .sub {
    font-size: 4.2666666667vw;
  }
}
.title-style02 .sub:has(+ .main) {
  line-height: 1.25;
}
.title-style02 .main {
  color: var(--text-color4);
  font-size: 4.8rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .title-style02 .main {
    font-size: 8vw;
  }
}
@media (max-width: 768px) {
  .title-style02 .main:has(+ .sub) {
    font-size: 6.4vw;
  }
}
.title-style02 .sub + .main {
  margin-top: 10px;
}
.title-style02 .main + .sub {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .title-style02 .main + .sub {
    margin-top: 10px;
  }
}

.title-style03 {
  background-color: var(--text-color4);
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 20px;
  border-radius: 18px 0;
}
.title-style03.is-center {
  margin-inline: auto;
}

.title-style04 {
  color: var(--text-color4);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .title-style04 {
    text-align: center;
    font-size: 5.3333333333vw;
  }
}

.title-style05 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .title-style05 {
    text-align: center;
    font-size: 5.3333333333vw;
  }
}

.title-style06 {
  color: var(--text-color4);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .title-style06 {
    font-size: 5.3333333333vw;
  }
}

.title-style07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .title-style07 {
    margin-bottom: 40px;
  }
}
.title-style07 .main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.4rem;
  background-color: var(--text-color4);
  color: #fff;
  padding-inline: 69px;
  border-radius: 40px 0;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .title-style07 .main {
    font-size: 11.2vw;
    line-height: 1.2619047619;
    border-radius: 7.2vw 0;
    padding-inline: 46px;
  }
}
.title-style07 .sub {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color4);
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 768px) {
  .title-style07 .sub {
    font-size: 4.2666666667vw;
  }
}

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

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

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

a.basic_link {
  text-decoration: underline;
  color: var(--text-color5);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.basic_link:hover {
  opacity: 0.7;
  text-decoration: none;
}

a.animate_link {
  text-decoration: none;
}
a.animate_link span {
  display: inline-block;
  position: relative;
}
a.animate_link span::after {
  content: "";
  display: block;
  width: 100%;
  background: var(--bg-color2);
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a.animate_link:hover span::after {
  opacity: 1;
}

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

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 80px;
  font-weight: 700;
  font-size: 1.6rem;
  padding-inline: 24px;
  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;
  position: relative;
  border-radius: 4px;
  border: solid 1px var(--btn_border_color);
  color: var(--btn_txt_color);
  background: var(--btn_bg_color);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: background 0.3s, color 0.3s, scale 0.3s, -webkit-filter 0.3s;
  transition: background 0.3s, color 0.3s, scale 0.3s, -webkit-filter 0.3s;
  transition: background 0.3s, color 0.3s, filter 0.3s, scale 0.3s;
  transition: background 0.3s, color 0.3s, filter 0.3s, scale 0.3s, -webkit-filter 0.3s;
  --btn_bg_color: var(--text-color5);
  --btn_border_color: var(--text-color5);
  --btn_txt_color: var(--text-color1);
  min-width: 18.4523809524vw;
}
.btn > b b {
  font-weight: normal;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
    height: 60px;
    min-width: 0;
    max-width: 82.4vw;
    padding-inline: 18px;
  }
}
.btn:hover {
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
  scale: 1.02;
}
.btn .label {
  font-size: 1.4rem;
  background: var(--text-color4);
  color: #fff;
  font-weight: 600;
  line-height: 1.7142857143;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  white-space: nowrap;
  min-width: 40px;
  text-align: center;
}
.btn.btn-cta2 {
  --btn_bg_color: var(--text-color3);
  --btn_border_color: var(--text-color3);
  --btn_txt_color: var(--text-color1);
}
.btn.btn-seminar {
  --btn_bg_color: var(--text-color5);
  --btn_border_color: var(--text-color5);
  --btn_txt_color: var(--text-color1);
  min-width: 460px;
}
@media (max-width: 768px) {
  .btn.btn-seminar {
    font-size: 1.6rem;
    max-width: 82.6666666667vw;
    width: 82.6666666667vw;
    height: 60px;
    min-width: 0;
  }
}
.btn.btn-more {
  --btn_bg_color: var(--text-color3);
  --btn_border_color: var(--text-color3);
  --btn_txt_color: var(--text-color1);
  min-width: 200px;
  height: 60px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .btn.btn-more {
    width: 53.3333333333vw;
    height: 48px;
  }
}
.btn.arrow1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
.btn.arrow1::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background: url(../img/arrow02.svg) no-repeat 50% 50%/9px auto;
}
.btn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
#footer {
  width: 100%;
  background-color: var(--bg-color1);
  color: #ffffff;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  #footer {
    padding: 50px 0;
  }
}
#footer .footer-logo {
  width: 396px;
  aspect-ratio: 396/56;
  margin: 20px 0;
  display: block;
}
@media (max-width: 768px) {
  #footer .footer-logo {
    width: 100%;
    gap: 30px 15px;
  }
  #footer .footer-logo img {
    width: 100%;
    height: auto;
  }
}
#footer .footer-column {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  #footer .footer-column {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  #footer .footer-column .footer-column-item:nth-child(1) {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#footer .footer-column .footer-column-item:nth-child(2) {
  width: 53.3333333333%;
  border: 1px solid #666666;
  text-align: center;
  container-type: inline-size;
  container-name: footer-column2;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  #footer .footer-column .footer-column-item:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 36px;
  }
}
#footer .footer-column .footer-column-item:nth-child(3) {
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  #footer .footer-column .footer-column-item:nth-child(3) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
  }
}
#footer .footer-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.75;
  color: #ffffff;
}
@media (max-width: 768px) {
  #footer .footer-item-title {
    font-size: 1.6rem;
  }
}
#footer .footer-item-title2 {
  background-color: var(--bg-color1);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.75;
  padding-inline: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto calc(28px - 0.5em);
  translate: 0 -50%;
}
@media (max-width: 768px) {
  #footer .footer-item-title2 {
    margin: 0 auto calc(20px - 0.5em);
    font-size: 1.6rem;
  }
}
#footer .footer-address {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #footer .footer-address {
    font-size: 1.4rem;
  }
}
#footer .footer-links {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media (max-width: 768px) {
  #footer .footer-links {
    display: none;
    overflow: hidden;
    padding-bottom: 23px;
    gap: 10px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    top: -2px;
    background-color: #222;
    padding-top: 20px;
  }
}
#footer .footer-links li {
  margin: 0;
  padding: 0;
}
#footer .footer-links a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.75;
  text-decoration: none;
  position: relative;
}
#footer .footer-links a::before {
  content: "─ ";
}
#footer .footer-links a:hover {
  text-decoration: underline;
}
#footer .help-desk {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  #footer .help-desk {
    margin-bottom: 10px;
  }
}
#footer .help-desk em {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 768px) {
  #footer .help-desk em {
    font-size: 1.8rem;
  }
}
#footer .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@container footer-column2 (max-width: 540px) {
  #footer .footer-contact {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#footer .footer-contact > div {
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  font-size: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-contact .contact-mail {
  background: url(../img/icon_mail.svg) no-repeat 0 50%;
}
#footer .footer-contact .contact-tel {
  background: url(../img/icon_tel.svg) no-repeat 0 50%;
}
@media (min-width: 769px) {
  #footer .footer-contact .contact-tel a {
    pointer-events: none;
  }
}
#footer .footer-copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #footer .footer-copyright {
    font-size: 1.1rem;
  }
}

.page-top-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: var(--text-color4);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 90;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-top-button {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
}
.page-top-button::before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/15;
  height: 15px;
  background-image: url("../img/arrow03.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 768px) {
  .page-top-button::before {
    width: 15px;
    background-size: 100%;
  }
}

/*-----------------------------------------------------------
mv
-------------------------------------------------------------*/
#mv {
  height: calc(100svh - 140px);
  background: url(../img/mv_bg.svg) no-repeat 50% 50%/cover;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 768px) {
  #mv {
    background: url(../img/mv_bg_sp.svg) no-repeat 50% 50%/cover;
    height: auto;
    width: 100%;
    aspect-ratio: 375/700;
  }
}
#mv .mv-inner {
  max-height: calc(100svh - 140px);
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 1680px;
  margin-inline: auto;
  position: relative;
  aspect-ratio: 1680/940;
}
@media (max-width: 768px) {
  #mv .mv-inner {
    max-height: none;
    height: auto;
    width: 100%;
    aspect-ratio: 375/700;
  }
}
#mv .mv-inner > div {
  opacity: 0;
}
#mv img {
  width: 100%;
  height: auto;
}
#mv .shift-img {
  position: absolute;
}
#mv .main-title1 {
  position: absolute;
  max-width: 1027px;
  width: 30.5654761905%;
  left: 39.1071428571%;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 9;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  #mv .main-title1 {
    width: 68.44vw;
    left: 17.0666666667vw;
  }
}
#mv .main-title2 {
  position: absolute;
  max-width: 1439px;
  width: 42.8273809524%;
  left: 26.7857142857%;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0 -77px;
}
@media (max-width: 768px) {
  #mv .main-title2 {
    width: 88.2666666667vw;
    left: 2.9333333333vw;
  }
}
#mv .mv-photo1 {
  position: absolute;
  width: 32.7380952381%;
  left: 11.130952381%;
  top: 0;
}
@media (max-width: 768px) {
  #mv .mv-photo1 {
    width: 55vw;
    top: 24.8vw;
    left: 0;
  }
}
#mv .mv-photo2 {
  position: absolute;
  width: 27.2619047619%;
  right: 3.125%;
}
@media (max-width: 768px) {
  #mv .mv-photo2 {
    width: 45.3333333333vw;
    top: 125.0666666667vw;
    right: 0;
  }
}
#mv .mv-photo3 {
  position: absolute;
  width: 18.0654761905%;
  left: 25.2976190476%;
  bottom: 0;
}
@media (max-width: 768px) {
  #mv .mv-photo3 {
    width: 34.6666666667vw;
    left: 7.4666666667vw;
  }
}
#mv .copy01-01 {
  width: 7.619047619%;
  left: 76.6666666667%;
  top: 0;
}
@media (max-width: 768px) {
  #mv .copy01-01 {
    width: 11.9066666667vw;
    top: 0vw;
    left: 80vw;
  }
}
#mv .copy02-01 {
  width: 17.9166666667%;
  left: 60.8928571429%;
  top: 3.9361702128%;
}
@media (max-width: 768px) {
  #mv .copy02-01 {
    width: 28.0933333333vw;
    top: 36.2666666667vw;
    left: 44.8vw;
  }
}
#mv .copy01-02 {
  width: 19.3452380952%;
  left: 0%;
  top: 23.7234042553%;
}
@media (max-width: 768px) {
  #mv .copy01-02 {
    width: 30.3013333333vw;
    top: 8vw;
    left: 0vw;
  }
}
#mv .copy02-02 {
  width: 11.3095238095vw;
  left: 1.9642857143vw;
  width: 11.3095238095%;
  left: 1.9642857143%;
  top: 14.2553191489%;
}
@media (max-width: 768px) {
  #mv .copy02-02 {
    width: 17.712vw;
    top: 11.2vw;
    left: 9.6vw;
  }
}
#mv .copy01-03 {
  width: 10.625vw;
  left: 14.7023809524vw;
  width: 10.625%;
  left: 14.7023809524%;
  top: 50.8510638298%;
}
@media (max-width: 768px) {
  #mv .copy01-03 {
    width: 16.6186666667vw;
    top: 18.6666666667vw;
    left: 36.5333333333vw;
  }
}
#mv .copy02-03 {
  width: 16.9642857143vw;
  left: 8.3333333333vw;
  width: 16.9642857143%;
  left: 8.3333333333%;
  top: 44.8936170213%;
}
@media (max-width: 768px) {
  #mv .copy02-03 {
    width: 26.5626666667vw;
    top: 134.6666666667vw;
    left: 34.9333333333vw;
  }
}
#mv .copy01-04 {
  width: 15.8630952381vw;
  left: 9.4642857143vw;
  width: 15.8630952381%;
  left: 9.4642857143%;
  top: 78.5106382979%;
}
@media (max-width: 768px) {
  #mv .copy01-04 {
    width: 24.8293333333vw;
    top: 139.2vw;
    left: 7.4666666667vw;
  }
}
#mv .copy02-04 {
  width: 14.4642857143vw;
  left: 0vw;
  width: 14.4642857143%;
  left: 0%;
  top: 69.2553191489%;
}
@media (max-width: 768px) {
  #mv .copy02-04 {
    width: 22.6373333333vw;
    top: 148.8vw;
    left: 0vw;
  }
}
#mv .copy01-05 {
  width: 14.4642857143vw;
  right: 0vw;
  width: 14.4642857143%;
  right: 0%;
  top: 66.7021276596%;
}
@media (max-width: 768px) {
  #mv .copy01-05 {
    width: 22.6373333333vw;
    top: 148.5333333333vw;
    right: 4.5333333333vw;
  }
}
#mv .copy02-05 {
  width: 13.2142857143vw;
  right: 0vw;
  width: 13.2142857143%;
  right: 0%;
  top: 22.3404255319%;
}
@media (max-width: 768px) {
  #mv .copy02-05 {
    width: 20.8213333333vw;
    top: 0vw;
    right: 0vw;
  }
}
#mv .copy01-06 {
  width: 15.4761904762vw;
  right: 25.7142857143vw;
  width: 15.4761904762%;
  right: 25.7142857143%;
  top: 78.5106382979%;
}
@media (max-width: 768px) {
  #mv .copy01-06 {
    width: 24.2613333333vw;
    top: 153.8666666667vw;
    right: 38.9333333333vw;
  }
}
#mv .copy02-06 {
  width: 11.25vw;
  right: 14.4047619048vw;
  width: 11.25%;
  right: 14.4047619048%;
  bottom: 18.9361702128%;
}
@media (max-width: 768px) {
  #mv .copy02-06 {
    width: 17.6026666667vw;
    top: 161.3333333333vw;
    right: 14.9333333333vw;
    bottom: auto;
  }
}

.mv-cta {
  background: var(--text-color1);
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .mv-cta {
    padding: 30px 0;
  }
}
.mv-cta .mv-cta-title {
  color: #fff;
  padding: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: url(../img/bg_arrpw01.svg) no-repeat 0 0;
  min-width: 94px;
  width: 94px;
  height: 82px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .mv-cta .mv-cta-title {
    font-size: 1.6rem;
    font-weight: 700;
    background: none;
    height: auto;
    min-width: 0;
    color: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 auto 0 auto 0 1fr;
    grid-template-columns: 1fr auto auto 1fr;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .mv-cta .mv-cta-title::before, .mv-cta .mv-cta-title::after {
    content: "─";
    margin: 0 0.5em;
  }
}
.mv-cta .mv-cta-title span {
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .mv-cta .mv-cta-title span {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.mv-cta .mv-cta-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .mv-cta .mv-cta-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 8.5333333333vw;
  }
}
.mv-cta .mv-cta-items .mv-cta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 22px;
}
@media (max-width: 1100px) {
  .mv-cta .mv-cta-items .mv-cta-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .mv-cta .mv-cta-items .mv-cta-item {
    width: 100%;
  }
}
/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
.section-style01 p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  color: var(--text-color1);
}
.section-style01 p + p {
  margin-top: 1.75em;
}
.section-style01 .inner {
  container-type: inline-size;
  container-name: section-column;
}

.section-column {
  display: -ms-grid;
  display: grid;
}
.section-column.section-column01 {
  -ms-grid-columns: 46.6666666667% 6.6666666667% 46.6666666667%;
  grid-template-columns: repeat(2, 46.6666666667%);
  -webkit-column-gap: 6.6666666667%;
     -moz-column-gap: 6.6666666667%;
          column-gap: 6.6666666667%;
}
@container section-column (max-width: 870px) {
  .section-column.section-column01 {
    row-gap: 10.6666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.section-column.section-column02 {
  -ms-grid-columns: 37.5% 27px 1fr;
  grid-template-columns: 37.5% 1fr;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
}
@media (max-width: 768px) {
  .section-column.section-column02 {
    row-gap: 8vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.section-column.section-column03 {
  -ms-grid-columns: 2fr 27px 1fr 27px 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
}
@media (max-width: 900px) {
  .section-column.section-column03 {
    row-gap: 8vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.section-column.section-column03 .section-column-item {
  position: relative;
  padding-right: 27px;
}
@media (max-width: 900px) {
  .section-column.section-column03 .section-column-item {
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .section-column.section-column03 .section-column-item:nth-child(2) .img-wrap, .section-column.section-column03 .section-column-item:nth-child(3) .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4.5333333333vw;
       -moz-column-gap: 4.5333333333vw;
            column-gap: 4.5333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .section-column.section-column03 .section-column-item:nth-child(2) .img-wrap > div:first-child, .section-column.section-column03 .section-column-item:nth-child(3) .img-wrap > div:first-child {
    width: 45.3333333333vw;
  }
  .section-column.section-column03 .section-column-item:nth-child(2) .img-wrap + p, .section-column.section-column03 .section-column-item:nth-child(3) .img-wrap + p {
    width: 100%;
  }
}
.section-column.section-column03 .section-column-item:nth-child(2)::before, .section-column.section-column03 .section-column-item:nth-child(3)::before {
  content: "";
  background: #000;
  height: 100%;
  width: 1px;
  position: absolute;
  left: -27px;
  top: 0;
}
@media (max-width: 900px) {
  .section-column.section-column03 .section-column-item:nth-child(2)::before, .section-column.section-column03 .section-column-item:nth-child(3)::before {
    display: none;
  }
}
.section-column.section-column04 {
  -ms-grid-columns: 46.6666666667% 6.6666666667% 46.6666666667%;
  grid-template-columns: repeat(2, 46.6666666667%);
  gap: 65px 6.6666666667%;
}
@media (max-width: 768px) {
  .section-column.section-column04 {
    row-gap: 13.3333333333vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.section-column.section-column05 {
  -ms-grid-columns: 49.1666666667% 1.6666666667% 49.1666666667%;
  grid-template-columns: repeat(2, 49.1666666667%);
  gap: 20px 1.6666666667%;
}
@media (max-width: 768px) {
  .section-column.section-column05 {
    row-gap: 2.6666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

#about {
  position: relative;
  padding-top: 80px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  #about {
    padding-top: 16vw;
    padding-bottom: 24vw;
  }
}
#about::after, #about::before {
  content: "";
  position: absolute;
  display: block;
}
#about::before {
  background: url(../img/bg_parts01.svg) no-repeat 0 0/100% auto;
  width: 17.7380952381%;
  aspect-ratio: 298/233;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  #about::before {
    width: 24vw;
  }
}
#about::after {
  background: url(../img/bg_parts02.svg) no-repeat 0 0/100% auto;
  width: 12.619047619%;
  aspect-ratio: 212/233;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  #about::after {
    width: 17.0666666667vw;
  }
}
#about .movie-wrap iframe {
  width: 100%;
  aspect-ratio: 560/351;
}

#interior-week {
  background-color: var(--sub-color4);
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #interior-week {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
#interior-week .txt-wrap {
  container-type: inline-size;
  container-name: interior-week-column1;
}
#interior-week .br01 {
  display: none;
}
@container interior-week-column1 (min-width: 580px) {
  #interior-week .br01 {
    display: block;
  }
}
#interior-week .br02 {
  display: none;
}
@container interior-week-column1 (max-width: 640px) {
  #interior-week .br02 {
    display: block;
  }
}

#problem {
  background-color: var(--text-color2);
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #problem {
    padding-top: 54px;
    padding-bottom: 72px;
  }
}
#problem::after {
  content: "";
  background: url(../img/arrow04.svg) no-repeat 0 0/100%;
  width: 155px;
  aspect-ratio: 155/76;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -45px;
}
@media (max-width: 768px) {
  #problem::after {
    width: 26.6666666667vw;
    bottom: -7.04vw;
  }
}
#problem .problem-items {
  background: url(../img/problem_img01.png) no-repeat 50% -6px;
  background-size: 11.6666666667vw;
  min-height: 24.1071428571vw;
  position: relative;
  margin: auto;
  width: 71.4285714286vw;
}
@media (max-width: 899px) {
  #problem .problem-items {
    width: 100%;
    min-width: 100%;
    background-size: 36.5866666667vw auto;
    padding-bottom: 46.6133333333vw;
    background-position: 50% 100%;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.3333333333vw 2.6666666667vw;
  }
}
#problem .problem-items li {
  background: #fff;
  border-radius: 50px;
  color: var(--text-color2);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  --fukidashi-img:url(../img/problem_bg01.svg);
  position: absolute;
  white-space: nowrap;
}
@media (max-width: 899px) {
  #problem .problem-items li {
    --fukidashi-img:url(../img/problem_bg03.svg);
    font-size: 4.2666666667vw;
    position: relative;
  }
}
#problem .problem-items li::after {
  content: "";
  background: var(--fukidashi-img) no-repeat 0 0/100%;
  width: 23px;
  height: 25px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -17px;
  z-index: -1;
}
@media (max-width: 899px) {
  #problem .problem-items li::after {
    width: 13px;
    height: 21px;
  }
}
#problem .problem-items li:nth-child(1), #problem .problem-items li:nth-child(5), #problem .problem-items li:nth-child(8) {
  font-size: 2.4rem;
  font-size: 1.4285714286vw;
  line-height: 2.25;
  padding-inline: 1em;
}
@media (max-width: 899px) {
  #problem .problem-items li:nth-child(1), #problem .problem-items li:nth-child(5), #problem .problem-items li:nth-child(8) {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    padding: 1.6vw 6.4vw;
  }
}
#problem .problem-items li:nth-child(3), #problem .problem-items li:nth-child(6), #problem .problem-items li:nth-child(9), #problem .problem-items li:nth-child(10), #problem .problem-items li:nth-child(12), #problem .problem-items li:nth-child(13), #problem .problem-items li:nth-child(15), #problem .problem-items li:nth-child(16) {
  font-size: 0.8333333333vw;
  line-height: 2.2857142857;
  padding-inline: 1em;
}
@media (max-width: 899px) {
  #problem .problem-items li:nth-child(3), #problem .problem-items li:nth-child(6), #problem .problem-items li:nth-child(9), #problem .problem-items li:nth-child(10), #problem .problem-items li:nth-child(12), #problem .problem-items li:nth-child(13), #problem .problem-items li:nth-child(15), #problem .problem-items li:nth-child(16) {
    font-size: 3.2vw;
    line-height: 1.1;
    padding: 1.7333333333vw 4.8vw;
  }
}
#problem .problem-items li:nth-child(2), #problem .problem-items li:nth-child(7) {
  font-size: 1.6rem;
  font-size: 0.9523809524vw;
  line-height: 3;
  padding-inline: 1em;
}
@media (max-width: 899px) {
  #problem .problem-items li:nth-child(2), #problem .problem-items li:nth-child(7) {
    font-size: 3.2vw;
    line-height: 1.1;
    padding: 1.7333333333vw 4.8vw;
  }
}
#problem .problem-items li:nth-child(4), #problem .problem-items li:nth-child(11), #problem .problem-items li:nth-child(14) {
  font-size: 1.6rem;
  font-size: 0.9523809524vw;
  line-height: 3;
  padding-inline: 1em;
}
@media (max-width: 899px) {
  #problem .problem-items li:nth-child(4), #problem .problem-items li:nth-child(11), #problem .problem-items li:nth-child(14) {
    font-size: 3.7333333333vw;
    line-height: 1.75;
    padding: 0.9333333333vw 4.8vw;
  }
}
@media (min-width: 900px) {
  #problem .problem-items li:nth-child(1), #problem .problem-items li:nth-child(2), #problem .problem-items li:nth-child(3), #problem .problem-items li:nth-child(4), #problem .problem-items li:nth-child(9), #problem .problem-items li:nth-child(10), #problem .problem-items li:nth-child(14), #problem .problem-items li:nth-child(15) {
    --fukidashi-img:url(../img/problem_bg02.svg);
  }
  #problem .problem-items li:nth-child(1) {
    left: 6.130952381vw;
  }
  #problem .problem-items li:nth-child(2) {
    top: 6.0714285714vw;
  }
  #problem .problem-items li:nth-child(3) {
    top: 6.4285714286vw;
    left: 16.130952381vw;
  }
  #problem .problem-items li:nth-child(4) {
    top: 11.25vw;
    left: 6.0119047619vw;
  }
  #problem .problem-items li:nth-child(5) {
    top: 0.9523809524vw;
    left: 45.4761904762vw;
  }
  #problem .problem-items li:nth-child(6) {
    top: 6.4285714286vw;
    left: 41.7261904762vw;
  }
  #problem .problem-items li:nth-child(7) {
    top: 6.0714285714vw;
    left: 59.7619047619vw;
  }
  #problem .problem-items li:nth-child(8) {
    top: 10.2380952381vw;
    left: 52.380952381vw;
  }
  #problem .problem-items li:nth-child(9) {
    top: 15.8333333333vw;
  }
  #problem .problem-items li:nth-child(10) {
    top: 17.7380952381vw;
    left: 19.5238095238vw;
  }
  #problem .problem-items li:nth-child(11) {
    top: 18.5119047619vw;
    left: 32.3214285714vw;
  }
  #problem .problem-items li:nth-child(12) {
    top: 14.9404761905vw;
    left: 43.4523809524vw;
  }
  #problem .problem-items li:nth-child(13) {
    top: 18.630952381vw;
    left: 57.619047619vw;
  }
  #problem .problem-items li:nth-child(14) {
    top: 20.2976190476vw;
    left: 1.25vw;
  }
  #problem .problem-items li:nth-child(15) {
    top: 22.4404761905vw;
    left: 17.7380952381vw;
  }
  #problem .problem-items li:nth-child(16) {
    top: 22.4404761905vw;
    left: 43.0357142857vw;
  }
}

#features {
  position: relative;
  padding-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  #features {
    padding-top: 54px;
    padding-bottom: 72px;
  }
}
#features::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/bg_parts03.svg) no-repeat 0 0/100% auto;
  width: 11.7857142857%;
  aspect-ratio: 198/255;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  #features::before {
    width: 15.8693333333vw;
  }
}
#features .feature-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 60px;
}
#features .feature-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.3333333333% 46.6666666667%;
  grid-template-columns: 1fr 46.6666666667%;
  gap: 3.3333333333%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  #features .feature-item {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
#features .feature-item.is-odd {
  --feature-item-padding:0 0 40px 40px;
  --feature-item-bg:url(../img/bg01.svg) no-repeat 0 100%;
  --feature-item-txt-order:2;
  --feature-item-img-order:1;
}
@media (max-width: 768px) {
  #features .feature-item.is-odd {
    --feature-item-padding:0 0 20px 23px;
  }
}
#features .feature-item.is-even {
  --feature-item-padding:0 40px 40px 0;
  --feature-item-bg:url(../img/bg02.svg) no-repeat 100% 100%;
  --feature-item-txt-order:1;
  --feature-item-img-order:2;
}
@media (max-width: 768px) {
  #features .feature-item.is-even {
    --feature-item-padding:0 0 20px 23px;
    --feature-item-bg:url(../img/bg01.svg) no-repeat 0 100%;
    --feature-item-txt-order:2;
    --feature-item-img-order:1;
  }
}
#features .feature-item .img-wrap {
  padding: var(--feature-item-padding);
  background: var(--feature-item-bg);
  -webkit-box-ordinal-group: var(--feature-item-img-order);
      -ms-flex-order: var(--feature-item-img-order);
          order: var(--feature-item-img-order);
  background-size: 100% auto;
}
@media (max-width: 768px) {
  #features .feature-item .img-wrap {
    background-size: 85.3333333333vw;
  }
}
#features .feature-item .txt-wrap {
  -webkit-box-ordinal-group: var(--feature-item-txt-order);
      -ms-flex-order: var(--feature-item-txt-order);
          order: var(--feature-item-txt-order);
  position: relative;
}
@media (max-width: 768px) {
  #features .feature-item .txt-wrap {
    padding-left: 70px;
    padding-top: 5.3333333333vw;
  }
}
#features .feature-item .img-pop {
  position: absolute;
  right: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 768px) {
  #features .feature-item .img-pop {
    position: relative;
    margin-inline: auto;
  }
}
#features .feature-item .img-pop img {
  width: 100%;
  height: auto;
}
#features .feature-item .img-pop.img-pop01 {
  width: 208px;
}
@media (max-width: 768px) {
  #features .feature-item .img-pop.img-pop01 {
    width: 41.472vw;
  }
}
#features .feature-item .img-pop.img-pop02 {
  width: 169px;
}
@media (max-width: 768px) {
  #features .feature-item .img-pop.img-pop02 {
    width: 33.6453333333vw;
  }
}
#features .feature-item .feature-title {
  position: relative;
  min-height: 110px;
  overflow: hidden;
  padding-left: 111px;
  color: var(--text-color3);
  font-weight: 700;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #features .feature-item .feature-title {
    min-height: 240px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-left: 0;
    padding-top: 76px;
    font-size: 1.6rem;
    min-width: 50px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
}
#features .feature-item .feature-title span {
  position: absolute;
  border: 1px solid var(--text-color3);
  width: 108px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: -18px;
  top: 0;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 72px;
  line-height: 108px;
  text-align: center;
}
@media (max-width: 768px) {
  #features .feature-item .feature-title span {
    width: 60px;
    line-height: 60px;
    font-size: 40px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    left: -10px;
  }
}
#features .feature-item-info {
  display: -ms-grid;
  display: grid;
  gap: 0 1.1666666667%;
}
@media (max-width: 768px) {
  #features .feature-item-info {
    gap: 10px;
  }
}
#features .feature-item-info.column2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  #features .feature-item-info.column2 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
#features .feature-item-info.column4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  #features .feature-item-info.column4 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
#features .feature-item-info .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--sub-color4);
  padding: 25px 25px 0;
  position: relative;
}
#features .feature-item-info .info-wrap a:hover {
  opacity: 0.8;
}
#features .feature-item-info .info-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 36px;
  background: #F08300;
  clip-path: polygon(0 0, 100% 0, 100% 69.44%, 0 98.61%, 0 0);
}
#features .feature-item-info .info-wrap .txt1 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#features .feature-item-info .info-wrap .txt1 span {
  display: block;
  font-size: 77.7777777778%;
}
#features .feature-item-info .info-wrap .txt2 {
  margin-top: auto;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  border-top: 1px solid currentColor;
  padding: 20px 0 33px;
}
#features .feature-item-info .info-wrap .txt3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
#features .feature-item-info .info-wrap .txt3 + .txt1 {
  padding-bottom: 30px;
}

#info {
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #info {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 999px) {
  #info .section-column05 {
    row-gap: 2.6666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
#info .info-item {
  aspect-ratio: 590/300;
  position: relative;
  background: var(--info-bg-img) no-repeat 50% 50%/cover;
}
#info .info-item:nth-child(1) {
  --info-bg-img:url(../img/info_img01.png);
  --info-text-img:url(../img/info_txt01.svg);
}
#info .info-item:nth-child(2) {
  --info-bg-img:url(../img/info_img02.png);
  --info-text-img:url(../img/info_txt02.svg);
}
#info .info-item::before {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: #6A6A6A;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#info .info-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--info-text-img) no-repeat 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  #info .info-item::after {
    background-size: auto 9.3333333333vw;
  }
}
#info .info-item:hover::before {
  opacity: 0.5;
}
#info .info-item a {
  position: relative;
  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;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#info .info-item a::before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  border: 1px solid #fff;
  margin-inline: auto;
}
#info .info-item a::after {
  content: "";
  display: block;
  background: var(--text-color5) url(../img/ornament01.png) no-repeat 0 50%/auto 100%;
  width: 314px;
  aspect-ratio: 314/120;
  position: absolute;
  left: 0;
  border-radius: 0 60px 60px 0;
}
@media (max-width: 768px) {
  #info .info-item a::after {
    width: 49.0133333333vw;
    border-radius: 0 25.3333333333vw 25.3333333333vw 0;
  }
}
#info .info-item a span {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  z-index: 1;
  color: #333;
  font-size: 2.4rem;
  padding-left: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #info .info-item a span {
    font-size: 3.7333333333vw;
    padding-left: 4.5333333333vw;
  }
}
#info .info-item a span::after {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  background: #fff url(../img/arrow02.svg) no-repeat 50% 50%/6px auto;
  border-radius: 50%;
  left: 314px;
  position: absolute;
  translate: calc(-100% - 27px);
}
@media (max-width: 768px) {
  #info .info-item a span::after {
    width: 5.0666666667vw;
    left: 49.0133333333vw;
    translate: calc(-100% - 15px);
    background-size: 0.9333333333vw;
  }
}

#seminar {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #seminar {
    padding-top: 58px;
    padding-bottom: 0;
  }
}
#seminar .seminar-lecturers {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #seminar .seminar-lecturers {
    width: 100svw;
    margin-inline: -4vw;
  }
}
#seminar .seminar-lecturers .swiper-button-next,
#seminar .seminar-lecturers .swiper-button-prev {
  background: var(--text-color4);
  width: var(--swiper-navigation-size);
  --swiper-navigation-size: 48px;
  border-radius: calc(var(--swiper-navigation-size) / 2);
  --swiper-navigation-sides-offset:-24px;
}
@media (max-width: 768px) {
  #seminar .seminar-lecturers .swiper-button-next,
  #seminar .seminar-lecturers .swiper-button-prev {
    --swiper-navigation-sides-offset:15px;
  }
}
#seminar .seminar-lecturers .swiper-button-next::after,
#seminar .seminar-lecturers .swiper-button-prev::after {
  content: "";
  width: 14px;
  aspect-ratio: 14/22;
}
#seminar .seminar-lecturers .swiper-button-next:after,
#seminar .seminar-lecturers .swiper-rtl .swiper-button-prev:after {
  background: url(../img/arrow01.svg) no-repeat 0 0/100%;
}
#seminar .seminar-lecturers .swiper-button-prev:after,
#seminar .seminar-lecturers .swiper-rtl .swiper-button-next:after {
  background: url(../img/arrow01.svg) no-repeat 0 0/100%;
  rotate: 180deg;
}
#seminar .seminar-lecturers .swiper-wrapper {
  position: relative;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
#seminar .seminar-lecturers .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  #seminar .seminar-lecturers .swiper-slide {
    -webkit-transition: opacity 0.3;
    transition: opacity 0.3;
    opacity: 0.3;
  }
}
#seminar .seminar-lecturers .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#seminar .seminar-lecturers .swiper-slide::before {
  content: "";
  background: var(--sub-color5);
  border-radius: 0 0 30px 30px;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#seminar .seminar-lecturers .swiper-slide .img-wrap {
  width: calc(100% - 50px);
  border-radius: 50%/45% 45% 0 0;
  aspect-ratio: 180/200;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}
#seminar .seminar-lecturers .swiper-slide .txt-wrap {
  background: var(--sub-color5);
  padding: 50px 25px;
  border-radius: 0 0 30px 30px;
}
#seminar .seminar-lecturers .swiper-slide .txt-wrap .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
#seminar .seminar-lecturers .swiper-slide .txt-wrap .company {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 10px;
}
#seminar .seminar-lecturers .swiper-slide .txt-wrap .position {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 5px;
  margin-top: 0;
}
#seminar .seminar-lecturers .swiper-slide .txt-wrap .name {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
}
#seminar .seminar-caution {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #seminar .seminar-caution {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
#seminar .marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  margin-top: 170px;
}
@media (max-width: 768px) {
  #seminar .marquee {
    margin-top: 80px;
  }
}
#seminar .marquee-swiper {
  height: auto;
}
#seminar .marquee-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
#seminar .marquee-swiper .swiper-slide {
  width: auto;
}
#seminar .marquee-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

#voices {
  position: relative;
  padding-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  #voices {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
#voices .voices-item {
  background: var(--sub-color2);
  padding: 20px 40px 40px;
}
@media (max-width: 768px) {
  #voices .voices-item {
    padding: 20px 6.6666666667vw 30px;
  }
}
#voices .voices-item .voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
#voices .voices-item .voice-head .voice-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-top: 28px;
}
@media (max-width: 768px) {
  #voices .voices-item .voice-head .voice-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-top: 14px;
  }
}
#voices .voices-item .voice-head .voice-job {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #voices .voices-item .voice-head .voice-job {
    font-size: 1.2rem;
  }
}

#pickup {
  background: var(--sub-color4);
  position: relative;
  padding-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  #pickup {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
#pickup .pickup-item {
  --img-bg-color: #fff;
}
#pickup .pickup-item .img-wrap {
  background: var(--img-bg-color);
  aspect-ratio: 560/314;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #pickup .pickup-item .img-wrap {
    margin-bottom: 20px;
  }
}
#pickup .pickup-item .img-wrap img {
  max-width: var(--img-max-size);
}
#pickup .pickup-item .txt-wrap .pickup-title {
  color: var(--text-color4);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  #pickup .pickup-item .txt-wrap .pickup-title {
    font-size: 2rem;
  }
}
#pickup .pickup-item:nth-child(1) {
  --img-max-size:calc(466 / 560 * 100%);
  --img-bg-color:#FCC800;
}
#pickup .pickup-item:nth-child(3) {
  --img-max-size:calc(200 / 560 * 100%);
}
#pickup .pickup-item:nth-child(4) {
  --img-max-size:calc(420 / 560 * 100%);
}
@media (max-width: 768px) {
  #pickup .pickup-item .btn {
    margin-inline: auto;
  }
}

#access {
  position: relative;
  padding-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  #access {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#access .access-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid currentColor;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #access .access-title {
    font-size: 2.1rem;
  }
}
#access .access-title span {
  font-size: 71.4285714286%;
}
#access dl {
  font-size: 1.6rem;
  line-height: 1.75;
}
#access dl dt {
  font-weight: 700;
  color: var(--text-color3);
}
#access dl dd {
  font-weight: 400;
}
#access dl dd + dt {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #access .btn {
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  #access .access-map {
    position: relative;
    left: -4vw;
    width: 100svw;
  }
}
#access .access-map iframe {
  width: 100%;
  aspect-ratio: 1200/480;
  -webkit-filter: saturate(0.4) contrast(1.1);
          filter: saturate(0.4) contrast(1.1);
}
@media (max-width: 768px) {
  #access .access-map iframe {
    aspect-ratio: 1/1;
  }
}

.cta {
  background: url(../img/bg03.png) no-repeat 50% 50%/cover;
  padding: 105px 0;
  min-height: 450px;
}
@media (max-width: 768px) {
  .cta {
    background: var(--text-color1);
    padding: 0;
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .cta .inner {
    margin-right: 0;
    margin-left: 0;
  }
}
.cta .cta-title {
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5em auto 0.5em 1fr;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 0.5em;
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.cta .cta-title span {
  white-space: nowrap;
}
.cta .cta-title::before, .cta .cta-title::after {
  content: "─";
}
.cta .cta-items {
  background: var(--text-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0;
  padding: 50px 3.8461538462% 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .cta .cta-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 8.5333333333vw 40px;
  }
}
.cta .cta-items .cta-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1100px) {
  .cta .cta-items .cta-item {
    width: 100%;
  }
}
.cta .cta-items .cta-item:nth-child(1) {
  width: calc(60.5769230769% + 50px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 50px;
  border-right: 1px solid #888;
}
@media (max-width: 1100px) {
  .cta .cta-items .cta-item:nth-child(1) {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}
.cta .cta-items .cta-item:nth-child(2) {
  width: calc(29.8076923077% + 50px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 50px;
}
@media (max-width: 1100px) {
  .cta .cta-items .cta-item:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

/*-----------------------------------------------------------
animation
-------------------------------------------------------------*/
.gsap_basic {
  opacity: 0;
}

.gsap_basic2 {
  opacity: 0;
}

.gsap_multi > * {
  opacity: 0;
}

.gsap_multi2 > * {
  opacity: 0;
}