@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,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-color: #3F464C;
  --text-color2: #000;
  --main-color1: #234C9F;
  --main-color2: #DFF2FC;
  --main-color3: #A6B9C4;
  --main-color4: #E4EAED;
  --main-color5: #B3D8EC;
  --main-color6: #EFF8FD;
  --header-height:88px;
}
@media (max-width: 768px) {
  :root {
    --header-height:64px;
  }
}

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

@media (max-width: 768px) {
  .fs10sp {
    font-size: 1rem !important;
  }
  .fs11sp {
    font-size: 1.1rem !important;
  }
  .fs12sp {
    font-size: 1.2rem !important;
  }
  .fs13sp {
    font-size: 1.3rem !important;
  }
  .fs14sp {
    font-size: 1.4rem !important;
  }
  .fs15sp {
    font-size: 1.5rem !important;
  }
  .fs16sp {
    font-size: 1.6rem !important;
  }
  .fs17sp {
    font-size: 1.7rem !important;
  }
  .fs18sp {
    font-size: 1.8rem !important;
  }
  .fs19sp {
    font-size: 1.9rem !important;
  }
  .fs20sp {
    font-size: 2rem !important;
  }
  .fs21sp {
    font-size: 2.1rem !important;
  }
  .fs22sp {
    font-size: 2.2rem !important;
  }
  .fs23sp {
    font-size: 2.3rem !important;
  }
  .fs24sp {
    font-size: 2.4rem !important;
  }
  .fs25sp {
    font-size: 2.5rem !important;
  }
  .fs26sp {
    font-size: 2.6rem !important;
  }
  .fs27sp {
    font-size: 2.7rem !important;
  }
  .fs28sp {
    font-size: 2.8rem !important;
  }
  .fs29sp {
    font-size: 2.9rem !important;
  }
  .fs30sp {
    font-size: 3rem !important;
  }
  .fs31sp {
    font-size: 3.1rem !important;
  }
  .fs32sp {
    font-size: 3.2rem !important;
  }
  .fs33sp {
    font-size: 3.3rem !important;
  }
  .fs34sp {
    font-size: 3.4rem !important;
  }
  .fs35sp {
    font-size: 3.5rem !important;
  }
  .fs36sp {
    font-size: 3.6rem !important;
  }
  .fs37sp {
    font-size: 3.7rem !important;
  }
  .fs38sp {
    font-size: 3.8rem !important;
  }
  .fs39sp {
    font-size: 3.9rem !important;
  }
  .fs40sp {
    font-size: 4rem !important;
  }
  .fs41sp {
    font-size: 4.1rem !important;
  }
  .fs42sp {
    font-size: 4.2rem !important;
  }
  .fs43sp {
    font-size: 4.3rem !important;
  }
  .fs44sp {
    font-size: 4.4rem !important;
  }
  .fs45sp {
    font-size: 4.5rem !important;
  }
  .fs46sp {
    font-size: 4.6rem !important;
  }
  .fs47sp {
    font-size: 4.7rem !important;
  }
  .fs48sp {
    font-size: 4.8rem !important;
  }
  .fs49sp {
    font-size: 4.9rem !important;
  }
  .fs50sp {
    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;
}

/*-----------------------------------------------------------
base
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html:not(:has(#mv)) {
  scroll-padding-top: var(--header-height);
}

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-color);
  background-color: var(--main-color2);
}
body:not(:has(#mv)) {
  padding-top: var(--header-height);
}
body.is-on-menu {
  overflow: clip;
  --header-bg-color: var(--main-color2);
}
@media (max-width: 768px) {
  body.is-on-menu {
    height: 100svh;
  }
}
body.is-on-menu #mv,
body.is-on-menu #main,
body.is-on-menu #cta,
body.is-on-menu #breadcrumb,
body.is-on-menu #footer {
  pointer-events: none;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
body {
  /* color vars */
  --header-main-color: var(--main-color1);
  --header-reverse-color: #fff;
  --header-bg-color: var(--main-color2);
  --header-txt-color: #231815;
  --header-entry-arrow-bg-color: var(--header-main-color);
  --header-entry-arrow-url: url(../img/arrow01b.svg);
}
body.is-scroll {
  --header-bg-color:#fff;
}
body.is-scroll.is-on-menu {
  --header-bg-color: var(--main-color2);
}
body:has(#mv) {
  background-color: var(--main-color1);
  --header-main-color: #fff;
  --header-reverse-color: var(--main-color1);
  --header-txt-color: #fff;
  --header-bg-color: transparent;
  --header-entry-arrow-bg-color: var(--header-main-color);
  --header-entry-arrow-url: url(../img/arrow01.svg);
}
body:has(#mv).is-on-menu {
  --header-main-color: var(--main-color1);
  --header-reverse-color: #fff;
  --header-bg-color: var(--main-color2);
  --header-txt-color: #231815;
  --header-entry-arrow-bg-color: var(--header-main-color);
  --header-entry-arrow-url: url(../img/arrow01b.svg);
}
body:has(#mv).is-scroll {
  --header-main-color: var(--main-color1);
  --header-reverse-color: #fff;
  --header-txt-color: #231815;
  --header-bg-color: #fff;
  --header-entry-arrow-bg-color: var(--header-main-color);
  --header-entry-arrow-url: url(../img/arrow01b.svg);
}
body:has(#mv).is-scroll.is-on-menu {
  --header-bg-color: var(--main-color2);
  --header-entry-arrow-bg-color: var(--header-main-color);
  --header-entry-arrow-url: url(../img/arrow01b.svg);
}

#mv,
#main,
#cta,
#footer {
  -webkit-transition: 0.3s -webkit-filter 0.3s ease-in-out;
  transition: 0.3s -webkit-filter 0.3s ease-in-out;
  transition: 0.3s filter 0.3s ease-in-out;
  transition: 0.3s filter 0.3s ease-in-out, 0.3s -webkit-filter 0.3s ease-in-out;
}

#wrap {
  position: relative;
  overflow: hidden;
}
#main {
  background: #fff;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  #main {
    padding-bottom: 40px;
  }
}

.inner {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1240px) {
  .inner {
    margin-inline: clamp(20px, 4vw, 120px);
  }
}
@media (max-width: 768px) {
  .inner {
    margin-inline: 4vw;
  }
}

.title-style01 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .title-style01 {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 32px;
  }
}
.title-style01 span {
  color: var(--main-color1);
}
.title-style01.-type2 {
  line-height: 1.5;
  margin-bottom: 36px;
  text-align: left;
}
@media (max-width: 768px) {
  .title-style01.-type2 {
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.title-style02 {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .title-style02 {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.title-style02 span {
  color: var(--main-color1);
}

.title-style04 {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .title-style04 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.title-style04 span {
  color: var(--main-color1);
}

.title-style05 {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 150%;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .title-style05 {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.title-style05 span:not(.min) {
  display: block;
  color: var(--main-color1);
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: calc(22 / 14);
  letter-spacing: 0.24em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .title-style05 span:not(.min) {
    font-size: 1.2rem;
    line-height: calc(19 / 12);
    text-align: center;
    margin-bottom: 4px;
  }
}
.title-style05 span.min {
  font-size: 2rem;
  letter-spacing: 0;
}

.title-style06 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 175%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .title-style06 {
    font-size: 1.6rem;
    line-height: 150%;
    margin-bottom: 24px;
  }
}
.title-style06 span {
  color: var(--main-color1);
}
.title-style06.-type2 {
  margin-bottom: 48px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .title-style06.-type2 {
    font-size: 1.8rem;
  }
}

.title-style07 {
  background: var(--main-color2);
  border-radius: 100vmax;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 175%;
  margin-block: 32px;
  padding: 12px 29px;
}
@media (max-width: 768px) {
  .title-style07 {
    font-size: 1.4rem;
    line-height: 125%;
    margin-block: 32px 16px;
    padding: 7px 16px;
  }
}

.title-style08 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 150%;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .title-style08 {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.title-style08 span {
  display: block;
  color: var(--main-color1);
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: calc(50 / 32);
  letter-spacing: 0.24em;
  margin-bottom: -4px;
}
@media (max-width: 768px) {
  .title-style08 span {
    font-size: 2.4rem;
    line-height: calc(38 / 24);
    margin-bottom: 0;
  }
}

.title-style09 {
  background: var(--main-color1);
  border-radius: 100vmax;
  color: #fff;
  padding-inline: 24px;
  text-align: center;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 150%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-inline: auto;
  margin-bottom: 11px;
}

.title-style10 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .title-style10 {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.title-style10::after {
  content: "";
  width: 31px;
  height: 1px;
  position: absolute;
  background-color: var(--main-color3);
  margin-inline: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .title-style10::after {
    height: 2px;
  }
}

.txt-style01 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .txt-style01 {
    font-size: 1.6rem;
  }
}
.txt-style01.-type2 {
  line-height: 2;
}
.txt-style01.-type2 + .txt-style01 {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .txt-style01.-type2 + .txt-style01 {
    line-height: 2.3;
    letter-spacing: 0;
  }
}

.txt-style02 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 175%;
}
@media (max-width: 768px) {
  .txt-style02 {
    font-weight: 400;
    font-size: 1.4rem;
  }
}
.txt-style02 + .txt-style02 {
  margin-top: 1.75em;
}

.txt-style03 {
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.24em;
  color: var(--main-color3);
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .txt-style03 {
    margin-bottom: 17px;
  }
}

.txt-style04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 150%;
  gap: 24px;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .txt-style04 {
    gap: 16px;
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.txt-style04 > span {
  color: var(--main-color1);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  padding-right: 16px;
  border-right: 1px solid var(--main-color3);
  white-space: nowrap;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .txt-style04 > span {
    min-width: 35px;
    line-height: calc(47 / 16);
  }
}
.txt-style04.-type2 {
  color: #fff;
  background-color: var(--main-color1);
  font-size: 4rem;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  gap: 32px;
  padding: 36px 32px;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 768px) {
  .txt-style04.-type2 {
    font-size: 2.4rem;
    letter-spacing: 0;
    gap: 16px;
    padding: 16px 12px;
  }
}
.txt-style04.-type2 > span {
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 125%;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 4px 32px 3px 0;
}
@media (max-width: 768px) {
  .txt-style04.-type2 > span {
    font-size: 0.8rem;
    padding: 6px 12px 6px 0;
  }
}
.txt-style04.-type2 > span span {
  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;
  gap: 0 7px;
  font-size: 1.8rem;
  padding-top: 3px;
}
@media (max-width: 768px) {
  .txt-style04.-type2 > span span {
    font-size: 1.2rem;
    gap: 0 4px;
  }
}
.txt-style04.-type2 > span span::before {
  display: block;
  content: "";
  background: url(../img/keyword_icon.svg) no-repeat 0 0/100%;
  width: 24px;
  aspect-ratio: 24/13;
}
@media (max-width: 768px) {
  .txt-style04.-type2 > span span::before {
    width: 16px;
  }
}
@media (max-width: 768px) {
  .txt-style04.-type3 {
    font-size: 2.4rem;
  }
}

.txt-style05 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .txt-style05 {
    font-size: 1.6rem;
  }
}
.txt-style05:has(+ p) {
  margin-bottom: 2em;
}

.txt-style06 {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
.txt-style06:has(+ p) {
  margin-top: 1.8em;
}

@media (max-width: 768px) {
  .basic-data-list1 {
    padding-top: 8px;
  }
}
.basic-data-list1 .data-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .basic-data-list1 .data-list-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.basic-data-list1 .data-list-row:not(:last-child) {
  border-bottom: 1px solid var(--main-color3);
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .basic-data-list1 .data-list-row:not(:last-child) {
    padding-bottom: 24px;
  }
}
.basic-data-list1 .data-list-row:not(:first-child) {
  padding-top: 32px;
}
@media (max-width: 768px) {
  .basic-data-list1 .data-list-row:not(:first-child) {
    padding-top: 24px;
  }
}
.basic-data-list1 dt {
  width: 250px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 125%;
}
@media (max-width: 768px) {
  .basic-data-list1 dt {
    width: 100%;
    font-size: 1.4rem;
  }
}
.basic-data-list1 dd {
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  .basic-data-list1 dd {
    width: 100%;
  }
}

.basic-list1 li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  position: relative;
  padding-left: 27px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .basic-list1 li {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 175%;
    padding-left: 22px;
  }
}
.basic-list1 li::before {
  content: "";
  display: block;
  min-width: 4px;
  width: 4px;
  aspect-ratio: 1/1;
  background-color: currentColor;
  border-radius: 100vmax;
  top: 11px;
  left: 10px;
  position: absolute;
}
@media (max-width: 768px) {
  .basic-list1 li::before {
    min-width: 4px;
    width: 4px;
    top: 11px;
    left: 9px;
  }
}
.basic-list1.-type2 {
  color: var(--main-color1);
}
.basic-list1.-type2 li:not(:first-child) {
  margin-top: 8px;
}

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

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

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

@media (max-width: 768px) {
  .align-right_sp {
    text-align: right !important;
  }
  .align-left_sp {
    text-align: left !important;
  }
  .align-center_sp {
    text-align: center !important;
  }
}
a.basic-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--main-color1);
  font-weight: 700;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.basic-link[target=_blank]::before {
  content: "";
  display: block;
  background: var(--main-color1) url(../img/arrow02b.svg) no-repeat 50% 50%/6px auto;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
}

a:not(.icon-link)[target=_blank] {
  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;
  gap: 0 8px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
}
a:not(.icon-link)[target=_blank]::after {
  content: "";
  background: url(../img/arrow02.svg) no-repeat 0 0/100% auto;
  width: 10px;
  aspect-ratio: 1/1;
  display: block;
}
a:not(.icon-link)[target=_blank].-type2::after {
  background: url(../img/arrow02c.svg) no-repeat 0 0/100% auto;
}

*.instagram {
  padding-right: 8px;
}
*.instagram a {
  display: block;
  background: url(../img/icon_instagram.svg) no-repeat 0 0/100% auto;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
*.instagram a:hover {
  opacity: 0.5;
}

a.animate-link {
  text-decoration: none;
}
a.animate-link span {
  display: inline-block;
  position: relative;
}
a.animate-link span::after {
  content: "";
  display: block;
  width: 0;
  background: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.5s;
  transition: opacity 0.5s, width 0.5s;
}
a.animate-link:hover span::after {
  width: 100%;
  opacity: 1;
}

.global-nav-links li:not(.instagram) a,
.animate-links li:not(.instagram) a {
  text-decoration: none;
}
.global-nav-links li:not(.instagram) a span,
.animate-links li:not(.instagram) a span {
  display: inline-block;
  position: relative;
}
.global-nav-links li:not(.instagram) a span::after,
.animate-links li:not(.instagram) a span::after {
  content: "";
  display: block;
  width: 0;
  background: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, width 0.5s ease-in-out;
  transition: opacity 0.3s ease-in-out, width 0.5s ease-in-out;
}
.global-nav-links li:not(.instagram) a:hover span::after,
.animate-links li:not(.instagram) a:hover span::after {
  width: 100%;
  opacity: 1;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@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;
  padding: 0 35px;
  height: 60px;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--btn_bg_color);
  position: relative;
  border-radius: 100vmax;
  border: solid 1px var(--btn_border_color);
  color: var(--btn_txt_color);
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  --btn_bg_color: var(--main-color1);
  --btn_border_color: var(--main-color1);
  --btn_txt_color: #fff;
}
@media (max-width: 1024px) {
  .btn {
    height: 72px;
  }
}
.btn:hover {
  --btn_bg_color: transparent;
  --btn_border_color: var(--main-color1);
  --btn_txt_color: var(--main-color1);
}
.btn:has(.btn-label1 + .btn-label2) {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn .btn-label1 {
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.16em;
}
.btn .btn-label2 {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 500;
}
.btn.size2 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .btn.size2 {
    padding: 0 24px;
    font-size: 1.2rem;
    height: 48px;
  }
}
.btn.arrow1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  padding-right: 26px;
}
.btn.arrow1::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100vmax;
  background: #fff url(../img/arrow01.svg) no-repeat 50% 50%/10px auto;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn.arrow1:hover::before {
  background: var(--main-color1) url(../img/arrow01b.svg) no-repeat 50% 50%/10px auto;
}
.btn.arrow2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  padding-right: 26px;
  padding-right: 80px;
}
.btn.arrow2::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100vmax;
  background: #fff url(../img/arrow03.svg) no-repeat 50% 50%/10px auto;
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 768px) {
  .btn.arrow2::before {
    width: 24px;
    height: 24px;
    right: 12px;
  }
}
.btn.arrow2:hover::before {
  scale: 1.25;
}
.btn.arrow3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .btn.arrow3 {
    padding-right: 60px;
  }
}
.btn.arrow3::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100vmax;
  background: var(--main-color1) url(../img/arrow03b.svg) no-repeat 50% 50%/10px auto;
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: scale 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 768px) {
  .btn.arrow3::before {
    width: 24px;
    height: 24px;
    right: 12px;
  }
}
.btn.arrow3:hover::before {
  background: #fff url(../img/arrow03.svg) no-repeat 50% 50%/10px auto;
  scale: 1.25;
}
.btn.basic1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 264px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  padding-left: 32px;
  height: 64px;
  -webkit-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
  --btn_bg_color: var(--main-color1);
  --btn_border_color: var(--main-color1);
  --btn_txt_color: #fff;
}
@media (max-width: 768px) {
  .btn.basic1 {
    min-width: 210px;
    height: 48px;
    font-size: 1.4rem;
    padding-left: 28px;
  }
}
.btn.basic1:hover {
  padding-left: 48px;
}
@media (max-width: 768px) {
  .btn.basic1:hover {
    padding-left: 42px;
  }
}
.btn.basic2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 291px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  padding-left: 32px;
  height: 64px;
  -webkit-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
  --btn_bg_color: var(--main-color1);
  --btn_border_color: var(--main-color1);
  --btn_txt_color: #fff;
}
@media (max-width: 768px) {
  .btn.basic2 {
    min-width: 255px;
    height: 48px;
    font-size: 1.4rem;
    padding-left: 28px;
  }
}
.btn.basic2:hover {
  padding-left: 48px;
}
@media (max-width: 768px) {
  .btn.basic2:hover {
    padding-left: 42px;
  }
}
.btn.search {
  min-width: 264px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .btn.search {
    font-size: 1.4rem;
    min-width: 210px;
    height: 48px;
    gap: 0 8px;
  }
}
.btn.search::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_search.svg) no-repeat 50% 50%/100% auto;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .btn.search::before {
    width: 18px;
    height: 18px;
  }
}
.btn.search:hover::before {
  background: url(../img/icon_search_b.svg) no-repeat 50% 50%/100% auto;
}
.btn.btn_reverse {
  --btn_bg_color: transparent;
  --btn_border_color: var(--main-color1);
  --btn_txt_color: var(--main-color1);
}
.btn.btn_reverse:hover {
  --btn_bg_color: var(--main-color1);
  --btn_border_color: var(--main-color1);
  --btn_txt_color: #fff;
}
.btn.btn_reverse2 {
  --btn_bg_color: #fff;
  --btn_border_color: var(--main-color1);
  --btn_txt_color: var(--main-color1);
}
.btn.btn_reverse2:hover {
  --btn_bg_color: var(--main-color1);
  --btn_border_color: var(--main-color1);
  --btn_txt_color: #fff;
}
.btn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

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

