@charset "UTF-8";
/*
Theme Name: Quonb 2023
Version: 1.00
Author: Bface
Author URI: https://www.bface.net/
Description: Quonb WordPress Theme 2023
*/
/*! destyle.css v4.0.0 | 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; }

/* 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 {
  --font-color1: #333;
  --main-color1: #7FBE26;
  --bg-color1:#F5F6F1;
  --medical-color1:#F47A7A;
  --medical-color2: #F47A7AB3;
  --university-color1:#E0A400;
  --university-color2: #E0A400B3;
  --enterprisegroup-color1:#13ACB9;
  --enterprisegroup-color2: #13ACB9B3;
  --font-family1: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Hiragino Sans",Meiryo,sans-serif;
  --font-family2:m-plus-rounded-1c,"Helvetica Neue",Arial,sans-serif;
  --inner-max-width:1200px;
  --break-point1:768px;
  --header-size:100px;
  --header-position:0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* text-align
------------------------------------------------*/
.alignL {
  text-align: left !important; }

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

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

.vAlignM {
  vertical-align: middle !important; }

/* float
------------------------------------------------*/
.floatL {
  float: left !important;
  display: inline !important; }

.floatR {
  float: right !important;
  display: inline !important; }

.floatN {
  float: none !important; }

/* display
------------------------------------------------*/
.disBlock {
  display: block !important; }

.disInlBlock {
  display: inline-block !important; }

.disInline {
  display: inline !important; }

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

/* font-weight
------------------------------------------------*/
.fwB {
  font-weight: bold; }

