/* default settings */
/* reset browser (chrome, safari, firefox, ie, edge)
/* only for new website (remove if you are updating for other website)
@import "reset";
/* =================================================================== */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
html {
  color: #1E4D9E;
  line-height: 1.4;
  font-size: 16px !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw !important;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw !important;
  }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.text-underline {
  text-decoration: underline;
}
.text-line-through {
  text-decoration: line-through;
}
.text-no-underline {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-300 {
  font-weight: 300;
}
.text-400 {
  font-weight: 400;
}
.text-500 {
  font-weight: 500;
}
.text-600 {
  font-weight: 600;
}
.text-700 {
  font-weight: 700;
}

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

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

.js-fadeIn {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.js-fadeIn.animated {
  opacity: 1;
  transform: translateY(0);
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 65rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn {
  border: none;
}
.btn:disabled {
  cursor: default !important;
}
.btn:not(:disabled) {
  cursor: pointer !important;
}

.title-sec img {
  width: auto;
  height: 2.875rem !important;
}
@media (max-width: 767px) {
  .title-sec img {
    height: 1.75rem !important;
  }
}
.title-sec span {
  margin-top: 1.0625rem;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .title-sec span {
    margin-top: 0.8125rem;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
.title-sec.center {
  text-align: center;
}
@media (max-width: 767px) {
  .title-sec.center {
    text-align: left;
  }
  .title-sec.center img {
    margin-left: 0;
  }
}
.title-sec.left {
  text-align: left;
}
@media (max-width: 767px) {
  .title-sec.left {
    text-align: center;
  }
}
.title-sec.left img {
  margin-left: 0;
}
@media (max-width: 767px) {
  .title-sec.left img {
    margin: 0 auto;
  }
}
.title-sec.right {
  text-align: right;
}
.title-sec.right img {
  margin-right: 0;
}

.modal {
  display: none;
  background: transparent;
  padding: 0;
  color: #1E4D9E;
}
.modal_content {
  width: 62.5rem;
  height: auto;
  background: #fff;
  box-sizing: border-box;
  padding: 3.75rem 3.125rem;
  border-radius: 0.3125rem;
}
@media (max-width: 767px) {
  .modal_content {
    width: 21.5625rem;
    padding: 1.5rem 0.3125rem 2.5rem;
  }
}
.modal_ttl1 {
  text-align: center;
}
.modal_ttl1_sub {
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .modal_ttl1_sub {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    padding-bottom: 0.1875rem;
  }
}
.modal_ttl1_sub::after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 0.0625rem;
  background-color: #1E4D9E;
  left: calc(50% - 1.5625rem);
  bottom: 0;
}
@media (max-width: 767px) {
  .modal_ttl1_sub::after {
    width: 2.5rem;
    left: calc(50% - 1.25rem);
  }
}
.modal_ttl1_main {
  display: block;
  font-size: 1.875rem;
  line-height: 1.6666666667;
  font-weight: bold;
  margin-top: 0.9375rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .modal_ttl1_main {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 0.6875rem;
  }
}
.modal_ttl2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
}
.modal_ttl2_point {
  width: 3.75rem;
}
.modal_ttl2_point img {
  width: 100%;
}
.modal_ttl2_main {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: bold;
  flex: 1;
  margin-left: 0.625rem;
}
.modal_imgtxt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.3125rem;
}
@media (max-width: 767px) {
  .modal_imgtxt {
    margin-top: 0.625rem;
  }
}
.modal_imgtxt_img {
  width: 22.5rem;
}
@media (max-width: 767px) {
  .modal_imgtxt_img {
    width: 100%;
  }
}
.modal_imgtxt_img img {
  width: 100%;
  margin-top: -0.4375rem;
}
@media (max-width: 767px) {
  .modal_imgtxt_img img {
    margin-top: 0;
  }
}
.modal_imgtxt_txt {
  flex: 1;
  margin-left: 3.125rem;
}
@media (max-width: 767px) {
  .modal_imgtxt_txt {
    width: 100%;
    margin-left: 0;
    padding: 0 0.9375rem;
    margin-top: 1.0625rem;
  }
}
.modal_desc {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  padding-left: 4.375rem;
}
@media (max-width: 767px) {
  .modal_desc {
    padding-left: 0;
    letter-spacing: -0.03em;
  }
}
.modal-close {
  width: 19.0625rem;
  height: 3.125rem;
  border: 1px solid #1E4D9E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 0.3125rem;
  margin: 2.75rem auto 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-close {
    margin: 2.0625rem auto 0;
  }
}
.modal_list li:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 1.3125rem;
  margin-bottom: 1.8125rem;
}
@media (max-width: 767px) {
  .modal_list li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.modal_text {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-top: 1.8125rem;
}
@media (max-width: 767px) {
  .modal_text {
    margin-top: 0.8125rem;
  }
}
.modal.--style2 {
  color: #5A5A5A;
}
.modal.--style2 .modal_content {
  padding-top: 3.1875rem;
}
@media (max-width: 767px) {
  .modal.--style2 .modal_content {
    padding-top: 2rem;
  }
}
.modal.--style2 .modal_ttl1_main {
  margin-top: 0;
}
.modal.--style2 .modal_ttl2 {
  align-items: flex-start;
}
.modal.--style2 .modal_ttl2_main {
  font-size: 1rem;
  line-height: 1.875;
  margin-left: 0.875rem;
}
.modal.--style2 .modal_imgtxt {
  margin-top: 2.5625rem;
}
@media (max-width: 767px) {
  .modal.--style2 .modal_imgtxt {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .modal.--style2 .modal_imgtxt .modal_imgtxt_img img {
    margin-top: -1.1875rem;
  }
}
.modal.--style2 .modal_list li:not(:last-child) {
  padding-bottom: 1.75rem;
  margin-bottom: 1.875rem;
}
.modal.--style2 .modal_list_img {
  width: 100%;
}
.modal.--style2 .modal_list_img.img1 {
  text-align: right;
  margin-top: 1.1875rem;
}
@media (max-width: 767px) {
  .modal.--style2 .modal_list_img.img1 {
    margin-top: 1.75rem;
  }
}
.modal.--style2 .modal_list_img.img1 img {
  width: 25.9375rem;
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .modal.--style2 .modal_list_img.img1 img {
    width: 19.1875rem;
    max-width: none;
  }
}
.modal.--style2 .modal_list_img.img2 {
  padding-left: 4.375rem;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .modal.--style2 .modal_list_img.img2 {
    padding-left: 0;
    margin-top: 1.875rem;
  }
}
.modal.--style2 .modal_list_img.img2 img {
  width: 18.8125rem;
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .modal.--style2 .modal_list_img.img2 img {
    width: 100%;
  }
}
.modal.--style2 .modal_list_img.img3 {
  padding-left: 3.75rem;
  margin-top: -0.3125rem;
}
@media (max-width: 767px) {
  .modal.--style2 .modal_list_img.img3 {
    padding-left: 0;
    margin-top: 1.1875rem;
  }
}
.modal.--style2 .modal_list_img.img3 img {
  width: 18.25rem;
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .modal.--style2 .modal_list_img.img3 img {
    margin-left: -0.8125rem;
  }
}
.modal.--style2 .modal-close {
  border-color: #5A5A5A;
  margin-top: 2.375rem;
}
@media (max-width: 767px) {
  .modal.--style2 .modal-close {
    margin-top: 1.6875rem;
  }
}
.modal .fancybox__backdrop2 {
  display: none;
}
@media (max-width: 767px) {
  .modal .fancybox__backdrop2 {
    display: block;
    position: absolute;
    top: -6.25rem;
    left: -0.9375rem;
    width: calc(100% + 1.875rem);
    height: calc(100% + 8.75rem);
    background: transparent;
    z-index: -1;
  }
}

.fancybox__slide.has-close-btn {
  padding-top: 11.25rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .fancybox__slide.has-close-btn {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
}

.f-button.is-close-button {
  width: 6.25rem;
  height: 6.25rem;
  background: url("../img/modal-icon-close.png") no-repeat center center;
  background-size: 100% 100%;
  top: -8.125rem;
  right: -3.125rem;
}
@media (max-width: 767px) {
  .f-button.is-close-button {
    width: 2.875rem;
    height: 2.875rem;
    top: -4.375rem;
    right: 0;
  }
}
.f-button.is-close-button svg {
  display: none;
}

.fancybox__container {
  background: transparent;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .js-openmodal:focus, .js-openmodal:focus-visible {
    outline: none;
  }
}

.fancybox__slide {
  transform: none !important;
}

@media (min-width: 768px) {
  body.is-brandsite {
    padding-top: 0 !important;
  }
}

.micle-page-content {
  color: #1E4D9E;
}
.micle-page-content * {
  box-sizing: border-box;
}
.micle-page-content img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.micle-page-content button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
}
.micle-page-content .kv {
  width: 100%;
}
@media (min-width: 768px) {
  .micle-page-content .kv {
    background: url("../img/kv_bgd.jpg") repeat-y center top;
    background-size: 100% auto;
  }
}
.micle-page-content .kv img {
  max-width: 90rem;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .micle-page-content .kv img {
    margin-top: 0;
  }
}
.micle-page-content .kv .txt-sub {
  position: absolute;
  bottom: 1.1125rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60rem;
  font-size: 0.625rem;
  line-height: 1rem;
  max-width: calc(100% - 2.5rem);
}
@media (max-width: 767px) {
  .micle-page-content .kv .txt-sub {
    letter-spacing: -0.01em;
    bottom: 1rem;
  }
}
.micle-page-content .anchor_list {
  margin-top: 1.25rem;
  position: fixed;
  top: 51px;
  right: 4.375rem;
  z-index: 9;
}
@media (min-width: 768px) {
  .micle-page-content .anchor_list {
    width: 15.9375rem;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 29.6875rem;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .micle-page-content .anchor_list {
    margin-left: 475px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .micle-page-content .anchor_list {
    margin-left: 0;
    left: auto;
    transform: none;
    right: 0;
  }
}
@media (max-width: 767px) {
  .micle-page-content .anchor_list {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 999;
  }
}
.micle-page-content .anchor_list .anchor_accor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.9375rem;
  height: 3.4375rem;
  border-radius: 0.3125rem;
  background: linear-gradient(90deg, #1E4D9E 0%, #4891D1 100%);
  position: relative;
}
@media (min-width: 768px) {
  .micle-page-content .anchor_list .anchor_accor {
    transition: all 0.2s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .micle-page-content .anchor_list .anchor_accor:hover {
    opacity: 0.8;
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  .micle-page-content .anchor_list .anchor_accor {
    pointer-events: none;
    width: 100%;
    height: 1.25rem;
    border-radius: 0;
  }
}
.micle-page-content .anchor_list .anchor_accor:after {
  content: "";
  width: 0.8125rem;
  height: 0.5rem;
  background: url("../img/arrow_down_white.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .micle-page-content .anchor_list .anchor_accor:after {
    content: none;
  }
}
.micle-page-content .anchor_list .anchor_accor span {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
}
@media (max-width: 767px) {
  .micle-page-content .anchor_list .anchor_accor span {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.micle-page-content .anchor_list .anchor_accor.is-open:after {
  transform: translateY(-50%) rotate(0deg);
}
.micle-page-content .anchor_list_wrap {
  margin-top: 0.625rem;
  padding: 0 0.875rem 0 1.25rem;
  border-radius: 5px;
  background: #FFF;
  display: none;
}
@media (min-width: 768px) {
  .micle-page-content .anchor_list_wrap {
    width: 15.9375rem;
  }
}
@media (max-width: 767px) {
  .micle-page-content .anchor_list_wrap {
    margin-top: 0;
    padding: 0.3125rem 0;
    display: flex !important;
    align-items: center;
  }
}
.micle-page-content .anchor_list_link {
  padding: 0.625rem 0;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  position: relative;
}
@media (min-width: 768px) {
  .micle-page-content .anchor_list_link {
    transition: all 0.2s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .micle-page-content .anchor_list_link:hover {
    opacity: 0.8;
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  .micle-page-content .anchor_list_link {
    padding: 0 0.625rem;
    gap: 0.5rem;
  }
}
.micle-page-content .anchor_list_link:after {
  content: "";
  width: 0.8125rem;
  height: 0.5rem;
  background: url("../img/arrow_down_blue.svg") no-repeat center center/auto 100%;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.1875rem;
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 767px) {
  .micle-page-content .anchor_list_link:after {
    right: 0.375rem;
  }
}
.micle-page-content .anchor_list_link img {
  width: 3.75rem;
}
@media (max-width: 767px) {
  .micle-page-content .anchor_list_link img {
    width: 2.25rem;
  }
}
.micle-page-content .anchor_list_link span {
  color: #1E4D9E;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .micle-page-content .anchor_list_link span {
    padding-right: 1.25rem;
    font-size: 0.625rem;
    line-height: 0.75rem;
    width: calc(100% - 2.25rem - 0.5rem);
  }
}
.micle-page-content .anchor_list_link + .anchor_list_link {
  border-top: 1px solid #EFEFEF;
}
@media (max-width: 767px) {
  .micle-page-content .anchor_list_link + .anchor_list_link {
    border-top: none;
    border-left: 1px solid #EFEFEF;
  }
}
.micle-page-content .anchor_list_link + .anchor_list_link span {
  color: #5A5A5A;
}
.micle-page-content .concept {
  padding: 7.5rem 0 7.375rem;
  background: url("../img/concept_bgd.jpg") no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .micle-page-content .concept {
    padding-top: 7.5625rem;
    padding-bottom: 3.75rem;
    background-image: url("../img/concept_bgd_sp.jpg");
    background-size: 100% auto;
    background-position: center top;
  }
}
@media (min-width: 768px) {
  .micle-page-content .concept .wrapper {
    max-width: 54.5rem;
  }
}
.micle-page-content .concept_desc {
  margin-top: 5.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .micle-page-content .concept_desc:before {
    content: "";
    width: 9.5625rem;
    height: 9.0625rem;
    background: url("../img/concept_balloon.png") no-repeat center center/100% auto;
    position: absolute;
    top: -3.875rem;
    left: -5.25rem;
  }
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc {
    margin-top: 1.8125rem;
    flex-direction: column;
  }
}
.micle-page-content .concept_desc_ttl {
  width: 22.5rem;
  font-size: 2.5rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc_ttl {
    width: 100%;
    font-size: 1.625rem;
    line-height: 1.8461538462;
  }
}
.micle-page-content .concept_desc_ttl sup {
  font-size: 0.625rem;
  top: 1.4375rem;
  left: 0.125rem;
  font-weight: 500;
  vertical-align: top;
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc_ttl sup {
    top: 1rem;
  }
}
.micle-page-content .concept_desc_ttl span {
  display: block;
  font-size: 0.625rem;
  line-height: 1rem;
  margin-top: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.micle-page-content .concept_desc_txt {
  padding-bottom: 3.3125rem;
  position: relative;
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc_txt {
    margin-top: 1.5625rem;
    padding-bottom: 2.6875rem;
    width: 100%;
  }
}
.micle-page-content .concept_desc_txt p {
  line-height: 2;
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc_txt p {
    font-size: 0.875rem;
    position: relative;
  }
}
.micle-page-content .concept_desc_txt p + p {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc_txt p + p {
    margin-top: 1.25rem;
  }
}
.micle-page-content .concept_desc_txt p small {
  font-size: 0.625rem;
}
.micle-page-content .concept_desc_txt p:nth-child(4) {
  display: block !important;
}
.micle-page-content .concept_desc_txt p img {
  margin-left: 0;
  margin-bottom: 1.8125rem;
  width: 16.875rem;
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc_txt p img {
    margin-bottom: 0;
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 9.625rem;
  }
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc_txt p.block-has-img {
    margin-top: 1.9375rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc .txt-sub {
    font-size: 0.625rem;
    line-height: 0.9375rem;
    margin-top: 3.75rem;
  }
}
.micle-page-content .concept_desc_img {
  position: absolute;
  left: 0;
  top: 15.6875rem;
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc_img {
    margin-top: 2.1875rem;
    position: static;
  }
}
.micle-page-content .concept_desc_img img {
  width: 21.25rem;
}
@media (max-width: 767px) {
  .micle-page-content .concept_desc_img img {
    width: 14.0625rem;
  }
}
.micle-page-content .view-more-btn {
  padding-left: 1.625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #1E4D9E;
}
@media (min-width: 768px) {
  .micle-page-content .view-more-btn {
    transition: all 0.2s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .micle-page-content .view-more-btn:hover {
    opacity: 0.8;
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  .micle-page-content .view-more-btn {
    padding-left: 1.5rem;
    font-size: 0.875rem;
  }
}
.micle-page-content .view-more-btn:before {
  content: "";
  width: 0.8125rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0.1875rem;
  background: url("../img/arrow_down_blue.svg") no-repeat center center/100% auto;
  background-size: contain;
  transform: translateY(-50%) rotate(0);
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .micle-page-content .view-more-btn:before {
    left: 0.125rem;
  }
}
.micle-page-content .view-more-btn.is-show:before {
  transform: translateY(-50%) rotate(-180deg);
}
.micle-page-content .point {
  padding: 3.625rem 0 7.5rem;
  background-color: #F7FDFE;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .micle-page-content .point {
    padding-top: 3.125rem;
    padding-bottom: 0;
  }
}
.micle-page-content .point_img-top {
  width: 100%;
  height: 58.875rem;
  background: url("../img/point_bgd_top.jpg") no-repeat center top;
  background-size: 90rem auto;
  position: absolute;
  top: -9rem;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .micle-page-content .point_img-top {
    height: 37.125rem;
    background-image: url("../img/point_bgd_top_sp.jpg");
    background-size: 100% auto;
    top: -5.75rem;
  }
}
.micle-page-content .point .wrapper {
  position: relative;
  z-index: 1;
}
.micle-page-content .point_sub-ttl {
  margin-top: 4rem;
  width: 24.0625rem;
  max-width: 100%;
  text-align: right;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .micle-page-content .point_sub-ttl {
    margin-top: 0;
    padding-left: 0.375rem;
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }
}
.micle-page-content .point_sub-ttl span {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .micle-page-content .point_sub-ttl span {
    line-height: 1.75;
  }
}
.micle-page-content .point_sub-ttl span:after {
  content: "";
  width: 93%;
  height: 1px;
  background-color: #A3DEF1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.micle-page-content .point_sub-ttl p:nth-child(1) {
  padding-right: 2.125rem;
}
@media (max-width: 767px) {
  .micle-page-content .point_sub-ttl p:nth-child(1) {
    padding-right: 0;
  }
}
.micle-page-content .point_sub-ttl p:nth-child(1) span:after {
  width: 100%;
}
.micle-page-content .point_sub-ttl p:nth-child(2) {
  padding-right: 0.6875rem;
}
@media (max-width: 767px) {
  .micle-page-content .point_sub-ttl p:nth-child(2) {
    padding-right: 0;
  }
}
.micle-page-content .point_btn-top {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .micle-page-content .point_btn-top {
    margin-top: 2.0625rem;
  }
}
.micle-page-content .point_btn-top span {
  color: #1E4D9E;
  background-image: linear-gradient(45deg, #1E4D9E 0%, #4891D1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5333333333;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.micle-page-content .point_btn-top span:before {
  content: "";
  width: 1px;
  height: 3.125rem;
  background-color: #A3DEF1;
  position: absolute;
  top: -3.0625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .micle-page-content .point_btn-top span:before {
    height: 2.1875rem;
    top: -2.0625rem;
  }
}
@media (max-width: 767px) {
  .micle-page-content .point_btn-top span {
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
.micle-page-content .point_btn-top_inner {
  padding-bottom: 0.3125rem;
  padding-right: 0.3125rem;
  width: 24.0625rem;
  max-width: 100%;
  height: 7.8125rem;
  border-radius: 6.25rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .micle-page-content .point_btn-top_inner {
    padding-bottom: 0.1875rem;
    padding-right: 0.1875rem;
    max-width: unset;
    width: 21.125rem;
    height: 2.9375rem;
  }
}
.micle-page-content .point_btn-top_inner:before {
  content: "";
  width: 23.625rem;
  max-width: 100%;
  height: 7.375rem;
  border: 1px solid #A3DEF1;
  border-radius: 6.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .micle-page-content .point_btn-top_inner:before {
    width: 20.75rem;
    height: 2.625rem;
  }
}
.micle-page-content .point_btn-top_inner:after {
  content: "";
  width: 23.75rem;
  max-width: 100%;
  height: 7.5rem;
  border-radius: 6.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #D3F0FA;
  background: linear-gradient(80deg, rgba(211, 240, 250, 0.8) 0%, rgba(234, 250, 255, 0.8) 100%);
}
@media (max-width: 767px) {
  .micle-page-content .point_btn-top_inner:after {
    width: 20.9375rem;
    height: 2.75rem;
  }
}
.micle-page-content .point_detail {
  margin: 5.1875rem auto 0;
  padding: 4.75rem 5rem 5rem;
  max-width: 75rem;
  width: 100%;
  background-color: rgba(222, 244, 251, 0.4);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .micle-page-content .point_detail {
    margin-top: 13.0625rem;
    padding: 2.0625rem 1.25rem 3.75rem;
  }
}
.micle-page-content .point_detail_wrap {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
.micle-page-content .point_detail_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.015em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .micle-page-content .point_detail_ttl {
    padding-left: 0.9375rem;
    font-size: 1rem;
  }
}
.micle-page-content .point_detail_ttl span {
  line-height: 1;
}
.micle-page-content .point_detail_ttl span + span {
  margin-left: 0.5rem;
  letter-spacing: 0;
  font-size: 2.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .micle-page-content .point_detail_ttl span + span {
    margin-left: 0.25rem;
    display: inline-block;
    font-size: 1.5rem;
  }
}
.micle-page-content .point_detail_ttl span + span::after {
  content: "";
  width: 92%;
  height: 0.375rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .micle-page-content .point_detail_ttl span + span::after {
    height: 0.3125rem;
  }
}
.micle-page-content .point_detail_sub-ttl {
  margin-top: 2.1875rem;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .micle-page-content .point_detail_sub-ttl {
    margin-top: 0.5rem;
    padding-left: 0.5625rem;
    font-size: 1rem;
    line-height: 2;
  }
}
.micle-page-content .point_detail_img {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .micle-page-content .point_detail_img {
    margin-top: 1.3125rem;
  }
}
.micle-page-content .point_detail_img img {
  width: 57.5rem;
}
@media (max-width: 767px) {
  .micle-page-content .point_detail_img img {
    width: 100%;
  }
}
.micle-page-content .point_makeup {
  margin: 3.75rem auto 0;
  max-width: 57.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .micle-page-content .point_makeup {
    margin-top: 2.5rem;
  }
}
.micle-page-content .point_makeup_ttl {
  position: relative;
}
.micle-page-content .point_makeup_ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(30, 77, 158, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.micle-page-content .point_makeup_ttl span {
  padding-right: 1.1875rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3333333333;
  position: relative;
  background-color: #EDF9FD;
  position: relative;
}
@media (max-width: 767px) {
  .micle-page-content .point_makeup_ttl span {
    padding-right: 0.4375rem;
    font-size: 1rem;
    line-height: 2;
  }
}
.micle-page-content .point_makeup_desc {
  margin-top: 1.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .micle-page-content .point_makeup_desc {
    margin-top: 0.75rem;
    flex-direction: column;
    gap: 1.125rem;
  }
}
.micle-page-content .point_makeup_img {
  width: 26.5rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .micle-page-content .point_makeup_img {
    width: 100%;
  }
}
.micle-page-content .point_remove {
  margin: 3.6875rem auto 0;
  max-width: 41.25rem;
  width: 100%;
  border: 1px solid #1E4D9E;
  border-radius: 0.3125rem;
  display: flex;
  overflow: hidden;
}
@media (min-width: 768px) {
  .micle-page-content .point_remove {
    transition: all 0.2s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .micle-page-content .point_remove:hover {
    opacity: 0.8;
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  .micle-page-content .point_remove {
    width: 20.9375rem;
    margin: 2.5rem auto 0rem;
  }
}
.micle-page-content .point_remove_img {
  width: 14.375rem;
  height: 10.5rem;
}
@media (max-width: 767px) {
  .micle-page-content .point_remove_img {
    width: 6.25rem;
    height: 6.75rem;
  }
}
.micle-page-content .point_remove_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.micle-page-content .point_remove_desc {
  padding: 1.375rem 1.25rem 0.9375rem 2.4375rem;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
  width: calc(100% - 14.375rem);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .micle-page-content .point_remove_desc {
    padding: 0.8125rem 0.75rem 0.625rem 0.875rem;
    width: calc(100% - 6.25rem);
  }
}
.micle-page-content .point_remove_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.125rem;
}
@media (max-width: 767px) {
  .micle-page-content .point_remove_ttl {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }
}
.micle-page-content .point_remove_ttl small {
  font-size: 1rem;
}
.micle-page-content .point_remove_ttl span {
  display: inline-block;
  margin-right: -0.625rem;
}
.micle-page-content .point_remove_ttl span.minus-left {
  margin-left: -0.9375rem;
  letter-spacing: -0.015em;
}
@media (max-width: 767px) {
  .micle-page-content .point_remove_ttl span.minus-left {
    margin-left: -0.4375rem;
  }
}
.micle-page-content .point_remove_link {
  margin-top: 1.625rem;
}
@media (max-width: 767px) {
  .micle-page-content .point_remove_link {
    margin-top: 0.125rem;
    text-align: right;
  }
}
.micle-page-content .point_remove_link span {
  padding-right: 1.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.875;
  position: relative;
}
@media (max-width: 767px) {
  .micle-page-content .point_remove_link span {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.875rem;
  }
}
.micle-page-content .point_remove_link span:after {
  content: "";
  width: 0.6875rem;
  height: 1rem;
  background: url("../img/arrow_blue2.svg") no-repeat center center/100% 100%;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.micle-page-content .point_technology {
  margin: 6.25rem auto 0;
  max-width: 57.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .micle-page-content .point_technology {
    margin-top: 3.75rem;
  }
}
.micle-page-content .point_technology_img {
  width: 39.375rem;
  max-width: 100%;
  height: 22.5rem;
}
@media (max-width: 767px) {
  .micle-page-content .point_technology_img {
    width: 18.75rem;
    height: 13.125rem;
  }
}
.micle-page-content .point_technology_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.micle-page-content .point_technology_desc {
  margin-top: -7.5rem;
  margin-right: 0.25rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .micle-page-content .point_technology_desc {
    margin-top: -2.5rem;
    margin-right: 0;
  }
}
.micle-page-content .point_technology_desc_wrap {
  padding: 2.8125rem 0.625rem 2.5rem 3.125rem;
  width: 26.25rem;
  max-width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .micle-page-content .point_technology_desc_wrap {
    margin-right: 1.25rem;
    padding: 1.625rem 1.875rem 1.875rem;
    width: 16.25rem;
  }
}
.micle-page-content .point_technology_sub-ttl {
  font-weight: bold;
  padding-bottom: 0.625rem;
  position: relative;
}
@media (max-width: 767px) {
  .micle-page-content .point_technology_sub-ttl {
    padding-bottom: 0.6875rem;
    font-size: 0.875rem;
  }
}
.micle-page-content .point_technology_sub-ttl:after {
  content: "";
  width: 2.5rem;
  height: 1px;
  background-color: #1E4D9E;
  position: absolute;
  left: 0;
  bottom: 0;
}
.micle-page-content .point_technology_ttl {
  margin-top: 1.5625rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .micle-page-content .point_technology_ttl {
    margin-top: 0.875rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.micle-page-content .point_technology_ttl span {
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .micle-page-content .point_technology_ttl span {
    font-size: 0.875rem;
  }
}
.micle-page-content .point_technology_link {
  margin-top: 1.6875rem;
  width: 12.5rem;
  height: 2.5rem;
  border-radius: 0.3125rem;
  border: 1px solid #1E4D9E;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .micle-page-content .point_technology_link {
    transition: all 0.2s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .micle-page-content .point_technology_link:hover {
    opacity: 0.8;
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  .micle-page-content .point_technology_link {
    margin-top: 0.75rem;
  }
}
.micle-page-content .point_technology_link:after {
  content: "";
  width: 0.8125rem;
  height: 0.5rem;
  background: url("../img/arrow_down_blue.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.6875rem;
  transform: translateY(-50%) rotate(-90deg);
}
.micle-page-content .point_technology_link span {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #1E4D9E;
  font-weight: bold;
}
.micle-page-content .products {
  padding-top: 7.625rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .micle-page-content .products {
    padding-top: 3.8125rem;
    padding-bottom: 0;
  }
}
.micle-page-content .products_top-cont {
  margin-top: 3.4375rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .micle-page-content .products_top-cont {
    margin-top: 1.875rem;
  }
}
.micle-page-content .products_top-cont_desc {
  background: url("../img/products_img01.jpg") no-repeat top center;
  background-size: 100% 100%;
  padding: 10.6875rem 6.25rem 11rem;
  position: relative;
}
@media (max-width: 767px) {
  .micle-page-content .products_top-cont_desc {
    padding: 5rem 1.25rem 4.6875rem;
    background-image: url("../img/products_img01_sp.jpg");
  }
}
@media (max-width: 767px) {
  .micle-page-content .products_top-cont .wrapper {
    padding: 0;
  }
}
.micle-page-content .products_top-cont_ttl {
  width: 25.25rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .micle-page-content .products_top-cont_ttl {
    width: 14.3125rem;
  }
}
.micle-page-content .products_top-cont_ml {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_top-cont_ml {
    margin-top: 0.6875rem;
    font-size: 0.875rem;
  }
}
.micle-page-content .products_top-cont_price {
  font-size: 1.875rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_top-cont_price {
    margin-top: 1.875rem;
    font-size: 1.5rem;
  }
}
.micle-page-content .products_top-cont_price span {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_top-cont_price span {
    font-size: 0.875rem;
  }
}
.micle-page-content .products_top-cont_price small {
  margin-left: -0.25rem;
  font-size: 0.875rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .micle-page-content .products_top-cont_price small {
    font-size: 0.75rem;
  }
}
.micle-page-content .products_top-cont_link {
  background: linear-gradient(90deg, #1E4D9E 0%, #4891D1 50%);
  width: 18.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-radius: 0.3125rem;
  margin-top: 1.375rem;
}
@media (min-width: 768px) {
  .micle-page-content .products_top-cont_link {
    transition: all 0.2s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .micle-page-content .products_top-cont_link:hover {
    opacity: 0.8;
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  .micle-page-content .products_top-cont_link {
    margin-top: 2.1875rem;
    padding-bottom: 0.0625rem;
    width: 100%;
    height: 3.4375rem;
    font-size: 1.125rem;
  }
}
.micle-page-content .products_top-cont_icon {
  width: 53.4375rem;
  max-width: 100%;
  z-index: 1;
  position: absolute;
  bottom: -5.25rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .micle-page-content .products_top-cont_icon {
    padding: 0 1.25rem;
    width: 100%;
    bottom: -8.75rem;
  }
}
.micle-page-content .products_list {
  padding-top: 7.5rem;
  padding-bottom: 6.8125rem;
  background: url("../img/products_bdg.jpg") no-repeat center top/cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .micle-page-content .products_list {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
    background: url("../img/products_bdg-sp.jpg") center no-repeat;
    background-size: 100% 100%;
  }
}
.micle-page-content .products_list_txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .micle-page-content .products_list_txt {
    padding-left: 1.75rem;
  }
}
@media (max-width: 767px) {
  .micle-page-content .products_list_txt {
    justify-content: flex-start;
  }
}
.micle-page-content .products_list_txt span:nth-child(1) {
  padding-bottom: 0.3125rem;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  background: url("../img/product_ttl_circle.png") no-repeat center center/100% 100%;
}
@media (max-width: 767px) {
  .micle-page-content .products_list_txt span:nth-child(1) {
    padding-bottom: 0.0625rem;
    width: 3.8125rem;
    height: 3.8125rem;
    font-size: 1rem;
    background-image: url("../img/product_ttl_circle_sp.png");
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 1;
  }
}
.micle-page-content .products_list_txt span small {
  font-size: 100%;
}
.micle-page-content .products_list_txt span:nth-child(2) {
  margin-left: 0.9375rem;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .micle-page-content .products_list_txt span:nth-child(2) {
    margin-left: 0.625rem;
    font-size: 1.5rem;
  }
}
.micle-page-content .products_list_txt span:nth-child(2) small {
  margin-left: -0.9375rem;
  display: inline-block;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .micle-page-content .products_list_txt span:nth-child(2) small {
    margin-left: -0.5625rem;
  }
}
.micle-page-content .products_item {
  margin-top: 4rem;
  display: flex;
}
@media (max-width: 767px) {
  .micle-page-content .products_item {
    margin-top: 2.125rem;
  }
}
.micle-page-content .products_item:nth-child(2n) {
  justify-content: flex-end;
}
.micle-page-content .products_item + .products_item {
  margin-top: 5.25rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_item + .products_item {
    margin-top: 4rem;
  }
}
.micle-page-content .products_item_wrap {
  max-width: 37.1875rem;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .micle-page-content .products_item_wrap {
    width: 16.875rem;
    flex-direction: column;
    position: relative;
  }
}
.micle-page-content .products_item_desc {
  padding: 0 2.1875rem 0 4rem;
  width: calc(100% - 15rem);
}
@media (max-width: 767px) {
  .micle-page-content .products_item_desc {
    padding: 0;
    width: 100%;
  }
}
.micle-page-content .products_item_ttl {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 767px) {
  .micle-page-content .products_item_ttl {
    padding-left: 2.875rem;
    font-size: 1.5rem;
  }
}
.micle-page-content .products_item_ttl:before {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  background: url("../img/products_num_01.png") no-repeat center center/100% 100%;
  position: absolute;
  top: -0.25rem;
  left: -4rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_item_ttl:before {
    width: 2.25rem;
    height: 2.25rem;
    top: 0rem;
    left: 0rem;
  }
}
.micle-page-content .products_item--01 .products_item_ttl:before {
  background-image: url("../img/products_num_01.png");
}
.micle-page-content .products_item--02 .products_item_ttl:before {
  background-image: url("../img/products_num_02.png");
}
@media (max-width: 767px) {
  .micle-page-content .products_item--02 .products_item_wrap {
    right: -0.625rem;
  }
}
.micle-page-content .products_item--03 .products_item_ttl:before {
  background-image: url("../img/products_num_03.png");
}
.micle-page-content .products_item--03 .products_item_txt {
  letter-spacing: -0.07em;
}
.micle-page-content .products_item_img {
  margin-top: 0.375rem;
  width: 15rem;
  height: 13.125rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_item_img {
    margin-top: 1.375rem;
    width: 16.25rem;
    height: 14.375rem;
  }
}
.micle-page-content .products_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.micle-page-content .products_item_txt {
  margin-top: 1.5625rem;
  padding-left: 0.1875rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .micle-page-content .products_item_txt {
    margin-top: 0.9375rem;
    padding-left: 0;
    font-size: 0.875rem;
  }
}
.micle-page-content .products_bottom-cont {
  margin-top: -14.0625rem;
  padding: 17.5rem 0 3.75rem;
  background: #DEF4FB;
}
@media (max-width: 767px) {
  .micle-page-content .products_bottom-cont {
    margin-top: 0;
    padding: 1.75rem 0 3.75rem;
  }
}
.micle-page-content .products_bottom--ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_bottom--ttl {
    margin-bottom: 1.25rem;
  }
}
.micle-page-content .products_bottom--ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #A3DEF1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.micle-page-content .products_bottom--ttl span {
  padding-right: 1.1875rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3333333333;
  position: relative;
  background: #DEF4FB;
  position: relative;
}
@media (max-width: 767px) {
  .micle-page-content .products_bottom--ttl span {
    padding-right: 0.9375rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}
.micle-page-content .products_bottom--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_bottom--list {
    margin: 0;
  }
}
.micle-page-content .products_bottom--list .col {
  padding: 0 0.625rem;
  box-sizing: border-box;
  width: 50%;
}
@media (min-width: 768px) {
  .micle-page-content .products_bottom--list .col:not(.micle-page-content .products_bottom--list .col:nth-child(1), .micle-page-content .products_bottom--list .col:nth-child(2)) {
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .micle-page-content .products_bottom--list .col {
    width: 100%;
    padding: 0;
  }
  .micle-page-content .products_bottom--list .col + .col {
    margin-top: 0.9375rem;
  }
}
.micle-page-content .products_bottom--item {
  display: flex;
  background: #fff;
  align-items: center;
}
.micle-page-content .products_bottom--item--avt {
  width: 12.5625rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_bottom--item--avt {
    width: 9.375rem;
  }
}
.micle-page-content .products_bottom--item--content {
  width: calc(100% - 12.5625rem);
  box-sizing: border-box;
  height: 100%;
  padding: 0.875rem 1rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_bottom--item--content {
    width: calc(100% - 9.375rem);
    padding-left: 1.0625rem;
  }
}
.micle-page-content .products_bottom--item--ttl {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
}
.micle-page-content .products_bottom--item--ttl span {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_bottom--item--ttl {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.micle-page-content .products_bottom--item--mil {
  line-height: 1.5rem;
  margin-bottom: 0.6875rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.micle-page-content .products_bottom--item--price {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 700;
}
.micle-page-content .products_bottom--item--price span {
  font-size: 0.875rem;
}
.micle-page-content .products_bottom--item--price span smaller {
  font-size: 0.75rem;
  display: inline-block;
  margin-left: -0.3125rem;
}
.micle-page-content .products_bottom--item--sub {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  line-height: 0.3125rem;
}
@media (max-width: 767px) {
  .micle-page-content .products_bottom--item--sub {
    line-height: 1rem;
    padding-left: 0.625rem;
    text-indent: -0.625rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .micle-page-content .products_bottom--item.--item01 .products_bottom--item--content {
    padding-top: 1.1875rem;
  }
  .micle-page-content .products_bottom--item.--item02 .products_bottom--item--content {
    padding-top: 0.3125rem;
  }
  .micle-page-content .products_bottom--item.--item03 .products_bottom--item--content {
    padding-top: 0.625rem;
  }
  .micle-page-content .products_bottom--item.--item04 .products_bottom--item--content {
    padding-top: 0.4375rem;
  }
  .micle-page-content .products_bottom--item.--item04 .products_bottom--item--ttl {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  .micle-page-content .products_bottom--item.--item02 .products_bottom--item--content {
    padding-top: 0.625rem;
  }
  .micle-page-content .products_bottom--item.--item03 .products_bottom--item--content {
    padding-top: 0.625rem;
  }
  .micle-page-content .products_bottom--item.--item04 .products_bottom--item--content {
    padding-top: 0.625rem;
  }
  .micle-page-content .products_bottom--item.--item04 .products_bottom--item--mil {
    margin-bottom: 0.4375rem;
  }
}
.micle-page-content .products--commingsoon {
  padding-top: 7.5rem;
  color: #5A5A5A;
}
.micle-page-content .products--commingsoon .wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon {
    margin-top: -0.625rem;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon > .wrapper {
    padding: 0;
  }
}
.micle-page-content .products--commingsoon_wrap {
  padding: 4.875rem 5.8125rem 4.4375rem;
  background-image: url("../img/products_comming_bgd.jpg");
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon_wrap {
    padding: 3.75rem 1.25rem 1.875rem;
    display: flex;
    flex-direction: column;
    background-image: url("../img/products_comming_bgd_sp.jpg");
    background-size: 100% auto;
  }
}
.micle-page-content .products--commingsoon .products_top-cont_desc {
  margin: 0 auto;
  padding: 0;
  background: none;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_top-cont_desc {
    margin-right: -1.25rem;
    padding-right: 1.25rem;
    background-position: center -1.25rem;
    order: 1;
  }
}
.micle-page-content .products--commingsoon .products_top-cont_ttl {
  width: 25.25rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_top-cont_ttl {
    width: 100%;
  }
}
.micle-page-content .products--commingsoon .products_top-cont_ml {
  margin-top: 0.4375rem;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_top-cont_ml {
    margin-top: 0.75rem;
  }
}
.micle-page-content .products--commingsoon .products_top-cont_txt {
  margin-top: 3rem;
  margin-left: -0.5625rem;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.625rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_top-cont_txt {
    margin-top: 4.1875rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    font-size: 1.375rem;
    line-height: 1.625rem;
    text-align: center;
  }
}
.micle-page-content .products--commingsoon .products_top-cont_txt small {
  font-size: 0.875rem;
  letter-spacing: -0.03em;
}
.micle-page-content .products--commingsoon .products_top-cont_txt span {
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_top-cont_txt span {
    padding-left: 0;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
}
.micle-page-content .products--commingsoon .products_top-cont_price {
  margin-top: 1.0625rem;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_top-cont_price {
    margin-top: 0.5rem;
    text-align: center;
  }
}
.micle-page-content .products--commingsoon .products_top-cont_icon {
  margin-top: 2.1875rem;
  position: static;
  transform: none;
  max-width: 53.125rem;
  width: 100%;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_top-cont_icon {
    margin-top: 2.5rem;
    order: 3;
    padding: 0;
  }
}
.micle-page-content .products--commingsoon .products_top-cont_link {
  background: linear-gradient(90deg, #5A5A5A 0%, #909090 100%);
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_top-cont_link {
    margin-top: 2.0625rem;
  }
}
.micle-page-content .products--commingsoon .products_bottom-cont {
  background: #EFEFEF;
  margin-top: -15rem;
  padding-top: 18.75rem;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_bottom-cont {
    margin-top: 0;
    padding-top: 1.875rem;
  }
}
.micle-page-content .products--commingsoon .products_bottom--ttl span {
  background: #EFEFEF;
}
.micle-page-content .products--commingsoon .products_bottom--ttl:before {
  background: #004EA3;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_bottom--item .smaller {
    display: block;
    font-size: 0.75rem;
    margin-top: -0.125rem;
  }
}
@media (min-width: 768px) {
  .micle-page-content .products--commingsoon .products_bottom--item.--item02 .products_bottom--item--content {
    padding-top: 0;
    margin-top: -0.5625rem;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item02 .products_bottom--item--ttl {
    margin-bottom: 0;
    line-height: 1.375rem;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item02 .products_bottom--item--mil {
    margin-bottom: 0.5625rem;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item02 .products_bottom--item--sub {
    margin-top: 0.625rem;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item03 .products_bottom--item--content {
    padding-top: 0.375rem;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item03 .products_bottom--item--ttl {
    line-height: 1.3125rem;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item03 .products_bottom--item--mil {
    margin-bottom: 0.4375rem;
  }
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .products_bottom--item.--item01 .products_bottom--item--content {
    padding-top: 0.1875rem;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item01 .products_bottom--item--ttl {
    margin-bottom: 0;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item02 .products_bottom--item--content {
    padding-top: 0.5rem;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item02 .products_bottom--item--ttl {
    margin-bottom: 0;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item03 .smaller {
    margin-bottom: -0.4375rem;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item03 .products_bottom--item--content {
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
  .micle-page-content .products--commingsoon .products_bottom--item.--item03 .products_bottom--item--ttl {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .micle-page-content .products--commingsoon .point_remove {
    margin-top: 3.875rem;
  }
  .micle-page-content .products--commingsoon .point_remove .point_remove_ttl {
    line-height: 1.875rem;
  }
}
.micle-page-content .products--commingsoon .point_remove_img {
  width: 14.375rem;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .point_remove_img {
    width: 6.0625rem;
  }
}
.micle-page-content .products--commingsoon .point_remove_desc {
  width: calc(100% - 14.375rem);
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .point_remove_desc {
    width: calc(100% - 6.0625rem);
    padding-top: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .point_remove {
    margin-bottom: 3.75rem;
  }
}
.micle-page-content .products--commingsoon .point_remove .point_remove_link {
  color: #5A5A5A;
}
@media (max-width: 767px) {
  .micle-page-content .products--commingsoon .point_remove .point_remove_link {
    margin-top: -1.5625rem;
  }
}
.micle-page-content .promise_cont {
  padding: 7.0625rem 0 3.25rem;
  background: url("../img/promise_bgd.jpg") no-repeat center top/cover;
}
@media (max-width: 767px) {
  .micle-page-content .promise_cont {
    padding: 2.5rem 0 3.375rem;
    background-image: url("../img/promise_bgd_sp.jpg");
  }
}
.micle-page-content .promise_cont .wrapper {
  max-width: 56.875rem;
}
.micle-page-content .promise_cont_desc {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .micle-page-content .promise_cont_desc {
    flex-direction: column;
  }
}
.micle-page-content .promise_cont_ttl {
  padding-left: 0.0625rem;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  width: 40%;
}
@media (max-width: 767px) {
  .micle-page-content .promise_cont_ttl {
    margin-top: 0.625rem;
    margin-left: -0.3125rem;
    padding-left: 0;
    width: 100%;
    font-size: 1.875rem;
    line-height: 1;
  }
}
.micle-page-content .promise_cont_ttl span {
  padding-left: 0.3125rem;
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .micle-page-content .promise_cont_ttl span {
    margin-bottom: 0.4375rem;
    font-size: 1rem;
  }
}
.micle-page-content .promise_cont_txt {
  margin-top: 2.6875rem;
  line-height: 2.5rem;
  width: 28.5rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .micle-page-content .promise_cont_txt {
    margin-top: 1.5625rem;
    width: 100%;
    font-size: 0.9375rem;
    line-height: 2.375rem;
  }
}
.micle-page-content .promise_cont_txt p {
  letter-spacing: 0;
}
.micle-page-content .promise_cont_txt small {
  padding: 0 0.25rem 0 0.125rem;
  font-size: 0.75rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .micle-page-content .promise_cont_txt small {
    font-size: 0.625rem;
  }
}
.micle-page-content .promise_cont_img {
  margin: 4.0625rem auto 0;
  max-width: 49.6875rem;
  width: 100%;
}
@media (max-width: 767px) {
  .micle-page-content .promise_cont_img {
    margin-top: 2.25rem;
  }
}
.micle-page-content .promise_cont_link {
  margin: 3.4375rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.9375rem;
  height: 3.75rem;
  border-radius: 0.3125rem;
  background: linear-gradient(90deg, #FFFFFF 0%, #F0FBFF 100%);
  position: relative;
}
@media (min-width: 768px) {
  .micle-page-content .promise_cont_link {
    transition: all 0.2s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .micle-page-content .promise_cont_link:hover {
    opacity: 0.8;
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  .micle-page-content .promise_cont_link {
    margin-top: 2.125rem;
    width: 100%;
    height: 3.4375rem;
  }
}
.micle-page-content .promise_cont_link:after {
  content: "";
  width: 0.5625rem;
  height: 1rem;
  background: url("../img/arrow_right_blue.svg") no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .micle-page-content .promise_cont_link:after {
    right: 1.125rem;
  }
}
.micle-page-content .promise_cont_link span {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1E4D9E;
}
.micle-page-content .promise_note {
  padding-top: 2.5625rem;
  padding-bottom: 2.5625rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .micle-page-content .promise_note {
    padding-top: 1.25rem;
    padding-bottom: 2.25rem;
  }
}
.micle-page-content .promise_note_txt p {
  padding-left: 1.25rem;
  color: #5A5A5A;
  font-size: 0.75rem;
  line-height: 1.5;
  text-indent: -1.25rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .micle-page-content .promise_note_txt p {
    font-size: 0.625rem;
    padding-left: 1.5625rem;
    text-indent: -1.5625rem;
    line-height: 1.6;
  }
}
.micle-page-content .banner-bottom {
  margin-top: 7.25rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .micle-page-content .banner-bottom {
    margin-top: 2.5rem;
  }
}
.micle-page-content .banner-bottom .wrapper {
  position: relative;
}
.micle-page-content .banner-bottom .promise_cont_link {
  padding-left: 0.125rem;
}
@media (min-width: 768px) {
  .micle-page-content .banner-bottom .promise_cont_link {
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
  }
}
@media (max-width: 767px) {
  .micle-page-content .banner-bottom .promise_cont_link {
    margin-top: 1.25rem;
    margin-bottom: 5rem;
    background: #E9F0F6;
  }
}

header.header_mcr {
  background: #fff;
  padding: 1.4375rem 3.75rem;
  text-align: left;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
header.header_mcr a {
  display: inline-block;
  width: 6.5625rem;
}
@media (max-width: 767px) {
  header.header_mcr a {
    width: 4.5rem;
  }
}
header.header_mcr a img {
  max-width: 100%;
}
@media (max-width: 767px) {
  header.header_mcr {
    padding: 0.5rem 0.625rem 0.875rem;
  }
}

@media (max-width: 767px) {
  .m-pageTop.fixed .m-pageTop_btn {
    margin: 0 10px 4.5rem 0 !important;
  }
}


@media (min-width: 768px) {

.footer {
  position: relative;
  padding: 0 20px;
  background: #c5c7cc;
  letter-spacing: normal;
  z-index: 1;
}

.footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer_commonLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  line-height: 1;
}

.footer_commonLinkItem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.footer_commonLinkItem::after {
  content: "＞";
  display: inline-block;
}
.footer_commonLinkItem a {
  display: inline-block;
  width: auto;
  padding: 0;
  font-size: 13px;
  color: black;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  padding: 20px 0;
}
}

@media (max-width: 767px) {

.footer {
  position: relative;
  background: #c5c7cc;
  letter-spacing: normal;
  z-index: 1;
}

.footer_container {
  max-width: 1200px;
  margin: auto;
}

.footer_commonLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px #cdd3d9;
  background-color: white;
  line-height: 1;
}

.footer_commonLinkItem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 12px;
  background-color: #f8f8fa;
  border-bottom: 1px solid #cdd3d9;
  border-left: 1px solid #cdd3d9;
}
.footer_commonLinkItem:nth-child(2n+1) {
  border-right: solid 1px #cdd3d9;
}
.footer_commonLinkItem::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: auto;
  aspect-ratio: 1/2;
  background-color: #46484b;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_commonLinkItem a {
  display: inline-block;
  width: 100%;
  padding: 17px 20px 17px 3.6%;
  font-size: 13px;
  color: black;
}

.copyright {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
.copyright img {
  width: 150px;
}

.movie {
	margin: 0 5px;
	padding-top: calc(315 / 560 * (100% - 30px));
	position: relative;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

}
