html {
  font-size: calc(10vw / 3.75) !important;
  -webkit-font-smoothing: antialiased; }

body {
  color: #3B3B3B;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 1.5rem;
  line-height: 1.8;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  body.bg2 {
    background-color: #EBF3FF; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 769px) {
  html {
    font-size: 8px !important; }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
@media screen and (min-width: 1050px) {
  html {
    font-size: 9px !important; } }
@media screen and (min-width: 1150px) {
  html {
    font-size: 10px !important; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.title img {
  width: 100%; }

label {
  cursor: pointer; }

label > * {
  cursor: pointer; }

figure img {
  width: 100%;
  height: auto; }

picture img {
  width: 100%;
  height: auto; }

::placeholder {
  font-weight: 500; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.en {
  font-family: "Roboto", sans-serif; }

.txtBold {
  font-weight: 700; }

.sub {
  font-size: 0.7em;
  vertical-align: sub; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

input[type="submit"] {
  cursor: pointer; }

.disabled,
button:disabled {
  opacity: 0.5; }

.slide .item,
.slide .photo,
.imageSlide .item,
.imageSlide .photo {
  opacity: 0;
  position: absolute;
  top: 0; }
  .slide .item:first-child,
  .slide .photo:first-child,
  .imageSlide .item:first-child,
  .imageSlide .photo:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .item,
.slide.slick-initialized .photo,
.imageSlide.slick-initialized .item,
.imageSlide.slick-initialized .photo {
  opacity: 1;
  position: relative; }
.slide .slick-dots,
.imageSlide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 3rem 0 0 0; }
  .slide .slick-dots li,
  .imageSlide .slick-dots li {
    overflow: hidden;
    flex-basis: 10px;
    margin: 0 10px; }
    .slide .slick-dots li button,
    .imageSlide .slick-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      cursor: pointer;
      width: 100%;
      height: 10px;
      text-indent: -9999em;
      background-color: #FAF9F6;
      border-radius: 50%;
      transition: background-color 0.2s ease-out; }
.slide .slick-arrow,
.imageSlide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 8rem;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: url(/img/common/icon_arrow.svg) center center no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 0px 16px rgba(51, 51, 51, 0.16)); }
  .slide .slick-arrow.slick-prev,
  .imageSlide .slick-arrow.slick-prev {
    left: -4rem; }
  .slide .slick-arrow.slick-next,
  .imageSlide .slick-arrow.slick-next {
    right: -4rem;
    transform: rotate(180deg); }
  .slide .slick-arrow.slick-disabled,
  .imageSlide .slick-arrow.slick-disabled {
    display: none !important; }

.grecaptcha-badge {
  visibility: hidden; }

.smf-form .p-country-name {
  display: none; }

.smf-form .recaptcha_message {
  color: #707070;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  padding: 3em 0; }

.smf-form .recaptcha_message a {
  color: inherit;
  text-decoration: underline; }

.smf-form .custom-error-message {
  color: #cc3033;
  margin-top: var(--_margin-2); }

.smf-form .smf-checkboxes-control--horizontal .smf-checkboxes-control__control > .smf-label {
  display: inline-block;
  margin-right: var(--_margin-1); }

.smf-form .smf-checkboxes-control--vertical .smf-checkboxes-control__control > .smf-label {
  display: block; }

.smf-form .smf-checkbox-control {
  align-items: flex-start;
  display: inline-flex;
  gap: var(--_s-2); }

.smf-form .smf-checkbox-control__control {
  --_border-radius:var(--_global--border-radius);
  --_border-color:var(--_form-control-border-color);
  border: 1px solid var(--_border-color);
  border-radius: var(--_border-radius);
  outline: 0;
  --_transition-duration:var(--_global--transition-duration);
  --_transition-function-timing:var(--_global--transition-function-timing);
  --_transition-delay:var(--_global--transition-delay);
  transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay); }

.smf-form .smf-checkbox-control__control:hover {
  --_border-color:var(--_form-control-border-color-hover); }

.smf-form .smf-checkbox-control__control:active, .smf-form .smf-checkbox-control__control:focus, .smf-form .smf-checkbox-control__control:focus-within, .smf-form .smf-checkbox-control__control[aria-selected=true] {
  --_border-color:var(--_form-control-border-color-focus); }

.smf-form .smf-checkbox-control__control > input, .smf-form .smf-checkbox-control__control > textarea {
  border: none;
  outline: none; }

.smf-form .smf-checkbox-control__control {
  appearance: none;
  background-color: var(--_color-white);
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  height: 16px;
  margin: calc(var(--_half-leading)*1em) 0 0;
  position: relative;
  width: 16px; }

.smf-form .smf-checkbox-control__control:before {
  border-color: var(--_color-white);
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  left: calc(50% - 3px);
  margin: 0 !important;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  visibility: hidden;
  width: 6px; }

.smf-form .smf-checkbox-control__control:checked {
  background-color: #3a87fd;
  border-color: #3a87fd; }

.smf-form .smf-checkbox-control__control:checked:before {
  content: "";
  display: block;
  position: absolute;
  visibility: visible; }

.smf-form .smf-checkbox-control__control:disabled {
  background-color: var(--_lightest-color-gray); }

.smf-form .smf-checkbox-control__control:disabled:before {
  border-color: var(--_dark-color-gray); }

.smf-form .smf-checkbox-control__control {
  flex: none;
  margin-top: calc(var(--_half-leading)*1em); }

.smf-form .smf-file-control {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  position: relative; }

.smf-form .smf-file-control__filename, .smf-form .smf-file-control__label {
  display: none; }

.smf-form .smf-file-control > label {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  outline: none;
  position: relative; }

.smf-form .smf-file-control > label:before {
  content: "";
  display: block;
  inset: -3px;
  position: absolute; }

.smf-form .smf-file-control > label:active:before, .smf-form .smf-file-control > label:focus-within:before, .smf-form .smf-file-control > label:focus:before {
  border: 1px solid var(--_form-control-border-color-focus);
  border-radius: var(--_global--border-radius); }

.smf-form .smf-file-control > label > * {
  flex: 0 0 auto; }

.smf-form .smf-file-control__control {
  display: none; }

.smf-form .smf-file-control__label {
  background-color: var(--_lighter-color-gray);
  background-image: linear-gradient(180deg, #fff, var(--_lighter-color-gray));
  border-radius: var(--_global--border-radius);
  color: var(--_color-text);
  cursor: pointer;
  display: inline-block;
  padding: var(--_padding-2) var(--_padding-1);
  text-decoration: none;
  --_border-radius:var(--_global--border-radius);
  --_border-color:var(--_form-control-border-color);
  border: 1px solid var(--_border-color);
  border-radius: var(--_border-radius);
  outline: 0;
  --_transition-duration:var(--_global--transition-duration);
  --_transition-function-timing:var(--_global--transition-function-timing);
  --_transition-delay:var(--_global--transition-delay);
  transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay); }

.smf-form .smf-file-control__label:hover {
  --_border-color:var(--_form-control-border-color-hover); }

.smf-form .smf-file-control__label:active, .smf-form .smf-file-control__label:focus, .smf-form .smf-file-control__label:focus-within, .smf-form .smf-file-control__label[aria-selected=true] {
  --_border-color:var(--_form-control-border-color-focus); }

.smf-form .smf-file-control__label > input, .smf-form .smf-file-control__label > textarea {
  border: none;
  outline: none; }

.smf-form .smf-file-control__filename--no-file {
  display: inline-block; }

.smf-form .smf-file-control__filename--has-file {
  display: none; }

.smf-form .smf-file-control__clear {
  cursor: pointer;
  display: none;
  text-decoration: underline; }

.smf-form .smf-file-control__value {
  margin-top: .25em; }

.smf-form .smf-file-control--set .smf-file-control__filename--no-file {
  display: none; }

.smf-form .smf-file-control--set .smf-file-control__clear, .smf-form .smf-file-control--set .smf-file-control__filename--has-file {
  display: inline-block; }

.smf-form .smf-file-control--uploaded label {
  display: none; }

.smf-form .smf-file-control--uploaded .smf-file-control__clear {
  display: inline-block; }

.smf-item label {
  cursor: pointer; }

.smf-item__description {
  color: var(--_dark-color-gray);
  margin-top: var(--_margin-2);
  --_font-size-level:-1;
  font-size: var(--_font-size);
  line-height: var(--_line-height); }

.smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control > .smf-label {
  display: inline-block;
  margin-right: var(--_margin-1); }

.smf-form .smf-radio-buttons-control--vertical .smf-radio-buttons-control__control > .smf-label {
  display: block; }

.smf-form .smf-radio-button-control {
  align-items: flex-start;
  display: inline-flex;
  gap: var(--_s-2); }

.smf-form .smf-radio-button-control__control {
  --_border-radius:var(--_global--border-radius);
  --_border-color:var(--_form-control-border-color);
  border: 1px solid var(--_border-color);
  border-radius: var(--_border-radius);
  outline: 0;
  --_transition-duration:var(--_global--transition-duration);
  --_transition-function-timing:var(--_global--transition-function-timing);
  --_transition-delay:var(--_global--transition-delay);
  transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay); }

.smf-form .smf-radio-button-control__control:hover {
  --_border-color:var(--_form-control-border-color-hover); }

.smf-form .smf-radio-button-control__control:active, .smf-form .smf-radio-button-control__control:focus, .smf-form .smf-radio-button-control__control:focus-within, .smf-form .smf-radio-button-control__control[aria-selected=true] {
  --_border-color:var(--_form-control-border-color-focus); }

.smf-form .smf-radio-button-control__control > input, .smf-form .smf-radio-button-control__control > textarea {
  border: none;
  outline: none; }

.smf-form .smf-radio-button-control__control {
  appearance: none;
  background-color: var(--_color-white);
  border-radius: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  height: 16px;
  margin: calc(var(--_half-leading)*1em) 0 0;
  position: relative;
  width: 16px; }

.smf-form .smf-radio-button-control__control:before {
  background-color: var(--_color-white);
  border-radius: 100%;
  height: 6px;
  left: calc(50% - 3px);
  margin: 0 !important;
  overflow: hidden;
  top: calc(50% - 3px);
  visibility: hidden;
  width: 6px; }

.smf-form .smf-radio-button-control__control:checked {
  background-color: #3a87fd;
  border-color: #3a87fd; }

.smf-form .smf-radio-button-control__control:checked:before {
  content: "";
  display: block;
  position: absolute;
  visibility: visible; }

.smf-form .smf-radio-button-control__control:disabled {
  background-color: var(--_lightest-color-gray); }

.smf-form .smf-radio-button-control__control:disabled:before {
  background-color: var(--_dark-color-gray); }

.smf-form .smf-radio-button-control__control {
  flex: none;
  margin-top: calc(var(--_half-leading)*1em); }

.smf-form .smf-select-control {
  display: inline-block;
  position: relative; }

.smf-form .smf-select-control__toggle {
  display: none; }

.smf-form .smf-select-control__control {
  appearance: none;
  background-color: #0000;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  padding: .75rem 1rem;
  padding-right: var(--_s1);
  position: relative;
  z-index: 1;
  --_border-radius:var(--_global--border-radius);
  --_border-color:var(--_form-control-border-color);
  border: 1px solid var(--_border-color);
  border-radius: var(--_border-radius);
  outline: 0;
  --_transition-duration:var(--_global--transition-duration);
  --_transition-function-timing:var(--_global--transition-function-timing);
  --_transition-delay:var(--_global--transition-delay);
  transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay); }

.smf-form .smf-select-control__control:hover {
  --_border-color:var(--_form-control-border-color-hover); }

.smf-form .smf-select-control__control:active, .smf-form .smf-select-control__control:focus, .smf-form .smf-select-control__control:focus-within, .smf-form .smf-select-control__control[aria-selected=true] {
  --_border-color:var(--_form-control-border-color-focus); }

.smf-form .smf-select-control__control > input, .smf-form .smf-select-control__control > textarea {
  border: none;
  outline: none; }

.smf-form .smf-select-control__control:focus + .smf-select-control__toggle:before {
  border-color: #3a87fd; }

.smf-form .smf-select-control__control:disabled + .smf-select-control__toggle {
  background-color: var(--_lightest-color-gray); }

.smf-form .smf-select-control__toggle {
  background-color: var(--_color-white);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }

.smf-form .smf-select-control__toggle:before {
  border-color: currentcolor;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: calc(var(--_s-1) - 6px);
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 6px; }

.smf-select-control__control {
  color: inherit; }

.smf-form .smf-text-control__control {
  background-color: var(--_color-white);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
  max-width: 100%;
  padding: .75rem 1rem;
  --_border-radius:var(--_global--border-radius);
  --_border-color:var(--_form-control-border-color);
  border: 1px solid var(--_border-color);
  border-radius: var(--_border-radius);
  outline: 0;
  --_transition-duration:var(--_global--transition-duration);
  --_transition-function-timing:var(--_global--transition-function-timing);
  --_transition-delay:var(--_global--transition-delay);
  transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay); }

.smf-form .smf-text-control__control:hover {
  --_border-color:var(--_form-control-border-color-hover); }

.smf-form .smf-text-control__control:active, .smf-form .smf-text-control__control:focus, .smf-form .smf-text-control__control:focus-within, .smf-form .smf-text-control__control[aria-selected=true] {
  --_border-color:var(--_form-control-border-color-focus); }

.smf-form .smf-text-control__control > input, .smf-form .smf-text-control__control > textarea {
  border: none;
  outline: none; }

.smf-form .smf-text-control__control:disabled {
  background-color: var(--_lightest-color-gray); }

textarea.smf-form .smf-text-control__control {
  height: auto;
  width: 100%; }

.smf-text-control {
  line-height: 1; }

.smf-form .smf-textarea-control__control {
  background-color: var(--_color-white);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
  display: block;
  max-width: 100%;
  padding: .75rem 1rem;
  width: 100%;
  --_border-radius:var(--_global--border-radius);
  --_border-color:var(--_form-control-border-color);
  border: 1px solid var(--_border-color);
  border-radius: var(--_border-radius);
  outline: 0;
  --_transition-duration:var(--_global--transition-duration);
  --_transition-function-timing:var(--_global--transition-function-timing);
  --_transition-delay:var(--_global--transition-delay);
  transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay); }

.smf-form .smf-textarea-control__control:hover {
  --_border-color:var(--_form-control-border-color-hover); }

.smf-form .smf-textarea-control__control:active, .smf-form .smf-textarea-control__control:focus, .smf-form .smf-textarea-control__control:focus-within, .smf-form .smf-textarea-control__control[aria-selected=true] {
  --_border-color:var(--_form-control-border-color-focus); }

.smf-form .smf-textarea-control__control > input, .smf-form .smf-textarea-control__control > textarea {
  border: none;
  outline: none; }

.smf-form .smf-textarea-control__control:disabled {
  background-color: var(--_lightest-color-gray); }

textarea.smf-form .smf-textarea-control__control {
  height: auto;
  width: 100%; }

@media screen and (min-width: 769px) {
  .slide .slick-arrow.slick-prev, .slide .slick-arrow.slick-next {
    transition: opacity 0.2s ease-out; }
    .slide .slick-arrow.slick-prev:hover, .slide .slick-arrow.slick-next:hover {
      opacity: 0.8; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.8; }

  .moverContent > * {
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.8; }

  .moverColor {
    transition: color 0.2s ease-out; }
    .moverColor:hover {
      color: #0066FF !important; }

  .smf-form .recaptcha_message {
    padding: 3em 0 0 0; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

@media screen and (min-width: 769px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP {
    display: none; }
    .modeSP.important {
      display: none !important; } }
@keyframes scrolldown {
  0% {
    opacity: 0;
    left: 0; }
  60% {
    opacity: 1; }
  95% {
    opacity: 0; }
  100% {
    left: calc(100% - 0.5rem); } }
@keyframes animeInfinite {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-152px * 12)); } }
@keyframes animeInfinite2 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-244px * 12)); } }
@keyframes animeInfinite3 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-540 / 375 * 100vw)); } }
@keyframes animeInfinite4 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-740 / 1440 * 100%)); } }
.wrapper {
  opacity: 0;
  position: relative;
  padding: calc(64 / 375 * 100%) 0 0 0;
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

.scrollPosition {
  position: absolute;
  margin: calc(-64 / 375 * 100vw) 0 0 0;
  padding: calc(64 / 375 * 100vw) 0 0 0; }

.scrollPosition2 {
  margin: calc(-121 / 375 * 100vw) 0 0 0;
  padding: calc(121 / 375 * 100vw) 0 0 0; }

.contentInner {
  width: calc(335 / 375 * 100%);
  margin: auto; }

.fadeContent {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1) 0.12s; }