/* 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) {
  .sfs51 {
    font-size: 5.1rem !important; } }

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

@media (min-width: 769px) {
  .pc_hide {
    display: none !important; } }

/* hide
------------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .hover:hover {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity=75); }

/* hover
------------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .hover:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70); }

html {
  font-size: 62.5%; }

body {
  color: var(--font-color1, #333);
  font-family: var(--font-family1, sans-serif);
  font-size: 1.6rem; }
  @media (max-width: 768px) {
    body {
      --header-size:60px; } }
  body.customize-support {
    --header-position:32px; }
    @media (max-width: 768px) {
      body.customize-support {
        --header-position:46px; }
        body.customize-support.scroll {
          --header-position:0; } }

.inner {
  max-width: var(--inner-max-width);
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .inner {
      --inner-max-width: 92vw;
      margin-left: 4vw;
      margin-right: 4vw; } }

#wrap {
  padding-top: var(--header-size);
  --category-color1:var(--main-color1);
  --category-color2:var(--main-color1); }
  #wrap #page_header {
    background: var(--bg-color1) url(/wp-content/themes/quonb_2023/assets/img/page_header_bg4.png) no-repeat 50% 0; }
    @media (max-width: 768px) {
      #wrap #page_header {
        background: var(--bg-color1) url(/wp-content/themes/quonb_2023/assets/img/page_header_bg4_sp.png) no-repeat 50% 0/100% auto; } }
  #wrap.medical {
    --category-color1:var(--medical-color1);
    --category-color2:var(--medical-color2); }
    #wrap.medical #page_header {
      background: var(--bg-color1) url(/wp-content/themes/quonb_2023/assets/img/page_header_bg1.png) no-repeat 50% 0; }
      @media (max-width: 768px) {
        #wrap.medical #page_header {
          background: var(--bg-color1) url(/wp-content/themes/quonb_2023/assets/img/page_header_bg1_sp.png) no-repeat 50% 0/100% auto; } }
      #wrap.medical #page_header > div.inner {
        background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg1_2.png) no-repeat 100% 0/auto 100%; }
        @media (max-width: 768px) {
          #wrap.medical #page_header > div.inner {
            background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg1_2_sp.png) no-repeat 0 100%/100% auto; } }
      #wrap.medical #page_header.category_top > div.inner {
        background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg1_3.png) no-repeat 100% 0/auto 100%; }
        @media (max-width: 768px) {
          #wrap.medical #page_header.category_top > div.inner {
            background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg1_3_sp.png) no-repeat 0 100%/100% auto; } }
  #wrap.university {
    --category-color1:var(--university-color1);
    --category-color2:var(--university-color2); }
    #wrap.university #page_header {
      background: var(--bg-color1) url(/wp-content/themes/quonb_2023/assets/img/page_header_bg2.png) no-repeat 50% 0; }
      @media (max-width: 768px) {
        #wrap.university #page_header {
          background: var(--bg-color1) url(/wp-content/themes/quonb_2023/assets/img/page_header_bg2_sp.png) no-repeat 50% 0/100% auto; } }
      #wrap.university #page_header > div.inner {
        background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg2_2.png) no-repeat 100% 0/auto 100%; }
        @media (max-width: 768px) {
          #wrap.university #page_header > div.inner {
            background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg2_2_sp.png) no-repeat 0 100%/100% auto; } }
      #wrap.university #page_header.category_top > div.inner {
        background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg2_3.png) no-repeat 100% 0/auto 100%; }
        @media (max-width: 768px) {
          #wrap.university #page_header.category_top > div.inner {
            background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg2_3_sp.png) no-repeat 0 100%/100% auto; } }
  #wrap.enterprisegroup {
    --category-color1:var(--enterprisegroup-color1);
    --category-color2:var(--enterprisegroup-color2); }
    #wrap.enterprisegroup #page_header {
      background: var(--bg-color1) url(/wp-content/themes/quonb_2023/assets/img/page_header_bg3.png) no-repeat 50% 0; }
      @media (max-width: 768px) {
        #wrap.enterprisegroup #page_header {
          background: var(--bg-color1) url(/wp-content/themes/quonb_2023/assets/img/page_header_bg3_sp.png) no-repeat 50% 0/100% auto; } }
      #wrap.enterprisegroup #page_header > div.inner {
        background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg3_2.png) no-repeat 100% 0/auto 100%; }
        @media (max-width: 768px) {
          #wrap.enterprisegroup #page_header > div.inner {
            background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg3_2_sp.png) no-repeat 0 100%/100% auto; } }
      #wrap.enterprisegroup #page_header.category_top > div.inner {
        background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg3_3.png) no-repeat 100% 0/auto 100%; }
        @media (max-width: 768px) {
          #wrap.enterprisegroup #page_header.category_top > div.inner {
            background: url(/wp-content/themes/quonb_2023/assets/img/page_header_bg3_3_sp.png) no-repeat 0 100%/100% auto; } }

#page_header {
  background-color: var(--bg-color1); }
  #page_header > div.inner {
    padding-top: 65px;
    height: 250px; }
    @media (max-width: 768px) {
      #page_header > div.inner {
        margin-left: 0;
        margin-right: 0;
        --inner-max-width:100vw;
        height: auto;
        padding: 8vw 6.66667vw 48vw; } }
  #page_header.category_top > div.inner {
    padding-top: 90px;
    height: 360px; }
    @media (max-width: 768px) {
      #page_header.category_top > div.inner {
        height: auto;
        padding: 8vw 6.66667vw 58.66667vw; } }
    #page_header.category_top > div.inner p {
      margin-top: 16px;
      line-height: 2.25; }
      @media (max-width: 768px) {
        #page_header.category_top > div.inner p {
          margin-top: 14px;
          line-height: 2;
          font-size: 1.4rem;
          line-height: 2; }
          #page_header.category_top > div.inner p br {
            display: none; } }
  #page_header.other_page > div.inner {
    padding-top: 90px; }
    @media (max-width: 768px) {
      #page_header.other_page > div.inner {
        height: 126px;
        padding: 41px 6.66667vw 0; } }
    #page_header.other_page > div.inner h2 {
      text-align: center; }

#breadcrumb {
  margin-bottom: 27px; }
  @media (max-width: 768px) {
    #breadcrumb {
      display: none; } }
  #breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 0; }
    #breadcrumb ul li {
      font-size: 1.4rem;
      color: #888888; }
      #breadcrumb ul li a {
        color: #333333; }
      #breadcrumb ul li + li {
        margin-left: 15px; }
        #breadcrumb ul li + li:before {
          content: ">";
          color: #ccc;
          display: inline-block;
          margin-right: 15px; }

.index_about dd,
.index_about address,
.index_about p,
.index_service dd,
.index_service address,
.index_service p,
.main_area dd,
.main_area address,
.main_area p {
  line-height: 2.25; }
  @media (max-width: 768px) {
    .index_about dd,
    .index_about address,
    .index_about p,
    .index_service dd,
    .index_service address,
    .index_service p,
    .main_area dd,
    .main_area address,
    .main_area p {
      font-size: 1.5rem;
      line-height: 2.13333; } }
  .index_about dd > a,
  .index_about address > a,
  .index_about p > a,
  .index_service dd > a,
  .index_service address > a,
  .index_service p > a,
  .main_area dd > a,
  .main_area address > a,
  .main_area p > a {
    color: var(--category-color1);
    text-decoration: underline; }
    .index_about dd > a:hover, .index_about dd > a:focus,
    .index_about address > a:hover,
    .index_about address > a:focus,
    .index_about p > a:hover,
    .index_about p > a:focus,
    .index_service dd > a:hover,
    .index_service dd > a:focus,
    .index_service address > a:hover,
    .index_service address > a:focus,
    .index_service p > a:hover,
    .index_service p > a:focus,
    .main_area dd > a:hover,
    .main_area dd > a:focus,
    .main_area address > a:hover,
    .main_area address > a:focus,
    .main_area p > a:hover,
    .main_area p > a:focus {
      text-decoration: none; }

@media (max-width: 768px) {
  .index_about img,
  .index_service img,
  .main_area img {
    max-width: 100%;
    height: auto; } }

.index_about .basic_img_wrap,
.index_service .basic_img_wrap,
.main_area .basic_img_wrap {
  text-align: center;
  margin-bottom: 20px; }
  .index_about .basic_img_wrap img,
  .index_service .basic_img_wrap img,
  .main_area .basic_img_wrap img {
    max-width: 100%;
    height: auto; }

.index_about > ul:not([class]) li,
.index_service > ul:not([class]) li,
.main_area > ul:not([class]) li {
  line-height: 2.25; }
  @media (max-width: 768px) {
    .index_about > ul:not([class]) li,
    .index_service > ul:not([class]) li,
    .main_area > ul:not([class]) li {
      font-size: 1.5rem;
      line-height: 2.13333; } }

.index_about > ol,
.index_service > ol,
.main_area > ol {
  display: block;
  list-style-type: decimal;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  width: 100%;
  margin: 10px; }
  .index_about > ol li,
  .index_service > ol li,
  .main_area > ol li {
    font-size: 1.6rem;
    line-height: 2;
    position: relative; }
    .index_about > ol li ol,
    .index_service > ol li ol,
    .main_area > ol li ol {
      list-style-type: decimal;
      margin-left: 20px; }
    @media (max-width: 768px) {
      .index_about > ol li,
      .index_service > ol li,
      .main_area > ol li {
        font-size: 1.5rem;
        line-height: 1.86667; } }
    .index_about > ol li + li,
    .index_service > ol li + li,
    .main_area > ol li + li {
      margin-top: 12px; }

@media (max-width: 768px) {
  #main .main_area {
    padding-bottom: 100px; } }

#main.has-side .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    #main.has-side .inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  #main.has-side .inner .main_area {
    width: calc(100% - 345px); }
    @media (max-width: 768px) {
      #main.has-side .inner .main_area {
        width: 100%;
        padding-top: 40px; } }
    #main.has-side .inner .main_area h3 {
      font-size: 2.4rem;
      line-height: 1.16667;
      font-weight: 600;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        #main.has-side .inner .main_area h3 {
          font-size: 1.8rem;
          line-height: 1.55556; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .flex.flex-align-center {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex.flex-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex.flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex .flex-item {
    width: var(--flex-col-width, 100%); }
  .flex.pc-col1 {
    --flex-col-width: 100%; }
  .flex.pc-col2 {
    --flex-col-width: 50%; }
  .flex.pc-col3 {
    --flex-col-width: 33.3%; }
  .flex.pc-col4 {
    --flex-col-width: 25%; }
  @media (max-width: 768px) {
    .flex.sp-col1 {
      --flex-col-width: 100%; } }
  @media (max-width: 768px) {
    .flex.sp-col2 {
      --flex-col-width: 50%; } }
  @media (max-width: 768px) {
    .flex.sp-col3 {
      --flex-col-width: 33.3%; } }
  @media (max-width: 768px) {
    .flex.sp-col3 {
      --flex-col-width: 25%; } }
  .flex.text_and_img {
    gap: 45px; }
    @media (max-width: 768px) {
      .flex.text_and_img {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px; } }
    .flex.text_and_img + .text_and_img {
      border-top: 1px solid #ccc; }
    .flex.text_and_img .flex-item:nth-child(1) {
      --flex-col-width: calc(100% - (370px + 45px) ); }
      @media (max-width: 768px) {
        .flex.text_and_img .flex-item:nth-child(1) {
          --flex-col-width: 100%; } }
    .flex.text_and_img .flex-item:nth-child(2) {
      --flex-col-width:370px; }
      @media (max-width: 768px) {
        .flex.text_and_img .flex-item:nth-child(2) {
          --flex-col-width: 100%; } }
  .flex.program_list .flex-item:nth-child(1) {
    width: 66.66667%; }
    @media (max-width: 768px) {
      .flex.program_list .flex-item:nth-child(1) {
        width: 100%; } }
  .flex.program_list .flex-item:nth-child(2) {
    width: 33.33333%;
    border-left: 1px solid #ccc;
    padding-left: 46px;
    margin-left: 46px; }
    @media (max-width: 768px) {
      .flex.program_list .flex-item:nth-child(2) {
        border-top: 1px solid #ccc;
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        padding-top: 25px;
        margin-top: 25px; } }
  .flex.sdseminar_head {
    gap: 0 45px; }
    @media (max-width: 768px) {
      .flex.sdseminar_head {
        gap: 22px 0; } }
    .flex.sdseminar_head .flex-item:nth-child(1) {
      --flex-col-width: (785 / 1200) * 100%; }
      @media (max-width: 768px) {
        .flex.sdseminar_head .flex-item:nth-child(1) {
          --flex-col-width: 100%; } }
    .flex.sdseminar_head .flex-item:nth-child(2) {
      --flex-col-width: (370 / 1200) * 100%; }
      @media (max-width: 768px) {
        .flex.sdseminar_head .flex-item:nth-child(2) {
          --flex-col-width: 100%; } }
      .flex.sdseminar_head .flex-item:nth-child(2) .btn_case {
        width: 370px; }
        @media (max-width: 768px) {
          .flex.sdseminar_head .flex-item:nth-child(2) .btn_case {
            width: 75.36232%;
            height: 50px;
            font-size: 1.4rem; }
            .flex.sdseminar_head .flex-item:nth-child(2) .btn_case span {
              height: 14px; }
              .flex.sdseminar_head .flex-item:nth-child(2) .btn_case span::after {
                left: 4px;
                width: 5px;
                height: 5px; }
              .flex.sdseminar_head .flex-item:nth-child(2) .btn_case span::before {
                min-width: 14px;
                width: 14px;
                height: 14px; } }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--btn-color, #ccc);
  color: var(--btn-txt-color, #333);
  background-color: var(--btn-bg-color, transparent);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.6rem;
  font-weight: 600; }
  @media (max-width: 768px) {
    .btn {
      width: 100px;
      height: 30px;
      font-size: 1.4rem; } }
  .btn:hover {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .btn.btn_green {
    --btn-color: #7FBE26;
    --btn-txt-color: #51A13B; }
    @media (max-width: 768px) {
      .btn.btn_green {
        font-size: 1.1rem; } }
    .btn.btn_green:hover, .btn.btn_green:focus {
      --btn-bg-color:#7FBE26;
      --btn-txt-color: #fff; }
  .btn_inquiry {
    --btn-color:#7FBE26;
    --btn-bg-color:#7FBE26;
    --btn-txt-color: #fff;
    width: 380px;
    height: 85px;
    border-radius: 43px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
    font-weight: 600; }
    @media (max-width: 768px) {
      .btn_inquiry {
        width: 100%;
        height: 70px;
        font-size: 1.8rem; } }
    .btn_inquiry:hover, .btn_inquiry:focus {
      background-color: rgba(127, 190, 38, 0.7); }
    .btn_inquiry::before {
      content: "";
      display: block;
      width: 28px;
      height: 22px;
      background: url(/wp-content/themes/quonb_2023/assets/img/icon_mail1.svg) no-repeat 50% 50%/28px auto;
      margin-right: 15px; }
      @media (max-width: 768px) {
        .btn_inquiry::before {
          width: 22px;
          height: 18px;
          background-size: 100%;
          margin-right: 10px; } }
  .btn_category {
    --btn-color: var(--category-color1);
    --btn-bg-color: var(--category-color1);
    --btn-txt-color: #fff; }
    .btn_category:hover, .btn_category:focus {
      background-color: var(--category-color2); }
  .btn_detail {
    width: 196px;
    height: 50px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    font-weight: 300; }
    @media (max-width: 768px) {
      .btn_detail {
        width: 52.17391%;
        height: 40px;
        font-size: 1.4rem; } }
    .btn_detail:hover, .btn_detail:focus {
      background-color: #eee; }
    .btn_detail span {
      position: relative;
      height: 18px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      gap: 0 8px; }
      .btn_detail span::before {
        display: block;
        content: "";
        min-width: 18px;
        width: 18px;
        height: 18px;
        background-color: var(--category-color1);
        border-radius: 50%; }
      .btn_detail span::after {
        display: block;
        content: "";
        position: absolute;
        left: 7px;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; }
      .btn_detail span::after {
        left: 5px; }
      @media (max-width: 768px) {
        .btn_detail span {
          position: relative;
          height: 14px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          gap: 0 8px; }
          .btn_detail span::before {
            display: block;
            content: "";
            min-width: 14px;
            width: 14px;
            height: 14px;
            background-color: var(--category-color1);
            border-radius: 50%; }
          .btn_detail span::after {
            display: block;
            content: "";
            position: absolute;
            left: 7px;
            bottom: 0;
            top: 0;
            margin: auto;
            width: 5px;
            height: 5px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: 1px solid #fff;
            border-right: 1px solid #fff; }
          .btn_detail span::after {
            left: 4px; } }
  .btn_case {
    width: 380px;
    height: 85px;
    border-radius: 43px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    font-weight: 300; }
    @media (max-width: 768px) {
      .btn_case {
        width: 100%;
        height: 70px; } }
    .btn_case:hover, .btn_case:focus {
      background-color: #eee; }
    .btn_case span {
      position: relative;
      height: 23px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      gap: 0 8px; }
      .btn_case span::before {
        display: block;
        content: "";
        min-width: 23px;
        width: 23px;
        height: 23px;
        background-color: var(--category-color1);
        border-radius: 50%; }
      .btn_case span::after {
        display: block;
        content: "";
        position: absolute;
        left: 7px;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; }
  .btn_schedule {
    --btn-color: var(--category-color1);
    --btn-bg-color: var(--category-color1);
    --btn-txt-color: #fff;
    width: 380px;
    height: 85px;
    border-radius: 43px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    font-weight: 600; }
    @media (max-width: 768px) {
      .btn_schedule {
        width: 100%;
        height: 70px; } }
    .btn_schedule:hover, .btn_schedule:focus {
      background-color: var(--category-color2); }
    .btn_schedule span {
      position: relative;
      height: 23px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      gap: 0 8px; }
      .btn_schedule span::before {
        display: block;
        content: "";
        min-width: 23px;
        width: 23px;
        height: 23px;
        background-color: #fff;
        border-radius: 50%; }
      .btn_schedule span::after {
        display: block;
        content: "";
        position: absolute;
        left: 7px;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid var(--category-color1);
        border-right: 1px solid var(--category-color1); }
  .btn.btn_corporate {
    --btn-color: #ccc;
    width: 280px;
    font-weight: 300;
    margin: 0 0 0 auto; }
    @media (max-width: 768px) {
      .btn.btn_corporate {
        width: 220px;
        height: 40px;
        margin: 20px auto 0;
        font-size: 1.4rem; } }
    .btn.btn_corporate:after {
      content: "";
      background: #888;
      -webkit-mask: url(/wp-content/themes/quonb_2023/assets/img/icon_blank.svg) no-repeat 50% 50%/100% auto;
      mask: url(/wp-content/themes/quonb_2023/assets/img/icon_blank.svg) no-repeat 50% 50%/100% auto;
      width: 16px;
      height: 15px;
      margin-left: 10px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (max-width: 768px) {
        .btn.btn_corporate:after {
          width: 14px;
          height: 13px; } }
    .btn.btn_corporate:hover, .btn.btn_corporate:focus {
      --btn-bg-color: #004c89;
      --btn-txt-color: #fff;
      border-color: #004c89; }
      .btn.btn_corporate:hover:after, .btn.btn_corporate:focus:after {
        background: #fff;
        -webkit-mask: url(/wp-content/themes/quonb_2023/assets/img/icon_blank.svg) no-repeat 50% 50%/100% auto;
        mask: url(/wp-content/themes/quonb_2023/assets/img/icon_blank.svg) no-repeat 50% 50%/100% auto; }
  .btn_min {
    width: 100%;
    max-width: 370px;
    height: 85px; }
    @media (max-width: 768px) {
      .btn_min {
        width: 100%;
        height: 70px; } }

.basic_title01 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1; }
  .basic_title01 span {
    display: block;
    font-size: 57.14286%;
    font-family: var(--font-family2);
    font-weight: 500;
    font-style: normal;
    margin-top: 18px; }

.basic_title02 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1; }
.basic_title02 b{
  display: block;
  margin-top: 15px;
  font-size: 2.0rem;
}
  @media (max-width: 768px) {
    .basic_title02 {
      font-size: 1.8rem; } 
     .basic_title02 b{
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 10px;
  }
}
 
  .basic_title02 span {
    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 20px;
    font-size: 62.5%;
    font-family: var(--font-family2);
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    color: var(--category-color1);
    margin-bottom: 33px; }
    @media (max-width: 768px) {
      .basic_title02 span {
        font-size: 77.77778%;
        gap: 0 10px;
        margin-bottom: 18px; } }
    .basic_title02 span::before {
      content: "";
      display: block;
      background: var(--category-color1);
      width: 40px;
      height: 6px;
      border-radius: 3px; }
      @media (max-width: 768px) {
        .basic_title02 span::before {
          width: 29px;
          height: 3px; } }

.basic_title03 {
  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;
  border-radius: 4px;
  border: 1px solid #888;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  gap: 0 21px;
  padding: 27px;
  margin: 40px 0 40px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .basic_title03 {
      font-size: 1.6rem;
      gap: 0 15px;
      padding: 18px;
      margin: 20px 0 20px;
      padding-left: 50px;
      line-height: 1.3; } }
  .basic_title03 span {
    font-size: 75%;
    margin: 0 -21px; }
    @media (max-width: 768px) {
      .basic_title03 span {
        margin: 0 -5px; } }
  .basic_title03::before {
    --circle-size1:24px;
    --circle-size2:6px;
    content: "";
    min-width: var(--circle-size1);
    width: var(--circle-size1);
    height: var(--circle-size1);
    border: var(--circle-size2) solid var(--category-color1);
    background-color: #fff;
    border-radius: 12px; }
    @media (max-width: 768px) {
      .basic_title03::before {
        --circle-size1:18px;
        --circle-size2:5px;
        position: absolute;
        left: 19px; } }

.basic_title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  gap: 20px;
  padding: 6px 0; }
  @media (max-width: 768px) {
    .basic_title04 {
      font-size: 1.6rem;
      line-height: 1.5;
      padding: 4px 0;
      gap: 10px; } }
  .basic_title04 span {
    --circle-size1:40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    font-family: var(--font-family2);
    font-size: 2.4rem;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: var(--category-color1);
    min-width: var(--circle-size1);
    width: var(--circle-size1);
    height: var(--circle-size1);
    border-radius: 50%; }
    @media (max-width: 768px) {
      .basic_title04 span {
        --circle-size1: 30px;
        font-size: 1.6rem; } }

.basic_title05 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 30px 0; }
  @media (max-width: 768px) {
    .basic_title05 {
      font-size: 1.6rem;
      margin: 12px 0;
      gap: 0 13px;
      line-height: 1.4;
    }
  }
  .basic_title05::before {
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    background: var(--category-color1);
    border-radius: 3px;
    min-height: 40px; }
    @media (max-width: 768px) {
      .basic_title05::before {
        width: 3px; } }
  .basic_title05 a {
    text-decoration: underline; }
    .basic_title05 a:hover, .basic_title05 a:focus {
      text-decoration: none; }

.basic_title06 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600; }
  @media (max-width: 768px) {
    .basic_title06 {
      font-size: 1.8rem; } }
  .basic_title06 span {
    font-size: 1.6rem;
    color: var(--main-color1);
    font-family: var(--font-family2);
    font-weight: 400;
    display: block;
    margin-top: 19px; }
    @media (max-width: 768px) {
      .basic_title06 span {
        font-size: 1.2rem;
        margin-top: 14px; } }

.basic_title07 {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600; }
  @media (max-width: 768px) {
    .basic_title07 {
      font-size: 2rem; } }
  .basic_title07 span {
    font-size: 1.6rem;
    color: var(--main-color1);
    font-family: var(--font-family2);
    font-weight: 400;
    display: block;
    margin-top: 15px; }
    @media (max-width: 768px) {
      .basic_title07 span {
        font-size: 1.2rem;
        margin-top: 14px; } }

.basic_title08 {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 600; }
  @media (max-width: 768px) {
    .basic_title08 {
      font-size: 2rem;
      line-height: 1.2; } }

.form_style01 .form_text01,
.form_style01 input[type="text"],
.form_style01 input[type="password"],
.form_style01 input[type="tel"],
.form_style01 input[type="email"],
.form_style01 input[type="number"],
.form_style01 input[type="url"] {
  width: 100%;
  font-size: 1.4rem;
  color: #666;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block; }
  .form_style01 .form_text01::-webkit-input-placeholder,
  .form_style01 input[type="text"]::-webkit-input-placeholder,
  .form_style01 input[type="password"]::-webkit-input-placeholder,
  .form_style01 input[type="tel"]::-webkit-input-placeholder,
  .form_style01 input[type="email"]::-webkit-input-placeholder,
  .form_style01 input[type="number"]::-webkit-input-placeholder,
  .form_style01 input[type="url"]::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
    line-height: 16px; }
  .form_style01 .form_text01:-ms-input-placeholder,
  .form_style01 input[type="text"]:-ms-input-placeholder,
  .form_style01 input[type="password"]:-ms-input-placeholder,
  .form_style01 input[type="tel"]:-ms-input-placeholder,
  .form_style01 input[type="email"]:-ms-input-placeholder,
  .form_style01 input[type="number"]:-ms-input-placeholder,
  .form_style01 input[type="url"]:-ms-input-placeholder {
    color: #999;
    font-size: 12px;
    line-height: 16px; }
  .form_style01 .form_text01:-moz-placeholder,
  .form_style01 input[type="text"]:-moz-placeholder,
  .form_style01 input[type="password"]:-moz-placeholder,
  .form_style01 input[type="tel"]:-moz-placeholder,
  .form_style01 input[type="email"]:-moz-placeholder,
  .form_style01 input[type="number"]:-moz-placeholder,
  .form_style01 input[type="url"]:-moz-placeholder {
    color: #999;
    font-size: 12px;
    line-height: 16px; }
  .form_style01 .form_text01:focus::-webkit-input-placeholder,
  .form_style01 input[type="text"]:focus::-webkit-input-placeholder,
  .form_style01 input[type="password"]:focus::-webkit-input-placeholder,
  .form_style01 input[type="tel"]:focus::-webkit-input-placeholder,
  .form_style01 input[type="email"]:focus::-webkit-input-placeholder,
  .form_style01 input[type="number"]:focus::-webkit-input-placeholder,
  .form_style01 input[type="url"]:focus::-webkit-input-placeholder {
    color: #fff; }
  .form_style01 .form_text01:focus:-ms-input-placeholder,
  .form_style01 input[type="text"]:focus:-ms-input-placeholder,
  .form_style01 input[type="password"]:focus:-ms-input-placeholder,
  .form_style01 input[type="tel"]:focus:-ms-input-placeholder,
  .form_style01 input[type="email"]:focus:-ms-input-placeholder,
  .form_style01 input[type="number"]:focus:-ms-input-placeholder,
  .form_style01 input[type="url"]:focus:-ms-input-placeholder {
    color: #fff; }
  .form_style01 .form_text01:focus:-moz-placeholder,
  .form_style01 input[type="text"]:focus:-moz-placeholder,
  .form_style01 input[type="password"]:focus:-moz-placeholder,
  .form_style01 input[type="tel"]:focus:-moz-placeholder,
  .form_style01 input[type="email"]:focus:-moz-placeholder,
  .form_style01 input[type="number"]:focus:-moz-placeholder,
  .form_style01 input[type="url"]:focus:-moz-placeholder {
    color: #fff; }

.form_style01 .form_textarea01 {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #666; }

.form_style01 .form_select01 {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  height: 35px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form_style01 .form_select01:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -5px 0 0 0;
    font-size: 10px; }
  .form_style01 .form_select01 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    background: transparent;
    font-size: inherit;
    box-sizing: border-box;
    position: relative;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 28px 5px 14px;
    font-size: 1.4rem;
    line-height: 1.57143; }
  .form_style01 .form_select01 select::-ms-expand {
    display: none; }

.form_style01 .form_radioi01 {
  font-size: 1.4rem; }

.form_style01 .form_checkbox01 {
  font-size: 1.4rem; }

.form_style01 .width50px {
  width: 50px !important; }

.form_style01 .width60px {
  width: 60px !important; }

.form_style01 .width70px {
  width: 70px !important; }

.form_style01 .width80px {
  width: 80px !important; }

.form_style01 .width90px {
  width: 90px !important; }

.form_style01 .width100px {
  width: 100px !important; }

.form_style01 .width110px {
  width: 110px !important; }

.form_style01 .width120px {
  width: 120px !important; }

.form_style01 .width130px {
  width: 130px !important; }

.form_style01 .width140px {
  width: 140px !important; }

.form_style01 .width150px {
  width: 150px !important; }

.form_style01 .width160px {
  width: 160px !important; }

.form_style01 .width170px {
  width: 170px !important; }

.form_style01 .width180px {
  width: 180px !important; }

.form_style01 .width190px {
  width: 190px !important; }

.form_style01 .width200px {
  width: 200px !important; }

.form_style01 .width210px {
  width: 210px !important; }

.form_style01 .width220px {
  width: 220px !important; }

.form_style01 .width230px {
  width: 230px !important; }

.form_style01 .width240px {
  width: 240px !important; }

.form_style01 .width250px {
  width: 250px !important; }

.form_style01 .width260px {
  width: 260px !important; }

.form_style01 .width270px {
  width: 270px !important; }

.form_style01 .width280px {
  width: 280px !important; }

.form_style01 .width290px {
  width: 290px !important; }

.form_style01 .width300px {
  width: 300px !important; }

.form_style01 .width10 {
  width: 10% !important; }

.form_style01 .width20 {
  width: 20% !important; }

.form_style01 .width30 {
  width: 30% !important; }

.form_style01 .width40 {
  width: 40% !important; }

.form_style01 .width50 {
  width: 50% !important; }

.form_style01 .width60 {
  width: 60% !important; }

.form_style01 .width70 {
  width: 70% !important; }

.form_style01 .width80 {
  width: 80% !important; }

.form_style01 .width90 {
  width: 90% !important; }

/*-----------------------------------------------------------
header / footer
-------------------------------------------------------------*/
#header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: var(--header-position);
  left: 0;
  z-index: 10; }
  #header .inner {
    --inner-max-width:100%;
    height: var(--header-size);
    padding: 0 1.78571vw;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 768px) {
      #header .inner {
        margin-left: 0;
        padding: 0;
        width: calc(100vw - 4vw); } }
  #header .toggle-sp-menu {
    display: none; }
    @media (max-width: 768px) {
      #header .toggle-sp-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: var(--header-size);
        height: var(--header-size);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px 0; }
        #header .toggle-sp-menu span {
          width: 20px;
          height: 2px;
          background: #333;
          display: block;
          margin: 0 20px;
          -webkit-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; } }
  #header .site_name {
    margin: 0 auto 0 0; }
  #header a.logo {
    display: block;
    background: url(/wp-content/themes/quonb_2023/assets/img/logo_quonb.svg) no-repeat 50% 50%/auto 100%;
    width: 135px;
    height: 44px;
    margin-right: 25px;
    text-indent: -9999px;
    overflow: hidden; }
    @media (max-width: 768px) {
      #header a.logo {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        width: 86px;
        height: 28px;
        margin-right: 0; } }
  #header .logo_type {
    background: url(/wp-content/themes/quonb_2023/assets/img/logo_type_quonb.svg) no-repeat 50% 50%/100%;
    width: 232px;
    height: 27px;
    text-indent: -9999px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      #header .logo_type {
        display: none; } }
  @media (max-width: 768px) {
    #header .btn_green {
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; } }
  #header .global_navi_wrap {
    margin-right: 80px;
    gap: 0 4.7619vw;
    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; }
    @media (max-width: 900px) {
      #header .global_navi_wrap {
        margin-right: 20px; } }
    @media (min-width: 901px) and (max-width: 1199px) {
      #header .global_navi_wrap {
        margin-right: 40px; } }
    @media (max-width: 768px) {
      #header .global_navi_wrap {
        display: block;
        position: fixed;
        background: var(--bg-color1);
        width: 100vw;
        top: var(--header-size);
        left: -100vw;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        margin-right: 0;
        padding: 0 30px;
        height: calc(100dvh - var(--header-size));
        overflow-y: auto; } }
  @media (max-width: 768px) {
    #header.on-menu {
      background: var(--bg-color1); }
      #header.on-menu .btn_green,
      #header.on-menu a.logo {
        pointer-events: none;
        opacity: 0; }
      #header.on-menu .toggle-sp-menu {
        gap: 0; }
        #header.on-menu .toggle-sp-menu span:nth-child(1) {
          -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
          position: absolute; }
        #header.on-menu .toggle-sp-menu span:nth-child(2) {
          opacity: 0; }
        #header.on-menu .toggle-sp-menu span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: absolute; }
      #header.on-menu .global_navi_wrap {
        left: 0; } }
  #header .global_navi {
    height: var(--header-size);
    gap: 0 2.97619vw;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 900px) {
      #header .global_navi {
        gap: 0 1.5vw; } }
    @media (max-width: 768px) {
      #header .global_navi {
        display: block;
        height: auto;
        width: 100%;
        margin-bottom: 20px; } }
    #header .global_navi > li {
      position: relative; }
      @media (max-width: 768px) {
        #header .global_navi > li {
          width: 100%;
          border-bottom: 1px solid #ccc; } }
      #header .global_navi > li > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        height: var(--header-size);
        font-weight: 600;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        white-space: nowrap; }
        @media (max-width: 768px) {
          #header .global_navi > li > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 0 0 29px;
            line-height: 70px;
            position: relative; } }
        @media (max-width: 768px) {
          #header .global_navi > li > a.sp-toggle-sub-navi::before, #header .global_navi > li > a.sp-toggle-sub-navi::after {
            content: "";
            display: block;
            width: 14px;
            height: 2px;
            background: #888888;
            position: absolute;
            right: 0;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            top: 0;
            bottom: 0;
            margin: auto; }
          #header .global_navi > li > a.sp-toggle-sub-navi::before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          #header .global_navi > li > a.sp-toggle-sub-navi.is-view::before {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); } }
      #header .global_navi > li::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -6px;
        background: var(--current-color);
        width: 100%;
        height: 6px;
        border-radius: 6px 6px 0 0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media (max-width: 768px) {
          #header .global_navi > li::after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 12px 0 0;
            border-color: var(--current-color) transparent transparent transparent;
            background: none;
            left: 0;
            top: 23px;
            bottom: 0;
            border-radius: 0; } }
      #header .global_navi > li:nth-child(1) {
        --current-color:var(--main-color1); }
      #header .global_navi > li:nth-child(2) {
        --current-color:var(--medical-color1); }
      #header .global_navi > li:nth-child(3) {
        --current-color:var(--university-color1); }
      #header .global_navi > li:nth-child(4) {
        --current-color:var(--enterprisegroup-color1); }
      #header .global_navi > li.is-current > a {
        color: var(--current-color); }
        @media (max-width: 768px) {
          #header .global_navi > li.is-current > a {
            color: var(--font-color1); } }
      #header .global_navi > li.is-current::after {
        bottom: 0;
        background: var(--current-color);
        width: 100%;
        height: 6px; }
        @media (max-width: 768px) {
          #header .global_navi > li.is-current::after {
            bottom: 0;
            background: none;
            width: 0;
            height: 0; } }
      #header .global_navi > li:hover > a {
        color: var(--current-color); }
        @media (max-width: 768px) {
          #header .global_navi > li:hover > a {
            color: var(--font-color1); } }
      #header .global_navi > li:hover::after {
        bottom: 0;
        background: var(--current-color);
        width: 100%;
        height: 6px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media (max-width: 768px) {
          #header .global_navi > li:hover::after {
            bottom: 0;
            background: none;
            width: 0;
            height: 0; } }
      @media (max-width: 768px) {
        #header .global_navi > li .sub_navi {
          margin-left: 29px;
          display: none; } }
  #header .sub_navi {
    display: none; }
    @media (max-width: 768px) {
      #header .sub_navi {
        display: block; }
        #header .sub_navi li a {
          font-size: 1.4rem;
          line-height: 2.85714; } }

