@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  color: #323232;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.for-ie {
  display: none;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 25px 5.35%;
  background-color: #030b2b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.for-ie .m-wrapper {
  position: relative;
  padding-right: 100px;
}
.for-ie a {
  text-decoration: underline;
}
.for-ie a:hover {
  text-decoration: none;
}
.for-ie button {
  width: 120px;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 12px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.for-ie button:focus {
  outline: none;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
******
/* ----------------------------------------------------------------------
 common class
---------------------------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .pc-non {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp-non {
    display: none !important;
  }
}
.mb0 {
  margin-bottom: 0;
}

.tCenter {
  text-align: center;
}

.color-red {
  color: #ec1a00;
}

.color-yellow {
  color: #ffe765;
}

.color-blue {
  color: #0046b1;
}

.telLink {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 751px) {
  .telLink {
    pointer-events: none;
  }
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .wrapper {
    width: auto;
  }
}
@media (hover: hover) {
  .hover-opacity:hover img,
  .hover-opacity:hover video {
    cursor: pointer;
    opacity: 0.7;
  }
}
.hoverTxt {
  text-decoration: none;
  color: inherit;
}

.hoverTxt:hover {
  text-decoration: underline;
}

.hover-change {
  display: inline-block;
  line-height: 0;
}

.hover-change img:nth-child(2) {
  display: none;
}

@media (hover: hover) {
  a:hover .hover-change img:nth-child(1),
  .change-parent:hover .hover-change img:nth-child(1) {
    display: none;
  }
  a:hover .hover-change img:nth-child(2),
  .change-parent:hover .hover-change img:nth-child(2) {
    display: inline-block;
  }
}
.h2-primary {
  text-align: center;
  color: #ec1a00;
}

.h2-primary.-white {
  color: #fff;
}

.h2-primary .en {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 750px) {
  .h2-primary .en {
    font-size: 48px;
  }
}
.h2-primary .ja {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .h2-primary .ja {
    font-size: 15px;
  }
}
.btn-primary {
  width: 310px;
  height: 70px;
  border: 2px solid #ec1a00;
  background-color: #ec1a00;
  color: #fff;
  border-radius: 50vh;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary.-blank {
  padding-right: 1em;
  position: relative;
}

.btn-primary.-blank:after {
  content: "";
  background: url(../img/icon_blank_white.png) no-repeat center/contain;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 28px;
  top: calc(50% - 6.5px);
}

@media (hover: hover) {
  .btn-primary:hover {
    background-color: #fff;
    color: #ec1a00;
  }
  .btn-primary.-blank:hover:after {
    background: url(../img/icon_blank_red.png) no-repeat center/contain;
  }
}
.anker {
  position: relative;
  top: -60px;
}

@media only screen and (max-width: 750px) {
  .anker {
    top: -90px;
  }
}
.header {
  height: 65px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  height: 65px;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px 0 30px;
}

@media only screen and (max-width: 750px) {
  .header__inner {
    height: 60px;
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 750px) {
  .header .logo img {
    width: 125px;
  }
}
.header__right {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .header__right {
    display: none;
  }
}
.header .navi {
  display: flex;
}

.header .navi li {
  margin-left: 50px;
}

.header .navi li a {
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.header .navi li a:hover {
  color: #ec1a00;
}

.header__contact {
  margin-left: 40px;
}

.header__contact a {
  display: flex;
  width: 180px;
  height: 45px;
  align-items: center;
  justify-content: center;
  background-color: #ec1a00;
  color: #fff;
  border: 1px solid #ec1a00;
  border-radius: 50vh;
  text-decoration: none;
}

.header__contact a:hover {
  background-color: #fff;
  color: #ec1a00;
}

.header__contact img {
  width: 14px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.header .menu {
  width: 60px;
}

@media only screen and (min-width: 751px) {
  .header .menu {
    display: none !important;
  }
}
.mega {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(236, 26, 0, 0.95), rgba(236, 56, 0, 0.95));
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.megaHeader {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 750px) {
  .mega .logo img {
    width: 125px;
  }
}
.mega .close {
  width: 60px;
}

.megaNavi {
  margin-top: 55px;
  text-align: center;
}

.megaNavi li {
  margin-top: 40px;
}

.megaNavi li a {
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
}

.megaContact {
  text-align: center;
  margin-top: 72px;
}

.megaContact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 70px;
  margin: 0 auto;
  color: #ec1a00;
  text-decoration: none;
  border-radius: 50vh;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
}

.megaContact img {
  width: 20px;
  margin-right: 20px;
}

.l-main .mv {
  background-color: #030b2b;
  height: 675px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 750px) {
  .l-main .mv {
    height: auto;
  }
}
.l-main .mv__bg {
  height: 527px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .l-main .mv__bg {
    position: static;
    height: auto;
    padding-top: 40px;
  }
}
.l-main .mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .l-main .mv__bg img {
    height: auto;
  }
}
.l-main .mv__text-01 {
  text-align: center;
  padding-top: 84px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-main .mv__text-01 {
    position: absolute;
    top: 8vw;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .l-main .mv__text-01 img {
    width: 90vw;
  }
}
.l-main .mv__img {
  text-align: center;
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-main .mv__img {
    display: none;
  }
}
.l-main .mv__contact {
  position: absolute;
  width: 198px;
  bottom: -58px;
  right: 20px;
}
@media only screen and (max-width: 750px) {
  .l-main .mv__contact {
    display: none;
  }
}
.l-main .problem {
  background-color: #030b2b;
  padding-top: 104px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: -1px;
}
@media only screen and (max-width: 750px) {
  .l-main .problem {
    padding: 110px 20px 0px;
  }
}
.l-main .problem__title {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #ffffff;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-main .problem__title {
    font-size: 24px;
  }
}
.l-main .problem__title .large {
  font-size: 40px;
}
@media only screen and (max-width: 750px) {
  .l-main .problem__title .large {
    font-size: 32px;
  }
}
.l-main .problem__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.l-main .problemList {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  .l-main .problemList {
    margin-top: 60px;
    display: block;
  }
}
.l-main .problemList__item {
  width: 33.33%;
}
@media only screen and (max-width: 750px) {
  .l-main .problemList__item {
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
  }
  .l-main .problemList__item:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .problemList__icon {
    width: 47.6%;
  }
}
.l-main .problemList__text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .l-main .problemList__text {
    padding-left: 20px;
    flex: 1;
    margin: 0;
    font-size: 16px;
    text-align: left;
  }
}
.l-main .point {
  padding-top: 115px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url(../img/point_slash_bg.png) no-repeat left top/809px, linear-gradient(135deg, rgba(236, 26, 0, 0.07) 0%, rgba(0, 70, 115, 0.07) 100%);
  margin-top: -1px;
}
@media only screen and (max-width: 750px) {
  .l-main .point {
    padding-top: 60px;
    background: url(../img/point_slash_bg.png) no-repeat left top/500px, linear-gradient(135deg, rgba(236, 26, 0, 0.07) 0%, rgba(0, 70, 115, 0.07) 100%);
  }
}
.l-main .point:before {
  content: "";
  width: 100%;
  min-width: 2000px;
  background-image: url(../img/bg_point_before.png);
  background-size: auto 443px;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #030b2b;
  position: absolute;
  width: 100%;
  height: 443px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .l-main .point:before {
    height: 390px;
  }
}
.l-main .point__read {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .l-main .point__read {
    font-size: 24px;
  }
}
.l-main .point__inner {
  max-width: 800px;
  margin: 280px auto 0;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-main .point__inner {
    margin: 300px auto 0;
  }
}
.l-main .pointContent {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .l-main .pointContent {
    padding: 0 20px;
  }
}
.l-main .pointBlock {
  margin-top: 75px;
}
@media only screen and (max-width: 750px) {
  .l-main .pointBlock {
    margin-top: 60px;
  }
}
.l-main .pointBlock:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .l-main .pointBlock:first-child {
    margin-top: 0px;
  }
}
.l-main .pointBlock__row {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 60px 45px;
  gap: 50px;
  position: relative;
}
.l-main .pointBlock__row:before {
  content: "";
  width: 100%;
  height: 2.5px;
  background-image: linear-gradient(45deg, rgb(236, 26, 0) 0%, rgb(236, 56, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 751px) {
  .l-main .pointBlock__row.-reverse {
    flex-direction: row-reverse;
  }
  .l-main .pointBlock__row.-reverse .pointBlock__right {
    padding: 0;
  }
  .l-main .pointBlock__row.-reverse .pointBlock__movie:after {
    right: auto;
    left: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .pointBlock__row {
    flex-direction: column;
  }
}
.l-main .pointBlock__left {
  text-align: right;
  width: 200px;
}
@media only screen and (max-width: 750px) {
  .l-main .pointBlock__left {
    width: 100%;
    text-align: center;
  }
}
.l-main .pointBlock__right {
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-main .pointBlock__right {
    padding-left: 0;
  }
}
.l-main .pointBlock__tag {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ec1a00;
  width: 112px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -15px;
  left: 0;
}
.l-main .pointBlock__tag:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0px 30px;
  border-color: transparent transparent transparent #ec1a00;
  position: absolute;
  right: -30px;
  top: 0;
}
.l-main .pointBlock__text {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-main .pointBlock__text {
    font-size: 20px;
  }
}
.l-main .pointBlock__text.-small {
  font-size: 16px;
}
.l-main .productBackground {
  height: 546px;
  position: relative;
  overflow: hidden;
  background: url(../img/bg_earth.jpg) no-repeat center/cover;
  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
          clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
  margin-top: -112px;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .l-main .productBackground {
    background: url(../img/bg_earth.jpg) no-repeat center/cover;
    height: 300px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .productBackground:before {
    display: none;
  }
}
.l-main .product {
  padding-top: 172px;
  padding-bottom: 315px;
  background-image: url(../img/slash_bg.png), linear-gradient(45deg, rgb(0, 69, 177) 0%, rgb(1, 106, 179) 100%);
  background-position: bottom right, 100% 100%;
  background-size: 1060px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  margin-top: -112px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .l-main .product {
    padding: 150px 20px 150px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    background-position: bottom -70px right, 100% 100%;
    background-size: 500px, 100% 100%;
  }
  .l-main .product__title {
    margin-bottom: 120px;
  }
}
.l-main .productContent {
  max-width: 800px;
  margin: 104px auto 0;
}
@media only screen and (max-width: 750px) {
  .l-main .productContent {
    margin-top: 45px;
  }
}
.l-main .productBlock {
  background-color: #fff;
  padding: 37px 75px;
  display: flex;
  margin-top: 60px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock {
    padding: 0 20px 45px;
    margin-top: 57px;
    flex-direction: column;
  }
}
.l-main .productBlock:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 751px) {
  .l-main .productBlock.-reverse {
    flex-direction: row-reverse;
  }
  .l-main .productBlock.-reverse .productBlock__right {
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock {
    flex-direction: column;
  }
}
.l-main .productBlock__left {
  width: 260px;
  margin-right: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__left {
    width: 100%;
    margin-right: 0;
  }
}
.l-main .productBlock__left img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__left img {
    top: 0;
    position: relative;
  }
}
.l-main .productBlock__left.-left01 img {
  top: -97px;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__left.-left01 img {
    top: -30px;
  }
}
.l-main .productBlock__left.-left02 img {
  top: -80px;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__left.-left02 img {
    top: -30px;
  }
}
.l-main .productBlock__left.-left03 img {
  top: -15px;
  width: 262px;
  max-width: none;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__left.-left03 img {
    top: -30px;
  }
}
.l-main .productBlock__left.-left04 img {
  top: -50px;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__left.-left04 img {
    top: -30px;
  }
}
.l-main .productBlock__left.-left05 img {
  top: -80px;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__left.-left05 img {
    top: -30px;
  }
}
.l-main .productBlock.-reverse .productBlock__left {
  margin-right: 0;
  margin-left: 40px;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock.-reverse .productBlock__left {
    margin-left: 0;
  }
}
.l-main .productBlock__right {
  width: 480px;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__right {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__left {
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__right {
    margin-top: 0;
  }
}
.l-main .productBlock__title {
  font-size: 22px;
  font-weight: bold;
  color: #0046b1;
  line-height: 1.25;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .l-main .productBlock__title {
    font-size: 22px;
  }
}
.l-main .productBlock__text {
  font-size: 15px;
  font-weight: bold;
}
.l-main .productBlock__tag {
  width: 100px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-top: 24px;
  background-color: #0046b1;
}
.l-main .productBlock__list {
  margin-top: 12px;
}
.l-main .productBlock__list li {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
}
.l-main .productBlock__list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0046b1;
  position: absolute;
  top: 9px;
  left: 0px;
}

.flow {
  background: linear-gradient(135deg, rgba(236, 26, 0, 0.07) 0%, rgba(0, 70, 115, 0.07) 100%);
  padding: 130px 0 200px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
  position: relative;
  margin-top: -150px;
}

@media only screen and (max-width: 750px) {
  .flow {
    padding: 90px 0 200px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    margin-top: -40px;
  }
}
.flow__read {
  margin-top: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .flow__read {
    font-size: 18px;
    text-align: left;
    margin: 40px 20px 0;
  }
}
.flowList {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .flowList {
    display: block;
    justify-content: flex-start;
    padding-right: 20px;
  }
}
.flowList__scroll {
  margin-top: 75px;
}

@media only screen and (max-width: 750px) {
  .flowList__scroll {
    margin-top: 45px;
    padding: 0 0 20px 20px;
  }
}
.flowList__item {
  width: 160px;
  margin: 0 24px;
  position: relative;
}

.flowList__item:after {
  content: "";
  width: 19px;
  height: 18px;
  position: absolute;
  background: url(../img/arrow_flow.png) no-repeat center/contain;
  top: 76px;
  right: -35px;
}

@media only screen and (max-width: 750px) {
  .flowList__item:after {
    width: 15px;
    height: 13px;
    right: -27px;
    top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .flowList__item {
    margin: 0 36px 0 0;
    width: 128px;
  }
}
.flowList__item:last-child:after {
  display: none;
}

@media only screen and (max-width: 750px) {
  .flowList__item:last-child {
    margin: 0;
  }
}
.flowList__text {
  margin: 0 -1em;
  font-size: 20px;
  font-weight: bold;
  margin-top: 18px;
}

@media only screen and (max-width: 750px) {
  .flowList__text {
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
  }
}
.works {
  padding-top: 240px;
  padding-bottom: 166px;
  margin-top: -150px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(45deg, rgb(236, 26, 0) 0%, rgb(236, 56, 0) 100%);
  -webkit-clip-path: polygon(0 150px, 100% 0, 100% calc(100% - 150px), 0 100%);
          clip-path: polygon(0 150px, 100% 0, 100% calc(100% - 150px), 0 100%);
}

@media only screen and (max-width: 750px) {
  .works {
    padding-top: 120px;
    padding-bottom: 150px;
    -webkit-clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
            clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
}
.works__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.works__thumbs {
  padding-top: 70px;
  left: calc(50% - 625px);
  width: 1111px;
  z-index: 1;
}

@media only screen and (max-width: 750px) {
  .works__thumbs {
    position: static;
    width: 100%;
    margin-top: 50px;
    padding-top: 0;
  }
}
.bunner {
  background-image: url(../img/bg_bnr.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 250px;
  padding-bottom: 120px;
  margin-top: -150px;
}

.bunner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.contact {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 500;
}

@media only screen and (max-width: 750px) {
  .contact {
    padding: 10px 20px;
  }
}
.contact__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.contact__read {
  width: 36.8%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #323232;
}

@media only screen and (max-width: 750px) {
  .contact__read {
    display: none;
  }
}
.contactBtn {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.contactBtn__item {
  width: calc(50% - 6px);
}

@media only screen and (max-width: 750px) {
  .contactBtn__item {
    width: calc(50% - 3px);
  }
}
.contactBtn__item a {
  display: flex;
  width: 100%;
  height: 56px;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #323232;
  background-color: #323232;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  padding-right: 1em;
}

.contactBtn__item a:after {
  content: "";
  background: url(../img/icon_blank_white.png) no-repeat center/contain;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 18px;
  top: calc(50% - 6.5px);
}

@media (hover: hover) {
  .contactBtn__item a:hover {
    background-color: #fff;
    color: #323232;
  }
  .contactBtn__item a:hover:after {
    background: url(../img/icon_blank.png) no-repeat center/contain;
  }
}
@media only screen and (max-width: 750px) {
  .contactBtn__item a {
    height: 40px;
    font-size: 16px;
  }
  .contactBtn__item a:after {
    width: 12px;
    height: 12px;
    right: 12px;
    top: calc(50% - 6px);
  }
}
.contactBtn__item a.-gray {
  padding-right: 0;
}

.contactBtn__item a.-gray:after {
  content: none;
}

.contactBtn__item a.-red {
  background-color: #ec1a00;
  border-color: #ec1a00;
}

@media (hover: hover) {
  .contactBtn__item a.-red:hover {
    background-color: #fff;
    color: #ec1a00;
  }
  .contactBtn__item a.-red:hover:after {
    background: url(../img/icon_blank_red.png) no-repeat center/contain;
  }
}
.gotop {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 600;
}

@media only screen and (max-width: 750px) {
  .gotop {
    bottom: 15px;
  }
}
.gotop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #323232;
  border: 1px solid #fff;
}

.gotop a img {
  width: 16px;
}

@media (hover: hover) {
  .gotop a:hover {
    background-color: #fff;
  }
}
.footer {
  background-color: #000;
  padding: 66px 0 30px;
  position: relative;
  margin-top: 96px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 750px) {
  .footer {
    padding: 48px 20px 36px;
    margin-top: 60px;
  }
}
.footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.footer__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .footer__row {
    display: block;
  }
}
.footer__logo {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

@media only screen and (max-width: 750px) {
  .footer__logo {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.footer__logo img {
  width: 65px;
}

.footer__logo .name {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-top: 12px;
}

@media only screen and (max-width: 750px) {
  .footerTel {
    margin-top: 45px;
  }
}
.footerTel__tel {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: bold;
}

.footerTel__time {
  font-size: 13px;
  font-weight: bold;
}

.footerBtn {
  display: flex;
  width: 376px;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .footerBtn {
    width: auto;
    display: block;
    margin-top: 40px;
  }
}
.footerBtn__item {
  width: calc(50% - 5px);
}

@media only screen and (max-width: 750px) {
  .footerBtn__item {
    width: 183px;
    margin: 17px auto 0;
  }
  .footerBtn__item:first-child {
    margin-top: 0;
  }
}
.footerBtn__item a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 50vh;
  background-color: #fff;
  border: 2px solid #fff;
  color: #323232;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
  text-decoration: none;
  letter-spacing: 0;
}

@media (hover: hover) {
  .footerBtn__item a:hover {
    background-color: #323232;
    color: #fff;
  }
}
.footerBtn__item figure {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 11px;
  transform: translateY(-50%);
}

.footer .copyright {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 80px;
}

@media only screen and (max-width: 750px) {
  .footer .copyright {
    margin-top: 60px;
  }
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  z-index: 9999;
  animation: fadeIn 0.7s linear 0s;
  animation-fill-mode: forwards;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cc-hide1 {
  display: none;
}

.cc-hide2 {
  animation: hide 0.2s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
  }
}
/* クッキー通知 */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}
#cookie-notice .cookie-notice-container {
  background-color: #333;
}

