@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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 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;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

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

/* 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 {
  /* 2 */
  border: 0;
  border-top: 1px solid;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  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;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * 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] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

/**
 * 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 {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 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 {
  padding: 0;
  vertical-align: top;
}

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

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

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

:root {
  --blue: #0086cd;
  --bg-lightblue: #00b4e0;
  --bg-darkblue: #077ec4;
  --yellow: #ffff00;
  --xl: 3rem;
  --lg: 2rem;
  --md: 1.6rem;
  --sm: 1.4rem;
  --ss: 1.2rem;
  --title-lg: 4.6rem;
  --title-md: 4rem;
  --title-sm: 2.8rem;
  --index-header: 100;
  --index-modal: 200;
  --index-animation: 1000;
}
@media screen and (max-width: 768px) {
  :root {
    --xl: 2.7rem;
    --lg: 1.8rem;
    --md: 2.4rem;
    --sm: 1.2rem;
    --ss: 1.1rem;
    --title-lg: 3.2rem;
    --title-md: 4.3rem;
    --title-sm: 2.45rem;
  }
}
@media screen and (max-width: 400px) {
  :root {
    --xl: 2.4rem;
    --lg: 1.6rem;
    --md: 1.2rem;
    --sm: 1.1rem;
    --ss: 1rem;
    --title-lg: 2.4rem;
    --title-md: 2.6rem;
    --title-sm: 2.2rem;
  }
}

/*----------------------
  ベースのスタイル
-----------------------*/
html {
  font-size: 0.7358351729vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1360px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #333;
  font-size: 1.4rem;
}

body.fixed {
  margin-top: 90px;
}

@media screen and (max-width: 1279px) {
  body.fixed {
    margin-top: 60px;
  }
}
img {
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  width: 100%;
}

.contentsInner {
  margin: 0 auto;
  max-width: 99rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contentsInner {
    max-width: 69rem;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 400px) {
  .contentsInner {
    padding: 0 1rem;
  }
}

.contentsInner--sm {
  max-width: 60rem;
}
@media screen and (max-width: 768px) {
  .contentsInner--sm {
    max-width: 68rem;
  }
}

.titleBorder--yellow {
  -webkit-text-decoration: underline 8px solid var(--yellow);
  text-decoration: underline 8px solid var(--yellow);
}
@media screen and (max-width: 768px) {
  .titleBorder--yellow {
    -webkit-text-decoration: underline 6px solid var(--yellow);
    text-decoration: underline 6px solid var(--yellow);
  }
}
@media screen and (max-width: 400px) {
  .titleBorder--yellow {
    -webkit-text-decoration: underline 4px solid var(--yellow);
    text-decoration: underline 4px solid var(--yellow);
  }
}

@media screen and (min-width: 769px) {
  .br--sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br--pc {
    display: none;
  }
}

#pagetop {
  -moz-opacity: 0.2;
  bottom: 30px;
  filter: alpha(opacity=20);
  height: 60px;
  margin: 0 70px 0 0;
  opacity: 0.2;
  position: fixed;
  right: 0;
  z-index: 101;
}

.header {
  background: #fff;
  width: 100%;
  /*-- ハンバーガーメニュー -------*/
  /* ナビ開いてる時に矢印にする */
  /* ナビメニュー内 */
  /* ボタン押してactiveクラスを付いたら表示する */
}
.header.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
}
.header__inner {
  padding: 0 13.4rem 1.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0;
    padding-left: 3rem;
    padding-right: 0.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .header__inner {
    padding: 0 0.6rem;
  }
}
.header__contents {
  align-items: flex-end;
  display: flex;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .header__contents {
    align-items: center;
    height: 9rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .header__contents {
    height: 6rem;
  }
}
.header__title {
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__title {
    align-items: center;
  }
}
.header__logo {
  margin-right: 1.3rem;
  max-width: 19.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 15rem;
  }
}
@media screen and (max-width: 400px) {
  .header__logo {
    margin-right: 1rem;
    max-width: 8rem;
  }
}
.header__concept {
  font-size: 2rem;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .header__concept {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .header__concept {
    font-size: 1.1rem;
  }
}
.header__productName {
  color: var(--blue);
  font-weight: bold;
  padding-left: 1rem;
}
.header__info {
  font-size: var(--sm);
  line-height: 1.5;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .header__info {
    display: none;
  }
}
.header__infoName {
  border-top: 1px solid #000;
  text-align: center;
}
.header__infoContact {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  display: flex;
}
.header__infoGuide {
  border-right: 1px solid #000;
  padding: 0 1rem;
}
.header__infoNum {
  padding: 0 1rem;
}
.header__nav {
  font-size: var(--md);
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__navList {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header__navItem {
  align-items: center;
  display: flex;
}
.header__navItem:last-child {
  margin-right: 0;
}
.header__navItem::after {
  background: #000;
  content: "";
  display: inline-block;
  height: 1.7rem;
  margin: 0 1.2rem;
  width: 1px;
}
.header__navItem:last-child::after {
  display: none;
}
.header__hamburger {
  border: 1px solid #000;
  cursor: pointer;
  display: block;
  height: 9rem;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  text-align: center;
  width: 9rem;
  z-index: 21;
}
@media screen and (min-width: 769px) {
  .header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .header__hamburger {
    border: none;
    height: 4rem;
    width: 4rem;
  }
}
.header__hamburger span {
  background: #000;
  display: block;
  height: 0.4rem;
  left: 2rem;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 5rem;
}
@media screen and (max-width: 400px) {
  .header__hamburger span {
    height: 0.2rem;
    left: 0.5rem;
    width: 3rem;
  }
}
.header__hamburger span:nth-child(1) {
  top: 2.8rem;
}
@media screen and (max-width: 400px) {
  .header__hamburger span:nth-child(1) {
    top: 0.9rem;
  }
}
.header__hamburger span:nth-child(2) {
  top: 4.3rem;
}
@media screen and (max-width: 400px) {
  .header__hamburger span:nth-child(2) {
    top: 1.9rem;
  }
}
.header__hamburger span:nth-child(3) {
  top: 5.8rem;
}
@media screen and (max-width: 400px) {
  .header__hamburger span:nth-child(3) {
    top: 2.9rem;
  }
}
.header__hamburger.active span:nth-child(1), .header__hamburger.active span:nth-child(3) {
  width: 20px;
}
.header__hamburger.active span {
  background: #fff;
}
.header__hamburger.active span:nth-child(1) {
  transform: translate(-2px, 6px) rotate(-45deg);
}
.header__hamburger.active span:nth-child(3) {
  transform: translate(-2px, -6px) rotate(45deg);
}
.header .header-globalMenuSp {
  -webkit-overflow-scrolling: touch;
  background: #333;
  color: #fff;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding-top: 80px;
  position: fixed;
  text-align: center;
  top: 0;
  transform: translateX(100%);
  transition: all 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 20;
}
.header .header-globalMenuSp ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.header .header-globalMenuSp__link {
  list-style-type: none;
  padding: 0;
  width: 50%;
}
.header .header-globalMenuSp ul::after {
  /*  */
  content: "";
  display: block;
  width: 50%;
}
.header .header-globalMenuSp__link:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.header .header-globalMenuSp__link a {
  color: #fff;
  display: block;
  padding: 1.4em 0;
  text-decoration: none;
}
.header .header-globalMenuSp__tel {
  background: #fff;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin: 20px auto 0;
  margin-top: 20px;
  max-width: 280px;
  padding: 6px;
  width: 100%;
}
.header .header-globalMenuSp__tel a {
  border: 3px solid var(--blue);
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1.1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 6px 20px;
  width: 100%;
}
.header .header-globalMenuSp__tel span {
  text-decoration: underline;
}
.header .header-globalMenuSp.active {
  transform: translateX(0%);
  visibility: visible;
}

.mainView {
  position: relative;
}
.mainView__videoWrap {
  background: var(--blue);
  height: 103rem;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mainView__videoWrap {
    height: 57.5rem;
  }
}
@media screen and (max-width: 400px) {
  .mainView__videoWrap {
    height: 90vh;
  }
}
.mainView__videoWrap::before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 0 25.4rem 100vw;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
@media screen and (max-width: 768px) {
  .mainView__videoWrap::before {
    border-width: 0 0 14rem 100vw;
  }
}
@media screen and (max-width: 400px) {
  .mainView__videoWrap::before {
    border-width: 0 0 6rem 100vw;
  }
}
.mainView__video {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.mainView__title {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 15px #666;
  top: 24rem;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainView__title {
    top: 25%;
  }
}
.mainView__text {
  font-size: var(--title-lg);
  line-height: 1.6;
  text-align: center;
}
.mainView__logo {
  margin: 4.4rem auto 0;
  max-width: 41.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainView__logo {
    margin-top: 3.4rem;
    max-width: 24rem;
  }
}

.feature {
  margin-top: -10rem;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .feature {
    margin-top: -6.2rem;
  }
}
@media screen and (max-width: 400px) {
  .feature {
    margin-top: -2rem;
  }
}
.feature__title {
  max-width: 54.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature__title {
    margin: 0 auto;
    max-width: 56rem;
  }
}
@media screen and (max-width: 400px) {
  .feature__title {
    max-width: none;
  }
}
.feature__item {
  margin-top: 8.5rem;
  position: relative;
}
.feature__item:first-child {
  margin-top: 0;
}
.feature__tag {
  background: var(--blue);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 8rem;
  margin-top: 0.8rem;
  max-width: 11.5rem;
  padding: 0.6rem 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature__tag {
    font-size: 1.4rem;
    margin-left: 0;
  }
}
.feature__subTitle {
  font-size: var(--title-md);
  font-weight: bold;
  line-height: 1.45;
  margin-left: 8rem;
  margin-right: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .feature__subTitle {
    color: var(--blue);
    font-size: 4.1rem;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .feature__subTitle {
    font-size: 2.4rem;
  }
}
.feature__mediaWrap {
  background: #fff;
  border: 1px solid var(--blue);
  max-width: 40rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature__mediaWrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    max-width: none;
    position: static;
  }
}
.feature__item:first-child .feature__mediaWrap {
  top: 2.6rem;
}
.feature__media {
  width: 100%;
}
.feature__imgWrap {
  max-width: 45rem;
}
.feature__text {
  border: 1px solid var(--blue);
  font-size: var(--md);
  line-height: 1.85;
  margin-right: 28rem;
  margin-top: 1.4rem;
  padding: 3.8rem 17rem 3.8rem 8rem;
}
@media screen and (max-width: 768px) {
  .feature__text {
    border: none;
    font-size: 2.3rem;
    margin-right: 0;
    margin-top: 3.4rem;
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .feature__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .feature__item:nth-child(2n) .feature__tag {
    margin-left: 40rem;
  }
  .feature__item:nth-child(2n) .feature__subTitle {
    margin-left: 40rem;
    margin-right: 10rem;
    text-align: right;
  }
  .feature__item:nth-child(2n) .feature__text {
    margin-left: 22rem;
    margin-right: 6rem;
    padding-left: 17rem;
    padding-right: 8rem;
  }
  .feature__item:nth-child(2n) .feature__mediaWrap {
    left: 0;
    max-width: 34rem;
  }
}

.custom {
  padding-bottom: 7rem;
}
.custom__gallery {
  background: linear-gradient(to bottom, #00b4e0, #077ec4);
  color: #fff;
  padding-bottom: 9.3rem;
}
.custom__title {
  font-weight: bold;
  padding-top: 6.7rem;
  text-align: center;
}
.custom__titleText--one {
  display: inline-block;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .custom__titleText--one {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 400px) {
  .custom__titleText--one {
    font-size: 2.4rem;
  }
}
.custom__titleText--two {
  display: inline-block;
  font-size: 5.1rem;
  padding-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .custom__titleText--two {
    font-size: 4.8rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 400px) {
  .custom__titleText--two {
    font-size: 2.3rem;
    padding-top: 2rem;
  }
}
.custom__titleText--three {
  display: inline-block;
  font-size: 4rem;
  padding-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .custom__titleText--three {
    font-size: 3.8rem;
    padding-top: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .custom__titleText--three {
    font-size: 2.1rem;
    padding-top: 1.2rem;
  }
}
.custom__explanationWrap {
  margin-right: -13rem;
  margin-top: 4rem;
  padding-bottom: 6rem;
  padding-right: 54rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .custom__explanationWrap {
    margin-right: 0;
    padding-right: 0;
  }
}
.custom__explanationText {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 400px) {
  .custom__explanationText {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .custom__explanationText {
    font-size: 1.4rem;
  }
}
.custom__cautionMark {
  font-size: var(--ss);
  vertical-align: top;
}
.custom__explanationImg {
  bottom: 0;
  max-width: 62.2rem;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .custom__explanationImg {
    margin: 0 auto;
    position: static;
  }
}
.custom__boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.custom__box {
  border: 1px solid #fff;
  margin-right: 2rem;
  padding-bottom: calc(25% - 2rem);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .custom__box {
    margin-right: 0.8rem;
    padding-bottom: calc(25% - 0.8rem);
  }
}
.custom__box:last-child {
  margin-right: 0;
}
.custom__boxContents {
  font-size: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 400px) {
  .custom__boxContents {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.custom__caution {
  margin-top: 2rem;
}
.custom__photoList {
  -ms-grid-columns: 1fr 0.9rem 1fr 0.9rem 1fr;
  -moz-column-gap: 0.9rem;
  column-gap: 0.9rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin-top: 0.7rem;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .custom__photoList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.spec__title {
  color: var(--blue);
  font-size: 4rem;
  font-weight: bold;
  margin-top: 7.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .spec__title {
    font-size: 3.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 400px) {
  .spec__title {
    font-size: 2.4rem;
  }
}
.spec__sampleInner {
  margin: 0 auto;
  max-width: 60rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .spec__sampleInner {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 400px) {
  .spec__sampleInner {
    padding: 0 2rem;
  }
}
.spec__label {
  border: 1px solid var(--blue);
  font-size: 3.8rem;
  margin-top: 6rem;
  padding: 1.4rem 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .spec__label {
    color: var(--blue);
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 400px) {
  .spec__label {
    font-size: 2.4rem;
  }
}
.spec__item {
  margin-top: 7rem;
}
.spec__itemName {
  align-items: center;
  display: flex;
  margin-top: 6.8rem;
}
@media screen and (max-width: 768px) {
  .spec__itemName {
    justify-content: center;
  }
}
.spec__itemLogo {
  margin-right: 2.6rem;
  max-width: 26.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .spec__itemLogo {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .spec__itemLogo {
    margin-right: 1.4rem;
    max-width: 14rem;
  }
}
.spec__name {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .spec__name {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 400px) {
  .spec__name {
    font-size: 2.4rem;
  }
}
.spec__sizeWrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2.8rem;
}
.spec__inside {
  font-size: 1.9rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .spec__inside {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .spec__inside {
    font-size: 1.4rem;
  }
}
.spec__thickness {
  border: 1px solid #000;
  border-radius: 4rem;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.8rem 2rem;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .spec__thickness {
    font-size: 1.4rem;
    padding: 0.4rem 1rem;
  }
}
.spec__mediaWrap {
  border: 1px solid #000;
  height: 0;
  margin-top: 1rem;
  padding-bottom: 59%;
  position: relative;
  width: 100%;
}
.spec__media {
  -o-object-fit: fill;
  height: 100%;
  left: 0;
  object-fit: fill;
  position: absolute;
  top: 0;
  width: calc(100% - 1px);
}
.spec__productWrap {
  margin: 5.4rem auto 0;
  max-width: 76rem;
}
@media screen and (max-width: 768px) {
  .spec__productWrap {
    margin-top: 7.2rem;
    max-width: 68rem;
    padding: 0 3rem;
  }
}
.spec__productBox {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .spec__productBox {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.spec__productTitle {
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: 2rem;
}
.spec__productItem {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .spec__productItem {
    display: block;
    font-size: 2rem;
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 400px) {
  .spec__productItem {
    font-size: 1.4rem;
  }
}
.spec__productTag {
  border: 1px solid #000;
  margin-right: 0.8rem;
  max-width: 9.5rem;
  padding: 0.3rem 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .spec__productTag {
    max-width: 13rem;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 400px) {
  .spec__productTag {
    max-width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .spec__productText {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .spec__productText {
    font-size: 1.4rem;
  }
}
.spec__caution {
  font-size: 1.1rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .spec__caution {
    font-size: 1.4rem;
    margin-top: 2.2rem;
    max-width: 68rem;
  }
}

.faq__titleWrap {
  background: linear-gradient(to bottom, #00b4e0, #077ec4);
}
.faq__titleContents {
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  max-width: 52rem;
  padding-bottom: 5.4rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .faq__titleContents {
    padding: 0 1rem 3rem;
  }
}
.faq__title {
  border-bottom: 8px solid var(--yellow);
  display: inline-block;
  font-size: 4.6rem;
  padding-top: 5.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .faq__title {
    border-bottom: 6px solid var(--yellow);
  }
}
@media screen and (max-width: 400px) {
  .faq__title {
    border-bottom: 4px solid var(--yellow);
    font-size: 2.8rem;
    padding-top: 3rem;
  }
}
.faq__subTitle {
  font-size: 4rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 400px) {
  .faq__subTitle {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .faq__list {
    max-width: 75rem;
  }
}
.faq__item {
  border: 1px solid #000;
  border-radius: 1rem;
  margin-top: 2.9rem;
}
@media screen and (max-width: 768px) {
  .faq__item {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .faq__item {
    margin-top: 2rem;
  }
}
.faq__item:first-child {
  margin-top: 4.1rem;
}
.faq__question {
  background: #d7e1f2;
  border-bottom: 1px solid #000;
  border-radius: 1rem 1rem 0 0;
  font-size: 2.4rem;
  padding: 1.2rem 2.3rem;
}
@media screen and (max-width: 768px) {
  .faq__question {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 400px) {
  .faq__question {
    font-size: 1.6rem;
  }
}
.faq__answer {
  font-size: 1.6rem;
  line-height: 1.8;
  min-height: 8rem;
  padding: 1.4rem 2.3rem;
}
@media screen and (max-width: 768px) {
  .faq__answer {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 400px) {
  .faq__answer {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .contact__inner {
    max-width: 75rem;
  }
}
.contact__logo {
  margin: 0 auto;
  margin-top: 9.1rem;
  max-width: 41.4rem;
}
@media screen and (max-width: 768px) {
  .contact__logo {
    max-width: 30rem;
  }
}
@media screen and (max-width: 400px) {
  .contact__logo {
    max-width: 20rem;
  }
}
.contact__title {
  color: var(--blue);
  font-size: var(--title-md);
  font-weight: bold;
  margin-top: 5rem;
  text-align: center;
}
.contact__subTitle {
  color: var(--blue);
  font-size: var(--title-sm);
  font-weight: 600;
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__subTitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 400px) {
  .contact__subTitle {
    font-weight: normal;
  }
}
.contact__radioWrap {
  display: flex;
  justify-content: center;
  margin-top: 4.6rem;
}
.contact__radioLabel {
  align-items: center;
  display: flex;
  font-size: 3rem;
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .contact__radioLabel {
    font-size: 2.4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 400px) {
  .contact__radioLabel {
    font-size: 1.6rem;
    margin-right: 2rem;
  }
}
.contact__radioLabel:last-child {
  margin-right: 0;
}
.contact__radioInput {
  height: 2.2rem;
  width: 2.2rem;
}
@media screen and (max-width: 400px) {
  .contact__radioInput {
    height: 1.4rem;
    width: 1.4rem;
  }
}
.contact__textLabel {
  display: block;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .contact__textLabel {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .contact__textLabel {
    margin-top: 1.6rem;
  }
}
.contact__textLabel:first-of-type {
  margin-top: 2.8rem;
}
.contact__required::after {
  color: #e80000;
  content: "※";
  display: inline-block;
  font-size: 1.1rem;
  vertical-align: top;
}
.contact__textInput {
  border: 1px solid #666;
  margin-top: 0.8rem;
  padding: 1.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__textInput {
    padding: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .contact__textInput {
    padding: 0.8rem;
  }
}
.contact__textInput::-moz-placeholder {
  color: #aaa;
}
.contact__textInput:-ms-input-placeholder {
  color: #aaa;
}
.contact__textInput::placeholder {
  color: #aaa;
}
.contact__nameWrap {
  display: flex;
}
.contact__nameItem--one {
  margin-right: 0.6rem;
}
.contact__textarea {
  min-height: 30rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__textarea {
    min-height: 20rem;
  }
}
@media screen and (max-width: 400px) {
  .contact__textarea {
    min-height: 15rem;
  }
}
.contact__textarea::-moz-placeholder {
  position: absolute;
}
.contact__textarea:-ms-input-placeholder {
  position: absolute;
}
.contact__textarea::placeholder {
  position: absolute;
}
.contact__checkWrap {
  margin-top: 9px;
  text-align: center;
}
.contact__checkButton {
  background: var(--yellow);
  display: inline-block;
  font-size: 2.3rem;
  max-width: 31.4rem;
  padding: 2rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__checkButton {
    font-size: 1.8rem;
    max-width: 25rem;
  }
}
@media screen and (max-width: 400px) {
  .contact__checkButton {
    font-size: 1.4rem;
    max-width: 20rem;
  }
}

.footer__logo {
  margin: 10rem auto 0;
  max-width: 49rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 30rem;
  }
}
.footer__contents {
  background: url(../images/temp/ft_bk.jpg) center repeat-y;
  background: url(http://sakikawa.jp/images/temp/ft_bk.jpg) center repeat-y;
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}
.footer__title {
  border-bottom: solid 1px white;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .footer__title {
    font-size: 1.6rem;
  }
}
.footer__nav {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto 0;
  max-width: 60rem;
  width: 100%;
}
.footer__navList {
  align-items: start;
  display: flex;
  flex-direction: column;
}
.footer__navItem {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (max-width: 400px) {
  .footer__navItem {
    font-size: 1.1rem;
  }
}
.footer__navItem:last-child {
  margin-right: 0;
}
.footer__navLink:hover {
  text-decoration: underline;
}
.footer__info {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .footer__info {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