/*-----------------------------------------------------------
header
-------------------------------------------------------------*/
#header {
  position: fixed;
  inset: 0;
  background-color: var(--header-bg-color);
  width: 100%;
  height: var(--header-height);
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 100;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 237px 40px auto 40px 224px;
  grid-template-columns: 237px auto 224px;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 24px 96px;
}
@media (max-width: 1024px) {
  .header-container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-inline: 15px 0;
  }
}

.header-logo a {
  color: var(--header-txt-color);
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
  opacity: 1;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-logo a svg {
  aspect-ratio: 237/48;
}
@media (max-width: 1024px) {
  .header-logo a svg {
    width: auto;
    height: 40px;
  }
}

.header-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 1024px) {
  .header-link {
    display: none;
  }
}
.header-link a {
  color: var(--header-main-color);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.header-entry {
  width: 100%;
  margin-inline: auto 0;
}
@media (max-width: 1024px) {
  .header-entry {
    display: none;
  }
}
.header-entry a.btn.arrow1 {
  border: 1px solid var(--header-main-color);
  padding-left: 0;
  --btn_bg_color: transparent;
  --btn_border_color: var(--header-main-color);
  --btn_txt_color: var(--header-main-color);
}
.header-entry a.btn.arrow1::before {
  --header-entry-arrow-bg-color: var(--header-main-color);
  --header-entry-arrow-url: url(../img/arrow01b.svg);
  background: var(--header-entry-arrow-bg-color) var(--header-entry-arrow-url) no-repeat 50% 50%/10px auto;
}
.header-entry a.btn.arrow1:hover {
  --btn_bg_color: var(--header-main-color);
  --btn_border_color: var(--header-main-color);
  --btn_txt_color: var(--header-reverse-color);
}
.header-entry a.btn.arrow1:hover::before {
  --header-bg-color: var(--header-main-color);
  --header-entry-arrow-bg-color: var(--header-reverse-color);
  --header-entry-arrow-url: url(../img/arrow01.svg);
}

body:has(#mv) .header-entry a.btn.arrow1::before {
  --header-entry-arrow-url: url(../img/arrow01.svg);
}
body:has(#mv) .header-entry a.btn.arrow1:hover::before {
  --header-entry-arrow-url: url(../img/arrow01b.svg);
}
body:has(#mv).is-on-menu .header-entry a.btn.arrow1::before {
  --header-entry-arrow-url: url(../img/arrow01b.svg);
}
body:has(#mv).is-on-menu .header-entry a.btn.arrow1:hover::before {
  --header-entry-arrow-url: url(../img/arrow01.svg);
}
body:has(#mv).is-scroll .header-entry a.btn.arrow1::before {
  --header-entry-arrow-url: url(../img/arrow01b.svg);
}
body:has(#mv).is-scroll .header-entry a.btn.arrow1:hover::before {
  --header-entry-arrow-url: url(../img/arrow01.svg);
}

.toggle-menu-button {
  width: 56px;
  aspect-ratio: 1/1;
  background-color: var(--header-main-color);
  border-radius: 100vmax;
  cursor: pointer;
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  top: 16px;
  right: 24px;
  z-index: 101;
}
@media (max-width: 768px) {
  .toggle-menu-button {
    width: 48px;
    top: 8px;
    right: 8px;
  }
}
.toggle-menu-button span {
  display: block;
  margin-inline: auto;
  width: 24px;
  height: 2px;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.75px;
  background-color: var(--header-reverse-color);
  -webkit-transition: rotate 0.3s ease-in-out, translate 0.3s ease-in-out, opacity 0.1s ease-in-out;
  transition: rotate 0.3s ease-in-out, translate 0.3s ease-in-out, opacity 0.1s ease-in-out;
}
@media (max-width: 768px) {
  .toggle-menu-button span {
    width: 16px;
    height: 1px;
  }
}
.toggle-menu-button span:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .toggle-menu-button span:not(:last-child) {
    margin-bottom: 6px;
  }
}
.toggle-menu-button.is-open span:first-child {
  rotate: 45deg;
  translate: 0 8px;
}
@media (max-width: 768px) {
  .toggle-menu-button.is-open span:first-child {
    translate: 0 7px;
  }
}
.toggle-menu-button.is-open span:nth-child(2) {
  opacity: 0;
}
.toggle-menu-button.is-open span:nth-child(3) {
  rotate: 135deg;
  translate: 0 -8px;
}
@media (max-width: 768px) {
  .toggle-menu-button.is-open span:nth-child(3) {
    translate: 0 -7px;
  }
}

/*-----------------------------------------------------------
nav
-------------------------------------------------------------*/
.global-nav {
  padding-bottom: 220px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  overflow-y: auto;
  -webkit-transition: opacity 0.3s ease-in-out, translate 0.8s ease-in-out;
  transition: opacity 0.3s ease-in-out, translate 0.8s ease-in-out;
  opacity: 0;
  pointer-events: none;
  translate: 0 -100%;
}
@media (max-width: 768px) {
  .global-nav {
    height: 96svh;
    overflow: hidden;
    padding-block: var(--header-height) 70px;
  }
}
.global-nav::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 220px);
  background: var(--main-color2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .global-nav::before {
    display: none;
  }
}
.global-nav::after {
  content: "";
  background: url(../img/bg_wave2.svg) no-repeat 50% 100%/100% 220px;
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .global-nav::after {
    background-size: 100% 70px;
    height: 70px;
    bottom: 0;
  }
}
.global-nav.is-open {
  translate: 0 0;
  opacity: 1;
  pointer-events: auto;
}
.global-nav a:not(.btn) {
  color: var(--text-color);
  text-decoration: none;
}

.global-nav-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 170px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .global-nav-inner {
    margin-right: 1.7857142857vw;
    margin-left: 1.7857142857vw;
  }
}
@media (max-width: 768px) {
  .global-nav-inner {
    max-width: 100%;
    padding-block: 44px 70px;
    padding-inline: 40px;
    height: calc(100svh - var(--header-height) - 70px);
    overflow-y: scroll;
    background: var(--main-color2);
  }
}

.global-nav-entry {
  display: none;
}
@media (max-width: 768px) {
  .global-nav-entry {
    display: block;
    margin-bottom: 56px;
  }
  .global-nav-entry .btn {
    color: var(--btn_txt_color);
  }
}

.global-nav-columns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.7857142857vw;
}
@media (max-width: 768px) {
  .global-nav-columns {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px;
  }
}

.category-title {
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom: 20px;
}
.category-title.is-people {
  background: url(../img/category_title_people.webp) no-repeat 0 0/auto 100%;
  width: 178px;
  height: 36px;
}
@media (max-width: 768px) {
  .category-title.is-people {
    width: auto;
    background-size: auto 100%;
    height: 32px;
  }
}
.category-title.is-jobs {
  background: url(../img/category_title_jobs.webp) no-repeat 0 0/auto 100%;
  width: 211px;
  height: 36px;
}
@media (max-width: 768px) {
  .category-title.is-jobs {
    width: auto;
    background-size: auto 100%;
    height: 32px;
  }
}
.category-title.is-company {
  background: url(../img/category_title_company.webp) no-repeat 0 0/auto 100%;
  width: 231px;
  height: 35px;
}
@media (max-width: 768px) {
  .category-title.is-company {
    width: auto;
    background-size: auto 100%;
    height: 32px;
  }
}

.global-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.global-nav-links li a {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--text-color);
  position: relative;
  padding-left: 16px;
}
.global-nav-links li a::before {
  content: "";
  width: 8px;
  height: 1px;
  background: var(--main-color3);
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: background 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, height 0.3s ease-in-out;
}
.global-nav-links li a:hover::before {
  height: 8px;
  background: var(--main-color1);
}

.global-nav-footer {
  position: relative;
  z-index: 10;
  padding-top: 58px;
}
@media (max-width: 768px) {
  .global-nav-footer {
    padding-top: 48px;
  }
}
.global-nav-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .global-nav-footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.global-nav-footer ul li a {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
}