@media print, screen and (min-width: 768px) {
  #cookie-notice .cookie-notice-container {
    text-align: left;
    width: 100%;
    padding: 2rem 1.2rem 2rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 900px) {
  #cookie-notice .cookie-notice-container {
    padding: 2.5rem 4rem 2.5rem;
  }
}
#cookie-notice .cookie-notice-container .inner {
  width: 100%;
  padding: 3.2rem 0 0;
}

@media print, screen and (min-width: 768px) {
  #cookie-notice .cookie-notice-container .inner {
    margin: 0 auto;
    padding: 0;
  }
}
@media print, screen and (min-width: 900px) {
  #cookie-notice .cookie-notice-container .inner {
    padding: 0 30px;
  }
}
#cookie-notice .cookie-notice-container .inner .thefirst {
  font-size: 1.05rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
  line-height: 1.6;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #cookie-notice .cookie-notice-container .inner .thefirst {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    text-align: left;
    font-family: Yu Gothic, Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 900px) {
  #cookie-notice .cookie-notice-container .inner .thefirst {
    font-size: 1.05rem;
  }
}
#cookie-notice .cookie-notice-container .inner .thesecond {
  text-align: left;
  font-family: Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
  line-height: 1.6;
  font-weight: normal;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}

@media print, screen and (min-width: 768px) {
  #cookie-notice .cookie-notice-container .inner .thesecond {
    text-align: left;
    font-size: 0.85rem;
    font-family: Yu Gothic, Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 900px) {
  #cookie-notice .cookie-notice-container .inner .thesecond {
    font-size: 1.05rem;
  }
}
#cookie-notice .cookie-notice-container .inner .thethird {
  font-family: Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
  line-height: 1.6;
  font-weight: normal;
  font-size: 0.85rem;
  position: relative;
  margin-bottom: 1rem;
  display: inline-block;
  margin-bottom: 35px;
  text-align: left;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #cookie-notice .cookie-notice-container .inner .thethird {
    text-align: left;
    font-size: 0.85rem;
    font-family: Yu Gothic, Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 900px) {
  #cookie-notice .cookie-notice-container .inner .thesecond {
    font-size: 1.05rem;
  }
}
#cookie-notice .cookie-notice-container .inner .thethird a {
  color: #FFF;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25em;
}

#cookie-notice .cookie-notice-container .inner .thethird a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#cookie-notice, #cookie-notice * {
  box-sizing: border-box;
}

.cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

#cookie-notice, #cookie-notice * {
  box-sizing: border-box;
}

.cn-close-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  outline: none;
  cursor: pointer;
  opacity: 1;
  margin-top: 0;
}

.cn-close-icon:hover {
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  background-color: #d6001d;
}

.cn-close-icon:before {
  position: absolute;
  content: " ";
  height: 30px;
  width: 2px;
  top: 8px;
  right: 23px;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
  background-color: #FFFFFF;
}

.cn-close-icon:after {
  position: absolute;
  content: " ";
  height: 30px;
  width: 2px;
  top: 8px;
  right: 23px;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  background-color: #FFFFFF;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  width: 170px;
  padding: 1.2rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  background-color: #FFFFFF !important;
  color: #333;
  display: block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}

.cookie-notice-container #cn-notice-buttons {
  display: inline-block;
}

#cookie-notice .cn-button:hover {
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  background-color: #d6001d !important;
  color: #fff;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */