@charset "UTF-8";

/*
Theme Name:   熊本ソフトウェア株式会社
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?64ttsp");
  src: url("fonts/icomoon.eot?64ttsp#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?64ttsp") format("truetype"), url("fonts/icomoon.woff?64ttsp") format("woff"), url("fonts/icomoon.svg?64ttsp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.85;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: clip;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

strong,
em {
  color: #269327;
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

section:has(> h4, > h5, > h6) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:is(h1, h2, h3, h4, h5, h6) + section {
  margin-top: 0;
}

table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: middle;
  padding: 1.5em 1em;
  border: 1px solid #d5d5d5;
  background: #fff;
  text-align: left;
}

:where(tr:nth-child(even)) th,
:where(tr:nth-child(even)) td {
  background: #f7f7f7;
}

thead th,
thead td {
  background: #cfe7cf;
}

th:first-child,
td:first-child {
  border-left: 0;
}

th:last-child,
td:last-child {
  border-right: 0;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

thead th {
  padding: 1em;
  text-align: center;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=submit],
button[type=submit] {
  padding: 0.6154em 1.385em;
  border-radius: 0;
  background: #5FB060;
  color: #fff;
  font-size: 0.8125rem;
  text-align: center;
}

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/

.post:first-child,
.widget:first-child,
.paragraph:first-child {
  margin-top: 0;
}

.post:last-child,
.widget:last-child,
.paragraph:last-child {
  margin-bottom: 0;
}

.page-header-content,
.breadcrumbs,
.site-content,
.site-footer-content,
.site-header-content {
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: block;
  width: fit-content;
  max-width: 100%;
  min-width: 10.57143em;
  line-height: 1.7143;
  box-shadow: none;
  margin: 0;
  padding: 0.3125rem 1.25rem;
  border: 1px solid;
  border-radius: 5em;
  background: #fff;
  color: #111;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.btn:hover,
.btn:focus {
  border-color: #5FB060;
  background: #5FB060;
  color: #fff;
}

.column-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-block: 0;
  padding-block: 3rem;
  background: #F0EEEB;
}

/* Heading
--------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 700;
}

h1 {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 400;
}

h2 {
  line-height: 1.4;
  margin: 2em 0 1.334em;
  padding-bottom: 0.334em;
  border-bottom: 1px solid #5FB060;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.1667em;
}

h2:where([data-en-after]) {
  line-height: 1.25;
  padding-bottom: 0;
  border-bottom: 0;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.75rem;
  letter-spacing: 0;
}

h2:where([data-en-after]) .en {
  margin-top: 0.4167em;
  color: #5FB060;
  font-weight: 700;
  font-size: 0.75rem;
}

/*h3 {
	line-height: 1.4;
	margin: 1.334em 0;
	padding-bottom: 0.334em;
	border-bottom: 1px solid $color1;
	font-weight: 400;
	font-size: 1.5rem;
}*/

h3 {
  margin: 1.25rem 0;
  padding-left: 0.666em;
  border-left: 0.334em solid #5FB060;
  line-height: 1.3334;
  font-weight: 400;
  font-size: 1.125rem;
}

h3 b {
  color: #5FB060;
}

h4 {
  margin: 1.25rem 0;
  line-height: 1.25;
  color: #5FB060;
  font-size: 1rem;
}

h5 {
  margin: 1.25rem 0;
  color: #5FB060;
  font-weight: 400;
}

h6 {
  margin: 1.25rem 0;
  color: #5FB060;
  font-weight: 400;
  font-size: 1em;
}

/* Site Width
--------------------------------*/

/* Common
--------------------------------*/

.btn {
  position: relative;
  padding-right: 2.86em;
}

.btn:after {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  height: 1em;
  margin: auto;
  font: 1em/1 icomoon;
  content: "\e900";
}

.btn[download]:after {
  content: "\e910";
}

.btn--mail {
  min-width: min(100%, 17.778em);
  line-height: 2.223;
  padding-inline: 1em;
  border-color: #5FB060;
  background: #5FB060;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  outline: 1px solid transparent;
  outline-offset: 2px;
}

.btn--mail:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
  font: 1.334em/1.667 icomoon;
  content: "\e90e";
}

.btn--mail:after {
  content: none;
}

.btn--mail:hover,
.btn--mail:focus {
  outline-color: #5FB060;
}

.image {
  margin: 1rem 0;
  text-align: center;
}

.ratio-4-3 img {
  object-fit: cover;
  aspect-ratio: 4/3;
}

.ratio-3-2 img {
  object-fit: cover;
  aspect-ratio: 3/2;
}

.ratio-16-9 img {
  object-fit: cover;
  aspect-ratio: 16/9;
}

.tagline {
  font-weight: 700;
  font-size: 1.14286em;
}

.caption {
  line-height: 1.3334;
  font-size: 1.125rem;
}

.caption:before {
  vertical-align: top;
  margin-right: 0.5em;
  font: 1.2223em/1.091 icomoon;
}

.link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.en {
  display: block;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.04em;
}

.text-with-image + .text-with-image {
  margin-top: 2.5rem;
}

.text-with-image__image {
  margin-bottom: 1rem;
  text-align: center;
}

.sns {
  --color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  overflow: hidden;
  border-radius: 50%;
  background: #000;
  background: var(--color);
  color: #fff;
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
  outline: 1px solid transparent;
  outline-offset: 2px;
}

.sns:before {
  display: block;
  font: 1em/1 FontAwesome;
  content: "\e61b";
}

.sns:hover,
.sns:focus {
  outline-color: #000;
  outline-color: var(--color);
}

.sns[href*="facebook.com"] {
  --color: #1877F2;
  align-items: flex-end;
}

.sns[href*="facebook.com"]:before {
  font-size: 1.6em;
  content: "\f39e";
}

.timestamp {
  display: block;
  text-align: right;
}

.movie {
  aspect-ratio: 16/9;
}

.movie > iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
  text-align: center;
}

ul.banner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

ul.banner a:hover,
ul.banner a:focus {
  opacity: 0.65;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.break:before {
  white-space: pre;
  content: "\a";
}

.table-wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table-wrap:before {
  display: block;
  position: sticky;
  left: 0;
  width: 100%;
  color: #999;
  font-size: 0.75em;
  text-align: center;
  content: "←左右にスクロールできます→";
}

.toc {
  margin: 3rem 0;
  padding: 1rem;
  background: #F0EEEB;
}

.toc:first-child {
  margin-top: 0;
}

.toc__heading {
  margin: 0 0 1rem;
  border-bottom-color: #a5a5a5;
  font-size: 1rem;
  text-align: center;
}

.toc__list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1em;
  font-size: 0.8125rem;
  counter-reset: toc;
}

.toc__item {
  position: relative;
  padding: 0.157143em 0 0.157143em 3em;
  line-height: 1.4;
  counter-increment: toc;
}

.toc__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7143em;
  height: 1.7143em;
  border-radius: 50%;
  background: #5FB060;
  color: #fff;
  text-align: center;
  content: counter(toc);
}

/* Header
--------------------------------*/

.site-header {
  position: sticky;
  top: 0;
  z-index: 50000;
  height: 58px;
  background: #fff;
}

.site-header:has([aria-expanded=true]) {
  background: #F0EEEB;
}

.site-header-content {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
}

.site-title {
  position: relative;
  z-index: 1;
  width: 56.4103vw;
  max-width: 220px;
  line-height: 1;
  margin: 0 auto 0 0;
  padding: 0;
  font-size: 1em;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 0.75em;
}

.global-nav-content {
  display: none;
  padding: 2rem 3.125vw;
}

.no-js .global-nav-content {
  display: block;
}

.global-nav__list {
  display: grid;
  grid-auto-flow: column;
  gap: 1.25em;
  margin-bottom: 2rem;
  font-size: min(1em, 4.103vw);
}

.global-nav__link {
  display: block;
  font-size: 0.8125em;
  text-decoration: none;
}

.btn-contact {
  display: block;
  width: fit-content;
  line-height: 2.8334;
  padding: 0 2em;
  border: 1px solid #269327;
  border-radius: 2em;
  background: #fff;
  color: #269327;
  font-size: 0.75em;
  text-decoration: none;
}

.btn-contact:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.7895em;
  font: 1.58334em/1.7895 icomoon;
  content: "\e902";
}

.btn-contact:hover,
.btn-contact:focus {
  background: #269327;
  color: #fff;
}

.global-search-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 0.5rem;
  margin-bottom: 2rem;
}

.global-search-list__item {
  grid-column: 1/-1;
  border: 1px solid;
}

.global-search-list__item:nth-child(-n+2) {
  grid-column: auto;
  line-height: 1.4;
}

.global-search-list__link {
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  background: #fff;
  font-weight: 500;
  font-size: 0.75em;
  text-decoration: none;
}

.global-search-list__link:before {
  margin-right: 0.631579em;
  font: 1.58334em/1 icomoon;
  content: "\e905";
}

.global-search-list__link[href*=rental-space]:before {
  content: "\e906";
}

.global-search-list__link[href*=job-placement]:before {
  content: "\e907";
}

.global-search-list__link[href*=disability-it-training]:before {
  content: "\e908";
}

.global-search-list__link[href*=app-development]:before {
  content: "\e909";
}

.global-search-list__link[data-en-after] {
  display: block;
  font-weight: 700;
  font-size: 0.8125em;
  text-align: center;
}