/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
#breadcrumb {
  padding-block: 30px;
  overflow-x: auto;
  scrollbar-color: #999 var(--main-color2);
  scrollbar-width: thin;
}
@media (max-width: 768px) {
  #breadcrumb {
    padding-block: 20px;
  }
}
#breadcrumb::-webkit-scrollbar {
  height: 6px;
}
#breadcrumb::-webkit-scrollbar-track {
  background: var(--main-color2);
}
#breadcrumb::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 0;
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
#breadcrumb ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
}
#breadcrumb ul li a {
  color: var(--main-color1);
  text-decoration: underline;
}
#breadcrumb ul li a:hover {
  text-decoration: none;
}
#breadcrumb ul li:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#breadcrumb ul li:not(:first-child)::before {
  content: "-";
  display: inline-block;
}

#cta {
  background: var(--main-color1);
  -ms-flex-line-pack: center;
      align-content: center;
  height: 536px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #cta {
    height: auto;
    padding-block: 48px 56px;
  }
}

.cta-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 398px 350px 398px;
  grid-template-columns: 398px 350px 398px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 1025px) and (max-width: 1210px) {
  .cta-columns {
    scale: 0.8;
    translate: 5vw;
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}
@media (max-width: 1024px) {
  .cta-columns {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    width: 100%;
  }
}

.cta-job-frame {
  background: var(--cta-job-frame-img) no-repeat 0 0/auto 100%;
  height: 242px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 1024px) {
  .cta-job-frame {
    background-size: 100% auto;
    padding-inline: 40px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    height: auto;
    max-width: 350px;
    margin-inline: auto;
  }
}
.cta-job-frame .title {
  background: var(--cta-job_name-img) no-repeat 50% 0/auto var(--cta-job_name-height);
  height: var(--cta-job_name-height);
  text-indent: -9999px;
  overflow: hidden;
  width: auto;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .cta-job-frame .title {
    margin-bottom: 12px;
  }
}
.cta-job-frame .txt1 {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
@media (max-width: 1024px) {
  .cta-job-frame .txt1 {
    font-size: 1.4rem;
  }
}
.cta-job-frame .txt2 {
  display: block;
  border: 1px solid var(--main-color5);
  color: #fff;
  border-radius: 100vmax;
  width: 296px;
  height: 40px;
  font-size: 1.4rem;
  line-height: calc(38 / 14);
  text-align: center;
  margin: 28px auto 0;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .cta-job-frame .txt2 {
    width: 100%;
    margin-top: 13px;
  }
}
.cta-job-frame .txt2:hover {
  color: var(--main-color1);
  background: #fff;
}
.cta-job-frame .txt2[target=_blank] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 296px;
  height: 40px;
}
@media (max-width: 1024px) {
  .cta-job-frame .txt2[target=_blank] {
    width: 100%;
  }
}
.cta-job-frame .txt2[target=_blank]::after {
  --arrow-img:url(../img/arrow02b.svg);
  background: var(--arrow-img) no-repeat 0 0/100% auto;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .cta-job-frame .txt2[target=_blank]::after {
    width: 7px;
  }
}
.cta-job-frame .txt2[target=_blank]:hover::after {
  --arrow-img:url(../img/arrow02c.svg);
}

.cta-job1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 73px;
  --cta-job-frame-img:url(../img/cta_frame1.svg);
  --cta-job_name-img:url(../img/cta_job_name1.svg);
  --cta-job_name-height:40px;
}
@media (max-width: 1024px) {
  .cta-job1 {
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    --cta-job-frame-img:url(../img/cta_frame3.svg);
    --cta-job_name-height:27px;
  }
}
.cta-job1 .cta-job-frame {
  padding-right: 59px;
}
@media (max-width: 1024px) {
  .cta-job1 .cta-job-frame {
    background-position: 50% 0;
    padding: 79px 24px 24px;
    position: relative;
  }
  .cta-job1 .cta-job-frame::after {
    content: "";
    width: auto;
    height: 1px;
    margin-inline: 31px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

.cta-job2 {
  padding-top: 73px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  --cta-job-frame-img:url(../img/cta_frame2.svg);
  --cta-job_name-img:url(../img/cta_job_name2.svg);
  --cta-job_name-height:41px;
}
@media (max-width: 1024px) {
  .cta-job2 {
    padding-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    --cta-job-frame-img:url(../img/cta_frame3.svg);
    --cta-job_name-height:28px;
  }
}
.cta-job2 .cta-job-frame {
  padding-left: 37px;
}
@media (max-width: 1024px) {
  .cta-job2 .cta-job-frame {
    background-position: 50% bottom;
    padding: 20px 24px 38px;
  }
}

.cta-entry {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1024px) {
  .cta-entry {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 18px;
  }
}
.cta-entry a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/cta_entry.webp) no-repeat 0 0/100%;
  width: 350px;
  aspect-ratio: 700/799;
}
@media (max-width: 1024px) {
  .cta-entry a {
    width: 245px;
  }
}
.cta-entry a:hover {
  background: url(../img/cta_entry_hover.webp) no-repeat 0 0/100%;
}

.cta-link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 58px 0 0 auto;
  gap: 8px;
}
@media (max-width: 1024px) {
  .cta-link {
    margin: 32px auto 0;
  }
}
.cta-link::before {
  content: "";
  display: block;
  background: #fff url(../img/arrow03.svg) no-repeat 50% 50%/8px;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
}

#footer {
  width: 100%;
  background-color: var(--main-color2);
  padding: 80px 0 40px;
  position: relative;
}
@media (max-width: 768px) {
  #footer {
    padding: 64px 0 48px;
  }
}

.footer-logo {
  padding-top: 50px;
  width: 242px;
  aspect-ratio: 242/49;
}
@media (max-width: 768px) {
  .footer-logo {
    padding-top: 48px;
    width: 197px;
  }
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-container {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer-container {
    padding: 0 10.6666666667vw;
    gap: 32px;
  }
}

.footer-links {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
.footer-links a {
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}
@media (max-width: 768px) {
  .footer-bottom {
    margin-top: 17px;
  }
}
.footer-bottom p {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .footer-bottom p {
    font-size: 1rem;
  }
}

.page-top-button {
  background: url("../img/totop.webp") no-repeat 0 0/100% auto;
  width: 109px;
  aspect-ratio: 109/132;
  position: absolute;
  right: 16px;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: scale 0.3s ease-in-out, bottom 0.5s ease-in;
  transition: scale 0.3s ease-in-out, bottom 0.5s ease-in;
}
@media (max-width: 768px) {
  .page-top-button {
    width: 76px;
    right: 12px;
    bottom: 108px;
  }
}
.page-top-button:hover {
  scale: 1.1 1.1;
}
.page-top-button.on-scroll {
  position: fixed;
  background: url("../img/totop_scroll.webp") no-repeat 50% 50%/90% auto;
  bottom: 55%;
}

/*-----------------------------------------------------------
index
-------------------------------------------------------------*/
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  background-color: #ffffff;
  z-index: 9999;
  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;
}
#splash #splash-stage {
  width: 300px;
  height: 100%;
}

body.is-splash-complete {
  overflow: auto;
}

body:has(#splash) {
  overflow: clip;
}
body:has(#splash).is-splash-complete {
  overflow: auto;
}

#mv {
  background-color: var(--main-color1);
  position: relative;
  min-height: 100svh;
  overflow: clip;
  padding-top: var(--header-height);
}
#mv .mv-bg-wave {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1680/378;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  #mv .mv-bg-wave {
    aspect-ratio: 375/153;
  }
}
#mv .mv-bg-wave::after {
  content: "";
  background: url(../img/bg_wave4.svg) no-repeat 50% 0/100% 100%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#mv .mv-bg-parts1,
#mv .mv-bg-parts2,
#mv .mv-bg-parts3,
#mv .mv-bg-parts4 {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#mv .mv-bg-parts1::before, #mv .mv-bg-parts1::after,
#mv .mv-bg-parts2::before,
#mv .mv-bg-parts2::after,
#mv .mv-bg-parts3::before,
#mv .mv-bg-parts3::after,
#mv .mv-bg-parts4::before,
#mv .mv-bg-parts4::after {
  content: "";
  position: absolute;
}
#mv .mv-bg-parts1::before, #mv .mv-bg-parts1::after {
  bottom: 0;
}
#mv .mv-bg-parts1::before {
  background: url(../img/mv_bg_parts1_a.svg) no-repeat 0 0/100% auto;
  aspect-ratio: 458.32/474.66;
  width: 27.2619047619vw;
  left: 0;
  translate: -25% 32%;
}
@media (max-width: 768px) {
  #mv .mv-bg-parts1::before {
    width: 54.9973333333vw;
    translate: -24.5333333333vw 29.7%;
  }
}
#mv .mv-bg-parts1::after {
  background: url(../img/mv_bg_parts1_b.svg) no-repeat 0 0/100% auto;
  aspect-ratio: 503.54/458.09;
  width: 30vw;
  right: 0;
  translate: 30.9% 36.5%;
}
@media (max-width: 768px) {
  #mv .mv-bg-parts1::after {
    width: 60.5333333333vw;
    translate: 20.9573333333vw 34%;
  }
}
#mv .mv-bg-parts2::before, #mv .mv-bg-parts2::after {
  background: url(../img/mv_bg_parts2.svg) no-repeat 0 0/100% auto;
  aspect-ratio: 1/1;
  width: 9.5238095238vw;
}
@media (max-width: 768px) {
  #mv .mv-bg-parts2::before, #mv .mv-bg-parts2::after {
    width: 21.3333333333vw;
  }
}
#mv .mv-bg-parts2::before {
  top: 57.3333333333%;
  left: 0;
  translate: -31.25% 0;
}
@media (max-width: 768px) {
  #mv .mv-bg-parts2::before {
    translate: -7.7333333333vw 0;
  }
}
#mv .mv-bg-parts2::after {
  top: 23.0476190476%;
  right: 0;
  translate: 23.75% 0;
}
@media (max-width: 768px) {
  #mv .mv-bg-parts2::after {
    translate: 4.5333333333vw 0;
  }
}
#mv .mv-bg-parts3::before {
  background: url(../img/mv_bg_parts2.svg) no-repeat 0 0/100% auto;
  width: 2.8571428571vw;
  aspect-ratio: 1/1;
  top: 13.8095238095%;
  right: 28.8095238095vw;
}
@media (max-width: 768px) {
  #mv .mv-bg-parts3::before {
    width: 6.4vw;
    top: 14.2857142857%;
    left: 58.1333333333vw;
  }
}
#mv .mv-bg-parts3::after {
  background: url(../img/mv_bg_parts3.svg) no-repeat 0 0/100% auto;
  aspect-ratio: 1/1;
  width: 4.7619047619vw;
  top: 15.2380952381%;
  right: 26.0422619048vw;
  -webkit-animation: spin-infinite 45s linear infinite;
          animation: spin-infinite 45s linear infinite;
}
@media (max-width: 768px) {
  #mv .mv-bg-parts3::after {
    width: 10.6666666667vw;
    top: 15.2857142857%;
    left: 61.3333333333vw;
  }
}
#mv .mv-bg-parts4::before, #mv .mv-bg-parts4::after {
  aspect-ratio: 1/1;
  background: url(../img/mv_bg_parts3.svg) no-repeat 0 0/100% auto;
  animation: spin-infinite 45s linear infinite reverse;
}
#mv .mv-bg-parts4::before {
  width: 4.7619047619vw;
  top: 84.380952381%;
  left: 55.2970238095vw;
}
@media (max-width: 768px) {
  #mv .mv-bg-parts4::before {
    width: 10.6666666667vw;
    top: 84.2857142857%;
    left: 26.1333333333vw;
  }
}
#mv .mv-bg-parts4::after {
  width: 3.3333333333vw;
  top: 31.6038095238%;
  left: 10.3476190476vw;
}
@media (max-width: 768px) {
  #mv .mv-bg-parts4::after {
    width: 8.5333333333vw;
    top: 28.5242857143%;
    left: 8.5333333333vw;
  }
}
#mv .main-copy {
  position: absolute;
  width: 60.4089285714vw;
  aspect-ratio: 1014.87/530.5;
  left: 0;
  right: 0;
  top: clamp(10vh, 17.1428571429%, 260px);
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
#mv .main-copy img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #mv .main-copy {
    width: 80.792vw;
  }
}
#mv .keywords {
  position: absolute;
  opacity: 0;
}
#mv .keyword-slot {
  position: absolute;
  inset: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-perspective: 600px;
          perspective: 600px;
}
#mv .keyword-slot .slot-mask {
  width: 46%;
  aspect-ratio: 2.612/1;
  margin-right: 12%;
  overflow: hidden;
}
#mv .keyword-slot .slot-mask .slot-reel img {
  display: block;
}
#mv .keyword-slot .slot-mask .slot-reel #slot-card {
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#mv .progress-bar-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 260px;
  left: 24px;
  bottom: 24px;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 768px) {
  #mv .progress-bar-container {
    width: 180px;
    left: 12px;
    bottom: 12px;
  }
}
#mv .progress-segment {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  background: #607FBF;
  overflow: hidden;
}
#mv .progress-fill {
  width: 0;
  height: 100%;
  background: var(--main-color2);
}
#mv #animation-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
#mv .moving-asset {
  position: absolute;
  will-change: transform;
  z-index: 1;
  height: auto;
}
#mv .moving-asset.asset-0 {
  min-width: 249px;
  width: 14.631547619vw;
  width: 197px;
}
@media (max-width: 768px) {
  #mv .moving-asset.asset-0 {
    width: 131.0986666667vw;
  }
}
#mv .moving-asset.asset-1 {
  min-width: 332px;
  width: 19.781547619vw;
  width: 266px;
}
@media (max-width: 768px) {
  #mv .moving-asset.asset-1 {
    width: 132.932vw;
  }
}
#mv .moving-asset.asset-2 {
  min-width: 151px;
  width: 9.0005952381vw;
  width: 121px;
}
@media (max-width: 768px) {
  #mv .moving-asset.asset-2 {
    width: 60.484vw;
  }
}
#mv .moving-asset.asset-3 {
  min-width: 168px;
  width: 10.025vw;
  width: 135px;
}
@media (max-width: 768px) {
  #mv .moving-asset.asset-3 {
    width: 67.368vw;
  }
}
#mv .moving-asset.asset-4 {
  min-width: 152px;
  width: 9.0553571429vw;
  width: 122px;
}
@media (max-width: 768px) {
  #mv .moving-asset.asset-4 {
    width: 60.852vw;
  }
}
#mv .moving-asset.asset-5 {
  min-width: 206px;
  width: 12.2845238095vw;
  width: 206px;
}
@media (max-width: 768px) {
  #mv .moving-asset.asset-5 {
    width: 82.552vw;
  }
}
#mv .keywords {
  position: absolute;
  opacity: 0;
}
#mv .keywords:has(.keywords0) {
  width: 47.1015992196%;
  left: 20.3967010553%;
  top: 35.0028275212%;
}
#mv .keywords:has(.keywords1) {
  width: 48.7766906106%;
  left: 20.8893749938%;
  top: 35.0612629595%;
}
#mv .keywords:has(.keywords2) {
  width: 41.0811236907%;
  left: 23.9439534128%;
  top: 35.0612629595%;
}
#mv .keywords:has(.keywords3) {
  width: 40.6199808843%;
  left: 24.1410229882%;
  top: 32.2337417531%;
}
#mv .keywords:has(.keywords4) {
  width: 39.0631312385%;
  left: 25.2249056529%;
  top: 32.2337417531%;
}
#mv .keywords:has(.keywords5) {
  width: 40.9017903771%;
  left: 23.9439534128%;
  top: 32.2337417531%;
}

