@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
/* ==========================================================================
  Foundation
  ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: top;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
table caption {
  display: none;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
/*input, select {
  vertical-align: middle;
}*/
/* フォームの初期化を追加 */
/* テキスト */
input[type="text"], input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 100px;
  width: 100%;
}
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/* セレクト */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}
select::-ms-expand {
  display: none;
}
select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input[type="text"], input[type="email"], input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  outline: none;
}
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
  outline: none;
}
input[type="submit"]::-moz-foucus-inner, input[type="reset"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
  -webkit-box-sizing: border-box;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  padding: .5em .6em;
  vertical-align: middle;
}
/* ==========================================================================
  base
  ========================================================================== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.0rem;
  line-height: 2.0;
  background: #FFF;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
/*.mm-wrapper,
.wrapper {
  overflow: inherit;
  contain: paint;
}*/
/* ==========================================================================
  common style
  ========================================================================== */
.has-black-background-color {
  background-color: #333;
}
.has-black-color {
  color: #333;
}
.has-blue-background-color {
  background-color: #261585;
}
.has-blue-color {
  color: #261585;
}
.has-pink-background-color {
  background-color: #DD0000;
}
.has-pink-color {
  color: #DD0000;
}
.fsS { font-size: 90%; }
.fsL { font-size: 150%; }
.fsLL { font-size: 200%; }
.lhWide { line-height: 2.6; }
.themeColor01 { color: #261585; }
.wMax {
  width: 100%;
}
.center {
  text-align: center!important;
}
.left {
  text-align: left!important;
}
.right {
  text-align: right!important;
}
.imgR {
  float: right;
  margin-left: 1em;
}
.fw500 { font-weight: 500;}
.mt1em { margin-top: 1em!important; }
.mt2em { margin-top: 2em!important; }
.mt3em { margin-top: 3em!important; }
.mb1em { margin-bottom: 1em!important; }
.mb2em { margin-bottom: 2em!important; }
/* 外部リンク */
a[target=_blank]:not(:has(img))::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url("assets/img/common/ico_win.svg") no-repeat;
  margin-left: 3px;
}
.txt_enclosure {
  background: #EDF0F5;
  padding: 1em;
  font-weight: bold;
  border-radius: 10px;
  color: #261585;
  margin-bottom: 1em;
}
.marker {
  background:linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}
.marker.on {
  background-size: 100% 100%;
}
@media screen and (max-width: 568px) {
  .imgR {
    float: none;
    text-align: center;
  }
}
/* ==========================================================================
  common parts
  ========================================================================== */
.btn_basic01 {
  border: 1px solid #261585;
  padding: 18px 100px 18px 70px;
  line-height: 1.4;
  border-radius: 50px;
  font-size: 1.7rem;
  background: #FFF;
  color: #261585;
  position: relative;
  text-decoration: none!important;
  display: inline-block;
}
.btn_basic01::after {
  font: var(--fa-font-solid);
  content: "\f0a9";
  color: #261585;
  font-size: 190%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
table.table_basic01,
.table_basic01 table {
  border-collapse: collapse;
  border-top: 1px solid #CCCCCC;
  line-height: 1.8;
}
table.table_basic01 th, table.table_basic01 td,
.table_basic01 table th, .table_basic01 table td {
  padding: 17px 30px!important;
  border: none!important;
  border-bottom: 1px solid #CCCCCC!important;
}
table.table_basic01.narrow th,
table.table_basic01.narrow td,
.table_basic01.narrow table th,
.table_basic01.narrow table td {
  padding: 8px 15px!important;
  border: none!important;
  border-bottom: 1px solid #CCCCCC!important;
}
table.table_basic01 th,
.table_basic01 table th {
  color: #261585;
  text-align: left;
  white-space: nowrap;
  background: none!important;
}
table.table_basic01 td,
.table_basic01 table td {
  position: relative;
}
table.table_basic01 td::after,
.table_basic01 table td::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 30px);
  background: #CCC;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.table_basic02 table {
  border-collapse: collapse;
  line-height: 1.8;
  font-size: 90%;
}
.table_basic02 table th, .table_basic02 table td {
  padding: 10px 20px!important;
  border: 1px solid #CCCCCC!important;
}
.table_basic02 table th {
  color: #261585;
  text-align: center;
  white-space: nowrap;
  background: #EDF0F5!important;
}
ol.list_basic01 {
  counter-reset: number;
  list-style-type: none!important;
  margin-left: 0!important;
}
ol.list_basic01 li {
  line-height: 1.5em;
  margin: 15px 0;
  padding-left: 35px;
  position: relative;
}

ol.list_basic01 li:before{
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #EAEAEA;
  border: 2px solid #261585;
  color: #261585;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.column,
.wp-block-columns.is-layout-flex {
  display: flex;
  gap: 2em 7%;
}
.column.columnPhoto {
  gap: 20px;
}
.column.column_half > div,
.column.column_half > figure {
  flex: 1;
}
.aiC {
  align-items: center;
}
.show.is-sp {
  display: none !important;
}
.show.is-pc {}
.box {
  background: #EDF0F5;
  border-radius: 15px;
  padding: 20px 35px;
}
.box + .box {
  margin-top: 1em;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .btn_basic01 {
    padding: 14px 80px 14px 40px;
    min-width: 260px;
    text-align: center;
    margin: 0 auto;
  }
  table.table_basic01 th,
  table.table_basic01 td,
  .table_basic01 table th,
  .table_basic01 table td {
    display: block;
    padding-right:15px!important;
    padding-left:15px!important;
  }
  table.table_basic01.narrow th,
  table.table_basic01.narrow td,
  .table_basic01.narrow table th,
  .table_basic01.narrow table td {
    display: table-cell;
  }
  table.table_basic01 th,
  .table_basic01 table th {
    border: none;
    padding-bottom:5px;
  }
  table.table_basic01 td,
  .table_basic01 table td {
    padding-top: 0;
  }
  table.table_basic01 td::after,
  .table_basic01 table td::after {
    display: none;
  }
  table.table_basic02 th,
  table.table_basic02 td,
  .table_basic02 table th,
  .table_basic02 table td {
    padding: 5px 10px;
  }
  .column.column_half {
    flex-direction: column;
  }
  .column.columnPhoto {
    flex-direction: column;
  }
  .show.is-sp {
    display: block!important;
  }
  .show.is-pc {
    display: none!important;
  }
}
/* ==========================================================================
  header
  ========================================================================== */
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  background: #FFF;
  padding: 20px 30px;
  border-bottom: 3px solid #261585;
  position: fixed;
  z-index: 3;
}
.header .header-logo {
  max-width: 380px;
}
.header .header-logo a {
  display: block;
  line-height: 0;
}
.header .header-logo img {
  vertical-align: middle;
}
.mm-wrapper--position-right .mm-slideout {
  transform: none;
}
/* megaMenu */
.header-nav {
  display: flex;
  justify-content: center;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.fixed .header-nav {
  margin-right: 0;
  padding: 0;
}
.header-list {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 0 15px;
}
.header-item {
  transition: background-color .3s;
}
.header-item a {
  color: #333;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.header-item a:not([class])::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #261585;
  bottom: -1px;
  transform: scale(0 ,1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.header-item a:hover {
  color: #261585;
}
.header-item a:not([class]):hover::after {
  transform: scale(1, 1);
}
.megaMenu {
  background-color: #FFF;
  left: -20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
  width: calc(100% + 40px);
  border-radius: 5px;
  z-index: -1;
}
.megaMenu-list {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 20px;
}
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}
.header-item a.btn_recruit {
  background-image: linear-gradient(135deg, #3621a7, #241382);
  color: #FFF;
  border-radius: 50px;
  padding: 10px 20px;
}
.header-item a.btn_recruit::before {
  font: var(--fa-font-solid);
  content: "\f0a9";
  color: #FFF;
  margin-right: 8px;
}
i.btn_search {
  cursor: pointer;
  display: inline-block;
  padding: 11px;
  border-radius: 100px;
  background: #EDF0F5;
}
.searchBox {
  position: absolute;
  display: none;
  width: 300px;
  right: -20px;
  border-radius: 5px;
  margin-top: 20px;
}
.search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #777777;
  border-radius: 25px;
  background: #FFF;
}
.search-form input {
  width: 250px;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}
.search-form input::placeholder {
  color: #777777;
}
.search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-form button::after {
  font: var(--fa-font-solid);
  content: "\f002";
  color: #261585;
}
.hamburger {
  display: none;
}
@media (min-width: 1024px) {
  nav.menu {
    display: none;
  }
  nav#menu {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .header-list {
    gap: 0 13px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 20px 15px;
    position: relative;
  }
  .header .header-logo {
    max-width: 280px;
  }
  .header-nav {
    display: none;
  }
  .hamburger {
    display: block;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background: #261585;
    border-radius: 26px;
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .hamburger span {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
    transform: translateX(-50%);
  }
  .hamburger span:nth-of-type(1) {
    top: 18px;
  }
  .hamburger span:nth-of-type(2) {
    top: 25px;
  }
  .hamburger span:nth-of-type(3) {
    bottom: 18px;
  }
  .mm-wrapper--opened .hamburger span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 7px) rotate(45deg);
    transform: translate(-50%, 7px) rotate(45deg);
  }
  .mm-wrapper--opened .hamburger span:nth-of-type(2) {
    opacity: 0;
  }
  .mm-wrapper--opened .hamburger span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -7px) rotate(-45deg);
    transform: translate(-50%, -7px) rotate(-45deg);
  }
}
/* ==========================================================================
  footer
  ========================================================================== */