.global-search-list__link[data-en-after]:before {
  display: block;
  margin: 0 0 0.23077em;
  font-size: 2em;
}

.global-search-list__link[data-en-after][aria-controls=searchPanelOffice]:before {
  content: "\e906";
}

.global-search-list__link[data-en-after] .en {
  color: #5FB060;
  font-size: 0.77em;
}

.menu-button {
  background: transparent;
  width: 2.1875em;
  color: inherit;
}

.menu-button[aria-expanded=true] {
  z-index: 100001;
}

.menu-button__label {
  display: block;
  line-height: 1;
  font-size: 10px;
  text-align: center;
}

.menu-icon {
  display: block;
  margin: 0 auto;
}

.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.5s;
  fill: currentColor;
}

.menu-icon__bar--1 {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.menu-icon__bar--2 {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

[aria-expanded=true] .menu-icon__bar--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar--2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

[aria-expanded=true] .menu-icon__bar--3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  opacity: 0;
  background: rgba(240, 238, 235, 0.9);
  transition: opacity 0.3s;
}

.drawer[aria-hidden=false] {
  opacity: 1;
}

.hero {
  position: relative;
  z-index: 0;
  height: 140vw;
  overflow: hidden;
  background: #000;
  color: #fff;
  text-align: center;
}

.hero__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: fit-content;
  height: fit-content;
  opacity: 0;
  margin: auto;
  padding-left: 0.3em;
  transition: opacity 0.8s;
  font: 1.25rem/1.7 "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.3em;
  text-shadow: 0 0 0.25em #000;
}

[data-loaded=true] .hero__text {
  opacity: 1;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 6rem;
  height: 6rem;
  margin: auto;
  border: solid 0.75rem #5FB060;
  border-right-color: transparent;
  border-radius: 50%;
  transition: opacity 0.5s;
  animation: rotate 1s linear infinite;
}

[data-loaded=true] .loader {
  opacity: 0;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.head-slide {
  position: relative;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s;
}

[data-loaded=true] .head-slide {
  opacity: 1;
}

.head-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s;
}

.head-slide__item[data-active=true] {
  opacity: 1;
  z-index: 1;
}

.head-slide__item[data-zoom=true] {
  animation: scale linear 16s infinite;
}

.head-slide__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scale {
  100% {
    transform: scale(1.2);
  }
}

.no-js .hero__text,
.no-js .head-slide,
.no-js .head-slide__item {
  opacity: 1;
  transition: none;
}

/* Footer
--------------------------------*/

.site-footer {
  padding: 4rem 0 0.5rem;
  background: #F0EEEB;
}

.site-footer-content .btn-contact {
  margin: 0 auto;
}

:where(.site-footer) .btn-contact {
  background: transparent;
}

.site-footer-wrap {
  grid-area: container;
}

.organization {
  grid-area: organization;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  font-size: 0.75em;
  text-align: center;
}

.organization__name {
  width: 77.4359vw;
  max-width: 302px;
  margin: 0 auto 2em;
}

.organization__tel {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 1.5em;
}

.follow-us {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 0.625rem;
  margin: 2rem 0;
  padding: 0;
}

.follow-us .sns {
  font-size: 1.25rem;
}

.qr-code {
  display: none;
}

.foot-sitemap {
  display: grid;
  list-style: none;
  grid-area: sitemap;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 1.25rem min(50px, 12.82vw);
  max-width: 300px;
  line-height: 1.4;
  margin: 3rem auto 0;
  padding: 0;
  font-weight: 700;
  font-size: 0.6875rem;
}

.foot-sitemap > li {
  grid-column: 2;
}

.foot-sitemap > li:nth-child(-n+5) {
  grid-column: 1;
}

.foot-sitemap > li:first-child {
  display: grid;
  grid-row: 1/6;
  grid-template-rows: subgrid;
}

.foot-sitemap > li:nth-child(2) {
  display: grid;
  grid-row: 6/9;
  grid-template-rows: subgrid;
}

.foot-sitemap a {
  text-decoration: none;
}

.foot-sitemap a:hover,
.foot-sitemap a:focus {
  text-decoration: underline;
}

.foot-sitemap-children {
  display: grid;
  list-style: none;
  grid-row: 2/-1;
  grid-template-rows: subgrid;
  margin: 0 0 0 1.25rem;
  padding: 0;
}

.foot-sitemap-children > li {
  position: relative;
}

.foot-sitemap-children > li:before {
  position: absolute;
  top: 0.7em;
  right: 100%;
  width: 0.375rem;
  height: 0.125rem;
  margin-right: 0.3125rem;
  background: currentColor;
  transform: translateY(-50%);
  content: "";
}

.copyright {
  margin-top: 3rem;
  font: 10px/1 "Open Sans", sans-serif;
  text-align: center;
}

/* Site Content
--------------------------------*/

.home .site-content {
  margin-bottom: 7.5rem;
}

main {
  padding-top: 2.5rem;
  font-size: 0.875em;
  container-type: inline-size;
}

.home main {
  padding-top: 0;
  padding-bottom: 0;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  width: 100%;
}

.search-form input[type=text] {
  flex: 0 0 auto;
  width: calc(100% - 4.5rem);
  padding: 0.75em;
  border: 0;
  border-radius: 0;
  background: #efefef;
}

.search-form [type=submit] {
  flex: 0 0 4.5rem;
  padding: 0;
}

/* Sidebar
--------------------------------*/

.sidebar {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 4rem;
  margin-bottom: 7.5rem;
  padding-top: 2rem;
  border-top: 1px solid #5FB060;
}

.widget__title {
  margin-bottom: 1em;
  padding: 0;
  border: 0;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.25rem;
  letter-spacing: 0;
}

.column-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1em;
  margin: 0;
  padding: 0;
}

.column-list__link {
  display: block;
  display: grid;
  grid-template-areas: "thumb title" "thumb desc";
  grid-template-columns: 5.625em 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.5em 0.75em;
  text-decoration: none;
}

.column-list__thumbnail {
  grid-area: thumb;
  aspect-ratio: 3/2;
}

.column-list__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-list__title {
  grid-area: title;
  line-height: 1.25;
  overflow: hidden;
  color: #5FB060;
  font-size: 0.8125em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.column-list__description {
  grid-area: desc;
  line-height: 1.4;
  font-size: 0.75em;
}

.archive-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1em;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.archive-list ul {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1em;
  margin: 1em 0 0 0.5em;
  padding: 0;
}

.archive-list ul li {
  padding-left: 0.5em;
}

.archive-list li {
  position: relative;
  line-height: 1.4;
  padding-left: 1em;
}

.archive-list a,
.archive-list span {
  display: block;
  font-size: 0.8125em;
}

.archive-list a {
  text-decoration: none;
}

.archive-list a[aria-current=page] {
  color: #5FB060;
}

.archive-list a[aria-current=page]:before {
  position: absolute;
  top: 0.7em;
  left: 0;
  border: solid transparent;
  border-width: 0.15385em 0 0.15385em 0.23077em;
  border-left-color: currentColor;
  transform: translateY(-50%);
  content: "";
}

.archive-list a:hover,
.archive-list a:focus {
  text-decoration: underline;
}

.archive-list a.extra:after {
  display: inline-block;
  margin-left: 0.5em;
  color: #5FB060;
  font-family: icomoon;
  font-size: 0.923077em;
  text-decoration: none;
  content: "\e90f";
}

.archive-list .cat-item-none {
  font-size: 0.8125em;
}

.category-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 2rem;
  padding: 0;
}

.category-list a {
  display: block;
  line-height: 1.4;
  padding: 0.5em 1em;
  border: 1px solid #5FB060;
  border-radius: 2em;
  color: #5FB060;
  font-size: 0.75em;
  text-decoration: none;
}

.category-list a:hover,
.category-list a:focus {
  background: #5FB060;
  color: #fff;
}

/* Breadcrumbs
--------------------------------*/

.breadcrumbs {
  overflow: auto;
}

.breadcrumbs > ol {
  display: flex;
  color: #787878;
  font-size: 0.75em;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  margin: 0 0.3em;
  content: ">";
}

.breadcrumbs a {
  text-decoration: none;
}

/* Home
--------------------------------*/

.latest-news {
  position: relative;
  z-index: 100;
  margin: -3.125rem 0 1.25rem;
  padding: 0.625rem 1rem 0.5rem;
  border: 1px solid;
  background: #fff;
}

.latest-news__heading {
  display: flex;
  align-items: center;
  margin: 0 0 0.334em;
  font-size: 1.125em;
}

.latest-news__heading .en {
  margin: 0.25em 0 0 0.667em;
}

.latest-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.latest-news__link {
  display: block;
  text-decoration: none;
}

.latest-news__date {
  color: #5FB060;
  font-size: 0.75em;
}

.latest-news__title {
  overflow: hidden;
  margin-right: 1.5rem;
  font-size: 0.875em;
}

.latest-news__title-inner {
  display: inline-block;
  padding-left: 100%;
  animation: textscroll 10s linear infinite;
  white-space: nowrap;
}

@keyframes textscroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.search-tablist {
  display: flex;
  list-style: none;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5em;
  margin: 0 auto;
  padding: 0 0.5em;
}