.fadeContent.current {
  opacity: 1;
  transform: translateY(0); }

@media screen and (min-width: 769px) {
  .wrapper {
    padding: 80px 0 0 0; }

  .scrollPosition {
    margin: -80px 0 0 0;
    padding: 80px 0 0 0; }

  .scrollPosition2 {
    margin: -80px 0 0 0;
    padding: 80px 0 0 0; }

  .contentInner {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    box-sizing: border-box; } }
/*----------------------
 breadcrumb
----------------------*/
.breadcrumb .list {
  overflow: auto;
  width: auto;
  display: flex;
  align-items: center;
  margin: 0 0 calc(31 / 335 * 100%) 0;
  padding: calc(18 / 335 * 100%) 0;
  white-space: nowrap; }
  .breadcrumb .list .item {
    display: flex;
    align-items: center;
    color: #676767;
    font-size: 1.2rem;
    line-height: 1.17; }
    .breadcrumb .list .item > * {
      display: inline-block;
      vertical-align: middle; }
    .breadcrumb .list .item:first-child:before {
      display: none; }
    .breadcrumb .list .item:before {
      content: ">";
      margin: 0 0.8rem 0 0.5rem; }
    .breadcrumb .list .item a {
      color: #0066FF; }
      .breadcrumb .list .item a p span {
        display: inline; }
    .breadcrumb .list .item p span {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }

@media screen and (min-width: 769px) {
  .breadcrumb .list {
    margin: 0 0 calc(43 / 1100 * 100%) 0;
    padding: calc(21 / 1100 * 100%) 0 calc(21 / 1100 * 100%) 0; }
    .breadcrumb .list .item {
      font-size: 1.2rem;
      line-height: 1.33; }
      .breadcrumb .list .item p:before {
        display: none; }
      .breadcrumb .list .item p span {
        display: inline; } }
#innerNav {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 199;
  background-color: #EBF3FF;
  margin: calc(64 / 375 * 100%) 0 0 0;
  padding: calc(57 / 375 * 100%) 0 0 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08); }
  #innerNav .list {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    gap: 0.8rem;
    padding: 0 1.6rem; }
    #innerNav .list .item {
      display: flex;
      align-items: center;
      flex-shrink: 0; }
      #innerNav .list .item.current .link {
        color: #FFFFFF;
        font-weight: 700;
        background-color: #0066FF;
        border: 1px solid #0066FF; }
      #innerNav .list .item.border:before {
        content: "";
        display: block;
        height: 2.1rem;
        margin: 0 1.2rem 0 0.5rem;
        border-left: 1px solid #E0E0E0; }
      #innerNav .list .item:last-child {
        padding: 0 1.6rem 0 0; }
      #innerNav .list .item .link {
        display: block;
        color: #676767;
        font-size: 1.2rem;
        line-height: 1;
        background-color: #FFFFFF;
        padding: 0.6rem 1.1rem;
        border: 1px solid #B4B4B4;
        border-radius: 1.3em;
        transition: all 0.2s ease-out; }

