<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: shounan-kobo
Author: Crips Code
Description: Description
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

:root {
  --main-color-lighter: #338dce38;
  --main-color: #338dce;
  --main-color-darken: #232b40;
  --sub-color-primary: #ffd147;
  --sub-color-secondary: #ffa339;
  --color-white: #fff;
  --main-background-color: var(--color-white);
  --main-text-color: var(--main-color-darken);
  --font-main: "Noto Sans JP", sans-serif;
  --font-accent: "Noto Serif JP", serif;
  --font-alphabet: "Ropa Sans", sans-serif;
  --letter-spacing-sm: 0em;
  --letter-spacing-md: 0.05em;
  --letter-spacing-lg: 0.1em;
  --letter-spacing-xl: 0.2em;
}

body {
  font-family: var(--font-main);
  letter-spacing: var(--letter-spacing-md);
  width: 100%;
  overflow-x: hidden;
}
body.home {
  overflow-x: auto;
}

a {
  text-decoration: none;
  color: #232b40;
}

p,
label,
a,
button {
  color: #232b40;
  font-family: var(--font-main);
}

h2,
h3,
h4,
span {
  color: #232b40;
}

.title {
  text-align: center;
  line-height: 92px;
  position: relative;
  padding-top: 40px;
  margin-top: 48px;
  font-family: var(--font-accent);
}
.title span,
.title .sub {
  margin: 20px;
  border-bottom: 2px dotted black;
  padding: 24px 0;
  letter-spacing: var(--letter-spacing-xl);
  font-family: var(--font-accent);
}
@media screen and (max-width: 999px) {
  .title span,
  .title .sub {
    padding: 16px 0;
  }
}
.title .subsp {
  margin: 20px;
  border-bottom: 2px dotted black;
  letter-spacing: var(--letter-spacing-xl);
}
.title .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.title .sub {
  font-size: 28px;
}
@media screen and (max-width: 999px) {
  .title .sub {
    font-size: 22px;
  }
}
.title .main {
  font-size: 36px;
}

button,
a {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .sp {
    display: none !important;
  }
}

.with-icon {
  position: relative;
}
.with-icon::before {
  content: url("../images/ic.svg");
  position: absolute;
  right: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 20px;
}

.l-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .l-container {
    width: 100%;
  }
}
.l-container--sm {
  max-width: 1000px;
}

.l-content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

#header {
  height: 78px;
  font-family: var(--font-main);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: white;
  border-top: 8px solid var(--main-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header .header-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
#header .header-inner &gt; div {
  height: 100%;
}
#header .c-header-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  #header .c-header-nav-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#header .c-header-nav-wrap.js-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  background: white;
}
#header .c-header-logo__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .c-header-logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#header .c-header-logo.js-open {
  background-color: white;
  border-radius: 0 0 20px 0;
  height: 130px;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  position: absolute;
  top: 0;
  width: 15%;
}
#header .c-header-logo.js-open .c-header-logo__inner {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .c-header-logo.js-open .c-header-logo__sub {
  display: none;
}
#header .c-header-logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  padding: 8px 15px;
}
#header .c-header-logo img {
  height: 40px;
}
@media screen and (min-width: 1000px) {
  #header .c-header-logo img {
    height: 50px;
  }
}
#header .c-call {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#header .c-call__link {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(112, 112, 112, 0.08)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(top left, rgba(112, 112, 112, 0.08) 50%, transparent 50%);
  background: linear-gradient(to bottom right, rgba(112, 112, 112, 0.08) 50%, transparent 50%);
  min-width: 70px;
}
@media screen and (min-width: 1200px) {
  #header .c-call__link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 1600px) {
  #header .c-call__link {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#header .c-call__icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/call.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  #header .c-call__icon {
    margin-right: 8px;
  }
}
#header .c-call__number {
  display: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 24px;
  color: #232b40;
  font-family: var(--font-alphabet);
}
@media screen and (min-width: 1200px) {
  #header .c-call__number {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  #header .c-call__number {
    font-size: 26px;
  }
}

@media screen and (max-width: 999px) {
  .burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 3;
    margin: auto 8px;
    cursor: pointer;
  }
  .bar {
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #232b40;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  .burger-btn.js-close .bar_top {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .burger-btn.js-close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .burger-btn.js-close .bar_bottom {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .main-copy {
    font-size: 30px;
  }
}
.sp-menu-show.hidden {
  display: none;
}

.c-header-menu-wrap {
  display: none;
}
@media screen and (min-width: 1000px) {
  .c-header-menu-wrap {
    display: block;
  }
}
.c-header-menu-wrap.js-open {
  position: fixed;
  width: 100%;
  z-index: 60;
  background: #add1eb;
  display: block;
  height: 100%;
}

.burger-btn.js-close {
  z-index: 60;
}

