@charset "UTF-8";
/*
Theme Name:   MEISTIER
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?v3i739");
  src: url("fonts/icomoon.eot?v3i739#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?v3i739") format("truetype"), url("fonts/icomoon.woff?v3i739") format("woff"), url("fonts/icomoon.svg?v3i739#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.75;
  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;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}
@media print, screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

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

a {
  color: inherit;
  transition: 0.3s;
  transition-property: color, opacity, background-color, border-color, transform, filter;
}
a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}
:where(p) > a:not([href^="tel:"]) {
  color: #345C88;
  font-weight: 700;
}
@media print, screen and (min-width: 1280px) {
  a[href^="tel:"] {
    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;
}

em {
  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;
}
@media print, screen and (min-width: 768px) {
  section {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

tr:nth-child(2n), tr.odd {
  background: #FBFBFB;
}
tr.even {
  background: transparent;
}

th,
td {
  vertical-align: top;
  padding: 1em;
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  font-weight: inherit;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  th,
  td {
    padding: 1.5em;
  }
}

th {
  white-space: nowrap;
}

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

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

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 0.75em;
  border: 0;
  border-radius: 0;
  background: #F3F3F3;
}
[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

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

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

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

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

legend {
  width: 100%;
}

/* Extends
--------------------------------*/
.post:first-child, .paragraph:first-child {
  margin-top: 0;
}

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

.site-content, .site-footer-content, .site-header-content {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}
@media print, screen and (min-width: 1280px) {
  .site-content, .site-footer-content, .site-header-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

.post-navigation a, .wpcf7-submit, .btn {
  display: block;
  width: fit-content;
  max-width: 100%;
  min-width: 17.143em;
  line-height: 1.5;
  box-shadow: none;
  margin: 0 auto;
  padding: 1.036em 2em;
  border: 0.07143em solid #345C88;
  border-radius: 4em;
  background: #fff;
  color: #1a284e;
  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;
}
.post-navigation a:hover, .wpcf7-submit:hover, .btn:hover, .post-navigation a:focus, .wpcf7-submit:focus, .btn:focus {
  background-color: #E7EAF3;
  color: #345C88;
}

/* Heading
--------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 3rem 0 1em;
  font-weight: 700;
}
:where(h1,
h2,
h3,
h4,
h5,
h6) + section {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 6rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  h2 {
    font-size: 2.625rem;
    letter-spacing: 0.09em;
  }
}

h3 {
  position: relative;
  padding-left: 0.6786em;
  font-size: 1.25rem;
}
h3::before {
  position: absolute;
  top: 0.625em;
  left: 0;
  width: 0.286em;
  height: 0.107143em;
  background: currentColor;
  transform: translateY(-50%);
  content: "";
}
@media print, screen and (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-weight: 500;
  font-size: 1.125rem;
}

/* Site Width
--------------------------------*/
.site {
  margin: auto;
}

/* Common
--------------------------------*/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.57143em;
}
.btn:after {
  position: relative;
  top: 0.15em;
  font: 1em/0.5 icomoon;
  content: "\e902";
}

.image {
  text-align: center;
}

.tagline {
  line-height: 1.5625;
  font-weight: 700;
  font-size: 1.125em;
  text-align: center;
  word-break: auto-phrase;
}
@media print, screen and (min-width: 768px) {
  .tagline {
    font-size: 2em;
  }
}

.lede {
  line-height: 1.8;
}
:where(.lede) p {
  margin-block: 2em;
}

.link,
.more-link {
  margin-top: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .link,
  .more-link {
    margin-top: 2rem;
  }
}

