@charset "UTF-8";

:root {
  --body-color: #333;
  --primary: #1752a1;
  --secondary: #448ee3;
  --warning: #cc0000;
  --white: #fff;
  --black: #000;
}

html {
  scroll-padding-top: 62px;
}

body {
  min-width: 360px;
}

img {
  vertical-align: bottom;
}

#content {
  padding-block-start: 60px;
}

:where(.privacy-policy, .site-map) #content {
  padding-block-start: 0 !important;
}

.wbr {
  word-break: keep-all;
}

.scroll-box {
  overflow-x: auto;
}

.scroll-box > .table {
  margin: 1px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: calc(100% - 2px);
}

.message.sys_error {
  margin: 16px;
  color: #cc0000;
  font-size: 16px;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-block {
  display: initial !important;
}

i:where(.fa, .far, .fas) {
  margin-inline-end: 4px;
}

.is-flex {
  display: flex;
}

.is-content-justification-center,
.justification-center {
  justify-content: center;
}

.justification-end {
  justify-content: flex-end;
}

.justification-between {
  justify-content: space-between;
}

.justification-between > * {
  flex: 1;
}

.items-center {
  align-items: center;
}

.is-flex.cols-pc-2 {
  flex-direction: column;
  gap: 30px;
}

.is-flex.cols-pc-3 {
  flex-direction: column;
  gap: 30px;
}

.is-flex.cols-pc-4 {
  flex-direction: column;
  gap: 30px;
}

.is-flex.cols-sm-2 {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.is-flex.cols-sm-2 > * {
  max-width: 45%;
}

.is-flex.cols-sm-2 img {
  width: 100%;
  height: auto;
}

/* Underline From Center */

.hvr-underline-from-center:before {
  display: none;
}

section {
  line-height: 1.6;
}

section + :where(.inr, .wide) {
  margin-block-start: 50px !important;
}

section.wide {
  padding-block: 50px;
}

section.has-bg {
  padding-block: 80px;
}

.inr {
  box-sizing: border-box;
  margin: 0 auto;
  padding-inline: 10px;
  width: 100%;
}

.bg-primary {
  background-color: var(--primary);
  color: var(--white) !important;
}

.bg-light-gray {
  background-color: #fbf9fa;
}

.bg-blue {
  background-color: var(--primary);
  color: var(--white);
}

.color-blue {
  color: #3d76c2;
}

.cast-border {
  border: 1px solid #e5e5e5;
  margin-top: 5em;
  padding: 1em 2em;
}

#wrap > section:last-of-type {
  margin-block-end: 150px;
}

.block-margin-0 {
  margin-block: 0 !important;
}

.block-margin-narrow {
  margin-block: 0.75em !important;
}

.text-left {
  text-align: left;
}

ul.flex-table li {
  display: flex;
  gap: 1.6em;
}

ul.flex-table li > .label + div {
  flex: 1;
}

#header {
  background: #fff;
  width: 100%;
  min-width: 360px;
}

#header a img {
  transition: none;
}

#header .fix_btn {
  z-index: -1;
}

#header .fix_btn a {
  transition: none;
}

#header > .is-flex {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding-inline: 12px 4px;
}

#header h1 {
  flex: 1 !important;
  padding-block: 10px;
}

#header h1 img {
  width: clamp(220px, 60vw, 264px);
}

#header .gtranslate_wrapper a {
  box-sizing: border-box;
  border: 2px solid #1752a1;
  background: #1752a1;
  color: #fff;
  padding: 16px 4px;
  font-size: 10px;
  transition: none;
  text-transform: uppercase;
}

#header .gtranslate_wrapper a:hover {
  border: 2px solid #1752a1;
  background: #fff;
  color: #1752a1;
}

#header .gtranslate_wrapper a:not(.gt-current-lang) {
  display: block;
  width: 58px;
  height: 48px;
  line-height: 1;
  text-align: center;
}

#header .menu-mobile a {
  display: block;
  width: 40px;
  height: 44px;
  border: 2px solid #1752a1;
  background-image: url(../images/mobile-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .menu-mobile a:hover {
  border: 2px solid #1752a1;
}

#header .menu-container {
  display: none;
}

body.show-on-mobile #header .menu-mobile a {
  background-image: url(../images/mobile-close.svg);
}

footer a {
  transition: none;
}

footer #ftrBlue .inr,
footer .ftrMain {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

footer #ftrBlue {
  background: #0b3773;
  color: #fff;
  padding: 50px 0px;
}

footer #ftrBlue .inr {
  align-items: center;
}

footer #ftrBlue .ftrL {
  width: 96%;
}

footer #ftrBlue .ftrL .txt1 {
  font-size: clamp(20px, 5.8cqw, 24px);
}

footer #ftrBlue .ftrR {
  width: 96%;
}

footer #ftrBlue .btn {
  width: 100%;
  max-width: 400px;
}

footer #ftrBlue .btn a {
  display: block;
  padding: 20px 0;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 180%;
}

footer #ftrBlue .btn a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #0b3773;
}

footer #ftrBlue .btn a i {
  margin-inline-end: 8px;
}

footer .ftrMain {
  align-content: flex-start;
  align-items: flex-start;
  padding-block-start: 20px;
}

footer .ftrMain .ftrL ul li {
  display: inline-block;
  margin-right: 30px;
}

footer .ftrMain .ftrL ul li a {
  color: #000;
}

footer .ftrMain .ftrL ul li a:hover {
  color: #0b3773;
  text-decoration: underline;
}

footer .ftrMain .ftrL ul li a i {
  color: #0b3773;
}

footer .ftrMain .ftrL ul li.last {
  margin-right: 0;
}

footer .ftrMain .ftrR .address {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1px;
  padding: 20px 0;
}

footer .copy {
  margin-block: 20px 80px;
  font-size: 10px;
  letter-spacing: 1px;
  font-style: italic;
}

#topcontrol a {
  cursor: default;
}

#topcontrol[style*="opacity: 1;"] a:hover {
  cursor: pointer;
}

h2 {
  color: var(--primary);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 100%;
}

h2 span {
  display: block;
  color: var(--secondary);
  font-size: 14px;
  font-family: "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  font-variant-caps: all-petite-caps;
}

#mv {
  margin-top: 62px;
}

#mv01 {
  display: table;
  margin: 62px 0 0 0;
  width: 100%;
  background-color: var(--white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#mv01 .mvTxt {
  display: table-cell;
  height: 230px;
  vertical-align: middle;
  text-align: center;
}

#mv01 h2 {
  display: inline-block;
  padding: 32px 60px;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.85);
}

#mv01 h2:has(span.en:not(:empty)) {
  padding: 20px 28px 8px;
}

h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 140%;
}

h3 span {
  display: block;
  color: var(--primary);
  font-size: 12px;
  font-family: "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  padding-block-end: 30px;
}

h4 span {
  border-left: 3px solid var(--primary);
  padding-left: 10px;
}

.pagination {
  margin-block: 60px !important;
  text-align: center;
}

.pagination .page-numbers {
  padding: 8px 4px;
}

.pagination .current {
  font-weight: 700;
}

.wp-block-buttons {
  margin-block-start: 1.6em;
}

.wp-block-button a,
section .btn a {
  padding: 15px 50px;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
}

.wp-block-button a::before,
section .btn a::before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding-inline-end: 4px;
}

.wp-block-button a:hover,
section .btn a:hover {
  border: 2px solid var(--primary);
  background: var(--primary);
  color: var(--white);
}

.has-text-align-center {
  text-align: center;
}

.is-layout-flex {
  display: flex;
  gap: 1em;
}

.wp-block-categories-list.anchor-links {
  display: flex;
  gap: 1.6em;
  justify-content: center;
  margin-block: 1.8em;
}

.wp-block-categories-list.anchor-links a {
  color: var(--body-color);
  text-decoration: underline;
}

.wp-block-categories-list.anchor-links a::before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding-inline-end: 4px;
}

#content p {
  margin-block-start: 1.6em;
}

h3 + .wp-block-contact-form-7-contact-form-selector {
  margin-block-start: 60px;
}

form.wpcf7-form {
  line-height: 1.8;
}

form.wpcf7-form .form_parts {
  border-top: 1px solid #e5e5e5;
}

form.wpcf7-form .form_parts > fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

form.wpcf7-form .form_parts > fieldset > legend {
  display: inline;
}

form.wpcf7-form .form_parts > fieldset [type=radio],
form.wpcf7-form .form_parts > fieldset [type=checkbox],
form.wpcf7-form .form_parts > fieldset label:hover {
  cursor: pointer;
}

form.wpcf7-form .form_parts > div,
form.wpcf7-form .form_parts > fieldset {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-block: 15px;
  border-bottom: 1px solid #e5e5e5;
}

form.wpcf7-form .form_parts > div > :first-child,
form.wpcf7-form .form_parts > fieldset > :first-child {
  flex: 0 0 auto;
  color: #34739f;
  font-weight: bold;
}

form.wpcf7-form .form_parts > div > :first-child.label span,
form.wpcf7-form .form_parts > div > :first-child label span,
form.wpcf7-form .form_parts > fieldset > :first-child.label span,
form.wpcf7-form .form_parts > fieldset > :first-child label span {
  padding-left: 8px;
  color: var(--body-color);
  font-weight: 400;
  font-size: 88%;
}

form.wpcf7-form .form_parts > div > :last-child,
form.wpcf7-form .form_parts > fieldset > :last-child {
  flex: 1 0 0%;
}

form.wpcf7-form .form_parts > div.required > .label::after,
form.wpcf7-form .form_parts > div.required > :first-child label::after,
form.wpcf7-form .form_parts > div.required > :first-child legend::after,
form.wpcf7-form .form_parts > fieldset.required > .label::after,
form.wpcf7-form .form_parts > fieldset.required > :first-child label::after,
form.wpcf7-form .form_parts > fieldset.required > :first-child legend::after {
  content: "※";
  display: inline-block;
  margin-inline-start: 4px;
  color: #cc0000;
}

form.wpcf7-form .form_parts .wpcf7-form-control > fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

form.wpcf7-form .form_parts .wpcf7-form-control > fieldset + fieldset {
  margin-block-start: 1em;
}

form.wpcf7-form .form_parts .wpcf7-form-control > fieldset > legend {
  display: block;
  font-weight: 700;
}

form.wpcf7-form .block-buttons {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-block: 3em 0;
  border: none;
}

form.wpcf7-form .block-buttons .block-button {
  width: 40%;
  position: relative;
}

form.wpcf7-form .block-buttons .block-button [type=button],
form.wpcf7-form .block-buttons .block-button [type=submit] {
  padding: 1.25em 3em;
  width: 100%;
  background-color: var(--primary);
  color: var(--white);
  border: solid 2px var(--primary);
  font-size: 14px;
  transition: 0.2s ease-in;
}

form.wpcf7-form .block-buttons .block-button [type=button]:not(:disabled):hover,
form.wpcf7-form .block-buttons .block-button [type=submit]:not(:disabled):hover {
  background-color: var(--white);
  color: var(--primary);
}

form.wpcf7-form .block-buttons .block-button [type=button]:disabled,
form.wpcf7-form .block-buttons .block-button [type=submit]:disabled {
  background-color: #ccc;
  color: #888;
  border: solid 2px #ccc;
  cursor: not-allowed;
}

form.wpcf7-form .block-buttons .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: 18px;
  right: 18px;
}

form.wpcf7-form input[type=text],
form.wpcf7-form input[type=url],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=tel] {
  box-sizing: border-box;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  font-size: 13px;
  padding: 10px;
  width: 100%;
}

form.wpcf7-form textarea {
  box-sizing: border-box;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  font-size: 13px;
  padding: 10px;
  width: 100%;
}

form.wpcf7-form textarea#address {
  height: 5em;
}

form.wpcf7-form textarea#inquiry {
  height: 10em;
}

form.wpcf7-form .privacy h3 {
  margin-block: 0;
  color: #34739f;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0;
}

form.wpcf7-form .confirm_sds_list .category {
  font-weight: 700;
}

form.wpcf7-form .confirm_sds_list span {
  display: inline-block;
  margin-inline-start: 1em;
}

#area_thanks .message {
  line-height: 1.6;
}

#area_thanks .message p {
  margin-block-start: 1.6em;
  font-size: 15px;
}

#area_thanks .message .attention {
  color: var(--warning);
}

.privacy-policy #mv01 .mvTxt {
  height: 250px;
}

.privacy-policy .inr h3 {
  margin-block-end: 0;
  color: #0b3773;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.privacy-policy .inr h3:nth-of-type(n + 2) {
  margin-block-start: 3em;
}

.privacy-policy .inr p {
  margin-block-start: 1em;
}

.privacy-policy .inr .sign {
  margin-block-start: 3em;
  line-height: 2;
}

.site-map #mv01 .mvTxt {
  height: 250px;
}

.site-map #content .is-flex.cols-mob-3 {
  flex-direction: column;
  gap: 60px 30px;
}

.site-map #content .inr h3 {
  margin-block-end: 0;
  padding-block-end: 4px;
  color: var(--primary);
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: solid 1px;
}

.site-map #content .inr h3:nth-of-type(n + 2) {
  margin-block-start: 3em;
}

.site-map #content .inr ul {
  list-style-position: outside;
}

.site-map #content .inr li {
  margin-block: 0.5em;
}

.site-map #content .inr li.child {
  margin-inline-start: 1em;
}