#header-menu {
  color: #232b40;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1000px) {
  #header-menu {
    height: 100%;
  }
}
#header-menu .js-has-child.js-open .c-header-nav &gt; li &gt; a::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header-menu .c-header-nav {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 70px;
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    height: 100%;
  }
}
#header-menu .c-header-nav &gt; li {
  position: relative;
  border-bottom: 2px dashed #232b40;
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav &gt; li {
    border-bottom: none;
  }
}
#header-menu .c-header-nav &gt; li.js-has-child &gt; a::before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: auto;
  right: 24px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #232b40;
  border-right: 2px solid #232b40;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav &gt; li.js-has-child &gt; a::before {
    display: none;
  }
}
#header-menu .c-header-nav &gt; li:nth-child(2) {
  border-top: 2px dashed #232b40;
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav &gt; li:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav &gt; li:not(:last-child) {
    position: relative;
  }
}
#header-menu .c-header-nav &gt; li:not(:last-child)::after {
  content: "";
  min-width: 1px;
  min-height: 1px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav &gt; li:not(:last-child)::after {
    height: 20px;
    width: 1px;
    border-right: 4px dotted #232b40;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#header-menu .c-header-nav &gt; li &gt; a {
  text-decoration: none;
  display: block;
  padding: 20px 26px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: var(--letter-spacing-md);
  text-align: left;
  color: #232b40;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav &gt; li &gt; a {
    display: inline-block;
    padding: 22px 7px;
    text-align: center;
    font-size: 15px;
    height: 100%;
  }
}
@media screen and (min-width: 1600px) {
  #header-menu .c-header-nav &gt; li &gt; a {
    padding: 22px 18px;
    font-size: 16px;
  }
}
#header-menu .c-header-nav &gt; li &gt; a:hover,
#header-menu .c-header-nav &gt; li &gt; a .js-has-child.js-open &gt; a {
  background: rgba(51, 141, 206, 0.4);
  color: #338dce;
}
#header-menu .c-header-nav &gt; li &gt; a:hover::before,
#header-menu .c-header-nav &gt; li &gt; a .js-has-child.js-open &gt; a::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header-menu .c-header-nav &gt; li &gt; a &gt; span {
  display: inline-block;
}
#header-menu .c-header-nav .c-header-nav__child {
  display: none;
  border-radius: 0px 0px 5px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav .c-header-nav__child {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 13px 20px 23px;
    background: #eaf3fa;
    visibility: hidden;
    opacity: 0;
  }
}
#header-menu .c-header-nav .c-header-nav__child.js-open {
  display: grid;
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav .c-header-nav__child.js-open {
    display: block;
  }
}
#header-menu .c-header-nav .c-header-nav__child.js-open a {
  pointer-events: auto;
}
#header-menu .c-header-nav .c-header-nav__child &gt; li {
  list-style: none;
  text-align: left;
}
#header-menu .c-header-nav .c-header-nav__child &gt; li &gt; a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: var(--letter-spacing-md);
  line-height: 50px;
  text-align: center;
  color: #232b40;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #eaf3fa;
  border: 1px solid #add1eb;
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav .c-header-nav__child &gt; li &gt; a {
    display: inline-block;
    text-align: left;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    border: none;
  }
}
#header-menu .c-header-nav .c-header-nav__child &gt; li &gt; a:hover {
  color: #338dce;
}
#header-menu .c-header-nav .c-header-nav__child &gt; li &gt; a:hover::before {
  color: #338dce;
}
@media screen and (min-width: 1000px) {
  #header-menu .c-header-nav .c-header-nav__child &gt; li &gt; a::before {
    content: "―";
    display: inline-block;
    margin-right: 8px;
    color: #232b40;
  }
}
#header-menu .js-has-child:hover &gt; .c-header-nav__child,
#header-menu .js-has-child:active &gt; .c-header-nav__child {
  visibility: visible;
  opacity: 1;
}

.c-cv-area {
  position: fixed;
  right: 0;
  bottom: 40px;
  display: grid;
  gap: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 20;
  grid-template-columns: minmax(0, 264px);
  max-width: 264px;
}

.c-cv-blog {
  display: none;
}
@media screen and (min-width: 1000px) {
  .c-cv-blog {
    display: block;
  }
}

.c-cv-blog-sp {
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1000px) {
  .c-cv-blog-sp {
    display: none;
  }
}

.c-cv-blog__link img {
  width: 100%;
  height: auto;
}

.c-cv-blog-sp__link {
  border-radius: 10px 0px 0px 10px;
  border: 1px solid var(--title, #232b40);
  background: var(--white, #fff);
  max-width: 66px;
  padding: 6px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-cv-blog-sp__title,
.c-cv-contact-sp-close__title {
  text-align: center;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9375rem; /* 136.364% */
  white-space: nowrap;
  color: inherit;
}

.c-cv-blog-sp__icon {
  width: 27px;
  margin-left: 8px;
}
.c-cv-blog-sp__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-cv-area__close {
  color: #232b40;
  position: relative;
  display: block;
  margin-left: auto;
  padding: 9px 10px;
  width: 21px;
  height: 21px;
}
.c-cv-area__close::before, .c-cv-area__close::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 21px;
  height: 1px;
  background-color: currentColor;
}
.c-cv-area__close::before {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.c-cv-area__close::after {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.c-cv-contact {
  display: none;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .c-cv-contact {
    display: block;
  }
}
.c-cv-contact__inner {
  padding: 15px 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 1000px) {
  .c-cv-contact__inner {
    padding: 15px 22px 20px;
  }
}
.c-cv-contact__body {
  border-radius: 10px 0px 0px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: var(--font-main);
  font-weight: 700;
}
.c-cv-contact__head {
  border-radius: 10px 0px 0px 0px;
  font-size: 15px;
  letter-spacing: var(--letter-spacing-md);
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  padding: 12px 8px;
}
.c-cv-contact__link {
  color: #232b40;
  margin: auto;
  padding: 12px;
  padding-left: 40px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 11px 24px;
}
.c-cv-contact__link::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-cv-contact__link--reserve {
  background-color: #ffa339;
}
.c-cv-contact__link--reserve::before {
  background-image: url("../images/icon-calendar.png");
}
.c-cv-contact__link--contact {
  background-color: #ffd147;
}
.c-cv-contact__link--contact::before {
  background-image: url("../images/icon-mail.png");
}

.c-cv-contact-sp {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: none;
}
@media screen and (max-width: 999px) {
  .c-cv-contact-sp {
    display: block;
  }
}

.c-cv-contact-sp-close {
  display: block;
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  font: inherit;
  color: var(--color-white);
  border-radius: 10px 0px 0px 10px;
  max-width: 66px;
  padding: 6px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-cv-contact-sp-close.is-hide {
  display: none;
}

.c-cv-contact-sp-close__icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-top: 4px;
}

.c-cv-contact-sp-close__icon {
  display: block;
}
.c-cv-contact-sp-close__icon--send {
  background: url(../images/icon-send.svg) no-repeat center/contain;
  width: 21px;
  height: 20px;
}
.c-cv-contact-sp-close__icon--arrow {
  background: url(../images/icon-arrow-circle.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
}

.c-cv-contact-sp-open.is-hide {
  display: none;
}

.c-cv-contact-sp__head {
  border-radius: 10px 0px 0px 0px;
  background: #338dce;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, -webkit-max-content) minmax(0, 1fr) minmax(0, -webkit-max-content);
  grid-template-columns: minmax(0, max-content) minmax(0, 1fr) minmax(0, max-content);
  padding: 12px 6px 12px 13px;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-cv-contact-sp__message {
  color: var(--white, #fff);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.875rem; /* 107.692% */
  letter-spacing: var(--letter-spacing-md);
}

.c-cv-contact-sp__icon {
  display: block;
}
.c-cv-contact-sp__icon--send {
  background: url(../images/icon-send.svg) no-repeat center/contain;
  width: 30px;
  height: 28px;
}
.c-cv-contact-sp__icon--arrow {
  background: url(../images/icon-arrow-circle.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  rotate: 90deg;
}

.c-back-top {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.c-back-top__button {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  background-color: #232b40;
  border-radius: 5px 0 0 5px;
}
.c-back-top__button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer {
  background-color: rgba(51, 141, 206, 0.1);
  padding: 50px;
  display: grid;
  grid-template-columns: minmax(20vw, 500px) 1fr;
}
@media screen and (max-width: 999px) {
  .footer {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.footer-info {
  position: relative;
}
@media screen and (max-width: 999px) {
  .footer-info {
    margin-top: 32px !important;
  }
}
.footer-info::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  border-left: 2px dotted #232b40;
}
@media screen and (max-width: 999px) {
  .footer-info::before {
    border-left: none;
    border-top: 2px dotted #232b40;
    width: 100%;
    left: 0;
    top: -28px;
  }
}
.footer-logo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer-logo img {
  width: calc(100% - 20px);
  padding: 20px;
}
@media screen and (max-width: 999px) {
  .footer-logo img {
    width: 200px;
  }
}
.footer-logo h4,
.footer-logo p {
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .footer-logo h4,
  .footer-logo p {
    text-align: center;
  }
}
.footer-logo h4 {
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .footer-logo h4 {
    font-size: 18px;
  }
}
.footer-logo p {
  font-size: 16px;
  margin-top: 12px;
}
.footer-logo &gt; * {
  margin: auto;
}
.footer-logo &gt; *:nth-child(3) {
  grid-column: 1/3;
}
.footer-menu {
  display: grid;
  grid-template-rows: 0fr 1fr;
  margin: 0 auto;
}
.footer-menu &gt; * {
  margin: 12px;
}
.footer-menu ul,
.footer-menu a {
  list-style: "― ";
}
.footer-menu ul {
  padding-left: 16px;
}
.footer-menu li {
  margin: 7px 0;
}
.footer-menu a {
  font-size: 12px;
  margin-top: 4px;
}
.footer-menu-container {
  display: grid;
  max-width: 800px;
  margin-left: auto;
  grid-template-columns: repeat(5, minmax(20%, 160px));
}
.footer-menu-title {
  font-size: 14px;
  font-family: var(--font-main);
}

small {
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
  font-family: var(--font-main);
  grid-column: 1/3;
}
@media screen and (max-width: 999px) {
  small {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 60px;
  }
}

.consult {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.consult::before {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  content: "";
  background-image: url("../images/background-consul.png");
  background-position: bottom;
  opacity: 0.4;
}
.consult:after {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: #e2feff;
  background-position: bottom;
  opacity: 0.2;
}
.consult-title {
  text-align: left;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  .consult-title {
    display: grid;
    grid-template-columns: 1fr;
    gridt-template-rows: 1fr 1fr;
  }
}
.consult-title h3 {
  margin-bottom: 12px;
  font-family: var(--font-accent);
  margin: auto;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .consult-title h3 {
    margin-bottom: 4px;
    text-align: center;
  }
}
.consult-title span {
  margin: 20px;
  border-bottom: 2px dotted black;
  line-height: 2;
  font-size: 30px;
  letter-spacing: var(--letter-spacing-xl);
  padding: 20px 0;
}
@media screen and (max-width: 999px) {
  .consult-title span {
    font-size: 22px;
    text-align: center;
    margin: auto;
    padding: 12px 0;
  }
}
.consult-title .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.consult-title .main {
  font-size: 36px;
}
.consult-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.consult-description &gt; p {
  font-size: 16px;
  line-height: 1.5;
  margin: auto;
  font-family: var(--font-main);
  letter-spacing: var(--letter-spacing-md);
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 999px) {
  .consult-description &gt; p {
    font-size: 14px;
    line-height: 2;
  }
}
.consult-buttons {
  width: 80vw;
  margin: auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 60px auto 60px auto;
}
@media screen and (max-width: 999px) {
  .consult-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.consult-buttons &gt; * {
  margin: auto;
}
@media screen and (max-width: 999px) {
  .consult-buttons &gt; * {
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.consult-buttons img {
  max-width: 460px;
  width: 35vw;
}
@media screen and (max-width: 999px) {
  .consult-buttons img {
    width: 100%;
    max-width: 400px;
  }
}
.consult-buttons a:nth-child(3) {
  grid-column: 1/3;
}

.first-view {
  width: 100%;
  height: 400px;
  background-image: url("../images/background-about-page.jpg");
  background-size: cover;
  background-position: bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 999px) {
  .first-view {
    height: 250px !important;
  }
}
.first-view-title {
  content: "会社案内";
  margin: auto;
  display: inline-block;
  font-size: 32px;
  background-color: #338dce;
  color: white;
  padding: 12px;
  border-radius: 10px;
  letter-spacing: var(--letter-spacing-xl);
  font-family: var(--font-accent) !important;
  max-width: 80vw;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .first-view-title {
    font-size: 24px;
  }
}

#banner .banner-inner {
  padding: 30px 0;
}

#banner .banners {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

#banner .banners &gt; li.banner {
  text-align: center;
}
#banner .banners &gt; li.banner:nth-child(1) img {
  height: 151px;
}
@media screen and (max-width: 999px) {
  #banner .banners &gt; li.banner:nth-child(1) img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  #banner .banners &gt; li.banner:nth-child(2) {
    max-width: 315px;
  }
}
#banner .banners &gt; li.banner:nth-child(2) img {
  height: 146px;
}
@media screen and (max-width: 999px) {
  #banner .banners &gt; li.banner:nth-child(2) img {
    width: 100%;
    height: auto;
  }
}

#banner .banner a {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #banner .banner a:hover {
    opacity: 0.8;
  }
}

#banner .banner img {
  width: auto;
  height: 150px;
}

#banner .show-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  #banner .banner-inner {
    padding: 50px 0;
  }
  #banner .show-pc {
    display: block;
  }
  #banner .show-sp {
    display: none;
  }
}
.post-content-area p {
  margin-bottom: 30px;
}
.post-content-area h2,
.post-content-area h3,
.post-content-area h4,
.post-content-area h5,
.post-content-area h6 {
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.post-content-area h2 strong,
.post-content-area h2 span,
.post-content-area h3 strong,
.post-content-area h3 span,
.post-content-area h4 strong,
.post-content-area h4 span,
.post-content-area h5 strong,
.post-content-area h5 span,
.post-content-area h6 strong,
.post-content-area h6 span {
  color: inherit;
}
.post-content-area h2 {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 11px;
  border-bottom: 2px dotted #5c89c4;
}
.post-content-area h3 {
  font-weight: 700;
  font-size: 18px;
  padding-left: 12px;
  border-left: 4px solid #5c89c4;
}
.post-content-area h4 {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 32px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(92, 137, 196, 0.7)));
  background: -webkit-linear-gradient(transparent 70%, rgba(92, 137, 196, 0.7) 70%);
  background: linear-gradient(transparent 70%, rgba(92, 137, 196, 0.7) 70%);
}
.post-content-area h5 {
  font-weight: 700;
  font-size: 18px;
  color: #fff !important;
  background-color: #338dce !important;
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: left 6px center;
  background-size: 20px;
  padding: 8px 14px 8px 34px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.post-content-area h6 {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 14px;
}
.post-content-area h6::before, .post-content-area h6::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
}
.post-content-area h6::before {
  border-left: solid 2px #5c89c4;
  border-top: solid 2px #5c89c4;
  top: 0;
  left: 0;
}
.post-content-area h6::after {
  border-right: solid 2px #5c89c4;
  border-bottom: solid 2px #5c89c4;
  bottom: 0;
  right: 0;
}