.en {
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.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;
}
.screen-reader-text:before, .screen-reader-text:after {
  content: none;
}

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

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }
}
/* Header
--------------------------------*/
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.25);
}
.site-header-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding-block: 0.78125rem;
}
@media print, screen and (min-width: 768px) {
  .site-header-content {
    padding-block: 1.40625rem;
  }
}
@media print, screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.site-title {
  width: 7.125rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.global-nav {
  margin-left: auto;
}
.global-nav-content {
  display: none;
}
.no-js .global-nav-content {
  display: block;
}
.global-nav__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.global-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.global-nav__link {
  display: block;
  position: relative;
  line-height: 1.125;
  font-weight: 500;
  font-size: 0.625em;
  text-align: center;
  text-decoration: none;
}
.global-nav__link .en {
  display: block;
  margin-bottom: 0.3125em;
  font-size: 1.6em;
}
.global-nav__link .en + span:lang(en) {
  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;
}
.global-nav__link .en + span:lang(en):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;
}
.global-nav__link[href*="youtube.com"] {
  font: 700 0.8125em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.global-nav__link[href*="youtube.com"]:before {
  display: block;
  transition: color 0.3s;
  font: 2.154em/1 icomoon;
  content: "\e900";
}
.global-nav__link[href*="youtube.com"]:after {
  content: none;
}
.global-nav__link[href*="youtube.com"]:hover:before, .global-nav__link[href*="youtube.com"]:focus:before {
  color: #ff0033;
}
.global-nav__recruit {
  --color: #345C88;
  --bg: #E7EAF3;
  --icon-color: #fff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 12.46em;
  line-height: 1.3846;
  margin: 0 auto;
  padding: 0.8462em 1em;
  border-radius: 3em;
  background: var(--bg);
  color: var(--color);
  font-weight: 700;
  font-size: 0.8125em;
  text-align: center;
  text-decoration: none;
}
.global-nav__recruit:before {
  width: 1.125em;
  height: 1.125em;
  border-radius: 50%;
  background: var(--color);
  transition: inherit;
  color: var(--icon-color);
  font: 1.23077em/1.125 icomoon;
  text-align: center;
  content: "\e901";
}
.global-nav__recruit:after {
  width: 1.125em;
  font-size: 1.23077em;
  content: "";
}
.global-nav__recruit:hover, .global-nav__recruit:focus {
  --color: #fff;
  --bg: #345C88;
  --icon-color: #345C88;
}
@media print, screen and (min-width: 768px) {
  .global-nav {
    color: #345C88;
  }
  .global-nav-content {
    display: block;
  }
  .global-nav__inner {
    display: block;
  }
  .global-nav__list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3em;
  }
  .global-nav__item {
    flex: 1 100%;
  }
  .global-nav__item:has(.global-nav__recruit) {
    align-self: center;
  }
  .global-nav__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .global-nav__link:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0.2em;
    opacity: 0;
    margin-top: 0.2em;
    background: linear-gradient(to right, #69a3d8, #6ca5d9 10%, #78aedd 20%, #8cbbe3 34%, #a8cfec 39%, #cbe8f8 48.5%, #d3edfb 50%, #cbe8f8 51.5%, #a8cfec 60%, #8cbbe3 70%, #78aedd 80%, #6ca5d9 90%, #69a3d8);
    transform: translateX(-50%);
    transition: 0.3s;
    transition-property: opacity, width;
    content: "";
  }
  .global-nav__link:hover:after, .global-nav__link:focus:after {
    width: 120%;
    opacity: 1;
  }
}

.menu-button {
  position: relative;
  background: transparent;
  color: inherit;
}
.menu-button[aria-expanded=true] {
  z-index: 100001;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}

.menu-icon {
  display: block;
}
.menu-icon__bar {
  transform-origin: 50% 50%;
  transition: 0.5s;
  stroke: currentColor;
}
[aria-expanded=true] .menu-icon__bar {
  transform: rotate(45deg);
}
[aria-expanded=true] .menu-icon__bar:first-child {
  transform: rotate(45deg) translateY(6.67px);
}
[aria-expanded=true] .menu-icon__bar:nth-child(3) {
  transform: rotate(-45deg) translateY(-6.67px);
}