.site-map #content .inr li.child::marker {
  content: "- ";
  color: #448EE3;
}

.site-map #content .inr a {
  color: var(--primary);
}

.bx-wrapper .bx-controls-direction a {
  z-index: 99;
}

@media (min-width: 576px) {
  .site-map #content .is-flex.cols-mob-3 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: 16px;
  }

  .site-map #content .is-flex.cols-mob-3 > * {
    flex: 1;
    min-width: 47%;
    max-width: 47%;
    min-height: 13em;
  }
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }

  .is-flex.cols-sm-2 {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
  }

  form.wpcf7-form .form_parts > div,
  form.wpcf7-form .form_parts > fieldset {
    flex-direction: row;
    align-items: baseline;
  }

  form.wpcf7-form .form_parts > div.align-normal,
  form.wpcf7-form .form_parts > div.input-textarea,
  form.wpcf7-form .form_parts > fieldset.align-normal,
  form.wpcf7-form .form_parts > fieldset.input-textarea {
    align-items: normal;
  }

  form.wpcf7-form .form_parts > div.align-normal > :first-child,
  form.wpcf7-form .form_parts > div.input-textarea > :first-child,
  form.wpcf7-form .form_parts > fieldset.align-normal > :first-child,
  form.wpcf7-form .form_parts > fieldset.input-textarea > :first-child {
    padding-block-start: 10px;
  }

  form.wpcf7-form .form_parts > div > :first-child,
  form.wpcf7-form .form_parts > fieldset > :first-child {
    flex: 0 0 auto;
    padding-inline: 25px 0;
    width: 230px;
  }

  form.wpcf7-form .form_parts > div > :first-child.label span,
  form.wpcf7-form .form_parts > div > :first-child label span,
  form.wpcf7-form .form_parts > fieldset > :first-child.label span,
  form.wpcf7-form .form_parts > fieldset > :first-child label span {
    padding-left: 8px;
    color: var(--body-color);
    font-weight: 400;
    font-size: 88%;
  }

  form.wpcf7-form .form_parts > div > :last-child,
  form.wpcf7-form .form_parts > fieldset > :last-child {
    flex: 1 0 0%;
    padding-inline-end: 20px;
  }

  form.wpcf7-form .block-buttons .block-button {
    width: 30%;
  }

  .site-map #content .is-flex.cols-mob-3 > * {
    min-width: 30%;
    max-width: 30%;
  }
}

@media (min-width: 1024px) {
  #content {
    padding-block-start: 80px;
  }

  .d-mob-none {
    display: none !important;
  }

  .is-flex.cols-pc-2 {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 50px;
  }

  .is-flex.cols-pc-2 > * {
    flex: 1;
  }

  .is-flex.cols-pc-3 {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
  }
}