@media screen and (min-width: 769px) {
  #innerNav {
    overflow: visible;
    position: sticky;
    top: 0;
    left: 0;
    right: auto;
    z-index: 199;
    width: calc(152 / 1140 * 100%);
    background-color: transparent;
    margin: 0;
    padding: calc(61 / 1140 * 100% + 80px) 0 0 1rem;
    box-shadow: none; }
    #innerNav .list {
      display: block;
      position: static;
      width: auto;
      padding: 0 0 10rem 0; }
      #innerNav .list .item {
        display: block;
        position: relative; }
        #innerNav .list .item.current .link {
          color: #0066FF;
          font-weight: 700;
          background-color: transparent;
          border: 0; }
        #innerNav .list .item.current .icon {
          display: block; }
        #innerNav .list .item.border:before {
          height: 1px;
          margin: 1.6rem 0;
          border-top: 1px solid #E0E0E0;
          border-left: 0; }
        #innerNav .list .item .link {
          position: relative;
          color: #3B3B3B;
          font-size: 1.4rem;
          line-height: 1;
          background-color: transparent;
          padding: 1.1rem 0;
          border: 0;
          border-radius: 0;
          transition: all 0.2s ease-out; }
          #innerNav .list .item .link:hover {
            color: #0066FF;
            font-weight: 700; }
        #innerNav .list .item .icon {
          display: none;
          position: absolute;
          top: 0;
          bottom: 0;
          right: calc(100% + 0.5rem);
          width: 1.954rem;
          height: 1.2rem;
          background-color: #0066FF;
          margin: auto;
          clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%); } }
@media screen and (min-width: 1200px) {
  #innerNav {
    padding-left: 0; } }
/* layoutType01 */
.layoutType01 .content {
  overflow: hidden; }
.layoutType01 .image {
  width: calc(335 / 375 * 100%);
  margin: auto; }
.layoutType01 .box {
  width: calc(287 / 335 * 100%);
  background-color: #EBF3FF;
  margin: calc(-64 / 335 * 100%) auto calc(64 / 335 * 100%) auto;
  padding: calc(22 / 335 * 100%) calc(20 / 335 * 100%) calc(25 / 335 * 100%) calc(20 / 335 * 100%);
  border-radius: 0.8rem;
  box-sizing: border-box; }
  .layoutType01 .box .title {
    margin: 0 0 calc(16 / 247 * 100%) 0; }
  .layoutType01 .box .wrap {
    position: relative;
    margin: 0 0 calc(22 / 247 * 100%) 0; }
    .layoutType01 .box .wrap .desc {
      width: calc(165 / 247 * 100%);
      font-size: 1.5rem;
      line-height: 1.6; }
    .layoutType01 .box .wrap .illust {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(150 / 247 * 100%);
      margin: 0 0 0 calc(180 / 247 * 100%); }
  .layoutType01 .box .buttonArea {
    width: calc(200 / 247 * 100%);
    margin: auto; }
.layoutType01 .textWrap {
  margin: 0 0 10rem 0; }

@media screen and (min-width: 769px) {
  .layoutType01.reverse .image {
    margin: 0 calc((170 / 1140 * 100%) + 20px) 0 20px; }
  .layoutType01.reverse .contentInner {
    justify-content: flex-end; }
  .layoutType01 .content {
    position: relative;
    height: 500px;
    margin: 0 0 12rem 0; }
  .layoutType01 .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 500px;
    margin: 0 20px 0 calc((170 / 1140 * 100%) + 20px); }
    .layoutType01 .image img {
      height: 500px;
      border-radius: 1.2rem;
      aspect-ratio: 1020 / 500;
      object-fit: cover; }
  .layoutType01 .contentInner {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 500px; }
  .layoutType01 .boxWrap {
    margin: 0 0 48px 0; }
  .layoutType01 .box {
    width: 480px;
    margin: calc(148 / 1100 * 100%) 0 0 0;
    padding: 37px 48px 32px 48px; }
    .layoutType01 .box .title {
      margin: 0 0 calc(16 / 384 * 100%) 0; }
    .layoutType01 .box .wrap {
      margin: 0 0 calc(29 / 384 * 100%) 0; }
      .layoutType01 .box .wrap .desc {
        width: 100%; }
      .layoutType01 .box .wrap .illust {
        width: calc(195 / 384 * 100%);
        margin: 0 0 0 calc(180 / 384 * 100%); }
    .layoutType01 .box .buttonArea {
      width: calc(200 / 384 * 100%);
      margin: 0; }
  .layoutType01 .textWrap {
    margin: 0 0 10rem 0; } }
@media screen and (min-width: 1140px) {
  .layoutType01.reverse .image {
    left: 0;
    right: calc(50% - 380px);
    margin: 0 0 0 80px; }
  .layoutType01 .image {
    left: calc(50% - 380px);
    margin: 0 80px 0 0; } }
/* layoutType02 */
.layoutType02 {
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 0.8rem; }
  .layoutType02 .titleWrap {
    color: #FFFFFF;
    background: url(/img/common/bg_ds.svg) 180% center no-repeat;
    background-size: 77.97% auto;
    background-color: #0066FF;
    padding: calc(22 / 335 * 100%) calc(16 / 335 * 100%) calc(20 / 335 * 100%) calc(16 / 335 * 100%); }

@media screen and (min-width: 769px) {
  .layoutType02 {
    border-radius: 1.2rem; }
    .layoutType02 .titleWrap {
      background: url(/img/common/bg_ds.svg) 105.5% center no-repeat;
      background-size: 32.65% auto;
      background-color: #0066FF;
      padding: calc(33 / 1100 * 100%) calc(64 / 1100 * 100%) calc(32 / 1100 * 100%) calc(64 / 1100 * 100%); } }
/* layoutType03 */
.layoutType03 .content {
  position: relative; }
.layoutType03 .wrap {
  position: relative; }
.layoutType03 .bg {
  position: relative;
  width: 100%; }
  .layoutType03 .bg.current .parts.parts03 {
    transform: translateY(100%); }
  .layoutType03 .bg.current + .textWrap .title,
  .layoutType03 .bg.current + .textWrap .strength,
  .layoutType03 .bg.current + .textWrap .desc,
  .layoutType03 .bg.current + .textWrap .buttonArea {
    opacity: 1; }
  .layoutType03 .bg .parts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(333 / 375 * 100%);
    margin: calc(113 / 375 * 100%) auto 0 auto; }
    .layoutType03 .bg .parts.parts01 {
      position: relative;
      z-index: 3;
      width: calc(745 / 375 * 100%);
      margin: 0 calc(-185 / 375 * 100%); }
    .layoutType03 .bg .parts.parts02 {
      z-index: 1; }
    .layoutType03 .bg .parts.parts03 {
      z-index: 2;
      transition: all 1s linear 0.4s; }
.layoutType03 .textWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: #FFFFFF; }
.layoutType03 .title {
  opacity: 0;
  padding: calc(30 / 335 * 100%) 0 calc(12 / 335 * 100%) 0;
  transition: all 0.4s linear 1.4s; }
.layoutType03 .strength {
  opacity: 0;
  margin: 0 0 calc(32 / 335 * 100%) 0;
  transition: all 0.4s linear 1.8s; }
  .layoutType03 .strength .list {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: calc(263 / 335 * 100%);
    margin: auto; }
    .layoutType03 .strength .list:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: calc(40 / 375 * 100%);
      background: url(/img/top/img_batu.svg) center center no-repeat;
      background-size: contain;
      margin: calc(70 / 375 * 100%) auto 0 auto;
      aspect-ratio: 1 / 1; }
    .layoutType03 .strength .list .item {
      flex-basis: calc(126 / 300 * 100%); }
      .layoutType03 .strength .list .item .name {
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1 / 1; }
        .layoutType03 .strength .list .item .name .image {
          width: calc(80 / 126 * 100%);
          margin: calc(30 / 126 * 100%) 0 0 0; }
      .layoutType03 .strength .list .item .text {
        font-size: 1.5rem;
        line-height: 1.6;
        font-weight: 700;
        text-align: center;
        padding: calc(20 / 126 * 100%) 0 0 0; }
        .layoutType03 .strength .list .item .text .em {
          font-size: 2rem;
          line-height: 1.2; }
.layoutType03 .desc {
  opacity: 0;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin: 0 0 calc(17 / 375 * 100%) 0;
  transition: all 0.4s linear 2.2s; }
.layoutType03 .buttonArea {
  opacity: 0;
  width: calc(200 / 375 * 100%);
  margin: auto;
  transition: all 0.4s linear 2.2s; }