.scroll #header {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.category_navi {
  background-color: var(--category-color2); }
  @media (max-width: 768px) {
    .category_navi {
      display: none; } }
  .category_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .category_navi ul li a {
      display: block;
      padding: 0 30px;
      line-height: 3.75;
      font-weight: 600;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      background-color: rgba(255, 255, 255, 0); }
    .category_navi ul li:not(.is-current) a:hover {
      background-color: rgba(255, 255, 255, 0.25); }
    .category_navi ul li.is-current a {
      color: #fff; }

#inquiry {
  background: url(/wp-content/themes/quonb_2023/assets/img/footer_inq_bg.png) no-repeat 50% 50%/cover;
  color: #fff;
  text-align: center;
  margin-top: 100px; }
  @media (max-width: 768px) {
    #inquiry {
      margin-top: 0; } }
  #inquiry .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 410px; }
  #inquiry .basic_title01 {
    width: 100%; }
  #inquiry p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.625; }
  #inquiry .basic_title01 + p {
    margin-top: 43px; }
  #inquiry .btn_inquiry {
    margin-top: 35px; }

#footer {
  background: var(--bg-color1); }
  #footer .operating_company {
    padding: 60px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      #footer .operating_company {
        padding: 10.66667vw 0; } }
    #footer .operating_company:before {
      content: "";
      display: block;
      background: url(/wp-content/themes/quonb_2023/assets/img/logo_was.svg) no-repeat 50% 50%/100%;
      width: 130px;
      height: 77px;
      margin-right: 45px; }
      @media (max-width: 768px) {
        #footer .operating_company:before {
          width: 90px;
          height: 54px;
          margin-right: 23px; } }
    @media (max-width: 768px) {
      #footer .operating_company .company_name {
        width: calc(100% - 120px); } }
    #footer .operating_company .company_name h2 {
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 1.875;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        #footer .operating_company .company_name h2 {
          font-size: 1.4rem;
          line-height: 2.14286;
          margin-bottom: 0; } }
    #footer .operating_company .company_name p {
      font-size: 1.8rem;
      line-height: 1.33333; }
      @media (max-width: 768px) {
        #footer .operating_company .company_name p {
          font-size: 1.4rem;
          line-height: 1.71429; } }
  #footer .footer_nav {
    gap: 5.33333vw;
    border-top: 1px solid #ccc;
    padding: 62px 0 72px; }
    @media (max-width: 768px) {
      #footer .footer_nav {
        padding: 8vw; } }
    #footer .footer_nav h3 {
      font-weight: 600;
      font-size: 1.8rem;
      line-height: 1.66667;
      margin-bottom: 16px; }
    #footer .footer_nav ul li {
      font-size: 1.4rem;
      line-height: 1.875; }
    @media (max-width: 768px) {
      #footer .footer_nav h3 + ul {
        margin-left: 5.33333vw; } }