@media (min-width: 1024.02px) {
  html {
    scroll-padding-top: 150px;
  }

  #wrap {
    padding-block-start: 150px;
  }

  .d-pc-none {
    display: none !important;
  }

  .d-pc-block {
    display: block !important;
  }

  .is-flex.cols-pc-4 {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
  }

  .hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
  }

  .hvr-underline-from-center:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    height: 4px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .hvr-underline-from-center:hover:before,
  .hvr-underline-from-center:focus:before,
  .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
  }

  .inr {
    padding-inline: 16px;
  }

  #header > .is-flex {
    display: block;
    padding-inline: 0;
  }

  #header h1 {
    padding-block: 20px 26px;
    text-align: center;
  }

  #header h1 img {
    width: 264px;
  }

  #header .gtranslate_wrapper {
    position: fixed;
    right: 10% !important;
    top: 24px !important;
  }

  #header .gtranslate_wrapper a:not(.gt-current-lang) {
    display: block;
    padding: 11px 30px;
    width: 122px;
    height: 40px;
    line-height: 1;
    font-size: 13px;
    text-align: center;
  }

  #header .menu-mobile {
    display: none;
  }

  #header .menu-container {
    display: block;
    background: #1752a1;
    padding: 10px 0px;
    text-align: center;
  }

  #header .menu-container .menu > ul {
    display: flex;
    justify-content: space-around;
    gap: 0em;
    padding: 0;
  }

  #header .menu-container .menu > ul > li {
    flex: 1 0 0%;
    position: relative;
  }

  #header .menu-container .menu > ul > li a {
    color: #fff;
    display: block;
    letter-spacing: 1px;
    padding: 13.5px 0 13px;
    line-height: 1.2;
  }

  #header .menu-container .menu > ul .sub-menu {
    display: none;
    box-sizing: border-box;
    background: #1752a1 none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 99;
  }

  #header .menu-container .menu > ul .sub-menu a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 10px;
    text-align: left;
  }

  #header .menu-container .menu > ul .sub-menu a:hover {
    color: #000;
  }

  #header .fix_btn {
    position: fixed;
    right: 0;
    top: 180px;
    width: 53px;
    height: 255px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    box-sizing: border-box;
    background: #1797a1;
  }

  #header .fix_btn a {
    color: #fff;
    display: block;
    cursor: pointer;
    writing-mode: vertical-rl;
    padding: 57px 19px;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-weight: bold;
  }

  footer #ftrBlue .inr,
  footer .ftrMain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }

  footer #ftrBlue {
    background: #0b3773;
    color: #fff;
    padding: 50px 0px;
  }

  footer #ftrBlue .inr {
    flex-direction: row;
  }

  footer #ftrBlue .ftrL {
    width: auto;
    flex: 1 1 auto;
    padding-left: clamp(16px, 7.5cqw, 90px);
  }

  footer #ftrBlue .ftrR {
    width: auto;
    flex: 1 1 auto;
    width: 25cqw;
    max-width: 400px;
    min-width: 300px;
    padding-right: clamp(16px, 2.5cqw, 30px);
    text-align: -webkit-right;
  }

  footer #ftrBlue .btn a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 180%;
    padding: 20px 0;
    text-align: center;
  }

  footer #ftrBlue .btn a:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #0b3773;
  }

  footer .ftrMain {
    flex-direction: row-reverse;
  }

  footer .copy {
    font-size: 10px;
    letter-spacing: 1px;
    font-style: italic;
  }

  h2 {
    font-size: 40px;
  }

  h2 span {
    font-size: 15px;
  }

  #mv {
    margin-top: 0;
  }

  #mv01 {
    margin: 0;
  }

  #mv01 .mvTxt {
    height: 400px;
  }

  #mv01 h2:has(span.en:not(:empty)) {
    padding: 32px 60px 16px;
  }
}

@media (min-width: 1025px) {
  .privacy-policy #mv01 .mvTxt h2 {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .inr {
    padding-inline: unset;
    width: 1200px;
  }
}

@media (max-width: 1024px) {
  #header .fix_btn {
    position: fixed;
    right: 0;
    top: 450px;
    width: 53px;
    height: 44px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    box-sizing: border-box;
    background: #1797a1;
  }

  #header .fix_btn a {
    color: #fff;
    display: block;
    text-align: center;
  }

  #header .fix_btn a .text {
    display: none;
  }

  #header .fix_btn a::before {
    display: block;
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 36px;
  }

  #header .fix_btn a:hover {
    background: #43b3bb;
  }

  body.show-on-mobile {
    height: 100vh;
    min-height: -webkit-fill-available;
    overflow-y: hidden;
  }

  body.show-on-mobile #header .menu-container {
    display: block;
    background: #1752a1;
    position: fixed;
    top: 62px;
    right: 0;
    bottom: 0;
    left: 0;
  }

  body.show-on-mobile #header .menu-container .menu > ul {
    margin: 2em auto;
    width: clamp(260px, 50cqw, 400px);
  }

  body.show-on-mobile #header .menu-container .menu > ul > li > a {
    display: block;
    margin: 1em 0;
    padding: 0.5em 1em;
    border: solid 2px #fff;
    text-align: center;
  }

  body.show-on-mobile #header .menu-container .menu ul {
    font-size: 16px;
  }

  body.show-on-mobile #header .menu-container .menu ul a {
    color: #fff;
  }

  body.show-on-mobile #header .menu-container .menu ul .sub-menu {
    display: block !important;
    opacity: 1 !important;
  }

  body.show-on-mobile #header .menu-container .menu ul .sub-menu li {
    list-style-position: inside;
    margin-block: 0.5em;
  }

  body.show-on-mobile #header .menu-container .menu ul .sub-menu li::marker {
    content: "- ";
    color: #fff;
  }

  body.show-on-mobile #header .menu-container .menu ul .sub-menu li a {
    padding-block: 0.5em;
  }

  body.show-on-mobile #header .menu-container .menu ul .sub-menu li.d-block {
    display: list-item !important;
  }

  #topcontrol {
    bottom: auto !important;
    right: 3px !important;
    top: 500px !important;
  }

  #topcontrol a {
    border: solid 1px #fff;
    background-size: cover;
    width: 44px;
    height: 44px;
  }
}
/*# sourceMappingURL=../../map/assets/css/theme.css.map */