.footer .contact {
  position: relative;
  padding: 65px 90px 70px;
}
.footer .contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EDF0F5;
  background-image: url("assets/img/common/bg_footer01.png");
  background-size: cover;
  background-blend-mode: color-burn;
  opacity: 0.33;
  z-index: -1;
}
.footer .contact h2 {
  font-size: 4.4rem;
  align-items: center;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}
.footer .contact h2::after {
  font-family: "Montserrat", sans-serif;
  content: attr(data-subtitle);
  font-size: 1.7rem;
  opacity: 1;
  color: #261585;
  font-weight: 700;
  margin-right: 20px;
  display: block;
}
.footer .contact ul {
  list-style: none;
  display: flex;
  gap: 10px 40px;
}
.footer .contact li {
  flex: 1;
  border-radius: 10px;
  text-align: center;
  background: #FFF;
}
.footer .contact a {
  display: block;
  padding: 40px 40px 45px 20px;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.footer .contact a::after {
  font: var(--fa-font-solid);
  content: "\f0a9";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 3.7rem;
  color: #261585;
}
.footer .contact h3 {
  font-size: 2.7rem;
  font-size: 400;
}
.footer .contact h3 i {
  color: #261585;
  margin-right: 5px;
}
.footerTop {
  padding: 45px 30px 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px 30px;
  background: #FFF;
}
.footerTop .footer-logo {
  width: 340px;
}
.footerTop nav ul {
  display: flex;
  gap: 0 10px;
  margin: 10px 0 8px;
  flex-wrap: wrap;
}
.footerTop nav ul a {
  text-decoration: none;
  color: inherit;
}
.footerTop nav ul a::before {
  font: var(--fa-font-solid);
  content: "\f138";
  color: #261585;
  margin-right: 3px;
}
.footerBottom {
  justify-content: space-between;
  background: #333;
  color: #FFF;
  padding: 18px 30px;
}
@media screen and (max-width: 1023px) {
  .footer .contact {
    position: relative;
    padding: 55px 50px 60px;
  }
  .footer .contact h3 {
    font-size: 2.2rem;
  }
  .footer .contact a::after {
    right: 15px;
    font-size: 2.7rem;
  }
  .footerTop, .footerBottom {
    flex-direction: column;
  }
  .footerBottom {
    text-align: center;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .contact {
    padding: 40px 15px 60px;
  }
  .footer .contact h2 {
    font-size: 3.0rem;
    margin-bottom: 10px;
  }
  .footer .contact h2::before {
    font-size: 1.4rem;
    margin-right: 20px;
  }
  .footer .contact ul {
    flex-direction: column;
  }
  .footer .contact a {
    padding: 25px 40px 25px 20px;
  }
  .footerTop {
    display: none;
  }
  .copyright {
    font-size: 1.2rem;
  }
  .footerBottom {
    padding: 18px 10px;
  }
}
/* ==========================================================================
  main
  ========================================================================== */
body#strength .pageContainer,
body#business .pageContainer,
body#company .pageContainer,
body#recruit .pageContainer {
  background: #EDF0F5;
}
.pageHeader {
  background-image: url("assets/img/common/bg_page01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-color: #EDF0F5;
  background-blend-mode: color-burn;
  padding: 60px;
  border-bottom-right-radius: 100px;
}
.pageHeader h1 {
  font-size: 4.6rem;
  color: #261585;
  font-weight: 500;
}
.pageBody {
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 90px 150px;
  box-sizing: border-box;
}
.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.3rem;
  margin-bottom: 70px;
}
.breadcrumbs li:not(:last-of-type)::after {
  content: "-";
  margin: 0 .6em;
  color: #999;
}
.inner.inner-flex {
  display: flex;
}
.inner.inner-flex > aside {
  width: 20%;
  margin-right: 80px;
}
.inner.inner-flex aside + div {
  flex: 1;
}
aside .sideWrap {
  position: sticky;
  top: 100px;
}
aside div.sideBox + div.sideBox {
  margin-top: 1em;
}
aside div.sideBox h2 {
  color: #261585;
  font-size: 110%;
  margin-bottom: 10px;
}
body.page-template-default .inner > section + section,
body.page-template-page-side .inner > section + section {
  margin-top: 7em;
}
body.page-template-default .inner > section ul:not([class]),
body.page-template-default .inner > section ol:not([class]),
body.page-template-page-side .inner > section ul:not([class]),
body.page-template-page-side .inner > section ol:not([class]),
.wp-block-flexible-table-block-table ul:not([class]) {
  margin-left: 1.5em;
}
body.page-template-default .inner > section p + ul,
body.page-template-default .inner > section p + ol,
body.page-template-page-side .inner > section p + ul,
body.page-template-page-side .inner > section p + ol,
.wp-block-flexible-table-block-table p + ul {
  margin-top: 1em;
}
body.page-template-default .inner > section ul:not([class]) li:has(h4) + li,
body.page-template-page-side .inner > section ul:not([class]) li:has(h4) + li {
  margin-top: 1em;
}
body.page-template-default .inner section h2:not([class]),
body.page-template-page-side .inner section h2:not([class]),
h2.wp-block-heading {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 1.5em;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
body.page-template-default .inner section h2:not([class])::before,
body.page-template-page-side .inner section h2:not([class])::before,
h2.wp-block-heading::before {
  font-family: "Montserrat", sans-serif;
  content: attr(data-subtitle)"";
  font-size: 2.0rem;
  margin-bottom: 10px;
  display: block;
  color: #261585;
  font-weight: 700;
}
body.page-template-default .inner > section div + h2:not([class]),
body.page-template-default .inner > section p + h2:not([class]),
body.page-template-default .inner > section ul + h2:not([class]),
body.page-template-default .inner > section ol + h2:not([class]),
body.page-template-default .inner > section table + h2:not([class]),
body.page-template-page-side .inner > section div + h2:not([class]),
body.page-template-page-side .inner > section p + h2:not([class]),
body.page-template-page-side .inner > section ul + h2:not([class]),
body.page-template-page-side .inner > section ol + h2:not([class]),
body.page-template-page-side .inner > section table + h2:not([class]) {
  margin-top: 2em;
}
body.page-template-default .inner section h3:not([class]),
body.page-template-page-side .inner section h3:not([class]),
h3.wp-block-heading {
  font-size: 3.0rem;
  margin-bottom: 1.5em;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.4;
  font-weight: 600;
  font-feature-settings: "palt";
  border-bottom: 1px solid #CECECE;
}
body.page-template-default .inner section h3:not([class])::before,
body.page-template-page-side .inner section h3:not([class])::before,
h3.wp-block-heading::before {
  content: "";
  background: #261585;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
body.page-template-default .inner > section div + h3:not([class]),
body.page-template-default .inner > section p + h3:not([class]),
body.page-template-default .inner > section ul + h3:not([class]),
body.page-template-default .inner > section ol + h3:not([class]),
body.page-template-default .inner > section table + h3:not([class]),
body.page-template-page-side .inner > section div + h3:not([class]),
body.page-template-page-side .inner > section p + h3:not([class]),
body.page-template-page-side .inner > section ul + h3:not([class]),
body.page-template-page-side .inner > section ol + h3:not([class]),
body.page-template-page-side .inner > section table + h3:not([class]) {
  margin-top: 1.5em;
}
body.page-template-default .inner section h4:not([class]),
body.page-template-page-side .inner section h4:not([class]),
h4.wp-block-heading {
  font-size: 2.4rem;
  margin-bottom: 1em!important;
  color: #261585;
  line-height: 1.6;
  font-feature-settings: "palt";
}
body.page-template-default .inner > section div + h4:not([class]),
body.page-template-default .inner > section p + h4:not([class]),
body.page-template-default .inner > section ul + h4:not([class]),
body.page-template-default .inner > section ol + h4:not([class]),
body.page-template-default .inner > section table + h4:not([class]),
body.page-template-page-side .inner > section div + h4:not([class]),
body.page-template-page-side .inner > section p + h4:not([class]),
body.page-template-page-side .inner > section ul + h4:not([class]),
body.page-template-page-side .inner > section ol + h4:not([class]),
body.page-template-page-side .inner > section table + h4:not([class]){
  margin-top: 1.3em;
}
@media screen and (max-width: 1023px) {
  .pageHeader {
    padding: 40px 30px;
    border-bottom-right-radius: 50px;
  }
  .pageHeader h1 {
    font-size: 3.4rem;
  }
  .pageBody {
    margin: 0 auto;
    padding: 5px 30px 70px;
    box-sizing: border-box;
  }
  .breadcrumbs {
    margin-bottom: 40px;
  }
  .inner.inner-flex > aside {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pageBody {
    margin: 0 auto;
    padding: 5px 15px 70px;
    box-sizing: border-box;
  }
  .inner.inner-flex > aside {
    display: none;
  }
  body.page .inner > section + section {
    margin-top: 4em;
  }
  body.page .inner section h2:not([class]),
  h2.wp-block-heading {
    font-size: 2.8rem;
    margin-bottom: 1em;
  }
  body.page .inner section h3:not([class]),
  h3.wp-block-heading {
    font-size: 2.4rem;
  }
  body.page .inner section h4:not([class]),
  h4.wp-block-heading {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 568px) {
  .pageHeader {
    padding: 40px 15px;
  }
  .pageHeader h1 {
    font-size: 3.0rem;
  }
  body.page .inner section h2:not([class]),
  h2.wp-block-heading {
    font-size: 2.4rem;
  }
  body.page .inner section h3:not([class]),
  h3.wp-block-heading {
    font-size: 2.0rem;
  }
  body.page .inner section h4:not([class]),
  h4.wp-block-heading {
    font-size: 1.8rem;
  }
}
/* ==========================================================================
  categoryTop
  ========================================================================== */
body#index .pageHeader,
body.category .pageHeader,
body#strength .pageHeader,
body#business .pageHeader,
body#company .pageHeader,
body#gallery .pageHeader,
body#recruit .pageHeader,
body#contact .pageHeader {
  padding: 180px 60px 130px;
  background-color: rgba(0,0,0,0.30);
  background-blend-mode: multiply!important;
  border-bottom-right-radius: 0;
}
body#index .pageHeader {
  background-image: url("assets/img/news/mainimg_index01.jpg");
  background-position: center;
}
body#strength .pageHeader {
  background-image: url("assets/img/strength/mainimg_index01.jpg");
}
body#business .pageHeader {
  background-image: url("assets/img/business/mainimg_index01.jpg");
  background-position: center;
}
body#company .pageHeader {
  background-image: url("assets/img/company/mainimg_index01.jpg");
}
body#gallery .pageHeader {
  background-image: url("assets/img/gallery/mainimg_index01.jpg");
  background-position: bottom;
}
body#recruit .pageHeader {
  background-image: url("assets/img/recruit/mainimg_index01.jpg");
  background-position: right center;
}
body#contact .pageHeader {
  background-image: url("assets/img/contact/mainimg_index01.jpg");
  background-position: bottom;
}
body#index .pageHeader h1,
body#strength .pageHeader h1,
body#business .pageHeader h1,
body#company .pageHeader h1,
body#gallery .pageHeader h1,
body#recruit .pageHeader h1,
body#contact .pageHeader h1 {
  color: #FFF;
  font-size: 4.8rem;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.4;
}
body#index .pageHeader h1::after,
body#strength .pageHeader h1::after,
body#business .pageHeader h1::after,
body#company .pageHeader h1::after,
body#gallery .pageHeader h1::after,
body#recruit .pageHeader h1::after,
body#contact .pageHeader h1::after {
  font-family: "Montserrat", sans-serif;
  content: attr(data-subtitle)"";
  font-size: 1.7rem;
  opacity: 1;
  color: #FFF;
  font-weight: 700;
  text-transform:capitalize;
}
body#index .pageBody,
body#strength .pageBody,
body#business .pageBody,
body#company .pageBody,
body#recruits .pageBody,
body#contact .pageBody,
body#substrate .pageBody,
body#assembly .pageBody,
body#board-manufacturing-department .pageBody,
body#assembly-manufacturing-department .pageBody {
  padding: 15px 25px 150px;
}
.index-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 35px 40px;
}
.index-list li {
  width: calc((100% - 40px * 2) / 3);
  line-height: 1.6;
}
.index-list a {
  display: block;
  background: #FFF;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 15px 20px;
}
.index-list figure {
  margin: -15px -20px 15px;
  overflow: hidden;
}
.index-list figure img {
  object-fit: cover;
  aspect-ratio: 12 / 7;
  width: 100%;
  transition: transform .6s ease;
}
.index-list figure img:hover {
  transform: scale(1.1);
}
.index-list h2 {
  font-size: 2.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-list h2::after {
  font: var(--fa-font-solid);
  content: "\f138";
  color: #261585;
}
@media screen and (min-width: 1024px) {
  .index-list li:nth-child(n+4) figure {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  body#index .pageHeader,
  body#strength .pageHeader,
  body#business .pageHeader,
  body#company .pageHeader,
  body#gallery .pageHeader,
  body#recruit .pageHeader,
  body#contact .pageHeader {
    padding: 50px 30px;
  }
  body#index .pageHeader h1,
  body#strength .pageHeader h1,
  body#business .pageHeader h1,
  body#company .pageHeader h1,
  body#gallery .pageHeader h1,
  body#recruit .pageHeader h1,
  body#contact .pageHeader h1 {
    font-size: 3.4rem;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .index-list li {
    width: calc((100% - 40px) / 2);
  }
  .index-list li:nth-child(n+3) figure {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body#index .pageBody,
  body#strength .pageBody,
  body#business .pageBody,
  body#company .pageBody,
  body#gallery .pageBody,
  body#recruit .pageBody,
  body#contact .pageBody,
  body#substrate .pageBody,
  body#assembly .pageBody {
    padding: 15px 10px 50px;
  }
  .index-list {
    gap: 15px 40px;
  }
  .index-list li {
    width: 100%;
  }
}
/* ==========================================================================
  home
  ========================================================================== */
body#home .wrapper {
  overflow-x: hidden;
}
body#home .pageBody {
  padding: 0 90px;
}
body#home section p:has(.btn_basic01) {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  body#home .pageBody {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  body#home .pageBody {
    padding: 0 15px;
  }
}
/* mainslide */
.mainslide {
  position: relative;
}
.swiperMainimg {
  width: 90%;
  height: calc(100vh - 150px);
  margin-right: 0!important;
}
.swiperMainimg .swiper-pagination-bullet {
  background: #FFF;
  opacity: 0.65;
}
.swiperMainimg .swiper-pagination-bullet-active {
  background: #261585;
  opacity: 1;
}
.swiperMainimg .swiper-slide img{
  object-fit: cover;
  height: 100%;
  width: 100vw;
}
.mainslide .copy {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background-image: linear-gradient(135deg, rgba(54,33,167,0.85), rgba(36,19,130,0.85));
  color: #FFF;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 2;
  padding: 55px 80px;
  font-size: 5.6rem;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.mainslide .copy img {
  width: 287px;
  display: block;
  margin: 25px auto 0;
}
.mainslide .scroll {
  position: absolute;
  right: 20px;
  bottom: 140px;
  writing-mode: vertical-rl;
  color: #FFF;
  font-size: 1.3rem;
  z-index: 1;
}
.mainslide .scroll::before {
  animation: scroll 3s infinite;
  background-color: #FFF;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
.mainslide .scroll::after {
  background-color: rgba(255,255,255,0.55);
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 1023px) {
  .swiperMainimg {
    height: 450px;
  }
  .mainslide .copy {
    padding: 35px 60px;
    font-size: 4.2rem;
  }
  .mainslide .copy img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .swiperMainimg {
    height: 380px;
  }
  .mainslide .copy {
    padding: 25px 40px;
    font-size: 3.2rem;
  }
  .mainslide .copy img {
    width: 160px;
    margin: 15px auto 0;
  }
  .mainslide .scroll {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .swiperMainimg {
    height: 210px;
  }
  .mainslide .copy {
    padding: 15px 20px;
    font-size: 2.4rem;
  }
  .mainslide .copy img {
    width: 120px;
    margin: 15px auto 0;
  }
}
/* section tit */
body#home h2 {
  font-size: 4.4rem;
  align-items: center;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}
body#home h2::after {
  font-family: "Montserrat", sans-serif;
  content: attr(data-subtitle);
  font-size: 1.7rem;
  opacity: 1;
  color: #261585;
  font-weight: 700;
  margin-right: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  body#home h2 {
    font-size: 3.0rem;
  }
  body#home h2::after {
    font-size: 1.4rem;
  }
}
/* strength,business */
.section_strength,
.section_business {
  margin-bottom: 6.5em;
}
.strengthSlider,
.businessSlider {
  /*margin: 0 calc(50% - 50vw)!important;
  width: 100vw;*/
  position: relative;
}
.strengthSlider .swiper-pagination2,
.businessSlider .swiper-pagination3 {
  text-align: center;
}
.strengthSlider .swiper-pagination-bullet,
.businessSlider .swiper-pagination-bullet {
  border-radius: 0;
}
.strengthSlider .swiper-pagination-bullet-active,
.businessSlider .swiper-pagination-bullet-active {
  background: #261585;
}
.section_strength figure {
  overflow: hidden;
  position: relative;
}
.section_business figure {
  overflow: hidden;
  position: relative;
}
.section_strength figure img,
.section_business figure img {
  transition: transform .6s ease;
  aspect-ratio: 80 / 57;
  width: 100%;
  object-fit: cover;
}
.section_strength a:hover img,
.section_business a:hover img {
  transform: scale(1.1);
}
.section_strength figcaption,
.section_business figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background: #261585;
  color: #FFF;
  padding: 20px 30px;
  font-size: 120%;
  line-height: 1;
}
.section_strength figcaption {
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .section_strength p.right,
  .section_business p.right {
    text-align: center!important;
    }
}
@media screen and (max-width: 568px) {
  .strengthSlider,
  .businessSlider {
    margin: 0!important;
    width: 100%;
  }
}
/* company */
.section_company {
  display: flex;
  gap: 20px 0px;
}
.section_company p {
  line-height: 2.5;
}
.section_company > div:first-child {
  width: 60%;
}
.section_company .image {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
.section_company .image img {
  object-fit: cover;
  aspect-ratio: 10 / 7;
  width: 100%;
}
.section_company h3 {
  color: #261585;
  font-size: 230%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .section_company {
    gap: 50px 0;
  }
  .section_company > div:first-child {
    width: 50%;
  }
  .section_company p {
    line-height: 2.0;
  }
  .section_company h3 {
    font-size: 200%;
  }
  .section_company .image img {
    aspect-ratio: 10 / 8;
  }
}
@media screen and (max-width: 768px) {
  .section_company {
    flex-direction: column;
  }
  .section_company p.left {
    text-align: center!important;
  }
  .section_company > div:first-child {
    width: 100%;
  }
  .section_company .image {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
  }
  .section_company .image img {
    object-fit: cover;
    aspect-ratio: 10 / 6;
  }
}
/* photoSlider */
.photoSlider {
  margin: 5em calc(50% - 50vw) 5em;
  width: 100vw;
}
.swiper-wrapper {
  transition-timing-function: linear!important;
}
/* news */
.section_news {
  background: #FFF;
  display: flex;
  gap: 0 50px;
  padding: 100px 0;
  margin: 0 0 5em;
}
body#home .section_news h2 {
  flex-wrap: wrap;
}
body#home .section_news h2::before {
  width: 100%;
}
.section_news > div {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .section_news {
    flex-direction: column;
    padding: 3em 0;
    margin: 0 0 3em;
  }
  body#home .section_news h2 {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  body#home .section_news h2::before {
    width: auto;
  }
}
/* recruit */
.section_recruit {
  background-image: linear-gradient(0deg, #3621a7, #241382);
  padding: 100px 0 100px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
	width: 100vw;
  color: #FFF;
  display: flex;
  gap: 30px;
}
body#home .section_recruit h2 {
  color: #FFF;
}
body#home .section_recruit h2::after {
  color: #FFF;
}
.section_recruit p:not([class]) {
  font-size: 3vw;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 600;
}
.section_recruit p:not([class]):first-of-type {
  position: relative;
}
.section_recruit p:not([class]):first-of-type::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 1px);
  margin-left: 5px;
}
.section_recruit > div:last-child {
  position: relative;
  width: 100%;
}
.section_recruit img {
  max-width: 100%;
}
.section_recruit .img01 {
  position: absolute;
  top: -140px;
  right: 0;
  /*border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;*/
  width: 90%;
}
.section_recruit .img02 {
  position: absolute;
  bottom: -100px;
  left: 0;
  /*border-top-right-radius: 10px;
  border-top-left-radius: 10px;*/
  width: 64%;
}
@media screen and (max-width: 768px) {
  .section_recruit {
    flex-direction: column;
    padding: 50px 15px;
    overflow: hidden;
  }
  .section_recruit > div:last-child {
    /*height: 270px;*/
    aspect-ratio: 13 / 9;
  }
  .section_recruit p:not([class]) {
    font-size: 3.2rem;
    white-space: normal;
    line-height: 1.8;
  }
  .section_recruit p:not([class]):first-of-type::after {
    width: 50px;
  }
  .section_recruit .img01 {
    top: 0;
    right: -15px;
    width: 63%;
  }
  .section_recruit .img02 {
    bottom: -50px;
    left: 20px;
    width: 53%;
  }
}
@media screen and (max-width: 568px) {
  .section_recruit p:not([class]) {
    font-size: 2.8rem;
    white-space: normal;
    line-height: 1.8;
  }
  .section_recruit .img01 {
    top: 0;
    right: -15px;
    width: 70%;
  }
  .section_recruit .img02 {
    bottom: -50px;
    left: 10px;
    width: 58%;
  }
}
/* ==========================================================================
  news
  ========================================================================== */
.cat_list {
  list-style: none;
  font-feature-settings: "palt";
}
.cat_list li {
  margin-bottom: 5px;
}
.cat_list a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 12px 18px;
  border-radius: 10px;
  color: inherit;
  line-height: 1.3;
}
/*.cat_list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  background: #261585;
  width: 9px;
  height: 9px;
  border-radius: 5px;
}*/
.cat_list a:hover {
  background: #EDF0F5;
}
.news_list_item {
  border-bottom: 1px solid #CECECE;
  padding: 0.8em 0;
}
.news_list .new {
  color: #FF0000;
  font-size: 80%;
  font-weight: 500;
}
.news_list_date,
.news_date {
  font-size: 90%;
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 5px;
  color: #777;
}
.news_list_date i,
.news_date i {
  padding: 3px 15px;
  background-image: linear-gradient(135deg, #3621a7, #241382);
  color: #FFF;
  border-radius: 20px;
  font-size: 75%;
  font-style: normal;
}
.news_date {
  display: flex;
  justify-content: flex-end;
}
.news_header {
  margin-bottom: 3em;
}
.news_header h2 {
  text-align: center;
  border-bottom: 4px solid #261585;
  font-size: 160%;
  padding: 10px 0;
  margin-bottom: 15px;
}
.news_content {
  margin-bottom: 5em;
}
.news_content ul {
  margin: 1em 0 1em 1em;
}
.backBtn {
  background: #EDF0F5;
  padding: 20px 50px 20px 30px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 80%;
  position: relative;
  text-decoration: none!important;
}
.backBtn::after {
  font: var(--fa-font-solid);
  content: "\f138";
  color: #261585;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
/* ==========================================================================
  strength
  ========================================================================== */
body#strength .lead {
  margin-bottom: 7em;
  display: flex;
  align-items: center;
  gap: 20px 50px;
}
body#strength .lead h2 {
  color: #261585;
  font-size: 220%;
  line-height: 1.8;
  margin-bottom: 20px;
}
body#strength .lead > div {
  flex: 1;
}
body#strength .lead > figure {
  width: 40%;
}
.strengthPoint {
  background: #FFF;
  margin: 5em calc(50% - 50vw);
  padding: 4em calc(50vw - 50% + 50px);
}
.strengthPoint ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 50px;
  counter-reset: number;
}
.strengthPoint li {
  width: calc((100% - 50px * 2 ) / 3);
  position: relative;
}
.strengthPoint li::before {
  counter-increment: number;
  content: counter(number);
  content: counter(number, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4.4rem;
  opacity: 0.2;
  color: #261585;
  position: absolute;
  top: 0;
  left: -25px;
}
.strengthPoint li h3 {
  color: #261585;
  font-size: 2.6rem;
  padding-top: 40px;
}
.strengthPoint li p {
  font-size: 85%;
}
.strengthList {
  list-style: none;
  margin-top: 5em;
  border-top: 1px solid #999;
}
.strengthList li {
  display: flex;
  gap: 0 30px;
  text-decoration: none;
  padding: 50px 20px;
  border-bottom: 1px solid #999;
}
.strengthList h2 {
  font-size: 3.0rem;
  width: 20%;
}
.strengthList h2::after {
  font-family: "Montserrat", sans-serif;
  content: attr(data-subtitle)"";
  text-transform: capitalize;
  font-size: 1.6rem;
  opacity: 1;
  color: #261585;
  font-weight: 700;
  margin-right: 20px;
  display: block;
}
.strengthList li > div {
  flex: 1;
}
.strengthList li > div p:first-of-type {
  line-height: 2.5;
  margin-bottom: 1em;
}
.substrate_lead {
  font-size: 200%;
  font-weight: bold;
  color: #261585;
  margin-bottom: 1em;
}
body#assembly .column > div,
body#assembly .column > figure,
body#substrate .column > div,
body#substrate .column > figure {
  flex: 1;
}
.section_equipment {
  background: #FFF;
  border-radius: 20px;
  margin-top: 5em;
  margin-right: calc(50% - 50vw);
  display: flex;
}
.section_equipment > div {
  padding: 6em 5em;
  font-size: 95%;
}
.section_equipment figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_equipment > div,
.section_equipment > figure {
  flex: 50%;
}
.section_equipment h2 {
  font-size: 3.0rem;
  margin-bottom: 1em;
}
.section_equipment h2::after {
  font-family: "Montserrat", sans-serif;
  content: attr(data-subtitle)"";
  font-size: 1.6rem;
  opacity: 1;
  color: #261585;
  font-weight: 700;
  display: block;
}
body#equipment table {
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  body#strength .lead h2 br {
    display: none;
  }
  .strengthPoint li {
    width: calc((100% - 50px ) / 2);
  }
}
@media screen and (max-width: 768px) {
  body#strength .lead {
    flex-direction: column;
    font-size: 1.9rem;
    margin-bottom: 2em;
  }
  body#strength .lead h2 {
    font-size: 150%;
  }
  body#strength .lead > figure {
    width: 100%;
  }
  .strengthPoint ul {
    gap: 30px;
  }
  .strengthPoint li {
    width: 100%;
  }
  .strengthList li {
    flex-direction: column;
  }
  .strengthList h2 {
    width: 100%;
  }
  .strengthList .right {
    text-align: center;
  }
  .section_equipment {
    flex-direction: column;
    margin-right: 0;
  }
  body#substrate .column > div,
  body#substrate .column > figure {
    flex-direction: column;
  }
  .section_equipment > div {
    padding: 3em 2.5em;
    font-size: 100%;
  }
  .section_equipment figure {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
  }
  body#assembly .column,
  body#substrate .column {
    flex-direction: column;
  }
}
@media screen and (max-width: 568px) {
  body#strength .lead h2 {
    font-size: 120%;
  }
  .strengthPoint {
    margin: 4em calc(50% - 50vw) 0;
    padding: 3em calc(50vw - 50% + 30px);
  }
  .strengthPoint li::before {
    font-size: 4.0rem;
  }
  .strengthPoint li h3 {
    font-size: 2.2rem;
    padding-top: 35px;
  }
}
/* ==========================================================================
  business
  ========================================================================== */