.drawer {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  background: #345C88;
  color: #fff;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}
@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

.hero {
  position: relative;
  height: 100vw;
  margin-bottom: 3rem;
  background: #000;
  color: #fff;
}
.hero__content {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 10;
  flex-direction: column;
  gap: 2em;
  width: 93.75vw;
  max-width: 1220px;
  opacity: 0;
  margin: 0 auto;
  filter: blur(0.5em);
  transform: translateY(-50%);
  transition: opacity 0.5s, filter 1s;
  font-size: 4.1025641026vw;
}
.is-loaded .hero__content {
  filter: blur(0);
  opacity: 1;
}
.no-js .hero__content {
  transition: none;
  filter: none;
  opacity: 1;
}
.hero__content > p {
  margin: 0;
  font-weight: 900;
}
.hero__en {
  font: 700 2.345625em/1.12 Futura, "Century Gothic", "Jost", sans-serif;
  letter-spacing: 0.02em;
}
.hero__en > span {
  display: block;
  width: fit-content;
}
.hero__tagline {
  line-height: 1.2;
  font-size: 2.24625em;
  letter-spacing: 0.3em;
}
.hero__text {
  width: 22em;
  line-height: 1.87;
  font-size: 0.875em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .hero__content .break {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .hero {
    height: 53.125vw;
    max-height: 688px;
    margin-bottom: 14rem;
  }
  .hero__content {
    font-size: 1rem;
  }
  .hero__en {
    font-size: 6.465625em;
  }
  .hero__tagline {
    font-size: 3.8125em;
  }
  .hero__text {
    width: auto;
    font-size: 1.47875em;
    text-align: left;
  }
}

.hero-slide {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.is-loaded .hero-slide {
  opacity: 1;
}
.hero-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
}
.hero-slide__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide__item iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .hero-slide__item iframe {
    width: 100%;
    height: auto;
  }
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 8rem;
  height: 8rem;
  margin: auto;
  border-radius: 50%;
  background: radial-gradient(circle at 90% 75%, transparent 30%, #69a3d8 80%);
  mask-image: radial-gradient(circle at 4.22rem, transparent 3.8rem, #000 3.8rem);
  animation: spin 1.5s linear infinite;
  transition: opacity 0.5s;
}
.is-loaded .loader {
  opacity: 0;
}
.no-js .loader {
  display: none;
}

/* 回転アニメーションの定義 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Footer
--------------------------------*/
.site-footer {
  margin-top: 3rem;
  padding: 0 0 1rem;
}
.home .site-footer {
  margin-top: 0;
}
.site-footer-content {
  padding-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  .site-footer {
    margin-top: 6rem;
  }
  .site-footer-content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "org sitemap" "social sitemap";
    align-items: start;
    gap: 0 5rem;
    padding-top: 3rem;
  }
}

.foot-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.foot-menu__item {
  --color: #345C88;
  --bg: #E7EAF3;
}
.foot-menu__item:nth-child(2) {
  --color: #fff;
  --bg: #345C88;
}
.foot-menu__link {
  display: block;
  display: flex;
  align-items: center;
  padding: 1.2em 3.125vw;
  background: var(--bg);
  color: var(--color);
  font-weight: 700;
  text-decoration: none;
}
.foot-menu__link:after {
  width: 1.25em;
  height: 1.25em;
  margin-left: auto;
  border-radius: 50%;
  background: #345C88;
  transition: 0.3s transform;
  color: #fff;
  font: 1.6em/1.25 icomoon;
  text-align: center;
  content: "\e902";
}
.foot-menu__link .en {
  margin-right: 0.667em;
  font-size: 1.8em;
  text-transform: uppercase;
}
.foot-menu__link .en + span:lang(en) {
  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;
}
.foot-menu__link .en + span:lang(en):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;
}
.foot-menu__link:hover, .foot-menu__link:focus {
  opacity: 0.8;
}
.foot-menu__link:hover:after, .foot-menu__link:focus:after {
  transform: translateX(25%);
}
.foot-menu__item:nth-child(2) .foot-menu__link:after {
  background: #fff;
  color: #345C88;
}
@media print, screen and (min-width: 768px) {
  .foot-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .foot-menu__link {
    padding-right: 3.2em;
  }
  .foot-menu__item:nth-child(2) .foot-menu__link {
    padding-right: 3.125vw;
    padding-left: 3.2em;
  }
}
@media print, screen and (min-width: 1280px) {
  .foot-menu__link {
    font-size: 1.25em;
    padding-left: calc(50vw - 610px);
  }
  .foot-menu__item:nth-child(2) .foot-menu__link {
    padding-right: calc(50vw - 610px);
  }
}

.foot-sitemap {
  display: grid;
  list-style: none;
  grid-area: sitemap;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 10.2564vw;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 0.8125em;
}
.foot-sitemap__item:has(.foot-sitemap-children) {
  flex: 0 0 100%;
}
.foot-sitemap__link {
  position: relative;
  color: #345C88;
  font-weight: 700;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .foot-sitemap {
    grid-template-columns: repeat(3, auto);
    gap: 1em 5rem;
  }
  .foot-sitemap__item:has(.foot-sitemap-children) {
    grid-row: 1/span 6;
  }
}

.foot-sitemap__link:before {
  position: absolute;
  top: 0.1em;
  right: 100%;
  opacity: 0;
  margin-right: 0.3em;
  transition: opacity 0.3s;
  color: #345C88;
  font-family: icomoon;
  content: "\e902";
}
.foot-sitemap__link:hover:before, .foot-sitemap__link:focus:before {
  opacity: 1;
}

.foot-sitemap-children {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 0.57143em;
  margin: 0.5em 0 0 1em;
  padding: 0;
}
.foot-sitemap-children a {
  position: relative;
  font-size: 0.85em;
  text-decoration: none;
}
.foot-sitemap-children a:before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  height: 0;
  margin: auto;
  margin-right: 0.6154em;
  border: solid transparent;
  border-width: 0.2em 0 0.2em 0.2885em;
  border-left-color: #345C88;
  transition: margin 0.3s;
  content: "";
}
.foot-sitemap-children a:hover:before, .foot-sitemap-children a:focus:before {
  margin-right: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .foot-sitemap-children {
    row-gap: 1em;
    margin-top: 1em;
  }
  .foot-sitemap-children a {
    font-size: 1em;
  }
}

