@charset "UTF-8";
:root {
  --color-orange: #F08300;
  --color-red: #F63F3F;
  --color-green: #4CAC00; }

.background-base {
  background-color: #FDFCFA; }

.color-orange {
  color: var(--color-orange); }

.border-orange {
  border-color: var(--color-orange); }

.background-orange {
  background-color: var(--color-orange); }

.color-red {
  color: var(--color-red); }

.border-red {
  border-color: var(--color-red); }

.background-red {
  background-color: var(--color-red); }

.color-green {
  color: var(--color-green); }

.border-green {
  border-color: var(--color-green); }

.background-green {
  background-color: var(--color-green); }

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

.text-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  font-feature-settings: initial; }

@media screen and (min-width: 768px) {
  .w-840 {
    width: 840px; } }

@media screen and (min-width: 768px) {
  .w-880 {
    width: 880px; } }

@media screen and (min-width: 768px) {
  .w-980 {
    width: 980px; } }

@media screen and (min-width: 768px) {
  .w-1100 {
    width: 1100px; } }

@media screen and (min-width: 768px) {
  .min-w-1100 {
    min-width: 1100px; } }

html, body {
  color: #333;
  font-family: "YakuHanJP","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'palt' 1; }

body {
  background: #FDFCFA; }

a {
  color: #333; }
  a:not(:has(.flex)):hover {
    text-decoration: underline; }
  a:has(.flex):hover .text-base{
    text-decoration: underline; }

#global-navigation li > div:hover {
  color: var(--color-orange); }

@media screen and (min-width: 768px) {
  #global-navigation li:has(ul) ul {
    pointer-events: none;
    clip-path: inset(0 0% 100% 0); }
  #global-navigation li:has(ul):hover ul {
    pointer-events: visible;
    clip-path: inset(0 0% 0% 0); } }

#mainvisual {
  background: url(../images/home-bg.jpg) center top/cover no-repeat; }

#mainvisual-maintext {
  text-shadow: 0 0 23px #78b6d2; }

#mainvisual-menu a:hover {
  background: #fffd84;
  opacity: 1;
  text-decoration: none; }

#mainvisual-menu a:focus {
  transform: translateY(3px);
  box-shadow: 0 0px 0 var(--color-orange); }

[data-english]:before {
  content: attr(data-english);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1rem;
  font-weight: normal;
  color: var(--color-orange);
  text-transform: uppercase; }

@media screen and (min-width: 1160px) {
  #breadcrumb {
    position: absolute;
    top: 0;
    left: 100%;
    transform: rotate(90deg);
    transform-origin: 0 0; } }

#article.nosidebar #content {
  flex-basis: 100%; }

#article.nosidebar #sideindex {
  display: none; }