.business_lead {
  font-size: 160%;
  margin-bottom: 3em;
  color: #261585;
  font-weight: 500;
  text-align: center;
}
body#business .index-list li {
  width: calc((100% - 40px) / 2);
}
aside h2 a {
  display: block;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  transition: 0.5s all;
}
aside h2 a:hover {
  background: #E8E8E8;
  text-decoration: none;
}
aside h2 a.active::after {
  font: var(--fa-font-solid);
  content:"\f35a";
  color: #261585;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
aside li a.active {
  background: #EDF0F5;
  color: #261585;
  font-weight: 500;
}
/*.flowWrap #flow01 {
  margin-top: 3em;
}*/
.flow {
  display: flex;
}
.flowWrap section + section {
  margin-top: 7em;
}
.flow_number {
  position: relative;
  width: 120px;
}
.flow_number i {
  background: #261585;
  color: #FFF;
  width: 50px;
  border-radius: 50px;
  aspect-ratio: 1 / 1;
  display: block;
  line-height: 50px;
  text-align: center;
  font-style: normal;
}
.flow_number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 2px;
  height: 100%;
  background-color: #ddd;
  z-index: -1;
}
.flowWrap > div:last-of-type .flow_number::after {
  display: none;
}
.flow_content {
  padding-bottom: 4em;
  flex: 1;
}
.flow_content h3 {
  color: #261585;
  font-size: 3.0rem;
  margin-bottom: 15px!important;
}
.flow_content h3 .number {
  display: none;
}
.flow_content figure,
.factory_content figure {
  margin-bottom: 1em;
  overflow: hidden;
}
.flow_content h4 {
  color: #261585;
  font-size: 2.4rem;
  margin-bottom: 0.5em!important;
}
@media screen and (max-width: 768px) {
  body#business .index-list li {
    width: 100%;
  }
  .flow {
    flex-direction: column;
  }
  .flow_number {
    display: none;
  }
  .flow_content h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0!important;
    margin-bottom: 0.5em!important;
    line-height: 1.3;
    flex: 1;
    align-items: flex-start;
  }
  .flow_content h3::before {
    display: none;
  }
  .flow_content h3 .number {
    display: block;
    background: #261585;
    color: #FFF;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    font-size: 1.6rem;
    width: 40px;
    line-height: 40px;
    text-align: center;
  }
}
/* ==========================================================================
  message
  ========================================================================== */