.organization {
  grid-area: org;
  line-height: 1.6;
  margin: 2rem 0 1.25rem;
  font-size: 0.875em;
  text-align: center;
}
.organization__logo {
  margin-bottom: 1em;
}
.organization__name > span {
  display: block;
}
.organization__name > span:lang(en) {
  display: none;
}
.organization__contact {
  display: flex;
  justify-content: center;
  gap: 0.3em;
}
.organization__contact:before {
  order: 2;
  content: "/";
}
.organization__tel {
  order: 1;
}
.organization__fax {
  order: 3;
}
@media print, screen and (min-width: 768px) {
  .organization {
    margin-top: 0;
    text-align: left;
  }
  .organization__logo {
    margin-bottom: 2.5em;
  }
  .organization__name > span {
    display: inline;
  }
  .organization__contact {
    justify-content: flex-start;
  }
}

.foot-social {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .foot-social {
    display: flex;
    justify-content: flex-start;
    grid-area: social;
  }
}

.foot-youtube {
  display: block;
  display: flex;
  align-items: center;
  color: #345C88;
  font: 700 0.8125em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.foot-youtube:before {
  display: block;
  margin-right: 0.286em;
  transition: color 0.3s;
  font: 2.154em/1 icomoon;
  content: "\e900";
}
.foot-youtube:hover:before, .foot-youtube:focus:before {
  color: #ff0033;
}

.copyright {
  margin-top: 2.5rem;
  font-size: 0.625em;
  text-align: center;
}

/* Site Content
--------------------------------*/
.error404 .site-content {
  margin-top: 2rem;
}
.site-content__inner {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: 0.6s ease;
  transition-property: opacity, filter;
  filter: blur(0.5rem);
}
.no-js .site-content__inner {
  opacity: 1;
  filter: blur(0);
  transition: none;
}
.site-content__inner.in-view {
  opacity: 1;
  filter: blur(0);
}
.site-content__inner > main {
  order: 3;
}
@media print, screen and (min-width: 768px) {
  .error404 .site-content {
    margin-top: 5rem;
  }
  .site-content__inner {
    display: grid;
    grid-template-columns: 20rem 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "header main" "children main";
    align-items: start;
    gap: 0 5rem;
  }
  .site-content--wide .site-content__inner {
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

main {
  grid-area: main;
}

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

/* 404
--------------------------------*/
.search-form {
  display: flex;
  max-width: 400px;
}
.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}
.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/
.sidebar {
  margin-top: 2rem;
}

.sidebar-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.sidebar-list a {
  display: block;
  position: relative;
  text-decoration: none;
}
.sidebar-list a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  border-top: 1px solid;
  transition: width 0.3s;
  content: "";
}
.sidebar-list a[aria-current=page]:after {
  vertical-align: top;
  margin-left: 0.4286em;
  font-family: icomoon;
  content: "\e902";
}
.sidebar-list a:hover:before, .sidebar-list a:focus:before {
  width: 100%;
}

.page-nav {
  order: 2;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }
  .page-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1.6;
    padding: 0.8em;
    background: #E7EAF3;
    color: #345C88;
    font-weight: 500;
    font-size: 0.625rem;
    text-align: center;
  }
  .page-nav a:before, .page-nav a:after {
    content: none;
  }
  .page-nav a[aria-current=page] {
    background: #345C88;
    color: #fff;
    font-weight: 700;
  }
  .page-nav a[aria-current=page]:after {
    content: none;
  }
}

.sidebar,
.page-nav {
  --top: 5.75rem;
  grid-area: children;
}
@media print, screen and (min-width: 768px) {
  .sidebar,
  .page-nav {
    position: sticky;
    top: calc(9.75rem + var(--top));
    margin-top: 4rem;
    margin-bottom: 0;
    transition: opacity 0.3s;
  }
  .sidebar > ul,
  .page-nav > ul {
    gap: 1.5em;
  }
  .sidebar a,
  .page-nav a {
    width: fit-content;
  }
}
@media print, screen and (min-width: 783px) {
  .admin-bar .sidebar,
  .admin-bar .page-nav {
    top: calc(32px + 9.75rem + var(--top));
  }
}

.widget {
  margin: 0;
}

/* Breadcrumbs
--------------------------------*/
.breadcrumbs {
  grid-area: breadcrumbs;
  overflow: auto;
  margin: 0.5rem 0 2rem;
  font-size: 0.875em;
}
.breadcrumbs > ol {
  display: flex;
}
.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;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 5rem;
  }
}

/* Home
--------------------------------*/
.home-section-heading {
  margin: 0 0 1rem;
  padding: 0;
  color: #345C88;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}
.home-section-heading .en {
  display: block;
  width: fit-content;
  line-height: 1.15;
  background: url(images/bg_text.webp) 0 0.145em/100% 107.037% no-repeat currentColor;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.9em;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
@media print, screen and (min-width: 768px) {
  .home-section-heading {
    font-size: 1.25rem;
  }
}

.home-news-area__header {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .home-news-area {
    display: grid;
    grid-template-columns: 1fr 57rem;
    grid-template-rows: auto 1fr;
    grid-template-areas: "header content" "more content";
    gap: 0 4rem;
  }
  .home-news-area__header {
    grid-area: header;
    margin: 0;
  }
  .home-news-area__content {
    grid-area: content;
  }
  .home-news-area .more-link {
    grid-area: more;
    align-self: end;
    margin-bottom: 1.5em;
  }
}

.post-list {
  display: grid;
  list-style: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.post-list__item {
  border-bottom: 1px solid #bdbdbd;
}
.post-list__link {
  display: grid;
  grid-template-areas: "date category" "title title";
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.25em 0.5em;
  padding: 1.5em 0;
  text-decoration: none;
}
.post-list__link:hover, .post-list__link:focus {
  color: #345C88;
}
.post-list__item:first-child .post-list__link {
  padding-top: 0;
}
.post-list__date {
  grid-area: date;
  font-size: 0.75em;
}
.post-list__category {
  display: block;
  grid-area: category;
  width: fit-content;
  padding: 0 0.8334em;
  border: 1px solid;
  border-radius: 2em;
  color: #345C88;
  font-size: 0.75em;
}
.post-list__title {
  display: block;
  position: relative;
  grid-area: title;
  font-weight: 700;
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .post-list {
    grid-template-columns: auto auto 1fr;
  }
  .post-list__item {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: subgrid;
  }
  .post-list__link {
    --opacity: 0;
    grid-column: 1/-1;
    grid-template-columns: subgrid;
    grid-template-areas: "date category title";
    gap: 0 3.5em;
    padding-block: 2.84375em;
  }
  .post-list__link:hover, .post-list__link:focus {
    --opacity: 1;
  }
  .post-list__title {
    margin-left: -1em;
    padding-left: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .post-list__title:before {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: var(--opacity);
    transform: translateY(-50%);
    transition: opacity 0.3s;
    font: 1em/0.5 icomoon;
    content: "\e902";
  }
}

.home-company-area__image {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  text-align: center;
}
.home-company-area__content {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  padding: 1.25rem 1.25rem 0;
  border-radius: 1em 1em 0 0;
  background: #fff;
}
.home-company-area__lede {
  line-height: 2;
  margin: 1.5rem auto;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .home-company-area__lede .break {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .home-company-area {
    display: grid;
    grid-template-columns: 1fr 17.5rem 22.125rem;
    align-items: center;
    margin-left: calc(50% - 50vw);
  }
  .home-company-area__image {
    grid-row: 1;
    grid-column: 1/3;
    margin: 0;
  }
  .home-company-area__image img {
    border-radius: 1rem;
  }
  .home-company-area__content {
    grid-row: 1;
    grid-column: 2/4;
    margin: 0;
    padding: 5rem 0 5rem 6rem;
    border-radius: 1rem 0 0 1rem;
  }
  .home-company-area__content .tagline {
    text-align: left;
  }
  .home-company-area__lede {
    margin-block: 2rem;
  }
}
@media print, screen and (min-width: 1440px) {
  .home-company-area {
    margin-left: -110px;
  }
}

.link-list {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 0 1em;
  margin: 0;
  padding: 0;
}
.link-list a {
  display: block;
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 1em 2em 1em 0.57143em;
  border-bottom: 1px solid #345C88;
  font-size: 0.875em;
  text-decoration: none;
}
.link-list a:after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  transition: transform 0.3s;
  font: 1em/0.5 icomoon;
  content: "\e902";
}
.link-list a:hover, .link-list a:focus {
  background: #E7EAF3;
}
.link-list a:hover:after, .link-list a:focus:after {
  transform: translate(50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .link-list {
    column-gap: 3.75em;
  }
  .link-list a {
    padding-right: 3.4286em;
  }
  .link-list a:after {
    right: 2.93em;
  }
}

.home-business-area__content {
  position: relative;
  height: 15.5rem;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-bottom: -3.5rem;
  padding-top: 3em;
  background: rgba(105, 163, 216, 0.8);
  background: linear-gradient(0deg, rgba(211, 237, 251, 0.8) 0%, rgba(203, 232, 248, 0.8) 3%, rgba(168, 207, 236, 0.8) 22%, rgba(140, 187, 227, 0.8) 42%, rgba(120, 174, 221, 0.8) 61%, rgba(108, 165, 217, 0.8) 80%, rgba(105, 163, 216, 0.8) 100%);
  color: #fff;
}
.home-business-area__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-business-area__bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
}
.home-business-area .home-section-heading {
  color: inherit;
}
.home-business-area .home-section-heading .en {
  background-image: none;
}
@media print, screen and (min-width: 768px) {
  .home-business-area__content {
    height: 36.25rem;
    aspect-ratio: auto;
    margin-bottom: -10rem;
    padding-top: 4.5rem;
    border-radius: 2.5rem;
  }
  .home-business-area__bg iframe {
    width: 100%;
    height: auto;
  }
  .home-business-area .tagline {
    width: 9em;
    font-size: 2.625rem;
    text-align: left;
  }
}
@media print, screen and (min-width: 1366px) {
  .home-business-area__content {
    margin-inline: -73px;
    padding-inline: 73px;
  }
}

.slide-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .slide-wrap {
    padding: 0;
  }
}

.business-slide {
  width: calc(100% - 3rem);
  max-width: 448px;
  margin: 0 auto;
}
.business-slide .splide__track {
  overflow: visible;
}
.business-slide__item {
  container-type: inline-size;
}
.business-slide__image {
  aspect-ratio: 16/9;
  margin-bottom: 8.928575cqi;
}
.business-slide__image img {
  width: 100%;
  height: 100%;
  border-radius: 5.357145cqi;
  object-fit: cover;
}
.business-slide__title {
  margin-bottom: 0.75em;
  padding: 0;
  font-size: 7.14286cqi;
}
.business-slide__title:before {
  content: none;
}
.business-slide__title .en {
  display: block;
  margin-bottom: 1.143em;
  color: #345C88;
  font-size: 0.4375em;
  text-transform: uppercase;
}
.business-slide__tagline {
  font-weight: 700;
  font-size: 5.357145cqi;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.business-slide__text {
  line-height: 2.25;
  margin-bottom: 2em;
  font-size: 3.57143cqi;
  text-align: justify;
}
.business-slide .btn {
  margin: auto 0 0;
  font-size: 3.12500125cqi;
}
@media print, screen and (min-width: 768px) {
  .business-slide {
    width: auto;
    max-width: none;
    margin: 0;
  }
  .business-slide__item {
    display: flex;
    flex-direction: column;
  }
}

.home-youtube-area {
  display: grid;
  position: relative;
  align-items: center;
  height: 100vw;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 1.5rem;
  background: #333;
  color: #fff;
}
.home-youtube-area:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(52, 118, 136, 0.54);
  content: "";
}
.home-youtube-area .home-section-heading {
  color: inherit;
  text-align: center;
}
.home-youtube-area .home-section-heading .en {
  margin: 0 auto 0.103em;
  background-image: none;
}
.home-youtube-area .tagline {
  line-height: inherit;
}
.home-youtube-area__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
}
.home-youtube-area__inner {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .home-youtube-area {
    height: auto;
    padding-block: 4rem;
  }
  .home-youtube-area .tagline {
    font-size: 1.5em;
  }
  .home-youtube-area__movie {
    width: 100%;
    height: auto;
  }
}

/* Page
--------------------------------*/
.page-header {
  grid-area: header;
  order: 1;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  overflow: hidden;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .page-header {
    position: sticky;
    top: 5.75rem;
    z-index: 100;
    overflow: visible;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s;
  }
}
@media print, screen and (min-width: 783px) {
  .admin-bar .page-header {
    top: calc(32px + 5.75rem);
  }
}

.page-title {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
.page-title .en {
  display: block;
  width: fit-content;
  line-height: 1.15;
  margin-bottom: 0.26em;
  background: url(images/bg_text.webp) 0 0.145em/100% 107.037% no-repeat currentColor;
  -webkit-background-clip: text;
  background-clip: text;
  transform-origin: 0 0;
  -webkit-text-fill-color: transparent;
  font-size: 3.412em;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    font-size: 1.0625rem;
  }
  .page-title .en {
    margin-right: -0.5em;
  }
  .page-title[data-en=Disclosure] .en {
    scale: 0.85 1;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

.type-page {
  font-size: 0.875rem;
}

/** Company */
.vision {
  line-height: 2.1667;
  font-family: inherit;
  font-weight: 700;
  font-size: min(20px, 5.026vw);
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .vision {
    font-size: 1.5rem;
  }
}

.slogan {
  line-height: 2.1667;
  font-weight: 700;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .slogan {
    font-size: 1.5rem;
    letter-spacing: 0.021em;
  }
}

.officer-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 3em;
}
.officer-list__item {
  display: grid;
  list-style: disc;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}
.officer-list__item > dt {
  font-weight: inherit;
}

.company-history .spaned :where(th, td):not([rowspan]) {
  padding-bottom: 0;
  border-bottom: 0;
}

.office-item {
  padding: 1.5em 1em;
  background: #fff;
  border-bottom: 1px solid #bdbdbd;
  font-size: 1rem;
}
.office-item:nth-child(2n) {
  background: #fbfbfb;
}
.office-item__logo {
  margin-bottom: 0.5em;
}
.office-item__logo img {
  max-height: 3.375em;
}
.office-item__name {
  line-height: 1.4;
  margin: 0 0 0.445em;
  padding: 0;
  font-weight: 500;
  font-size: 1.125em;
}
.office-item__name:before {
  content: none;
}
.office-item__content {
  line-height: 1.8;
  font-size: 0.875em;
  letter-spacing: 0.036em;
}
.office-item__division {
  overflow: hidden;
  margin: 0;
}
.office-item__division + .office-item__division {
  margin-top: 0.86em;
}
.office-item__division-name {
  float: left;
  line-height: inherit;
  margin: 0;
  padding: 0;
  color: #3082d1;
  font-size: 1em;
}
.office-item__division-name:after {
  content: "：";
}
.office-item__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
  clear: both;
}
.office-item__contact a {
  text-decoration: none;
}
.office-item__map {
  display: block;
  display: flex;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
  gap: 0.111em;
  width: fit-content;
  margin-top: 1em;
  padding: 0 0.667em;
  border: 1px solid;
  border-radius: 1em;
  color: #3082d1;
  font-size: 0.857143em;
  text-decoration: none;
}
.office-item__map:after {
  display: inline-block;
  width: 0.667em;
  height: 0.667em;
  background: url(images/icon_map.svgz) no-repeat 50% 50%/contain;
  content: "";
}
.office-item__map:hover, .office-item__map:focus {
  background: #E7EAF3;
}

.organization-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 396px;
  margin: 0 auto;
  padding: 0;
}
.organization-list__item {
  container-type: inline-size;
}
.organization-list__link {
  display: block;
  text-decoration: none;
}
.organization-list__link:hover, .organization-list__link:focus {
  color: #345C88;
}
.organization-list__link:hover .organization-list__banner, .organization-list__link:focus .organization-list__banner {
  opacity: 0.65;
}
.organization-list__banner {
  margin-bottom: 3.54cqi;
  transition: opacity 0.3s;
}
.organization-list__name {
  font-size: 3.54cqi;
}
@media print, screen and (min-width: 768px) {
  .organization-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4rem;
    max-width: none;
  }
}

.iso {
  margin-top: 2rem;
}
.iso__image {
  max-width: 18.75rem;
}
.iso ul {
  list-style: none;
  padding-left: 0;
  counter-reset: num;
  font-size: 0.75rem;
}
.iso ul > li {
  counter-increment: num;
}
.iso ul > li::before {
  content: counter(num) ") ";
}

/** Recruit */
.mynavi {
  margin-top: 2rem;
}
.mynavi__banner {
  margin-bottom: 1rem;
  text-align: center;
}
.mynavi__link {
  display: block;
  display: flex;
  align-items: center;
  padding: 1.5em 1.25em;
  border-bottom: 1px solid #908f8f;
  text-decoration: none;
}
.mynavi__link:after {
  margin-left: auto;
  transition: transform 0.3s;
  font-family: icomoon;
  content: "\e902";
}
.mynavi__link:hover, .mynavi__link:focus {
  background: #E7EAF3;
}
.mynavi__link:hover:after, .mynavi__link:focus:after {
  transform: translateX(50%);
}
@media print, screen and (min-width: 768px) {
  .mynavi {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 4.5rem;
    align-items: end;
    margin-top: 2.5rem;
  }
  .mynavi__banner {
    margin: 0;
  }
  .mynavi__link {
    width: 23em;
    margin-bottom: 1em;
  }
}

.hgroup {
  margin-bottom: 1.25rem;
}
.hgroup h3 {
  margin: 0;
}
.hgroup .note {
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .hgroup {
    margin-bottom: 1.75rem;
  }
}

.selection-process {
  margin: 3rem 0;
  counter-reset: sp;
}
.selection-process__part {
  counter-increment: sp;
}
.selection-process__title {
  display: flex;
  align-items: center;
  gap: 1.4em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bdbdbd;
  font-size: 1.125em;
  letter-spacing: 0.025em;
}
.selection-process__title:before {
  color: #1e2c57;
  font-size: 1.6em;
  letter-spacing: 0;
  content: "0" counter(sp);
}
.selection-process__content {
  line-height: 1.8;
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .selection-process {
    margin-block: 6rem;
  }
  .selection-process__title {
    font-size: 1.25rem;
  }
}

.recruit-contact {
  padding-top: 2rem;
  border-top: 1px solid #bdbdbd;
  line-height: 1.8;
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .recruit-contact {
    padding-top: 3rem;
  }
}

/** Contact */
.contact-tel {
  margin-bottom: 2rem;
  color: #345C88;
  font-weight: 700;
  font-size: min(36px, 9.23077vw);
}
.contact-tel a {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .contact-tel {
    font-size: 2.25rem;
  }
}

/** Privacy Policy */
.policy-content {
  counter-reset: pp;
}

