@charset "UTF-8";
/* https://github.com/mayank99/reset.css/tree/main */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* ===============================================
over write reseter
=============================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section {
  display: block;
}

ul,
li {
  list-style: none;
}

dt {
  font-weight: normal;
}

em {
  font-style: normal;
}

a {
  border: none;
  outline: none;
}

a:focus {
  border: none;
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

img {
  vertical-align: bottom;
}
@media print, screen and (min-width: 769px) {
  img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
    display: block;
  }
}

a img {
  border: none;
  outline: none;
  text-decoration: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
}

br {
  font-size: 0;
}

/* ===============================================
font
=============================================== */
html {
  font-size: 62.5%;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  html {
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Droid Sans", sans-serif;
  }
}

.noto-sans-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ===============================================
center line
=============================================== */
/* ===============================================
wrapper
=============================================== */
.l-wrapper {
  position: relative;
  z-index: 1;
  color: #131313;
  background: #fff;
  overflow-x: hidden;
}
.l-wrapper__theme01::before, .l-wrapper__theme01::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper__theme01::before {
    z-index: -2;
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(205, 255, 240)), color-stop(50%, rgb(200, 245, 255)));
    background: linear-gradient(to right, rgb(205, 255, 240) 50%, rgb(200, 245, 255) 50%);
  }
}
@media only screen and (max-width: 768px) {
  .l-wrapper__theme01::before {
    display: none;
  }
}
.l-wrapper__theme01::after {
  z-index: -1;
  max-width: 1400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(205, 255, 240)), color-stop(25%, rgb(255, 255, 255)), color-stop(75%, rgb(255, 255, 255)), to(rgb(200, 245, 255)));
  background: linear-gradient(90deg, rgb(205, 255, 240) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgb(200, 245, 255) 100%);
}
.l-wrapper__theme02::before, .l-wrapper__theme02::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper__theme02::before {
    z-index: -2;
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(235, 235, 254)), color-stop(50%, rgb(205, 255, 240)));
    background: linear-gradient(to right, rgb(235, 235, 254) 50%, rgb(205, 255, 240) 50%);
  }
}
@media only screen and (max-width: 768px) {
  .l-wrapper__theme02::before {
    display: none;
  }
}
.l-wrapper__theme02::after {
  z-index: -1;
  max-width: 1400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 235, 254)), color-stop(25%, rgb(255, 255, 255)), color-stop(75%, rgb(255, 255, 255)), to(rgb(205, 255, 240)));
  background: linear-gradient(90deg, rgb(235, 235, 254) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgb(205, 255, 240) 100%);
}