body#message h2.messageTit {
  color: #261585;
  font-size: 3.5rem;
  margin-bottom: 1em;
  padding-bottom: 0;
  line-height: 1.6;
}
body#message .inner .column > div:first-child,
.uagb-block-3e5e675d {
  flex: 1;
  line-height: 2.2;
}
body#message .inner .column > div:last-child {
  width: 35%;
}
body#message .img_president img {
  margin-bottom: 15px;
}
body#message .img_president figcaption {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 0 10px;
}
@media screen and (max-width: 1023px) {
  body#message .inner > section h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  body#message h2.messageTit {
    font-size: 2.4rem;
  }
  body#message .inner .column {
    flex-direction: column;
    align-items: center;
  }
  body#message .inner .column > div:first-child {
    width: 100%;
    flex: none;
  }
  body#message .inner .column > div:last-child {
    width: 70%;
    flex: none;
  }
}
@media screen and (max-width: 568px) {
  body#message .inner .column > div:last-child {
    width: 80%;
  }
}
/* vision */
.section_vision {
  margin-top: 5em;
}
.visionList > div {
  display: flex;
  gap: 50px;
}
.visionList > div + div {
  margin-top: 6em;
}
.visionList h3.h3_vision {
  font-size: 200%;
  font-family: "Montserrat", sans-serif;
  width: 20%;
  position: relative;
  line-height: 2.5;
}
.visionList > div > div {
  margin-top: 1em;
  flex: 1;
}
.visionList h4.h4_vision {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 210%;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .visionList > div {
    flex-direction: column;
    gap: 0px;
  }
  .visionList > div > div {
    margin-top: 0;
  }
  .visionList h4.h4_vision {
    font-size: 180%;
  }
}
/* ==========================================================================
  factory
  ========================================================================== */
.factoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  font-size: 90%;
  margin-top: 5em;
}
.factoryList > div {
  width: calc((100% - 50px) / 2);
}
.factoryList figure {
  margin-bottom: 1em;
}
.factoryList h3.h3_factoryList {
  font-size: 130%;
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
}
.factoryList h3.h3_factoryList i {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  background-color: #261585;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  color: #FFF;
  font-style: normal;
  font-size: 80%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .factoryList {
    flex-direction: column;
  }
  .factoryList > div {
    width: 100%;
  }
}
/* ==========================================================================
  sdgs
  ========================================================================== */
.column_sdgs {
  gap: 20px 50px;
  margin-top: 3em;
}
.column_sdgs > figure {
  width: 20%;
}
.column_sdgs > div {
  flex: 1;
}
.connectionList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
}
.connectionList li {
  width: calc((100% - 30px * 2) / 3);
}
.connectionList li a {
  text-decoration: none;
}
.connectionList figure {
  margin-bottom: 10px;
}
.connectionList figure img {
  width: 100%;
  aspect-ratio: 6 / 4;
  object-fit: cover;
}
.connectionList time {
  font-size: 1.8rem;
}
.connectionList h4 {
  font-size: 2.0rem!important;
}
@media screen and (max-width: 768px) {
  .column_sdgs {
    flex-direction: column;
    align-items: center;
  }
  .column_sdgs > figure {
    width: 150px;
    text-align: center;
  }
  .connectionList li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 568px) {
  .connectionList li {
    width: 100%;
  }
}