.layoutType03 .imageSlide {
  overflow: hidden;
  margin: calc(-70 / 375 * 100%) 0 calc(64 / 375 * 100%) 0;
  transform: translateY(0); }
  .layoutType03 .imageSlide .slide {
    display: flex;
    animation: animeInfinite 60s linear infinite; }
    .layoutType03 .imageSlide .slide .image {
      flex-shrink: 0;
      width: 140px;
      margin: 0 12px 0 0; }

@media screen and (min-width: 769px) {
  .layoutType03 .contentInner {
    position: relative; }
  .layoutType03 .bg {
    width: calc(1440 / 1100 * 100%);
    max-width: 1440px;
    margin: 0 calc(-170 / 1100 * 100%) 0 calc(-170 / 1100 * 100%); }
    .layoutType03 .bg .parts {
      width: calc(665 / 1440 * 100%);
      margin: calc(140 / 1440 * 100%) auto 0 auto; }
      .layoutType03 .bg .parts.parts01 {
        width: calc(1770 / 1440 * 100%);
        margin: 0 calc(-165 / 1440 * 100%); }
  .layoutType03 .textWrap {
    left: 20px;
    right: 20px;
    margin-top: 0; }
  .layoutType03 .title {
    padding: calc(35 / 1100 * 100%) 0 calc(10 / 1100 * 100%) 0; }
  .layoutType03 .strength {
    margin: 0 0 calc(85 / 1100 * 100%) 0; }
    .layoutType03 .strength .list {
      width: calc(660 / 1100 * 100%); }
      .layoutType03 .strength .list:after {
        width: calc(70 / 660 * 100%);
        margin: calc(116 / 660 * 100%) auto 0 auto; }
      .layoutType03 .strength .list .item {
        flex-basis: calc(270 / 660 * 100%); }
        .layoutType03 .strength .list .item .name {
          padding: calc(96 / 270 * 100%) 0 calc(12 / 270 * 100%) 0;
          aspect-ratio: auto; }
          .layoutType03 .strength .list .item .name .image {
            width: calc(210 / 270 * 100%);
            margin: 0; }
        .layoutType03 .strength .list .item .text {
          color: #3B3B3B;
          font-size: 1.5rem;
          line-height: 1.73;
          padding: 0; }
          .layoutType03 .strength .list .item .text .em {
            color: #0066FF;
            font-size: 2rem;
            line-height: 1.3; }
  .layoutType03 .desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 0 calc(38 / 1100 * 100%) 0; }
  .layoutType03 .buttonArea {
    width: calc(200 / 1100 * 100%); }
  .layoutType03 .imageSlide {
    margin: calc(-366 / 1440 * 100%) 0 calc(119 / 1440 * 100%) 0; }
    .layoutType03 .imageSlide .slide {
      animation: animeInfinite2 60s linear infinite; }
      .layoutType03 .imageSlide .slide .image {
        width: 220px;
        margin: 0 24px 0 0; } }
@media screen and (min-width: 830px) {
  .layoutType03 .title {
    padding: calc(59 / 1100 * 100%) 0 calc(13 / 1100 * 100%) 0; } }
@media screen and (min-width: 1140px) {
  .layoutType03 .imageSlide {
    margin: -366px 0 119px 0; } }
.tableType01 {
  font-size: 1.5rem;
  line-height: 1.6;
  border-bottom: 1px solid #E0E0E0; }
  .tableType01 .row {
    position: relative;
    padding: calc(18 / 335 * 100%) 0 calc(18 / 335 * 100%) 0;
    border-top: 1px solid #E0E0E0; }
    .tableType01 .row:before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: calc(120 / 335 * 100%);
      border-top: 1px solid #0066FF; }
    .tableType01 .row .head {
      font-weight: 700;
      margin: 0 0 calc(4 / 335 * 100%) 0; }

@media screen and (min-width: 769px) {
  .tableType01 {
    font-size: 1.4rem;
    line-height: 1.6; }
    .tableType01 .row {
      display: flex;
      padding: calc(18 / 1100 * 100%) 0; }
      .tableType01 .row:before {
        width: 16rem; }
      .tableType01 .row .head {
        flex-shrink: 0;
        min-width: 18.3rem;
        margin: 0 0 calc(2 / 1100 * 100%) 0;
        padding-right: 2rem;
        box-sizing: border-box; }
      .tableType01 .row .cont {
        flex-grow: 1; } }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.pagingArea {
  padding: 0 0 calc(107 / 375 * 100%) 0; }
  .pagingArea .navigation {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagingArea .navigation .nav-links {
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.8rem; }
      .pagingArea .navigation .nav-links .page-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 4rem;
        color: #0066FF;
        font-size: 1.6rem;
        line-height: 1;
        border: 1px solid #E0E0E0;
        border-radius: 50%;
        box-sizing: border-box; }
        .pagingArea .navigation .nav-links .page-numbers.current {
          color: #FFFFFF;
          font-weight: 700;
          background-color: #0066FF; }
        .pagingArea .navigation .nav-links .page-numbers.dots {
          width: 1.6rem;
          background-color: transparent;
          border: 0; }
        .pagingArea .navigation .nav-links .page-numbers.prev, .pagingArea .navigation .nav-links .page-numbers.next {
          overflow: hidden;
          width: 2.2rem;
          text-indent: -9999em;
          background-color: transparent;
          border: 0; }
          .pagingArea .navigation .nav-links .page-numbers.prev:after, .pagingArea .navigation .nav-links .page-numbers.next:after {
            content: "";
            display: block;
            width: 1rem;
            height: 1rem;
            border-top: 2px solid #0066FF;
            border-right: 2px solid #0066FF;
            transform: translateX(3px) rotate(-135deg); }
        .pagingArea .navigation .nav-links .page-numbers.next:after {
          transform: translateX(-3px) rotate(45deg); }

@media screen and (min-width: 769px) {
  .pagingArea {
    padding: 0 0 18rem 0; }
    .pagingArea .navigation .nav-links {
      position: relative;
      width: 100%;
      padding: 0 3.5rem;
      box-sizing: border-box; }
      .pagingArea .navigation .nav-links a {
        transition: all 0.2s ease-out;
        backface-visibility: hidden;
        zoom: 1; }
        .pagingArea .navigation .nav-links a:hover {
          background-color: #EBF3FF; } }
#page404 .content {
  text-align: center; }
#page404 .error {
  color: #0066FF;
  font-size: 2.8rem;
  line-height: 1;
  padding: calc(5 / 335 * 100%) 0 calc(36 / 335 * 100%) 0; }
  #page404 .error .num {
    font-size: 10rem;
    line-height: 1;
    font-weight: 700; }
#page404 .title {
  font-size: 2.2rem;
  line-height: 1.61;
  font-weight: 700;
  margin: 0 0 calc(18 / 335 * 100%) 0; }
#page404 .textWrap {
  margin: 0 0 calc(29 / 335 * 100%) 0; }
  #page404 .textWrap .text {
    font-size: 1.5rem;
    line-height: 1.8; }
#page404 .buttonArea {
  width: calc(200 / 335 * 100%);
  margin: auto;
  padding: 0 0 calc(104 / 335 * 100%) 0; }

@media screen and (min-width: 769px) {
  #page404 .error {
    font-size: 3.2rem;
    line-height: 0.94;
    padding: 0 0 calc(49 / 1100 * 100%) 0; }
    #page404 .error .num {
      font-size: 13rem;
      line-height: 1; }
  #page404 .title {
    font-size: 2.4rem;
    line-height: 1.6;
    margin: 0 0 calc(20 / 1100 * 100%) 0; }
  #page404 .textWrap {
    margin: 0 0 calc(36 / 1100 * 100%) 0; }
  #page404 .buttonArea {
    width: 200px;
    padding: 0 0 calc(179 / 1100 * 100%) 0; } }
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 0;
  background-color: #FFFFFF;
  padding: calc(64 / 375 * 100%) 0 0 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease-out; }
  #header.type2 {
    box-shadow: none; }
  #header .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: calc(64 / 375 * 100%) 0 0 0; }
  #header .contentInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #header .logoArea {
    flex-basis: calc(159 / 375 * 100%);
    position: relative;
    z-index: 1010;
    margin: 0 0 calc(3 / 375 * 100%) calc(20 / 375 * 100%); }
    #header .logoArea picture {
      display: flex;
      align-items: center; }

#globalNav .bg {
  display: none; }
#globalNav .menuButton .button {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: calc(40 / 375 * 100vw);
  background-color: #0066FF;
  margin: calc(11 / 375 * 100%) calc(20 / 375 * 100%) 0 0;
  border-radius: 50%;
  box-sizing: border-box;
  aspect-ratio: 40 / 40; }
  #globalNav .menuButton .button .wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(18 / 40 * 100%);
    height: 0;
    padding: calc(12 / 40 * 100%) 0 0 0;
    margin: auto; }
    #globalNav .menuButton .button .wrap span {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 2px;
      background-color: #FFFFFF;
      margin: auto;
      transition: all 0.2s; }
      #globalNav .menuButton .button .wrap span:nth-of-type(1) {
        top: 0; }
      #globalNav .menuButton .button .wrap span:nth-of-type(2) {
        bottom: 0; }
#globalNav .menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 100vh;
  max-height: 100vh;
  background-color: #FFFFFF !important; }
  #globalNav .menu .menuBg {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    margin: calc(65 / 375 * 100vw) 0 0 0; }
  #globalNav .menu .menuInner {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    color: #3B3B3B;
    background-color: #EBF3FF;
    margin: calc(65 / 375 * 100vw) 0 0 0;
    padding: 0 calc(20 / 375 * 100%);
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; }
  #globalNav .menu .list {
    display: flex;
    padding: calc(30 / 375 * 100%) 0 0 0; }
  #globalNav .menu .column {
    flex-basis: 50%;
    box-sizing: border-box; }
    #globalNav .menu .column .item {
      flex-basis: 100%;
      position: relative; }
      #globalNav .menu .column .item:first-child {
        border-top: 0; }
      #globalNav .menu .column .item .link {
        cursor: pointer;
        display: block;
        position: relative;
        width: 100%;
        padding: 1.6rem 0;
        box-sizing: border-box; }
        #globalNav .menu .column .item .link.blank .icon {
          display: inline-block;
          width: 1.4rem;
          height: 1.4rem;
          vertical-align: middle;
          margin: 0 0 0.15rem 0.5rem; }
          #globalNav .menu .column .item .link.blank .icon svg .rect1 {
            fill: #3B3B3B;
            transition: color 0.2s ease-out; }
          #globalNav .menu .column .item .link.blank .icon svg .path1 {
            fill: #3B3B3B;
            transition: color 0.2s ease-out; }
        #globalNav .menu .column .item .link .ja {
          display: block;
          font-size: 1.6rem;
          line-height: 1;
          font-weight: 700; }
      #globalNav .menu .column .item .child .childLink {
        display: block;
        font-size: 1.5rem;
        line-height: 1.07;
        padding: 1.45rem 0; }
        #globalNav .menu .column .item .child .childLink:before {
          content: "- "; }
  #globalNav .menu .else {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    padding: calc(12 / 335 * 100%) 0 calc(25 / 335 * 100%) 0; }
    #globalNav .menu .else p {
      display: flex;
      align-items: center;
      font-size: 1.2rem;
      line-height: 1.5; }
      #globalNav .menu .else p:first-child:before {
        display: none; }
      #globalNav .menu .else p:before {
        content: "";
        display: block;
        width: 1px;
        height: 1.8rem;
        background-color: rgba(0, 0, 0, 0.3);
        margin: 0 1.2rem; }
  #globalNav .menu .boxWrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding: 0 0 calc(28 / 335 * 100%) 0; }
    #globalNav .menu .boxWrap .item {
      flex-basis: 100%;
      margin: calc(30 / 335 * 100%) 0 calc(13 / 335 * 100%) 0; }
      #globalNav .menu .boxWrap .item.telBox {
        order: 2; }
        #globalNav .menu .boxWrap .item.telBox .box .mark {
          background: url(/img/common/icon_bottom_tel.svg) center center no-repeat;
          background-size: contain; }
      #globalNav .menu .boxWrap .item.mailBox {
        order: 1; }
        #globalNav .menu .boxWrap .item.mailBox .box .mark {
          background: url(/img/common/icon_bottom_mail.svg) center center no-repeat;
          background-size: contain; }
      #globalNav .menu .boxWrap .item .box {
        position: relative;
        background-color: #FFFFFF;
        padding: calc(37 / 335 * 100%) 0 calc(19 / 335 * 100%) 0;
        border-radius: 0.8rem; }
      #globalNav .menu .boxWrap .item .mark {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        width: calc(48 / 335 * 100%);
        margin: calc(-24 / 335 * 100%) auto 0 auto;
        border-radius: 50%;
        box-sizing: border-box;
        aspect-ratio: 1 / 1; }
      #globalNav .menu .boxWrap .item .title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        line-height: 1;
        font-weight: 700;
        margin: 0 0 calc(17 / 335 * 100%) 0; }
        #globalNav .menu .boxWrap .item .title:before, #globalNav .menu .boxWrap .item .title:after {
          content: "";
          display: block;
          width: 2rem;
          height: 1px;
          background-color: #3B3B3B;
          margin: 0 0.5rem 0 0; }
        #globalNav .menu .boxWrap .item .title:after {
          margin: 0 0 0 0.5rem; }
      #globalNav .menu .boxWrap .item .buttonArea {
        width: calc(300 / 335 * 100%);
        margin: auto; }
        #globalNav .menu .boxWrap .item .buttonArea .button {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 6.4rem;
          font-size: 1.8rem;
          line-height: 1;
          border-radius: 3.2rem; }
          #globalNav .menu .boxWrap .item .buttonArea .button .tel {
            font-size: 2.6rem;
            line-height: 1;
            font-weight: 700; }
          #globalNav .menu .boxWrap .item .buttonArea .button .time {
            font-size: 1.2rem;
            line-height: 1.17;
            font-weight: 400; }
          #globalNav .menu .boxWrap .item .buttonArea .button .icon:after {
            right: 2.5rem; }
#globalNav.open .menuButton .button .wrap span:nth-of-type(1) {
  bottom: 0;
  transform: translateY(50%) translateY(-1px) rotate(-45deg); }
#globalNav.open .menuButton .button .wrap span:nth-of-type(2) {
  top: 0;
  transform: translateY(-50%) translateY(1px) rotate(45deg); }
#globalNav.open .menu {
  left: 0; }
  #globalNav.open .menu .menuBg {
    left: 0; }

@media screen and (min-width: 769px) {
  #header {
    padding: 80px 0 0 0; }
    #header .content {
      height: 100%;
      padding: 0;
      transform: translateY(0); }
    #header .contentInner {
      max-width: 100%;
      padding: 0; }
    #header .logoArea {
      flex-basis: calc(237 / 1440 * 100%);
      min-width: 120px;
      margin: 0 0 0 calc(12 / 1440 * 100%); }
    #header .navWrap .itemEntry a {
      z-index: 1500;
      width: 13.1rem;
      font-size: 1.7rem;
      line-height: 1;
      margin: 0;
      aspect-ratio: 131 / 80; }

  #globalNav.hover .menu {
    z-index: 1202; }
    #globalNav.hover .menu .list .item.on .link {
      color: #0066FF; }
    #globalNav.hover .menu .list .item.on .child {
      opacity: 1;
      padding: 100px 0 0 0;
      transform: translateY(0); }
  #globalNav .menuButton {
    display: none; }
  #globalNav .menu {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    height: auto;
    background-color: transparent !important;
    padding: 0;
    aspect-ratio: auto; }
    #globalNav .menu .menuBg {
      display: none; }
    #globalNav .menu .menuInner {
      overflow: hidden;
      position: static;
      width: auto;
      max-width: 100%;
      background-color: transparent !important;
      margin: 0;
      padding: 0; }
    #globalNav .menu .list {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0; }
    #globalNav .menu .column {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-basis: auto;
      height: 100%;
      margin: 0;
      padding: 0; }
      #globalNav .menu .column .item {
        flex-basis: auto;
        width: auto;
        margin: 0 0.7rem;
        padding: 0;
        border-top: 0; }
        #globalNav .menu .column .item .link {
          position: relative;
          z-index: 2;
          color: #3B3B3B;
          font-size: 1.6rem;
          line-height: 1.25;
          font-weight: 700;
          letter-spacing: 0;
          text-align: center;
          padding: 0.5em 0;
          transition: color 0.2s ease-out; }
          #globalNav .menu .column .item .link .ja {
            font-size: 1.4rem;
            line-height: 1; }
          #globalNav .menu .column .item .link .down .icon {
            position: absolute;
            top: 0.2rem;
            bottom: 0;
            right: 0.7rem;
            width: 0.8rem;
            background: url(/img/common/icon_down.svg) center center no-repeat;
            background-size: contain;
            aspect-ratio: 8 / 4; }
          #globalNav .menu .column .item .link:hover {
            color: #0066FF; }
            #globalNav .menu .column .item .link:hover.blank .icon svg .rect1 {
              fill: #0066FF; }
            #globalNav .menu .column .item .link:hover.blank .icon svg .path1 {
              fill: #0066FF; }
        #globalNav .menu .column .item:not(.parent) .link:hover .line {
          opacity: 1; }
        #globalNav .menu .column .item.parent.on .link {
          color: #0066FF; }
        #globalNav .menu .column .item.parent.on .child {
          opacity: 1;
          padding-top: 7px;
          transform: translateY(0); }
        #globalNav .menu .column .item.parent .link {
          padding-right: 2rem; }
        #globalNav .menu .column .item.parent:hover .link {
          color: #0066FF; }
        #globalNav .menu .column .item .child {
          opacity: 0;
          display: block !important;
          position: fixed;
          top: auto;
          bottom: auto;
          z-index: 1201;
          width: 143px;
          margin: 0 0 0 -35px;
          box-sizing: content-box;
          transform: translateY(1000vh); }
          #globalNav .menu .column .item .child .box {
            position: relative;
            background-color: #FFFFFF;
            padding: 1rem 1.4rem 1rem 1.6rem;
            border-radius: 0.8rem;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
            backdrop-filter: blur(9.5257797241px);
            --webkit-backdrop-filter: blur(9.525779724121094px); }
            #globalNav .menu .column .item .child .box .inner .childLink {
              position: relative;
              font-size: 1.3rem;
              line-height: 1;
              font-weight: 700;
              padding: 0.9rem 0;
              transition: color 0.3s ease; }
              #globalNav .menu .column .item .child .box .inner .childLink:before {
                display: none; }
              #globalNav .menu .column .item .child .box .inner .childLink .icon:after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0.3rem;
                width: 0.7rem;
                height: 0.7rem;
                margin: auto;
                border-top: 1px solid #B4B4B4;
                border-right: 1px solid #B4B4B4;
                transform: rotate(45deg);
                transition: all 0.2s ease-out; }
              #globalNav .menu .column .item .child .box .inner .childLink:hover {
                color: #0066FF; }
                #globalNav .menu .column .item .child .box .inner .childLink:hover .icon {
                  background-color: #0066FF; }
                  #globalNav .menu .column .item .child .box .inner .childLink:hover .icon:after {
                    right: calc(0.3rem - 4px); }
    #globalNav .menu .itemTel {
      flex-shrink: 0;
      margin: 0 calc(20 / 1440 * 100vw) 0 4.2rem; }
      #globalNav .menu .itemTel .tel a {
        display: block;
        position: relative;
        color: #0066FF;
        font-size: 2rem;
        line-height: 1;
        font-weight: 700;
        letter-spacing: -0.05rem;
        padding: 0.3rem 0 0.7rem 0; }
        #globalNav .menu .itemTel .tel a:before {
          content: "";
          position: absolute;
          top: 0.3rem;
          right: 100%;
          width: 2rem;
          background: url(/img/common/icon_tel.svg) center center no-repeat;
          background-size: contain;
          aspect-ratio: 1 / 1; }
      #globalNav .menu .itemTel .time {
        font-size: 1.1rem;
        line-height: 1; }
    #globalNav .menu .itemContact {
      flex-shrink: 0; }
      #globalNav .menu .itemContact .button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 8rem;
        height: 80px;
        color: #FFFFFF;
        font-size: 1.4rem;
        line-height: 1;
        font-weight: 700;
        background-color: #0066FF;
        box-sizing: border-box; }
        #globalNav .menu .itemContact .button:before {
          content: "";
          width: 2.9rem;
          background: url(/img/common/icon_mail.svg) center center no-repeat;
          background-size: contain;
          aspect-ratio: 29 / 20; }
        #globalNav .menu .itemContact .button .text {
          display: none; }
        #globalNav .menu .itemContact .button .icon {
          display: none; }
          #globalNav .menu .itemContact .button .icon:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 2rem;
            width: 0.8rem;
            height: 0.8rem;
            margin: auto;
            border-top: 2px solid #FFFFFF;
            border-right: 2px solid #FFFFFF;
            transform: rotate(45deg);
            box-sizing: border-box;
            transition: all 0.2s ease-out; }
  .open #globalNav .menu {
    height: auto; } }