.privacy-policy-part {
  counter-increment: pp;
}
.privacy-policy-part__heading {
  position: relative;
  padding-left: 2em;
  font-size: 1.25rem;
}
.privacy-policy-part__heading:before {
  position: absolute;
  left: 0;
  content: counter(pp, decimal-leading-zero);
}
@media print, screen and (min-width: 768px) {
  .privacy-policy-part__heading {
    font-size: 1.375rem;
  }
}

.consultation-desk {
  margin-top: 1rem;
  padding: 1em;
  background: #f5f5f5;
}
.consultation-desk__heading {
  padding: 0;
  font-weight: 500;
  font-size: 1.286em;
}
.consultation-desk__heading::before {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .consultation-desk {
    margin-top: 1.5rem;
    padding: 1.5rem 2rem;
  }
}

.privacy-policy-footer {
  padding-top: 1rem;
  border-top: 1px solid #bdbdbd;
}

.doc-list {
  color: #345C88;
}

.disclosure-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 3em;
  margin: 0;
  padding: 0;
}
.disclosure-list__item {
  text-align: center;
}
.disclosure-list__item img {
  box-shadow: 0 0 0 1px #C5C5C5;
}

/* Post
--------------------------------*/
.post {
  margin: 4rem 0;
}

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

.entry-meta {
  margin-top: 3px;
  color: #666;
  font-size: 0.9375em;
}

.entry-content {
  margin-top: 40px;
}
.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;
}

.post-share {
  margin-top: 2.5rem;
}
.post-share__heading {
  display: block;
  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;
  margin: 0;
  padding: 0;
  border: 0;
}
.post-share__heading: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;
}

/*** Wordpress Native Classes ***/
.wp-caption {
  max-width: 100%;
}

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

@media print, screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

.aligncenter {
  clear: both;
}

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

.gallery {
  display: grid;
  clear: both;
  gap: 0.5em;
  margin: 1.5em auto;
}

.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);
}

div.wpcf7 {
  width: 100%;
  margin: 2rem auto 0;
}
@media print, screen and (min-width: 768px) {
  div.wpcf7 {
    margin-top: 3rem;
  }
}

.field {
  margin-bottom: 1.5rem;
}
.field__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.5em;
  margin-bottom: 0.86em;
}
@media print, screen and (min-width: 768px) {
  .field {
    margin-bottom: 2rem;
  }
}

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

.optional {
  background: #E7EAF3;
  color: #345C88;
}

.acceptance {
  margin: 2.5em 0;
  text-align: center;
}
.acceptance label {
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .acceptance {
    text-align: left;
  }
}

.submit {
  display: grid;
  grid-template-areas: ". btn spinner";
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media print, screen and (min-width: 768px) {
  .submit {
    grid-template-areas: "btn spinner .";
    grid-template-columns: auto 24px 1fr;
    gap: 1.5rem;
    justify-content: start;
  }
}

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

.wpcf7-submit {
  grid-area: btn;
  width: 100%;
  min-width: 0;
}
@media print, screen and (min-width: 768px) {
  .wpcf7-submit {
    width: auto;
    min-width: 20em;
  }
}

.wpcf7-spinner {
  grid-area: spinner;
  margin: 0;
}

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

@media print, screen and (min-width: 768px) {
  .wpcf7-text[type=tel] {
    width: auto;
  }
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}

.wpcf7-list-item {
  margin: 0;
}

.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: 4rem auto 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .navigation {
    margin-top: 8rem;
  }
}

.post-navigation .nav-links {
  display: grid;
  grid-template-areas: "next" "prev";
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .post-navigation .nav-links {
    grid-template-areas: "prev next";
    grid-template-columns: repeat(2, 1fr);
    justify-content: start;
  }
}

.post-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.57143em;
  text-decoration: none;
}

.nav-next {
  grid-area: next;
  margin-left: auto;
}
.nav-next > a:after {
  font-family: icomoon;
  content: "\e902";
}

.nav-previous {
  grid-area: prev;
  margin-right: auto;
}
.nav-previous > a:before {
  display: inline-block;
  font-family: icomoon;
  transform: rotate(180deg);
  content: "\e902";
}

.page-numbers {
  display: block;
  min-width: 2em;
  height: 2em;
  line-height: 2;
  box-shadow: 0 0 0 1px #345C88 inset;
  padding: 0 0.25em;
  border-radius: 50%;
  background: #fff;
  color: #345C88;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.page-numbers:before {
  display: inline-block;
  vertical-align: top;
  font-family: icomoon;
}
.page-numbers:hover, .page-numbers:focus {
  background: #E7EAF3;
}
.page-numbers.current {
  background: #345C88;
  color: #fff;
}
.page-numbers.prev:before {
  transform: rotate(180deg);
  content: "\e902";
}
.page-numbers.next:before {
  content: "\e902";
}

/* 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: #3b5998;
}
.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: "\f09a";
}

.share-buttons__link.twitter:before {
  content: "\f099";
}

.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: "\f3c0";
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

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

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1280px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}