/* ==========================================================================
  qcd
  ========================================================================== */
.section_qcd {
  display: flex;
  gap: 50px;
  margin-top: 6em;
}
body#qcd h2.h2_qcd {
  font-size: 170%;
  color: #261585;
  margin-bottom: 0.5em;
}
.section_qcd h3 {
  font-family: "Montserrat", sans-serif;
  width: 20%;
  position: relative;
  font-weight: normal;
}
.section_qcd h3::before {
  font-family: "Montserrat", sans-serif;
  content: attr(data-subtitle)"";
  font-size: 4.0rem;
  color: #261585;
  position: relative;
  display: block;
  font-weight: bold;
}
.section_qcd h3 span {
  color: #261585;
  margin-right: 5px;
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
}
.section_qcd > div {
  margin-top: 1em;
  flex: 1;
}
/*.section_qcd h4 {
  font-size: 180%;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.5em;
}*/
@media screen and (max-width: 768px) {
  body#qcd .column {
    flex-direction: column;
  }
  .section_qcd {
    flex-direction: column;
    gap: 0px;
  }
  .section_qcd h3 {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .section_qcd h3::before {
    display: inline-block;
    margin-right: 20px;
  }
  .section_qcd > div {
    margin-top: 0;
  }
  .section_qcd h4 {
    font-size: 160%;
  }
}
/* ==========================================================================
  gallery
  ========================================================================== */
.section_movie ul {
  display: flex;
  gap: 30px 50px;
  list-style: none;
}
.section_movie li {
  flex: 1;
}
.section_movie figure {
  position: relative;
  overflow: hidden;
}
.section_movie figure::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid #FFF;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.section_movie figure::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  border-width: 15px 0 15px 25px;
}
.section_movie h2 {
  margin: 5px 0 0;
  color: #261585;
  font-size: 120%;
}
.section_movie p {
  font-size: 90%;
}
@media screen and (max-width: 568px) {
  .section_movie ul {
    flex-direction: column;
  }
}
/* ==========================================================================
  contact
  ========================================================================== */