.index-about {
  padding-block: 160px;
}
@media (max-width: 1024px) {
  .index-about {
    padding-block: 80px;
  }
}

.index-title {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .index-title {
    margin-bottom: 24px;
  }
}
.index-title > p {
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: calc(38 / 24);
  letter-spacing: 0.24em;
  color: var(--main-color3);
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1024px) {
  .index-title > p {
    text-align: center;
    font-size: 1.8rem;
    line-height: calc(28 / 18);
    margin-bottom: 12px;
  }
}
.index-title > h2 {
  background: var(--img-url) no-repeat 50% 0/auto 100%;
  height: var(--img-url-height);
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-title > h2 {
    background-position: 50% 0;
  }
}
.index-title.index-about-title {
  --img-url:url(../img/index_about_ttl.webp);
  --img-url-height:65px;
}
@media (max-width: 1024px) {
  .index-title.index-about-title {
    --img-url-height: 32px;
  }
}
.index-title.index-about-title > p {
  text-align: left;
}
.index-title.index-about-title > h2 {
  background-position: 0 0;
}
.index-title.index-recruit-title {
  --img-url:url(../img/index_recruit_ttl.webp);
  --img-url-height:52px;
}
@media (max-width: 1024px) {
  .index-title.index-recruit-title {
    --img-url-height: 37px;
  }
}
.index-title.index-news-title {
  --img-url:url(../img/index_news_ttl.webp);
  --img-url-height:52px;
}
@media (max-width: 1024px) {
  .index-title.index-news-title {
    --img-url-height: 37px;
  }
}
.index-title.index-people-title {
  --img-url:url(../img/category_title_people.webp);
  --img-url-height: 104px;
}
@media (max-width: 1024px) {
  .index-title.index-people-title {
    --img-url-height: 40px;
  }
}
.index-title.index-job-title {
  --img-url:url(../img/category_title_jobs.webp);
  --img-url-height: auto;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .index-title.index-job-title {
    --img-url-height: 40px;
    margin-bottom: 24px;
  }
}
.index-title.index-job-title > p {
  text-align: left;
}
@media (max-width: 1024px) {
  .index-title.index-job-title > p {
    text-align: center;
  }
}
.index-title.index-job-title > h2 {
  max-width: 100%;
  width: 30.2797619048vw;
  background-size: 100% auto;
  aspect-ratio: 804/139;
  background-position: 0 0;
}
@media (max-width: 1024px) {
  .index-title.index-job-title > h2 {
    width: 100%;
    background-size: auto 100%;
    background-position: 50% 0;
  }
}
@media (min-width: 2000px) {
  .index-title.index-job-title > h2 {
    background-size: auto 100%;
  }
}
.index-title.index-company-title {
  --img-url:url(../img/category_title_company.webp);
  --img-url-height: auto;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .index-title.index-company-title {
    --img-url-height: 40px;
    margin-bottom: 24px;
  }
}
.index-title.index-company-title > p {
  text-align: left;
}
@media (max-width: 1024px) {
  .index-title.index-company-title > p {
    text-align: center;
  }
}
.index-title.index-company-title > h2 {
  max-width: 100%;
  width: 35.8523809524vw;
  background-size: 100% auto;
  aspect-ratio: 920/139;
  background-position: 0 0;
}
@media (max-width: 1024px) {
  .index-title.index-company-title > h2 {
    width: 100%;
    background-size: auto 100%;
    background-position: 50% 0;
  }
}
@media (min-width: 2000px) {
  .index-title.index-company-title > h2 {
    background-size: 100% auto;
  }
}

.index-about-column {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60.1328903654% 4.4019933555% 35.049833887%;
  grid-template-columns: 60.1328903654% 35.049833887%;
  gap: 0 4.4019933555%;
}
@media (max-width: 1024px) {
  .index-about-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    row-gap: 66px;
  }
}
.index-about-column .btn {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .index-about-column .btn {
    margin-top: 64px;
    margin-inline: auto;
  }
}
.index-about-column .index-about-column-img {
  display: block;
  margin-bottom: 32px;
}
.index-about-column .index-about-column-img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .index-about-column .index-about-column-img img {
    width: 80vw;
  }
}
.index-about-column .img-wrap {
  text-align: center;
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .index-about-column .img-wrap {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .index-about-column .img-wrap img {
    max-width: 92vw;
    padding-right: 2.6266666667vw;
    padding-left: 15.2vw;
  }
}

.index-recruit .text_link {
  color: var(--main-color1);
  text-decoration: underline;
}
.index-recruit .text_link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.index-recruit-wrap {
  max-width: 1100px;
  margin-inline: auto;
}
.index-recruit-accordion {
  border: 1px solid var(--main-color3);
  border-radius: 8px;
}
.index-recruit-accordion + .index-recruit-accordion {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .index-recruit-accordion + .index-recruit-accordion {
    margin-top: 16px;
  }
}
.index-recruit-accordion details:first-of-type summary::marker,
.index-recruit-accordion :is(::-webkit-details-marker) {
  content: "";
  display: none;
}
.index-recruit-accordion details {
  position: relative;
  padding-top: 18px;
}
@media (max-width: 768px) {
  .index-recruit-accordion details {
    padding-top: 24px;
  }
}
.index-recruit-accordion details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  height: 72px;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .index-recruit-accordion details summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 175%;
    height: auto;
    padding-bottom: 20px;
    gap: 9px 0;
  }
}
.index-recruit-accordion details summary .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 28px;
  white-space: nowrap;
  font-weight: 900;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  color: var(--main-color1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .index-recruit-accordion details summary .label {
    font-size: 2rem;
    gap: 12px;
    padding-left: 24px;
  }
}
.index-recruit-accordion details summary .label span {
  line-height: 0.8;
}
@media (max-width: 768px) {
  .index-recruit-accordion details summary .label span {
    line-height: 1.2;
  }
}
.index-recruit-accordion details summary .label::before {
  content: "";
  background: url(../img/index_recruit_icon.svg) no-repeat 0 0/100% auto;
  width: 41px;
  aspect-ratio: 41.45/64;
}
@media (max-width: 768px) {
  .index-recruit-accordion details summary .label::before {
    width: 21px;
  }
}
.index-recruit-accordion details summary .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .index-recruit-accordion details summary .desc {
    padding-left: 24px;
  }
}
.index-recruit-accordion details summary .icon {
  position: relative;
  margin-inline: auto 24px;
  width: 173px;
  height: 48px;
  border: 1px solid var(--main-color1);
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--main-color1);
}
@media (max-width: 768px) {
  .index-recruit-accordion details summary .icon {
    position: absolute;
    right: 18px;
    top: 36px;
    width: 32px;
    height: 32px;
    margin-inline: 0;
  }
}
.index-recruit-accordion details summary .icon::before, .index-recruit-accordion details summary .icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  border-radius: 100vmax;
  background-color: var(--main-color1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21px;
  margin: auto;
}
@media (max-width: 768px) {
  .index-recruit-accordion details summary .icon::before, .index-recruit-accordion details summary .icon::after {
    inset: 0;
  }
}
.index-recruit-accordion details summary .icon::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.5s;
  transition: rotate 0.5s;
}
.index-recruit-accordion details summary .icon span::after {
  content: "詳しく見る";
}
@media (max-width: 768px) {
  .index-recruit-accordion details summary .icon span::after {
    display: none;
  }
}
.index-recruit-accordion details .accordion-content {
  display: -ms-grid;
  display: grid;
  -webkit-transition: grid-template-rows 0.5s, padding-top 0.5s;
  transition: grid-template-rows 0.5s, padding-top 0.5s;
  transition: grid-template-rows 0.5s, padding-top 0.5s, -ms-grid-rows 0.5s;
  border-top: 1px solid var(--main-color3);
}
.index-recruit-accordion details .accordion-content-inner {
  overflow: hidden;
  position: relative;
  padding-inline: 4.5454545455%;
}
@media (max-width: 768px) {
  .index-recruit-accordion details .accordion-content-inner {
    padding-inline: 6.1333333333vw;
  }
}
.index-recruit-accordion details .accordion-content-inner::before, .index-recruit-accordion details .accordion-content-inner::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
}
@media (max-width: 768px) {
  .index-recruit-accordion details .accordion-content-inner::before, .index-recruit-accordion details .accordion-content-inner::after {
    height: 32px;
  }
}
.index-recruit-accordion details[open] summary .icon::after {
  rotate: 0deg;
}
.index-recruit-accordion details[open] summary .icon span::after {
  content: "閉じる";
}
.index-recruit-accordion details[open] .accordion-content {
  padding-top: 0px;
}

.index-news {
  padding-block: 120px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-news {
    padding-block: 80px 0;
  }
}
.index-news::before {
  content: "";
  background: url(../img/bg_dot.svg) no-repeat 0 0/100% auto;
  width: 585px;
  aspect-ratio: 585/339.64;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  rotate: 180deg;
}
@media (max-width: 768px) {
  .index-news::before {
    width: 287px;
    top: auto;
    bottom: 83.7333333333vw;
  }
}
.index-news::after {
  content: "";
  background: var(--main-color2);
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1680 1528' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M738.5 1405.24C580 1463.74 355 1550.74 178.5 1521.74C98.7839 1508.64 39.8598 1482.5 -0.00012207 1456.97L0 0H1680V1382.35C1542.33 1440.88 1420.03 1444.15 1280 1421.24C1087.5 1389.74 897 1346.74 738.5 1405.24Z' fill='%23DFF2FC'/%3E%3C/svg%3E") no-repeat 50% 100%/100% auto;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1680 1528' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M738.5 1405.24C580 1463.74 355 1550.74 178.5 1521.74C98.7839 1508.64 39.8598 1482.5 -0.00012207 1456.97L0 0H1680V1382.35C1542.33 1440.88 1420.03 1444.15 1280 1421.24C1087.5 1389.74 897 1346.74 738.5 1405.24Z' fill='%23DFF2FC'/%3E%3C/svg%3E") no-repeat 50% 100%/100% auto;
  width: 100%;
  height: 310px;
  position: absolute;
  left: 0;
  bottom: 0;
  rotate: 180deg;
}
@media (max-width: 768px) {
  .index-news::after {
    height: 69px;
    bottom: 83.7333333333vw;
    background-size: 100% 100%;
  }
}
.index-news .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-news .inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4vw;
    width: 100svw;
    height: 83.7333333333vw;
    background: var(--main-color2);
  }
}
.index-news .btn-wrap {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .index-news .btn-wrap {
    margin-top: 58px;
  }
}
@media (max-width: 1024px) {
  .index-news .instagram-info {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 65px auto 0;
  }
}
@media (max-width: 1024px) {
  .index-news .instagram-info a {
    background: url(../img/instagram_penguin_sp.webp) no-repeat 0 100%/100% auto !important;
    width: 70.4vw;
    max-width: 264px;
    aspect-ratio: 264/154;
  }
}

.index-news-wrap {
  max-width: 1100px;
  background: var(--main-color5);
  border: 1.5px solid #222222;
  border-radius: 8px;
  padding: 8px;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 1025px) and (max-width: 1560px) {
  .index-news-wrap {
    margin-inline: 0;
    width: calc(100% - 200px);
  }
}
@media (max-width: 1024px) {
  .index-news-wrap {
    margin-inline: auto;
    width: 100%;
  }
}
.index-news-wrap .index-news-wrap-inner {
  width: 100%;
  min-height: 200px;
  background: #FFFFFF;
  border: 1.5px solid #222222;
  border-radius: 4px;
  padding-inline: 64px;
  padding-block: 48px;
}
@media (max-width: 768px) {
  .index-news-wrap .index-news-wrap-inner {
    padding-inline: 24px;
    padding-block: 24px;
  }
}
.index-news-wrap .index-news-wrap-inner-footer1,
.index-news-wrap .index-news-wrap-inner-footer2 {
  position: absolute;
  width: 86px;
  height: 40px;
  background: var(--main-color5);
  border: 1.5px solid #222222;
  bottom: 0;
  translate: 0 100%;
}
@media (max-width: 768px) {
  .index-news-wrap .index-news-wrap-inner-footer1,
  .index-news-wrap .index-news-wrap-inner-footer2 {
    width: 60px;
    height: 28px;
  }
}
.index-news-wrap .index-news-wrap-inner-footer1::after,
.index-news-wrap .index-news-wrap-inner-footer2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: var(--main-color5);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .index-news-wrap .index-news-wrap-inner-footer1::after,
  .index-news-wrap .index-news-wrap-inner-footer2::after {
    height: 7px;
  }
}
.index-news-wrap .index-news-wrap-inner-footer1 {
  left: 55px;
}
@media (max-width: 768px) {
  .index-news-wrap .index-news-wrap-inner-footer1 {
    left: 24px;
  }
}
.index-news-wrap .index-news-wrap-inner-footer2 {
  right: 55px;
}
@media (max-width: 768px) {
  .index-news-wrap .index-news-wrap-inner-footer2 {
    right: 24px;
  }
}