.copyright {
  text-align: center;
  display: block;
  padding: 34px 0;
  font-size: 1.2rem;
  line-height: 1;
  font-family: var(--font-family2);
  font-weight: 400; }
  @media (max-width: 768px) {
    .copyright {
      padding: 35px 0;
      font-size: 1rem; } }

.totop {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  background: var(--category-color1, var(--main-color1));
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  text-indent: -9999px;
  overflow: hidden; }
  .totop::after {
    display: block;
    content: "";
    margin: 0 auto;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    top: 2px; }
  .totop:hover::after {
    width: 18px;
    height: 18px;
    border-color: #fff; }
  @media (max-width: 768px) {
    .totop {
      bottom: 10px; } }

.scroll .totop {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto;
  bottom: 100px; }
  @media (max-width: 768px) {
    .scroll .totop {
      bottom: 20px; 
    } }

.side_area {
  width: 300px; }
  @media (max-width: 768px) {
    .side_area {
      margin-top: 30px;
      width: 100vw;
      background: var(--bg-color1);
      margin-right: -4vw;
      margin-left: -4vw;
      padding: 30px 6.66667vw; } }
  .side_area h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 4px solid var(--category-color1); }
  .side_area .link_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .side_area .link_list li:last-child {
    border-bottom: 1px solid #ccc; }
  .side_area .link_list li + li {
    margin-top: 0;
    border-top: 1px solid #ccc; }

/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
.swiper {
  --swiper-pagination-color:var(--main-color1);
  --swiper-pagination-bullet-width:12px;
  --swiper-pagination-bullet-height:12px;
  --swiper-pagination-bullet-horizontal-gap:7px;
  --swiper-pagination-bullet-inactive-color:#ccc;
  --swiper-pagination-bullet-inactive-opacity:1;
  --swiper-navigation-color:#fff;
  --swiper-navigation-size:36px; }
  @media (max-width: 768px) {
    .swiper {
      --swiper-pagination-bullet-width:8px;
      --swiper-pagination-bullet-height:8px;
      --swiper-pagination-bullet-horizontal-gap:5px; } }
  .swiper .swiper-wrapper {
    height: 32.7381vw; }
    @media (max-width: 768px) {
      .swiper .swiper-wrapper {
        height: 112vw; } }
  @media (min-width: 769px) {
    .swiper::before, .swiper::after {
      content: "";
      display: block;
      height: 100%;
      width: 14.28571vw;
      position: absolute;
      top: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 2; }
    .swiper::before {
      left: 0; }
    .swiper::after {
      right: 0; } }
  .swiper .swiper-horizontal > .swiper-pagination-bullets,
  .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper .swiper-pagination-custom, .swiper .swiper-pagination-fraction {
    background: #fff;
    padding: 1.19048vw 0;
    font-size: 0;
    bottom: 0;
    position: relative; }
    @media (max-width: 768px) {
      .swiper .swiper-horizontal > .swiper-pagination-bullets,
      .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
      .swiper .swiper-pagination-custom, .swiper .swiper-pagination-fraction {
        padding: 15px 0; } }
  .swiper .swiper-button-prev, .swiper .swiper-rtl .swiper-button-next,
  .swiper .swiper-button-next, .swiper .swiper-rtl .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: rgba(204, 204, 204, 0.8);
    border-radius: 18px; }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)); }
    .swiper .swiper-button-next:after,
    .swiper .swiper-button-prev:after {
      font-size: 12px; }
  .swiper .swiper-button-prev,
  .swiper .swiper-rtl .swiper-button-next {
    left: 14.28571vw;
    margin-left: -18px; }
    @media (max-width: 768px) {
      .swiper .swiper-button-prev,
      .swiper .swiper-rtl .swiper-button-next {
        margin-left: -38px; } }
  .swiper .swiper-button-next,
  .swiper .swiper-rtl .swiper-button-prev {
    right: 14.28571vw;
    margin-right: -18px; }
    @media (max-width: 768px) {
      .swiper .swiper-button-next,
      .swiper .swiper-rtl .swiper-button-prev {
        margin-right: -38px; } }
  .swiper .swiper-wrapper .swiper-slide img {
    width: auto;
    height: 100%; }

.program_header {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 50px;
  padding: 40px 44px 50px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .program_header {
      padding: 18px 18px 25px;
      margin-bottom: 33px; } }
  .program_header::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: var(--category-color1) transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0; }
  .program_header .program_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .program_header .program_cat {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 5px;
        margin-bottom: 20px; } }
    .program_header .program_cat li {
      font-size: 1.4rem;
      line-height: 18px;
      border-radius: 10px;
      border: 1px solid var(--category-color1);
      color: var(--category-color1);
      padding: 0 14px; }
      @media (max-width: 768px) {
        .program_header .program_cat li {
          padding: 0 13px; } }
  .program_header .program_title {
    line-height: 1.4;
    font-size: 3.4rem;
    font-weight: 600;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .program_header .program_title {
        font-size: 2rem; } }
    .program_header .program_title span {
      display: block;
      font-size: 70%; }
  .program_header .program_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .program_header .program_meta dt {
      font-size: 1.4rem;
      line-height: 18px;
      border-radius: 10px;
      border: 1px solid #888888;
      color: #888888;
      width: 90px;
      text-align: center;
      font-weight: 300; }
    .program_header .program_meta dd {
      width: calc(100% - 100px);
      font-size: 1.4rem;
      line-height: 1.42857; }
      .program_header .program_meta dd a {
        position: relative;
        height: 18px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 0 8px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .program_header .program_meta dd a::before {
          display: block;
          content: "";
          min-width: 18px;
          width: 18px;
          height: 18px;
          background-color: var(--category-color1);
          border-radius: 50%; }
        .program_header .program_meta dd a::after {
          display: block;
          content: "";
          position: absolute;
          left: 7px;
          bottom: 0;
          top: 0;
          margin: auto;
          width: 5px;
          height: 5px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
        .program_header .program_meta dd a:hover {
          opacity: 0.75; }
      @media (max-width: 768px) {
        .program_header .program_meta dd.master {
          width: 100%; } }

.img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 45px; }
  @media (max-width: 768px) {
    .img_list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px; } }
  .img_list img {
    width: calc((100% - 45px) / 2);
    height: auto; }
    @media (max-width: 768px) {
      .img_list img {
        width: 100%; } }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .btn_wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px; } }
  .btn_wrap .btn {
    margin-left: 0;
    margin-right: 0; }

.user_voice {
  margin: 40px 0 100px; }
  @media (max-width: 768px) {
    .user_voice {
      margin: 30px 0 50px; } }
  .user_voice li {
    background: url(/wp-content/themes/quonb_2023/assets/img/icon_user.png) no-repeat 0 50%; }
    @media (max-width: 768px) {
      .user_voice li {
        background-size: 30px auto; } }
    .user_voice li div {
      width: calc(100% - 80px);
      background: var(--bg-color1);
      padding: 23px 30px;
      border-radius: 4px;
      margin: 0 0 0 auto;
      line-height: 1.875;
      position: relative; }
      @media (max-width: 768px) {
        .user_voice li div {
          width: calc(100% - 45px);
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 13px 20px; } }
      .user_voice li div::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 17px 7.5px 0;
        border-color: transparent var(--bg-color1) transparent transparent;
        position: absolute;
        left: -17px;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media (max-width: 768px) {
          .user_voice li div::before {
            border-width: 5px 12px 5px 0;
            left: -12px; } }
    .user_voice li + li {
      margin-top: 30px; }

.curriculum_example {
  counter-reset: number 0;
  margin-bottom: 40px; }
  .curriculum_example dl {
    width: calc(100% - 65px);
    border-bottom: 1px solid #ccc;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 74px;
    padding: 22px 0;
    position: relative; }
    @media (max-width: 768px) {
      .curriculum_example dl {
        width: 77.33333vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 13px 0; } }
    .curriculum_example dl + dl {
      margin-top: 20px; }
    .curriculum_example dl::before {
      display: block;
      counter-increment: number 1;
      content: counter(number);
      background-color: #888888;
      color: #fff;
      position: absolute;
      top: 0;
      left: -65px;
      width: 44px;
      height: calc(100% - 12px);
      font-family: var(--font-family2);
      font-size: 3rem;
      text-align: center;
      font-weight: 400;
      line-height: 1;
      padding-top: 24px; }
      @media (max-width: 768px) {
        .curriculum_example dl::before {
          font-size: 2.4rem;
          width: 40px;
          left: -55px; } }
    .curriculum_example dl::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 22px 0 22px;
      border-color: #888888 transparent transparent transparent;
      position: absolute;
      left: -65px;
      bottom: 0; }
      @media (max-width: 768px) {
        .curriculum_example dl::after {
          border-width: 12px 20px 0 20px;
          left: -55px; } }
    .curriculum_example dl dt {
      width: 30.37975%;
      position: relative;
      font-size: 1.8rem;
      line-height: 1.66667;
      font-weight: 600; }
      @media (max-width: 768px) {
        .curriculum_example dl dt {
          width: 100%;
          font-size: 1.6rem;
          line-height: 1.875; } }
    .curriculum_example dl dd {
      width: 63.29114%;
      line-height: 1.875; }
      @media (max-width: 768px) {
        .curriculum_example dl dd {
          width: 100%;
          font-size: 1.5rem;
          line-height: 2.13333; } }