.search-tablist__item {
  position: relative;
  z-index: 0;
  flex: 50%;
  line-height: 1.4;
  margin-top: 0.615em;
  margin-bottom: -1px;
  padding: 0.77em 0 0.462em;
  border-style: solid;
  border-width: 1px 1px 0;
  background: #fff;
  font-weight: 700;
  font-size: min(13px, 3.334vw);
  text-align: center;
  transition: 0.3s;
  transition-property: margin, padding, background-color;
  cursor: pointer;
}

.search-tablist__item[aria-selected=true] {
  z-index: 2;
  margin-top: 0;
  padding-bottom: 1.077em;
  background: #F0EEEB;
}

.search-tablist__item:before {
  display: block;
  margin-bottom: 0.2em;
  font: 2em/1 icomoon;
  content: "\e905";
}

.search-tablist__item[aria-controls=panelOffice]:before {
  content: "\e906";
}

.search-tablist__item .en {
  margin-top: 0.5em;
  color: #5FB060;
  font-size: 0.77em;
}

.search-panel {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1em;
  border: 1px solid;
  background: #F0EEEB;
  transition: 0.3s background-color;
}

.search-panel[role=tabpanel] {
  display: none;
  background: #fff;
}

.no-js .search-panel {
  display: block;
  position: relative;
}

.search-panel[aria-hidden=false] {
  display: block;
  background: #F0EEEB;
}

.search-panel > p {
  line-height: 1.8;
  font-size: 0.8125em;
}

.search-panel__heading {
  line-height: 1;
  margin: 0 0 1em;
  padding: 0;
  border: 0;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.125rem;
  text-align: center;
}

.search-panel__heading:before {
  vertical-align: top;
  margin-right: 0.5em;
  font-family: icomoon;
  content: "\e90a";
}

.search-panel__content {
  margin: 0 auto;
  padding: 1em;
  border: 1px solid;
  background: #fff;
}

.search-panel-drawer {
  display: grid;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  grid-template-rows: 1fr;
  opacity: 0;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  transition-property: opacity, z-index;
}

.search-panel-drawer[data-active=true] {
  z-index: 100002;
  opacity: 1;
}

.search-panel-drawer-balloon {
  display: none;
}

.search-panel-drawer-handle {
  display: none;
  position: absolute;
  grid-template-rows: auto auto;
  justify-content: center;
  gap: 0.8125em;
  top: 2rem;
  left: 1px;
  z-index: 10;
  width: 5.5rem;
  padding: 1em 0;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  background: #F0EEEB;
  transform: translateX(-100%);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
}

.search-panel-drawer-handle .en {
  color: #5FB060;
  font-size: 0.75em;
}

.search-panel-drawer-handle:before {
  display: block;
  grid-row: 1;
  width: 1em;
  height: 1em;
  font: 2.875em/1 icomoon;
  content: "\e905";
}

.search-panel-drawer-handle__inner {
  grid-row: 2;
  writing-mode: tb-rl;
}

.search-panel-drawer-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1px 1px 0 0;
  background: #ff3b3b;
  color: #fff;
}

.search-panel-drawer-close:before {
  font-family: FontAwesome;
  content: "\f00d";
}

.search-panel-drawer .search-panel {
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  overflow: auto;
}

@keyframes bound {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }

  50%, 70% {
    transform: scale(1.05);
  }
}

.search-panel-part {
  margin: 1rem 0 0;
}

.search-panel-part:first-child {
  margin-top: 0;
}

.search-panel-part__heading {
  margin: 0 0 1em;
  padding: 0;
  border: 0;
  font-size: 1rem;
}

.search-panel-part__heading:before {
  vertical-align: top;
  margin-right: 0.5em;
  font: 1.2223em/1.091 icomoon;
  content: "\e90b";
}

.search-panel-part__heading--popular:before {
  content: "\e90c";
}

.keyword-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
}

.keyword-list__link {
  display: block;
  line-height: 1.5;
  padding: 0.25em 1.25em;
  border-radius: 2em;
  background: #f1f1f1;
  font-size: 0.75em;
  text-decoration: none;
}

.checkbox-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 0.9286em;
}

.checkbox-list input {
  margin-right: 0.5rem;
}

.search-submit {
  margin-top: 2rem;
}

.office-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.office-grid.splide {
  display: block;
}

.office-grid__link {
  display: block;
  display: grid;
  grid-template-areas: "thumbnail thumbnail" "title title" "detail detail";
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.375rem;
  text-decoration: none;
}

.office-grid__link:has(.office-grid__floor) {
  grid-template-areas: "thumbnail thumbnail" "floor title" "detail detail";
}

.office-grid__thumbnail {
  grid-area: thumbnail;
  aspect-ratio: 4/3;
  background: #ccc;
}

.office-grid__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office-grid__floor {
  grid-area: floor;
  min-width: 3em;
  line-height: 1.667;
  padding: 0 0.5em;
  background: #5FB060;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  text-align: center;
}

.office-grid__title {
  grid-area: title;
  font-weight: 700;
  font-size: 0.875rem;
}

.office-grid__detail {
  grid-area: detail;
  line-height: 1.25;
  font-size: 0.875rem;
}

.office-grid-data {
  display: grid;
  grid-template-areas: "dt dd";
  grid-template-columns: auto 1fr;
  gap: 1em;
  font-size: 0.857143em;
}

.office-grid-data__item {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
}

.office-grid-data__item > dt {
  grid-area: dt;
  font-weight: 500;
}

.office-grid-data__item > dd {
  grid-area: dd;
}

.introduction-block {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-block: 3rem;
}

.introduction-container {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.introduction {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vw;
  margin: 0;
  padding: 1.25em;
  background: #333;
  background: url(images/bg_introduction01@sp.jpg) no-repeat 50% 50%/cover #333;
  color: #fff;
}

.introduction:before {
  display: block;
  margin-bottom: 0.5rem;
  font: 2.125em/1 icomoon;
  content: "\e905";
}

.introduction--office {
  background-image: url(images/bg_introduction02@sp.jpg);
}

.introduction--office:before {
  content: "\e906";
}

.introduction--support {
  background-image: url(images/bg_introduction03@sp.jpg);
}

.introduction--support:before {
  content: "\e907";
}

.introduction--training {
  background-image: url(images/bg_introduction04@sp.jpg);
}

.introduction--training:before {
  content: "\e908";
}

.introduction--development {
  background-image: url(images/bg_introduction05@sp.jpg);
}

.introduction--development:before {
  content: "\e909";
}

.introduction__heading {
  margin: 0;
  font-size: 1.25rem;
}

.introduction__heading .en {
  color: inherit;
}

.introduction__heading[data-en-after="App Development and Operation/Development Mediation"] .en {
  width: 18em;
}

.introduction__content {
  line-height: 1.4;
  margin: 1.5em 0;
  font-size: 0.875em;
}

.introduction__link .btn {
  margin: 0;
  background: transparent;
  color: inherit;
}

.introduction__link .btn:hover,
.introduction__link .btn:focus {
  border-color: inherit;
  background: rgba(255, 255, 255, 0.25);
  color: inherit;
}

.section-header {
  display: grid;
  grid-template-areas: "heading btn";
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.5rem;
}

.section-header h2 {
  grid-area: heading;
  margin: 0;
}

.section-header .btn {
  grid-area: btn;
  justify-self: end;
}

.tablist {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0 0 1rem;
  padding: 0;
}

.tablist__item {
  line-height: 1.4;
  padding: 0.5em 1em;
  border: 1px solid #000;
  border-radius: 3em;
  background: #fff;
  font-size: 0.75em;
  text-align: center;
  cursor: pointer;
}

.tablist__item[aria-selected=true] {
  background: #000;
  color: #fff;
}

.tabpanel {
  display: none;
  grid-area: tabpanels;
}

.tabpanel .no-js {
  display: block;
}

.tabpanel[aria-hidden=false] {
  display: block;
  animation: fadein 0.5s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

:where([id*=panelOfficeBusiness], [id*=panelOfficeTrainingroom]) .caption:before {
  content: "\e90d";
}

.news-list {
  list-style: none;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

.news-list__item {
  border-bottom: 1px dashed;
}

.news-list__item--none {
  padding: 1em 0;
}

.news-list__link {
  display: block;
  display: grid;
  position: relative;
  grid-template-columns: auto 1fr;
  grid-template-areas: "category date" "category title";
  gap: 0 1.5rem;
  padding: 1em 0;
  text-decoration: none;
}

.news-list__link:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #5FB060;
  opacity: 0;
  transition: 0.3s;
  content: "";
}

.news-list__link:hover:after,
.news-list__link:focus:after {
  opacity: 1;
}

.news-list__category {
  display: flex;
  grid-area: category;
  align-items: center;
  justify-content: center;
  width: 5em;
  padding: 0.5em;
  border-radius: 0.5em;
  background: #5FB060;
  color: #fff;
  font-weight: 500;
  font-size: 0.75em;
  text-align: center;
}

.news-list__date {
  grid-area: date;
  color: #5FB060;
  font-size: 0.875em;
}

.news-list__title {
  grid-area: title;
  font-size: 0.875em;
}

.recent-column-grid__link {
  display: block;
  text-decoration: none;
}

.recent-column-grid__thumbnail {
  margin-bottom: 0.375em;
  aspect-ratio: 3/2;
  background: #ccc;
}

.recent-column-grid__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-column-grid__meta {
  line-height: 1.333;
  color: #5FB060;
  font-size: 0.75em;
}

.recent-column-grid__date,
.recent-column-grid__category {
  display: block;
}

.recent-column-grid__title {
  line-height: 1.4em;
  margin-top: 0.25rem;
  font-size: 0.875em;
}

.content-slide {
  width: 76.923077vw;
  margin: 0 auto;
}

.content-slide__item {
  margin: 0;
}

.content-slide__image {
  margin-bottom: 1em;
  aspect-ratio: 3/2;
  background: #ccc;
}

.content-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-slide__heading {
  margin: 0 0 1em;
  padding: 0;
  border: 0;
  font: 1.125rem/1.25 "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.content-slide__content {
  font-size: 0.875em;
  text-align: justify;
}

/* Page
--------------------------------*/

.page-header {
  border-bottom: 1px solid #5FB060;
}

.page-header--search {
  border: 0;
}

.page-header-content {
  padding-block: 1.5rem 2rem;
}

.page-header__parent {
  display: block;
  width: fit-content;
  line-height: 1.25;
  color: #5FB060;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-decoration: none;
}

.page-title {
  line-height: 1.4;
  margin: 0;
  font-size: 1.25rem;
}

.page-title .en {
  color: #5FB060;
  font-weight: 700;
  font-size: 0.875rem;
}

.page-header--search .page-title {
  font-size: 1rem;
  text-align: center;
}

.page-header__parent + .page-title {
  font-size: 1.125rem;
}

.page-header__parent + .page-title .en {
  margin-top: 0.667em;
  font-size: 0.75rem;
}

.page-subheading {
  line-height: 1.25;
  font-size: 0.875em;
}

.page-toc {
  margin-bottom: 2rem;
}

.page-toc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  font-weight: 500;
  font-size: 0.8125rem;
}

.page-toc__item a {
  display: block;
  position: relative;
  padding-right: 1.23077em;
  text-decoration: none;
}

.page-toc__item a:before {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: 0.3s;
  content: "";
}

.page-toc__item a:after {
  position: absolute;
  right: 0;
  font-family: icomoon;
  content: "\e903";
}

.page-toc__item a:hover:before,
.page-toc__item a:focus:before {
  opacity: 1;
}

/** Company */

.greeting-message__image {
  margin-bottom: 1.25em;
}

.greeting-message__text {
  line-height: 1.85;
}

.greeting-message__author {
  line-height: 1.875;
  margin-top: 1em;
  font-weight: 700;
  font-size: 1.1429em;
  letter-spacing: 0.175em;
  text-align: right;
}

.greeting-message__author::first-line {
  line-height: 2.5;
  font-size: 0.75em;
}

.company-proflie th {
  white-space: wrap;
}

.company-photo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  overflow: hidden;
  margin-top: 2rem;
}