.instagram-info {
  position: absolute;
  right: -180px;
  bottom: 64px;
  z-index: 1;
}
@media (max-width: 1560px) {
  .instagram-info {
    right: -4.7619047619vw;
  }
}
.instagram-info a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/instagram_penguin.webp) no-repeat 0 100%/100% auto;
  width: 290px;
  aspect-ratio: 290/380;
}
@media (any-hover: hover) {
  .instagram-info a {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .instagram-info a:hover {
    background: url(../img/instagram_penguin_b.webp) no-repeat 0 100%/100% auto;
  }
}

.index-people {
  padding-block: 200px 0;
  background: var(--main-color2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-people {
    padding-block: 80px 0;
  }
}
.index-people .title-style01 {
  text-align: center;
}
.index-people .inner:has(.swiper) {
  max-width: clamp(90svw, 1200px, 100%);
  margin-right: 0;
  padding-bottom: 72px;
}
@media (max-width: 768px) {
  .index-people .inner:has(.swiper) {
    margin-inline: 4vw;
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .index-people .inner:has(.btn-wrap) {
    padding-bottom: 100px;
  }
}
.index-people .people-interview-index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.index-people .people-interview-index ul li .category {
  font-size: 1.4rem;
  height: 24px;
  padding-inline: 16px;
  left: 16px;
  top: 16px;
}
.index-people .people-interview-index ul li .txt-wrap {
  padding-inline: 24px 80px;
  bottom: 47px;
}
.index-people .people-interview-index ul li .txt-wrap .team {
  font-size: 1.4rem;
}
.index-people .people-interview-index ul li .txt-wrap .name {
  font-size: 2.4rem;
}
.index-people .people-interview-index ul li .txt-wrap .year {
  font-size: 1.2rem;
}
.index-people .people-interview-index ul li > a::after {
  width: 48px;
  right: 24px;
  bottom: 24px;
}
.index-people .people-interview-index ul li .tag {
  gap: 2px 0.5em;
}
.index-people .people-interview-index ul li .tag a {
  font-size: 1.2rem;
}
.index-people .swiper-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  height: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -64px;
}
@media (max-width: 768px) {
  .index-people .swiper-button-wrap {
    height: 48px;
    margin-bottom: -48px;
  }
}
.index-people .swiper-button-wrap .swiper-button-next,
.index-people .swiper-button-wrap .swiper-button-prev {
  border: 1px solid var(--main-color1);
  background-color: #fff;
  position: relative;
  width: 48px;
  height: 48px;
  --swiper-navigation-size: 40px;
  border-radius: 100vmax;
  --swiper-navigation-sides-offset: 0;
  --swiper-navigation-top-offset:0;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .index-people .swiper-button-wrap .swiper-button-next,
  .index-people .swiper-button-wrap .swiper-button-prev {
    margin-top: 0;
  }
}
.index-people .swiper-button-wrap .swiper-button-next::after,
.index-people .swiper-button-wrap .swiper-button-prev::after {
  content: "";
  background: var(--arrow-url) no-repeat 0 0/100%;
  width: 21px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.index-people .swiper-button-wrap .swiper-button-next {
  --arrow-url: url(../img/arrow03.svg);
}
.index-people .swiper-button-wrap .swiper-button-prev {
  --arrow-url: url(../img/arrow03.svg);
  rotate: 180deg;
}
.index-people .swiper-button-wrap .swiper-button-next.swiper-button-disabled,
.index-people .swiper-button-wrap .swiper-button-prev.swiper-button-disabled {
  border: 1px solid var(--main-color5);
  opacity: 1;
}
.index-people .swiper-button-wrap .swiper-button-next.swiper-button-disabled {
  --arrow-url: url(../img/arrow03c.svg);
}
.index-people .swiper-button-wrap .swiper-button-prev.swiper-button-disabled {
  --arrow-url: url(../img/arrow03c.svg);
}
.index-people .btn-wrap {
  position: relative;
  z-index: 1;
}

.index-people-footer {
  background: #fff;
  width: 100%;
  aspect-ratio: 1680/310;
  position: relative;
}
.index-people-footer::after {
  content: "";
  background: url(../img/bg_wave02.svg) no-repeat 50% 0/100% auto;
  width: 100%;
  aspect-ratio: 1680/310;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .index-people-footer::after {
    aspect-ratio: 374/70;
    background: url(../img/bg_wave02_sp.svg) no-repeat 50% 0/100% auto;
  }
}

.index-job {
  padding-block: 300px 75px;
  position: relative;
}
@media (max-width: 1024px) {
  .index-job {
    padding-block: 80px 0;
  }
}
.index-job .title-style01 {
  text-align: left;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .index-job .title-style01 {
    text-align: center;
    margin-bottom: 43px;
  }
}
.index-job .inner {
  max-width: 1441px;
  margin-left: 0;
}
@media (min-width: 1241px) and (max-width: 1480px) {
  .index-job .inner {
    margin-right: clamp(20px, 4vw, 120px);
  }
}
@media (max-width: 1024px) {
  .index-job .inner {
    margin-inline: 4vw;
  }
}

.index-company {
  padding-block: 75px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .index-company {
    padding-block: 40px 0;
  }
}
.index-company .title-style01 {
  text-align: left;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .index-company .title-style01 {
    text-align: center;
    margin-bottom: 43px;
  }
}
.index-company .inner {
  max-width: 1441px;
  margin-right: 0;
}
@media (min-width: 1241px) and (max-width: 1480px) {
  .index-company .inner {
    margin-left: clamp(20px, 4vw, 120px);
  }
}
@media (max-width: 1024px) {
  .index-company .inner {
    margin-inline: 4vw;
  }
}

.index-job-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.7142857143vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.7142857143vw;
}
@media (max-width: 1024px) {
  .index-job-column {
    gap: 48px;
  }
}
.index-job-column .img-wrap {
  position: relative;
  padding-bottom: 151px;
}
@media (max-width: 1024px) {
  .index-job-column .img-wrap {
    padding-bottom: 70px;
  }
}
.index-job-column .img-wrap img {
  position: relative;
  z-index: 1;
}
.index-job-column .img-wrap::before {
  content: "";
  background: url(../img/bg_dot.svg) no-repeat 0 0/100% auto;
  width: 494px;
  aspect-ratio: 585/339.64;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .index-job-column .img-wrap::before {
    width: 247px;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .index-job-column:has(.index-job-title) {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.index-job-column:has(.index-job-title) .txt-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1024px) {
  .index-job-column:has(.index-job-title) .txt-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.index-job-column:has(.index-job-title) .img-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1024px) {
  .index-job-column:has(.index-job-title) .img-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% + 4vw);
    translate: -4vw 0;
  }
}
.index-job-column:has(.index-job-title) .img-wrap::before {
  right: auto;
  left: 0;
  scale: -1 1;
}
@media (max-width: 1024px) {
  .index-job-column:has(.index-company-title) {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.index-job-column:has(.index-company-title) .txt-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.index-job-column:has(.index-company-title) .img-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .index-job-column:has(.index-company-title) .img-wrap {
    width: calc(100% + 4vw);
  }
}

.index-subpage-links {
  border-top: 1px solid var(--main-color3);
}
.index-subpage-links li {
  border-bottom: 1px solid var(--main-color3);
}
.index-subpage-links li a {
  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;
  position: relative;
  gap: 14px;
  height: 115px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 150%;
  color: var(--text-color);
  padding-left: 8px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: #fff;
}
@media (max-width: 1024px) {
  .index-subpage-links li a {
    display: block;
    padding-left: 40px;
    font-size: 2rem;
    height: 97px;
  }
}
.index-subpage-links li a::before {
  content: "";
  display: block;
  background: var(--main-color1) url(../img/arrow03b.svg) no-repeat 50% 50%/14px auto;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .index-subpage-links li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 24px;
    background-size: 10px auto;
  }
}
.index-subpage-links li a .en {
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.16em;
  color: var(--main-color3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
}
@media (max-width: 1024px) {
  .index-subpage-links li a .en {
    position: relative;
    display: block;
    font-size: 1.2rem;
  }
}
.index-subpage-links li a:hover {
  color: var(--main-color1);
}
.index-subpage-links li a:hover::before {
  scale: 1.25;
}

/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
.page-header {
  --page-header-size: calc(310px + 96px);
  position: relative;
  margin-bottom: 80px;
  overflow-x: clip;
  overflow-y: visible;
}
@media (max-width: 768px) {
  .page-header {
    --page-header-size: 312px;
    margin-bottom: 43px;
  }
}
.page-header::before {
  content: "";
  background: url(../img/bg_dot.svg) no-repeat 0 0/100% auto;
  width: 585px;
  aspect-ratio: 585/339.64;
  position: absolute;
  right: 0;
  top: 69px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .page-header::before {
    width: 247px;
    top: auto;
    bottom: 0;
  }
}
.page-header::after {
  content: "";
  background: var(--main-color2);
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1680 1528' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M738.5 1405.24C580 1463.74 355 1550.74 178.5 1521.74C98.7839 1508.64 39.8598 1482.5 -0.00012207 1456.97L0 0H1680V1382.35C1542.33 1440.88 1420.03 1444.15 1280 1421.24C1087.5 1389.74 897 1346.74 738.5 1405.24Z' fill='%23DFF2FC'/%3E%3C/svg%3E") no-repeat 50% 100%/100% auto;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1680 1528' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M738.5 1405.24C580 1463.74 355 1550.74 178.5 1521.74C98.7839 1508.64 39.8598 1482.5 -0.00012207 1456.97L0 0H1680V1382.35C1542.33 1440.88 1420.03 1444.15 1280 1421.24C1087.5 1389.74 897 1346.74 738.5 1405.24Z' fill='%23DFF2FC'/%3E%3C/svg%3E") no-repeat 50% 100%/100% auto;
  width: 100%;
  height: var(--page-header-size);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .page-header::after {
    height: calc(var(--page-header-size) - 37px);
  }
}
.page-header .inner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  height: 100%;
  min-height: var(--page-header-size);
}
@media (max-width: 768px) {
  .page-header .inner {
    padding-top: 80px;
    margin-inline: 8vw;
  }
}
.page-header.is-detail .inner {
  max-width: 1440px;
}
@media (min-width: 769px) and (max-width: 1480px) {
  .page-header.is-detail .inner {
    margin-inline: clamp(20px, 4vw, 120px);
  }
}
@media (max-width: 768px) {
  .page-header.is-detail .inner {
    padding-top: 34px;
    margin-inline: 4.6666666667vw;
  }
}
.page-header .instagram-info {
  right: -97px;
  bottom: 0;
}
@media (max-width: 1440px) {
  .page-header .instagram-info {
    right: -10px;
  }
}
@media (max-width: 768px) {
  .page-header .instagram-info a {
    width: 145px;
  }
}

.page-header-title {
  padding-top: 9px;
}
.page-header-title .category-title {
  margin-bottom: 27px;
  height: 70px;
}
@media (max-width: 768px) {
  .page-header-title .category-title {
    margin-bottom: 16px;
  }
}
.page-header-title .category-title.is-people {
  background: url(../img/category_title_people.webp) no-repeat 0 0/auto 100%;
  width: 338px;
  height: 69px;
}
@media (max-width: 768px) {
  .page-header-title .category-title.is-people {
    width: auto;
    background-size: auto 100%;
    height: 40px;
  }
}
.page-header-title .category-title.is-jobs {
  background: url(../img/category_title_jobs.webp) no-repeat 0 0/auto 100%;
  width: 402px;
  height: 69px;
}
@media (max-width: 768px) {
  .page-header-title .category-title.is-jobs {
    width: auto;
    background-size: auto 100%;
    height: 40px;
  }
}
.page-header-title .category-title.is-company {
  background: url(../img/category_title_company.webp) no-repeat 0 0/auto 100%;
  width: 460px;
  height: 69px;
}
@media (max-width: 768px) {
  .page-header-title .category-title.is-company {
    width: auto;
    background-size: auto 100%;
    height: 40px;
  }
}
.page-header-title .category-title.is-faq {
  background: url(../img/category_title_faq.webp) no-repeat 0 0/auto 100%;
  width: 382px;
  height: 69px;
}
@media (max-width: 768px) {
  .page-header-title .category-title.is-faq {
    width: auto;
    background-size: auto 100%;
    height: 40px;
  }
}
.page-header-title .category-title.is-news {
  background: url(../img/category_title_news.webp) no-repeat 0 0/auto 100%;
  width: 289px;
  height: 69px;
}
@media (max-width: 768px) {
  .page-header-title .category-title.is-news {
    width: auto;
    background-size: auto 100%;
    height: 40px;
  }
}
.page-header-title > p {
  font-weight: 900;
  font-size: 24px;
  line-height: calc(29 / 24);
  letter-spacing: 0.16em;
}
@media (max-width: 768px) {
  .page-header-title > p {
    font-size: 16px;
    line-height: 2;
  }
}

.page-header-character-img {
  position: absolute;
}
.page-header-character-img.is-penguin01 {
  width: 246px;
  aspect-ratio: 245.81/238.73;
  bottom: -35px;
  right: -80px;
}
@media (max-width: 768px) {
  .page-header-character-img.is-penguin01 {
    width: calc(246px * 0.49);
    bottom: 0;
    right: -2.9333333333vw;
  }
}
.page-header-character-img.is-penguin02 {
  width: 279px;
  aspect-ratio: 279/160;
  bottom: 42px;
  right: 0;
}
@media (max-width: 768px) {
  .page-header-character-img.is-penguin02 {
    width: calc(279px * 0.49);
    bottom: 10px;
  }
}
.page-header-character-img.is-penguin03 {
  width: 151px;
  aspect-ratio: 151/198;
  bottom: 3px;
  right: 0;
}
@media (max-width: 768px) {
  .page-header-character-img.is-penguin03 {
    width: calc(151px * 0.49);
    bottom: 10px;
  }
}
.page-header-character-img.is-penguin05 {
  width: 152px;
  aspect-ratio: 152/196;
  bottom: 5px;
  right: 12px;
  scale: -1 1;
}
@media (max-width: 768px) {
  .page-header-character-img.is-penguin05 {
    width: calc(152px * 0.49);
    bottom: 10px;
  }
}

.page-header-main-img {
  overflow: hidden;
  border-radius: 1.4285714286vw;
  aspect-ratio: 1440/600;
}
@media (max-width: 768px) {
  .page-header-main-img {
    aspect-ratio: 340/506;
    border-radius: 16px;
    width: 100%;
    overflow: hidden;
  }
}
.page-header-main-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .page-header-main-img img {
    width: auto;
    height: 100%;
    aspect-ratio: 340/506;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-header-detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(80 / 1440 * 100%);
}
@media (max-width: 1024px) {
  .page-header-detail-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.page-header-detail-body .page-header-detail-body-column1 {
  width: calc(576 / 1440 * 100%);
}
@media (max-width: 1024px) {
  .page-header-detail-body .page-header-detail-body-column1 {
    width: 100%;
  }
}
.page-header-detail-body .page-header-detail-body-column1 .title-style02 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-header-detail-body .page-header-detail-body-column1 .title-style02 {
    margin-bottom: 16px;
  }
}
.page-header-detail-body .page-header-detail-body-column1 .team {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 125%;
  margin-bottom: 4px;
}
.page-header-detail-body .page-header-detail-body-column1 .name-year-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px auto;
  grid-template-columns: auto auto;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .page-header-detail-body .page-header-detail-body-column1 .name-year-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 13px;
    gap: 26px;
  }
}
.page-header-detail-body .page-header-detail-body-column1 .name {
  font-weight: 700;
  font-size: 4rem;
  line-height: 125%;
}
.page-header-detail-body .page-header-detail-body-column1 .year {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 125%;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .page-header-detail-body .page-header-detail-body-column1 .year {
    padding-top: 0;
  }
}
.page-header-detail-body .page-header-detail-body-column1 .tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-left: 4px;
}
@media (max-width: 768px) {
  .page-header-detail-body .page-header-detail-body-column1 .tag {
    padding-left: 0;
  }
}
.page-header-detail-body .page-header-detail-body-column1 .tag a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  border: 1px solid var(--main-color3);
  border-radius: 100vmax;
  padding-inline: 15px;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .page-header-detail-body .page-header-detail-body-column1 .tag a {
    font-size: 1.2rem;
    line-height: calc(32 / 12);
  }
}
.page-header-detail-body .page-header-detail-body-column1 .tag a:hover {
  color: #fff;
  background-color: var(--main-color1);
}
.page-header-detail-body .page-header-detail-body-column2 {
  width: calc(576 / 1440 * 100%);
  background-color: var(--main-color2);
  border-radius: 0.9523809524vw;
  padding: 2.380952381vw clamp(3%, 5%, 56px) 2.380952381vw;
}
@media (max-width: 1024px) {
  .page-header-detail-body .page-header-detail-body-column2 {
    width: 100%;
    border-radius: 16px;
    padding: 24px 6.4vw 32px;
  }
}