.program_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 3.75%;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .program_filter {
      gap: 40px 0;
      margin-bottom: 60px; } }
  .program_filter .program_filter_navi {
    width: 30.83333%;
    border: 1px solid #ccc;
    border-radius: 4px; }
    @media (max-width: 768px) {
      .program_filter .program_filter_navi {
        width: 100%; } }
    .program_filter .program_filter_navi > li {
      padding: 20px; }
      @media (max-width: 768px) {
        .program_filter .program_filter_navi > li {
          padding: 0 20px 30px; } }
      .program_filter .program_filter_navi > li > span {
        display: block;
        font-weight: 600;
        width: 100%;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 1.4;
        border-bottom: 1px solid #ccc;
        padding: 60px 0 25px;
        margin-bottom: 29px; }
        @media (max-width: 768px) {
          .program_filter .program_filter_navi > li > span {
            font-size: 1.6rem;
            line-height: 1.75;
            height: 70px;
            padding: 0;
            text-align: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
            padding-left: 40px; } }
      .program_filter .program_filter_navi > li > ul {
        padding: 0 0 30px 20px; }
        @media (max-width: 768px) {
          .program_filter .program_filter_navi > li > ul {
            padding: 0 0 0 0; } }
        .program_filter .program_filter_navi > li > ul > li {
          -webkit-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          .program_filter .program_filter_navi > li > ul > li.is-hide {
            opacity: 0.1; }
          .program_filter .program_filter_navi > li > ul > li + li {
            margin-top: 11px; }
          .program_filter .program_filter_navi > li > ul > li a {
            display: block;
            line-height: 1.5;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            @media (max-width: 768px) {
              .program_filter .program_filter_navi > li > ul > li a {
                line-height: 1.6;
                font-size: 1.5rem; } }
            .program_filter .program_filter_navi > li > ul > li a span {
              position: relative;
              height: 18px;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              gap: 0 8px;
              height: auto;
              /*
              &::before{
                bottom: auto;
                top: 3px;
              }
              &::after{
                bottom: auto;
                top: 10px;
              }*/ }
              .program_filter .program_filter_navi > li > ul > li a span::before {
                display: block;
                content: "";
                min-width: 18px;
                width: 18px;
                height: 18px;
                background-color: var(--category-color1);
                border-radius: 50%; }
              .program_filter .program_filter_navi > li > ul > li a span::after {
                display: block;
                content: "";
                position: absolute;
                left: 7px;
                bottom: 0;
                top: 0;
                margin: auto;
                width: 5px;
                height: 5px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                border-top: 1px solid #fff;
                border-right: 1px solid #fff; }
              .program_filter .program_filter_navi > li > ul > li a span::before {
                top: 2px;
                position: relative; }
              .program_filter .program_filter_navi > li > ul > li a span::after {
                left: 6px;
                top: 9px;
                bottom: auto; }
            .program_filter .program_filter_navi > li > ul > li a:hover {
              text-decoration: underline; }
    .program_filter .program_filter_navi.communication > li > span {
      background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side1.svg) no-repeat 50% 14px/45px auto; }
    .program_filter .program_filter_navi.leadership > li > span {
      background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side2.svg) no-repeat 50% 12px/43px auto; }
    .program_filter .program_filter_navi.planning > li > span {
      background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side3.svg) no-repeat 50% 9px/45px auto; }
    .program_filter .program_filter_navi.work_basics > li > span {
      background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side4.svg) no-repeat 50% 19px/45px auto; }
    .program_filter .program_filter_navi.mental_health > li > span {
      background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side5.svg) no-repeat 50% 10px/41px auto; }
    .program_filter .program_filter_navi.career > li > span {
      background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side6.svg) no-repeat 50% 13px/40px auto; }
    .program_filter .program_filter_navi.global_diversity > li > span {
      background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side7.svg) no-repeat 50% 12px/41px auto; }
    .program_filter .program_filter_navi.others > li > span {
      background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side8.svg) no-repeat 50% 12px/33px auto; }
    @media (max-width: 768px) {
      .program_filter .program_filter_navi.communication > li > span {
        background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side1.svg) no-repeat 0 50%/30px auto; }
      .program_filter .program_filter_navi.leadership > li > span {
        background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side2.svg) no-repeat 0 50%/30px auto; }
      .program_filter .program_filter_navi.planning > li > span {
        background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side3.svg) no-repeat 0 50%/30px auto; }
      .program_filter .program_filter_navi.work_basics > li > span {
        background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side4.svg) no-repeat 0 50%/30px auto; }
      .program_filter .program_filter_navi.mental_health > li > span {
        background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side5.svg) no-repeat 0 50%/27px auto; }
      .program_filter .program_filter_navi.career > li > span {
        background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side6.svg) no-repeat 0 50%/30px auto; }
      .program_filter .program_filter_navi.global_diversity > li > span {
        background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side7.svg) no-repeat 0 50%/26px auto; }
      .program_filter .program_filter_navi.others > li > span {
        background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side8.svg) no-repeat 3px 50%/23px auto; } }
    .program_filter .program_filter_navi.is-closed > li > span::before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.side_navi > li {
  border-bottom: 1px solid #CCCCCC; }
  .side_navi > li > span {
    font-weight: 600;
    height: 80px;
    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: 100%;
    padding-left: 36px;
    position: relative;
    cursor: pointer; }
    @media (max-width: 768px) {
      .side_navi > li > span {
        height: 70px;
        font-size: 1.4rem; } }
    .side_navi > li > span::before, .side_navi > li > span::after {
      content: "";
      position: absolute;
      background: #888888;
      width: 14px;
      height: 2px;
      display: block;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .side_navi > li > ul {
    padding: 0 0 30px 20px; }
    .side_navi > li > ul > li + li {
      margin-top: 11px; }
    .side_navi > li > ul > li a {
      display: block;
      line-height: 1.5;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (max-width: 768px) {
        .side_navi > li > ul > li a {
          line-height: 1.6;
          font-size: 1.5rem;
          padding-right: 25px;
          padding-left: 25px; } }
      .side_navi > li > ul > li a span {
        position: relative;
        height: 18px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 0 8px;
        height: auto;
        /*
            &::before{
              bottom: auto;
              top: 3px;
            }
            &::after{
              bottom: auto;
              top: 10px;
            }*/ }
        .side_navi > li > ul > li a span::before {
          display: block;
          content: "";
          min-width: 18px;
          width: 18px;
          height: 18px;
          background-color: var(--category-color1);
          border-radius: 50%; }
        .side_navi > li > ul > li a span::after {
          display: block;
          content: "";
          position: absolute;
          left: 7px;
          bottom: 0;
          top: 0;
          margin: auto;
          width: 5px;
          height: 5px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
        .side_navi > li > ul > li a span::before {
          top: 2px;
          position: relative; }
        .side_navi > li > ul > li a span::after {
          left: 6px;
          top: 9px;
          bottom: auto; }
      .side_navi > li > ul > li a:hover {
        text-decoration: underline; }

.side_navi.communication > li > span {
  background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side1.svg) no-repeat 0 50%; }

.side_navi.leadership > li > span {
  background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side2.svg) no-repeat 0 50%; }

.side_navi.planning > li > span {
  background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side3.svg) no-repeat 0 50%; }

.side_navi.work_basics > li > span {
  background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side4.svg) no-repeat 0 50%; }

.side_navi.mental_health > li > span {
  background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side5.svg) no-repeat 0 50%; }

.side_navi.career > li > span {
  background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side6.svg) no-repeat 0 50%; }

.side_navi.global_diversity > li > span {
  background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side7.svg) no-repeat 0 50%; }

.side_navi.others > li > span {
  background: url(/wp-content/themes/quonb_2023/assets/img/icon_program_side8.svg) no-repeat 3px 50%; }

.side_navi.is-closed > li > span::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.table_wrap {
  width: 100%;
  overflow-y: auto; }