.company-photo-gallery__item {
  position: relative;
}

.company-photo-gallery__item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  border-right: 1px solid #fff;
  content: "";
}

.company-photo-gallery__item figcaption {
  line-height: 1.5;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.6875rem;
}

.company-photo-gallery__item:nth-child(3) {
  flex-basis: 33.766234%;
}

.company-photo-gallery__item:nth-child(n+4) {
  flex-basis: 66.233766%;
}

.location-map {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 2rem;
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.access-info__name {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.1429em;
}

.access-info__tel {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}

.access-part {
  margin: 2.5rem 0 0;
}

.access-part + p {
  margin-top: 1.5rem;
}

.access-route {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}

.access-route__item {
  display: flex;
  position: relative;
  align-items: center;
  gap: 1em;
  padding: 0.8334em;
  border: 1px solid #5FB060;
  border-radius: 0.6667em;
}

.access-route__item:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0.9375em auto 0;
  border: solid transparent;
  border-width: 0.396em 0 0.396em 0.6875em;
  border-left-color: #5FB060;
  transform: rotate(90deg);
  content: "";
}

.access-route__item:last-child:after {
  content: none;
}

.access-route__icon {
  display: inline-block;
  height: 2.9167em;
}

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

/** Business */

.school-schedule-list {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 3px 0;
}

.school-schedule-list__item {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
}

.school-schedule-list__item > dt,
.school-schedule-list__item > dd {
  margin: 0;
  padding: 0.2143em;
  border: 1px solid #5FB060;
  background: #fff;
  text-align: center;
}

.school-schedule-list__item > dt {
  background: #5FB060;
  color: #fff;
}

.voice-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.voice {
  display: grid;
  grid-template-areas: "icon content";
  grid-template-columns: 4rem 1fr;
  align-items: flex-start;
  gap: 1rem;
}

.qa .voice,
.voice:nth-of-type(2n) {
  grid-template-areas: "content icon";
  grid-template-columns: 1fr 4rem;
}

.voice__icon {
  grid-area: icon;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.voice__content {
  position: relative;
  grid-area: content;
  padding: 1rem;
  border-radius: 0.75rem;
  background: #eff7ef;
}

.voice__content:before {
  position: absolute;
  top: 2rem;
  right: 100%;
  border: solid transparent;
  border-width: 0.28125em 0.75rem 0.28125rem 0;
  border-right-color: #eff7ef;
  content: "";
}

.qa .voice__content:before,
.voice:nth-of-type(2n) .voice__content:before {
  right: auto;
  left: 100%;
  transform: rotate(180deg);
}

.voice__speaker {
  margin: 0;
  color: #111;
  font-weight: 400;
  font-size: 0.6875rem;
  text-align: right;
}

.recommend-message {
  position: relative;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  background: #eff7ef;
}

.point-list dt,
.purpose-list dt {
  margin-bottom: 0.5em;
  font-size: 1.14286em;
}

.point-list dd + dt,
.purpose-list dd + dt {
  margin-top: 1.25rem;
}

.purpose-list dt {
  color: #269327;
}

.strong-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
}

.strong-list__item {
  display: flex;
  flex: 0 0 calc((100% - 1.5rem) / 2);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px #5FB060;
  border-radius: 50%;
  aspect-ratio: 1/1;
  text-align: center;
  container-type: inline-size;
}

.strong-list__item > dt {
  line-height: 1.3334;
  color: #5FB060;
  font-weight: 500;
  font-size: 8.036cqi;
}

.strong-list__item > dt span {
  display: block;
}

.strong-list__item > dt span:first-child {
  margin-bottom: 1em;
  padding-left: 0.1278em;
  letter-spacing: 0.12778em;
}

.strong-list__item > dt span:nth-child(2) {
  line-height: 1;
  font-size: 2em;
  padding-left: 0.223em;
  letter-spacing: 0.223em;
}

.strong-list__item > dd {
  margin-top: 2em;
  font-weight: 500;
  font-size: 5.125cqi;
}

.schedule-calendar th,
.schedule-calendar td {
  width: auto;
  padding: 0.42586em 1em;
  border-inline: 0;
}

.schedule-calendar th {
  white-space: nowrap;
}

.grid {
  display: grid;
  grid-template-areas: "main" "sub";
  align-items: flex-start;
  gap: 2.5rem;
}

.grid__main {
  grid-area: main;
}

.grid__sub {
  display: flex;
  flex-direction: column;
  grid-area: sub;
  align-items: center;
  gap: 1rem;
}

.poster {
  text-align: center;
}

.poster img {
  border: 1px solid #000;
}

dl.common-data-list {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}

.common-data-list th,
.common-data-list td {
  padding: 0.75rem;
}

.common-data-list__item {
  display: grid;
  grid-template-columns: auto 1em 1fr;
  grid-auto-flow: column;
}

.common-data-list__item:before {
  grid-column: 2;
  content: "：";
}

.common-data-list__item > dt {
  grid-column: 1;
  font-weight: inherit;
}

.common-data-list__item > dd {
  grid-column: 3;
}

/** Privacy Policy */

.page-privacypolicy-content {
  counter-reset: pp;
}

.privacy-policy-part {
  counter-increment: pp;
}

.privacy-policy-part > h2::before {
  content: counter(pp) ". ";
}

.privacy-policy-author {
  margin-top: 1em;
}

.privacy-policy-last-modified {
  margin-top: 1em;
  text-align: right;
}

.privacy-mark {
  display: grid;
  grid-template-areas: "image" "text";
  gap: 1rem;
}

.privacy-mark__image {
  grid-area: image;
  max-width: 100px;
  margin: 0 auto;
}

.privacy-mark__text {
  grid-area: text;
}

.privacy-mark-data {
  margin-top: 2em;
}

.privacy-mark-data th {
  width: 0;
  white-space: nowrap;
}

/** Link */

.link-list {
  table-layout: fixed;
}

.link-list th {
  white-space: wrap;
}

.link-list td {
  word-break: break-all;
}

/** Course */

.search-content {
  max-width: 768px;
  margin: 3rem auto;
}

.course-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1.5em;
  margin: 0;
  padding: 0;
}

.course-list__item {
  display: grid;
  grid-template-areas: ". . . ." ". thumb thumb ." ". content content ." "link link entry entry";
  grid-template-columns: 1em 1fr 1fr 1em;
  grid-template-rows: 1em auto auto auto;
  box-shadow: 0 0 0 1px #5FB060 inset;
  background: #fff;
}

.course-list__thumbnail {
  grid-area: thumb;
  aspect-ratio: 3/2;
}