.section_contact {
  max-width: 900px;
  margin: 0 auto;
}
.contactFrom {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #CECECE;
  margin: 2em 0;
}
.contactFrom dt,
.contactFrom dd {
  padding: 1.8em 0;
  border-bottom: 1px solid #CECECE;
}
.contactFrom dt {
  font-weight: bold;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 90%;
}
.contactFrom dt.required::after {
  content: "必須";
  display: inline-block;
  background-image: linear-gradient(135deg, #3621a7, #241382);
  border-radius: 3px;
  color: #FFF;
  font-size: 75%;
  padding: 1px 7px;
  white-space: nowrap;
}
.contactFrom dd {
  width: 70%;
  padding-left: 1em;
}
.privacyBox {
  background: #EDF0F5;
  padding: 2em;
  border-radius: 5px;
}
.privacyBox h2 {
  font-size: 110%;
  color: #261585;
}
.privacyBox label {
  display: inline-block;
  margin-top:1em;
}
.privacyBox_inner {
  height: 300px;
  overflow-y: scroll;
  background: #FFF;
  padding: 1em 2em;
  margin: 1em 0 2em;
  border-radius: 5px;
  font-size: 85%;
}
.privacyBox_inner h3 {
  margin-top: 2em;
  font-size: 110%;
}
.privacyBox_inner ul {
  margin-left: 1.5em;
}
.section_contact input[type="submit"] {
  background-image: linear-gradient(135deg, #3621a7, #241382);
  border: 2px solid #FFF;
  padding: 13px 50px;
  color: #FFF;
  transition: 1s all;
}
.section_contact input[type="submit"]:disabled {
  background: #CCCCCC;
  opacity: 0.5;
  color: inherit;
  border: none;
}
.section_contact input[type="submit"]:hover {
  background: none;
  border-color: #261585;
  color: #261585;
}
.section_contact input[type="submit"]:disabled:hover {
  background: #CCCCCC;
  color: inherit;
}
.section_contact input.wpcf7-previous {
  padding: 13px 50px;
  background: #D0D0D0;
}
.wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 768px) {
  .contactFrom {
    flex-direction: column;
  }
  .contactFrom dt {
    border: none;
    padding-bottom: 5px;
    width: 100%;
  }
  .contactFrom dd {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }
  .privacyBox {
    padding: 1.5em 1em;
  }
  .privacyBox_inner {
    padding: 1em;
    margin: 0.5em 0 1.5em;
  }
}
/* ==========================================================================
  recruit
  ========================================================================== */
body#recruit .recruit_lead {
  margin: 0 auto 5em;
  width: 95%;
}
body#recruit .recruit_lead h2 {
  font-size: 3.0rem;
  margin-bottom: 20px;
  color: #261585;
}
body#recruit .recruit_lead p {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  body#recruit .recruit_lead {
    margin-bottom: 3em;
    text-align: left;
  }
  body#recruit .recruit_lead h2 {
    font-size: 2.4rem;
  }
  body#recruit .recruit_lead br {
    display: none;
  }
}
/* charmPoint */
.charmPoint {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.charmPoint > div {
  width: calc((100% - 50px) / 2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.h3_charmPoint {
  color: #FFF;
  background: #261585;
  padding: 15px 30px;
  margin: -30px -30px 15px;
  font-size: 120%;
  line-height: 1.4;
  display: flex;
  gap: 0 10px;
}
.list_charm {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  counter-reset: listnum;
  gap: 50px;
  margin-top: 5em;
}
.list_charm li {
  width: calc((100% - 50px) / 2);
  position: relative;
}
.list_charm li::after {
  counter-increment: listnum;
	content: "0"counter(listnum);
  position: absolute;
  top: -50px;
  right: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 8.0rem;
  font-weight: 600;
  color: #261585;
  line-height: 1.0;
}
.list_charm li:nth-child(even) {
  margin-top: 100px;
}
.list_charm figure {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.list_charm h4 {
  margin-bottom: 10px!important;
}
.list_charm p {
  font-size: 90%;
}

@media screen and (max-width: 1023px) {
  .charmPoint {
    gap: 35px;
  }
  .charmPoint > div {
    padding: 20px;
  }
  .h3_charmPoint {
    padding: 15px 20px;
    margin: -20px -20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .charmPoint {
    gap: 25px;
  }
  .charmPoint > div {
    width: 100%;
  }
  .list_charm {
    gap: 70px;
  }
  .list_charm li {
    width: 100%;
  }
  .list_charm li::after {
    top: -30px;
    right: 10px;
    font-size: 6.0rem;
  }
  .list_charm li:nth-child(even) {
    margin-top: 0;
  }
}
/* requirements */
.btn_entry a {
  background-image: linear-gradient(135deg, #3621a7, #241382);
  padding: 20px 40px;
  text-align: center;
  color: #FFF;
  text-decoration: none!important;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  font-size: 130%;
  font-weight: bold;
}
.btn_entry a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 25px;
  height: 25px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .btn_entry {
    flex-direction: column;
    gap: 0;
    line-height: 1.4;
  }
}
/* training */
body#training .column > div {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  body#training .column {
    flex-direction: column;
  }
}
/* benefits */
.benefitsList {
  display: flex;
  list-style: none;
  gap: 15px;
  flex-wrap: wrap;
  margin-left: 0!important;
}
.benefitsList li {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  font-weight: 500;
  width: calc((100% - 15px * 2) / 3);
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
}
@media screen and (max-width: 768px) {
  .benefitsList li {
  padding: 20px;
  width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 568px) {
  .benefitsList li {
  padding: 15px 20px;
  width: 100%;
  }
}
/* interview */
.tit_interview {
  font-size: 4.0rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #261585;
  text-align: center;
  margin-bottom: 0.5em;
}
.interview_mainimg {
  text-align: center;
  margin: 3em 0;
}
.memberList {
  display: flex;
  gap: 22px;
  list-style: none;
  justify-content: center;
  margin: 0 25px 0 25px!important;
  text-align: center;
}
.memberList li {
  background: linear-gradient(0deg, #FFFFFF, #ffffff 70%, rgba(248,249,251,0.30));
  border-radius: 15px;
  padding: 20px 25px 0;
  font-size: 1.4rem;
  width: calc((100% - 22px * 3) / 4);
}
.memberList.interviewer {
  margin-bottom: 5em;
}
.memberList.interviewer li {
  background: #EDF0F5;
  padding: 20px 25px;
}
.interview_mainimg .memberList li {
  margin-top: -70px;
}
.interviewer .memberList li {
  width: calc((100% - 22px) / 2);
  font-size: 1.3rem;
  text-align: center;
}
.memberList .profile_name {
  font-size: 2.5rem;
  color: #261585;
  line-height: 1.4;
}
.interviewer .memberList .profile_name {
  font-size: 2.0rem;
}
.memberList .profile_kana {
  font-size: 70%;
  margin-bottom: 10px;
}
.message {
  font-size: 120%;
  text-align: center;
  font-weight: bold;
}
.photo_tile {
  margin: 5em calc(50% - 50vw);
  width: 100vw;
  display: flex;
}
.photo_tile img {
  width: calc(100% / 4);
}
.talkBox {
  display: flex;
  gap: 30px;
}
.talkBox + .talkBox {
  margin-top: 2em;
}
.talkBox_speaker {
  font-size: 80%;
  text-align: center;
  width: 80px;
  color: #261585;
  font-weight: 600;
}
.talkBox_textL {
  flex: 1;
  position: relative;
  display: inline-block;
  padding: 30px;
  border-radius: 20px;
  background-color: #EDF0F5;
  text-align: left;
  line-height: 2.0;
}
.talkBox_textL::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  border-style: solid;
  border-width: 7px 20px 7px 0;
  border-color: transparent #EDF0F5 transparent transparent;
  translate: -100% -50%;
}
.talkBox_textR {
  flex: 1;
  position: relative;
  display: inline-block;
  padding: 30px;
  border-radius: 20px;
  background-color: #EDF0F5;
  text-align: left;
  line-height: 2.0;
}
.talkBox_textR::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  border-style: solid;
  border-width: 7px 0 7px 20px;
  border-color: transparent transparent transparent #EDF0F5;
  translate: 100% -50%;
}
@media screen and (max-width: 1023px) {
  .memberList {
    gap: 15px;
    margin: 0 10px;
  }
  .memberList li {
    padding: 25px 20px;
    font-size: 1.3rem;
    width: calc((100% - 15px * 3) / 4);
  }
  .memberList .profile_name {
    font-size: 2.0vw;
  }
}
@media screen and (max-width: 768px) {
  .message {
    text-align: left;
    line-height: 1.6;
  }
  .tit_interview {
    font-size: 3.0rem;
  }
  .memberList li {
    font-size: 1.4rem;
    padding: 25px 10px 0;
    width: calc((100% - 15px) / 2);
  }
  .memberList .profile_name {
    font-size: 1.8rem;
  }
  .interview_lead {
    flex-direction: column;
  }
  .interview_lead .interviewer {
    width: 100%;
  }
  .photo_tile {
    margin: 5em calc(50% - 50vw);
    flex-wrap: wrap;
  }
  .photo_tile img {
    width: calc(100% / 2);
  }
  .talkBox_speaker {
    width: 60px;
  }
  .talkBox_textL,
  .talkBox_textR {
    padding: 15px 20px;
    font-size: 90%;
  }
}

/* job */
.section_job {
  margin: 0 calc(50% - 50vw)!important;
}
.section_job {
  background: #F7F7F7;
  border-top-left-radius: 80px;
}
.section_job:first-child {
  background: none;
}
.section_job:nth-child(odd) .job_inner {
  background: #FFF;
  border-top-right-radius: 80px;
}
.job_inner .column {
  gap: 30px 5%;
  padding: 100px 30px;
  margin: 0 auto;
  max-width: 1160px;
}
.section_job:nth-child(odd) .job_inner .column {
  flex-direction: row-reverse;
}
.job_inner .column > div,
.job_inner .column > figure {
  flex: 1;
}
.job_inner .column > figure {
  width: 45%;
}
.job_inner figure {
  overflow: hidden;
}
.job_inner h2 {
  margin-bottom: 20px!important;
}
@media screen and (max-width: 768px) {
  .section_job {
    border-top-left-radius: 60px;
  }
  .section_job:nth-child(odd) .job_inner {
    border-top-right-radius: 60px;
  }
  .job_inner .column {
    padding: 50px 35px;
    flex-direction: column!important;
  }
  .job_inner .column > figure {
    width: 100%;
  }
}

.wp-block-list {
  margin: 1em 0 1em 1.5em;
}

/* ==========================================================================
  wp-pagenavi
  ========================================================================== */
.wp-pagenavi {/* 全体 */
  margin: 20px 0;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5em;
}
.wp-pagenavi a {/* フォント色 */
    color: #4a4a4a;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #261585;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #261585;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}

/* ==========================================================================
  search
  ========================================================================== */
.searchList li {
  border-bottom: 1px solid #CECECE;
  margin: 0;
  padding: 20px 0;
  line-height: 1.6;
}
.searchList li:first-of-type {
  border-top: 1px solid #CECECE;
  margin-top: 10px;
}
.searchList li a {
  color: inherit;
}
.searchList li a:hover {
  text-decoration: none;
}
.searchList li h2 {
  font-size: 110%;
  font-weight: 400;
  margin-bottom: 10px;
}
.searchList i {
  color: #21668F;
  margin-right: 5px;
}
.searchList .searchList_expt {
  margin-bottom: 10px;
  color: #666;
}
.searchList .searchList_url {
  color: #21668F;
  font-size: 80%;
}