.customize_table {
  border: 1px solid #ccc;
  width: 100%; }
  @media (max-width: 768px) {
    .customize_table {
      min-width: 210.66667vw; } }
  .customize_table tr td, .customize_table tr th {
    border: 1px solid #ccc; }
  .customize_table thead tr th, .customize_table thead tr td {
    padding: 18px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 600; }
    @media (max-width: 768px) {
      .customize_table thead tr th, .customize_table thead tr td {
        font-size: 1.2rem; } }
  .customize_table thead tr th {
    color: #fff;
    background: #888888; }
    @media (max-width: 768px) {
      .customize_table thead tr th {
        font-size: 1.4rem; } }
    .customize_table thead tr th:nth-child(1) {
      width: 16.83333%; }
    .customize_table thead tr th:nth-child(2) {
      width: 83.25%; }
  .customize_table thead tr td {
    background: #CCCCCC;
    border-left: 1px solid #fff;
    width: 27.75%; }
    @media (max-width: 768px) {
      .customize_table thead tr td {
        font-size: 1.2rem; } }
    .customize_table thead tr td:not(:first-child) {
      position: relative; }
      .customize_table thead tr td:not(:first-child):before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 1px;
        background: #fff;
        left: 0;
        top: 0; }
  .customize_table tbody tr th {
    width: 16.83333%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 1.33333;
    padding: 30px; }
    @media (max-width: 768px) {
      .customize_table tbody tr th {
        font-size: 1.2rem;
        padding: 20px; } }
    .customize_table tbody tr th span {
      line-height: 1.5;
      font-size: 88.88889%;
      display: block;
      font-weight: 300; }
    .customize_table tbody tr th::before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 6px;
      left: 0;
      top: 0; }
    .customize_table tbody tr th.is-noborder::before {
      background: #CCCCCC !important; }
    .customize_table tbody tr th.arrow::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 13px 13px 13px;
      border-color: transparent transparent #888888 transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: -6px; }
  .customize_table tbody tr:nth-child(1) th::before {
    background: #d07a31; }
  .customize_table tbody tr:nth-child(2) th::before {
    background: #D48D25; }
  .customize_table tbody tr:nth-child(3) th::before {
    background: #D8A019; }
  .customize_table tbody tr:nth-child(4) th::before {
    background: #DCB30C; }
  .customize_table tbody tr:nth-child(5) th::before {
    background: #E0C600; }
  .customize_table tbody tr td {
    background: var(--bg-color1);
    padding: 30px;
    width: 27.75%; }
    @media (max-width: 768px) {
      .customize_table tbody tr td {
        font-size: 1.2rem;
        padding: 20px; } }
    .customize_table tbody tr td[colspan="3"] {
      width: 83.25%; }
    .customize_table tbody tr td:nth-child(4) {
      vertical-align: middle; }
    @media (max-width: 768px) {
      .customize_table tbody tr td .link_list li a {
        line-height: 1.66667;
        font-size: 1.2rem; }
        .customize_table tbody tr td .link_list li a span {
          gap: 0 7px; }
          .customize_table tbody tr td .link_list li a span::before {
            min-width: 14px;
            width: 14px;
            height: 14px; }
          .customize_table tbody tr td .link_list li a span::after {
            left: 4px;
            top: 7px; } }

.dot_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 2; }
  @media (max-width: 768px) {
    .dot_list li {
      font-size: 1.5rem;
      line-height: 1.86667; } }
  .dot_list li::before {
    content: "・";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .dot_list li + li {
    margin-top: 12px; }

.caution_list li {
  font-size: 1.4rem;
  line-height: 2;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .caution_list li {
      line-height: 1.71429; } }
  .caution_list li + li {
    margin-top: 30px; }
    @media (max-width: 768px) {
      .caution_list li + li {
        margin-top: 20px; } }

.caution_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px; }
  @media (max-width: 768px) {
    .caution_block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .caution_block + .caution_block {
    margin-top: 35px; }
  .caution_block dt {
    width: 27.08333%;
    font-weight: 600; }
    @media (max-width: 768px) {
      .caution_block dt {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 15px; } }
  .caution_block dd {
    width: 72.91667%;
    font-size: 1.6rem;
    line-height: 1.5; }
    @media (max-width: 768px) {
      .caution_block dd {
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.71429; } }
    .caution_block dd h4 {
      margin-top: 20px;
      font-weight: 600; }
    .caution_block dd .dot_list li {
      font-size: 1.6rem;
      line-height: 1.5; }
      @media (max-width: 768px) {
        .caution_block dd .dot_list li {
          font-size: 1.4rem;
          line-height: 1.71429; } }
      .caution_block dd .dot_list li + li {
        margin-top: 10px; }
    .caution_block dd .caution_list li {
      line-height: 1.42857; }
      @media (max-width: 768px) {
        .caution_block dd .caution_list li {
          font-size: 1.4rem;
          line-height: 1.71429; } }
      .caution_block dd .caution_list li + li {
        margin-top: 5px; }

.link_list li a {
  display: block;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (max-width: 768px) {
    .link_list li a {
      line-height: 1.6;
      font-size: 1.5rem; } }
  .link_list li a span {
    position: relative;
    height: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 8px;
    height: auto;
    gap: 0 10px; }
    .link_list li a span::before {
      display: block;
      content: "";
      min-width: 18px;
      width: 18px;
      height: 18px;
      background-color: var(--category-color1);
      border-radius: 50%; }
    .link_list li a span::after {
      display: block;
      content: "";
      position: absolute;
      left: 7px;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 5px;
      height: 5px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
    .link_list li a span::before {
      top: 2px;
      position: relative; }
    .link_list li a span::after {
      left: 6px;
      top: 9px;
      bottom: auto; }
  .link_list li a:hover {
    text-decoration: underline; }

.link_list li + li {
  margin-top: 8px; }

.program_list {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 50px;
  padding: 40px 43px 50px;
  position: relative;
  overflow: hidden; }
  .program_list::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: var(--category-color1) transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0; }
  @media (max-width: 768px) {
    .program_list {
      padding: 18px 18px 25px;
      margin-bottom: 33px; } }
  .program_list + .program_list {
    margin-top: 40px; }
  .program_list .program_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    white-space: nowrap;
    margin: 0 0 15px 20px; }
    @media (max-width: 768px) {
      .program_list .program_cat {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 5px;
        margin-bottom: 15px; } }
    .program_list .program_cat li {
      font-size: 1.4rem;
      line-height: 18px;
      border-radius: 10px;
      border: 1px solid var(--category-color1);
      color: var(--category-color1);
      padding: 0 14px; }
      @media (max-width: 768px) {
        .program_list .program_cat li {
          padding: 0 13px; } }
  .program_list .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .program_list .title_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .program_list .title_wrap .program_cat {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          width: 100%; }
        .program_list .title_wrap .program_title {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
  .program_list .program_title {
    line-height: 1.16667;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .program_list .program_title {
        font-size: 1.8rem;
        line-height: 1.33333;
        margin-bottom: 7px; } }
  .program_list .program_body {
    font-size: 1.6rem;
    line-height: 2.25;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .program_list .program_body {
        font-size: 1.5rem;
        line-height: 2.13333; } }
  .program_list .program_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .program_list .program_meta dt {
      font-size: 1.4rem;
      line-height: 18px;
      border-radius: 10px;
      border: 1px solid #888888;
      color: #888888;
      width: 90px;
      text-align: center;
      font-weight: 300; }
    .program_list .program_meta dd {
      width: calc(100% - 100px);
      font-size: 1.4rem;
      line-height: 1.42857; }
      .program_list .program_meta dd a {
        position: relative;
        height: 18px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 0 8px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .program_list .program_meta dd a::before {
          display: block;
          content: "";
          min-width: 18px;
          width: 18px;
          height: 18px;
          background-color: var(--category-color1);
          border-radius: 50%; }
        .program_list .program_meta dd a::after {
          display: block;
          content: "";
          position: absolute;
          left: 7px;
          bottom: 0;
          top: 0;
          margin: auto;
          width: 5px;
          height: 5px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
        .program_list .program_meta dd a:hover {
          opacity: 0.75; }
  .program_list h4 {
    font-size: 1.6rem;
    line-height: 1.6875;
    font-weight: 600;
    margin-bottom: 5px; }
  .program_list .program_detail {
    font-size: 1.4rem;
    line-height: 2; }

.master_meta {
  border-radius: 4px;
  background: var(--bg-color1);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 33px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .master_meta {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 20px 30px;
      position: relative;
      top: 40px;
      margin-bottom: 90px; } }
  .master_meta .master_img {
    width: 130px; }
    @media (max-width: 768px) {
      .master_meta .master_img {
        width: 100%;
        text-align: center;
        position: relative;
        top: -40px;
        margin-bottom: -20px; } }
  .master_meta .master_text {
    width: calc(100% - 163px); }
    @media (max-width: 768px) {
      .master_meta .master_text {
        width: 100%; } }
    .master_meta .master_text h1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      font-size: 3.4rem;
      line-height: 1.23529;
      font-weight: 600;
      margin-bottom: 10px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .master_meta .master_text h1 {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 2rem;
          line-height: 1;
          margin-bottom: 25px; } }
      .master_meta .master_text h1 span {
        font-weight: 300;
        font-size: 47.05882%; }
        @media (max-width: 768px) {
          .master_meta .master_text h1 span {
            display: block;
            width: 100%;
            font-size: 70%;
            line-height: 1;
            margin-top: 12px; } }
    .master_meta .master_text p {
      font-size: 1.6rem;
      line-height: 1.875; }
      @media (max-width: 768px) {
        .master_meta .master_text p {
          font-size: 1.4rem;
          line-height: 1.71429; } }

.handle_program_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 3.50877%; }
  @media (max-width: 768px) {
    .handle_program_list {
      gap: 20px; } }
  .handle_program_list li {
    border: 1px solid #ccc;
    border-radius: 100px;
    width: 48.18713%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .handle_program_list li {
        width: 100%; } }
    .handle_program_list li a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.6rem;
      line-height: 1.75;
      padding: 16px 25px;
      background-color: #fff;
      font-weight: 600;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (max-width: 768px) {
        .handle_program_list li a {
          font-size: 1.4rem;
          line-height: 2;
          padding: 16px 24px; } }
      .handle_program_list li a:hover, .handle_program_list li a:focus {
        background-color: #eee; }
      .handle_program_list li a span {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 25px;
        width: 100%; }
        .handle_program_list li a span::before {
          display: block;
          content: "";
          position: absolute;
          right: 7px;
          bottom: 0;
          top: 0;
          margin: auto;
          width: 5px;
          height: 5px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          z-index: 1; }
        .handle_program_list li a span::after {
          display: block;
          content: "";
          min-width: 18px;
          width: 18px;
          height: 18px;
          background-color: var(--category-color1);
          border-radius: 50%;
          position: absolute;
          right: 0;
          bottom: 0;
          top: 0;
          margin: auto; }

article h1 {
  font-size: 3rem;
  line-height: 1.7;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    article h1 {
      font-size: 2rem;
      line-height: 1.5;
      padding-bottom: 25px;
      margin-bottom: 22px; } }

article .single_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 10px;
  padding-top: 33px; }
  @media (max-width: 768px) {
    article .single_meta {
      gap: 0 23px; } }

article time {
  font-size: 1.4rem;
  line-height: 1.71429;
  color: #888888;
  font-weight: 400;
  font-family: var(--font-family2); }
  @media (max-width: 768px) {
    article time {
      font-size: 1.2rem;
      line-height: 1.66667; } }

article .single_category_list li {
  font-weight: 600;
  border: 1px solid var(--single-cat-color);
  text-align: center;
  color: var(--single-cat-color);
  font-size: 1.2rem;
  line-height: 1.83333;
  min-width: 80px;
  border-radius: 2px; }
  @media (max-width: 768px) {
    article .single_category_list li {
      font-size: 1.1rem;
      line-height: 1.63636;
      min-width: 75px; } }
  article .single_category_list li.report, article .single_category_list li.general {
    --single-cat-color:var(--main-color1); }
  article .single_category_list li.medical {
    --single-cat-color:var(--medical-color1); }
  article .single_category_list li.university {
    --single-cat-color:var(--university-color1); }
  article .single_category_list li.enterprisegroup {
    --single-cat-color:var(--enterprisegroup-color1); }

article .single_thumb {
  text-align: center;
  margin-bottom: 20px; }
  article .single_thumb img {
    max-width: 100%;
    height: auto; }

article .single_body p {
  font-size: 1.6rem;
  line-height: 2.25; }
  @media (max-width: 768px) {
    article .single_body p {
      font-size: 1.5rem;
      line-height: 2.13333; } }
  article .single_body p + p {
    margin-top: 2em; }

article .single_body a:not([class]) {
  color: var(--category-color1);
  text-decoration: underline; }
  article .single_body a:not([class]):hover, article .single_body a:not([class]):focus {
    text-decoration: none; }

.article_list article {
  border-bottom: 1px solid #CCCCCC; }
  .article_list article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 30px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .article_list article a::after {
      position: absolute;
      display: block;
      content: "";
      margin: auto;
      width: 9px;
      height: 9px;
      right: 30px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 2px solid #ccc;
      border-right: 2px solid #ccc;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      top: 0;
      bottom: 0;
      z-index: 1; }
    @media (max-width: 768px) {
      .article_list article a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px 20px 16px 0; }
        .article_list article a::after {
          right: 10px; } }
    .article_list article a:hover, .article_list article a:focus {
      background-color: #f5f5f5; }
  .article_list article .single_category_list {
    margin: 0 20px 0 40px; }
    @media (max-width: 768px) {
      .article_list article .single_category_list {
        margin: 0 0 0 23px; } }
  .article_list article .article_title {
    font-size: 1.6rem;
    line-height: 1.6875; }
    @media (max-width: 768px) {
      .article_list article .article_title {
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.71429;
        padding-top: 6px; } }

.pagination {
  padding: 40px 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 10px; }
    .pagination ul li span,
    .pagination ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 60px;
      height: 60px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 30px;
      border: 1px solid #ccc;
      color: #888888;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      font-size: 1.8rem;
      font-weight: 600; }
      @media (max-width: 768px) {
        .pagination ul li span,
        .pagination ul li a {
          font-size: 1.5rem;
          width: 40px;
          height: 40px;
          border-radius: 20px; } }
      .pagination ul li span:hover, .pagination ul li span:focus,
      .pagination ul li a:hover,
      .pagination ul li a:focus {
        background-color: #eee; }
      .pagination ul li span.previouspostslink, .pagination ul li span.nextpostslink,
      .pagination ul li a.previouspostslink,
      .pagination ul li a.nextpostslink {
        width: 180px;
        font-weight: 300;
        padding-right: 10px;
        font-size: 1.6rem;
        position: relative; }
        @media (max-width: 768px) {
          .pagination ul li span.previouspostslink, .pagination ul li span.nextpostslink,
          .pagination ul li a.previouspostslink,
          .pagination ul li a.nextpostslink {
            width: 40px;
            height: 40px; } }
        .pagination ul li span.previouspostslink::after, .pagination ul li span.nextpostslink::after,
        .pagination ul li a.previouspostslink::after,
        .pagination ul li a.nextpostslink::after {
          position: absolute;
          display: block;
          content: "";
          margin: auto;
          width: 9px;
          height: 9px;
          right: 30px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 2px solid #ccc;
          border-right: 2px solid #ccc;
          -webkit-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          top: 0;
          bottom: 0;
          z-index: 1; }
        .pagination ul li span.previouspostslink::after, .pagination ul li span.nextpostslink::after,
        .pagination ul li a.previouspostslink::after,
        .pagination ul li a.nextpostslink::after {
          right: 30px;
          left: auto; }
          @media (max-width: 768px) {
            .pagination ul li span.previouspostslink::after, .pagination ul li span.nextpostslink::after,
            .pagination ul li a.previouspostslink::after,
            .pagination ul li a.nextpostslink::after {
              right: 3px;
              left: 0; } }
        @media (max-width: 768px) {
          .pagination ul li span.previouspostslink, .pagination ul li span.nextpostslink,
          .pagination ul li a.previouspostslink,
          .pagination ul li a.nextpostslink {
            text-indent: -9999px;
            overflow: hidden; } }
      .pagination ul li span.previouspostslink,
      .pagination ul li a.previouspostslink {
        padding-left: 10px; }
        .pagination ul li span.previouspostslink::after,
        .pagination ul li a.previouspostslink::after {
          left: 30px;
          right: auto;
          -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }
          @media (max-width: 768px) {
            .pagination ul li span.previouspostslink::after,
            .pagination ul li a.previouspostslink::after {
              right: 0;
              left: 3px; } }
    .pagination ul li span.current {
      color: #fff;
      border-color: var(--category-color1);
      background: var(--category-color1); }

.index_news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0; }
  @media (max-width: 768px) {
    .index_news .inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 50px 0 80px; } }
  @media (max-width: 768px) {
    .index_news .inner h2 {
      text-align: center; } }

.index_news .column1 {
  width: 250px; }
  @media (max-width: 768px) {
    .index_news .column1 {
      width: 100%; } }

.index_news .column2 {
  width: calc(100% - 250px); }
  @media (max-width: 768px) {
    .index_news .column2 {
      width: 100%;
      margin: 31px 0 40px; } }
  .index_news .column2 .article_list article:first-child {
    border-top: 1px solid #CCCCCC; }

.index_service {
  background: var(--bg-color1); }
  .index_service .inner {
    padding: 70px 0 120px; }
    @media (max-width: 768px) {
      .index_service .inner {
        padding: 60px 0 100px; } }
    .index_service .inner h2 {
      text-align: center; }
    .index_service .inner .flex {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .index_service .inner .flex {
          gap: 30px 0; } }
      .index_service .inner .flex .flex-item {
        border-radius: 4px;
        background: #fff;
        -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
        --flex-col-width: calc( (370 / 1200) * 100% );
        position: relative;
        overflow: hidden;
        padding: 0 0 45px; }
        @media (max-width: 768px) {
          .index_service .inner .flex .flex-item {
            --flex-col-width: 100%;
            padding: 0 0 40px; } }
        .index_service .inner .flex .flex-item h3 {
          font-size: 2rem;
          line-height: 1.7;
          font-weight: 600;
          text-align: center;
          width: 75.67568%;
          margin: 36px auto 16px; }
          @media (max-width: 768px) {
            .index_service .inner .flex .flex-item h3 {
              font-size: 1.6rem;
              line-height: 1.75;
              width: 82.6087%; } }
        .index_service .inner .flex .flex-item p {
          margin-right: auto;
          margin-left: auto;
          width: 75.67568%; }
          @media (max-width: 768px) {
            .index_service .inner .flex .flex-item p {
              font-size: 1.4rem;
              line-height: 2;
              width: 82.6087%; } }
        .index_service .inner .flex .flex-item img {
          width: 100%;
          height: auto; }
        .index_service .inner .flex .flex-item.medical {
          --category-color1:var(--medical-color1); }
        .index_service .inner .flex .flex-item.university {
          --category-color1:var(--university-color1); }
        .index_service .inner .flex .flex-item.enterprisegroup {
          --category-color1:var(--enterprisegroup-color1); }
        .index_service .inner .flex .flex-item::before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 40px 40px 0 0;
          border-color: var(--category-color1) transparent transparent transparent;
          position: absolute;
          left: 0;
          top: 0; }

.index_about .inner {
  padding: 70px 0; }
  @media (max-width: 768px) {
    .index_about .inner {
      padding: 60px 0 100px; } }
  .index_about .inner h2 {
    text-align: center; }
  .index_about .inner h3 {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 7px;
    font-weight: 600; }
    @media (max-width: 768px) {
      .index_about .inner h3 {
        font-size: 1.6rem;
        line-height: 1.75; } }
  @media (max-width: 768px) {
    .index_about .inner p {
      font-size: 1.4rem;
      line-height: 2; } }
  .index_about .inner .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .index_about .inner .flex {
        gap: 35px; } }
    .index_about .inner .flex .flex-item:nth-child(1) {
      --flex-col-width: calc( (740 / 1200) * 100% ); }
      @media (max-width: 768px) {
        .index_about .inner .flex .flex-item:nth-child(1) {
          --flex-col-width: 100%; } }
    .index_about .inner .flex .flex-item:nth-child(2) {
      --flex-col-width: calc( (370 / 1200) * 100% ); }
      @media (max-width: 768px) {
        .index_about .inner .flex .flex-item:nth-child(2) {
          --flex-col-width: 100%; } }

.archive_label {
  margin-top: 60px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 768px) {
    .archive_label {
      font-size: 2rem;
      margin-top: 40px;
      padding-bottom: 40px; } }

.tab_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #888;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .tab_view {
      gap: 0 15px;
      margin-bottom: 10px; } }
  .tab_view .tab_item {
    width: 300px;
    height: 80px;
    border-radius: 20px 20px 0px 0px;
    background: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .tab_view .tab_item {
        border-radius: 10px 10px 0px 0px;
        height: 70px;
        font-size: 1.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 42.31884%; } }
    .tab_view .tab_item::before {
      content: "";
      background: #888;
      -webkit-mask: url(/wp-content/themes/quonb_2023/assets/img/icon_list.svg) no-repeat 50% 50%/100% auto;
      mask: url(/wp-content/themes/quonb_2023/assets/img/icon_list.svg) no-repeat 50% 50%/100% auto;
      width: 24px;
      height: 19px;
      display: block;
      margin-right: 12px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (max-width: 768px) {
        .tab_view .tab_item::before {
          width: 100%;
          -webkit-mask: url(/wp-content/themes/quonb_2023/assets/img/icon_list.svg) no-repeat 50% 50%/16px auto;
          mask: url(/wp-content/themes/quonb_2023/assets/img/icon_list.svg) no-repeat 50% 50%/16px auto;
          height: 13px;
          margin-bottom: 11px; } }
  .tab_view a.tab_item {
    background: #EFEFEF;
    color: #888888;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #EFEFEF;
    border-bottom: none; }
    .tab_view a.tab_item:hover {
      border: 1px solid #888;
      border-bottom: none;
      color: #333; }
      .tab_view a.tab_item:hover::before {
        background: #333; }
  .tab_view span.tab_item {
    background: #fff;
    border: 1px solid #888;
    border-bottom: none;
    position: relative;
    bottom: -1px;
    color: var(--category-color1); }
    .tab_view span.tab_item::before {
      background: var(--category-color1); }

.schedule_list .schedule_item {
  border-bottom: 1px solid #ccc;
  position: relative; }
  .schedule_list .schedule_item a[target] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    gap: 0 30px; }
    @media (max-width: 768px) {
      .schedule_list .schedule_item a[target] {
        gap: 0 10px; } }
    .schedule_list .schedule_item a[target]:hover, .schedule_list .schedule_item a[target]:focus {
      background-color: #eee; }
    .schedule_list .schedule_item a[target]::after {
      content: "";
      background: #888;
      -webkit-mask: url(/wp-content/themes/quonb_2023/assets/img/icon_blank.svg) no-repeat 50% 50%/100% auto;
      mask: url(/wp-content/themes/quonb_2023/assets/img/icon_blank.svg) no-repeat 50% 50%/100% auto;
      width: 16px;
      height: 15px;
      position: relative;
      right: 25px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (max-width: 768px) {
        .schedule_list .schedule_item a[target]::after {
          width: 14px;
          height: 13px; } }

.schedule_list .meta_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px; }
  @media (max-width: 768px) {
    .schedule_list .meta_wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 0;
      width: 100px; } }

.schedule_list .status {
  --status-txt-color:#fff;
  background-color: var(--status-bg-color);
  color: var(--status-txt-color);
  width: 100px;
  line-height: 30px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  font-size: 1.4rem; }
  @media (max-width: 768px) {
    .schedule_list .status {
      font-size: 1.1rem;
      line-height: 20px;
      height: 20px; } }
  .schedule_list .status.accepting {
    --status-bg-color:#FF4343; }
  .schedule_list .status.expectation {
    --status-bg-color:#ED8CC0; }
  .schedule_list .status.closed {
    --status-bg-color:#999999; }
  .schedule_list .status.finished {
    --status-txt-color:#888888;
    --status-bg-color:#EFEFEF; }
  .schedule_list .status.external {
    --status-bg-color:#628BCC; }

.schedule_list .date_wrap {
  width: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 30px; }
  @media (max-width: 768px) {
    .schedule_list .date_wrap {
      width: 100px;
      gap: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 13px; } }
  .schedule_list .date_wrap .date_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 110px; }
    @media (max-width: 768px) {
      .schedule_list .date_wrap .date_item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%; } }
    .schedule_list .date_wrap .date_item .year {
      width: 100%;
      font-size: 1.4rem;
      line-height: 1;
      margin-bottom: 6px; }
      @media (max-width: 768px) {
        .schedule_list .date_wrap .date_item .year {
          font-size: 1rem;
          text-align: center;
          margin-bottom: 4px; } }
    .schedule_list .date_wrap .date_item .date_week_wrap {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 2px; }
      @media (max-width: 768px) {
        .schedule_list .date_wrap .date_item .date_week_wrap {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .schedule_list .date_wrap .date_item .date_week_wrap .date {
        font-family: var(--font-family2);
        font-weight: 400;
        font-size: 2.6rem;
        line-height: 1; }
        @media (max-width: 768px) {
          .schedule_list .date_wrap .date_item .date_week_wrap .date {
            font-size: 1.5rem;
            margin-bottom: 3px; } }
      .schedule_list .date_wrap .date_item .date_week_wrap .week {
        font-size: 1.3rem;
        line-height: 1;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
        @media (max-width: 768px) {
          .schedule_list .date_wrap .date_item .date_week_wrap .week {
            font-size: 1rem; } }
    .schedule_list .date_wrap .date_item .time {
      width: 100%;
      color: #888888;
      font-size: 1.4rem;
      line-height: 1; }
      @media (max-width: 768px) {
        .schedule_list .date_wrap .date_item .time {
          display: none; } }

.schedule_list .title_wrap {
  border-left: 1px dotted #cccc;
  min-height: 74px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 34px;
  padding-right: 10px;
  width: calc(100% - 250px - 60px - 100px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .schedule_list .title_wrap {
      width: calc(100% - 110px);
      padding-left: 15px;
      padding-right: 20px; } }
  @media (max-width: 768px) {
    .schedule_list .title_wrap h3 {
      font-size: 1.4rem;
      line-height: 1.42857;
      width: 100%; } }
  .schedule_list .title_wrap h3 span {
    font-weight: 600; }
  .schedule_list .title_wrap .skill_category {
    font-size: 1.4rem;
    text-align: center;
    padding: 0 12px;
    line-height: 1.28571;
    height: 20px;
    border: 1px solid var(--category-color1);
    color: var(--category-color1);
    border-radius: 10px;
    margin: 10px 0; }
    @media (max-width: 768px) {
      .schedule_list .title_wrap .skill_category {
        font-size: 1.1rem;
        line-height: 1.63636;
        margin: 6px 0; } }
  .schedule_list .title_wrap .program_meta {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .schedule_list .title_wrap .program_meta dt {
      font-size: 1.4rem;
      line-height: 18px;
      border-radius: 10px;
      border: 1px solid #888888;
      color: #888888;
      width: 90px;
      text-align: center;
      font-weight: 300; }
      @media (max-width: 768px) {
        .schedule_list .title_wrap .program_meta dt {
          display: none; } }
    .schedule_list .title_wrap .program_meta dd {
      width: calc(100% - 100px);
      font-size: 1.4rem;
      line-height: 1.42857; }
      @media (max-width: 768px) {
        .schedule_list .title_wrap .program_meta dd {
          width: 100%;
          font-size: 1.1rem;
          line-height: 1.27273;
          background: url(/wp-content/themes/quonb_2023/assets/img/icon_target_sp.svg) no-repeat 0 0/auto 12px;
          padding-left: 22px; } }
      .schedule_list .title_wrap .program_meta dd a {
        position: relative;
        height: 18px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 0 8px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .schedule_list .title_wrap .program_meta dd a::before {
          display: block;
          content: "";
          min-width: 18px;
          width: 18px;
          height: 18px;
          background-color: var(--category-color1);
          border-radius: 50%; }
        .schedule_list .title_wrap .program_meta dd a::after {
          display: block;
          content: "";
          position: absolute;
          left: 7px;
          bottom: 0;
          top: 0;
          margin: auto;
          width: 5px;
          height: 5px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
        .schedule_list .title_wrap .program_meta dd a:hover {
          opacity: 0.75; }
      @media (max-width: 768px) {
        .schedule_list .title_wrap .program_meta dd.master {
          background: url(/wp-content/themes/quonb_2023/assets/img/icon_master_sp.svg) no-repeat 0 0/auto 12px; } }

.schedule_list .schedule_item.sdseminar .date_wrap {
  width: 110px; }

.schedule_list .schedule_item.sdseminar .title_wrap {
  width: calc(100% - 110px - 60px - 100px); }
  @media (max-width: 768px) {
    .schedule_list .schedule_item.sdseminar .title_wrap {
      width: calc(100% - 110px); } }

.schedule_year_list {
  overflow-y: auto;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 768px) {
    .schedule_year_list {
      margin-top: 30px;
      padding-bottom: 25px; } }
  .schedule_year_list .link_list {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px; }
    @media (max-width: 768px) {
      .schedule_year_list .link_list {
        gap: 0 25px; } }
    .schedule_year_list .link_list li + li {
      margin-top: 0; }

.edit_link {
  position: absolute;
  background: #1d2327;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 200px;
  height: 40px;
  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;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  bottom: 5px;
  right: 5px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .edit_link:hover, .edit_link:focus {
    opacity: 0.7; }

.bg_content {
  border-radius: 4px;
  background: var(--bg-color1); }
  .bg_content dt {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4;
    border-bottom: 1px solid #ccc;
    padding: 16px 40px; }
    @media (max-width: 768px) {
      .bg_content dt {
        font-size: 1.6rem;
        line-height: 2;
        padding: 15px 30px 15px; 
      } 
}
  .bg_content dd {
    font-size: 1.6rem;
    line-height: 2;
    padding: 16px 40px; }
    @media (max-width: 768px) {
      .bg_content dd {
        font-size: 1.5rem;
        line-height: 1.86667;
        padding: 22px 30px; } }

.medical_menu .flex-item .img_wrap {
  position: relative;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px; }
  .medical_menu .flex-item .img_wrap::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: var(--category-color1) transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0; }
  .medical_menu .flex-item .img_wrap img {
    width: 100%;
    height: auto; }

.medical_menu .flex-item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  line-height: 1;
  font-size: 3rem;
  font-weight: 600; }
  @media (max-width: 768px) {
    .medical_menu .flex-item h3 {
      font-size: 2rem; } }
  .medical_menu .flex-item h3 span {
    font-size: 60%;
    display: block;
    margin-top: 10px;
    width: 100%; }
    @media (max-width: 768px) {
      .medical_menu .flex-item h3 span {
        font-size: 70%; } }

.medical_menu .flex-item .txt_wrap h4 {
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 600;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .medical_menu .flex-item .txt_wrap h4 {
      font-size: 1.6rem;
      line-height: 1.75; } }

.medical_menu .flex-item:nth-child(1) {
  padding-right: 45px; }
  @media (max-width: 768px) {
    .medical_menu .flex-item:nth-child(1) {
      padding-right: 0; } }

.medical_menu .flex-item:nth-child(2) {
  padding-left: 44px;
  border-left: 1px solid #ccc; }
  @media (max-width: 768px) {
    .medical_menu .flex-item:nth-child(2) {
      padding-left: 0;
      border-left: none;
      margin-top: 50px; } }

.step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 33px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .step_list::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 160px;
    width: 1px;
    background: #AFBCC8;
    display: block;
    top: 0; }
    @media (max-width: 768px) {
      .step_list::before {
        left: 15.94203%; } }
  .step_list dt {
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    font-family: var(--font-family2);
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 1;
    color: var(--category-color1);
    position: relative;
    padding-left: 20px; }
    @media (max-width: 768px) {
      .step_list dt {
        width: 55px;
        font-size: 2.4rem;
        padding-left: 0; } }
    .step_list dt::before {
      content: "STEP";
      font-size: 2.4rem;
      line-height: 1;
      margin-right: 11px;
      position: relative;
      bottom: 5px; }
      @media (max-width: 768px) {
        .step_list dt::before {
          font-size: 1rem;
          margin-right: 4px;
          bottom: 2px; } }
  .step_list dd {
    width: calc(100% - 160px);
    padding-left: 50px;
    padding-bottom: 70px;
    padding-top: 7px; }
    @media (max-width: 768px) {
      .step_list dd {
        width: calc(100% - 55px);
        padding-bottom: 50px;
        padding-left: 22px;
        padding-top: 1px; } }
    .step_list dd .step_title {
      font-weight: 600;
      font-size: 2rem;
      line-height: 1.7;
      margin-bottom: 6px;
      position: relative; }
      @media (max-width: 768px) {
        .step_list dd .step_title {
          font-size: 1.6rem;
          line-height: 1.6875;
          margin-bottom: 6px; } }
      .step_list dd .step_title::before {
        content: "";
        display: block;
        border-radius: 8px;
        width: 16px;
        height: 16px;
        background: var(--category-color1);
        position: absolute;
        left: -58px;
        top: 9px; }
        @media (max-width: 768px) {
          .step_list dd .step_title::before {
            border-radius: 6px;
            width: 12px;
            height: 12px;
            left: -27px;
            top: 8px; } }
    .step_list dd .step_body {
      font-size: 1.6rem;
      line-height: 1.875; }
      @media (max-width: 768px) {
        .step_list dd .step_body {
          font-size: 1.4rem;
          line-height: 1.71429; } }

.university_plan_list {
  gap: 0 45px; }
  @media (max-width: 768px) {
    .university_plan_list {
      gap: 20px 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .university_plan_list .flex-item {
    width: 30.83333%;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 28px 20px 50px; }
    @media (max-width: 768px) {
      .university_plan_list .flex-item {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 20px 30px; } }
  .university_plan_list .label_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    line-height: 1;
    color: var(--category-color1);
    font-family: var(--font-family2);
    font-weight: 400;
    font-size: 4.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 23px; }
    @media (max-width: 768px) {
      .university_plan_list .label_wrap {
        width: 57px;
        border-bottom: none;
        font-size: 3rem; } }
    .university_plan_list .label_wrap span {
      width: 100%;
      font-size: 2rem; }
      @media (max-width: 768px) {
        .university_plan_list .label_wrap span {
          font-size: 1.4rem; } }
  .university_plan_list .txt_wrap {
    text-align: center;
    margin: 0 15px;
    font-size: 1.8rem;
    line-height: 1.77778; }
    @media (max-width: 768px) {
      .university_plan_list .txt_wrap {
        border-left: 1px solid #ccc;
        margin: 0;
        width: calc(100% - 57px - 20px);
        padding-left: 20px;
        margin-left: 20px;
        font-size: 1.4rem;
        line-height: 1.42857;
        text-align: left; } }
  .university_plan_list .btn_wrap {
    margin: 0 15px; }
    @media (max-width: 768px) {
      .university_plan_list .btn_wrap {
        width: 100%;
        margin: 0; } }
    .university_plan_list .btn_wrap .btn span {
      line-height: 23px; }

.university_plan_value {
  margin-top: 35px; }
  @media (max-width: 768px) {
    .university_plan_value {
      margin-top: 18px; } }
  .university_plan_value dt.label {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 300;
    margin-right: 6px; }
    @media (max-width: 768px) {
      .university_plan_value dt.label {
        font-size: 1.4rem;
        line-height: 1.42857;
        margin-bottom: 10px; } }
  .university_plan_value dt.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 22px;
    font-size: 2.4rem;
    line-height: 1; }
    @media (max-width: 768px) {
      .university_plan_value dt.price {
        font-size: 1.8rem;
        gap: 19px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .university_plan_value dt.price span {
      font-family: var(--font-family2);
      font-weight: 400;
      font-size: 3.6rem;
      line-height: 1; }
      @media (max-width: 768px) {
        .university_plan_value dt.price span {
          font-size: 3rem; } }
  .university_plan_value dd {
    font-size: 1.6rem;
    line-height: 1;
    color: #888888;
    padding-top: 10px; }
    @media (max-width: 768px) {
      .university_plan_value dd {
        font-size: 1.4rem;
        padding-top: 4px; } }
  .university_plan_value.is-flat {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .university_plan_value.is-flat {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 18px; } }
    @media (max-width: 768px) {
      .university_plan_value.is-flat dt.label {
        width: 100%; } }
    .university_plan_value.is-flat dt.price {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px; }
    .university_plan_value.is-flat dd {
      padding-top: 0; }

.page_anker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .page_anker_list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px 0; } }
  .page_anker_list li {
    border-radius: 23px;
    border: 1px solid #ccc;
    overflow: hidden; }
    .page_anker_list li a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      gap: 0 9px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 43px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      padding: 0 28px 0 23px;
      font-size: 1.6rem;
      position: relative; }
      .page_anker_list li a::before {
        display: block;
        content: "";
        width: 9px;
        height: 9px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        border-top: 2px solid #888;
        border-right: 2px solid #888;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      @media (max-width: 768px) {
        .page_anker_list li a {
          font-size: 1.2rem;
          height: 33px;
          gap: 0 6px;
          padding: 0 23px 0 20px; } }
      .page_anker_list li a:hover, .page_anker_list li a:focus {
        background-color: #eee; }

.toggle_tags {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 60%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 60%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 60%); }
  @media (max-width: 768px) {
    .toggle_tags {
      height: 35px; } }
  .toggle_tags a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #fff;
    background-color: var(--category-color1);
    width: 160px;
    height: 45px;
    border-radius: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto; }
    .toggle_tags a::before {
      display: block;
      content: "";
      width: 9px;
      height: 9px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    @media (max-width: 768px) {
      .toggle_tags a {
        height: 35px;
        font-size: 1.4rem; } }
    .toggle_tags a::before {
      margin-right: 7px;
      position: relative;
      top: -2px; }

.program_tag_list {
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .program_tag_list {
      height: 100px; } }
  .program_tag_list.is-view {
    height: auto; }
    .program_tag_list.is-view .toggle_tags {
      display: none; }
  .program_tag_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 15px; }
    @media (max-width: 768px) {
      .program_tag_list ul {
        gap: 10px 10px; } }
    .program_tag_list ul li {
      border: 1px solid var(--category-color1);
      border-radius: 18px;
      overflow: hidden; }
      .program_tag_list ul li a {
        color: var(--category-color1);
        padding: 0 17px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 2.125;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media (max-width: 768px) {
          .program_tag_list ul li a {
            font-size: 1.3rem;
            padding: 0 13px;
            line-height: 1.75; } }
        .program_tag_list ul li a:hover {
          color: #fff;
          background-color: var(--category-color2); }
      .program_tag_list ul li.is-selected a {
        pointer-events: none;
        color: #fff;
        background-color: var(--category-color1); }


#roundtable_discussion .flex{
  display: flex;
  flex-wrap: wrap;
}

#roundtable_discussion .flex figure{
  width: 25%;
  min-width: 250px;
  margin-right: 30px;
}
#roundtable_discussion .flex figure img{
  border-radius: 5px;
  width: 100%;
}
#roundtable_discussion .flex figure a:hover{
  opacity: .8;
}
}
#roundtable_discussion .flex div{
  flex: 1;
}

#roundtable_discussion .flex div p:first-of-type{
  line-height: 1.6;
  font-size: 2.0rem;
}

#roundtable_discussion .btn_detail {
  width: 220px;
  margin: 20px auto 0 0 ;
}

.participants_profile li{
  display: flex;
  align-items: center;
}
.participants_profile li span{
  color: #fff;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 1.4rem;
  background: var(--category-color1);
  margin-right: 15px;
  width: 100px;
  text-align: center;
}
.participants_profile li p{
  flex: 1;
}

#interview_title{
  display: flex;
  justify-content: space-between;
  background: var(--bg-color1);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  flex-wrap: wrap;
}
#interview_title::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: var(--category-color1) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#interview_title > div{
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#interview_title > div h2{
  line-height: 1.8;
  font-size: 2.6rem;
}
#interview_title figure{
  width: 50%;
}
#interview_title figure img{
/*  clip-path: polygon(20% 0%, 100% 0, 80% 100%, 0% 100%);*/
  width: 100%;
}
#interview_title .interviewee{
  position: relative;
}
#interview_title .interviewee::before{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: var(--category-color1);
  border-radius: 3px;
}
#interview_title .interviewee h3{
  color: var(--category-color1);
}

.interview_article figure{
  margin: 30px auto;
  width: 50%;
  position: relative;
}
.interview_article figure::before{
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background: var(--medical-color2);
  top: 10px;
  left: 10px;
  z-index: -1;
  border-radius: 10px;
}

.interview_article figure img{
  width: 100%;
  border-radius: 10px;
}
  
.interview_article dt{
  margin-bottom: 20px;
  position: relative;
  line-height: 2;
  padding-left: 30px;
  font-size: 1.8rem;
}
.interview_article dt::before{
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 5px solid var(--category-color1);
  border-radius: 50%;
}
.interview_article .highlight{
  background: linear-gradient(transparent 50%, #ff6 60%);
  font-weight: bold;
}
@media (max-width: 1200px) {
  #interview_title{
    flex-direction: column;
  }
  #interview_title > div{
    padding: 30px 25px;
  }
  #interview_title > div h2{
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  #interview_title figure{
    width: 100%;
  } 
}


@media (max-width: 768px) {
 #roundtable_discussion .flex div p:first-of-type{
    font-size: 1.8rem;
  }
  #roundtable_discussion .flex figure{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #roundtable_discussion .btn_detail{
    width: 100%;
    padding: 25px;
  }
  
  .participants_profile li span{
    font-size: 1.2rem;
  }
  .interview_article dt{
    font-size: 1.6rem;
  }
  .interview_article figure{
    width: 90%;
  }
}