.course-list__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-list__content {
  grid-area: content;
  margin: 1em 0;
}

.course-list__title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1em;
}

.course-list__link,
.course-list__entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  padding: 0.5em;
  border-top: 1px solid #5FB060;
  text-align: center;
  text-decoration: none;
}

.course-list__link:after,
.course-list__entry:after {
  display: inline-block;
  border: solid transparent;
  border-width: 0.15385em 0 0.15385em 0.23077em;
  border-left-color: currentColor;
  content: "";
}

.course-list__link {
  grid-area: link;
  color: #5FB060;
}

.course-list__entry {
  grid-area: entry;
  border-left: 1px solid #5FB060;
  background: #5FB060;
  color: #fff;
}

.course-data {
  display: block;
  margin-top: 1.5em;
  font-size: 0.75em;
}

.course-data tbody {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em 1em;
}

.course-data tr {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
}

.course-data th,
.course-data td {
  padding: 0;
  border: 0;
  background: transparent;
}

.course-data th {
  width: auto;
  color: #5FB060;
  font-weight: inherit;
}

.data-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1rem;
}

.data-list__item {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
}

.data-list__item > dt {
  grid-column: 1;
  color: #5FB060;
  font-weight: inherit;
}

.data-list__item > dd {
  grid-column: 2;
}

.kyuusyu-it-table {
  font-size: 0.75rem;
}

.kyuusyu-it-table thead th {
  padding: 0.5em 0.25em;
}

.kyuusyu-it-table thead th:first-child {
  width: 12%;
}

.kyuusyu-it-table thead th:nth-child(2) {
  width: 30%;
}

.kyuusyu-it-table thead th:nth-child(3),
.kyuusyu-it-table thead th:nth-child(5),
.kyuusyu-it-table thead th:nth-child(6) {
  width: 13%;
}

.kyuusyu-it-table thead th:nth-child(4) {
  width: 5%;
}

.kyuusyu-it-table td {
  padding: 1em;
  vertical-align: middle;
  text-align: center;
}

.online-category-nav {
  padding: 0.625rem 0.9375rem;
  border: 2px solid #333;
  border-radius: 0.625rem;
}

.online-category-nav__heading {
  border: 0;
  margin: 0 0 1rem;
  padding: 0;
}

.online-category-nav__list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 0;
  padding: 0;
}

.online-category-nav__list a {
  display: block;
  padding: 0 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.385em;
  font-size: 0.9375em;
  text-decoration: none;
}

.online-category-nav__list a:hover,
.online-category-nav__list a:focus {
  background: #cfe7cf;
}

.section-wrap {
  padding: 1rem;
  border-radius: 0.75rem;
  background: #e1dcec;
}

.section-wrap h4 {
  line-height: 1.35;
  margin: 0;
  padding-left: 0.643em;
  border-left: 0.3572em solid #7e61a5;
  font-size: 0.875rem;
  color: inherit;
}

.company-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.it-training-guideline th,
.it-training-guideline td {
  background: #fff;
}

.it-training-guideline td:first-child {
  background: #f7f7f7;
}

.qa {
  margin-top: 2.5rem;
}

.qa:first-of-type {
  margin-top: 0;
}

.qa__question {
  margin-bottom: 1.5em;
  padding: 0;
  border: 0;
  font-weight: 700;
  font-size: 1rem;
}

.qa__question:before {
  content: "Q：";
}

.balloon-caption {
  position: relative;
  width: fit-content;
  margin: 0 auto 1.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid;
  background: #fff;
  color: #5FB060;
  font-weight: 700;
  font-size: 0.8125rem;
  text-align: left;
}

.balloon-caption:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 1.632em;
  height: 1.632em;
  margin: 1px auto 0;
  border: inherit;
  border-width: 0 1px 1px 0;
  background: inherit;
  transform: scaleX(0.433) translateY(-50%) rotate(45deg);
  content: "";
}

.it-tarining-wrap {
  margin: 2.5rem 0;
}

.it-tarining-wrap .section-wrap {
  background: #feeed7;
}

.it-tarining-wrap .section-wrap h4 {
  border-left-color: #f7931d;
}

.it-training-schedule-and-cost {
  height: 0;
  overflow: hidden;
}

.image:has(+ .it-training-schedule-and-cost) {
  margin-bottom: 0;
}

/* Course
--------------------------------*/

.course-category-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

p + .course-category-grid {
  margin-top: 1.5rem;
}

.course-category-grid__link {
  display: block;
  height: 100%;
  box-shadow: 0 0 0 1px #5FB060 inset;
  padding: 1rem;
  text-decoration: none;
}

.course-category-grid__link:hover .btn,
.course-category-grid__link:focus .btn {
  border-color: #5FB060;
  background: #5FB060;
  color: #fff;
}

.course-category-grid__thumbnail {
  aspect-ratio: 4/3;
  margin-bottom: 1rem;
}

.course-category-grid__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-category-grid__title {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 700;
  font-size: 1rem;
}

.course-category-grid__description {
  margin: 1rem 0;
}

.course-category-grid .btn {
  margin: 0 auto;
  transition: 0.3s;
}

.course-category-about h2,
.course-about h2 {
  grid-area: heading;
}

.course-category-about__content,
.course-about__content {
  grid-area: content;
}

.course-category-about__content > p:not([class]),
.course-about__content > p:not([class]) {
  text-align: justify;
}

.course-category-about__content .tagline,
.course-about__content .tagline {
  line-height: 1.5;
}

.course-category-target {
  grid-area: target;
}

.course-image {
  grid-area: image;
  margin-bottom: 1.5rem;
}

.course-info {
  grid-area: info;
  margin: 2.5rem 0 0;
}

.inquiry-part {
  margin: 0 0 2rem;
}

.inquiry-part__heading {
  padding: 0;
  border: 0;
  font-weight: 700;
  font-size: 1.125rem;
}

.inquiry-method > a,
.inquiry-method > span {
  display: inline-flex;
  align-items: center;
  gap: 0.2667em;
  color: #5FB060;
  font: 700 1.875rem/1 "Roboto Condensed", sans-serif;
  text-decoration: none;
}

.inquiry-method > a:before,
.inquiry-method > span:before {
  width: 1em;
  height: 1em;
  background: url(images/sprite_inquiry.svgz) no-repeat 50% 0/100%;
  content: "";
}

.inquiry-method--fax span:before {
  background-position: 50% 50%;
}

.inquiry-method--email a:before {
  background-position: 50% 100%;
}

.inquiry-method + .inquiry-method {
  margin-top: 1.25rem;
}

.inquiry-form {
  margin-top: 3rem;
}

.back-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.back-link a {
  text-transform: uppercase;
}

/* Rental Office / Rental Room
--------------------------------*/

.layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.5rem;
}

.layout__image {
  grid-area: thumb;
  aspect-ratio: 3/2;
  background: #ccc;
}

.layout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout figcaption {
  line-height: 1.25;
  margin-top: 1em;
  text-align: center;
}

.slide-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Archive
--------------------------------*/

.column-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.25rem;
}

.column-grid__item {
  flex: 0 0 calc((100% - 1.25rem) / 2);
}

.column-grid__link {
  display: block;
  display: grid;
  grid-template-areas: "thumb thumb" "date title" "desc desc" "category category";
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.75em 0.9375em;
  line-height: 1.4;
  text-decoration: none;
}

.column-grid__thumbnail {
  grid-area: thumb;
  aspect-ratio: 3/2;
  background: #ccc;
}

.column-grid__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-grid__date {
  grid-area: date;
  color: #5FB060;
  font-size: 0.875em;
}

.column-grid__title {
  grid-area: title;
  overflow: hidden;
  color: #5FB060;
  font-size: 0.9375em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.column-grid__description {
  grid-area: desc;
  font-size: 0.875em;
}

.column-grid__categorries {
  display: flex;
  grid-area: category;
  flex-wrap: wrap;
  gap: 0.1875em;
}

.column-grid__category {
  padding: 0.334em 1em;
  border: 1px solid;
  border-radius: 2em;
  color: #5FB060;
  font-size: 0.75em;
}

/* Post
--------------------------------*/

.post {
  margin: 5rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #5FB060;
}

.entry-header {
  margin-bottom: 3rem;
}

.entry-title {
  margin: 0;
}

.entry-title > a {
  text-decoration: none;
}

.entry-title > a:hover,
.entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  display: grid;
  grid-template-areas: "date category";
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 1em;
  margin-top: 3px;
  color: #666;
  font-size: 0.9375em;
}

.entry-date {
  grid-area: date;
  color: #5FB060;
  font-size: 0.875em;
}

.post-categories {
  grid-area: category;
}

.post-categories .category-list {
  margin: 0;
}

.attachment .entry-content {
  text-align: center;
}

.entry-content strong {
  color: inherit;
}

.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

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

.entry-footer {
  margin-top: 2rem;
}

/*** Wordpress Native Classes ***/

.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

.aligncenter {
  clear: both;
}

.alignnone {
  clear: both;
  vertical-align: baseline;
}