.l-sec {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .l-sec:not(:last-of-type) {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .l-sec:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-sec__inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 1080px) {
  .l-sec__inner {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .l-sec__inner {
    width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===============================================
header
=============================================== */
.l-header {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.l-header__wrapper {
  position: relative;
}
.l-header__trigger {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 0;
  overflow: hidden;
  background: #007c42;
  border-radius: 0 0 0 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .l-header__trigger {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__trigger {
    width: 50px;
    height: 50px;
  }
}
.l-header__trigger span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 1px));
          transform: translate(-50%, calc(-50% - 1px));
  display: block;
  width: 50%;
  height: 2px;
  background: #fff;
  text-indent: -99999px;
}
.l-header__trigger span::before, .l-header__trigger span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .l-header__trigger span::before {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__trigger span::before {
    margin-top: -8px;
  }
}
.l-header__trigger span::after {
  left: calc(50% - 1px);
}
@media print, screen and (min-width: 769px) {
  .l-header__trigger span::after {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__trigger span::after {
    margin-top: 8px;
  }
}
.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: #007c42;
  border-radius: 0 0 0 12px;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 769px) {
  .l-header__nav {
    padding: 85px 40px 60px 80px;
    width: 370px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__nav {
    width: 93.3333333333vw;
    padding: 60px 40px 60px 70px;
  }
}
.l-header__item {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .l-header__item {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__item {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__item:not(:last-of-type) {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__item:not(:last-of-type) {
    padding-bottom: 40px;
  }
}
.l-header__item a:link, .l-header__item a:visited {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .l-header__item a:link, .l-header__item a:visited {
    border-bottom: 2px solid #fff;
    padding-bottom: 7px;
  }
}
.l-header__item a:hover, .l-header__item a:active {
  color: #fff;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .l-header__item a:hover, .l-header__item a:active {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
  }
}
.l-header__item--new span {
  position: relative;
}
.l-header__item--new span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 10px;
  background: url("../images/common/header_item-icon01.svg") no-repeat center center/contain;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .l-header__item--new span::after {
    top: 9px;
    right: -35px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__item--new span::after {
    top: 7px;
    right: -38px;
  }
}

html.js-nav-is-open .l-header__trigger.js-nav-is-open span {
  height: 0;
}
html.js-nav-is-open .l-header__trigger.js-nav-is-open span::before {
  -webkit-transform: rotate(-30deg) translate(-59%, -20%);
          transform: rotate(-30deg) translate(-59%, -20%);
}
html.js-nav-is-open .l-header__trigger.js-nav-is-open span::after {
  -webkit-transform: rotate(30deg) translate(-59%, -120%);
          transform: rotate(30deg) translate(-59%, -120%);
}
html.js-nav-is-open .l-header__trigger.js-nav-is-open ~ .l-header__nav {
  opacity: 1;
  visibility: visible;
}
/* ===============================================
main
=============================================== */
.l-main {
  position: relative;
  z-index: 1;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .l-main {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  .l-main {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}

/* ===============================================
footer
=============================================== */
/* l-footer
----------------------- */
.l-footer {
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    padding: 80px 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 85px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__wrapper {
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
}
.l-footer__label {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .l-footer__label {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__label {
    font-size: 1.6666666667rem;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__list:first-of-type {
    margin-bottom: 73px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list:first-of-type {
    margin-bottom: 20px;
  }
}
.l-footer__list:first-of-type li {
  border: none;
}
@media print, screen and (min-width: 769px) {
  .l-footer__list:last-of-type {
    padding-top: 33px;
    margin-left: 85px;
  }
}
@media print, screen and (max-width: 1080px) {
  .l-footer__list:last-of-type {
    margin-left: 8.5%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list:last-of-type {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__list:last-of-type li {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list:last-of-type li {
    border: none;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list:last-of-type li:first-of-type img {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list:last-of-type li:nth-of-type(2) img {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list:last-of-type li:last-of-type img {
    width: 51%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list:last-of-type li:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__item {
    padding: 0 25px;
  }
}
@media print, screen and (max-width: 1080px) {
  .l-footer__item {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #aaa;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__item:not(:last-of-type) {
    border-right: 1px solid #aaa;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__item img {
    width: auto;
    height: 45px;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__item img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
}
.l-footer__item a {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .l-footer__item a[href^="https://www.towayakuhin.co.jp/"] {
    width: 224px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__item a[href^="https://www.yokogawa.co.jp/"] {
    width: 210px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__item a[href^="https://info.yomiuri.co.jp/"] {
    width: 123px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__item a[href^="https://www.tis.co.jp/"] {
    width: 117px;
  }
}
.l-footer__copyright {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .l-footer__copyright {
    padding-top: 85px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__copyright {
    padding-top: 52px;
    font-size: 1.2rem;
  }
}
.l-footer__organized {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .l-footer__organized {
    margin-bottom: 40px;
  }
}
.l-footer__organized-label {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .l-footer__organized-label {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__organized-label {
    font-size: 1.6666666667rem;
  }
}
.l-footer__organized-text {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .l-footer__organized-text {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__organized-text {
    font-size: 1.5rem;
  }
}

/* ===============================================
display
=============================================== */
/* u-d
----------------------- */
.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media print, screen and (min-width: 769px) {
  .u-d-pc-none {
    display: none !important;
  }
  .u-d-pc-inline {
    display: inline !important;
  }
  .u-d-pc-inline-block {
    display: inline-block !important;
  }
  .u-d-pc-block {
    display: block !important;
  }
  .u-d-pc-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-d-sp-none {
    display: none !important;
  }
  .u-d-sp-inline {
    display: inline !important;
  }
  .u-d-sp-inline-block {
    display: inline-block !important;
  }
  .u-d-sp-block {
    display: block !important;
  }
  .u-d-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* ===============================================
link
=============================================== */
a:link, a:visited {
  color: #006ea0;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  a:hover, a:active {
    text-decoration: none;
  }
}
/* u-link
----------------------- */
.u-link__img--hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media print, screen and (min-width: 769px) {
  .u-link__img--hover:link, .u-link__img--hover:visited {
    opacity: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .u-link__img--hover:hover, .u-link__img--hover:active {
    opacity: 0.7;
  }
}
/* ===============================================
text
=============================================== */
/* u-txt
----------------------- */
.u-txt__align--left {
  text-align: left !important;
}

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

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

.u-txt__align--top {
  vertical-align: top !important;
}

.u-txt__align--middle {
  vertical-align: middle !important;
}

.u-txt__align--bottom {
  vertical-align: bottom !important;
}

.u-txt__bold {
  font-weight: 700;
}

.u-txt__medium {
  font-weight: 500;
}

.u-txt__normal {
  font-weight: 400;
}

.u-txt__underline {
  text-decoration: underline;
}

.u-txt__indent--1em {
  padding-left: 1em;
  text-indent: -1em;
}

/* ===============================================
color
=============================================== */
/* u-color
----------------------- */
/* u-color--bg
----------------------- */
.u-bgcolor--gradient1 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 100, 255, 0.15)), color-stop(20%, rgba(255, 51, 255, 0.15)), color-stop(40%, rgba(220, 240, 255, 0.15)), color-stop(60%, rgba(70, 255, 255, 0.15)), color-stop(80%, rgba(0, 229, 170, 0.15)), to(rgba(255, 255, 0, 0.15)));
  background: linear-gradient(90deg, rgba(0, 100, 255, 0.15) 0%, rgba(255, 51, 255, 0.15) 20%, rgba(220, 240, 255, 0.15) 40%, rgba(70, 255, 255, 0.15) 60%, rgba(0, 229, 170, 0.15) 80%, rgba(255, 255, 0, 0.15) 100%);
}

.u-bgcolor--gradient2 {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 100, 255, 0.15)), color-stop(20%, rgba(255, 51, 255, 0.15)), color-stop(40%, rgba(220, 240, 255, 0.15)), color-stop(60%, rgba(70, 255, 255, 0.15)), color-stop(80%, rgba(0, 229, 170, 0.15)), to(rgba(255, 255, 0, 0.15)));
  background: linear-gradient(-90deg, rgba(0, 100, 255, 0.15) 0%, rgba(255, 51, 255, 0.15) 20%, rgba(220, 240, 255, 0.15) 40%, rgba(70, 255, 255, 0.15) 60%, rgba(0, 229, 170, 0.15) 80%, rgba(255, 255, 0, 0.15) 100%);
}

/* ===============================================
space
=============================================== */
/* margin
----------------------- */
.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 768px) {
  .u-mt-sp-0 {
    margin-top: 0px !important;
  }
  .u-mt-sp-5 {
    margin-top: 5px !important;
  }
  .u-mt-sp-10 {
    margin-top: 10px !important;
  }
  .u-mt-sp-15 {
    margin-top: 15px !important;
  }
  .u-mt-sp-20 {
    margin-top: 20px !important;
  }
  .u-mt-sp-25 {
    margin-top: 25px !important;
  }
  .u-mt-sp-30 {
    margin-top: 30px !important;
  }
  .u-mt-sp-35 {
    margin-top: 35px !important;
  }
  .u-mt-sp-40 {
    margin-top: 40px !important;
  }
  .u-mt-sp-45 {
    margin-top: 45px !important;
  }
  .u-mt-sp-50 {
    margin-top: 50px !important;
  }
}
/* ===============================================
c-banner
=============================================== */
/* c-banner-floater
----------------------- */
.c-banner-floater {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 9;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
@media print, screen and (min-width: 769px) {
  .c-banner-floater {
    bottom: 20px;
    right: 20px;
    width: 430px;
  }
}
@media only screen and (max-width: 768px) {
  .c-banner-floater {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(85.8666666667vw, 322px);
  }
}
.is_scroll__start .c-banner-floater {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .is_scroll__start .c-banner-floater {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.is_scroll__end .c-banner-floater {
  visibility: hidden;
  opacity: 0;
}

/* ===============================================
c-heading
=============================================== */
/* c-heading__style01
----------------------- */
.c-heading__style01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.c-heading__style01 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15rem;
  opacity: 0.15;
}
@media print, screen and (min-width: 769px) {
  .c-heading__style01 span {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__style01 span {
    line-height: 0.8;
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-heading__style01 span small {
    font-size: 8rem;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-heading__style01 span small {
    font-size: 7.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__style01 span small {
    font-size: 4.6rem;
  }
}
.c-heading__style01 em {
  display: block;
  font-weight: 500;
  letter-spacing: 0.25rem;
}
@media print, screen and (min-width: 769px) {
  .c-heading__style01 em {
    margin-top: -5px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__style01 em {
    margin-top: -18px;
    margin-bottom: -8px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head .c-heading__style01 span {
    margin-top: -0.6em;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head .c-heading__style01 em {
    margin-top: -1.7em;
    margin-bottom: 0;
    font-size: 3.5rem;
  }
}
.c-heading__style01--white span,
.c-heading__style01--white em {
  color: #fff;
}
.c-heading__style01--green span,
.c-heading__style01--green em {
  color: #00c8aa;
}
.c-heading__style01--blue span,
.c-heading__style01--blue em {
  color: #0064f0;
}
.c-heading__style01--orange span,
.c-heading__style01--orange em {
  color: #ff9600;
}
@media only screen and (max-width: 768px) {
  .c-heading__style01--orange span {
    font-size: 5.5rem;
    letter-spacing: 0.01em;
  }
}
@media print, screen and (min-width: 769px) {
  .c-heading__style01--orange small {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__style01--orange small {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-heading__style01--orange .c-heading__style01-ja {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__style01--orange .c-heading__style01-ja {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.c-heading__style01--purple span,
.c-heading__style01--purple em {
  color: #7878fa;
}
@media print, screen and (min-width: 769px) {
  .c-heading__style01--purple small {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__style01--purple small {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-heading__style01--purple .c-heading__style01-ja {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__style01--purple .c-heading__style01-ja {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.c-heading__style01--purple .c-heading__style01-en {
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .c-heading__style01--purple .c-heading__style01-en {
    font-size: 3.5rem;
    letter-spacing: 0.17em;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__style01--purple .c-heading__style01-en {
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
}
.c-heading__style01--mv span {
  font-size: 10rem;
  margin-top: 10px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 768px) {
  .c-heading__style01--mv span {
    font-size: 5.5rem;
    margin-top: -1em !important;
  }
}
.c-heading__style01--mv em {
  font-size: 4.5rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .c-heading__style01--mv em {
    font-size: 3rem;
    margin-top: -0.4em !important;
  }
}

@media print, screen and (min-width: 769px) {
  .c-heading__style01--space-small {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__style01--space-small {
    margin-bottom: 34px;
  }
}

.c-heading__style01--space-lg {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .c-heading__style01--space-lg {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 40px;
  }
}

.c-heading__mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  width: 98%;
}
.c-heading__mv span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  opacity: 0.15;
  line-height: 1.1;
}
@media print, screen and (min-width: 769px) {
  .c-heading__mv span {
    font-size: 8rem;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-heading__mv span {
    font-size: 5.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__mv span {
    width: 100%;
    font-size: 4.5rem;
    letter-spacing: 0.01em;
  }
}
.c-heading__mv em {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .c-heading__mv em {
    font-size: 4rem;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__mv em {
    width: 96%;
    font-size: 3rem;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__mv--schedule span {
    margin-top: -20px;
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 768px) {
  .c-heading__mv--schedule em {
    margin-top: 10px;
  }
}

/* ===============================================
c-panel
=============================================== */
/* c-panel__white01
----------------------- */
.c-panel__white01 {
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .c-panel__white01 {
    margin-top: 50px;
    padding: 70px 60px 20px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel__white01 {
    margin-top: 30px;
    padding: 36px 20px 10px;
    border-radius: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .c-panel__white01--large {
    padding: 36px 24px 10px;
  }
}

/* c-panel-head
----------------------- */
.c-panel-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .c-panel-head {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head {
    height: 135px;
  }
}
.c-panel-head::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-panel-head__theme02 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(0, 200, 170)), to(rgb(201, 201, 253)));
  background-image: linear-gradient(90deg, rgb(0, 200, 170) 20%, rgb(201, 201, 253));
}
@media print, screen and (min-width: 769px) {
  .c-panel-head__theme02::after {
    background: url("../images/about/head_bg_pc.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head__theme02::after {
    background: url("../images/about/head_bg_sp.png") no-repeat center bottom;
    background-size: cover;
  }
}
.c-panel-head__theme03 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 100, 240)), color-stop(20%, rgb(0, 100, 240)), to(rgba(0, 182, 200, 0.5)));
  background: linear-gradient(90deg, rgb(0, 100, 240) 0%, rgb(0, 100, 240) 20%, rgba(0, 182, 200, 0.5) 100%);
}
.c-panel-head__theme04 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 150, 0)), color-stop(20%, rgb(255, 150, 0)), to(rgb(255, 200, 220)));
  background: linear-gradient(90deg, rgb(255, 150, 0) 0%, rgb(255, 150, 0) 20%, rgb(255, 200, 220) 100%);
}
.c-panel-head__theme05 {
  background: linear-gradient(135deg, rgb(120, 120, 250) 0%, rgb(120, 120, 250) 20%, rgba(0, 200, 170, 0.5) 100%);
}
.c-panel-head__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .c-panel-head__sub {
    height: 15vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head__sub {
    height: 33.3333333333vw;
  }
}
.c-panel-head__sub--theme03 {
  background: rgba(0, 100, 240, 0.1);
}
.c-panel-head__sub--theme04 {
  background: #f2f6ff;
}
@media print, screen and (min-width: 769px) {
  .c-panel-head__sub--theme04 {
    padding: 85px 0;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head__sub--theme04 {
    padding: 40px 0;
    height: auto;
  }
}
.c-panel-head__sub--anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .c-panel-head__sub--anchor {
    width: 1000px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head__sub--anchor {
    width: calc(100vw - 40px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-head__sub--anchor li {
    -ms-flex-preferred-size: 16vw;
        flex-basis: 16vw;
    margin: 0 4px;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-head__sub--anchor li {
    -ms-flex-preferred-size: 20vw;
        flex-basis: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head__sub--anchor li {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin: 0 0.5vw 15px;
  }
}
.c-panel-head__sub--anchor li a {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 700;
  letter-spacing: 0.4rem;
  border-bottom: 2px solid #7878fa;
}
@media print, screen and (min-width: 769px) {
  .c-panel-head__sub--anchor li a {
    padding-bottom: 10px;
    font-size: 1.6rem;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head__sub--anchor li a {
    padding-top: 12px;
    padding-bottom: 6px;
    font-size: 1.4rem;
  }
}
.c-panel-head__sub--anchor li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -8px;
  -webkit-transform: rotate(-45deg) translate(-8px, -8px);
          transform: rotate(-45deg) translate(-8px, -8px);
  border: 6px solid;
  border-color: transparent transparent #7878fa #7878fa;
}
@media only screen and (max-width: 768px) {
  .c-panel-head__sub--anchor li a::after {
    bottom: -7px;
  }
}
.c-panel-head__sub--anchor li a:link, .c-panel-head__sub--anchor li a:visited {
  color: #131313;
  text-decoration: none;
}
.c-panel-head__sub--anchor li a:hover, .c-panel-head__sub--anchor li a:active {
  color: #131313;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .c-panel-head__sub--anchor li a:hover, .c-panel-head__sub--anchor li a:active {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-head__sub--anchor li a:hover::after, .c-panel-head__sub--anchor li a:active::after {
    opacity: 1;
  }
}
.c-panel-head__text01 {
  font-weight: 500;
}
.c-panel-head__text01 small {
  display: block;
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .c-panel-head__text01 small {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head__text01 small {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .c-panel-head--high {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-head--high {
    height: 175px;
  }
}

/* c-panel__line
----------------------- */
.c-panel__line {
  background: url("../images/common/line_type01.png") no-repeat center center;
  background-size: 100%;
}
@media print, screen and (min-width: 769px) {
  .c-panel__line {
    width: 190px;
    height: 6px;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel__line {
    width: 133px;
    height: 4px;
    margin: 0 auto 40px;
  }
}

/* c-panel__btn01
----------------------- */
.c-panel__btn01 {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .c-panel__btn01 {
    width: 306px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel__btn01 {
    width: min(57.0666666667vw, 214px);
  }
}

/* c-panel-concept
----------------------- */
.c-panel-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .c-panel-concept {
    max-width: 1315px;
    margin: 0 auto;
    margin-bottom: -80px !important;
    min-height: 940px;
    background: url("../images/about/concept_bg_pc.png") no-repeat center calc(50% - 20px);
    background-size: 1315px auto;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-concept {
    width: 100vw;
    height: 160vw;
    background: url("../images/about/concept_bg_sp.png") no-repeat top center;
    background-size: cover;
  }
}
.c-panel-concept__heading01 {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .c-panel-concept__heading01 {
    margin: -130px 0 20px 0;
    font-size: 4.2rem;
    line-height: 1.6;
    letter-spacing: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-concept__heading01 {
    margin: 0 0 15px;
    font-size: min(7.7333333333vw, 4rem);
    line-height: 1.6;
    letter-spacing: 0.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-concept__text01 {
    font-size: 2rem;
    line-height: 2.4;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-concept__text01 {
    font-size: min(3.7333333333vw, 2rem);
    line-height: 2.4;
    letter-spacing: -0.02em;
  }
}

/* c-panel-top
----------------------- */
.c-panel-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .c-panel-top {
    padding-top: 50px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-top {
    padding-top: 50px;
  }
}
.c-panel-top__youtube {
  position: relative;
  width: 100%;
  height: 360px;
  aspect-ratio: 16 / 9;
  transition: 0.8s;
}
@media only screen and (max-width: 768px) {
  .c-panel-top__youtube {
    height: auto;
  }
}
.c-panel-top__youtube:hover {
  opacity: 0.75;
}
.c-panel-top__youtube iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* c-panel-about
----------------------- */
.c-panel-about {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about {
    background: url("../images/about/about_bg01.png") no-repeat center 200px;
    background-size: 1338px auto;
  }
}
.c-panel-about__title01 {
  position: relative;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__title01 {
    margin-bottom: 30px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__title01 {
    margin-bottom: 25px;
    padding: 10px 10px 10px;
  }
}
.c-panel-about__title01::before, .c-panel-about__title01::after {
  display: block;
  content: "";
  position: absolute;
}
.c-panel-about__title01::before {
  z-index: -1;
  top: 3%;
  height: 94%;
  border: 1px solid #131313;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__title01::before {
    left: -4%;
    width: 108%;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__title01::before {
    left: -6%;
    width: 112%;
  }
}
.c-panel-about__title01::after {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.c-panel-about__title01 span {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__title01 span {
    padding-bottom: 15px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__title01 span {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}
.c-panel-about__title01 em {
  display: block;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__title01 em {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__title01 em {
    padding-top: 10px;
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__def01 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__def01 {
    margin-bottom: 45px;
  }
}
.c-panel-about__def01 dt {
  margin-bottom: 10px;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__def01 dt {
    font-size: 2.5rem;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-about__def01 dt {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__def01 dt {
    font-size: 1.8rem;
  }
}
.c-panel-about__def01 dt span {
  display: inline-block;
  border-bottom: 1px solid #000;
}
.c-panel-about__def01 dd {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-panel-about__def01 dd {
    line-height: 1.4;
  }
}
.c-panel-about__def01 dd em {
  display: block;
  margin-bottom: 10px;
  color: #00b6c8;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__def01 dd em {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-about__def01 dd em {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__def01 dd em {
    font-size: 2.7rem;
  }
}
.c-panel-about__def01 dd span {
  display: block;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__def01 dd span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__def01 dd span {
    font-size: 1.5rem;
  }
}
.c-panel-about__def01 dd picture {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__def01 dd picture {
    width: 766px;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-about__def01 dd picture {
    width: 72vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__def01 dd picture {
    width: 61.3333333333vw;
  }
}
.c-panel-about__text01 {
  line-height: 2.2;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__text01 {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__text01 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.c-panel-about__logo01 {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__logo01 {
    width: 282px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__logo01 {
    width: 48vw;
    margin-bottom: 45px;
  }
}
.c-panel-about__text02 {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__text02 {
    width: 568px;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__text02 {
    margin-top: 50px;
  }
}
.c-panel-about__logo02 {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .c-panel-about__logo02 {
    width: 404px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-about__logo02 {
    width: 95%;
  }
}
.c-panel-about__logo02-cap {
  font-size: 1.4rem;
}

/* c-panel-theme
----------------------- */
.c-panel-theme {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .c-panel-theme__inner {
    padding: 70px 30px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-theme__inner {
    padding: 36px 20px 30px;
  }
}
.c-panel-theme__title01 {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 769px) {
  .c-panel-theme__title01 {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-theme__title01 {
    margin: 0 -1px 20px;
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-theme__title01 em {
    padding: 2px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-theme__title01 em {
    background: transparent !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-theme__title01 span {
    background: transparent !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-theme__title01 span {
    padding: 2px 10px;
  }
}
.c-panel-theme__text01 {
  line-height: 2.5;
}
@media print, screen and (min-width: 769px) {
  .c-panel-theme__text01 {
    font-size: 2rem;
    line-height: 2.4;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-theme__text01 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-theme__text01 {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-theme__btn01 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-theme__btn01 {
    margin-top: 35px;
  }
}

/* c-panel-application
----------------------- */
@media print, screen and (min-width: 769px) {
  .c-panel-application__inner {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__inner {
    padding-bottom: 40px;
  }
}
.c-panel-application__title01 {
  font-weight: 500;
  color: #ff9600;
  border-bottom: 2px solid #c8c8c8;
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__title01 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__title01 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 2.2rem;
    border-width: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__title01:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__title01:not(:first-of-type) {
    margin-top: 30px;
  }
}
.c-panel-application__headding01 {
  font-weight: 500;
  color: #ff9600;
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__headding01 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__headding01 {
    margin-bottom: 10px;
    line-height: 1.6;
  }
}
.c-panel-application__headding02 {
  font-weight: 500;
  color: #ff9600;
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__headding02:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__headding02:not(:first-of-type) {
    margin-top: 10px;
  }
}
.c-panel-application__headding02 span {
  color: #131313;
}
.c-panel-application__text01 {
  line-height: 1.8;
}
.c-panel-application__text01 + .c-panel-application__text01 {
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__list01 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__list01 {
    margin-top: 10px;
  }
}
.c-panel-application__list01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1.5rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__list01 li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__list01 li {
    font-size: 1.2rem;
  }
}
.c-panel-application__list01 span {
  display: block;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__list02 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__list02 {
    margin-top: 10px;
  }
}
.c-panel-application__list02 li {
  position: relative;
  margin-top: 20px;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__list02 li {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__list02 li {
    margin-top: 12px;
    padding-left: 1.75rem;
    line-height: 1.6;
  }
}
.c-panel-application__list02 span {
  display: block;
  position: absolute;
  left: 0;
  color: #ff9600;
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__img01 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__img01 {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__img01 img {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__img01 img {
    width: 85%;
  }
}
.c-panel-application__balloon01 {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__balloon01 {
    width: 291px;
    margin: -7.3rem 0 0 38rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__balloon01 {
    margin-top: 5px;
    width: 60%;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__btns {
    margin-top: 60px;
    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;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__btns {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__btns li {
    -ms-flex-preferred-size: 306px;
        flex-basis: 306px;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__btns li:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.c-panel-application__btns li span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  .c-panel-application__btns li span {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-application__btns li span {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
.c-panel-application__btns li span em {
  color: #ff9600;
}

/* c-panel-detail
----------------------- */
@media print, screen and (min-width: 769px) {
  .c-panel-detail__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.c-panel-detail__title01 {
  position: relative;
  text-align: center;
  font-weight: 500;
  color: #00c8aa;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__title01 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__title01 {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__title01--space {
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__title01--space {
    font-size: 2.3rem;
    line-height: 1.35;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__box-list {
    margin-bottom: 138px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__box-list {
    margin-bottom: 80px;
  }
}
.c-panel-detail__box-list:nth-of-type(2), .c-panel-detail__box-list:nth-of-type(3) {
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__box-list:nth-of-type(2), .c-panel-detail__box-list:nth-of-type(3) {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 50px;
  }
}
.c-panel-detail__box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__box-wrapper {
    display: block;
    width: 95%;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__box-wrapper + .c-panel-detail__box-wrapper {
    margin-top: 28px;
  }
}
.c-panel-detail__box-wrapper:last-child .c-panel-detail__def--tight dd {
  gap: 2px;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__box--inner {
    -ms-flex-preferred-size: calc(100% - 290px);
        flex-basis: calc(100% - 290px);
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-detail__box--inner {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
  }
}
.c-panel-detail__box--inner--small {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__box--inner--small {
    width: 284px;
    margin-top: -8px;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-detail__box--inner--small {
    width: 67.5%;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__box--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 420px;
    margin-top: 57px;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-detail__box--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 47.6%;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__box--small {
    width: 88%;
    margin: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__box-wrapper:nth-child(1) .c-panel-detail__box--small {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__box-wrapper:nth-child(1) .c-panel-detail__box--small {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__box + .c-panel-detail__box {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__box + .c-panel-detail__box {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__box--small + .c-panel-detail__box--small {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__box--small + .c-panel-detail__box--small {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__photo {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-detail__photo {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__photo {
    margin: 0 auto 20px;
    width: 46.6666666667vw;
  }
}
.c-panel-detail__photo--small {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__photo--small {
    width: 120px;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-detail__photo--small {
    width: 29%;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__photo--small {
    margin: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def {
    margin: 0 auto 15px;
    width: 46.6666666667vw;
  }
}
.c-panel-detail__def dt {
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def dt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def dt {
    font-size: 1.4rem;
  }
}
.c-panel-detail__def dt img {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def dt img {
    width: 281px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def dt img {
    display: none;
  }
}
.c-panel-detail__def dd {
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def dd {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def dd {
    font-size: 2.1rem;
  }
}
.c-panel-detail__def dd small {
  font-weight: 400;
  padding-left: 3px;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def dd small {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def dd small {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def--small dt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def--small dt {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def--small dd {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def--small dd {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def--small dd small {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def--small dd small {
    font-size: 1.1rem;
  }
}
.c-panel-detail__def--small dd span {
  color: #7878fa;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def--small dd span {
    margin-left: -5px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def--tight {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def--tight {
    width: auto;
    margin: auto;
    margin-bottom: 4px;
  }
}
.c-panel-detail__def--tight dd {
  white-space: normal;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def--tight dd {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def--tight dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 7px;
    font-size: 1.7rem;
  }
}
.c-panel-detail__def--tight dd small {
  padding-left: 12px;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__def--tight dd small {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-detail__def--tight dd small {
    display: block;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def--tight dd small {
    letter-spacing: 0.01em;
    font-size: 1rem;
  }
}
.c-panel-detail__def--tight span {
  display: inline-block;
  font-size: 2rem;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__def--tight span {
    font-size: 1.3rem;
    padding-left: 0;
  }
}
.c-panel-detail__box--small .c-panel-detail__def--tight {
  line-height: normal;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__box--small .c-panel-detail__def--tight small {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__box--small .c-panel-detail__def--tight small {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
}
.c-panel-detail__title02 {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #00c8aa;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__title02 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__title02 {
    text-align: center;
    font-size: 2.1rem;
  }
}
.c-panel-detail__text01 {
  line-height: 2.2;
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__text02 {
    font-size: 1.6rem;
    line-height: 1.81;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__text02 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.048em;
    line-height: 1.72;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__text03 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: 1.64;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__text03 {
    font-size: 1.1rem;
    letter-spacing: -0.04em;
    line-height: 1.4;
  }
}
.c-panel-detail__logo {
  width: 281px;
  margin: 0 auto 45px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__logo {
    margin: 20px auto 25px;
    width: 52.4vw;
  }
}

/* c-panel-list
----------------------- */
@media print, screen and (min-width: 769px) {
  .c-panel-list {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-list {
    margin-top: -10px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-list__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-list__inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.c-panel-list__title01 {
  text-align: center;
  font-weight: 500;
  color: #00c8aa;
}
@media print, screen and (min-width: 769px) {
  .c-panel-list__title01 {
    margin-bottom: 45px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-list__title01 {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
}
.c-panel-list__items--dummy::after {
  content: "ダミー";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4em;
  background: red;
  text-align: center;
  color: #fff;
  line-height: 2;
  font-size: 1rem;
}
@media print, screen and (min-width: 769px) {
  .c-panel-list__items--dummy::after {
    left: 228px;
    top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-list__items--dummy::after {
    left: 65%;
    top: 26px;
  }
}
.c-panel-list__items li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .c-panel-list__items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-list__items li:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-list__items li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.c-panel-list__items li img {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .c-panel-list__items li img {
    margin: 0 auto;
  }
}
.c-panel-list__items li span {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .c-panel-list__items li span {
    line-height: 2.4;
    -ms-flex-preferred-size: calc(100% - 290px);
        flex-basis: calc(100% - 290px);
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-list__items li span {
    margin-top: -5px;
    line-height: 2.1;
    font-size: 1.3rem;
  }
}
.c-panel-list__items--yokogawa img {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .c-panel-list__items--yokogawa img {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-list__items--yokogawa img {
    margin: 0 auto 15px;
    width: 49.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-list__items--yomiuri img {
    width: 232px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-list__items--yomiuri img {
    margin: 0 auto 15px;
    width: 41.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-list__items--tis img {
    width: 265px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-list__items--tis img {
    margin: 0 auto 15px;
    width: 50.9333333333vw;
  }
}
/* c-panel-detail__judges-list
----------------------- */
.c-panel-detail__judges-list {
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__judges-list {
    margin-bottom: 82px;
  }
}

.c-panel-detail__judges-list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .c-panel-detail__judges-item {
    width: 772px;
    margin: auto;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-panel-detail__judges-item {
    width: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .c-panel-detail__judges-item + .c-panel-detail__judges-item {
    margin-top: 29px;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel-detail__judges-item + .c-panel-detail__judges-item {
    margin-top: 19px;
  }
}

.c-judges-link:link,
.c-judges-link:visited {
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .c-judges-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 15px;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-judges-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-judges-info__name-ja {
  position: relative;
  color: #000;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .c-judges-info__name-ja {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
.c-judges-info__name-ja::after {
  content: " 氏";
  font-size: 1.8rem;
}

@media print, screen and (min-width: 769px) {
  .c-judges-info__name-en {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (max-width: 1080px) {
  .c-judges-info__name-en {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media only screen and (max-width: 768px) {
  .c-judges-info__name-en {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 769px) {
  .c-judges-info__role {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .c-judges-info__role {
    display: block;
  }
}

/* ===============================================
p-top
=============================================== */
/* p-top-hero
----------------------- */
.p-top-hero {
  position: relative;
  z-index: 9;
}
@media print, screen and (min-width: 769px) {
  .p-top-hero {
    min-width: 100%;
  }
}
.p-top-hero__btn {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@-webkit-keyframes elm_pc {
  to {
    -webkit-transform: translate(50vw, calc(150vh - 80px)) scale(0.8);
            transform: translate(50vw, calc(150vh - 80px)) scale(0.8);
    opacity: 0;
  }
}
@keyframes elm_pc {
  to {
    -webkit-transform: translate(50vw, calc(150vh - 80px)) scale(0.8);
            transform: translate(50vw, calc(150vh - 80px)) scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes elm_spc {
  to {
    -webkit-transform: translate(calc(100% + 13.3333333333vw), calc(150vh - 80px)) scale(0.8);
            transform: translate(calc(100% + 13.3333333333vw), calc(150vh - 80px)) scale(0.8);
    opacity: 0;
  }
}
@keyframes elm_spc {
  to {
    -webkit-transform: translate(calc(100% + 13.3333333333vw), calc(150vh - 80px)) scale(0.8);
            transform: translate(calc(100% + 13.3333333333vw), calc(150vh - 80px)) scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes elm_sp {
  to {
    -webkit-transform: translate(calc(25vw - 20px), calc(150vh - 80px)) scale(0.8);
            transform: translate(calc(25vw - 20px), calc(150vh - 80px)) scale(0.8);
    opacity: 0;
  }
}
@keyframes elm_sp {
  to {
    -webkit-transform: translate(calc(25vw - 20px), calc(150vh - 80px)) scale(0.8);
            transform: translate(calc(25vw - 20px), calc(150vh - 80px)) scale(0.8);
    opacity: 0;
  }
}
/* p-top-link
----------------------- */
@media print, screen and (min-width: 769px) {
  .p-top-link {
    margin-top: -60px;
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-link {
    margin-top: 0;
    margin-bottom: 50px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-top-link__btn01 {
    margin: 0 auto 35px;
    width: 786px;
  }
}
@media print, screen and (max-width: 1080px) {
  .p-top-link__btn01 {
    width: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-link__btn01 {
    margin: 0 auto 30px;
    width: 87.2vw;
  }
}
/*p-top-info
----------------------- */
@media print, screen and (min-width: 769px) {
  .p-top-info__inner {
    padding: 70px 60px 65px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-info__inner {
    padding: 56px 20px 50px;
  }
}
.p-top-info__def01 {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-top-info__def01 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-info__def01 {
    margin-top: 30px;
  }
}
.p-top-info__def01 dt {
  position: absolute;
  left: 0;
  padding-top: 5px;
  color: #00b6c8;
}
.p-top-info__def01 dd {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 769px) {
  .p-top-info__def01 dd {
    padding-left: 13rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-info__def01 dd {
    padding-left: 11rem;
  }
}
.p-top-info__def01 dd:not(:last-of-type) {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* p-top-schedule
----------------------- */
.p-top-schedule {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-top-schedule__inner {
    padding-top: 70px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-schedule__inner {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-top-schedule__text01 {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-schedule__text01 {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-schedule__text01 small {
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-schedule__fig01 img {
    width: 74.6666666667vw;
    margin: auto;
    display: block;
    max-width: none;
  }
}
@media print, screen and (min-width: 769px) {
  .p-top-schedule__btn01 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-schedule__btn01 {
    margin-top: 40px;
  }
}

/* p-top-archives
----------------------- */
@media print, screen and (min-width: 769px) {
  .p-top-archives__inner {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-archives__inner {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}
/* ===============================================
p-sub
=============================================== */
/* p-sub-schedule
----------------------- */
@media print, screen and (min-width: 769px) {
  .p-sub-schedule {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule {
    margin-top: 40px;
  }
}
.p-sub-schedule__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__inner {
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__inner {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__inner--adjust01 {
    padding-top: 35px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__inner--adjust01 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.p-sub-schedule__inner:not(:last-of-type) {
  border-bottom: 2px solid #c8c8c8;
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__inner:not(:last-of-type) {
    border-width: 1px;
  }
}
.p-sub-schedule__inner:last-of-type {
  overflow: hidden;
}
.p-sub-schedule__inner:last-of-type::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 40px;
  height: 40px;
  background: #b2d0fa;
}
.p-sub-schedule__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__step {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    height: 162px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__step {
    width: 34.6666666667vw;
    height: 37.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__step--blue {
    background: url("../images/schedule/schedule_balloon01.svg") no-repeat left top;
    background-size: 150px auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__step--blue {
    background: url("../images/schedule/schedule_balloon01.svg") no-repeat left top;
    background-size: 34.6666666667vw auto;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__step--purple {
    background: url("../images/schedule/schedule_balloon03.svg") no-repeat left top;
    background-size: 150px auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__step--purple {
    background: url("../images/schedule/schedule_balloon03.svg") no-repeat left top;
    background-size: 34.6666666667vw auto;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__step--red {
    background: url("../images/schedule/schedule_balloon02.svg") no-repeat left top;
    background-size: 150px auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__step--red {
    background: url("../images/schedule/schedule_balloon02.svg") no-repeat left top;
    background-size: 34.6666666667vw auto;
  }
}
.p-sub-schedule__step em {
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__step em {
    margin-top: -10px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__step em {
    margin-top: -2vw;
    font-size: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__box {
    -ms-flex-preferred-size: calc(100% - 270px);
        flex-basis: calc(100% - 270px);
  }
}
@media print, screen and (max-width: 1080px) {
  .p-sub-schedule__box {
    -ms-flex-preferred-size: calc(100% - 180px);
        flex-basis: calc(100% - 180px);
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__box {
    margin-top: 10px;
    text-align: center;
  }
}
.p-sub-schedule__def01 {
  color: #0064f0;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__def01 {
    margin-bottom: 15px;
  }
}
.p-sub-schedule__def01--red dt {
  color: #ff5a5a;
  border-bottom-color: #ff5a5a !important;
}
.p-sub-schedule__def01 dt {
  display: inline-block;
  border-bottom: 2px solid #0064f0;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__def01 dt {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__def01 dt {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__def01 dt em {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__def01 dt em {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__def01 dd {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__def01 dd {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__def01 dd em {
    font-size: 3.5rem;
    line-height: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__def01 dd em {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.p-sub-schedule__def01 dd small {
  display: block;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__def01 dd small {
    font-size: 1.8rem;
    color: #131313;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__btn01 {
    margin-top: 25px;
    width: 436px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__btn01 {
    margin-top: 20px;
    width: 326px;
  }
}
.p-sub-schedule__text01 {
  color: #0064f0;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__text01 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__text01 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__list li {
    position: relative;
    padding-left: 10.5em;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__list li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__list li:not(:last-of-type) {
    margin-bottom: 22px;
  }
}
.p-sub-schedule__list li em {
  display: table;
  color: #0064f0;
  border: 2px solid #0064f0;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__list li em {
    position: absolute;
    left: 0;
    width: 8.6em;
    padding: 10px 5px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__list li em {
    width: 8em;
    margin: 0 auto 10px;
    padding: 6px 3px;
    font-size: 1.6rem;
  }
}
.p-sub-schedule__list li span {
  background: #ffff64;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__text02 {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__text02 {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__text03 {
    margin-top: -10px;
  }
}
.p-sub-schedule__final {
  position: relative;
  width: 100%;
  text-align: center;
}
.p-sub-schedule__title01 {
  color: #0064f0;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule__title01 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__title01 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 2.6rem;
  }
}
.p-sub-schedule__text04 {
  position: relative;
  color: #0064f0;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule__text04 {
    font-size: 1.7rem;
  }
}
.p-sub-schedule__text04::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  display: table;
  width: 19.6em;
  height: 4em;
  border: 1px solid #0064f0;
}
.p-sub-schedule__text04 span {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 10px 10px;
  display: table;
  background: #fff;
}
.p-sub-schedule--school-personnel {
  background: #f2f6ff;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule--school-personnel {
    padding-top: 120px;
    padding-bottom: 90px;
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule--school-personnel {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule--school-personnel__inner {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule--school-personnel__inner {
    padding-bottom: 10px;
  }
}
.p-sub-schedule--school-personnel__title01 {
  font-weight: 500;
  text-align: center;
  color: #7878fa;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule--school-personnel__title01 {
    margin-bottom: 90px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule--school-personnel__title01 {
    margin-bottom: 60px;
    font-size: 2.5rem;
  }
}
.p-sub-schedule--school-personnel__text01 {
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule--school-personnel__text01 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-sub-schedule--school-personnel__text01 small {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule--school-personnel__text01 small {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-sub-schedule--school-personnel .p-sub-schedule__inner:last-of-type::before {
  background: #d7d7fe;
}
.p-sub-schedule--school-personnel .p-sub-schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule--school-personnel .p-sub-schedule__list {
    max-width: 570px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule--school-personnel .p-sub-schedule__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule--school-personnel .p-sub-schedule__list li {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
@media print, screen and (max-width: 1080px) {
  .p-sub-schedule--school-personnel .p-sub-schedule__list li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule--school-personnel .p-sub-schedule__list li {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin: 0 1%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule--school-personnel .p-sub-schedule__list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule--school-personnel .p-sub-schedule__list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.p-sub-schedule--school-personnel .p-sub-schedule__list li em {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-sub-schedule--school-personnel .p-sub-schedule__list li em {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-schedule--school-personnel .p-sub-schedule__list li em {
    padding: 0 3px;
  }
}
.p-sub-schedule--school-personnel .p-sub-schedule__text04 span {
  background: #f2f6ff;
}
.p-sub-schedule--school-personnel .p-sub-schedule__def01,
.p-sub-schedule--school-personnel .p-sub-schedule__text01,
.p-sub-schedule--school-personnel .p-sub-schedule__title01,
.p-sub-schedule--school-personnel .p-sub-schedule__text04 {
  color: #7878fa;
}
.p-sub-schedule--school-personnel .p-sub-schedule__def01 dt {
  border-color: #7878fa;
}
.p-sub-schedule--school-personnel .p-sub-schedule__list li em {
  color: #7878fa;
  border-color: #7878fa;
}

/* p-sub-application
----------------------- */
@media print, screen and (min-width: 769px) {
  .p-sub-application {
    margin-top: 95px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-application {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-application__btn01 {
    margin-top: 50px;
    width: 306px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-application__btn01 {
    margin: 30px auto 0;
    width: min(57.0666666667vw, 214px);
  }
}
.p-sub-application__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 0.5rem;
  color: #7878fa;
}
@media print, screen and (min-width: 769px) {
  .p-sub-application__title {
    margin-top: -40px;
    margin-bottom: 40px;
    width: 180px;
    height: 180px;
    font-size: 3.5rem;
    background: url("../images/school-personnel/feature_bg01.jpg") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-application__title {
    margin-bottom: 35px;
    width: 140px;
    height: 140px;
    font-size: 2.5rem;
    background: url("../images/school-personnel/feature_bg01.jpg") no-repeat center center;
    background-size: contain;
  }
}
.p-sub-application--school-personnel .c-panel-application__title01,
.p-sub-application--school-personnel .c-panel-application__headding01,
.p-sub-application--school-personnel .c-panel-application__headding02,
.p-sub-application--school-personnel .c-panel-application__list02 li span {
  color: #7878fa;
}

/* p-sub-feature
----------------------- */
@media print, screen and (min-width: 769px) {
  .p-sub-feature {
    padding-top: 45px;
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-feature {
    padding-top: 30px;
  }
}
.p-sub-feature__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 0.5rem;
  color: #7878fa;
}
@media print, screen and (min-width: 769px) {
  .p-sub-feature__title {
    margin-bottom: 10px;
    width: 180px;
    height: 180px;
    font-size: 3.5rem;
    background: url("../images/school-personnel/feature_bg01.jpg") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-feature__title {
    margin-bottom: 10px;
    width: 140px;
    height: 140px;
    font-size: 2.5rem;
    background: url("../images/school-personnel/feature_bg01.jpg") no-repeat center center;
    background-size: contain;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-feature__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-feature__def01 {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
  }
}
@media print, screen and (max-width: 1080px) {
  .p-sub-feature__def01 {
    -ms-flex-preferred-size: 28vw;
        flex-basis: 28vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-feature__def01:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-feature__def01:nth-of-type(1) dt img {
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-feature__def01:nth-of-type(1) dt img {
    width: 28vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-feature__def01:nth-of-type(2) dt img {
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-feature__def01:nth-of-type(2) dt img {
    width: 33.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-feature__def01:nth-of-type(3) dt img {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-feature__def01:nth-of-type(3) dt img {
    width: 22.4vw;
  }
}
.p-sub-feature__def01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #7878fa;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-sub-feature__def01 dt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 250px;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-feature__def01 dt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
}
.p-sub-feature__def01 dt img {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-sub-feature__def01 dt img {
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-feature__def01 dt img {
    margin: 0 auto 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-feature__def01 dd {
    line-height: 1.9;
  }
}
.p-sub-feature__def01 dd small {
  display: block;
  padding-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .p-sub-feature__def01 dd small {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-feature__def01 dd small {
    font-size: 1.1rem;
  }
}

/*p-sub-usage
----------------------- */
.p-sub-usage {
  background: #f2f6ff;
}
@media print, screen and (min-width: 769px) {
  .p-sub-usage {
    padding-top: 120px;
    padding-bottom: 90px;
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-usage {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-usage__inner {
    width: 510px;
    margin: 0 auto;
  }
}
.p-sub-usage__title {
  color: #7878fa;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-sub-usage__title {
    margin-bottom: 70px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-usage__title {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
}
.p-sub-usage__list {
  color: #7878fa;
  font-weight: 500;
}
.p-sub-usage__list li {
  position: relative;
  padding-left: 1.8em;
  border-bottom: 2px solid #7878fa;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .p-sub-usage__list li {
    margin-bottom: 17px;
    padding-bottom: 10px;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-usage__list li {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
}
.p-sub-usage__list li span {
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  .p-sub-usage__text01 {
    margin-top: 40px;
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-usage__text01 {
    line-height: 1.8;
  }
}

/* p-sub-link
----------------------- */
@media print, screen and (min-width: 769px) {
  .p-sub-link {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-link {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sub-link__btn01 {
    margin: 0 auto 35px;
    width: 786px;
  }
}
@media print, screen and (max-width: 1080px) {
  .p-sub-link__btn01 {
    width: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-sub-link__btn01 {
    margin: 0 auto 30px;
    width: 87.2vw;
  }
}