@media (max-width: 768px) {
  .people-index {
    padding-bottom: 80px;
  }
}

.search-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .search-panel {
    border: 1px solid var(--main-color3);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 48px;
  }
}

.search-panel-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  padding-left: 88px;
}
@media (max-width: 768px) {
  .search-panel-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 65px;
  }
}
.search-panel-row .label {
  width: 80px;
  color: var(--main-color3);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .search-panel-row .label {
    font-size: 1.2rem;
    line-height: calc(32 / 12);
    width: 65px;
  }
}
.search-panel-row label {
  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;
  gap: 8px;
  width: 152px;
  height: 40px;
  border: 1px solid var(--main-color3);
  border-radius: 100vmax;
  font-weight: 700;
  font-size: 1.6rem;
  color: #7998D6;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: background 0.3s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.1s ease-in-out;
}
@media (max-width: 768px) {
  .search-panel-row label {
    width: 111px;
    height: 32px;
    font-size: 1.2rem;
  }
}
.search-panel-row label:hover {
  background: var(--main-color2);
}
.search-panel-row label input[type=submit] {
  display: block;
  width: 100%;
  height: 100%;
}
.search-panel-row label input[type=radio],
.search-panel-row label input[type=checkbox] {
  display: none;
}
.search-panel-row label:has(.is-active), .search-panel-row label:has(input:checked) {
  background: var(--main-color1);
  color: #fff;
}
.search-panel-row label:has(.is-active)::before, .search-panel-row label:has(input:checked)::before {
  content: "";
  display: block;
  background: url(../img/icon_check01.svg) no-repeat 0 0/100% auto;
  width: 12px;
  height: 8px;
}
.search-panel-row label:has(input:disabled) {
  pointer-events: none;
  background: #E4EAED;
  border-color: #E4EAED;
  color: #8AA6B4;
}
@media (max-width: 768px) {
  .search-panel-row .label + label {
    margin-right: calc(100% - 111px);
  }
}
.search-panel-row:last-child {
  padding-top: 26px;
}
@media (max-width: 768px) {
  .search-panel-row:last-child {
    padding: 6px 0 4px;
  }
}

.people-interview-index ul {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
@media (min-width: 875px) and (max-width: 1240px) {
  .people-interview-index ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1241px) {
  .people-interview-index ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.people-interview-index ul li {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
}
.people-interview-index ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 70, 76, 0)), color-stop(84.62%, #3F464C));
  background: linear-gradient(180deg, rgba(63, 70, 76, 0) 0%, #3F464C 84.62%);
  pointer-events: none;
}
.people-interview-index ul li .category {
  font-weight: 700;
  font-size: 1.565rem;
  line-height: 125%;
  color: var(--main-color1);
  background-color: #fff;
  position: absolute;
  left: 18px;
  top: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 27px;
  border-radius: 100vmax;
  padding-inline: 19px;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 2;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .people-interview-index ul li .category {
    font-size: 1.4rem;
    height: 24px;
    padding-inline: 16px;
    left: 16px;
    top: 16px;
  }
}
.people-interview-index ul li .category:hover {
  color: #fff;
  background-color: var(--main-color1);
}
.people-interview-index ul li .img-wrap {
  position: relative;
  aspect-ratio: 380/565.53;
  overflow: hidden;
  z-index: 0;
}
.people-interview-index ul li .img-wrap img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 0;
  translate: -50% 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
.people-interview-index ul li .txt-wrap {
  position: absolute;
  left: 0;
  bottom: 48px;
  z-index: 2;
  height: auto;
  width: 100%;
  padding-inline: 26px 80px;
}
@media (max-width: 768px) {
  .people-interview-index ul li .txt-wrap {
    padding-inline: 24px 80px;
    bottom: 47px;
  }
}
.people-interview-index ul li .txt-wrap .team {
  font-weight: 700;
  font-size: 1.565rem;
  line-height: 125%;
  color: #FFFFFF;
  margin-bottom: 4.6px;
}
@media (max-width: 768px) {
  .people-interview-index ul li .txt-wrap .team {
    font-size: 1.4rem;
  }
}
.people-interview-index ul li .txt-wrap .name {
  font-weight: 700;
  font-size: 2.682rem;
  line-height: 125%;
  color: #FFFFFF;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .people-interview-index ul li .txt-wrap .name {
    font-size: 2.4rem;
  }
}
.people-interview-index ul li .txt-wrap .year {
  font-weight: 400;
  font-size: 1.34rem;
  line-height: 125%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .people-interview-index ul li .txt-wrap .year {
    font-size: 1.2rem;
  }
}
.people-interview-index ul li > a {
  position: relative;
  display: block;
}
.people-interview-index ul li > a::after {
  content: "";
  width: 54px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  position: absolute;
  right: 26px;
  bottom: 26px;
  background: #fff url(../img/arrow03.svg) no-repeat 50% 50%/23px auto;
  z-index: 2;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .people-interview-index ul li > a::after {
    width: 48px;
    right: 24px;
    bottom: 24px;
  }
}
.people-interview-index ul li > a:hover::after {
  scale: 1.17;
}
.people-interview-index ul li > a:hover .img-wrap img {
  scale: 1.1;
}
.people-interview-index ul li .tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px 1em;
  position: absolute;
  left: 0;
  bottom: 27px;
  padding-inline: 26px 80px;
  z-index: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.people-interview-index ul li .tag a {
  font-weight: 400;
  font-size: 1.34rem;
  line-height: 125%;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .people-interview-index ul li .tag a {
    font-size: 1.2rem;
  }
}
.people-interview-index ul li .tag a:hover {
  text-decoration: underline;
}

.people-detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
.people-detail-body .people-detail-body-nav {
  width: 340px;
  position: sticky;
  top: var(--header-height);
  left: 0;
  padding-top: 64px;
}
@media (max-width: 1024px) {
  .people-detail-body .people-detail-body-nav {
    display: none;
  }
}
.people-detail-body .people-detail-body-nav::before {
  content: "";
  position: absolute;
  background: url(../img/icon_cloud.svg) no-repeat 0 0/100%;
  width: 185px;
  aspect-ratio: 185/180;
  left: -72px;
  top: 30px;
}
.people-detail-body .people-detail-body-nav .people-detail-body-nav-title {
  position: relative;
  z-index: 1;
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--main-color1);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: calc(38 / 24);
  letter-spacing: 0.24em;
  margin-bottom: 32px;
}
.people-detail-body .people-detail-body-nav .people-detail-body-nav-links {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 32px;
}
.people-detail-body .people-detail-body-nav .people-detail-body-nav-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.people-detail-body .people-detail-body-nav .people-detail-body-nav-links li > span {
  color: var(--main-color3);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: calc(19 / 16);
}
.people-detail-body .people-detail-body-nav .people-detail-body-nav-links li a {
  color: var(--text-color);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 125%;
  padding-top: 2px;
}
.people-detail-body .people-detail-body-main {
  width: calc(100% - 340px - 80px);
  padding-top: 70px;
}
@media (min-width: 1441px) {
  .people-detail-body .people-detail-body-main {
    padding-right: 11.7647058824%;
  }
}
@media (max-width: 1024px) {
  .people-detail-body .people-detail-body-main {
    width: 100%;
    padding-right: 0;
    padding-top: 21px;
  }
}
.people-detail-body .people-detail-body-main section:has(+ section) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .people-detail-body .people-detail-body-main section:has(+ section) {
    margin-bottom: 60px;
  }
}
.people-detail-body .people-detail-body-main p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .people-detail-body .people-detail-body-main p {
    font-size: 1.6rem;
  }
}
.people-detail-body .people-detail-body-main p:has(+ p) {
  margin-bottom: 2em;
}

.people-detail-body-img {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1440/480;
}
@media (max-width: 768px) {
  .people-detail-body-img {
    aspect-ratio: 345/230;
    border-radius: 16px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
  }
}
.people-detail-body-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .people-detail-body-img img {
    width: auto;
    height: 100%;
    aspect-ratio: 345/230;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.footer-interview {
  background: #fff;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .footer-interview {
    padding-bottom: 120px;
  }
}
.footer-interview .title-style02 {
  margin-bottom: 56px;
}
.footer-interview .inner:has(.swiper) {
  max-width: clamp(90svw, 1200px, 100%);
  margin-right: 0;
  padding-top: 96px;
  border-top: 1px solid var(--main-color3);
}
@media (max-width: 768px) {
  .footer-interview .inner:has(.swiper) {
    margin-inline: 4vw;
    padding-top: 64px;
  }
}
.footer-interview .inner:has(.btn-wrap) {
  max-width: clamp(90svw, 1200px, 100%);
  margin-right: 0;
  padding-right: clamp(20px, 4vw, 120px);
  padding-top: 63px;
}
@media (max-width: 768px) {
  .footer-interview .inner:has(.btn-wrap) {
    padding-top: 48px;
  }
}
.footer-interview .people-interview-index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.footer-interview .people-interview-index ul li .category {
  font-size: 1.4rem;
  height: 24px;
  padding-inline: 16px;
  left: 16px;
  top: 16px;
}
.footer-interview .people-interview-index ul li .txt-wrap {
  padding-inline: 24px 80px;
  bottom: 47px;
}
.footer-interview .people-interview-index ul li .txt-wrap .team {
  font-size: 1.4rem;
}
.footer-interview .people-interview-index ul li .txt-wrap .name {
  font-size: 2.4rem;
}
.footer-interview .people-interview-index ul li .txt-wrap .year {
  font-size: 1.2rem;
}
.footer-interview .people-interview-index ul li > a::after {
  width: 48px;
  right: 24px;
  bottom: 24px;
}
.footer-interview .people-interview-index ul li .tag {
  gap: 2px 0.5em;
}
.footer-interview .people-interview-index ul li .tag a {
  font-size: 1.2rem;
}
.footer-interview .swiper-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  height: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -64px;
}
@media (max-width: 768px) {
  .footer-interview .swiper-button-wrap {
    height: 48px;
    margin-bottom: -48px;
  }
}
.footer-interview .swiper-button-wrap .swiper-button-next,
.footer-interview .swiper-button-wrap .swiper-button-prev {
  border: 1px solid var(--main-color1);
  background-color: #fff;
  position: relative;
  width: 48px;
  height: 48px;
  --swiper-navigation-size: 40px;
  border-radius: 100vmax;
  --swiper-navigation-sides-offset: 0;
  --swiper-navigation-top-offset:0;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .footer-interview .swiper-button-wrap .swiper-button-next,
  .footer-interview .swiper-button-wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: 4px;
  }
}
.footer-interview .swiper-button-wrap .swiper-button-next::after,
.footer-interview .swiper-button-wrap .swiper-button-prev::after {
  content: "";
  background: var(--arrow-url) no-repeat 0 0/100%;
  width: 21px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .footer-interview .swiper-button-wrap .swiper-button-next::after,
  .footer-interview .swiper-button-wrap .swiper-button-prev::after {
    width: 17px;
    height: 15px;
  }
}
.footer-interview .swiper-button-wrap .swiper-button-next {
  --arrow-url: url(../img/arrow03.svg);
}
.footer-interview .swiper-button-wrap .swiper-button-prev {
  --arrow-url: url(../img/arrow03.svg);
  rotate: 180deg;
}
.footer-interview .swiper-button-wrap .swiper-button-next.swiper-button-disabled,
.footer-interview .swiper-button-wrap .swiper-button-prev.swiper-button-disabled {
  border: 1px solid var(--main-color5);
  opacity: 1;
}
.footer-interview .swiper-button-wrap .swiper-button-next.swiper-button-disabled {
  --arrow-url: url(../img/arrow03c.svg);
}
.footer-interview .swiper-button-wrap .swiper-button-prev.swiper-button-disabled {
  --arrow-url: url(../img/arrow03c.svg);
}
.footer-interview .btn-wrap {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .basic-section {
    margin-bottom: 80px;
  }
}
.basic-section:has(+ section) {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .basic-section:has(+ section) {
    margin-bottom: 80px;
  }
}
.basic-section:has(.people-detail-body) .inner, .basic-section:has(.basic-detail-body) .inner {
  max-width: 1440px;
}
@media (min-width: 769px) and (max-width: 1480px) {
  .basic-section:has(.people-detail-body) .inner, .basic-section:has(.basic-detail-body) .inner {
    margin-inline: clamp(20px, 4vw, 120px);
  }
}
@media (max-width: 768px) {
  .basic-section:has(.people-detail-body) .inner, .basic-section:has(.basic-detail-body) .inner {
    margin-inline: 4vw;
  }
}

@media (max-width: 768px) {
  .single-section1 {
    margin-bottom: 80px;
  }
}
.single-section1 .inner section {
  max-width: 1000px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .single-section2 {
    margin-bottom: 80px;
  }
}
.single-section2 .inner {
  max-width: 1440px;
}
@media (min-width: 769px) and (max-width: 1480px) {
  .single-section2 .inner {
    margin-inline: clamp(20px, 4vw, 120px);
  }
}
@media (max-width: 768px) {
  .single-section2 .inner {
    margin-inline: 4vw;
  }
}

.jobs-index-sec1 {
  padding-top: 32px;
}
@media (max-width: 768px) {
  .jobs-index-sec1 {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .jobs-index-sec1 p.txt-style01 br {
    display: none;
  }
}

.basic-detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1024px) {
  .basic-detail-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.basic-detail-body-nav {
  width: 340px;
}
@media (max-width: 1024px) {
  .basic-detail-body-nav {
    width: 100%;
    text-align: center;
  }
}

.basic-detail-body-main {
  width: calc(100% - 340px - 80px);
  padding-top: 110px;
}
@media (min-width: 1441px) {
  .basic-detail-body-main {
    padding-right: 11.7647058824%;
  }
}
@media (max-width: 1024px) {
  .basic-detail-body-main {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .basic-detail-body-main .title-style01 br {
    display: none;
  }
}
.basic-detail-body-main section {
  border-top: 1px solid var(--main-color3);
  padding-top: 96px;
}
@media (max-width: 768px) {
  .basic-detail-body-main section {
    padding-top: 40px;
  }
}
.basic-detail-body-main section:last-child {
  border-bottom: 1px solid var(--main-color3);
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .basic-detail-body-main section:last-child {
    padding-bottom: 40px;
  }
}
.basic-detail-body-main section:has(+ section) {
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .basic-detail-body-main section:has(+ section) {
    margin-bottom: 48px;
  }
}
.basic-detail-body-main section.is-border-top-off {
  border-top: 0;
  padding-top: 0;
}
.basic-detail-body-main section.is-border-bottom-off {
  border-bottom: 0;
  padding-bottom: 0;
}
.basic-detail-body-main p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .basic-detail-body-main p {
    font-size: 1.6rem;
  }
}
.basic-detail-body-main p:has(+ p) {
  margin-bottom: 2em;
}

.basic-detail-txt-img-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 4.4444444444%;
  container-type: inline-size;
  container-name: basic-detail-txt-img-column;
}
.basic-detail-txt-img-column .txt-wrap {
  width: 55.5555555556%;
}
@container basic-detail-txt-img-column (max-width: 650px) {
  .basic-detail-txt-img-column .txt-wrap {
    width: 100%;
  }
}
.basic-detail-txt-img-column .txt-wrap.w100 {
  width: 100%;
}
.basic-detail-txt-img-column .img-wrap {
  width: 40%;
}
@container basic-detail-txt-img-column (max-width: 650px) {
  .basic-detail-txt-img-column .img-wrap {
    width: 100%;
  }
}

.jobs-index-sec2-sub3 .field-list {
  margin-block: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px 0;
}
@media (max-width: 768px) {
  .jobs-index-sec2-sub3 .field-list {
    margin-block: 37px;
    gap: 21px 0;
  }
}
.jobs-index-sec2-sub3 .field-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 125%;
}
@media (max-width: 768px) {
  .jobs-index-sec2-sub3 .field-list li {
    font-size: 1.4rem;
  }
}
.jobs-index-sec2-sub3 .field-list li::before {
  content: "";
  background-color: var(--main-color1);
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
}

.jobs-keyword-sec {
  border: 1px solid var(--main-color3);
  border-top: none;
  border-radius: 0 0 16px 16px;
  padding: 40px 60px 60px;
}
@media (max-width: 768px) {
  .jobs-keyword-sec {
    padding: 24px 6.4vw 40px;
  }
}
.jobs-keyword-sec .btn-wrap {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .jobs-keyword-sec .btn-wrap {
    margin-top: 32px;
  }
}

.scene-gallery ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .scene-gallery ul {
    -ms-grid-columns: 1fr 13px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
}
.scene-gallery ul img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.company-message {
  position: relative;
}
.company-message .inner {
  max-width: 1441px;
}
.company-message.-type1 .inner {
  margin-left: 0;
}
@media (min-width: 1241px) and (max-width: 1480px) {
  .company-message.-type1 .inner {
    margin-right: clamp(20px, 4vw, 120px);
  }
}
@media (max-width: 1024px) {
  .company-message.-type1 .inner {
    margin-inline: 4vw;
  }
}
.company-message.-type2 .inner {
  margin-right: 0;
}
@media (min-width: 1241px) and (max-width: 1480px) {
  .company-message.-type2 .inner {
    margin-left: clamp(20px, 4vw, 120px);
  }
}
@media (max-width: 1024px) {
  .company-message.-type2 .inner {
    margin-inline: 4vw;
  }
}

.company-message-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.7142857143vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.7142857143vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  .company-message-column {
    gap: 0;
  }
}
.company-message-column .txt-wrap {
  padding-top: 112px;
}
@media (max-width: 1024px) {
  .company-message-column .txt-wrap {
    padding-top: 48px;
  }
}
.company-message-column .txt-wrap .title-style06 {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .company-message-column .txt-wrap .title-style06 {
    margin-bottom: 16px;
  }
}
.company-message-column .txt-wrap .title-style02 {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .company-message-column .txt-wrap .title-style02 {
    margin-bottom: 28px;
  }
}
.company-message-column .img-wrap {
  position: relative;
  padding-bottom: 38px;
}
@media (max-width: 1024px) {
  .company-message-column .img-wrap {
    padding-bottom: 0;
  }
}
.company-message-column .img-wrap img {
  position: relative;
  z-index: 1;
}
.company-message-column .img-wrap .img-caption {
  position: relative;
  z-index: 1;
  text-align: right;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 150%;
  margin-top: 49px;
}
@media (max-width: 1024px) {
  .company-message-column .img-wrap .img-caption {
    margin-top: 16px;
  }
}
.company-message-column .img-wrap .img-caption span {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 175%;
}
.company-message-column .img-wrap::before {
  content: "";
  background: url(../img/bg_dot.svg) no-repeat 0 0/100% auto;
  width: 494px;
  aspect-ratio: 585/339.64;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .company-message-column .img-wrap::before {
    width: 247px;
    top: auto;
    bottom: 5px;
  }
}
.company-message-column.-type1 {
  padding-top: 32px;
}
@media (max-width: 1024px) {
  .company-message-column.-type1 {
    padding-top: 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.company-message-column.-type1 .txt-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1024px) {
  .company-message-column.-type1 .txt-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.company-message-column.-type1 .img-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1024px) {
  .company-message-column.-type1 .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% + 4vw);
    translate: -4vw 0;
  }
}
.company-message-column.-type1 .img-wrap::before {
  right: auto;
  left: 0;
  scale: -1 1;
}
.company-message-column.-type2 {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .company-message-column.-type2 {
    padding-top: 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.company-message-column.-type2 .txt-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1024px) {
  .company-message-column.-type2 .txt-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.company-message-column.-type2 .img-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .company-message-column.-type2 .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% + 4vw);
  }
}
.company-message-column.-type2 .img-wrap .img-caption {
  text-align: left;
}

.philosophy-sec1 .basic-detail-body-main {
  text-align: center;
}
.philosophy-sec1 .basic-detail-body-main section {
  padding-top: 47px;
}
@media (max-width: 768px) {
  .philosophy-sec1 .basic-detail-body-main section {
    padding-inline: 3.2vw;
    padding-top: 32px;
  }
}
.philosophy-sec1 .basic-detail-body-main section:has(+ section) {
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  .philosophy-sec1 .basic-detail-body-main section:has(+ section) {
    margin-bottom: 40px;
  }
}
.philosophy-sec1 .basic-detail-body-main section:last-child {
  padding-bottom: 57px;
}
@media (max-width: 768px) {
  .philosophy-sec1 .basic-detail-body-main section:last-child {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .philosophy-sec1 .basic-detail-body-main p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 175%;
  }
  .philosophy-sec1 .basic-detail-body-main p br {
    display: none;
  }
}
.philosophy-sec1 .philosophy-sec1-item-columns {
  display: -ms-grid;
  display: grid;
}
.philosophy-sec1 .philosophy-sec1-item-columns:has(> div + div) {
  -ms-grid-columns: 1fr 96px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
}
@media (max-width: 1024px) {
  .philosophy-sec1 .philosophy-sec1-item-columns:has(> div + div) {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px;
  }
}
.philosophy-sec1 .philosophy-sec1-item-columns:has(> div + div + div) {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .philosophy-sec1 .philosophy-sec1-item-columns:has(> div + div + div) {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px;
  }
}
.philosophy-sec1 .philosophy-sec1-item-columns div:not(:first-child) {
  position: relative;
}
.philosophy-sec1 .philosophy-sec1-item-columns div:not(:first-child)::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--main-color3);
  position: absolute;
  left: -48px;
  top: 0;
}
@media (max-width: 1024px) {
  .philosophy-sec1 .philosophy-sec1-item-columns div:not(:first-child)::before {
    display: none;
  }
}

.philosophy-sec2 .title-style02 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .philosophy-sec2 .title-style02 {
    margin-bottom: 24px;
    text-align: center;
  }
}
.philosophy-sec2 .txt-style04 {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .philosophy-sec2 .txt-style04 {
    margin-bottom: 16px;
  }
}

.overview-data-list dl .data-list-row {
  border-bottom: 1px solid var(--main-color3);
  padding-block: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 24px auto;
  grid-template-columns: 200px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  .overview-data-list dl .data-list-row {
    padding-block: 24px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 8px;
  }
}
.overview-data-list dl .data-list-row:first-child {
  border-top: 1px solid var(--main-color3);
}
.overview-data-list dl dt {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 200%;
  color: var(--main-color1);
}
@media (max-width: 768px) {
  .overview-data-list dl dt {
    line-height: 125%;
  }
}
.overview-data-list dl dd {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .overview-data-list dl dd {
    font-size: 1.6rem;
    line-height: 125%;
  }
}

.environment-sec1:has(+ section),
.environment-sec2:has(+ section),
.environment-sec3:has(+ section) {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .environment-sec1:has(+ section),
  .environment-sec2:has(+ section),
  .environment-sec3:has(+ section) {
    margin-bottom: 80px;
  }
}

.environment-sec4 .inner {
  background-color: var(--main-color2);
  border-radius: 16px;
  padding: 80px 5.5555555556%;
  container-type: inline-size;
  container-name: environment-sec4;
}
@media (max-width: 768px) {
  .environment-sec4 .inner {
    border-radius: 0;
    margin-inline: 0;
    padding: 80px 4vw 64px;
  }
}
.environment-sec4 .title-style05 {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .environment-sec4 .title-style05 {
    margin-bottom: 40px;
  }
}