@media screen and (min-width: 960px) {
  #globalNav .menu .column .item {
    margin: 0 1.0rem; }
  #globalNav .menu .itemTel {
    margin: 0 calc(33 / 1440 * 100vw) 0 4.2rem; }
    #globalNav .menu .itemTel .tel a {
      font-size: 2.8rem;
      line-height: 1; }
      #globalNav .menu .itemTel .tel a:before {
        top: 0.8rem; }
  #globalNav .menu .itemContact .button {
    width: 16rem;
    font-size: 1.6rem;
    line-height: 1; }
    #globalNav .menu .itemContact .button:before {
      display: none;
      margin: 0 0.9rem 0 0; }
    #globalNav .menu .itemContact .button .text {
      display: block; } }
@media screen and (min-width: 1250px) {
  #header .logoArea {
    margin: 0 0 0 calc(32 / 1440 * 100%); }

  #globalNav .menu .column .item {
    margin: 0 1.3rem; }
  #globalNav .menu .itemContact .button {
    width: 18rem;
    padding: 0 1.3rem 0 0; }
    #globalNav .menu .itemContact .button:before {
      display: block; } }
@media screen and (min-width: 1320px) {
  #header .logoArea {
    flex-basis: 237px; }

  #globalNav .menu .itemTel .tel a {
    font-size: 2.8rem;
    line-height: 1;
    padding: 0.3rem 0 0.7rem 0; }
  #globalNav .menu .itemContact .button {
    width: 22rem;
    font-size: 2rem;
    line-height: 1;
    padding: 0 2.3rem 0 0; }
    #globalNav .menu .itemContact .button .icon {
      display: block; }
    #globalNav .menu .itemContact .button:hover .icon:after {
      right: 1.6rem; } }
#bottomArea {
  overflow: hidden; }
  #bottomArea .content {
    position: relative;
    background-color: #0066FF; }
  #bottomArea .bgSlideWrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }
  #bottomArea .bgSlide {
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #0066FF;
    margin: calc(-41 / 375 * 100%) 0 0 0; }
    #bottomArea .bgSlide .row {
      margin: 0 0 calc(6 / 375 * 100vw) calc(-422 / 375 * 100vw);
      mix-blend-mode: multiply; }
      #bottomArea .bgSlide .row:nth-child(odd) {
        margin-left: calc(65 / 375 * 100vw); }
        #bottomArea .bgSlide .row:nth-child(odd) .slide {
          animation-direction: reverse; }
    #bottomArea .bgSlide .slide {
      display: flex;
      animation: animeInfinite3 40s linear infinite; }
      #bottomArea .bgSlide .slide .image {
        flex-shrink: 0;
        width: calc(540 / 375 * 100vw); }
  #bottomArea .logoWrap {
    position: absolute;
    z-index: 20;
    width: 100%;
    aspect-ratio: 375 / 48; }
  #bottomArea .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    width: calc(174 / 375 * 100%);
    background: url(/img/common/bg_round.svg) center center no-repeat;
    background-size: contain;
    margin: calc(-47 / 375 * 100%) auto 0 auto;
    aspect-ratio: 174 / 110; }
    #bottomArea .logo .image {
      width: calc(82 / 174 * 100%);
      margin: 0 0 calc(16 / 174 * 100%) 0; }
  #bottomArea .textWrap {
    position: relative;
    z-index: 30;
    padding: calc(50 / 335 * 100%) 0 calc(26 / 335 * 100%) 0; }
    #bottomArea .textWrap .title {
      margin: 0 0 calc(30 / 335 * 100%) 0; }
    #bottomArea .textWrap .text {
      color: #FFFFFF;
      width: calc(204 / 335 * 100%);
      font-size: 1.5rem;
      line-height: 1.6;
      font-weight: 700; }
  #bottomArea .wrap {
    position: relative;
    z-index: 40; }
    #bottomArea .wrap .person {
      position: absolute;
      bottom: 100%;
      right: 0;
      width: calc(172 / 335 * 100%);
      margin: 0 calc(-33 / 335 * 100%) calc(-76 / 335 * 100%) 0; }
    #bottomArea .wrap .list {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      z-index: 2;
      padding: 0 0 calc(28 / 335 * 100%) 0; }
      #bottomArea .wrap .list .item {
        flex-basis: 100%;
        margin: calc(30 / 335 * 100%) 0 calc(13 / 335 * 100%) 0; }
        #bottomArea .wrap .list .item.telBox {
          order: 2; }
          #bottomArea .wrap .list .item.telBox .box .mark {
            background: url(/img/common/icon_bottom_tel2.svg) center center no-repeat;
            background-size: contain; }
        #bottomArea .wrap .list .item.mailBox {
          order: 1; }
          #bottomArea .wrap .list .item.mailBox .box .mark {
            background: url(/img/common/icon_bottom_mail2.svg) center center no-repeat;
            background-size: contain; }
        #bottomArea .wrap .list .item .box {
          position: relative;
          background-color: #FFFEE2;
          padding: calc(37 / 335 * 100%) 0 calc(19 / 335 * 100%) 0;
          border-radius: 0.8rem; }
        #bottomArea .wrap .list .item .mark {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          z-index: 2;
          width: calc(54 / 335 * 100%);
          margin: calc(-27 / 335 * 100%) auto 0 auto;
          border-radius: 50%;
          box-sizing: border-box;
          aspect-ratio: 1 / 1; }
        #bottomArea .wrap .list .item .title {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.6rem;
          line-height: 1;
          font-weight: 700;
          margin: 0 0 calc(17 / 335 * 100%) 0; }
          #bottomArea .wrap .list .item .title:before, #bottomArea .wrap .list .item .title:after {
            content: "";
            display: block;
            width: 2rem;
            height: 1px;
            background-color: #3B3B3B;
            margin: 0 0.5rem 0 0; }
          #bottomArea .wrap .list .item .title:after {
            margin: 0 0 0 0.5rem; }
        #bottomArea .wrap .list .item .buttonArea {
          width: calc(300 / 335 * 100%);
          margin: auto; }
          #bottomArea .wrap .list .item .buttonArea .button {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 6.4rem;
            font-size: 1.8rem;
            line-height: 1;
            border-radius: 3.2rem; }
            #bottomArea .wrap .list .item .buttonArea .button .tel {
              font-size: 2.6rem;
              line-height: 1;
              font-weight: 700; }
            #bottomArea .wrap .list .item .buttonArea .button .time {
              font-size: 1.2rem;
              line-height: 1.17;
              font-weight: 400; }
            #bottomArea .wrap .list .item .buttonArea .button .icon:after {
              right: 2.5rem; }