.c-link {
  display: inline-block;
  padding: 23px 50px;
  min-width: 250px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffd147;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  margin: auto;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.c-link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-link:hover {
    background-color: var(--sub-color-secondary);
  }
}

.c-link-wrap-center {
  text-align: center;
}

.c-link-fill-blue {
  color: var(--color-white);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 25px;
  background: var(--main-color);
  padding: 12px 55px;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-link-fill-blue:hover {
    background: var(--main-color-darken);
  }
}
@media screen and (max-width: 999px) {
  .c-link-fill-blue {
    font-size: 0.8125rem;
    padding: 8px 32px;
  }
}

.c-heading--sm {
  text-align: center;
  line-height: 92px;
  position: relative;
  padding-top: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 999px) {
  .c-heading--sm {
    line-height: 64px;
  }
}
.c-heading--sm span {
  padding: 24px;
  margin: 20px;
  border-bottom: 2px dotted black;
}
@media screen and (max-width: 999px) {
  .c-heading--sm span {
    padding: 15px;
  }
}
.c-heading--sm .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-heading--sm .icon img {
  width: 58px;
  height: 31px;
}
.c-heading--sm .main {
  font-size: 36px;
}
@media screen and (max-width: 999px) {
  .c-heading--sm .main {
    font-size: 22px;
  }
}
.c-heading--sm .sub {
  font-size: 28px;
}
@media screen and (max-width: 999px) {
  .c-heading--sm .sub {
    font-size: 18px;
  }
}

.c-section-title {
  text-align: center;
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: 700;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background-image: url(../images/ic.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 0.85em;
  padding-top: 1em;
  line-height: 1.2;
  letter-spacing: var(--letter-spacing-xl);
}
.c-section-title--sm {
  font-size: 1.75rem;
}
@media screen and (max-width: 999px) {
  .c-section-title--sm {
    font-size: 1.375rem;
  }
}
.c-section-title--lg {
  font-size: clamp(1.5rem, -0.375rem + 3vw, 2.25rem);
}
@media screen and (max-width: 999px) {
  .c-section-title--lg {
    font-size: 1.375rem;
  }
}

.c-section-title__main {
  padding: 0.75em;
  border-bottom: 2px dotted black;
  display: inline-block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.c-section-title__sub {
  font-weight: 700;
  border-bottom: 2px dotted black;
  display: inline-block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 0.5em 0.75em;
}
.c-section-title__sub--lg {
  font-size: 0.7777777778em;
}

.c-sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  height: 100%;
  background: rgba(51, 141, 206, 0.2);
}
.c-sns-list &gt; li {
  height: 100%;
}
.c-sns-list &gt; li &gt; a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 12px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 1000px) {
  .c-sns-list &gt; li &gt; a {
    padding: 12px 10px;
  }
}
@media screen and (min-width: 1000px) {
  .c-sns-list &gt; li &gt; a {
    padding: 12px 14px;
  }
}
.c-sns-list &gt; li &gt; a:hover, .c-sns-list &gt; li &gt; a:focus {
  background: rgba(51, 141, 206, 0.2);
}
.c-sns-list &gt; li &gt; a:hover .c-icon, .c-sns-list &gt; li &gt; a:focus .c-icon {
  background: #338dce;
}

.c-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: #232b40;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c-icon {
    width: 30px;
    height: 30px;
  }
}
.c-icon--instagram {
  -webkit-mask-image: url(../images/icon-instagram.svg);
          mask-image: url(../images/icon-instagram.svg);
}
.c-icon--facebook {
  -webkit-mask-image: url(../images/icon-facebook.svg);
          mask-image: url(../images/icon-facebook.svg);
}
.c-icon--line {
  -webkit-mask-image: url(../images/icon-line.svg);
          mask-image: url(../images/icon-line.svg);
}
.c-icon--youtube {
  -webkit-mask-image: url(../images/icon-youtube.svg);
          mask-image: url(../images/icon-youtube.svg);
}

@media screen and (max-width: 999px) {
  .c-feature-wrapper {
    padding-top: 60px;
  }
}

.c-feature-image {
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .c-feature-image {
    height: 345px;
  }
}
.c-feature-image--round {
  border-radius: 15px 0px 0px 15px;
}
@media screen and (max-width: 999px) {
  .c-feature-image--round {
    margin-left: auto;
  }
}
.c-feature-image--circle {
  aspect-ratio: 1;
  max-width: 403px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-left: 34px;
}
.c-feature-image--circle img {
  border-radius: 240px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-feature {
  position: relative;
}

.c-feature-content--sm {
  position: absolute;
  z-index: 1;
  height: 100%;
}

.c-feature-content {
  margin: 120px 0 160px 0;
  display: grid;
}
@media screen and (max-width: 999px) {
  .c-feature-content {
    margin: 80px 0 90px 0;
  }
}
.c-feature-content.right {
  grid-template-columns: 55% 45%;
}
@media screen and (max-width: 999px) {
  .c-feature-content.right {
    grid-template-columns: 1fr;
    grid-template-rows: 0fr 1fr;
  }
}
.c-feature-content.right .c-feature-detail {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 999px) {
  .c-feature-content.right .c-feature-detail {
    grid-row: 2/3;
    grid-column: auto;
  }
}
.c-feature-content.right .c-feature-detail::before {
  border-radius: 15px 0 0 15px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .c-feature-content.right .c-feature-detail::before {
    top: -60px;
    width: 90%;
    height: 100%;
  }
}
.c-feature-content.right .c-feature-num {
  right: -24px;
}
@media screen and (min-width: 1000px) {
  .c-feature-content.right .c-feature-num {
    right: auto;
  }
}
.c-feature-content.right .c-feature-image {
  border-radius: 0 15px 15px 0;
  grid-column: 1;
}
.c-feature-content.left {
  grid-template-columns: 45% 55%;
}
@media screen and (max-width: 999px) {
  .c-feature-content.left {
    grid-template-columns: 1fr;
    grid-template-rows: 0fr 1fr;
  }
}
@media screen and (max-width: 999px) {
  .c-feature-content.left .c-feature-detail {
    grid-row: 2/3;
  }
}
.c-feature-content.left .c-feature-detail::before {
  border-radius: 0px 15px 15px 0px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .c-feature-content.left .c-feature-detail::before {
    top: -60px;
    width: 90%;
    height: 100%;
  }
}
.c-feature-content.left .c-feature-num {
  left: -16px;
}
@media screen and (min-width: 1000px) {
  .c-feature-content.left .c-feature-num {
    left: 0;
  }
}
.c-feature-content.left .c-feature-image {
  border-radius: 15px 0px 0px 15px;
}
@media screen and (max-width: 999px) {
  .c-feature-content.left .c-feature-image {
    margin-left: auto;
  }
}

.c-feature-num {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-alphabet);
  font-size: clamp(7.5rem, 2.8125rem + 7.5vw, 9.375rem);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 0.7;
  gap: 0.0533333333em;
}
.c-feature-num--sm {
  text-shadow: 3px 3px 0px #ebf4fa, -3px -3px 0px #ebf4fa, -3px 3px 0px #ebf4fa, 3px -3px 0px #ebf4fa, 3px 0px 0px #ebf4fa, -3px 0px 0px #ebf4fa, 0px 3px 0px #ebf4fa, 0px -3px 0px #ebf4fa;
}
@media screen and (max-width: 999px) {
  .c-feature-num--sm {
    font-size: 120px;
  }
}
.c-feature-num--md {
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .c-feature-num--md {
    font-size: 165px;
    position: absolute;
    top: -460px;
  }
}
.c-feature-num:before {
  content: "FEATURE";
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 0.1733333333em;
  text-shadow: none;
}
@media screen and (max-width: 999px) {
  .c-feature-num:before {
    font-size: 22px;
  }
}

.c-feature-detail-inner--md {
  width: 80%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  .c-feature-detail-inner--md {
    margin: 30px;
    width: auto;
  }
}
.c-feature-detail-inner--sm {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .c-feature-detail-inner--sm {
    width: auto;
  }
}

.c-feature-detail {
  position: relative;
}
.c-feature-detail::before {
  content: "";
  position: absolute;
  bottom: -32px;
  background-color: var(--main-color);
  width: 132%;
  height: 430px;
  z-index: -1;
  border-radius: 0px 15px 15px 0px;
  opacity: 0.1;
}
@media screen and (max-width: 999px) {
  .c-feature-detail::before {
    width: 85% !important;
  }
}

.c-feature-stress {
  font-size: 26px;
  line-height: 1.2;
  font-family: var(--font-accent);
}
@media screen and (max-width: 999px) {
  .c-feature-stress {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.c-feature-stress--sm {
  font-size: clamp(1.125rem, -0.125rem + 2vw, 1.625rem);
}
.c-feature-stress--md {
  font-size: clamp(1.5rem, 1.1875rem + 0.5vw, 1.625rem);
}
.c-feature-stress &gt; span {
  background-color: var(--main-color);
  color: white;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 10px;
  padding: 10px 16px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.c-feature-stress &gt; span:not(:last-of-type) {
  margin-bottom: 10px;
}

.c-feature-normal {
  font-size: 16px;
  margin: 12px 0;
  line-height: 32px;
}
@media screen and (max-width: 999px) {
  .c-feature-normal {
    font-size: 14px;
  }
}

.c-maker-section-inner {
  padding-top: 120px;
}
@media screen and (max-width: 999px) {
  .c-maker-section-inner {
    padding-top: 50px;
  }
}

.c-makers-wrapper {
  padding-top: 72px;
  padding-bottom: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 999px) {
  .c-makers-wrapper {
    padding-top: 26px;
    padding-bottom: 72px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.c-makers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  gap: 8px 24px;
}
@media screen and (max-width: 1100px) {
  .c-makers--pc {
    display: none;
  }
}
.c-makers--sp {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: none;
}
@media screen and (max-width: 1100px) {
  .c-makers--sp {
    display: inherit;
  }
}

.c-maker--small {
  width: 130px;
}
@media screen and (max-width: 999px) {
  .c-maker--small {
    width: 74px;
  }
}
.c-maker--medium {
  width: 140px;
}
@media screen and (max-width: 999px) {
  .c-maker--medium {
    width: 95px;
  }
}
.c-maker--large {
  width: 366px;
}
@media screen and (max-width: 999px) {
  .c-maker--large {
    width: 202px;
  }
}
.c-maker img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 999px) {
  .c-point-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-point-section {
  padding: 80px clamp(1rem, -0.0714285714rem + 1.4285714286vw, 1.25rem) 125px;
  margin: 126px clamp(1rem, -5.4285714286rem + 8.5714285714vw, 2.5rem) 56px;
  background: url("../images/webp/background-point.webp") no-repeat center/cover;
}
@media screen and (max-width: 999px) {
  .c-point-section {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 50px 10px 50px;
  }
}

.c-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2857142857%;
  padding-top: 96px;
}
@media screen and (max-width: 999px) {
  .c-points {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    gap: 50px 24px;
    padding-top: 70px;
    padding-bottom: 42px;
  }
}

.c-point-section-link {
  padding-top: 75px;
}
@media screen and (max-width: 999px) {
  .c-point-section-link {
    padding-top: 0;
  }
}

.c-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 999px) {
  .c-point {
    -webkit-flex-basis: 370px;
        -ms-flex-preferred-size: 370px;
            flex-basis: 370px;
  }
}
@media screen and (max-width: 767px) {
  .c-point {
    -webkit-flex-basis: 330px;
        -ms-flex-preferred-size: 330px;
            flex-basis: 330px;
  }
}

.c-point__icon {
  position: relative;
  z-index: 1;
}
.c-point__icon--top {
  margin-left: 22px;
}
@media screen and (max-width: 999px) {
  .c-point__icon--top {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-point__icon--default {
  margin-left: auto;
  margin-right: auto;
}
.c-point__icon img {
  height: 130px;
  width: auto;
}
.c-point__content {
  padding: 40px clamp(1.25rem, -5.7142857143rem + 9.2857142857vw, 2.875rem) clamp(1.5rem, -0.1666666667rem + 2.2222222222vw, 2.5rem);
  background: var(--color-white);
  border-radius: 15px;
  margin-top: -30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 999px) {
  .c-point__content--top {
    padding: 46px 30px 24px;
  }
}

.c-point__title {
  color: var(--main-color);
  font-size: clamp(1.125rem, -0.4821428571rem + 2.1428571429vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .c-point__title {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.c-point__title--top {
  background: url(../images/icon-checked.svg) no-repeat center left/1.5em auto;
  padding-left: 2.5em;
}
.c-point__title--default {
  text-align: center;
}
.c-point__title &gt; span {
  color: var(--main-color);
  display: inline-block;
}

.c-point__description {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.75rem; /* 200% */
  margin-top: 16px;
}
@media screen and (max-width: 999px) {
  .point {
    margin: 0;
    padding: 0;
    padding-top: 20px;
  }
}
.point .title {
  text-align: center;
  line-height: 92px;
  position: relative;
  padding-top: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 999px) {
  .point .title {
    line-height: 64px;
  }
}
.point .title span {
  padding: 24px;
  margin: 20px;
  border-bottom: 2px dotted black;
}
@media screen and (max-width: 999px) {
  .point .title span {
    padding: 15px;
  }
}
.point .title .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.point .title .icon img {
  width: 58px;
  height: 31px;
}
.point .title .sub {
  font-size: 28px;
}
@media screen and (max-width: 999px) {
  .point .title .sub {
    font-size: 18px;
  }
}
.point .title .main {
  font-size: 36px;
}
@media screen and (max-width: 999px) {
  .point .title .main {
    font-size: 22px;
  }
}
.point .cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 180px 0;
  font-family: var(--font-main);
}
@media screen and (max-width: 999px) {
  .point .cards {
    display: grid;
    grid-template-columns: 1fr;
    margin: 20px 0;
  }
}
.point .cards:last-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .point .cards:last-child {
    margin-top: 140px;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
}
.point .cards .card:first-child {
  width: 350px;
  background-color: white;
  border-radius: 15px;
  padding: 32px;
  margin: 20px 20px 0 auto;
}
@media screen and (max-width: 999px) {
  .point .cards .card:first-child {
    margin: auto;
    width: calc(90% - 20px);
    margin-top: 160px;
    padding: 20px;
  }
}
.point .cards .card {
  width: 350px;
  background-color: white;
  border-radius: 15px;
  padding: 32px;
  margin: 20px auto 0 20px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .point .cards .card {
    margin: auto;
    width: calc(90% - 20px);
    margin-top: 140px;
    padding: 20px;
    padding-top: 60px !important;
  }
}
.point .cards .card div {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.point .cards .card div picture {
  margin: auto;
}
.point .cards .card div picture img {
  height: 130px;
}
.point .cards .card h2 {
  margin-top: 24px;
}
@media screen and (max-width: 999px) {
  .point .cards .card h2 {
    font-size: 20px;
  }
}
.point .cards .card p {
  margin-top: 24px;
  font-size: 14px;
  line-height: 2;
}
.point .cards.center .card {
  margin: auto !important;
}

.c-reform-flow-inner {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  max-width: 1060px;
  margin: 60px auto 0;
}
@media screen and (max-width: 999px) {
  .c-reform-flow-inner {
    padding: 25px;
  }
}

.c-reform-flow {
  display: grid;
  list-style: none;
  position: relative;
  z-index: 1;
}
.c-reform-flow &gt; li:not(:first-child) {
  margin-top: 20px;
}
.c-reform-flow &gt; li:not(:first-child) .c-reform-flow-item__icon-area {
  position: relative;
}
.c-reform-flow &gt; li:not(:first-child) .c-reform-flow-item__icon-area:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: var(--main-color);
}
.c-reform-flow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 999px) {
  .c-reform-flow-item {
    gap: 16px;
  }
}

.c-reform-flow-item__number {
  color: var(--main-color);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25rem; /* 117.647% */
  text-transform: uppercase;
  margin-right: 20px;
}
@media screen and (max-width: 999px) {
  .c-reform-flow-item__number {
    display: none;
  }
}

.c-reform-flow-item__icon-area {
  border-radius: 90px;
  background: var(--main-color);
  width: 76px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-reform-flow-item__icon {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: 34px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  display: block;
}
.c-reform-flow-item__title {
  color: var(--main-color);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.17;
  margin-bottom: 8px;
}
@media screen and (max-width: 999px) {
  .c-reform-flow-item__title {
    font-size: 0.875rem;
  }
}
.c-reform-flow-item__title &gt; span {
  text-transform: uppercase;
  display: none;
}
@media screen and (max-width: 999px) {
  .c-reform-flow-item__title &gt; span {
    display: inline-block;
    margin-right: 8px;
    color: var(--main-color);
  }
}

.c-reform-flow-item__description {
  color: var(--main-text-color);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (max-width: 999px) {
  .c-reform-flow-item__description {
    font-size: 0.75rem;
  }
}

.c-reform-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 80px;
  gap: 80px 3%;
  padding-bottom: 180px;
}
@media screen and (max-width: 999px) {
  .c-reform-menu-wrap {
    gap: 20px 8px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.c-reform-menu__link {
  display: block;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-reform-menu__link:hover .c-reform-menu__image img {
    scale: 1.15;
  }
  .c-reform-menu__link:hover .c-reform-menu__name {
    color: var(--main-color);
  }
}

.c-reform-menu__image {
  width: 100%;
  aspect-ratio: 182/130;
  border-radius: 5px;
  overflow: hidden;
}
.c-reform-menu__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.c-reform-menu__name {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.0625rem; /* 121.429% */
  font-family: var(--font-accent);
  border-radius: 10px 10px 0 0;
  background: var(--color-white);
  text-align: center;
  margin: -20px auto 0;
  padding: 9px 5px 12px;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 140px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.c-reform-menu-section-head {
  text-align: left;
  position: relative;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 999px) {
  .c-reform-menu-section-head {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    width: 90%;
    margin: 0;
  }
}

.c-reform-menu-section--head__heading {
  line-height: 3;
  font-size: clamp(1.25rem, -0.3125rem + 2.5vw, 1.875rem);
  letter-spacing: var(--letter-spacing-xl);
  font-family: var(--font-accent);
}
@media screen and (max-width: 999px) {
  .c-reform-menu-section--head__heading {
    font-size: 22px;
  }
}
.c-reform-menu-section--head__heading span {
  padding: 0.6666666667em;
  margin: 20px;
  border-bottom: 2px dotted black;
}
@media screen and (max-width: 999px) {
  .c-reform-menu-section--head__heading span {
    margin: 0;
  }
}

.c-reform-menu {
  -webkit-flex-basis: 31.3333333333%;
      -ms-flex-preferred-size: 31.3333333333%;
          flex-basis: 31.3333333333%;
}
@media screen and (max-width: 999px) {
  .c-reform-menu {
    -webkit-flex-basis: calc(50% - 4px);
        -ms-flex-preferred-size: calc(50% - 4px);
            flex-basis: calc(50% - 4px);
  }
}
.c-reform-menu-title-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-reform-menu-title-description &gt; p {
  margin: auto;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.875rem; /* 200% */
  letter-spacing: var(--letter-spacing-lg);
}
@media screen and (max-width: 999px) {
  .c-reform-menu-title-description &gt; p {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.875rem; /* 200% */
  }
}
.c-reform-menu-content {
  position: relative;
  margin: auto !important;
  border-radius: 5px;
}
.c-reform-menu-content::before {
  position: absolute;
  background-color: white;
  padding: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  display: inline-block;
  text-align: center;
  width: 140px;
  border-radius: 10px;
  content: var(--text);
  font-size: 17px;
  font-family: var(--font-accent);
}
.c-reform-menu-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 999px) {
  .c-reform-menu-buttons {
    margin: 20px;
  }
}
.c-reform-menu-button {
  background: white;
  border: none;
  margin: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-reform-menu-button:hover {
    opacity: 0.8;
  }
}
.c-reform-menu-button img {
  height: 151px;
}
@media screen and (max-width: 999px) {
  .c-reform-menu-button img {
    width: 100%;
    height: auto;
  }
}

.c-single-post-title {
  font-size: 2.25rem;
}
@media screen and (max-width: 999px) {
  .c-single-post-title {
    font-size: 1.5rem;
  }
}
.c-single-post-title--reform {
  background-image: url(../images/ic.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 0.85em;
  padding-top: 1.2em;
  margin-top: 40px;
  text-align: center;
}
.c-single-post-title &gt; span {
  border-bottom: 2px dotted black;
  font-size: inherit;
  line-height: 2;
  letter-spacing: var(--letter-spacing-xl);
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: 700;
  padding-bottom: 0.375em;
}

#toc_container {
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border: none;
  border-radius: 8px;
  padding: 32px 24px;
  width: 100% !important;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#toc_container a {
  font-weight: 500;
}
#toc_container .toc_number {
  padding-right: 14px;
}

.wp-block-table tr {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 1px solid #98a6b5;
}
.wp-block-table tr td {
  border: none;
  line-height: 1.5;
}
.wp-block-table tr &gt; td:first-child {
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .wp-block-table tr &gt; td:first-child {
    font-size: 14px;
  }
}
.wp-block-table tr &gt; td:not(:first-child) {
  padding-right: 20px;
}
@media screen and (max-width: 999px) {
  .wp-block-table tr &gt; td:not(:first-child) {
    font-size: 13px;
  }
}
.wp-block-table tr a:hover, .wp-block-table tr a:focus {
  text-decoration: underline;
}

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

.u-color-blue {
  color: #338dce;
}

.u-underline-yellow {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff8b7));
  background: -webkit-linear-gradient(transparent 70%, #fff8b7 0%);
  background: linear-gradient(transparent 70%, #fff8b7 0%);
  background-blend-mode: multiply;
}

.u-marker-gray {
  border-radius: 0.8125em;
  background: #ededed;
  background-blend-mode: multiply;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.u-font-weight-350 {
  font-weight: 350;
}

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

.u-font-weight-600 {
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .u-sp-none {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .u-lg-none {
    display: none;
  }
}</pre></body></html>