.gallery {
  display: grid;
  clear: both;
  grid-auto-flow: row;
  gap: 0.5em;
  margin: 1.5em auto;
  text-align: center;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

/* course
--------------------------------*/

.course-category-target {
  display: grid;
  grid-template-areas: "dt" "dd";
  line-height: 1.3334;
  border: 1px solid #5FB060;
  margin-top: 2rem;
  text-align: center;
}

.course-category-target > dt {
  grid-area: dt;
  margin: 0;
  padding: 1em;
  background: #5FB060;
  color: #fff;
  font-weight: 700;
}

.course-category-target > dd {
  grid-area: dd;
  margin: 0;
  padding: 1em;
}

div.wpcf7 {
  width: 100%;
  margin: 0 auto;
}

.field {
  margin-bottom: 1.5rem;
}

.field__label {
  display: block;
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 0.5em;
  background: #ff3b3b;
  color: #fff;
  font-size: 0.75em;
}

.optional {
  background: #3b61ff;
}

.acceptance {
  margin: 2.5em 0;
  text-align: center;
}

.acceptance__label {
  display: inline-block;
  padding: 0.5em;
  cursor: pointer;
}

.submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.submit:before {
  flex: 0 0 24px;
  content: "";
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  flex: 1 auto;
}

.wpcf7-spinner {
  margin: 0;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  left: -0.8em;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 2rem auto;
}

/* Page Navigation
--------------------------------*/

.navigation {
  margin: 2rem auto 0;
  text-align: center;
}

.page + .navigation {
  margin-top: 4rem;
}

.post-navigation a {
  text-decoration: none;
}

.post-navigation .nav-links {
  display: grid;
  grid-template-areas: "next home prev";
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.75em;
}

.nav-links .btn {
  margin: 0 auto;
}

.nav-links div:empty {
  display: none;
}

.nav-next > a,
.nav-previous > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  border: 1px solid #000;
  border-radius: 50%;
}

.nav-next > a:before,
.nav-previous > a:before {
  font-family: icomoon;
  font-size: 0.8125em;
  content: "\e900";
}

.nav-next > a:hover,
.nav-next > a:focus,
.nav-previous > a:hover,
.nav-previous > a:focus {
  border-color: #5FB060;
  background: #5FB060;
  color: #fff;
}

.nav-next {
  grid-area: next;
  margin-right: auto;
}

.nav-next > a:before {
  content: "\e901";
}

.nav-previous {
  grid-area: prev;
  margin-left: auto;
}

.nav-home {
  grid-area: home;
}

.page-numbers {
  display: inline-block;
  min-width: calc(2.5em + 2px);
  line-height: 2.5;
  padding: 0 0.5em;
  border: 1px solid #5FB060;
  border-radius: 50%;
  color: #5FB060;
  font-size: 0.75em;
  text-decoration: none;
}

.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}

.page-numbers.current {
  background: #5FB060;
  color: #fff;
}

.page-numbers.prev:before {
  content: "\f104";
}

.page-numbers.next:before {
  content: "\f105";
}

/* Social
--------------------------------*/

.share-buttons {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.share-buttons__item {
  flex: 0 0 auto;
  margin: 0 4px;
}

.share-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}

.share-buttons__link:before {
  display: block;
  font: 20px/2.4 FontAwesome, sans-serif;
  content: "\e911";
  speak: none;
}

.share-buttons__link.facebook {
  background-color: #1877F2;
}

.share-buttons__link.twitter {
  background-color: #1da1f3;
}

.share-buttons__link.googleplus {
  background-color: #dd4b39;
}

.share-buttons__link.tumblr {
  background-color: #36465d;
}

.share-buttons__link.pocket {
  background-color: #ef4056;
}

.share-buttons__link.hatena {
  background-color: #00a5de;
}

.share-buttons__link.line {
  background-color: #00c300;
}