@media screen and (min-width: 769px) {
  #bottomArea {
    overflow: visible; }
    #bottomArea .bgSlide {
      margin: calc(-75 / 1440 * 100%) 0 0 0; }
      #bottomArea .bgSlide .row {
        margin: 0 0 calc(-3 / 1440 * 100%) calc(-82 / 1440 * 100%); }
        #bottomArea .bgSlide .row:nth-child(odd) {
          margin-left: calc(-155 / 1440 * 100%); }
      #bottomArea .bgSlide .slide {
        animation: animeInfinite4 40s linear infinite; }
        #bottomArea .bgSlide .slide .image {
          width: calc(740 / 1440 * 100%); }
    #bottomArea .logoWrap {
      height: 52px;
      aspect-ratio: auto; }
    #bottomArea .logo {
      width: 179px;
      margin: -51px auto 0 auto;
      aspect-ratio: 179 / 115; }
      #bottomArea .logo .image {
        width: calc(82 / 179 * 100%);
        margin: 0 0 calc(10 / 179 * 100%) 0; }
    #bottomArea .textWrap {
      padding: calc(52 / 1100 * 100%) 0 calc(54 / 1100 * 100%) 0; }
      #bottomArea .textWrap .title {
        margin: 0 0 calc(16 / 1100 * 100%) 0; }
      #bottomArea .textWrap .text {
        width: 100%;
        text-align: center; }
    #bottomArea .wrap .person {
      width: calc(363 / 1100 * 100%);
      margin: 0 calc(40 / 1100 * 100%) calc(-67 / 1100 * 100%) 0; }
    #bottomArea .wrap .list {
      justify-content: space-between;
      flex-wrap: nowrap;
      padding: 0 0 calc(49 / 1100 * 100%) 0; }
      #bottomArea .wrap .list .item {
        flex-basis: calc(530 / 1100 * 100%);
        margin: 0; }
        #bottomArea .wrap .list .item.telBox {
          order: 1; }
        #bottomArea .wrap .list .item.mailBox {
          order: 2; }
        #bottomArea .wrap .list .item .box {
          min-height: 166px;
          text-align: center;
          padding: calc(41 / 530 * 100%) 0 calc(19 / 530 * 100%) 0;
          box-sizing: border-box; }
        #bottomArea .wrap .list .item .mark {
          width: calc(54 / 530 * 100%);
          margin: calc(-27 / 530 * 100%) auto 0 auto; }
        #bottomArea .wrap .list .item .title {
          font-size: 1.5rem;
          line-height: 1;
          margin: 0 0 calc(11 / 530 * 100%) 0; }
          #bottomArea .wrap .list .item .title:before, #bottomArea .wrap .list .item .title:after {
            margin: 0 0.5rem 0 0; }
          #bottomArea .wrap .list .item .title:after {
            margin: 0 0 0 0.5rem; }
        #bottomArea .wrap .list .item .tel {
          color: #0066FF;
          font-size: 4.4rem;
          line-height: 1.09;
          font-weight: 700;
          margin: 0 0 0.3rem 0; }
        #bottomArea .wrap .list .item .time {
          font-size: 1.2rem;
          line-height: 1.58; }
        #bottomArea .wrap .list .item .buttonArea {
          width: calc(300 / 530 * 100%);
          min-width: 250px;
          margin: 1.8rem auto 0 auto; }
          #bottomArea .wrap .list .item .buttonArea .button {
            height: 6.4rem;
            font-size: 1.8rem;
            line-height: 1; }
            #bottomArea .wrap .list .item .buttonArea .button .icon:after {
              right: 2.5rem; }
            #bottomArea .wrap .list .item .buttonArea .button:hover .icon:after {
              right: 2.1rem; } }
/* toTop */
#toTop {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  #toTop .link {
    opacity: 0.8;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    filter: drop-shadow(0px 0px 16px rgba(0, 102, 255, 0.16)); }

#footer .content {
  background-color: #EBF3FF; }
#footer .info {
  padding: calc(32 / 335 * 100%) 0 calc(21 / 335 * 100%) 0; }
  #footer .info .logo {
    width: calc(237 / 335 * 100%);
    margin: 0 0 calc(20 / 335 * 100%) 0; }
    #footer .info .logo img {
      background-color: #EBF3FF; }
  #footer .info .address {
    font-size: 1.3rem;
    line-height: 1.6; }
  #footer .info .tel {
    font-size: 1.3rem;
    line-height: 1.6; }
#footer .footerNav .wrap {
  display: flex;
  flex-wrap: wrap; }
  #footer .footerNav .wrap .list {
    flex-basis: 50%; }
    #footer .footerNav .wrap .list .item.child a {
      font-weight: 400; }
      #footer .footerNav .wrap .list .item.child a:before {
        content: "- "; }
    #footer .footerNav .wrap .list .item a {
      display: block;
      font-size: 1.4rem;
      line-height: 1;
      font-weight: 700;
      padding: 1.3rem 0; }
      #footer .footerNav .wrap .list .item a.blank .icon {
        display: inline-block;
        width: 1.4rem;
        height: 1.4rem;
        vertical-align: middle;
        margin: 0 0 0.3rem 0.5rem; }
        #footer .footerNav .wrap .list .item a.blank .icon svg .rect1 {
          fill: #3B3B3B;
          transition: color 0.2s ease-out; }
        #footer .footerNav .wrap .list .item a.blank .icon svg .path1 {
          fill: #3B3B3B;
          transition: color 0.2s ease-out; }
  #footer .footerNav .wrap .else {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    padding: calc(22 / 335 * 100%) 0 calc(23 / 335 * 100%) 0; }
    #footer .footerNav .wrap .else p {
      display: flex;
      align-items: center;
      font-size: 1.2rem;
      line-height: 1.5; }
      #footer .footerNav .wrap .else p:first-child:before {
        display: none; }
      #footer .footerNav .wrap .else p:before {
        content: "";
        display: block;
        width: 1px;
        height: 1.8rem;
        background-color: rgba(0, 0, 0, 0.3);
        margin: 0 1.2rem; }
#footer .copyright {
  color: #FFFFFF;
  text-align: center;
  background-color: #0066FF;
  padding: calc(10 / 375 * 100%) 0; }
  #footer .copyright small {
    display: block;
    font-size: 1rem;
    line-height: 1; }

@media screen and (min-width: 769px) {
  #footer .contentInner {
    display: flex;
    justify-content: space-between; }
  #footer .info {
    flex-basis: calc(300 / 1100 * 100%);
    padding: calc(48 / 1100 * 100%) 0 calc(10 / 1100 * 100%) 0; }
    #footer .info .logo {
      width: calc(237 / 300 * 100%);
      margin: 0 0 calc(24 / 300 * 100%) 0; }
  #footer .footerNav {
    flex-basis: calc(800 / 1100 * 100%);
    padding: calc(41 / 1100 * 100%) 0 calc(10 / 1100 * 100%) 0; }
    #footer .footerNav .wrap {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      #footer .footerNav .wrap .list {
        flex-basis: auto;
        margin: 0 0 0 calc(80 / 800 * 100%); }
        #footer .footerNav .wrap .list .item a {
          padding: 1.06rem 0; }
          #footer .footerNav .wrap .list .item a:hover {
            color: #0066FF; }
            #footer .footerNav .wrap .list .item a:hover.blank .icon svg .rect1 {
              fill: #0066FF; }
            #footer .footerNav .wrap .list .item a:hover.blank .icon svg .path1 {
              fill: #0066FF; }
      #footer .footerNav .wrap .else {
        justify-content: flex-end;
        padding: calc(32 / 800 * 100%) 0 calc(10 / 800 * 100%) 0; }
  #footer .copyright {
    padding: 10px 0; }
    #footer .copyright small {
      display: block; } }