#content {
  width: 100%;
  font-size: 1rem; }
  #content h2 {
    margin: 2rem 0 1rem;
    padding-bottom: .6rem;
    background: linear-gradient(to right, var(--color-orange) 50px, #E0E0E0 50px) 0 100%/100% 3px no-repeat;
    font-size: 1.4rem;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #content h2 {
        margin: 3rem 0 2rem;
        padding-bottom: 1rem;
        font-size: 1.6rem; } }
    #content h2:first-child {
      margin-top: 0; }
  #content h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 1.8rem 0 1rem;
    font-size: 1.2rem;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #content h3 {
        margin: 2.4rem 0 1.4rem;
        font-size: 1.5rem; } }
    #content h3:first-child {
      margin-top: 0; }
    #content h3:after {
      content: "";
      flex: 1;
      height: 1px;
      background: #E0E0E0; }
  #content h4 {
    margin: 1.6rem 0 1rem;
    font-size: 1.2rem;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #content h4 {
        margin: 2rem 0 1.2rem; } }
    #content h4:first-child {
      margin-top: 0; }
  #content ul, #content ol {
    padding: 1.5rem 0 1.5rem 1.2rem; }
    @media screen and (min-width: 768px) {
      #content ul, #content ol {
        padding: 1rem 0 1rem 1.4rem; } }
  #content ul {
    list-style: disc; }
  #content ol {
    list-style: decimal; }
  #content .rounded {
    border-radius: 10px;
    overflow: hidden; }
  #content a {
    word-break: break-all;
    color: #0C5FCF;
    text-decoration: underline; }
    #content a[target="_blank"]:after {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-left: 4px;
      margin-right: 1rem;
      background: url(../images/icon-external.svg) 0 0/18px no-repeat;
      vertical-align: middle; }
    #content a[href$=".pdf"]:after {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 4px;
      margin-right: 1rem;
      background: url(../images/icon-pdf.svg) 0 0/24px no-repeat;
      vertical-align: middle; }
    #content a[href$=".xlsx"]:after {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 4px;
      margin-right: 1rem;
      background: url(../images/icon-xlsx.svg) 0 0/24px no-repeat;
      vertical-align: middle; }
  #content .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0.4rem 2rem;
    border-radius: 100px;
    background: var(--color-green);
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff; }
    @media screen and (min-width: 768px) {
      #content .button a {
        width: fit-content; } }
    #content .button a:after {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-left: 4px;
      margin-right: 0;
      background: url(../images/icon-buttonexternal.svg) 0 0/cover no-repeat;
      vertical-align: middle; }
  #content p {
    margin: 1rem 0; }
    #content p:first-child {
      margin-top: 0; }
  #content .wp-block-button__link {
    margin-bottom: 20px;
    color: #fff; }
    #content .wp-block-button__link:after {
      display: none !important; }
  #content .colored-box {
    padding: 1.5rem 0; }
    #content .colored-box .wp-block-column {
      padding-bottom: 1rem;
      border-radius: 7px;
      border: 1px solid var(--color-orange);
      font-size: 0.8rem;
      line-height: 1.25; }
    #content .colored-box .wp-block-heading {
      display: block;
      padding: .5rem .6rem;
      border-radius: 6px 6px 0 0;
      background: var(--color-orange);
      font-size: 1.2rem;
      color: #fff;
      text-align: center; }
      #content .colored-box .wp-block-heading:after {
        display: none; }
    #content .colored-box .wp-block-image {
      padding: 0 1rem; }
      #content .colored-box .wp-block-image img {
        width: 50% !important;
        margin: 1rem auto; }
    #content .colored-box p {
      padding: 0 1rem; }
  #content .has-small-font-size {
    margin: 0.6rem 0;
    line-height: 1.4; }
  #content .wp-block-table {
    margin: 2rem 0; }
  #content .wp-block-column {
    margin: 2rem 0; }
  #content .faq p {
    display: flex;
    align-items: flex-start;
    gap: 15px; }
    #content .faq p:before {
      content: "Q";
      flex: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: var(--color-red);
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      color: #fff; }
      @media screen and (min-width: 768px) {
        #content .faq p:before {
          width: 40px;
          height: 40px;
          font-size: 1.3rem; } }
    #content .faq p:last-child {
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      border-bottom: 1px solid #ccc; }
      #content .faq p:last-child:before {
        content: "A";
        background: #0c5fcf; }
  #content .faq table {
    width: 100%; }
  #content .faq th, #content .faq td {
    padding: 10px 8px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 0.7rem;
    line-height: 1.2; }
  #content .faq .sticky {
    top: 80px;
    left: 0;
    z-index: 10;
    background: #8595aa;
    color: #fff;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #content .faq .sticky {
        top: 20px; } }
  #content .faq-content {
    width: 60%; }
  #content .service-table [colspan="2"]:not(th) {
    width: 38%;
    padding: 20px 10px;
    text-align: center; }
  #content .service-table img {
    border-radius: 0;
    max-width: none;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #content .service-table img {
        width: 60%; } }
  #content .wp-block-file__button[href$=".pdf"] {
    padding-left: 30px;
    padding-right: 30px;
    color: #fff; }
    #content .wp-block-file__button[href$=".pdf"]:after {
      content: "\f1c1";
      width: auto;
      height: auto;
      margin-right: 0;
      background: none;
      font-family: "Font Awesome 6 Free";
      font-size: 1.1rem;
      color: #fff; }
  #content .wp-block-embed__wrapper:has(iframe) {
    width: 100%;
    aspect-ratio: 980 / 480; }
  #content iframe {
    width: 100%;
    height: 100%; }

#sideindex {
  font-size: .8rem;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    #sideindex {
      font-size: 0.7rem; } }
  #sideindex li {
    padding: 0.3rem 0;
    color: #333; }
    #sideindex li.is-active {
      display: flex;
      align-items: center;
      gap: 5px; }
      #sideindex li.is-active:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--color-orange); }
  #sideindex a {
    display: block; }

#buttonconfirm.disabled {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none; }

#buttonsend {
  display: none; }

#prevtext {
  display: none;
  cursor: pointer; }

.formconfirm input:not([type='submit']), .formconfirm textarea {
  padding: 5px 0;
  border: none;
  background: none;
  outline: none;
  pointer-events: none;
  height: auto; }

#cookie {
  display: none; }