.share-buttons__title {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.share-buttons__title:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.share-buttons__link.facebook:before {
  content: '\f39e';
}

.share-buttons__link.twitter:before {
  content: '\e61b';
}

.share-buttons__link.googleplus:before {
  content: '\f0d5';
}

.share-buttons__link.tumblr:before {
  content: '\f173';
}

.share-buttons__link.pocket:before {
  content: '\f265';
}

.share-buttons__link.hatena:before {
  content: 'B!';
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  content: 'LINE';
}

/* Extra
--------------------------------*/

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.skip-link a:focus {
  height: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

.splide-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  overflow: hidden;
}

.splide-wrap .splide__track {
  overflow: visible;
}

.splide__list {
  list-style: none;
}

.splide__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 3.125rem;
  height: 3.125rem;
  box-shadow: 0 0 0 1px currentColor inset;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.splide__arrow svg {
  display: block;
  width: 80%;
  height: 80%;
  margin: auto;
}

.splide__arrow--prev {
  left: -1.25rem;
}

.splide__arrow--prev svg {
  transform: rotate(180deg);
}

.splide__arrow--next {
  right: -1.25rem;
}

.splide__pagination {
  gap: 0.5rem;
  margin: 2rem 0 0 !important;
  padding: 0;
}

.splide__pagination__page {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #d9d9d9;
}

.splide__pagination__page.is-active {
  background: #3f3f3f;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.3888888889vw;
  }

  section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  th,
  td {
    padding-block: 2.5em;
  }

  th {
    white-space: wrap;
  }

  tbody th {
    width: 12.86em;
  }

  .btn {
    min-width: 16em;
    padding: 0.625rem 1.25rem;
  }

  .column-area {
    padding-block: 5rem;
  }

  h2:where([data-en-after]) {
    font-size: 2rem;
  }

  .btn--maine {
    padding-inline: 2em;
    letter-spacing: 0.15em;
  }

  .image {
    margin-bottom: 2rem;
  }

  .tagline {
    letter-spacing: 0.18em;
  }

  .link {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .text-with-image {
    display: grid;
    grid-template-areas: "image text";
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
  }

  .text-with-image.large {
    grid-template-columns: 46.875% 1fr;
  }

  .text-with-image__image {
    grid-area: image;
    margin: 0;
  }

  .text-with-image__text {
    grid-area: text;
  }

  .sns {
    font-size: 1.125rem;
  }

  ul.banner {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 3.889%;
  }

  ul.banner > li {
    flex: 0 0 30.741%;
  }

  .break-pc:before {
    white-space: pre;
    content: "\a";
  }

  .table-wrap:before {
    content: none;
  }

  .toc {
    margin: 5rem 0;
    padding: 1.5rem 4.5rem;
  }

  .toc__heading {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
  }

  .toc__list {
    margin: 0 1.75rem;
    font-size: 0.875rem;
  }

  .toc__item {
    padding-left: 3.57143em;
  }

  .site-header {
    height: auto;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .site-header-content {
    display: grid;
    grid-template-columns: 3.125% 1fr repeat(3, auto) 3.125%;
    grid-template-rows: repeat(2, auto);
    max-width: 1280px;
    padding-inline: 0;
  }

  .site-title {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 23.8125rem;
    max-width: 381px;
    margin-block: 1.25em;
  }

  .global-nav {
    display: grid;
    grid-column: 1/-1;
    grid-row: 1/-1;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
    align-items: center;
    gap: 0 1em;
  }

  .global-nav .sns {
    grid-column: 4/5;
    grid-row: 1/2;
  }

  .global-nav .btn-contact {
    grid-column: 5/6;
    grid-row: 1/2;
  }

  .global-nav-content {
    display: contents;
    padding: 0;
  }

  .global-nav__search {
    grid-column: 1/-1;
    grid-row: 2/3;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background: #F0EEEB;
  }

  .global-nav__list {
    display: grid;
    grid-column: 3/4;
    grid-row: 1/2;
    gap: 1em;
    margin-bottom: 0;
    font-size: 1em;
  }

  .global-nav__item {
    flex: 1 100%;
  }

  .global-nav__link {
    position: relative;
    padding: 0.5em;
    font-size: 0.75em;
  }

  .global-nav__link:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-bottom: 1px solid #5FB060;
    transition: inherit;
    content: "";
  }

  .global-nav__link:hover,
  .global-nav__link:focus {
    color: #5FB060;
  }

  .global-nav__link:hover:after,
  .global-nav__link:focus:after {
    width: 100%;
  }

  .global-search-list {
    grid-template-columns: none;
    grid-auto-flow: column;
    gap: 0;
    margin: 0;
    border-right: 1px solid #fff;
  }

  .global-search-list__item {
    grid-column: auto;
    border: 0;
    border-left: 1px solid #fff;
  }

  .global-search-list__item:nth-child(-n+2) {
    display: none;
  }

  .global-search-list__link {
    justify-content: center;
    padding: 1.36em 1em;
    background: transparent;
    font-size: 0.8125em;
    text-align: center;
  }

  .global-search-list__link:hover,
  .global-search-list__link:focus {
    background: rgba(0, 0, 0, 0.1);
  }

  .global-search-list__link:before {
    font-size: 1.46154em;
  }

  .menu-button {
    display: none;
  }

  .hero {
    height: 56.25vw;
    container-type: inline-size;
  }

  .hero__text {
    font-size: 2.25rem;
    font-size: 2.8125cqw;
  }

  .site-footer {
    padding: 4.5rem 0 1.25rem;
  }

  .site-footer-content {
    display: grid;
    grid-template-areas: "container border sitemap";
    grid-template-columns: 44.445% 1px 1fr;
    align-items: flex-start;
  }

  .site-footer-content:after {
    grid-area: border;
    width: 1px;
    height: 100%;
    background: currentColor;
    content: "";
  }

  .site-footer-content .btn-contact {
    grid-area: contact;
    margin-left: 0;
  }

  .organization {
    text-align: left;
  }

  .organization__name {
    margin-left: 0;
  }

  .organization__tel {
    justify-content: flex-start;
  }

  .follow-us {
    grid-area: sns;
    justify-content: flex-start;
    margin: 1.5rem 0 2.5rem;
  }

  .qr-code {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.625rem;
    width: 16rem;
    margin-top: 2.5rem;
    padding: 0.625rem;
    border: 1px solid;
    border-radius: 0.5rem;
    background: #fff;
  }

  .qr-code__caption {
    color: #5FB060;
    font-weight: 700;
    font-size: 0.75rem;
  }

  .qr-code__body {
    flex: 0 0 5.375rem;
  }

  .foot-sitemap {
    column-gap: 4rem;
    max-width: none;
    margin: 0 0 0 9rem;
    font-size: 0.8125rem;
  }

  .copyright {
    font-size: 0.75em;
  }

  .site-content {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 2.25rem 71.1111111111%;
  }

  .site-content:before {
    display: block;
    grid-column: 2;
    width: 1px;
    height: 100%;
    background: #5FB060;
    content: "";
  }

  .home .site-content,
  .site-content--search {
    display: block;
  }

  .home .site-content:before,
  .site-content--search:before {
    content: none;
  }

  main {
    grid-column: 3;
    grid-row: 1;
    padding-bottom: 5rem;
  }

  .sidebar {
    position: sticky;
    top: var(--header-height, 0);
    grid-column: 1;
    grid-row: 1/-1;
    margin: 0;
    padding: 2.5rem 0.75rem 5rem 0;
    border-top: 0;
  }

  .category-list {
    margin-bottom: 4rem;
  }

  .breadcrumbs {
    margin-top: 0.5rem;
  }

  .breadcrumbs > ol {
    justify-content: flex-end;
    font-size: 0.875em;
  }

  .latest-news {
    display: grid;
    grid-template-columns: 15rem 1fr;
    align-items: center;
    width: 56rem;
    margin: -7.375rem auto 8rem;
    padding: 1.25rem 0;
    border-radius: 3rem;
  }

  .latest-news__heading {
    grid-column: 1;
    margin: 0;
    padding-left: 2em;
    font-size: 1.5rem;
  }

  .latest-news__list {
    grid-column: 2;
  }

  .latest-news__link {
    display: grid;
    align-items: center;
    grid-template-columns: 6rem 1fr;
  }

  .latest-news__date {
    grid-column: 1;
    font-size: 0.875em;
  }

  .latest-news__title {
    grid-column: 2;
    margin-right: 4rem;
    font-size: 1em;
  }

  .search-tablist {
    gap: 1em;
  }

  .search-tablist__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 21.125em;
    margin-top: 0.625em;
    padding: 1.5em;
    font-size: 1rem;
    text-align: left;
  }

  .search-tablist__item:before {
    margin-right: 0.3913em;
    margin-bottom: 0;
    font-size: 2.875em;
  }

  .search-tablist__item[aria-selected=true] {
    padding-bottom: 2.125em;
  }

  .search-tablist__item .en {
    font-size: 0.75em;
  }

  .search-panel {
    padding: 2rem 3.5rem 3.5rem;
  }

  .search-panel > p {
    line-height: 1.4;
    font-size: 1em;
    text-align: center;
  }

  .search-panel__heading {
    font-size: 1.5rem;
  }

  .search-panel__content {
    margin-top: 1.5em;
    padding: 4.53%;
  }

  .search-panel-drawer {
    display: block;
    top: 12.5rem;
    bottom: auto;
    left: auto;
    z-index: 100002;
    width: 62.875rem;
    max-width: 87.34375vw;
    opacity: 1;
    padding: 0;
    background: transparent;
    transform: translateX(100%);
    transition-property: transform;
  }

  .search-panel-drawer[data-active=true] {
    transform: translateX(0);
  }

  .page-search .search-panel-drawer {
    display: none;
  }

  .search-panel-drawer-balloon {
    display: block;
    position: absolute;
    top: 4.5rem;
    right: 100%;
    z-index: 100;
    margin-right: 6rem;
    padding: 0.625rem;
    border-radius: 0.5rem;
    background: #5FB060;
    animation: bound 2s ease-out infinite;
    transition: opacity 0.3s;
    color: #fff;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.3em;
    white-space: nowrap;
    writing-mode: tb-rl;
    pointer-events: none;
  }

  .search-panel-drawer-balloon:after {
    position: absolute;
    top: 5.5385em;
    left: 100%;
    margin-left: -1px;
    border: solid #5FB060;
    border-width: 0.8077em 0.73077em;
    border-color: #5FB060 transparent transparent #5FB060;
    content: "";
  }

  .page-search .search-panel-drawer-balloon {
    display: none;
  }

  .search-panel-drawer-handle {
    display: grid;
    letter-spacing: 0.4em;
  }

  .search-panel-drawer-close {
    display: none;
  }

  .search-panel-drawer .search-panel {
    height: auto;
    max-height: calc(100vh - 12.5rem);
    border-right: 0;
  }

  #searchPanelOffice {
    display: none !important;
  }

  .search-panel-part {
    margin-top: 2rem;
  }

  .search-panel-part__heading {
    font-size: 1.125rem;
  }

  .keyword-list {
    gap: 0.75em 0.5em;
  }

  .keyword-list__link {
    padding: 0.8334em 2em;
  }

  .office-grid,
  .office-grid.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5rem 2.25rem;
  }

  .office-grid__item {
    flex: 0 0 calc((100% - 4.5rem) / 3);
  }

  .introduction-block {
    margin-block: 5rem;
  }

  .introduction-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.1875rem;
  }

  .introduction {
    flex: 0 0 calc((100% - 0.375rem) / 3);
    min-height: 28.125rem;
    padding: 3em 2.5em;
    background-image: url(images/bg_introduction01.jpg);
  }

  .introduction--office {
    background-image: url(images/bg_introduction02.jpg);
  }

  .introduction--support {
    background-image: url(images/bg_introduction03.jpg);
  }

  .introduction--training {
    background-image: url(images/bg_introduction04.jpg);
  }

  .introduction--development {
    background-image: url(images/bg_introduction05.jpg);
  }

  .introduction:before {
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .introduction:nth-child(-n+2) {
    flex-basis: calc((100% - 0.1875rem) / 2);
  }

  .introduction__heading {
    font-size: 1.5rem;
  }

  .introduction__content {
    font-size: 1em;
  }

  .tab-container {
    display: grid;
    grid-template-areas: "tablist tabpanels";
    grid-template-columns: 11.25rem 1fr;
    gap: 5em;
  }

  .tab-container--search {
    grid-template-areas: "tablist . tabpanels";
    grid-template-columns: 11.25rem 1px 1fr;
    gap: 2.25em;
  }

  .tab-container--search:before {
    grid-area: 1/2/-1/3;
    border-left: 1px solid;
    content: "";
  }

  .tablist {
    grid-area: tablist;
    flex-direction: column;
    gap: 0.875rem;
    margin-bottom: 0;
  }

  .tablist__item {
    padding-block: 0.7143em;
    font-size: 0.875em;
  }

  .recent-column-grid .splide__arrow {
    margin-top: 5.25rem;
  }

  .recent-column-grid__thumbnail {
    margin-bottom: 1em;
  }

  .recent-column-grid__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
    font-size: 0.875em;
  }

  .recent-column-grid.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    gap: 1.5rem;
  }

  .recent-column-grid.splide.is-initialized:not(.is-active) .splide__list .recent-column-grid__item {
    flex: 0 0 calc((100% - 4.5rem) / 4);
  }

  .content-slide {
    width: auto;
  }

  .content-slide .splide__arrow {
    margin-top: 8.0625rem;
  }

  .content-slide.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    gap: 1.5rem;
  }

  .content-slide.splide.is-initialized:not(.is-active) .content-slide__item {
    flex: 0 0 calc((100% - 3rem) / 3);
  }

  .page-header-content {
    padding-block: 5rem 4rem;
  }

  .page-title {
    font-size: 3rem;
  }

  .page-header--search .page-title {
    font-size: 2.25rem;
  }

  .page-header__parent + .page-title {
    font-size: 2rem;
  }

  .page-subheading {
    margin-top: 1.5rem;
  }

  .greeting-message {
    display: grid;
    grid-template-areas: "tagline tagline" "text image" "text author";
    grid-template-columns: 1fr 35.6771%;
    grid-template-rows: repeat(2, auto) 1fr;
    gap: 0 2rem;
  }

  .greeting-message__tagline {
    grid-area: tagline;
    margin-bottom: 2em;
  }

  .greeting-message__image {
    grid-area: image;
    margin: 0;
  }

  .greeting-message__text {
    grid-area: text;
  }

  .greeting-message__author {
    grid-area: author;
  }

  .company-photo-gallery {
    margin-top: 5rem;
  }

  .company-photo-gallery__item {
    flex-basis: 50%;
  }

  .company-photo-gallery__item:nth-child(3) {
    flex-basis: 20.3125%;
  }

  .company-photo-gallery__item:nth-child(n+4) {
    flex-basis: 39.84375%;
  }

  .company-history th {
    width: auto;
    white-space: nowrap;
  }

  .access-route {
    flex-direction: row;
    gap: 1rem 0;
  }

  .access-route__item {
    margin-right: 2.6667em;
  }

  .access-route__item:after {
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto 0 auto 0.9896em;
    transform: none;
  }

  .access-route__item:last-child {
    margin-right: 0;
  }

  .school-schedule-list {
    grid-template-columns: repeat(2, 50%);
  }

  .training-info th,
  .training-info td {
    padding-block: 1em;
  }

  .voice {
    grid-template-columns: 5rem 1fr;
    gap: 2rem;
  }

  .qa .voice,
  .voice:nth-of-type(2n) {
    grid-template-columns: 1fr 5rem;
  }

  .voice__content {
    padding-inline: 2rem;
  }

  .voice__content:before {
    border-width: 0.5625rem 1.5rem 0.5625rem 0;
  }

  .recommend-message {
    min-height: 8.625rem;
    margin-right: 8rem;
  }

  .recommend-message:before {
    position: absolute;
    top: 50%;
    left: 100%;
    border: solid transparent;
    border-width: 0.5625rem 0 0.5625rem 1.5rem;
    border-left-color: #eff7ef;
    transform: translateY(-50%);
    content: "";
  }

  .recommend-message:after {
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    width: 9.625rem;
    height: 8.625rem;
    margin-left: -1.625rem;
    background: url(images/recommend_message_icon.png) no-repeat 50% 100%/contain;
    content: "";
  }

  .strong-list {
    gap: 2rem 3rem;
  }

  .strong-list__item {
    flex-basis: calc((100% - 6rem) / 3);
  }

  .training-schedule {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 20.625rem;
    gap: 2.5rem;
  }

  .training-schedule table {
    margin: 0;
  }

  .training-schedule .gallery {
    margin: 0;
  }

  .grid {
    grid-template-areas: "main sub";
    grid-template-columns: 1fr 32.552083%;
    gap: 4rem;
  }

  .grid--equal {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  :where(.grid__main) section {
    margin: 2.5rem 0;
  }

  .grid__sub {
    gap: 2rem;
  }

  dl.common-data-list {
    display: grid;
    grid-template-columns: auto 1em 1fr;
  }

  .common-data-list__item {
    grid-column: 1/-1;
    grid-template-columns: subgrid;
  }

  .common-data-list__item > dt {
    max-width: none;
  }

  .privacy-mark {
    grid-template-areas: "image text";
    gap: 2rem;
  }

  .privacy-mark__image {
    width: 6.25rem;
  }

  .privacy-mark-data {
    margin-top: 4em;
  }

  .link-list th {
    width: 55%;
  }

  .search-content {
    margin-top: 4rem;
    container-type: inline-size;
  }

  .course-list {
    font-size: min(16px, 2.083334cqi);
  }

  .course-list__item {
    grid-template-areas: ". . . link" ". thumb content link" ". thumb content entry" ". . . entry";
    grid-template-rows: 1.5rem auto auto 1.5em;
    grid-template-columns: 1.5em 27.34375% auto 15.1041667%;
  }

  .course-list__content {
    margin: 0 1.25em;
  }

  .course-list__title {
    letter-spacing: 0.25em;
  }

  .course-list__link,
  .course-list__entry {
    padding: 0;
    border-top: 0;
    font-size: 0.8125em;
  }

  .course-list__link {
    border-left: 1px solid #5FB060;
  }

  .section-wrap {
    overflow: hidden;
    padding: 1.5rem 4.1667%;
  }

  .section-wrap > section {
    float: left;
    width: calc(50% - 1rem);
    margin-bottom: 0;
  }

  .section-wrap > section:nth-child(2n) {
    float: right;
  }

  .section-wrap > section:nth-child(-n+2) {
    margin-top: 0;
  }

  .section-wrap > section:only-child {
    float: none;
    width: 100%;
  }

  .company-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5rem;
  }

  .balloon-caption {
    padding-inline: 1.25rem;
  }

  .it-tarining-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 3rem 0;
  }

  .it-tarining-wrap section {
    margin: 0;
  }

  .course-category-grid {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3rem 1.5rem;
  }

  .course-category-grid__item {
    flex: 0 0 calc((100% - 1.5rem) / 2);
  }

  .course-category-grid__link {
    padding: 2rem 1.5rem;
  }

  .course-category-about:has(.course-image) {
    display: grid;
    grid-template-areas: "heading heading" "image content" "target target";
    gap: 0 1.5rem;
  }

  .course-about:has(.course-image) {
    display: grid;
    grid-template-areas: "image heading" "image content" "info info";
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5rem;
  }

  .course-image {
    margin-bottom: 0;
  }

  .inquiry-form {
    margin-top: 4rem;
  }

  .back-link {
    gap: 2rem;
    margin-top: 4rem;
  }

  .office-info {
    display: grid;
    grid-template-columns: 14.323% 1fr 1.5rem 14.323% 1fr;
  }

  .office-info tbody,
  .office-info tr {
    display: contents;
  }

  .office-info th,
  .office-info td {
    display: block;
    width: auto;
    padding: 1.5rem 1rem;
    background: #fff;
  }

  .office-info th {
    padding-right: 1.5rem;
  }

  .office-info td {
    margin-left: -1px;
  }

  .office-info tr:nth-child(n+3) :where(th, td) {
    margin-top: -1px;
  }

  .office-info tr:nth-child(odd) th {
    grid-column: 1;
  }

  .office-info tr:nth-child(odd) td {
    grid-column: 2;
  }

  .office-info tr:nth-child(even) th {
    grid-column: 4;
  }

  .office-info tr:nth-child(even) td {
    grid-column: 5;
  }

  :is(.office-info tr:nth-child(4n+3),
  .office-info tr:nth-child(4n)) :is(th, td) {
    background: #f7f7f7;
  }

  .layout {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem 1.5rem;
  }

  .layout--side {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .layout__item {
    flex: 0 0 calc((100% - 1.5rem) / 2);
  }

  .column-grid {
    gap: 3rem 1.5rem;
  }

  .column-grid--side {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .column-grid__item {
    flex-basis: calc((100% - 1.5rem) / 2);
  }

  .post {
    padding-bottom: 2rem;
  }

  .entry-header {
    margin-bottom: 4rem;
  }

  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }

  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }

  .gallery {
    gap: 1rem;
  }

  .gallery-columns-3 {
    gap: 2.25rem;
  }

  .course-category-target {
    grid-template-areas: "dt dd";
    grid-template-columns: 11.25rem 1fr;
    margin-top: 5rem;
    font-size: 0.9375rem;
  }

  .field {
    display: flex;
  }

  .field__label {
    flex: 0 0 12em;
    padding: 3px 8px;
    text-align: right;
  }

  .field__control {
    flex: 1;
  }

  .wpcf7-submit {
    flex: 0;
    min-width: 15em;
  }

  .pagination .nav-links {
    justify-content: flex-start;
  }

  .nav-next > a,
  .nav-previous > a {
    width: 2.875em;
    height: 2.875em;
  }
}

@media print, screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

@media print, screen and (min-width: 1152px) {
  html {
    font-size: 16px;
  }

  a[href^="tel:"] {
    text-decoration: inherit;
  }

  .page-header-content,
  .breadcrumbs,
  .site-content,
  .site-footer-content,
  .site-header-content {
    padding-right: 36px;
    padding-left: 36px;
  }

  .search-tab-block {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 36px;
  }
}

@media print, screen and (min-width: 1250px) {
  .search-tab-block {
    margin: 0 -85px;
  }
}

@media screen and (max-width: 767px) {
  .company-history,
  .training-info {
    display: block;
    width: auto;
  }

  .company-history > caption,
  .training-info > caption,
  .company-history > tbody,
  .training-info > tbody,
  .company-history tr,
  .training-info tr,
  .company-history th,
  .training-info th,
  .company-history td,
  .training-info td {
    display: inherit;
    width: 100%;
  }

  .company-history th,
  .training-info th {
    padding-bottom: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .company-history td,
  .training-info td {
    padding-top: 0;
    border-top: 0;
    border-left: 0;
  }

  .text-with-image__image {
    max-width: 480px;
    margin-inline: auto;
  }

  .text-with-image__image img {
    width: 100%;
  }

  .text-with-image__image img[width="175"] {
    width: auto;
  }

  .break-sp:before {
    white-space: pre;
    content: "\a";
  }

  .section-header h2 {
    max-width: 8em;
    font-size: 1.25rem;
  }

  .tab-container--search .tablist {
    padding-bottom: 1em;
    border-bottom: 1px solid;
  }

  .recent-column-grid.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1.25rem;
  }

  .recent-column-grid__item {
    flex: 0 0 calc((100% - 1.25rem) / 2);
  }

  .link-list {
    display: block;
    width: auto;
  }

  .link-list > caption,
  .link-list > tbody,
  .link-list tr,
  .link-list th,
  .link-list td {
    display: inherit;
    width: 100%;
  }

  .link-list tr:nth-child(n+2) {
    margin-top: -1px;
  }

  .link-list th,
  .link-list td {
    border-inline: 0;
  }

  .link-list th {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .link-list td {
    padding-top: 0;
    border-top: 0;
  }

  .kyuusyu-it-table {
    width: 768px;
  }

  .wpcf7-text {
    width: 100%;
  }
}

@media print {
  body {
    min-width: 1152px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}