/* titleType01 */
.titleType01 {
  text-align: center; }
  .titleType01 .en {
    display: block;
    color: #0066FF;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700; }
  .titleType01 .ja {
    display: block;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0.4rem 0 0 0; }
  .titleType01.left {
    text-align: left; }
  .titleType01.white .en {
    color: #FFFFFF; }
  .titleType01.white .ja {
    color: #FFFFFF; }

@media screen and (min-width: 769px) {
  .titleType01 {
    text-align: left; }
    .titleType01 .en {
      font-size: 1.5rem;
      line-height: 1; }
    .titleType01 .ja {
      font-size: 3.6rem;
      line-height: 1.4;
      margin: 0.5rem 0 0 0; }
    .titleType01.center {
      text-align: center; }
    .titleType01.small .en {
      font-size: 1.4rem;
      line-height: 1; }
    .titleType01.small .ja {
      font-size: 2.6rem;
      line-height: 1.4; } }
/* titleType02 */
.titleType02 {
  display: flex;
  align-items: center; }
  .titleType02 .ja {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 1rem 0 0; }
  .titleType02 .en {
    display: block;
    color: #0066FF;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700; }

@media screen and (min-width: 769px) {
  .titleType02 .ja {
    font-size: 2.4rem;
    line-height: 1.17; } }
/* linkType01 */
.linkType01.blank {
  position: relative; }
  .linkType01.blank .icon {
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    background: url(/img/common/icon_blank.svg) center center no-repeat;
    background-size: contain;
    margin: 0 0 0 0.5em; }

/* buttonType01 */
.buttonType01 {
  display: block;
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background-color: #0066FF;
  padding: 1.65rem 0;
  border: 1px solid #0066FF;
  border-radius: 2.4rem;
  box-sizing: border-box;
  transition: all 0.2s ease-out; }
  .buttonType01.next .icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: all 0.2s ease-out; }
  .buttonType01.white {
    color: #0066FF;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    .buttonType01.white.next .icon:after {
      border-top: 2px solid #0066FF;
      border-right: 2px solid #0066FF; }

@media screen and (min-width: 769px) {
  .buttonType01 {
    font-size: 1.5rem;
    line-height: 1; }
    .buttonType01:not(.nohover):hover {
      color: #0066FF;
      background-color: #FFFFFF; }
      .buttonType01:not(.nohover):hover.next .icon:after {
        right: 1.6rem;
        border-top: 2px solid #0066FF;
        border-right: 2px solid #0066FF; }
    .buttonType01.white:not(.nohover):hover {
      color: #FFFFFF;
      background-color: #0066FF;
      border: 1px solid #0066FF; }
      .buttonType01.white:not(.nohover):hover.next .icon:after {
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF; } }
.linkBox .linkBoxInner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0.8rem;
  aspect-ratio: 335 / 270; }
  .linkBox .linkBoxInner .boxBg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    aspect-ratio: 335 / 270;
    object-fit: cover; }
    .linkBox .linkBoxInner .boxBg:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.35); }
  .linkBox .linkBoxInner .textWrap {
    flex-basis: 100%;
    position: relative;
    z-index: 3; }
    .linkBox .linkBoxInner .textWrap .title {
      margin: calc(4 / 335 * 100%) 0 calc(15 / 335 * 100%) 0; }
    .linkBox .linkBoxInner .textWrap .desc {
      font-size: 1.5rem;
      line-height: 1.6;
      margin: 0 0 calc(22 / 335 * 100%) 0; }
    .linkBox .linkBoxInner .textWrap .buttonArea {
      width: calc(220 / 335 * 100%);
      margin: auto; }
  .linkBox .linkBoxInner .arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #0066FF;
    margin: 0 calc(13 / 335 * 100%) calc(13 / 335 * 100%) 0;
    border-radius: 50%;
    transition: all 0.4s ease-out; }
    .linkBox .linkBoxInner .arrow:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.3rem;
      width: 0.8rem;
      height: 0.8rem;
      margin: auto;
      border-top: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF;
      transform: rotate(45deg);
      box-sizing: border-box;
      transition: all 0.4s ease-out; }

@media screen and (min-width: 769px) {
  .linkBox .linkBoxInner {
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    aspect-ratio: 534 / 300; }
    .linkBox .linkBoxInner .boxBg {
      aspect-ratio: 534 / 300; }
      .linkBox .linkBoxInner .boxBg img {
        transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .linkBox .linkBoxInner .textWrap .title {
      text-align: center;
      margin: calc(5 / 534 * 100%) 0 calc(15 / 534 * 100%) 0; }
      .linkBox .linkBoxInner .textWrap .title .ja {
        font-size: 3.2rem;
        line-height: 1.4; }
    .linkBox .linkBoxInner .textWrap .desc {
      margin: 0 0 calc(30 / 534 * 100%) 0; }
    .linkBox .linkBoxInner .textWrap .buttonArea {
      width: 220px; }
    .linkBox .linkBoxInner .arrow {
      margin: 0 calc(14 / 320 * 100%) calc(14 / 320 * 100%) 0; }
  .linkBox:hover .linkBoxInner .boxBg {
    aspect-ratio: 534 / 300; }
    .linkBox:hover .linkBoxInner .boxBg img {
      transform: scale(1.05); }
  .linkBox:hover .linkBoxInner .textWrap .buttonArea .button {
    color: #0066FF;
    background-color: #FFFFFF; }
    .linkBox:hover .linkBoxInner .textWrap .buttonArea .button.next .icon:after {
      right: 1.6rem;
      border-top: 2px solid #0066FF;
      border-right: 2px solid #0066FF; }
  .linkBox:hover .linkBoxInner .arrow {
    background-color: #FFFFFF; }
    .linkBox:hover .linkBoxInner .arrow:after {
      border-top: 2px solid #0066FF;
      border-right: 2px solid #0066FF; } }
.illust {
  position: relative;
  aspect-ratio: 1 / 1; }
  .illust .off {
    display: block; }
  .illust .on {
    display: none; }
  .illust.current .off, .slick-current .illust .off {
    display: none; }
  .illust.current .on, .slick-current .illust .on {
    display: block; }
  .illust.illust02 .parts03 {
    opacity: 0;
    z-index: 10; }
  .illust.illust02.current .parts02, .load_complete .slick-current .illust.illust02 .parts02 {
    transform: translateY(18.93%);
    transition: all 0.6s linear 1.4s; }
  .illust.illust02.current .parts03, .load_complete .slick-current .illust.illust02 .parts03 {
    opacity: 1;
    transition: all 0.4s linear 2.6s; }
  .illust.illust03 .parts02 {
    z-index: 7; }
  .illust.illust03 .parts03 {
    z-index: 5; }
  .illust.illust03 .parts04 {
    z-index: 3; }
  .illust.illust03 .parts05 {
    z-index: 6; }
  .illust.illust03 .parts06 {
    z-index: 4; }
  .illust.illust03 .parts07 {
    z-index: 2; }
  .illust.illust03 .parts08 {
    opacity: 0;
    z-index: 10; }
  .slick-current .illust.illust03 .parts05 {
    transform: translateY(26.43%);
    transition: all 0.6s linear 1.4s; }
  .slick-current .illust.illust03 .parts06 {
    transform: translateY(26.43%);
    transition: all 0.6s linear 1.4s; }
  .slick-current .illust.illust03 .parts07 {
    transform: translateY(26.43%);
    transition: all 0.6s linear 1.4s; }
  .slick-current .illust.illust03 .parts08 {
    opacity: 1;
    transition: all 0.4s linear 1.8s; }
  .illust.illust03.current .parts05 {
    transform: translateY(26.43%);
    transition: all 0.6s linear 1.4s; }
  .illust.illust03.current .parts06 {
    transform: translateY(26.43%);
    transition: all 0.6s linear 1.8s; }
  .illust.illust03.current .parts07 {
    transform: translateY(26.43%);
    transition: all 0.6s linear 2.2s; }
  .illust.illust04 .parts03 {
    opacity: 0; }
  .illust.illust04 .parts04 {
    opacity: 0;
    z-index: 10; }
  .illust.illust04.current .parts02, .slick-current .illust.illust04 .parts02 {
    opacity: 0;
    transition: all 0.4s linear 1.4s; }
  .illust.illust04.current .parts03, .slick-current .illust.illust04 .parts03 {
    opacity: 1;
    transition: all 0.4s linear 1.4s; }
  .illust.illust04.current .parts04, .slick-current .illust.illust04 .parts04 {
    opacity: 1;
    transition: all 0.4s linear 2.4s; }
  .illust.illust05 .parts02 {
    z-index: 7; }
  .illust.illust05 .parts03 {
    z-index: 5; }
  .illust.illust05 .parts04 {
    z-index: 3; }
  .illust.illust05 .parts05 {
    z-index: 6; }
  .illust.illust05 .parts06 {
    z-index: 4; }
  .illust.illust05 .parts07 {
    z-index: 2; }
  .illust.illust05 .parts08 {
    opacity: 0;
    z-index: 10; }
  .illust.illust05.current .parts05, .slick-current .illust.illust05 .parts05 {
    transform: translateY(28.76%);
    transition: all 0.6s linear 1.4s; }
  .illust.illust05.current .parts06, .slick-current .illust.illust05 .parts06 {
    transform: translateY(28.76%);
    transition: all 0.6s linear 1.4s; }
  .illust.illust05.current .parts07, .slick-current .illust.illust05 .parts07 {
    transform: translateY(28.76%);
    transition: all 0.6s linear 1.4s; }
  .illust.illust05.current .parts08, .slick-current .illust.illust05 .parts08 {
    opacity: 1;
    transition: all 0.4s linear 2.4s; }
  .illust.illust06 .parts01 {
    z-index: 2; }
  .illust.illust06 .parts03 {
    z-index: 3; }
  .illust.illust06 .parts04 {
    opacity: 0;
    z-index: 10; }
  .illust.illust06 .parts05 {
    opacity: 0;
    z-index: 10; }
  .illust.illust06.current .parts02, .slick-current .illust.illust06 .parts02 {
    transform: translate(10.29%, 2.97%);
    transition: all 0.6s linear 1.4s; }
  .illust.illust06.current .parts03, .slick-current .illust.illust06 .parts03 {
    transform: translate(-10.29%, -2.97%);
    transition: all 0.6s linear 1.4s; }
  .illust.illust06.current .parts04, .slick-current .illust.illust06 .parts04 {
    opacity: 1;
    transition: all 0.4s linear 2.4s; }
  .illust.illust06.current .parts05, .slick-current .illust.illust06 .parts05 {
    opacity: 1;
    transition: all 0.4s linear 2.4s; }
  .illust.illust08.current .parts02 {
    transform: translateY(15.43%);
    transition: all 0.5s linear 1.4s; }
  .illust.illust08.current .parts03 {
    transform: translateY(15.43%);
    transition: all 0.5s linear 1.8s; }
  .illust.illust08.current .parts04 {
    transform: translateY(15.43%);
    transition: all 0.5s linear 2.2s; }
  .illust.illust09 {
    aspect-ratio: 740 / 380; }
    .illust.illust09.current .parts02 {
      transform: translateX(33.95%);
      transition: all 1.2s linear 1.4s; }
  .illust.illust10 {
    aspect-ratio: 384 / 289; }
    .illust.illust10.current .parts02 {
      opacity: 0;
      transform: translate(29.67%, -19.97%);
      transition: all 1.2s linear 1.4s; }
  .illust .parts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