.environment-step dl {
  position: relative;
}
.environment-step dl::before {
  content: "";
  width: 1px;
  height: calc(100% - 17px);
  position: absolute;
  top: 17px;
  left: 32px;
  background-color: var(--main-color1);
}
@media (max-width: 768px) {
  .environment-step dl::before {
    height: calc(100% - 12px);
    top: 12px;
    left: 15px;
  }
}
.environment-step dl .data-list-row {
  padding-left: 64px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .environment-step dl .data-list-row {
    padding-left: 32px;
    padding-bottom: 24px;
  }
}
.environment-step dl .data-list-row:last-child {
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .environment-step dl .data-list-row:last-child {
    padding-bottom: 0;
  }
}
.environment-step dl dt {
  font-weight: 900;
  font-size: 2rem;
  line-height: 150%;
  color: var(--main-color1);
  margin-bottom: 4px;
  position: relative;
}
@media (max-width: 768px) {
  .environment-step dl dt {
    font-size: 1.6rem;
  }
}
.environment-step dl dt::before {
  content: "";
  background-color: currentColor;
  width: 17px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  position: absolute;
  left: -40px;
  top: 6px;
}
@media (max-width: 768px) {
  .environment-step dl dt::before {
    width: 13px;
    left: -23px;
    top: 5px;
  }
}
.environment-step dl dd {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .environment-step dl dd {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 175%;
  }
}

.environment-programs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .environment-programs {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.environment-programs .program-item {
  border: 1px solid var(--main-color3);
  border-radius: 16px;
  padding: 40px 10.9090909091% 48px;
  position: relative;
}
@media (max-width: 768px) {
  .environment-programs .program-item {
    padding: 48px 4.2666666667vw 32px;
  }
}
.environment-programs .program-item p:has(+ p) {
  margin-bottom: 16px;
}
.environment-programs .program-item .label {
  position: absolute;
  left: 16px;
  top: 16px;
  border: 1px solid var(--main-color1);
  border-radius: 100vmax;
  color: var(--main-color1);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 15px;
}
@media (max-width: 768px) {
  .environment-programs .program-item .label {
    font-size: 1.2rem;
  }
}
.environment-programs .program-item .icon {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .environment-programs .program-item .icon {
    margin-bottom: 16px;
  }
  .environment-programs .program-item .icon img {
    max-width: 120px;
    aspect-ratio: 1/1;
  }
}
.environment-programs .program-item .title {
  color: var(--main-color1);
  font-weight: 900;
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .environment-programs .program-item .title {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.environment-programs .program-item .body {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 175%;
}
@media (max-width: 768px) {
  .environment-programs .program-item .body {
    font-weight: 400;
    font-size: 1.4rem;
  }
}
.environment-programs .program-item .body a {
  color: var(--main-color1);
}
.environment-programs .program-item .caution {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 175%;
}

.environment-numbers {
  display: -ms-grid;
  display: grid;
}
.environment-numbers + .environment-numbers {
  margin-top: 48px;
}
@container environment-sec4 (max-width: 1024px) {
  .environment-numbers + .environment-numbers {
    margin-top: 16px;
  }
}
.environment-numbers.-type1 {
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@container environment-sec4 (max-width: 1024px) {
  .environment-numbers.-type1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px;
  }
}
.environment-numbers.-type2 {
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@container environment-sec4 (max-width: 1024px) {
  .environment-numbers.-type2 {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.environment-numbers .environment-number-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 0 56px;
}
@media (max-width: 768px) {
  .environment-numbers .environment-number-item {
    padding: 24px 0 32px;
  }
}
.environment-numbers .environment-number-item-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 13.6363636364% auto;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px 13.6363636364%;
}
@container environment-sec4 (max-width: 1024px) {
  .environment-numbers .environment-number-item-inner {
    gap: 15px 8.0144927536%;
  }
}

.counter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .counter-block {
    gap: 7px;
  }
}
.counter-block .img-wrap {
  width: 48px;
  height: 64px;
  translate: 0 -14px;
  -ms-flex-line-pack: end;
      align-content: end;
  text-align: center;
}
@media (max-width: 768px) {
  .counter-block .img-wrap {
    width: 32px;
    height: 40px;
  }
}
.counter-block .img-wrap img {
  width: auto;
}
@media (max-width: 768px) {
  .counter-block .img-wrap img {
    scale: 0.675;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.counter-block .label {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 150%;
}
@media (max-width: 768px) {
  .counter-block .label {
    font-size: 1.215rem;
  }
}
.counter-block .counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7px;
}
@media (max-width: 768px) {
  .counter-block .counter-wrap {
    gap: 3px;
  }
}
.counter-block .counter {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: normal;
  font-weight: 700;
  font-size: 8rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .counter-block .counter {
    font-size: 4.6rem;
  }
}
.counter-block .unit {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 150%;
  padding-bottom: 7px;
}
@media (max-width: 768px) {
  .counter-block .unit {
    font-size: 2.16rem;
    padding-bottom: 3px;
  }
}

.faq-accordion details:first-of-type summary::marker,
.faq-accordion :is(::-webkit-details-marker) {
  content: "";
  display: none;
}
.faq-accordion details {
  border-top: 1px solid var(--main-color3);
  position: relative;
  width: 100%;
}
.faq-accordion details:last-child {
  border-bottom: 1px solid var(--main-color3);
}
.faq-accordion details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 150%;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  padding-block: 38px;
  list-style: none;
  position: relative;
}
@media (max-width: 768px) {
  .faq-accordion details summary {
    gap: 16px;
    font-size: 1.6rem;
    padding-block: 24px;
    padding-right: 40px;
  }
}
.faq-accordion details summary::before {
  content: "Q";
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 100%;
  color: var(--main-color1);
  min-width: 36px;
}
@media (max-width: 768px) {
  .faq-accordion details summary::before {
    font-size: 2.4rem;
    min-width: 24px;
  }
}
.faq-accordion details summary .icon {
  position: absolute;
  right: 0;
  top: 32px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--main-color1);
  border-radius: 100vmax;
  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;
  color: var(--main-color1);
}
@media (max-width: 768px) {
  .faq-accordion details summary .icon {
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.faq-accordion details summary .icon::before, .faq-accordion details summary .icon::after {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  border-radius: 100vmax;
  background-color: var(--main-color1);
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .faq-accordion details summary .icon::before, .faq-accordion details summary .icon::after {
    width: 14px;
    height: 1px;
  }
}
.faq-accordion details summary .icon::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.5s;
  transition: rotate 0.5s;
}
.faq-accordion details .accordion-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
}
.faq-accordion details .accordion-content-inner {
  overflow: hidden;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
}
@media (max-width: 768px) {
  .faq-accordion details .accordion-content-inner {
    gap: 0 16px;
  }
}
.faq-accordion details .accordion-content-inner div.answer {
  width: calc(100% - 60px);
}
@media (max-width: 768px) {
  .faq-accordion details .accordion-content-inner div.answer {
    width: calc(100% - 40px);
  }
}
.faq-accordion details .accordion-content-inner::before {
  content: "A";
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 100%;
  color: #5FB7E9;
  min-width: 36px;
}
@media (max-width: 768px) {
  .faq-accordion details .accordion-content-inner::before {
    font-size: 2.4rem;
    min-width: 24px;
  }
}
.faq-accordion details .accordion-content-inner::after {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  height: 38px;
  line-height: 1;
}
@media (max-width: 768px) {
  .faq-accordion details .accordion-content-inner::after {
    height: 24px;
  }
}
.faq-accordion details[open] summary .icon::after {
  rotate: 0deg;
}
/*-----------------------------------------------------------
news
-------------------------------------------------------------*/
.news-list ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 164px calc(100% - 164px);
  grid-template-columns: 164px calc(100% - 164px);
}
@media (max-width: 768px) {
  .news-list ul li {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 4px;
  }
}
.news-list ul li + li {
  border-top: 1px solid var(--main-color3);
  margin-top: 32px;
  padding-top: 32px;
}
@media (max-width: 768px) {
  .news-list ul li + li {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.news-list ul li time {
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  color: var(--main-color1);
}
@media (max-width: 768px) {
  .news-list ul li time {
    font-size: 1.4rem;
  }
}
.news-list ul li .news-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
}
@media (max-width: 768px) {
  .news-list ul li .news-title {
    font-size: 1.4rem;
  }
}
.news-list ul li a.news-title {
  text-decoration-line: underline;
  color: var(--main-color1);
  padding-right: 0;
}
.news-list ul li a.news-title[target=_blank]::after {
  content: "";
  display: block;
  background: url(../img/arrow02c.svg) no-repeat 50% 50%/8px auto;
  width: 8px;
  aspect-ratio: 1/1;
}
.news-list ul li a.news-title:hover {
  text-decoration: none;
}

.news-index {
  padding-top: 20px;
}
.news-index .news-list {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .news-index .news-list {
    margin-bottom: 48px;
  }
}
.news-index .news-list ul {
  border-top: 1px solid var(--main-color3);
  border-bottom: 1px solid var(--main-color3);
  padding-block: 32px;
}

.news-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .news-pager ul {
    gap: 10px;
  }
}
.news-pager ul li {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-pager ul li {
    width: 32px;
  }
}
.news-pager ul li span,
.news-pager ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  color: var(--main-color1);
}
@media (max-width: 768px) {
  .news-pager ul li span,
  .news-pager ul li a {
    font-size: 1.2rem;
  }
}
.news-pager ul li:not(.dots) {
  border: 1px solid var(--main-color1);
}
.news-pager ul li.dots {
  margin-inline: -10px;
}
.news-pager ul li.dots span {
  color: var(--text-color);
}
.news-pager ul li.prev a, .news-pager ul li.next a {
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.news-pager ul li.prev a::before, .news-pager ul li.next a::before {
  content: "";
  background: url(../img/arrow03.svg) no-repeat 50% 50%/100%;
  width: 21px;
  aspect-ratio: 21/18;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .news-pager ul li.prev a::before, .news-pager ul li.next a::before {
    background-size: 14px;
  }
}
.news-pager ul li.prev.is-disabled, .news-pager ul li.next.is-disabled {
  border-color: #A6B9C4;
}
.news-pager ul li.prev.is-disabled a, .news-pager ul li.next.is-disabled a {
  pointer-events: none;
}
.news-pager ul li.prev.is-disabled a::before, .news-pager ul li.next.is-disabled a::before {
  background-image: url(../img/arrow03c.svg);
}
.news-pager ul li.prev a::before {
  rotate: 180deg;
}
.news-pager ul li.is-current span {
  color: #fff;
  background-color: var(--main-color1);
}

.news-detail {
  border-bottom: 1px solid var(--main-color3);
  padding-block: 32px 80px;
  margin-bottom: 64px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .news-detail {
    padding-block: 13px 48px;
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
}
.news-detail .news-detail-header {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .news-detail .news-detail-header {
    margin-bottom: 40px;
  }
}
.news-detail .news-detail-header time {
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  color: var(--main-color1);
}
@media (max-width: 768px) {
  .news-detail .news-detail-header time {
    font-size: 1.4rem;
  }
}
.news-detail .news-detail-header .news-title {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .news-detail .news-detail-header .news-title {
    font-size: 2.4rem;
  }
}
.news-detail p:has(+ p) {
  margin-bottom: 2em;
}

/*-----------------------------------------------------------
animation
-------------------------------------------------------------*/
.js-gsap-basic {
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 40px;
}

.js-gsap-basic2 {
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.js-gsap-multi > * {
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.js-gsap-multi2 > * {
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes spin-infinite {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin-infinite {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.index-animation-stage {
  z-index: 2;
  pointer-events: none;
}
.index-animation-stage > div {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.index-animation-stage svg {
  position: absolute;
  left: 0;
  top: 0;
}
.index-animation-stage svg path {
  width: 100%;
  height: auto;
  fill: none;
  stroke: rgba(255, 0, 0, 0);
  stroke-width: 2;
}

.index-people-animation-stage {
  position: absolute;
  width: 111.6071428571vw;
  aspect-ratio: 1500.54/475.6;
  bottom: 14.7023809524vw;
  left: -3.0357142857vw;
}
@media (max-width: 768px) {
  .index-people-animation-stage {
    aspect-ratio: 1/0.8;
    bottom: 49px;
  }
}
@media (max-width: 768px) {
  .index-people-animation-stage svg {
    width: 100%;
    height: 100%;
  }
}

.index-people-animation-penguin {
  display: block;
  background: url(../img/penguin02.svg) no-repeat 0 0/100%;
  width: 279px;
  width: 16.6071428571vw;
  aspect-ratio: 279/160;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .index-people-animation-penguin {
    width: 37.2vw;
  }
}

.index-jobs-animation-stage {
  position: absolute;
  width: 44.9035714286vw;
  width: 112.2589285714%;
  aspect-ratio: 754.38/360;
  left: -29.1666666667%;
  top: 37.7976190476%;
}

.index-jobs-animation-penguin {
  display: block;
  background: url(../img/penguin05.svg) no-repeat 0 0/100%;
  width: 9.0476190476vw;
  aspect-ratio: 152.13/196.33;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .index-jobs-animation-penguin {
    width: 20.2853333333vw;
  }
}

.index-company-animation-stage-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 672 802' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 802H399.703V271L672 148V0H0V802Z' fill='black'/%3E%3C/svg%3E") no-repeat 0 0/100%;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 672 802' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 802H399.703V271L672 148V0H0V802Z' fill='black'/%3E%3C/svg%3E") no-repeat 0 0/100%;
  top: 0;
  right: 0;
  z-index: 2;
}

.index-company-animation-stage {
  position: absolute;
  height: auto;
  width: 50.6889880952%;
  aspect-ratio: 340/150;
  right: 24.1071428571%;
  top: 61%;
}

.index-company-animation-penguin {
  display: block;
  background: url(../img/penguin03.svg) no-repeat 0 0/100%;
  width: 8.9880952381vw;
  aspect-ratio: 151.21/198.72;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .index-company-animation-penguin {
    width: 20.1626666667vw;
  }
}

#index-company-animation-move-path {
  width: 20.2755952381vw;
}