@charset "UTF-8";
/*---------------------------------

foundation

---------------------------------*/
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  overflow-x: scroll;
  position: relative;
  overflow-x: hidden;
}

body.__is-navopen {
  position: fixed;
}

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

a[href*='tel:'] {
  pointer-events: all;
  cursor: pointer;
  text-decoration: underline;
  color: #303133;
}

@media (min-width: 600px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
    color: #303133;
  }
}

a {
  text-decoration: none;
  color: #5492cb;
}

a:hover {
  text-decoration: underline;
}

.footer__logoImg>a,
.header__logoImg>a,
.breadcrumb__home,
.gdpr__close,
.hBlog__link,
.hnavBtn__link,
.hVideo__link,
.itemImgs__thumb,
.itemList__box,
.pagetop__link,
.__pre-page .pagination__link,
.__next-page .pagination__link,
.searchBox__btn,
.snsnav__link {
  transition: all 0.2s ease-in-out;
}

.footer__logoImg>a:hover,
.header__logoImg>a:hover,
.breadcrumb__home:hover,
.gdpr__close:hover,
.hBlog__link:hover,
.hnavBtn__link:hover,
.hVideo__link:hover,
.itemImgs__thumb:hover,
.itemList__box:hover,
.pagetop__link:hover,
.__pre-page .pagination__link:hover,
.__next-page .pagination__link:hover,
.searchBox__btn:hover,
.snsnav__link:hover {
  opacity: 0.5;
  text-decoration: none;
}

.__pcimg {
  display: none;
}

@media (min-width: 960px) {
  .__pcimg {
    display: block;
  }
}

.__spimg {
  display: block;
}

@media (min-width: 960px) {
  .__spimg {
    display: none;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #303133;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*---------------------------------

layout

---------------------------------*/
.container {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .container {
    top: 0;
  }
}

.footer {
  margin-bottom: 140px;
}

@media (min-width: 960px) {
  .footer {
    margin-bottom: 0;
  }
}

.footer__inner {
  max-width: 1105px;
  margin: 0 auto;
  position: relative;
  padding: 43px 0 45px;
}

@media (min-width: 960px) {
  .footer__inner {
    padding: 67px 16px 50px;
  }
}

@media (min-width: 1105px0) {
  .footer__inner {
    padding: 67px 0 50px;
  }
}

.footer__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 960px) {
  .footer__info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
  }
}

.footer__logoImg {
  width: 212px;
  height: 32px;
  margin-bottom: 104px;
}

@media (min-width: 960px) {
  .footer__logoImg {
    margin-bottom: 0;
  }
}

.footer__logoImg>a {
  display: block;
}

.footer__address {
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 960px) {
  .footer__address {
    text-align: left;
    margin-bottom: 0;
  }
}

.footer__copyright {
  font-size: 1.1rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 22px;
}

@media (min-width: 960px) {
  .footer__copyright {
    font-size: 1.4rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
  background: white;
  box-shadow: 0px 3px 6px rgba(48, 49, 51, 0.16);
  z-index: 100;
  width: 100%;
}


@media (min-width: 1280px) {
  .header {
    background: rgba(255, 255, 255, 0.9);
    margin: 19px auto 0;
    border-radius: 10px;
    width: calc(100% - 36px);
    max-width: 1330px;
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
  }

  .header.on {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}

.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  height: 60px;
}

@media (min-width: 1280px) {
  .header__inner {
    margin: 0 auto;
    padding: 0 0 0 32px;
    height: 115px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logoImg {
  width: 141px;
  height: 21px;
}

@media (min-width: 1280px) {
  .header__logoImg {
    width: 212px;
    height: 32px;
  }
}

.header__anniversary {
  margin-left: 4px;
  width: 98px;
}

@media (min-width: 1280px) {
  .header__anniversary {
    margin-left: 22px;
    width: 117px;
  }
}

.hnavArea__l01 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

/*---------------------------------

object

---------------------------------*/
/*
component
---------------------------------*/
.br.__pcHide {
  display: inline;
}

@media (min-width: 1280px) {
  .br.__pcHide {
    display: none;
  }
}

.br.__spHide {
  display: none;
}

@media (min-width: 600px) {
  .br.__spHide {
    display: inline;
  }
}

.br.__tboverHide {
  display: inline;
}

@media (min-width: 960px) {
  .br.__tboverHide {
    display: none;
  }
}

.br.__tb00overHide {
  display: inline;
}

@media (min-width: 768px) {
  .br.__tb00overHide {
    display: none;
  }
}

.br.__tbHide {
  display: none;
}

@media (min-width: 960px) {
  .br.__tbHide {
    display: inline;
  }
}

.br.__spoverHide {
  display: inline;
}

@media (min-width: 600px) {
  .br.__spoverHide {
    display: none;
  }
}

.br.__tboverHide {
  display: inline;
}

@media (min-width: 960px) {
  .br.__tboverHide {
    display: none;
  }
}

.__line.btn::after {
  content: '';
  width: 7px;
  height: 14px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 960px) {
  .__line.btn::after {
    right: 26px;
    -webkit-transform: translateY(-50%, -50%);
    transform: translateY(-50%, -50%);
  }
}

.__line.btn>.btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  height: 40px;
  font-size: 1.6rem;
  text-indent: -9999em;
  width: 40px;
  outline: none;
}

@media (min-width: 960px) {
  .__line.btn>.btn__link {
    text-indent: 0;
    width: 230px;
  }
}

.__line.btn.__white::after {
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.91" height="14.406" viewBox="0 0 7.91 14.406"><path d="M804.664,2168.477l6.849,6.849-6.849,6.849" transform="translate(-804.311 -2168.124)" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1"/></svg>');
}

.__hover .__line.btn.__white>.btn__link {
  background-color: #fff;
  color: #303133;
}

.__hover .__line.btn.__white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.91" height="14.406" viewBox="0 0 7.91 14.406"><path d="M804.664,2168.477l6.849,6.849-6.849,6.849" transform="translate(-804.311 -2168.124)" fill="none" stroke="%23303133" stroke-miterlimit="10" stroke-width="1"/></svg>');
}

.__line.btn.__white>.btn__link {
  border-color: #fff;
  color: #fff;
  /*
          &:hover {
            background-color: $color-white;
            color: $color-txt;
            text-decoration: none;
          }*/
}

.hSpecials__special01Info:hover .__line.btn.__white::after,
.hSpecials__special02Info:hover .__line.btn.__white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.91" height="14.406" viewBox="0 0 7.91 14.406"><path d="M804.664,2168.477l6.849,6.849-6.849,6.849" transform="translate(-804.311 -2168.124)" fill="none" stroke="%23303133" stroke-miterlimit="10" stroke-width="1"/></svg>');
}

.hSpecials__special01Info:hover .__line.btn.__white>.btn__link,
.hSpecials__special02Info:hover .__line.btn.__white>.btn__link {
  background-color: #fff;
  color: #303133;
}

.__green.btn.__input>.btn__link:hover {
  text-decoration: none;
  background: linear-gradient(29.85deg, #5492cb 0%, #193a58 100%);
}

.__green.btn>.btn__link {
  text-decoration: none;
  display: flex;
  border-radius: 50px;
  font-size: 1.6rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 54px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  background: linear-gradient(-36.27deg, #5492cb 0%, #69c988 100%);
  outline: none;
  position: relative;
  z-index: 1;
  width: 100%;
}

.__send_btn {
  text-align: center;
}

.__send_btn.btn>.btn__link {
  display: inline-block;
  margin: 6px;
}

@media (min-width: 960px) {
  .__green.btn>.btn__link {
    max-width: 230px;
    height: 40px;
  }
}

.__green.btn>.btn__link:hover {
  text-decoration: none;
  color: #5492cb;
  box-shadow: 0 5px 20px rgba(87, 153, 195, .5);
}

.__green.btn>.btn__link:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.__green.btn>.btn__link::after {
  content: '';
  width: 7px;
  height: 14px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.91" height="14.406" viewBox="0 0 7.91 14.406"><path d="M804.664,2168.477l6.849,6.849-6.849,6.849" transform="translate(-804.311 -2168.124)" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1"/></svg>');
}

.__green.btn>.btn__link:hover:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.91" height="14.406" viewBox="0 0 7.91 14.406"><path d="M804.664,2168.477l6.849,6.849-6.849,6.849" transform="translate(-804.311 -2168.124)" fill="none" stroke="%235492cb" stroke-miterlimit="10" stroke-width="1"/></svg>');
}

.backnote {
  color: #ed6b00;
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
}

@media (min-width: 960px) {
  .__green.btn>.btn__link::after {
    -webkit-transform: translateY(-50%, -50%);
    transform: translateY(-50%, -50%);
  }
}

.__green.btn>.btn__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
  transition: all .3s cubic-bezier(.19, 1, .22, 1);
  z-index: -1;
}

.__green.btn.__l02>.btn__link {
  max-width: 424px;
  height: 97px;
  text-align: center;
  border-radius: 27px;
}

@media (min-width: 600px) {
  .__green.btn.__l02>.btn__link {
    border-radius: 50px;
    height: 54px;
    text-align: left;
  }
}

.__green.btn.__noarrow .btn__link::after {
  display: none;
}

.__green.btn.__download .btn__link {
  max-width: 100%;
  height: 28px;
  font-size: 1.2rem;
  font-weight: 400;
}

@media (min-width: 600px) {
  .__green.btn.__download .btn__link {
    font-size: 1.6rem;
    height: 34px;
  }
}

.__green.btn.__download .btn__link::after {
  background-image: url("../../assets/img/common/icon-download-white.svg");
  width: 17px;
  height: 17px;
}

.__green.btn.__download .btn__link:hover:after {
  background-image: url("../../assets/img/common/icon-download.svg");
}

.__green.btn.__noarrow .btn__link::after {
  display: none;
}

.__blue.btn {
  margin-bottom: 11px;
}

.__blue.btn>.btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background-color: #5492cb;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  line-height: 34px;
  height: 34px;
}

.__blue.btn>.btn__link:hover {
  border: 1px solid #5492cb;
  background-color: #fff;
  color: #5492cb;
  text-decoration: none;
}

.__red.btn>.btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  background-color: #4d1b3e;
  color: #fff;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  line-height: 58px;
  height: 58px;
  border: 3px solid transparent;
  position: relative;
}

@media (min-width: 768px) {
  .__red.btn>.btn__link::after {
    content: '';
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.431%22%20height%3D%2218.431%22%3E%3Cpath%20d%3D%22M17.931%2012.121v3.874a1.937%201.937%200%2001-1.937%201.937H2.437A1.937%201.937%200%2001.5%2015.995v-3.874m3.874-4.842l4.842%204.842%204.842-4.842m-4.842%204.842V.5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    margin-bottom: -2px;
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
  }

  .__red.btn>.btn__link:hover {
    background-color: #fff;
    color: #4d1b3e;
    text-decoration: none;
    border: 3px solid #4d1b3e;
  }

  .__red.btn>.btn__link:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.431%22%20height%3D%2218.431%22%3E%3Cpath%20d%3D%22M17.931%2012.121v3.874a1.937%201.937%200%2001-1.937%201.937H2.437A1.937%201.937%200%2001.5%2015.995v-3.874m3.874-4.842l4.842%204.842%204.842-4.842m-4.842%204.842V.5%22%20fill%3D%22none%22%20stroke%3D%22%234d1b3e%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  }
}

.__white.__blueline.btn>.btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #5492cb;
  transition: all 0.2s ease-in-out;
  line-height: 34px;
  height: 34px;
}

.__white.__blueline.btn>.btn__link:hover {
  border: 1px solid transparent;
  background-color: #5492cb;
  color: #fff;
  text-decoration: none;
}

.btn.__dl,
.btn.__contact {
  width: calc(100% - 32px);
}

@media (min-width: 960px) {

  .btn.__dl,
  .btn.__contact {
    width: 100%;
    max-width: 480px;
  }
}

.btn.__dl>.btn__link,
.btn.__contact>.btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  border-radius: 27px;
  position: relative;
  height: 100px;
  border: 3px solid transparent;
  transition: all 0.2s ease-in-out;
  font-size: 1.6rem;
}

@media (min-width: 960px) {

  .btn.__dl>.btn__link,
  .btn.__contact>.btn__link {
    font-size: 2rem;
    border-radius: 50px;
    height: 58px;
  }
}

.btn.__dl>.btn__link:hover,
.btn.__contact>.btn__link:hover {
  text-decoration: none;
  background-color: #fff;
}

.btn.__dl>.btn__link::before,
.btn.__dl>.btn__link::after,
.btn.__contact>.btn__link::before,
.btn.__contact>.btn__link::after {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn.__dl>.btn__link {
  background-color: #5492cb;
}

.btn.__dl>.btn__link::before {
  background-image: url("../../assets/img/common/icon-word.svg");
  width: 36px;
  height: 34px;
  left: 25px;
}

.btn.__dl>.btn__link::after {
  background-image: url("../../assets/img/common/icon-link.svg");
  width: 7px;
  height: 17px;
  right: 23px;
}

@media (min-width: 960px) {
  .btn.__dl>.btn__link::after {
    background-image: url("../../assets/img/common/icon-download-white.svg");
    width: 17px;
  }
}

.btn.__dl>.btn__link:hover {
  border: 3px solid #5492cb;
  color: #5492cb;
}

.btn.__dl>.btn__link:hover::before {
  background-image: url("../../assets/img/common/icon-word-blue.svg");
}

.btn.__dl>.btn__link:hover::after {
  background-image: url("../../assets/img/common/icon-download.svg");
}

@media (min-width: 960px) {
  .btn.__dl>.btn__link:hover::after {
    background-image: url("../../assets/img/common/icon-link-blue.svg");
  }
}

.btn.__contact>.btn__link {
  background-color: #69c988;
  text-align: center;
}

@media (min-width: 960px) {
  .btn.__contact>.btn__link {
    text-align: left;
  }
}

.btn.__contact>.btn__link:hover {
  border: 3px solid #69c988;
  color: #69c988;
}

.btn.__contact>.btn__link:hover::after {
  background-image: url("../../assets/img/common/icon-link-green.svg");
}

.btn.__contact>.btn__link::before {
  display: none;
}

.btn.__contact>.btn__link::after {
  background-image: url("../../assets/img/common/icon-link.svg");
  width: 7px;
  height: 14px;
  right: 20px;
}

.btn.__blueSolid>.btn__link,
.btn.__greenSolid>.btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border: 3px solid transparent;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  line-height: 84px;
  height: 84px;
  position: relative;
}

.btn.__blueSolid>.btn__link:hover,
.btn.__greenSolid>.btn__link:hover {
  background-color: #fff;
  text-decoration: none;
}

.btn.__blueSolid>.btn__link:after,
.btn.__greenSolid>.btn__link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 7px;
  height: 14px;
  background-image: url("../../assets/img/common/icon-link-white.svg");
}

.btn.__blueSolid>.btn__link {
  background-color: #5492cb;
}

.btn.__blueSolid>.btn__link:hover {
  border: 3px solid #5492cb;
  color: #5492cb;
}

.btn.__blueSolid>.btn__link:hover:after {
  background-image: url("../../assets/img/common/icon-link-blue.svg");
}

.btn.__greenSolid>.btn__link {
  background-color: #69c988;
}

.btn.__greenSolid>.btn__link:hover {
  border: 3px solid #69c988;
  color: #69c988;
}

.btn.__greenSolid>.btn__link:hover:after {
  background-image: url("../../assets/img/common/icon-link-green.svg");
}

.spacer {
  display: inline-block;
}

.spacer.__em2 {
  padding-left: 2.5em;
}

.spacer.__spHide {
  display: none;
}

@media (min-width: 600px) {
  .spacer.__spHide {
    display: inline;
  }
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
project
---------------------------------*/

.akaNav {
  margin: 0 auto 60px;
  overflow: hidden;
  height: 58px;
}

.manufacturer .akaNav {
  position: relative;
  z-index: 11;
}

.akaNav a.akaNav__link {
  text-decoration: none;
}

.akaNav__mask {
  height: 100px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.akaNav__items {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 720px;
  overflow: auto;
}

.akaNav__item {
  list-style: none;
  width: 58px;
  height: 58px;
  margin-right: 8px;
}

.akaNav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cdd6dd;
  color: #303133;
  font-size: 1.6rem;
  font-weight: 500;
  width: 58px;
  height: 58px;
  transition: all 0.2s linear;
}

.__active .akaNav__link {
  background-color: #264058;
  color: #fff;
}

.akaNav__link:hover {
  text-decoration: none;
  background-color: #264058;
  color: #fff;
}

.breadcrumb {
  padding: 0 15px;
  max-width: 1206px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) {
  .breadcrumb {
    margin: 0 auto 50px;
    display: block;
  }
}

@media (min-width: 1206px) {
  .breadcrumb {
    margin: 0 auto 50px;
    display: block;
    padding: 0;
  }
}

@media (min-width: 960px) {
  .product-detail .breadcrumb {
    margin: 0 auto 77px;
  }
}

.news-detail .breadcrumb,
.blog-detail .breadcrumb,
.video-detail .breadcrumb {
  margin: 0 auto 15px;
}

@media (min-width: 960px) {

  .news-detail .breadcrumb,
  .blog-detail .breadcrumb,
  .video-detail .breadcrumb {
    margin: 0 auto 15px;
  }
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb__item {
  list-style: none;
  display: flex;
}

.breadcrumb__item::before {
  content: '〉';
  margin: 0 8px 0 26px;
  display: inline-block;
  color: #707070;
}

@media (min-width: 960px) {
  .breadcrumb__item::before {
    margin: 0 8px 0 12px;
  }
}

.breadcrumb__item:first-child::before {
  display: none;
}

.breadcrumb__item:nth-child(2)::before {
  margin: 0 8px 0 12px;
}

.breadcrumb__item:nth-child(3) {
  width: 100%;
}

@media (min-width: 960px) {
  .breadcrumb__item:nth-child(3) {
    width: auto;
  }
}

.breadcrumb__link {
  color: #707070;
}

.breadcrumb__home {
  width: 14px;
  height: 16px;
  background-image: url("../../assets/img/common/icon-home.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin-top: 2px;
}

.breadcrumb__txtHome {
  display: block;
  text-indent: -9999em;
}

.breadcrumb__txt {
  display: block;
  color: #707070;
}

.catNav {
  margin: 0 auto 40px;
  max-width: 1206px;
  padding: 0;
}

.news .catNav {
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .news .catNav {
    margin: 0 auto 40px;
  }
}

@media (min-width: 600px) {
  .catNav {
    padding: 0 16px;
  }
}

@media (min-width: 1280px) {
  .catNav {
    padding: 0;
  }
}

.catNav__items {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  .catNav__items {
    flex-wrap: nowrap;
  }
}

.catNav__item {
  width: 20%;
  list-style: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (min-width: 600px) {
  .catNav__item {
    border: none;
  }
}

.catNav__item:nth-child(1) {
  background-color: #264058;
  width: 33.33%;
}

@media (min-width: 600px) {
  .catNav__item:nth-child(1) {
    width: 20%;
  }
}

/* .catNav__item:nth-child(1) .catNav__link:hover {
  border-color: #264058;
  color: #264058;
} */

.catNav__item:nth-child(2) {
  /*  background-color: #69c988; */
  width: 33.33%;
}

@media (min-width: 600px) {
  .catNav__item:nth-child(2) {
    width: 20%;
  }
}

.catNav__item:nth-child(2) .catNav__link:hover {
  /* border-color: #69c988; */
  /* color: #69c988; */
}

.catNav__item:nth-child(3) {
  background-color: #5492cb;
  width: 33.33%;
  border-right: none;
}

@media (min-width: 600px) {
  .catNav__item:nth-child(3) {
    width: 20%;
  }
}

.catNav__item:nth-child(3) .catNav__link:hover {
  /* border-color: #5492cb; */
  /* color: #5492cb; */
}

.catNav__item:nth-child(4) {
  background-color: #efa05f;
  width: 50%;
  border-bottom: none;
}

@media (min-width: 600px) {
  .catNav__item:nth-child(4) {
    width: 20%;
  }
}

.catNav__item:nth-child(4) .catNav__link:hover {
  /* border-color: #efa05f; */
  /* color: #efa05f; */
}

.catNav__item:nth-child(5) {
  background-color: #707070;
  width: 50%;
  border-bottom: none;
  border-right: none;
}

@media (min-width: 600px) {
  .catNav__item:nth-child(5) {
    width: 20%;
  }
}

.catNav__item:nth-child(5) .catNav__link:hover {
  /* border-color: #707070; */
  /* color: #707070; */
}

.catNav__link {
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 58px;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
}

.catNav__link:hover {
  border-width: 2px;
  border-style: solid;
  background-color: #fff !important;
  text-decoration: none;
}

.news .catNav__link {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .news .catNav__link {
    font-size: 1.6rem;
  }
}

.cautionCont {
  padding: 0 16px;
}

@media (min-width: 1206px) {
  .cautionCont {
    padding: 0;
    margin-left: 25px;
  }
}

.cautionCont__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (min-width: 1206px) {
  .cautionCont__item {
    margin-bottom: 50px;
  }
}

.cautionCont__item:last-child {
  margin-bottom: 0;
}

.cautionCont__item::before {
  content: '';
  display: block;
  width: 43px;
  min-width: 43px;
  height: 37px;
  margin-right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../../assets/img/common/icon-caution-blue.svg");
}

.cautionCont__title {
  font-size: 2rem;
  font-weight: 500;
  color: #5492cb;
}

.cautionCont__txt {
  font-size: 1.6rem;
}

.comCont {
  max-width: 1206px;
  padding: 85px 16px 0;
  margin: -85px auto 90px;
}

@media (min-width: 1206px) {
  .comCont {
    margin: -165px auto 160px;
    padding: 165px 0 0;
    display: flex;
  }
}

.comCont.__company-profile {
  margin: -85px auto 90px;
}

@media (min-width: 1206px) {
  .comCont.__company-profile {
    margin: -165px auto 144px;
  }
}

.comCont.__recruit {
  margin: -85px auto 85px;
}

@media (min-width: 768px) {
  .comCont.__recruit {
    margin: -165px auto 203px;
  }
}

.comCont.__overseas {
  margin-bottom: 20px;
}

@media (min-width: 375px) {
  .comCont.__overseas {
    padding: 85px 39px 0;
  }
}

@media (min-width: 768px) {
  .comCont.__overseas {
    padding: 165px 0 0;
    margin-bottom: 116px;
  }
}

.comCont a {
  text-decoration: underline;
}

.comCont a:hover {
  text-decoration: none;
}

.comCont a[href*='tel:'] {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .comCont a[href*='tel:'] {
    text-decoration: none;
  }
}

.comCont__titleArea {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 1206px) {
  .comCont__titleArea {
    width: 28.19%;
    margin-bottom: 0;
    text-align: left;
  }
}

.comCont__titleWrapper {
  text-align: center;
}

@media (min-width: 1206px) {
  .comCont__titleWrapper {
    text-align: left;
  }
}

.comCont__title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (min-width: 1206px) {
  .comCont__title {
    text-align: left;
    border-left: 4px solid #5492cb;
    padding-left: 18px;
    margin-bottom: 0;
  }
}

.comCont__title::after {
  content: '';
  display: block;
  width: 59px;
  height: 4px;
  background-color: #5492cb;
  margin: 20px auto 0;
}

@media (min-width: 1206px) {
  .comCont__title::after {
    display: none;
  }
}

.comCont__titleJp {
  display: block;
  margin-bottom: 18px;
  margin-top: 5px;
}

.comCont__titleEn {
  display: block;
  height: 15px;
  margin: 0 auto;
}

@media (min-width: 1206px) {
  .comCont__titleEn {
    margin: 0 0 6px;
  }
}

.comCont__titleEn img {
  vertical-align: top;
  height: 15px;
}

.__overseas .comCont__titleEn img.__pcimg,
.__domestic .comCont__titleEn img.__pcimg {
  display: none;
}

@media (min-width: 1206px) {

  .__overseas .comCont__titleEn img.__pcimg,
  .__domestic .comCont__titleEn img.__pcimg {
    display: block;
  }
}

.__overseas .comCont__titleEn img.__spimg,
.__domestic .comCont__titleEn img.__spimg {
  display: block;
}

@media (min-width: 1206px) {

  .__overseas .comCont__titleEn img.__spimg,
  .__domestic .comCont__titleEn img.__spimg {
    display: none;
  }
}

.__message .comCont__titleEn {
  width: 92px;
}

.__company-profile .comCont__titleEn {
  width: 189px;
}

.__access-map .comCont__titleEn {
  width: 126px;
}

.__history .comCont__titleEn {
  width: 83px;
}

.__recruit .comCont__titleEn {
  width: 83px;
}

.__overseas .comCont__titleEn {
  width: 176px;
  height: 44px;
}

.__overseas .comCont__titleEn img {
  height: 44px;
}

.__domestic .comCont__titleEn {
  width: 176px;
  height: 43px;
}

.__domestic .comCont__titleEn img {
  height: 43px;
}

.comCont__presidentImg {
  max-width: 260px;
  margin: 38px auto 16px;
}

@media (min-width: 1206px) {
  .comCont__presidentImg {
    margin: 70px 0 16px;
  }
}

.comCont__presidentCaption {
  font-size: 1.6rem;
  max-width: 260px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 1206px) {
  .comCont__presidentCaption {
    margin: 0;
  }
}

.comCont__contArea {
  width: 100%;
}

@media (min-width: 1206px) {
  .comCont__contArea {
    width: 62%;
  }
}

.comCont__subTitle {
  font-size: 2.4rem;
  font-size: 700;
  margin-bottom: 38px;
}

.comCont__txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 30px;
}

.comCont__txt:last-child {
  margin-bottom: 0;
}

.comCont__gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 58.6%;
  position: relative;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .comCont__gmap {
    padding-bottom: 41.62%;
    margin-bottom: 10px;
  }
}

.comCont__gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.comCont__gmaplink {
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 16px;
}

.comCont__acInfo {
  font-size: 1.6rem;
  margin-bottom: 37px;
}

.comCont__acInfo:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .comCont__acInfo {
    display: flex;
  }
}

.comCont__acInfoTitle {
  display: block;
  width: 100%;
  line-height: 2;
}

@media (min-width: 768px) {
  .comCont__acInfoTitle {
    width: 12.49%;
  }
}

.comCont__acInfoCont {
  display: block;
}

.comCont__acInfoContBox {
  margin-bottom: 30px;
}

.comCont__acInfoContBox:last-child {
  margin-bottom: 0;
}

.comCont__acInfoContTitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

.comCont__acInfoContTxt {
  line-height: 2;
}

.comCont__iso {
  width: 100%;
}

@media (min-width: 768px) {
  .comCont__iso {
    display: flex;
    justify-content: space-between;
  }
}

.comCont__isoTxtArea {
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .comCont__isoTxtArea {
    margin-bottom: 0;
  }
}

.comCont__isoTitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .comCont__isoTitle {
    margin-bottom: 36px;
  }
}

.comCont__isoimg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 768px) {
  .comCont__isoimg {
    width: 360px;
  }
}

.comCont__isoimg img {
  width: 47.38%;
  box-shadow: 3px 3px 10px #e4e9ed;
}

@media (min-width: 768px) {
  .comCont__isoimg img {
    max-width: 175px;
  }
}

.comCont__isoimg img {
  margin-bottom: 26px;
}

.comCont__notice {
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  line-height: 1.5;
}

.comCont__notice::before {
  content: '※';
  display: block;
}

.comCont__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.comCont__logos::after {
  content: '';
  display: block;
  height: 0;
  width: 139px;
}

@media (min-width: 600px) {
  .comCont__logos::after {
    width: 239px;
  }
}

.comCont__logo {
  margin-bottom: 70px;
  width: 139px;
  display: block;
}

.manufacturer .comCont__logo {
  text-decoration: none;
  color: #303133;
}

.manufacturer .comCont__logo:hover {
  text-decoration: underline;
}

.manufacturer .comCont__logo:hover .comCont__logoImg {
  transition: opacity 0.2s ease-in-out;
  opacity: 0.5;
}

@media (min-width: 600px) {
  .comCont__logo {
    width: 239px;
  }
}

.comCont__logoImg {
  margin-bottom: 20px;
}

.comCont__logoTxt {
  font-weight: 400;
  text-align: center;
  font-size: 1.6rem;
}

.comList {
  max-width: 720px;
  margin: 0 auto;
}

.comList__box {
  margin-top: -150px;
  padding-top: 150px;
  margin-bottom: 60px;
}

.manufacturer .comList__box {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 60px;
}

.comList__title {
  font-size: 2rem;
  color: #5492cb;
  margin-bottom: 10px;
}

.comList__items {
  border-top: 1px solid #cdd6dd;
}

.comList__item {
  font-size: 2rem;
  list-style: none;
  background-color: rgba(228, 233, 237, 0.5);
  border-bottom: 1px solid #cdd6dd;
}

.comList__item:nth-child(odd) {
  background-color: #fff;
}

.comList__txt {
  color: #303133;
  display: block;
  font-weight: 400;
  padding: 8px 16px;
}

a.comList__txt {
  text-decoration: none;
}

a.comList__txt:hover {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .cont03 {
    padding-bottom: 30px;
  }
}

.cont03__items {
  counter-reset: item;
  width: calc(100% - 16px);
  margin: 0 auto;
  position: relative;
}

@media (min-width: 960px) {
  .cont03__items {
    width: auto;
    display: flex;
    justify-content: center;
  }
}

.cont03__items::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #dde9f5;
  z-index: -1;
  width: 15px;
  height: 560px;
}

@media (min-width: 960px) {
  .cont03__items::after {
    width: 870px;
    height: 20px;
  }
}

.cont03__item {
  list-style: none;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  background-color: #5492cb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 86px 16px 40px;
  border-radius: 20px;
}

.cont03__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .cont03__item {
    margin-right: 56px;
    width: 365px;
    height: 365px;
    border-radius: 50%;
    padding: 30px;
  }
}

@media (min-width: 960px) {
  .cont03__item:last-child {
    margin-right: 0;
  }
}

.cont03__item::before {
  counter-increment: item;
  content: "0"counter(item);
  display: block;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 960px) {
  .cont03__item::before {
    top: 40px;
  }
}

.cont03__cont {
  font-weight: 700;
  color: #fff;
  font-size: 2.4rem;
}

.cont03__notice {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 35px;
  text-align: left;
  display: flex;
}

.cont03__notice::before {
  content: '※';
  display: block;
}

@media (min-width: 960px) {
  .cont03__notice {
    margin-top: 0;
    color: #303133;
    position: absolute;
    bottom: -76px;
  }
}

.contactCTA {
  margin: 0 16px 40px;
  border: 1px solid #707070;
  padding: 40px 0;
}

@media (min-width: 600px) {
  .contactCTA {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 55px;
    padding: 30px 0 15px;
  }
}

.contactCTA__tel,
.contactCTA__fax {
  text-align: center;
  width: 100%;
}

@media (min-width: 600px) {

  .contactCTA__tel,
  .contactCTA__fax {
    width: 50%;
  }
}

.contactCTA__tel {
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .contactCTA__tel {
    margin-bottom: 0;
  }
}

.contactCTA__txt {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 15px;
}

.contactCTA__telnum {
  width: 288px;
  height: 29px;
  display: block;
  margin: 0 auto 15px;
}

.contactCTA__faxnum {
  width: 291px;
  height: 29px;
  margin: 0 auto;
}

.discontinuedIntro {
  padding: 16px 0;
}

@media (min-width: 960px) {
  .discontinuedIntro {
    padding: 60px 0;
  }
}

.discontinuedIntro__txt {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.discontinuedTab {
  max-width: 1206px;
  margin: 0 auto 100px;
}

.discontinuedTab__tabWrapperTab {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.discontinuedTab__tabWrapperTab>thead th {
  text-align: center;
  font-weight: 700;
  padding: 10px;
  vertical-align: bottom;
}

@media (min-width: 600px) {
  .discontinuedTab__tabWrapperTab>thead th {
    padding: 16px;
  }
}

.discontinuedTab__tabWrapperTab>thead th:nth-child(1) {
  width: 30%;
}

@media (min-width: 600px) {
  .discontinuedTab__tabWrapperTab>thead th:nth-child(1) {
    width: 36.32%;
  }
}

.discontinuedTab__tabWrapperTab>thead th:nth-child(2) {
  width: 26.5%;
}

@media (min-width: 600px) {
  .discontinuedTab__tabWrapperTab>thead th:nth-child(2) {
    width: 18.49%;
  }
}

.discontinuedTab__tabWrapperTab>thead th:nth-child(3) {
  width: 43.5%;
}

@media (min-width: 600px) {
  .discontinuedTab__tabWrapperTab>thead th:nth-child(3) {
    width: 45.11%;
  }
}

.discontinuedTab__tabWrapper {
  padding: 85px 0 0;
  margin: -85px auto 0;
}

@media (min-width: 1206px) {
  .discontinuedTab__tabWrapper {
    margin: -165px auto 0;
    padding: 165px 0 0;
  }
}

.discontinuedTab__tab {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

@media (min-width: 600px) {
  .discontinuedTab__tab {
    font-size: 1.6rem;
  }
}

.discontinuedTab__tab>thead th {
  text-align: left;
  color: #fff;
  border-right: 1px solid #cdd6dd;
  border-bottom: 1px solid #cdd6dd;
  font-weight: 700;
  padding: 15px;
}

@media (min-width: 600px) {
  .discontinuedTab__tab>thead th {
    padding: 16px;
  }
}

.discontinuedTab__tab>thead th:nth-child(1) {
  width: 30%;
}

@media (min-width: 600px) {
  .discontinuedTab__tab>thead th:nth-child(1) {
    width: 36.32%;
  }
}

.discontinuedTab__tab>thead th:nth-child(2) {
  width: 26%;
}

@media (min-width: 600px) {
  .discontinuedTab__tab>thead th:nth-child(2) {
    width: 18.49%;
  }
}

.discontinuedTab__tab>thead th:nth-child(3) {
  width: 44%;
  border-right: none;
}

@media (min-width: 600px) {
  .discontinuedTab__tab>thead th:nth-child(3) {
    width: 45.11%;
  }
}

.discontinuedTab__tab>tbody td {
  padding: 11px;
  border-right: 1px solid #cdd6dd;
  border-bottom: 1px solid #cdd6dd;
}

@media (min-width: 600px) {
  .discontinuedTab__tab>tbody td {
    padding: 16px;
  }
}

.discontinuedTab__tab>tbody td:last-child {
  border-right: none;
}

.discontinuedTab__tab .discontinuedTab__th {
  background-color: #5492cb;
}

.dlList {
  width: 100%;
  margin: 0 auto 55px;
  padding: 0 16px;
}

@media (min-width: 1082px) {
  .dlList {
    padding: 0;
    margin: 0 auto 94px;
    max-width: 1082px;
  }
}

.dlList__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.dlList__box {
  background-color: #fff;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-bottom: 55px;
}

@media (min-width: 600px) {
  .dlList__box {
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }
}

@media (min-width: 1082px) {
  .dlList__box {
    width: 200px;
    margin-right: 94px;
    margin-bottom: 96px;
  }
}

.dlList__box:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 600px) {
  .dlList__box:nth-child(2n) {
    margin-right: 30px;
  }
}

@media (min-width: 1082px) {
  .dlList__box:nth-child(2n) {
    margin-right: 94px;
  }
}

@media (min-width: 600px) {
  .dlList__box:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1082px) {
  .dlList__box:nth-child(3n) {
    margin-right: 94px;
  }
}

@media (min-width: 1082px) {
  .dlList__box:nth-child(4n) {
    margin-right: 0;
  }
}

.dlList__boxInner {
  margin: 0 13px;
  box-shadow: 3px 3px 10px #e4e9ed;
}

@media (min-width: 1082px) {
  .dlList__boxInner {
    margin: 0;
  }
}

.dlList__img {
  padding-top: 141.71%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 10px #e4e9ed;
}

.dlList__title {
  color: #303133;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
  padding: 15px 0;
  flex-grow: 1;
}

.dlList__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.faq {
  margin-bottom: 80px;
}

.faq__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #4d1b3e;
  padding: 0 16px;
}

@media (min-width: 1206px) {
  .faq__title {
    padding: 0;
  }
}

.faq__q {
  background-color: rgba(228, 233, 237, 0.5);
  border-bottom: 1px solid #909399;
  font-size: 2rem;
  font-weight: 700;
  padding: 16px 20px;
  position: relative;
  cursor: pointer;
}

.faq__q::before,
.faq__q::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #303133;
  border-radius: 1px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: 50%;
  transition: all 0.2s ease-in-out;
}

.faq__q::before {
  opacity: 0;
  right: 31px;
  margin-top: -9px;
}

.__close .faq__q::before {
  opacity: 1;
  width: 4px;
  height: 18px;
}

.faq__q::after {
  right: 24px;
  width: 18px;
  height: 4px;
  margin-top: -2px;
}

.faq__a {
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
}

.flow {
  padding: 0 16px;
  margin-bottom: 50px;
}

@media (min-width: 1206px) {
  .flow {
    padding: 0;
  }
}

.flow__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 960px) {
  .flow__inner {
    flex-direction: row;
  }
}

.flow__inner .flow__items {
  width: 100%;
}

@media (min-width: 960px) {
  .flow__inner .flow__items {
    width: calc(33.33% - 80px / 3);
  }
}

.flow__inner .flow__items:first-child {
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 960px) {
  .flow__inner .flow__items:first-child {
    margin: 0 auto 0 0;
  }
}

.flow__inner .flow__items:first-child .flow__item {
  width: 100%;
}

.flow__inner .flow__items:first-child .flow__item:last-child {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .flow__inner .flow__items:first-child .flow__item {
    margin-bottom: 70px;
  }
}

@media (min-width: 960px) {
  .flow__inner .flow__items:first-child .flow__txt {
    height: calc(3em * 1.5625);
  }
}

.flow__inner .flow__items:last-child {
  width: 100%;
}

@media (min-width: 960px) {
  .flow__inner .flow__items:last-child {
    width: calc(66.66% - 13px);
    margin: 0 0 0 auto;
  }
}

.flow__inner .flow__items:last-child .flow__item {
  width: 100%;
}

@media (min-width: 960px) {
  .flow__inner .flow__items:last-child .flow__item {
    width: calc(50% - 20px);
  }
}

.flow__inner .flow__items:last-child .flow__item:nth-child(1),
.flow__inner .flow__items:last-child .flow__item:nth-child(2) {
  margin-bottom: 0;
  padding-bottom: 40px;
}

@media (min-width: 960px) {

  .flow__inner .flow__items:last-child .flow__item:nth-child(1),
  .flow__inner .flow__items:last-child .flow__item:nth-child(2) {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
}

.flow__title {
  font-size: 2rem;
  font-weight: 700;
  color: #4d1b3e;
  margin-bottom: 20px;
}

.flow__items {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 600px) {
  .flow__items {
    max-width: 623px;
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  .flow__items {
    max-width: 2000px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 960px) {
  .flow__items.__arrowDownZigzag::before {
    content: '';
    width: 320px;
    height: 54px;
    position: absolute;
    top: calc(50% + 7px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../../assets/img/common/arrow_down_zigzag.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.flow__items.__afterDummy {
  margin-bottom: 50px;
}

@media (min-width: 960px) {
  .flow__items.__afterDummy {
    margin-bottom: 35px;
  }

  .flow__items.__afterDummy::before {
    content: '';
    display: block;
    width: calc(33.33% - 80px / 3);
    height: 0;
    order: 1;
  }
}

.flow__item {
  list-style: none;
  position: relative;
  width: 100%;
}

.flow__item::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 960px) {
  .flow__item {
    width: calc(33.33% - 80px / 3);
  }
}

.flow__item.__caution {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .flow__item.__caution {
    margin-top: 0;
  }
}

@media (min-width: 960px) {
  .flow__item.__arrowDownLong::before {
    content: '';
    width: 25px;
    height: 54px;
    position: absolute;
    bottom: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../../assets/img/common/arrow_down_long.svg");
  }
}

.flow__item.__arrowDown {
  margin-bottom: 0;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  .flow__item.__arrowDown {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
}

@media (max-width: 960px) {
  .flow__item.__arrowDown::before {
    content: '';
    width: 32px;
    height: 17px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../../assets/img/common/arrow_down.svg");
  }
}

.flow__item.__andDown {
  padding-bottom: 60px;
}

@media (min-width: 960px) {
  .flow__item.__andDown {
    padding-bottom: 0;
  }
}

@media (max-width: 960px) {
  .flow__item.__andDown::before {
    content: 'and';
    font-size: 1.6rem;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
  }
}

@media (min-width: 960px) {

  .__arrowDownZigzag .flow__item:nth-child(3),
  .__arrowDownZigzag .flow__item:nth-child(4) {
    margin-bottom: 0;
  }
}

.flow__itemTitle {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.__caution .flow__itemTitle {
  color: #dd0112;
}

.flow__img {
  margin-bottom: 6px;
  position: relative;
}

.flow__img::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 960px) {
  .flow__img.__arrowRight::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background-image: url("../../assets/img/common/arrow-right.svg");
    width: 13px;
    height: 25px;
  }
}

@media (min-width: 960px) {
  .flow__img.__andRight::after {
    content: 'and';
    font-size: 1.6rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: -35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }
}

.flow__txt {
  font-size: 1.6rem;
  line-height: 1.5625;
}

.flow__txtBox {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #cdd6dd;
}

.__caution .flow__txtBox {
  background-color: rgba(65, 13, 13, 0.2);
}

@media (min-width: 960px) {
  .flow__txtBox::before {
    content: '';
    display: block;
    padding-top: 85.88%;
  }
}

.flow__txtBox .flow__txt {
  font-size: 1.4rem;
  padding: 16px 23px;
}

@media (min-width: 960px) {
  .flow__txtBox .flow__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.fnav {
  max-width: 1206px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}

@media (min-width: 960px) {
  .fnav {
    padding: 58px 16px 78px;
  }
}

.fnav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  position: relative;
  background-color: #264058;
}

.fnav__btn::after {
  content: '';
  width: 7px;
  height: 14px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.91" height="14.406" viewBox="0 0 7.91 14.406"><path d="M804.664,2168.477l6.849,6.849-6.849,6.849" transform="translate(-804.311 -2168.124)" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1"/></svg>');
}

@media (min-width: 960px) {
  .fnav__btn::after {
    -webkit-transform: translateY(-50%, -50%);
    transform: translateY(-50%, -50%);
  }
}

@media (min-width: 960px) {
  .fnav__btn {
    display: none;
  }
}

.fnav__wrapper {
  background-color: #264058;
  display: none;
}

.__sitemapOpen .fnav__wrapper {
  background-image: url("../../assets/img/common/sitemap-bg.jpg");
  background-size: cover;
  background-position: top center;
}

@media (min-width: 960px) {
  .fnav__wrapper {
    display: block;
  }
}

.fnav__items {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 36px;
}

.__sitemapOpen .fnav__items {
  display: block;
}

.fnav__items.__second {
  display: block;
}

.fnav__item {
  list-style: none;
}

.__sitemapOpen .fnav__item {
  border-bottom: 1px solid #dcdfe6;
}

.__sitemapOpen .fnav__item:last-child {
  border-bottom: none;
}

.fnav__item.__borderless {
  border-bottom: none;
}

.__sitemapOpen .__js-fnavaccordion.__accordionOpen .fnav__item {
  border-bottom: none;
}

.__sitemapOpen .fnav__item.__weight .fnav__items {
  margin-left: 0;
}

.fnav__h {
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}

.__sitemapOpen .fnav__h {
  cursor: pointer;
  border-top: 1px solid #dcdfe6;
}

.__sitemapOpen .__js-fnavaccordion .fnav__h {
  border-bottom: none;
}

.__sitemapOpen .__js-fnavaccordion.__accordionOpen .fnav__h {
  border-bottom: 1px solid #dcdfe6;
}

.__sitemapOpen .fnav__h {
  padding: 6px 0 6px 16px;
}

@media (min-width: 960px) {
  .fnav__h {
    cursor: auto;
  }
}

.fnav__empty {
  height: 1em;
}

.__sitemapOpen .fnav__empty {
  display: none;
}

.fnav__link {
  color: #fff;
  font-weight: 700;
}

.__sitemapOpen .__js-fnavaccordion .fnav__link {
  border-bottom: none;
}

.__sitemapOpen .__js-fnavaccordion.__accordionOpen .fnav__link {
  border-bottom: 1px solid #dcdfe6;
}

.__sitemapOpen .fnav__link {
  display: block;
  padding: 6px 0;
  padding-left: 16px;
}

.__second .fnav__link {
  font-weight: 300;
}

.__weight .__second .fnav__link {
  font-weight: 700;
}

.__sitemapOpen .__js-fnavaccordion {
  position: relative;
}

.__sitemapOpen .__js-fnavaccordion>.fnav__accordionBtn {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.__sitemapOpen .__js-fnavaccordion>.fnav__accordionBtn>.fnav__accordionBtnImg {
  width: 14px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("../../assets/img/common/icon-accordion-down.svg");
  display: block;
}

.__sitemapOpen .__js-fnavaccordion.__accordionOpen>.fnav__accordionBtn>.fnav__accordionBtnImg {
  background-image: url("../../assets/img/common/icon-accordion-up.svg");
}

.__accordionOpen .fnav__childItems {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 36px;
}

.__sitemapOpen .__accordionOpen .fnav__childItems>.fnav__childLink {
  padding-left: 0;
}

.__js-fnavaccordion .fnav__childItems {
  display: none;
  margin-left: 34px;
}

@media (min-width: 960px) {
  .__js-fnavaccordion .fnav__childItems {
    display: block;
    margin-left: 0;
  }
}

.fnav__childItem {
  list-style: none;
  border-bottom: 1px solid #dcdfe6;
}

@media (min-width: 960px) {
  .fnav__childItem {
    border-bottom: none;
  }
}

.fnav__childItem:last-child {
  border-bottom: none;
}

.__sitemapOpen .fnav__childItem.__empty {
  display: none;
}

.__sitemapOpen .fnav__childItem.__first>.fnav__link {
  padding-left: 16px;
}

.fnav__childItem.__weight {
  margin-left: 0;
}

.fnav__childLink {
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 6px 0;
}

.__sitemapOpen .__accordionOpen .fnav__childEmpty {
  display: none;
}

.form {
  margin-bottom: 65px;
}

@media (min-width: 960px) {
  .form {
    margin-bottom: 100px;
  }
}

.form__error {
  padding: 20px 0;
  background-color: #fcdedd;
  border: 3px solid #c1272d;
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 16px;
}

@media (min-width: 960px) {
  .form__error {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.form__errorTxt {
  color: #c1272d;
  font-size: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (min-width: 960px) {
  .form__errorTxt {
    text-align: left;
  }
}

.form__errorTxt::before {
  content: '';
  display: block;
  width: 24px;
  height: 21px;
  position: absolute;
  top: 10px;
  left: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../../assets/img/common/icon-error.svg");
}

@media (min-width: 960px) {
  .form__errorTxt::before {
    position: static;
    width: 35px;
    height: 31px;
  }
}

.form__inputerror {
  color: #c1272d;
  font-size: 2rem;
  margin-top: 7px;
}

.form__personal {
  margin-bottom: 50px;
}

@media (min-width: 960px) {
  .form__personal {
    margin-bottom: 60px;
  }
}

.form__personalTitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.form__personalCheck {
  display: flex;
  margin: 0 39px;
  padding-left: 13px;
  justify-content: center;
}

@media (min-width: 960px) {
  .form__personalCheck {
    padding-left: 0;
    margin: 0 auto;
    justify-content: center;
  }
}

.form__personalCheck #personal input {
  margin-right: 0;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -19px;
}

.form__personalCheck label {
  font-weight: 500;
  font-size: 2rem;
  cursor: pointer;
  text-align: left;
}

.form__personalCheck .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 2rem;
  cursor: pointer;
  text-align: left;
  position: relative;
  display: block;
  padding-left: 18px;
}

@media (min-width: 960px) {}

.form__exp {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 80px;
}

@media (min-width: 960px) {
  .form__exp {
    margin-bottom: 65px;
  }
}

.form__exp a {
  text-decoration: underline;
}

.form__exp a:hover {
  text-decoration: none;
}

.gateCont {
  max-width: 1000px;
  margin: 30px auto 65px;
  padding: 0 16px;
}

@media (min-width: 960px) {
  .gateCont {
    margin: 55px auto 100px;
  }
}

@media (min-width: 1000px) {
  .gateCont {
    padding: 0;
  }
}

.gateCont__inner {
  background-color: #dde9f5;
  padding: 40px 20px 50px;
}

@media (min-width: 960px) {
  .gateCont__inner {
    padding: 70px 50px 80px;
  }
}

.gateCont__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .gateCont__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

@media (min-width: 960px) {
  .gateCont__btns {
    display: flex;
    justify-content: center;
  }
}

.gateCont__btn {
  list-style: none;
  width: 100%;
}

.gateCont__btn:nth-child(1) {
  margin-bottom: 25px;
}

@media (min-width: 960px) {
  .gateCont__btn:nth-child(1) {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.gdpr {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 200;
  opacity: 1;
}

@media (min-width: 960px) {
  .gdpr {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

.__gdprclose .gdpr {
  opacity: 0;
  -webkit-animation: fadeOut 0.2s ease-in-out;
  animation: fadeOut 0.2s ease-in-out;
  pointer-events: none;
}

.gdpr__inner {
  position: relative;
  padding: 51px 18px 28px;
}

@media (min-width: 960px) {
  .gdpr__inner {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
}

.gdpr__close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
}

@media (min-width: 960px) {
  .gdpr__close {
    top: 50%;
    transform: translateY(-50%);
  }
}

.gdpr__title {
  font-size: 2rem;
  font-weight: 700;
  color: #5492cb;
  margin-bottom: 20px;
}

.gdpr__txt {
  margin-bottom: 20px;
  color: #707070;
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  line-height: 1.58;
  box-sizing: border-box;
}

.gdpr__txt span {
  display: block;
}

.gdpr__txt a {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .gdpr__txt {
    margin-bottom: 0;
    width: calc(100% - 240px);
    padding-left: 65px;
    margin-right: 20px;
  }

  .gdpr__txt span {
    display: inline;
  }

  .gdpr__txt a:hover {
    text-decoration: none;
  }
}

.gdpr__btns {
  margin: 0;
  width: 100%;
}

.gdpr__btns p {
  margin-bottom: 0 !important;
}

@media (min-width: 960px) {
  .gdpr__btns {
    width: 143px;
  }
}

.gdpr__btnlink {
  cursor: pointer;
}

.gnav {
  margin-right: 20px;
  display: none;
  box-shadow: 0 3px 6px rgba(48, 49, 51, 0.16) inset;
  opacity: 0;
  overflow: auto;
  height: calc(100vh - 116px);
}

.product .gnav,
.product-detail .gnav {
  height: calc(100vh - 172px);
}

@media (min-width: 960px) {

  .product .gnav,
  .product-detail .gnav {
    height: calc(100vh - 116px);
  }
}

@media (min-width: 1280px) {

  .product .gnav,
  .product-detail .gnav {
    height: auto;
  }
}

@media (min-width: 1280px) {
  .gnav {
    display: block;
    box-shadow: none;
    opacity: 1;
    overflow: auto;
    height: auto;
  }
}

.__navopen .gnav {
  display: block;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  opacity: 1;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.gnav__inner {
  position: relative;
}

.__navopen .gnav__inner {
  background: url("../../assets/img/common/gnav-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

@media (min-width: 1280px) {
  .__navopen .gnav__inner {
    background: none;
    padding-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .gnav__inner {
    position: static;
  }
}

.gnav__items {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #dcdfe6;
}

@media (min-width: 1280px) {
  .gnav__items {
    border-top: none;
  }
}

.__navopen .gnav__items {
  display: block;
  margin-bottom: 50px;
}

.gnav__item {
  list-style: none;
  margin-right: 0;
  position: relative;
}

@media (min-width: 1280px) {
  .gnav__item {
    margin-right: 36px;
    position: static;
  }
}

@media (min-width: 1366px) {
  .gnav__item {
    margin-right: 46px;
  }
}

.gnav__item:last-child {
  margin-right: 0;
}

.gnav__item.__mnavopen {
  cursor: pointer;
}

.gnav__item.__accordionOpen {
  border-bottom: 1px solid #dcdfe6;
}

@media (min-width: 1280px) {
  .gnav__item.__accordionOpen {
    border-bottom: none;
  }
}

.gnav__item .gnav__childBtn {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

@media (min-width: 1280px) {
  .gnav__item .gnav__childBtn {
    display: none;
  }
}

.gnav__item .gnav__childBtn>.gnav__childImg {
  display: block;
  width: 14px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("../../assets/img/common/icon-accordion-down.svg");
}

.gnav__item.__accordionOpen>.gnav__childBtn>.gnav__childImg {
  background-image: url("../../assets/img/common/icon-accordion-up.svg");
}

.gnav__link {
  color: #303133;
  padding-bottom: 11px;
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #dcdfe6;
  font-size: 1.6rem;
  padding-left: 16px;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .gnav__link {
    font-size: 1.4rem;
    border-bottom: none;
    line-height: inherit;
    height: auto;
    padding-left: 0;
  }
}

.__navopen .gnav__link {
  color: #fff;
}

.gnav__link:hover {
  text-decoration: none;
}

.gnav__link:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gnav__link:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #5492cb;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(-105%, 0, 0);
  transform: translate3d(-105%, 0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  will-change: transform;
}

.gnav__itemsChild {
  display: none;
}

@media (min-width: 1280px) {
  .gnav__itemsChild {
    width: 870px;
    position: absolute;
    top: 115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #5492cb;
    padding: 34px 34px 20px;
    display: flex;
    flex-wrap: wrap;
    display: none;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 3px 6px rgba(48, 49, 51, 0.16) inset;
  }

  .on .gnav__itemsChild {
    left: 65%;
  }
}

@media (min-width: 1280px) {
  .__mnavopen .gnav__itemsChild {
    pointer-events: all;
    z-index: 1;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
    display: flex;
    opacity: 1;
  }
}

.gnav__itemChild {
  margin-left: 50px;
  list-style: none;
  border-bottom: 1px solid #dcdfe6;
}

@media (min-width: 1280px) {
  .gnav__itemChild {
    width: calc(50% - 49px);
    margin-left: 0;
    margin-bottom: 24px;
    border-bottom: none;
  }

  .gnav__itemChild:nth-child(2n-1) {
    margin-right: 98px;
  }
}

.gnav__itemChild:last-child {
  border-bottom: none;
}

.gnav__linkChild {
  color: #fff;
  line-height: 50px;
  height: 50px;
  display: block;
  font-size: 1.6rem;
}

@media (min-width: 1280px) {
  .gnav__linkChild {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    padding-bottom: 11px;
    border-bottom: none;
  }

  .gnav__linkChild:hover {
    text-decoration: none;
  }

  .gnav__linkChild:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .gnav__linkChild::before {
    content: '';
    background-image: url("../../assets/img/common/icon-link.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 7px;
    height: 14px;
    display: block;
    position: absolute;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .gnav__linkChild:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    will-change: transform;
  }
}

.hBlog {
  padding: 73px 0 70px;
  background-color: #dde9f5;
  overflow: hidden;
}

.hBlog__title {
  text-align: center;
  margin-bottom: 48px;
}

@media (min-width: 1280px) {
  .hBlog__title {
    margin-bottom: 77px;
  }
}

.hBlog__titleEn {
  display: block;
  width: 82px;
  height: 23px;
  margin: 0 auto 11px;
}

.hBlog__titlejp {
  font-size: 2rem;
}

.blog .hBlog__items {
  max-width: 1206px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog .hBlog__items::after {
  content: '';
  display: block;
  width: 265px;
  height: 0;
}

@media (min-width: 600px) {
  .blog .hBlog__items::after {
    width: 360px;
  }
}

.hBlog__items .slick-list {
  overflow: visible;
}

@media (min-width: 600px) {
  .hBlog__items .slick-list {
    padding-left: 0 !important;
    max-width: 95vw;
  }
}

@media (min-width: 960px) {
  .hBlog__items .slick-list {
    max-width: 90vw;
  }
}

@media (min-width: 1280px) {
  .hBlog__items .slick-list {
    max-width: 80vw;
  }
}

.hBlog__items .slick-dots {
  bottom: -76px;
}

.hBlog__items .slick-dots li {
  width: 30px;
  height: 30px;
}

.hBlog__items .slick-dots li.slick-active button:before {
  font-size: 14px;
  color: #5492cb;
}

.hBlog__items .slick-dots li button {
  width: 30px;
  height: 30px;
}

.hBlog__items .slick-dots li button::before {
  top: 50%;
  left: 50%;
  font-size: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hBlog__item {
  list-style: none;
}

.hBlog__link {
  margin-right: 8px;
  display: block;
  background-color: #fff;
  color: #303133;
  position: relative;
  width: 265px;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
}

.hBlog__link:hover {
  opacity: 1;
  transform: translateY(-5px) scale(1.01) !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

@media (min-width: 600px) {
  .hBlog__link {
    width: 360px;
  }
}

.blog .hBlog__link {
  margin-bottom: 5.8%;
  width: 47.23%;
  box-shadow: 3px 3px 10px #e4e9ed;
  display: flex;
  flex-direction: column;
  margin-right: 0;
}

@media (min-width: 600px) {
  .blog .hBlog__link {
    width: 29.85%;
  }
}

.hBlog__cat_txt {
  position: absolute;
  top: 13px;
  left: 16px;
}

.hBlog__cat {
  margin: 0 5px 5px 0;
  display: inline-block;
  background-color: #69c988;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  width: 82px;
  line-height: 20px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}

/* 
.__cat01 .hBlog__cat {
  background-color: #69c988;
}

.__cat02 .hBlog__cat {
  background-color: #5492cb;
}

.__cat03 .hBlog__cat {
  background-color: #efa05f;
}

.__cat04 .hBlog__cat {
  background-color: #707070;
} */

.hBlog__img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 77.74%;
}

@media (min-width: 960px) {
  .hBlog__img {
    padding-top: 77.78%;
  }
}

.hblog__itemTitle {
  font-weight: 700;
  font-size: 1.6rem;
  color: #303133;
  margin: 12px 25px 10px;
  line-height: 1.5;
  height: 72px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify;
}

.hblog__itemTitle:before,
.hblog__itemTitle:after {
  position: absolute;
}

.hblog__itemTitle:before {
  content: '...';
  background: #fff;
  right: 0px;
  text-align: center;
  width: 1em !important;
  top: 48px;
}

.hblog__itemTitle:after {
  content: '';
  height: 100%;
  width: 100%;
  background: 0px;
  z-index: 2;
  background: #fff;
}

@media (min-width: 960px) {
  .hblog__itemTitle {
    font-size: 2rem;
    line-height: 1.5;
    height: 90px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify;
  }

  .hblog__itemTitle:before,
  .hblog__itemTitle:after {
    position: absolute;
  }

  .hblog__itemTitle:before {
    content: '...';
    background: #fff;
    right: 0px;
    text-align: center;
    width: 1em !important;
    top: 60px;
  }

  .hblog__itemTitle:after {
    content: '';
    height: 100%;
    width: 100%;
    background: 0px;
    z-index: 2;
    background: #fff;
  }
}

.blog .hblog__itemTitle {
  padding: 16px;
  margin: 0;
  flex-grow: 1;
  height: auto;
}

.blog .hblog__itemTitle::before,
.blog .hblog__itemTitle::after {
  display: none;
}

.hblog__date {
  color: rgba(48, 49, 51, 0.3);
  font-size: 1.6rem;
  padding: 0 25px 6px;
  display: block;
}

.blog .hblog__date {
  padding: 0 16px 6px;
}

.hBlog__btn {
  margin-top: 138px;
}

.hbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.hbtn:hover {
  opacity: 0.5;
}

@media (min-width: 1280px) {
  .hbtn {
    display: none;
  }
}

.hbtn>span {
  display: block;
  border-radius: 50px;
  background-color: #264058;
  width: 22px;
  height: 3px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.__navopen .hbtn>span {
  background-color: transparent;
}

.hbtn>span::before,
.hbtn>span::after {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 3px;
  border-radius: 50px;
  background-color: #264058;
  transition: all 0.2s ease-in-out;
}

.hbtn>span::before {
  top: -8px;
}

.__navopen .hbtn>span::before {
  top: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.hbtn>span::after {
  top: 8px;
}

.__navopen .hbtn>span::after {
  top: 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.hnavArea {
  margin: auto 16px 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

@media (min-width: 1280px) {
  .hnavArea {
    margin: auto 245px 0 auto;
  }
}

.hnavArea__l02 {
  height: 31px;
}

.hnavBtn {
  position: fixed;
  width: 100%;
  z-index: 130;
  left: 0;
  bottom: 0;
}

@media (min-width: 1280px) {
  .hnavBtn {
    pointer-events: none;
    display: flex;
    top: 19px;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1330px;
    justify-content: flex-end;
    width: calc(100% - 36px);
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
  }

  .hnavBtn.on {
    top: 0;
    right: 0;
    left: 50%;
    width: 100%;
    max-width: 100%;
  }
}

.hnavBtn__items {
  display: flex;
  pointer-events: all;
}

.hnavBtn__item {
  list-style: none;
  width: 50%;
}

@media (min-width: 1280px) {
  .hnavBtn__item {
    width: auto;
  }
}

.hnavBtn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 56px;
  font-size: 1.4rem;
}

@media (min-width: 1280px) {
  .hnavBtn__link {
    width: 115px;
    height: 115px;
  }
}

.__proposal>.hnavBtn__link {
  background-color: #69c988;
}

.__contact>.hnavBtn__link {
  background-color: #5492cb;
}

@media (min-width: 1280px) {
  .__contact>.hnavBtn__link {
    border-radius: 0 10px 10px 0;
  }

  .hnavBtn.on .__contact>.hnavBtn__link {
    border-radius: 0;
  }
}

.hNews {
  font-size: 1.6rem;
  position: relative;
  max-width: 1206px;
  margin: 0 auto;
  padding: 32px;
  color: #707070;
}

@media (min-width: 1280px) {
  .hNews__inner {
    display: flex;
    align-items: center;
  }
}

.hNews__meta {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

@media (min-width: 1280px) {
  .hNews__meta {
    margin-bottom: 0;
    margin-right: 36px;
  }
}

.hNews__date {
  display: block;
  margin-right: 15px;
}

@media (min-width: 1280px) {
  .hNews__date {
    height: 52px;
    line-height: 52px;
    padding-right: 17px;
    margin-right: 23px;
    border-right: 1px solid rgba(112, 112, 112, 0.2);
  }
}

.hNews__cat {
  border-radius: 4px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 26px;
  line-height: 26px;
}

.hNews__cat.__cat-news {
  background-color: #69c988;
}

.hNews__content {
  width: 100%;
}

.hNews__title {
  display: block;
  color: #707070;
}

.hNews__more {
  position: absolute;
  top: 1em;
  right: 16px;
}

@media (min-width: 1280px) {
  .hNews__more {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.hNews__moreLink {
  color: #707070;
}

.hNews__moreLink::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 14px;
  background-image: url("../../assets/img/common/icon-link_gray.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  margin-left: 12px;
}

.hSpecials {
  display: block;
  margin-bottom: 48px;
}

@media (min-width: 1280px) {
  .hSpecials {
    display: flex;
    margin-bottom: 106px;
  }
}

.hSpecials__proposal {
  width: 100%;
  padding-top: 100%;
  background-image: url("../../assets/img/home/home-proposal.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 5px;
  display: block;
}

.hSpecials__proposal.__hover {
  background-image: url("../../assets/img/home/home-proposal_ov.jpg");
}

@media (min-width: 1280px) {
  .hSpecials__proposal {
    width: 50%;
    margin-bottom: 0;
    padding-top: 50%;
  }
}

.hSpecials__title {
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hSpecials__more {
  position: absolute;
  bottom: 14px;
  right: 20px;
}

@media (min-width: 768px) {
  .hSpecials__more {
    left: 50%;
    right: auto;
    bottom: 51px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.hSpecials__special {
  width: 100%;
}

@media (min-width: 1280px) {
  .hSpecials__special {
    width: 50%;
  }
}

.hSpecials__special01,
.hSpecials__special02 {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {

  .hSpecials__special01,
  .hSpecials__special02 {
    display: flex;
  }
}

@media (min-width: 768px) {

  .hSpecials__special01 .hSpecials__more,
  .hSpecials__special02 .hSpecials__more {
    left: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    position: relative;
  }
}

.hSpecials__special01 .hSpecials__title,
.hSpecials__special02 .hSpecials__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {

  .hSpecials__special01 .hSpecials__title,
  .hSpecials__special02 .hSpecials__title {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 0;
    margin-bottom: 40px;
  }
}

.hSpecials__special01Info,
.hSpecials__special02Info {
  width: 100%;
  position: relative;
  background: linear-gradient(43.82deg, #5492cb 0%, #69c988 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 57.07%;
  transition: all 0.2s ease-in-out;
}

.hSpecials__special01Info:hover,
.hSpecials__special02Info:hover {
  text-decoration: none;
  background: linear-gradient(43.82deg, #5492cb 0%, #193a58 100%);
}

@media (min-width: 768px) {

  .hSpecials__special01Info,
  .hSpecials__special02Info {
    width: 50%;
    height: auto;
    padding-top: 0;
  }
}

.hSpecials__special01Img,
.hSpecials__special02Img {
  width: 100%;
  position: relative;
  padding-bottom: 42.67%;
  height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {

  .hSpecials__special01Img,
  .hSpecials__special02Img {
    padding-bottom: 50%;
    width: 50%;
  }
}

.hSpecials__special01Img img,
.hSpecials__special02Img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hSpecials__special01Img img.__spimg,
.hSpecials__special02Img img.__spimg {
  display: block;
}

@media (min-width: 768px) {

  .hSpecials__special01Img img.__spimg,
  .hSpecials__special02Img img.__spimg {
    display: none;
  }
}

.hSpecials__special01Img img.__pcimg,
.hSpecials__special02Img img.__pcimg {
  display: none;
}

@media (min-width: 768px) {

  .hSpecials__special01Img img.__pcimg,
  .hSpecials__special02Img img.__pcimg {
    display: block;
  }
}

.hSpecials__special01 {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .hSpecials__special01 {
    margin-bottom: 0;
  }
}

.hSpecials__special01 .hSpecials__title {
  top: 60%;
}

@media (min-width: 768px) {
  .hSpecials__special01 .hSpecials__title {
    top: auto;
  }
}

.hSpecials__special01 .hSpecials__subTitle {
  width: 129px;
}

.hSpecials__special02 {
  flex-direction: row-reverse;
}

.hSpecials__special02 .hSpecials__title {
  top: 62.33%;
}

@media (min-width: 375px) {
  .hSpecials__special02 .hSpecials__title {
    top: 61.33%;
  }
}

@media (min-width: 768px) {
  .hSpecials__special02 .hSpecials__title {
    top: auto;
    padding-top: 0;
    margin-bottom: 21px;
  }
}

.hSpecials__special02 .hSpecials__subTitle {
  width: 135px;
  top: 16.67%;
}

@media (min-width: 375px) {
  .hSpecials__special02 .hSpecials__subTitle {
    top: 18.67%;
  }
}

@media (min-width: 600px) {
  .hSpecials__special02 .hSpecials__subTitle {
    top: 30.67%;
  }
}

@media (min-width: 768px) {
  .hSpecials__special02 .hSpecials__subTitle {
    top: auto;
    margin-bottom: 22px;
  }
}

.hSpecials__subTitle {
  margin: 0 auto;
  position: absolute;
  top: 24%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 375px) {
  .hSpecials__subTitle {
    top: 26.67%;
  }
}

@media (min-width: 600px) {
  .hSpecials__subTitle {
    top: 28.67%;
  }
}

@media (min-width: 768px) {
  .hSpecials__subTitle {
    margin-bottom: 44px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 960px) {
  .hSupport {
    margin-bottom: 118px;
  }
}

.hSupport__title {
  text-align: center;
  margin-bottom: 48px;
}

@media (min-width: 1280px) {
  .hSupport__title {
    margin-bottom: 77px;
  }
}

.hSupport__titleEn {
  display: block;
  width: 145px;
  height: 23px;
  margin: 0 auto 11px;
}

.hSupport__titleJp {
  font-size: 2rem;
}

.hSupport__items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 960px) {
  .hSupport__items {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1280px) {
  .hSupport__items {
    flex-wrap: nowrap;
  }
}

.hSupport__item {
  width: 50%;
  list-style: none;
  border: 1px solid #fff;
}

@media (min-width: 600px) {
  .hSupport__item {
    width: calc(33.33% - 1px);
  }
}

@media (min-width: 960px) {
  .hSupport__item {
    border: none;
    border-right: 1px solid #fff;
  }
}

@media (min-width: 960px) {
  .hSupport__item:last-child {
    border-right: none;
  }
}

.hSupport__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(43.82deg, #5492cb 0%, #69c988 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  height: 100%;
  transition: all 0.2s ease-in-out;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
}

.hSupport__link:hover {
  background: linear-gradient(43.82deg, #5492cb 0%, #193a58 100%);
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 0 30px rgba(85, 148, 201, .8);
}

.hSupport__link::after {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%;
}

.hSupport__link::before {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 80px;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 360px) {
  .hSupport__link::before {
    top: 15px;
  }
}

@media (min-width: 375px) {
  .hSupport__link::before {
    top: 20px;
  }
}

@media (min-width: 400px) {
  .hSupport__link::before {
    top: 30px;
  }
}

@media (min-width: 600px) {
  .hSupport__link::before {
    height: 107px;
    top: 20px;
  }
}

@media (min-width: 768px) {
  .hSupport__link::before {
    top: 40px;
  }
}

@media (min-width: 960px) {
  .hSupport__link::before {
    top: 0;
  }
}

@media (min-width: 1000px) {
  .hSupport__link::before {
    top: 10px;
  }
}

@media (min-width: 1200px) {
  .hSupport__link::before {
    top: 20px;
  }
}

@media (min-width: 1280px) {
  .hSupport__link::before {
    top: 20px;
  }
}

.__catalog .hSupport__link::before {
  width: 56px;
  background-image: url("../../assets/img/home/icon-home_support01.svg");
}

.__cp-catalog .hSupport__link::before {
  width: 56px;
  background-image: url("../../assets/img/home/icon-home_support02.svg");
}

.__video .hSupport__link::before {
  width: 70px;
  background-image: url("../../assets/img/home/icon-home_support03.svg");
}

.__receipt .hSupport__link::before {
  width: 58px;
  background-image: url("../../assets/img/home/icon-home_support04.svg");
}

.__permit .hSupport__link::before {
  width: 69px;
  background-image: url("../../assets/img/home/icon-home_support05.svg");
}

.__discontinued .hSupport__link::before {
  width: 65px;
  background-image: url("../../assets/img/home/icon-home_support06.svg");
}

.hSupport__link span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 3em;
  position: absolute;
  width: 100%;
  bottom: 9.16%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.6rem;
}

@media (min-width: 360px) {
  .hSupport__link span {
    font-size: 2rem;
  }
}

@media (min-width: 375px) {
  .hSupport__link span {
    bottom: 9.16%;
  }
}

@media (min-width: 600px) {
  .hSupport__link span {
    bottom: 13.16%;
  }
}

@media (min-width: 768px) {
  .hSupport__link span {
    bottom: 19.16%;
  }
}

@media (min-width: 960px) {
  .hSupport__link span {
    bottom: 13.16%;
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .hSupport__link span {
    font-size: 2rem;
  }
}

.htel {
  display: none;
}

@media (min-width: 1280px) {
  .htel {
    display: block;
  }
}

.htel__txt {
  margin-bottom: 5px;
}

.hVideo {
  padding: 73px 0 70px;
  overflow: hidden;
}

.video .hVideo {
  padding: 0;
  margin-bottom: 105px;
  width: 100%;
}

.hVideo__title {
  text-align: center;
  margin-bottom: 48px;
}

@media (min-width: 1280px) {
  .hVideo__title {
    margin-bottom: 77px;
  }
}

.hVideo__titleEn {
  display: block;
  width: 102px;
  height: 23px;
  margin: 0 auto 11px;
}

.hVideo__titlejp {
  font-size: 2rem;
}

.hVideo__items .slick-list {
  overflow: visible;
}

@media (min-width: 600px) {
  .hVideo__items .slick-list {
    padding-left: 0 !important;
    max-width: 90vw;
  }
}

@media (min-width: 1280px) {
  .hVideo__items .slick-list {
    max-width: 80vw;
  }
}

.hVideo__items .slick-dots {
  bottom: -76px;
}

.hVideo__items .slick-dots li {
  width: 30px;
  height: 30px;
}

.hVideo__items .slick-dots li.slick-active button:before {
  font-size: 14px;
  color: #5492cb;
}

.hVideo__items .slick-dots li button:before {
  top: 50%;
  left: 50%;
  font-size: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video .hVideo__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1206px;
  padding: 0 16px;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .video .hVideo__items {
    padding: 0;
  }
}

.video .hVideo__items:after {
  content: '';
  display: block;
  height: 0;
  width: 47.23%;
}

@media (min-width: 375px) {
  .video .hVideo__items:after {
    width: 47.23%;
  }
}

@media (min-width: 400px) {
  .video .hVideo__items:after {
    width: 49%;
  }
}

@media (min-width: 600px) {
  .video .hVideo__items:after {
    width: 31%;
  }
}

@media (min-width: 1280px) {
  .video .hVideo__items:after {
    width: 29.9%;
  }
}

.hVideo__item {
  list-style: none;
}

.hVideo__link {
  display: block;
  background-color: #fff;
  box-shadow: 3px 3px 10px #e4e9ed;
  color: #303133;
  position: relative;
  margin-right: 8px;
  width: 265px;
}

.hVideo__link:hover {
  opacity: 1;
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

@media (min-width: 600px) {
  .hVideo__link {
    width: 360px;
  }
}

.video .hVideo__link {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  width: 47.23%;
  margin-bottom: 5.8%;
}

@media (min-width: 375px) {
  .video .hVideo__link {
    width: 47.23%;
  }
}

@media (min-width: 400px) {
  .video .hVideo__link {
    width: 49%;
  }
}

@media (min-width: 600px) {
  .video .hVideo__link {
    margin-bottom: 30px;
    width: 31%;
  }
}

@media (min-width: 1280px) {
  .video .hVideo__link {
    margin-bottom: 70px;
    width: 29.9%;
  }
}

.hVideo__cat {
  position: absolute;
  top: 13px;
  left: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  width: 82px;
  line-height: 20px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}

.__cat01 .hVideo__cat {
  background-color: #69c988;
}

.__cat02 .hVideo__cat {
  background-color: #5492cb;
}

.__cat03 .hVideo__cat {
  background-color: #efa05f;
}

.__cat04 .hVideo__cat {
  background-color: #707070;
}

.hVideo__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 77.74%;
}

@media (min-width: 960px) {
  .hVideo__img {
    padding-top: 77.78%;
  }
}

.hVideo__itemTitle {
  font-weight: 700;
  margin: 12px 25px 10px;
  color: #303133;
  font-size: 1.6rem;
  line-height: 1.5;
  height: 72px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify;
}

.hVideo__itemTitle:before,
.hVideo__itemTitle:after {
  position: absolute;
}

.hVideo__itemTitle:before {
  content: '...';
  background: #fff;
  right: 0px;
  text-align: center;
  width: 1em !important;
  top: 48px;
}

.hVideo__itemTitle:after {
  content: '';
  height: 100%;
  width: 100%;
  background: 0px;
  z-index: 2;
  background: #fff;
}

@media (min-width: 960px) {
  .hVideo__itemTitle {
    font-size: 2rem;
    line-height: 1.5;
    height: 90px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify;
  }

  .hVideo__itemTitle:before,
  .hVideo__itemTitle:after {
    position: absolute;
  }

  .hVideo__itemTitle:before {
    content: '...';
    background: #fff;
    right: 0px;
    text-align: center;
    width: 1em !important;
    top: 60px;
  }

  .hVideo__itemTitle:after {
    content: '';
    height: 100%;
    width: 100%;
    background: 0px;
    z-index: 2;
    background: #fff;
  }
}

.video .hVideo__itemTitle {
  padding: 16px;
  margin: 0;
  flex-grow: 1;
  height: auto;
}

.video .hVideo__itemTitle::before,
.video .hVideo__itemTitle::after {
  display: none;
}

.hVideo__date {
  color: rgba(48, 49, 51, 0.3);
  font-size: 1.6rem;
  padding: 0 25px 6px;
  display: block;
}

.video .hVideo__date {
  padding: 0 16px 6px;
}

.hVideo__btn {
  margin-top: 120px;
}

.imgTxtBox__box {
  width: 100%;
  margin-bottom: 95px;
}

@media (min-width: 960px) {
  .imgTxtBox__box {
    display: flex;
    margin-bottom: 0;
  }
}

.imgTxtBox__box.__reverse {
  flex-direction: row-reverse;
}

.imgTxtBox__box:nth-child(1) .imgTxtBox__subTitle {
  width: 103px;
}

.about .imgTxtBox__box:nth-child(1) .imgTxtBox__subTitle {
  width: 140px;
}

.imgTxtBox__box:nth-child(2) .imgTxtBox__subTitle {
  width: 107px;
}

.about .imgTxtBox__box:nth-child(2) .imgTxtBox__subTitle {
  width: 143px;
}

@media (min-width: 960px) {
  .imgTxtBox__box:nth-child(2) .imgTxtBox__info {
    padding: 76px 40px 0 80px;
  }
}

@media (min-width: 960px) {
  .about .imgTxtBox__box:nth-child(2) .imgTxtBox__info {
    padding: 40px;
  }
}

@media (min-width: 1366px) {
  .about .imgTxtBox__box:nth-child(2) .imgTxtBox__info {
    padding: 40px 65px;
  }
}

.about .imgTxtBox__box:nth-child(3) .imgTxtBox__subTitle {
  width: 143px;
}

@media (min-width: 960px) {
  .imgTxtBox__info {
    width: 50%;
    padding: 40px 65px;
  }
}

.about .imgTxtBox__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 960px) {
  .about .imgTxtBox__info {
    padding: 40px;
  }
}

@media (min-width: 1366px) {
  .about .imgTxtBox__info {
    padding: 40px 65px;
  }
}

.imgTxtBox__subTitle {
  height: 24px;
  margin: 0 auto;
  border-bottom: 2px solid #5492cb;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .imgTxtBox__subTitle {
    margin: 0 0 30px;
  }
}

.imgTxtBox__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 960px) {
  .imgTxtBox__title {
    font-size: 3.2rem;
    margin-bottom: 35px;
    text-align: left;
  }
}

@media (min-width: 960px) {
  .about .imgTxtBox__title {
    margin-bottom: 25px;
  }
}

.imgTxtBox__txt {
  padding: 0 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .imgTxtBox__txt {
    padding: 0;
    margin-bottom: 0;
  }
}

.imgTxtBox__notice {
  font-size: 1.6rem;
  padding: 0 16px;
  display: flex;
  margin-bottom: 35px;
}

.imgTxtBox__notice::before {
  content: '※';
  display: block;
}

@media (min-width: 960px) {
  .imgTxtBox__notice {
    padding: 0;
  }
}

@media (min-width: 960px) {
  .imgTxtBox__img {
    width: 50%;
  }
}

.imgTxtBox__img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
}

.__history .infoTab {
  margin-bottom: 40px;
}

.__recruit .infoTab {
  border-left: 1px solid #cdd6dd;
  border-right: 1px solid #cdd6dd;
}

.infoTab__wrapptitle {
  background-color: #707070;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  height: 47px;
  line-height: 47px;
  text-align: center;
}

.infoTab__row {
  border-bottom: 1px solid #cdd6dd;
  padding: 16px 0;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media (min-width: 768px) {
  .infoTab__row {
    display: flex;
  }

  .infoTab__row:first-child {
    padding-top: 0;
  }
}

.__recruit .infoTab__row {
  font-size: 2rem;
  padding: 0;
  border-bottom: none;
}

@media (min-width: 768px) {
  .__recruit .infoTab__row {
    border-bottom: 1px solid #cdd6dd;
  }
}

.infoTab__row:last-child {
  border-bottom: none;
}

.__recruit .infoTab__row:last-child {
  border-bottom: 1px solid #cdd6dd;
}

.infoTab__title {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .infoTab__title {
    width: 25.69%;
  }
}

.__recruit .infoTab__title {
  padding: 8px 20px;
  background-color: #dde9f5;
  font-weight: 500;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .__recruit .infoTab__title {
    padding: 16px 0 16px 25px;
  }
}

.infoTab__content {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .infoTab__content {
    width: 74.31%;
    padding-left: 10px;
  }
}

.__recruit .infoTab__content {
  padding: 16px 20px;
}

@media (min-width: 768px) {
  .__recruit .infoTab__content {
    padding: 16px 0 16px 27px;
  }
}

.__recruit .infoTab__content .comCont__txt {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}

.inputSet__input {
  font-size: 2rem;
  color: #707070;
}

.inputSet__input.__toggleEl01 {
  display: none;
}

.inputSet__input.__toggleEl01.__active {
  display: block;
}

.inputSet__input.__toggleEl02 {
  display: none;
}

.inputSet__input.__toggleEl02.__active {
  display: block;
}

.inputSet__input.__toggleEl03 {
  display: none;
}

.inputSet__input.__toggleEl03.__active {
  display: block;
}

.inputSet__input.__toggleEl04 {
  display: none;
}

.inputSet__input.__toggleEl04.__active {
  display: block;
}

.inputSet__input.__toggleEl05 {
  display: none;
}

.inputSet__input.__toggleEl05.__active {
  display: block;
}

.inputSet__input.__toggleEl06 {
  display: none;
}

.inputSet__input.__toggleEl06.__active {
  display: block;
}

.inputSet__input.__toggleEl07 {
  display: none;
}

.inputSet__input.__toggleEl07.__active {
  display: block;
}

.inputSet__input.__uploader {
  position: relative;
  text-align: center;
}

.inputSet__input.__uploader.selected #btnInputFile {
  display: none;
}

.inputSet__input.__uploader.selected #btnChangeFile {
  display: table;
}

.inputSet__input.__error input[type='text'],
.inputSet__input.__error textarea {
  background-color: #fcdedd;
  border: 1px solid #c1272d;
}

.wpcf7-not-valid {
  background-color: #fcdedd;
  border: 1px solid #c1272d !important;
}

.category .wpcf7-not-valid {
  border: 0 !important;
}

.personal .wpcf7-not-valid {
  border: 0 !important;
  background-color: #ffffff;
}

.inputSet__input.__address {
  margin-bottom: 20px;
}

.inputSet__input.__address input {
  display: inline-block;
}

.inputSet__input.__address input#info-zip01,
.inputSet__input.__address input#info-zip02,
.inputSet__input.__address input#info-zip01_con,
.inputSet__input.__address input#info-zip02_con {
  width: 110px;
}

.inputSet__input.__address input#info-zip01,
.inputSet__input.__address input#info-zip01_con {
  margin-right: 10px;
}

.inputSet__input.__address input#info-zip02,
.inputSet__input.__address input#info-zip02_con {
  margin-left: 6px;
}

@media (min-width: 960px) {
  .inputSet__input.__input-row {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .__date .inputSet__input.__input-row {
    margin-bottom: 20px;
  }
}

.inputSet__input label {
  color: #707070;
  display: block;
  font-size: 2rem;
  margin-bottom: 5px;
}

.__date .inputSet__input label {
  margin-right: 30px;
}

.inputSet__input input,
.inputSet__input textarea {
  display: block;
  font-size: 2rem;
}

.inputSet__input.__free textarea {
  height: 136px;
}

.inputSet__input.__other textarea {
  height: 190px;
}

@media (min-width: 960px) {
  .inputSet__input.__other textarea {
    height: 138px;
  }
}

.inputSet__input textarea,
.inputSet__input input[type='text'],
.inputSet__input input[type='tel'],
.inputSet__input input[type='email'],
.inputSet__input select {
  width: 100%;
  height: 58px;
  border: 1px solid #cdd6dd;
  border-radius: 5px;
  padding: 10px 20px;
}

.inputSet__input input#date-01,
.inputSet__input input#date-02,
.inputSet__input input#date-03 {
  padding-left: 24px;
  cursor: pointer;
  width: 100%;
}

.inputSet__date {
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .inputSet__date {
    width: 472px;
  }
}

.inputSet__date::after {
  content: '';
  width: 14px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../../assets/img/common/icon-down_gray.svg");
}

.inputSet__numList {
  counter-reset: item;
}

.inputSet__numListItem {
  list-style: none;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .inputSet__numListItem {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}

.inputSet__numListItem::before {
  counter-increment: item;
  content: counter(item);
  margin-bottom: 5px;
  display: block;
}

@media (min-width: 960px) {
  .inputSet__numListItem::before {
    margin-right: 10px;
  }
}

#uploadFile {
  position: absolute;
  z-index: 10;
  display: block;
  width: 142px;
  height: 30px;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
}

@media (min-width: 960px) {
  #uploadFile {
    bottom: 23px;
  }
}

.inputSet__droparea {
  width: 100%;
  height: 190px;
  padding: 0;
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
  border: 1px solid #cdd6dd;
  padding: 0 0 45px;
  color: #cdd6dd;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 960px) {
  .inputSet__droparea {
    height: 210px;
    border: 1px dashed #cdd6dd;
  }
}

.inputSet__droparea span {
  font-size: 1.6rem;
  display: block;
  margin: 4px auto 0;
}

.inputSet__droparea::before {
  content: '';
  display: block;
  margin: 2px auto 0;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../assets/img/common/icon-uploader.svg");
}

.inputSet__droparea.file_none::before {
  display: none;
}

@media (min-width: 960px) {
  .inputSet__droparea::before {
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  .inputSet__droparea {
    height: 175px;
  }
}

.inputSet__droparea.dragover {
  border: 2px solid #cdd6dd;
  background: rgba(84, 146, 203, 0.2);
}

.inputSet__uploadWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

#btnInputFile,
#btnChangeFile {
  width: 142px;
  height: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
}

@media (min-width: 960px) {

  #btnInputFile,
  #btnChangeFile {
    bottom: 23px;
  }
}

#btnChangeFile {
  display: none;
}

#btnInputFile span,
#btnChangeFile span {
  position: relative;
  z-index: 2;
  display: block;
  width: 142px;
  height: 30px;
  border: 1px solid #707070;
  border-radius: 3px;
  text-decoration: none;
  color: #707070;
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: middle;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}

.inputTab {
  max-width: 1000px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media (min-width: 960px) {
  .inputTab {
    width: 100%;
  }
}

.inputTab.__info {
  margin-bottom: 65px;
}

@media (min-width: 960px) {
  .inputTab.__info {
    margin-bottom: 95px;
  }
}

.inputTab.__info .inputTab__row:last-child {
  border-bottom: 1px solid #cdd6dd;
}

.inputTab.__contacttab {
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .inputTab.__contacttab {
    margin-bottom: 50px;
  }
}

.inputTab__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #707070;
  height: 47px;
  line-height: 47px;
}

.inputTab__wrapper {
  border-right: 1px solid #cdd6dd;
  border-left: 1px solid #cdd6dd;
}

.inputTab__row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #cdd6dd;
}

@media (min-width: 960px) {
  .inputTab__row {
    flex-wrap: nowrap;
  }
}

.__numtab .inputTab__row:nth-child(1) .inputTab__labeltitle::before {
  content: "1";
}

.__numtab .inputTab__row:nth-child(2) .inputTab__labeltitle::before {
  content: "2";
}

.__numtab .inputTab__row:nth-child(3) .inputTab__labeltitle::before {
  content: "3";
}

.__numtab .inputTab__row:nth-child(4) .inputTab__labeltitle::before {
  content: "4";
}

.__numtab .inputTab__row:nth-child(5) .inputTab__labeltitle::before {
  content: "5";
}

.__numtab .inputTab__row:last-child {
  border-bottom: none;
}

.__contacttab .inputTab__row,
.__info .inputTab__row {
  border-bottom: none;
}

@media (min-width: 960px) {

  .__contacttab .inputTab__row,
  .__info .inputTab__row {
    border-bottom: 1px solid #cdd6dd;
  }
}

.__contacttab .inputTab__row:last-child {
  border-bottom: 1px solid #cdd6dd;
}

.inputTab__labeltitle {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  display: flex;
  align-items: center;
  font-weight: 500;
  flex-direction: column;
  background-color: #dde9f5;
}

@media (min-width: 960px) {
  .inputTab__labeltitle {
    max-width: 340px;
    flex-direction: row;
    text-align: left;
  }
}

.__contacttab .inputTab__labeltitle,
.__numtab .inputTab__labeltitle,
.__info .inputTab__labeltitle {
  background-color: transparent;
}

@media (min-width: 960px) {

  .__contacttab .inputTab__labeltitle,
  .__numtab .inputTab__labeltitle,
  .__info .inputTab__labeltitle {
    background-color: #dde9f5;
  }
}

@media (min-width: 960px) {
  .__numtab .inputTab__labeltitle {
    max-width: 488px;
  }
}

.inputTab__labeltitle::before {
  background-color: #dde9f5;
  width: 100%;
  height: 47px;
  line-height: 47px;
  padding-left: 20px;
  display: block;
}

@media (min-width: 960px) {
  .inputTab__labeltitle::before {
    display: flex;
    background-color: #5492cb;
    width: 56px;
    min-width: 56px;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    line-height: inherit;
    padding-left: 0;
  }
}

.inputTab__labeltitleInner {
  padding: 12px 20px;
  width: 100%;
}

.__contacttab .inputTab__labeltitleInner {
  width: 100%;
}

.__contacttab .inputTab__labeltitleInner label {
  display: block;
  width: 100%;
  position: relative;
}

.__contacttab .inputTab__labeltitleInner label.__req::after {
  content: '必須';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  background-color: #e03232;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0 6px 2px;
}

.__contacttab .inputTab__labeltitleInner,
.__info .inputTab__labeltitleInner {
  color: #707070;
  font-weight: 500;
}

@media (min-width: 960px) {

  .__contacttab .inputTab__labeltitleInner,
  .__info .inputTab__labeltitleInner {
    color: #303133;
  }
}

@media (min-width: 960px) {
  .inputTab__labeltitleInner {
    width: auto;
    padding: 18px;
  }
}

.inputTab__notice {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 10px;
}

.inputTab__inputs {
  width: 100%;
  padding: 0 20px 12px;
}

@media (min-width: 960px) {
  .__numtab .inputTab__inputs {
    max-width: 510px;
  }
}

.__date .inputTab__inputs {
  padding: 12px 20px;
}

@media (min-width: 960px) {
  .__date .inputTab__inputs {
    padding: 30px;
  }
}

@media (min-width: 960px) {
  .inputTab__inputs {
    padding: 30px;
    max-width: 658px;
  }
}

.intro {
  max-width: 1206px;
  margin: 0 auto 100px;
  text-align: center;
  padding: 0 16px;
}

@media (min-width: 960px) {
  .intro {
    padding: 0;
  }
}

.contact .intro {
  margin-bottom: 60px;
}

@media (min-width: 600px) {
  .contact .intro {
    margin-bottom: 50px;
  }
}

.about .intro {
  margin-top: 20px;
}

@media (min-width: 600px) {
  .intro {
    margin: 0 auto 120px;
  }
}

.intro__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .intro__title {
    font-size: 3.2rem;
  }
}

.intro__cont {
  padding: 0 16px;
}

@media (min-width: 600px) {
  .intro__cont {
    padding: 0;
  }
}

.intro__txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

@media (min-width: 600px) {
  .intro__txt {
    text-align: center;
  }
}

.contact .intro__txt {
  text-align: center;
}

.intro__img {
  margin-top: 60px;
}

@media (min-width: 600px) {
  .intro__img {
    max-width: 809px;
    margin: 95px auto 0;
  }
}

.itemDetail {
  max-width: 1206px;
  margin: 0 auto 45px;
}

.itemDetail__inner {
  margin: 0 auto;
}

@media (min-width: 960px) {
  .itemDetail__inner {
    max-width: 836px;
  }
}

@media (min-width: 1206px) {
  .itemDetail__inner {
    margin: 0 0 0 auto;
  }
}

.itemDetail__summary {
  margin-bottom: 40px;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .itemDetail__summary {
    margin-bottom: 68px;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 960px) {
  .itemDetail__summary {
    padding: 0;
  }
}

.itemDetail__contactBtn {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .itemDetail__contactBtn {
    margin-bottom: 74px;
  }
}

.itemDetail__contactBtn.__green.btn>.btn__link {
  width: calc(100% - 32px);
}

@media (min-width: 768px) {
  .itemDetail__contactBtn.__green.btn>.btn__link {
    max-width: 303px;
    width: auto;
  }
}

.itemDetail__cont {
  padding: 0 16px 8px;
  text-align: center;
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .itemDetail__cont {
    margin-bottom: 100px;
  }
}

@media (min-width: 960px) {
  .itemDetail__cont {
    text-align: left;
    padding: 0 0 8px;
  }
}

.itemDetail__cont.__itemlist {
  padding: 0;
}

.itemDetail__contTitle {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 4px solid #5492cb;
  display: inline-block;
  margin: 0 auto 35px;
  padding-bottom: 9px;
}

@media (min-width: 960px) {
  .itemDetail__contTitle {
    margin: 0 0 14px;
  }
}

.itemDetail__contTxt {
  margin-bottom: 1em;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.875;
}

.itemImgs {
  width: 100%;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .itemImgs {
    margin-bottom: 0;
    margin-right: 20px;
    width: 438px;
  }
}

.itemImgs__large {
  margin-bottom: 6px;
}

.itemImgs__large .slick-list {
  padding: 8px;
  margin: 0 -8px;
}

.itemImgs__large .slick-dots {
  bottom: -47px;
}

.itemImgs__large .slick-dots li {
  width: 30px;
  height: 30px;
}

.itemImgs__large .slick-dots li.slick-active button:before {
  font-size: 14px;
  color: #5492cb;
}

.itemImgs__large .slick-dots li button:before {
  top: 50%;
  left: 50%;
  font-size: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-detail .itemImgs__largeImg {

  height: 304px !important;
  max-height: inherit !important;
}

.product-detail .itemImgs__largeImg img {
  margin: 0 auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  box-shadow: 3px 3px 10px #e4e9ed;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.itemImgs__thumbs {
  display: none;
}

.product-detail .itemImgs__thumb {
  height: 97px !important;
}

.product-detail .itemImgs__thumb img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media (min-width: 768px) {
  .itemImgs__thumbs {
    display: flex;
    justify-content: space-between;
  }

  .product-detail .itemImgs__thumbs {
    display: block;
  }
}

.itemImgs__thumbs .slick-track {
  margin: 0 13px 0 5px;
}

.itemImgs__thumbs .slick-list {
  margin: 0px -11px;
}

@media (min-width: 768px) {
  .itemImgs__thumbs .slick-list {
    margin: 0px -9px;
  }
}

.itemImgs__thumb {
  margin: 7px 4px;
  cursor: pointer;
  list-style: none;
}

@media (min-width: 768px) {
  .itemImgs__thumb {
    width: 140px !important;
  }
}

.itemImgs__thumb img {
  box-shadow: 3px 3px 10px #e4e9ed;
  width: 96%;
}

@media (min-width: 768px) {
  .itemImgs__thumb img {
    width: 100%;
  }
}

.itemList {
  width: 100%;
  margin: 0 auto 55px;
  max-width: 1206px;
  padding: 0 16px;
}

.itemList.__nopadding {
  padding: 0;
}

.itemList.__slick {
  margin: 0 auto 75px;
}

@media (min-width: 768px) {
  .itemList.__slick {
    margin: 0 auto 55px;
  }
}

@media (min-width: 960px) {
  .itemList {
    margin: 0 auto 94px;
  }
}

@media (min-width: 1206px) {
  .itemList {
    padding: 0;
  }
}

.itemList__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .itemList__inner.__js-slick {
    max-width: 1000px;
    display: block;
  }
}

.itemList__inner.__js-slick .slick-track {
  padding-bottom: 10px;
}

.itemList__inner.__js-slick .slick-dots {
  bottom: -47px;
}

.itemList__inner.__js-slick .slick-dots li {
  width: 30px;
  height: 30px;
}

.itemList__inner.__js-slick .slick-dots li.slick-active button:before {
  font-size: 14px;
  color: #5492cb;
}

.itemList__inner.__js-slick .slick-dots li button:before {
  top: 50%;
  left: 50%;
  font-size: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-slider {
  display: block;
   !important;
}

@media (min-width: 1206px) {
  .__hasside .itemList__inner {
    max-width: 100%;
    margin: 0 auto;
  }
}

.itemList__box {
  box-shadow: 3px 3px 10px #e4e9ed;
  background-color: #fff;
  width: 100%;
  max-width: calc(50% - 19px / 2);
  margin-right: 19px;
  margin-bottom: 19px;
  display: block;
}

.__js-slick .itemList__box {
  box-shadow: none;
  max-width: inherit;
  margin: 0 10px;
}

@media (max-width: 960px) {
  .__js-slick .itemList__box {
    margin-bottom: 0;
  }

  .__js-slick .itemList__box {
    margin: 0;
  }
}

@media (min-width: 960px) {
  .itemList__box {
    max-width: calc(33.33% - 3.1% * 2 / 3);
    margin-right: 3.1%;
    margin-bottom: 3.1%;
  }
}

.itemList__box:nth-child(2n) {
  margin-right: 0;
}

.__js-slick .itemList__box:nth-child(2n) {
  margin: 0;
}

@media (min-width: 960px) {
  .itemList__box:nth-child(2n) {
    margin-right: 3.1%;
  }

  .__js-slick .itemList__box:nth-child(2n) {
    margin: 0 10px;
  }
}

@media (min-width: 960px) {
  .itemList__box:nth-child(3n) {
    margin-right: 0;
  }

  .__js-slick .itemList__box:nth-child(3n) {
    margin: 0 10px;
  }
}

.itemList__boxInner {
  margin: 0 13px;
  box-shadow: 3px 3px 10px #e4e9ed;
}

@media (min-width: 960px) {
  .itemList__boxInner {
    margin: 0;
  }
}

.itemList__img {
  padding-top: 77.86%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.link_list .itemList__img {
  background-size: cover;
}

.itemList__title {
  color: #303133;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
  padding: 12px 20px;
}

.product-detail .itemList__title {
  font-size: 2rem;
}

@media (min-width: 960px) {
  .itemList__title {
    font-size: 2rem;
  }
}

.itemSummary {
  width: 100%;
}

@media (min-width: 960px) {
  .itemSummary {
    max-width: 353px;
  }
}

.itemSummary__title {
  font-size: 2.4rem;
  padding-bottom: 60px;
  border-bottom: 1px solid #cdd6dd;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .itemSummary__title {
    padding-bottom: 50px;
    margin-bottom: 37px;
  }
}

.itemSummary__info {
  margin-bottom: 26px;
  font-size: 1.6rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .itemSummary__info {
    margin-bottom: 79px;
  }
}

.itemSummary__dl {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #707070;
  text-align: center;
  line-height: 28px;
  height: 28px;
  margin-bottom: 10px;
}

.itemSummary__dlItem {
  list-style: none;
  font-size: 1.6rem;
}

.itemSummary__dlLink {
  color: #5492cb;
  text-decoration: underline;
}

.itemSummary__dlLink::after {
  content: '';
  margin-left: 5px;
  width: 18px;
  height: 16px;
  background-image: url("../../assets/img/common/icon-outlink.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-bottom: -2px;
}

@media (min-width: 600px) {
  .itemSummary__dlLink::after {
    width: 13px;
    height: 13px;
    background-image: url("../../assets/img/common/icon-download.svg");
  }
}

.itemSummary__dlLink:hover {
  text-decoration: none;
}

.kv {
  position: relative;
  /* height: 77.2vw; */
  height: 34vh;
}

@media (min-width: 375px) {
  .kv{
    height: 40vh;
  }
}

@media (min-width: 600px) {
  .kv{
    height: 60vh;
  }
}

@media (min-width: 960px) {
  .kv {
    height: 520px;
  }
}

.kv .kv__conts .slick-dots{
    bottom: 0;
    z-index: 10;
    position: relative;
}

@media screen and (max-width: 959px){
  .kv .kv__conts .slick-dots{
      bottom: -38%;
  }
}

@media screen and (max-width: 600px){
  .kv .kv__conts .slick-dots{
      bottom: unset;
      top: 38%;
  }
}

@media screen and (max-width: 480px){
  .kv .kv__conts .slick-dots{
      top: 30%;
  }
}

@media screen and (max-width: 390px){
  .kv .kv__conts .slick-dots{
      top: 28%;
  }
}

@media screen and (max-width: 375px){
  .kv .kv__conts .slick-dots{
      top: 35%;
  }
}

@media screen and (max-width: 320px){
  .kv .kv__conts .slick-dots{
      top: 43%;
  }
}


.kv__copy {
  max-width: 1206px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 15.5vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  max-width: calc(100% - 32px);
}

@media (min-width: 375px) {
  .kv__copy {
    max-width: 88%;
  }
}

@media (min-width: 600px) {
  .kv__copy {
    top: 31vw;
    /* top: unset;
    bottom: 0; */
  }
}

@media (min-width: 960px) {
  .kv__copy {
    margin: 67px 0 0 0;
    max-width: 1206px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 16px;
  }
}

@media (min-width: 1238px) {
  .kv__copy {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .kv__copy {
    /*margin: 67px 0 0 0;
    max-width: $siteMaxWidth;
    top: 50%;
    transform: translate(-50%, -50%);*/
  }
}

.kv__copy>.kv__copyImg {
  display: block;
  max-width: 308px;
  margin: 0 0 10px;
  position: relative;
}

.kv__copy>.kv__copyImg .jsImg {
  opacity: 0;
  transition: all 0.7s;
}

.kv__copy>.kv__copyImg .jsImg.on {
  opacity: 1;
}

.kv__copy>.kv__copyImg .activeImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kv__copy>.kv__copyImg .activeImg img {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(20px);
  transition: all 0.5s;
  opacity: 0;
}

.kv__copy>.kv__copyImg .activeImg img:nth-child(2n) {
  transform: translateY(-20px);
}

.kv__copy>.kv__copyImg .activeImg img.on {
  transform: translateY(0);
  opacity: 1;
}



@media (min-width: 375px) {
  .kv__copy>.kv__copyImg {
    margin: 0 0 30px;
  }
}

@media (min-width: 960px) {
  .kv__copy>.kv__copyImg {
    max-width: 593px;
    margin: 0 0 20px;
  }
}

.kv__copy>.kv__copyTxt {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  display: block;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
}

@media (min-width: 960px){
  .kv__copy>.kv__copyTxt {
    background: linear-gradient(
    90deg,
    #69c988 0%,
    #5492cb 30.1%,
    #5492cb 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  }
}

.kv__copy>.kv__copyTxt.on {
  transform: translateY(0);
  opacity: 1;
}

@media (min-width: 375px) {
  .kv__copy>.kv__copyTxt {
    font-size: 3.2rem;
  }
}

@media (min-width: 960px) {
  .kv__copy>.kv__copyTxt {
    margin: 0;
  }
}

.kv__conts {
  position: absolute;
  width: 100%;
  height: 147.2vw;
}

@media (min-width: 960px) {
  .kv__conts {
    height: auto;
  }
}

@media screen and (max-width: 959px){
  .kv .kv__conts{
    height: 100%;
  }
}

.kv__conts:after {
  content: '';
  display: block;
  position: absolute;
  top: 33.47vw;
  top: 30.47vw;
  left: 0;
  width: 100%;
  height: 35.27vw;
  background: linear-gradient(41.5deg, #5492cb 0%, #69c988 100%);
}

@media (min-width: 600px) {
  .kv__conts:after {
    height: calc(100vh - 400px - 250px);
  }
}

@media (min-width: 960px) {
  .kv__conts:after {
    display: none;
  }
}

.kv__cont {
  width: 100%;
  height: 33.47vw !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 960px) {
  .kv__cont {
    height: 520px !important;
  }
}

@media (min-width: 1206px) {
  .multipleCheckbox {
    /* width: 272px; */
    /* margin-left: 49px; */
  }
}

.proposal .multipleCheckbox {
  max-width: 368px;
  width: 100%;
  margin-left: 0;
}

@media (min-width: 1206px) {
  .multipleCheckbox .wpcf7-form-control-wrap {
    display: block;
  }

  .multipleCheckbox .multipleCheckbox__checkWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
    margin: 0 16px;
  }
}

.multipleCheckbox__title {
  cursor: pointer;
  border: 2px solid #606266;
  border-radius: 5px;
  background-color: #fff;
  height: 54px;
  line-height: 54px;
  font-size: 1.6rem;
  padding: 0 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  transition: all 0.2s ease-in-out;
}

.proposal .multipleCheckbox__title {
  border: 1px solid #cdd6dd;
}

@media (min-width: 1206px) {
  .multipleCheckbox__title {
    display: none;
  }

  .proposal .multipleCheckbox__title {
    display: flex;
  }
}

.proposal .multipleCheckbox__title {
  margin-bottom: 0;
}

.multipleCheckbox__title::after {
  content: '';
  display: block;
  width: 14px;
  height: 7px;
  background-image: url("../../assets/img/common/icon-down-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.multipleCheckbox__checkWrapper {
  display: none;
  margin: 0 16px;
  padding: 16px 0;
}

@media (min-width: 1206px) {
  .multipleCheckbox__checkWrapper {
    display: block;
    padding: 0;
    margin: 0 8px;
  }

  .proposal .category {
    display: block;
    padding: 0;
    margin: 0 8px;
  }
}

.proposal .multipleCheckbox__checkWrapper {
  margin: 0;
  background-color: #f5f7f8;
  padding: 16px;
  display: none;
}

.multipleCheckbox__check {
  display: flex;
  align-items: center;
  height: 36px;
}

.multipleCheckbox__check>input[type='checkbox'] {
  display: none;
}

.multipleCheckbox__check>input[type='checkbox']:checked+.multipleCheckbox__label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5492cb;
}

.multipleCheckbox__label {
  position: relative;
  font-size: 1.6rem;
  padding-left: 8px;
  cursor: pointer;
  display: block;
  width: 100%;
}

.proposal .multipleCheckbox__label {
  color: #707070;
}


.proposal .multipleCheckbox__label::before {
  border: 1px solid #d6d6d7;
}

.multipleCheckbox .wpcf7-form-control-wrap {
  display: block;
  margin: 0 16px;
  padding: 16px 0;
}

@media (min-width: 1206px) {
  .multipleCheckbox .wpcf7-form-control-wrap {
    display: block;
    padding: 0;
    margin: 0 8px;
  }
}

.proposal .multipleCheckbox .wpcf7-form-control-wrap {
  margin: 0;
  background-color: #f5f7f8;
  padding: 16px;
}

.multipleCheckbox__title+p {
  display: none;

}

.category .wpcf7-list-item {
  display: flex;
  align-items: center;
  height: 36px;
}

.multipleCheckbox .wpcf7-list-item input[type='checkbox'] {
  display: none;
}

.multipleCheckbox .wpcf7-list-item input[type='checkbox']~span {
  position: relative;
}

.multipleCheckbox .wpcf7-list-item input[type='checkbox']:checked~span::after {
  content: '';
  /*display: none;*/
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5492cb;
}

.multipleCheckbox .wpcf7-list-item input[type='checkbox']:checked~span::after {
  background-color: #5492cb;
}

.wpcf7-list-item-label {
  position: relative;
  font-size: 1.6rem;
  padding-left: 32px;
  cursor: pointer;
  display: block;
  width: 100%;
}

.proposal .wpcf7-list-item-label {
  color: #707070;
}

/*.wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}

.proposal .wpcf7-list-item-label::before {
  border: 1px solid #d6d6d7;
}*/

.wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/common/check.png) no-repeat left center;
  background-size: 16px auto;
}

.multipleCheckbox .wpcf7-list-item input[type=checkbox]:checked~span:before {
  background-image: url("../img/common/check_on.png");
}

.wpcf7-list-item-label::after {
  display: none;
}

.newsList {
  max-width: 1206px;
  margin: 0 auto 55px;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .newsList {
    margin: 0 auto 113px;
  }
}

@media (min-width: 1280px) {
  .newsList {
    padding: 0;
  }
}

.newsList__link {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cdd6dd;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .newsList__link {
    margin-bottom: 36px;
    flex-wrap: nowrap;
    height: 60px;
    padding: 0;
  }
}

.newsList__link:hover {
  text-decoration: none;
}

.newsList__link:hover .newsList__title {
  text-decoration: underline;
}

.newsList__date {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #707070;
  height: 100%;
  margin-right: 12px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .newsList__date {
    width: 105px;
    margin-bottom: 0;
    padding-right: 20px;
    border-right: 1px solid #cdd6dd;
    margin-right: 20px;
  }
}

.newsList__cat {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  width: 140px;
  min-width: 140px;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .newsList__cat {
    margin-right: 35px;
    margin-bottom: 0;
  }
}

.__newscat01 .newsList__cat {
  background-color: #69c988;
}

.__newscat02 .newsList__cat {
  background-color: #5492cb;
}

.__newscat03 .newsList__cat {
  background-color: #efa05f;
}

.__newscat04 .newsList__cat {
  background-color: #707070;
}

.newsList__title {
  font-weight: 400;
  font-size: 1.6rem;
  color: #303133;
  width: 100%;
}

@media (min-width: 768px) {
  .newsList__title {
    width: auto;
  }
}

.pageContent {
  position: relative;
}

.about .pageContent {
  margin-bottom: 65px;
}

@media (min-width: 960px) {
  .about .pageContent {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .pageContent.__side-active {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 1330px;
    margin: 0 auto;
  }
}

.pagekv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 34.67%;
  position: relative;
  margin-bottom: 10px;
}

.pagekv.__txt-kv {
  padding-top: 0;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  border-bottom: 1px solid #cdd6dd;
}

@media (min-width: 1280px) {
  .pagekv.__txt-kv {
    height: 240px;
    min-height: 240px;
  }
}

.pagekv.__txt-kv::before {
  display: none;
}

.special01 .pagekv {
  background-position: center left -12px;
}

@media (min-width: 960px) {
  .special01 .pagekv {
    background-position: center;
  }
}

.special02 .pagekv {
  background-position: center left -20px;
}

@media (min-width: 960px) {
  .special02 .pagekv {
    background-position: center;
  }
}

@media (min-width: 960px) {
  .pagekv {
    margin-bottom: 15px;
    padding-top: 29.87%;
  }
}

.pagekv::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 34.67%;
  background-color: rgba(255, 255, 255, 0.5);
}

.special01 .pagekv::before,
.special02 .pagekv::before {
  background-color: transparent;
}

@media (min-width: 960px) {
  .pagekv::before {
    display: none;
    padding-top: 29.87%;
  }
}

.pagekv__title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1280px) {
  .pagekv__title {
    top: calc(50% + 67px);
  }
}

.__txt-kv .pagekv__title {
  bottom: 0;
  top: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2.4rem;
  padding-bottom: 14px;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .__txt-kv .pagekv__title {
    padding-bottom: 34px;
  }
}

.__txt-kv .pagekv__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 264px;
  height: 4px;
  background-color: #5492cb;
}

.pagekv__txten {
  display: block;
  margin: 0 auto 10px;
}

.product .pagekv__txten {
  width: 153px;
  height: 23px;
}

.proposal .pagekv__txten {
  width: 169px;
  height: 23px;
}

.special01 .pagekv__txten {
  width: 167px;
  height: 23px;
}

.special02 .pagekv__txten {
  width: 173px;
  height: 23px;
}

.about .pagekv__txten {
  width: 194px;
  height: 23px;
}

.pagekv__txtjp {
  display: block;
  font-size: 2rem;
  margin: 0 auto;
  white-space: nowrap;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .pagekv__txtjp {
    font-size: 2.4rem;
  }
}

.special01 .pagekv__txtjp,
.special02 .pagekv__txtjp {
  color: #fff;
}

.pageNav {
  margin: 0 auto 40px;
  max-width: 1206px;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .pageNav {
    padding: 0;
    margin: 0 auto 100px;
  }
}

@media (min-width: 1206px) {
  .pageNav {
    padding: 0;
  }
}

.discontinued .pageNav {
  margin-bottom: 30px;
}

.pageNav__items {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  .pageNav__items {
    flex-wrap: nowrap;
  }
}

.pageNav__item {
  width: 20%;
  list-style: none;
  margin-right: 1px;
  margin-bottom: 1px;
}

.discontinued .pageNav__item,
.special01 .pageNav__item {
  width: 25%;
}

@media (min-width: 600px) {
  .pageNav__item {
    margin-bottom: 0;
  }
}

.pageNav__item:nth-child(1) {
  width: calc(33.33% - 1px);
}

@media (min-width: 600px) {
  .pageNav__item:nth-child(1) {
    width: 20%;
  }
}

.discontinued .pageNav__item:nth-child(1),
.special01 .pageNav__item:nth-child(1) {
  width: calc(50% - 0.5px);
}

@media (min-width: 600px) {

  .discontinued .pageNav__item:nth-child(1),
  .special01 .pageNav__item:nth-child(1) {
    width: 25%;
  }
}

.pageNav__item:nth-child(2) {
  width: calc(33.33% - 1px);
}

@media (min-width: 600px) {
  .pageNav__item:nth-child(2) {
    width: 20%;
  }
}

.discontinued .pageNav__item:nth-child(2),
.special01 .pageNav__item:nth-child(2) {
  width: calc(50% - 0.5px);
  margin-right: 0;
}

@media (min-width: 600px) {

  .discontinued .pageNav__item:nth-child(2),
  .special01 .pageNav__item:nth-child(2) {
    margin-right: 1px;
    width: 25%;
  }
}

.pageNav__item:nth-child(3) {
  width: calc(33.33% - 1px);
  margin-right: 0;
}

@media (min-width: 600px) {
  .pageNav__item:nth-child(3) {
    margin-right: 1px;
    width: 20%;
  }
}

.discontinued .pageNav__item:nth-child(3),
.special01 .pageNav__item:nth-child(3) {
  width: calc(50% - 0.5px);
  margin-right: 1px;
  margin-bottom: 0;
}

@media (min-width: 600px) {

  .discontinued .pageNav__item:nth-child(3),
  .special01 .pageNav__item:nth-child(3) {
    width: 25%;
  }
}

.pageNav__item:nth-child(4) {
  width: calc(50% - 1px);
  margin-right: 1px;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .pageNav__item:nth-child(4) {
    width: 20%;
  }
}

.special02 .pageNav__item:nth-child(4) {
  width: calc(66.67% - 1px);
  margin-right: 1px;
}

@media (min-width: 600px) {
  .special02 .pageNav__item:nth-child(4) {
    width: 20%;
  }
}

.discontinued .pageNav__item:nth-child(4),
.special01 .pageNav__item:nth-child(4) {
  width: calc(50% - 0.5px);
  margin-right: 0;
}

@media (min-width: 600px) {

  .discontinued .pageNav__item:nth-child(4),
  .special01 .pageNav__item:nth-child(4) {
    width: 25%;
  }
}

.pageNav__item:nth-child(5) {
  width: calc(50% - 1px);
  margin-bottom: 0;
  margin-right: 0;
}

@media (min-width: 600px) {
  .pageNav__item:nth-child(5) {
    width: 20%;
  }
}

.special02 .pageNav__item:nth-child(5) {
  width: calc(33.33% - 1px);
}

@media (min-width: 600px) {
  .special02 .pageNav__item:nth-child(5) {
    width: 20%;
  }
}

.pageNav__link {
  font-size: 1.6rem;
  color: #303133;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 58px;
  transition: all 0.2s ease-in-out;
  background-color: #cdd6dd;
  font-weight: 500;
}

.__active .pageNav__link {
  background-color: #264058;
  color: #fff;
}

.special01 .__active .pageNav__link {
  background-color: #4d1b3e;
}

.special02 .__active .pageNav__link {
  background-color: #254a8b;
}

.special01 .pageNav__link {
  background-color: rgba(77, 27, 62, 0.2);
}

.special02 .pageNav__link {
  background-color: rgba(37, 74, 139, 0.2);
}

.pageNav__link:hover {
  background-color: #264058;
  color: #fff;
  text-decoration: none;
}

.special01 .pageNav__link:hover {
  background-color: #4d1b3e;
}

.special02 .pageNav__link:hover {
  background-color: #254a8b;
}

.pagetop {
  display: none;
}

@media (min-width: 1280px) {
  .pagetop {
    display: block;
    position: fixed;
    z-index: 5;
    right: 80px;
    bottom: 5%;
    opacity: 0;
    pointer-events: none;
  }
}

.pagetop.__active {
  opacity: 1;
  pointer-events: all;
  -webkit-animation: fadeIn 0.2s ease-in-out;
  animation: fadeIn 0.2s ease-in-out;
}

.pagetop__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(35.26deg, #5492cb 0%, #69c988 100%);
}

.pagetop__link img {
  width: 14px;
  height: 7px;
}

.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first {
  display: none;
}

.pagination {
  width: 100%;
}

.itemList .pagination {
  margin: 51px auto 0;
}

@media (min-width: 960px) {
  .itemList .pagination {
    margin: 67px auto 0;
  }
}

.dlList .pagination {
  margin: 11px auto 0;
}

@media (min-width: 960px) {
  .dlList .pagination {
    margin: 11px auto 0;
  }
}

.hVideo .pagination {
  margin: 51px auto 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 960px) {
  .hVideo .pagination {
    margin: 17px auto 0;
  }
}

.newsList .pagination,
.wp-pagenavi {
  margin: 55px auto 0;
}

.pagination__items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi .current {
  color: #5492cb;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(84, 146, 203, 0.3);
  display: block;
  padding: 0 12px;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}

.pagination__item {
  list-style: none;
}

.pagination__link {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(84, 146, 203, 0.3);
  display: block;
  padding: 0 12px;
}

.__active-page .pagination__link {
  color: #5492cb;
}

.__pre-page .pagination__link {
  padding-left: 0;
}

.__next-page .pagination__link {
  padding-right: 0;
}

@media (min-width: 960px) {
  .proposalCont.__service {
    margin-bottom: 185px;
  }
}

.proposalCont.__ftp {
  margin-bottom: 110px;
}

@media (min-width: 960px) {
  .proposalCont.__ftp {
    margin-bottom: 190px;
  }
}

.proposalCont.__thanks.__contact {
  margin-bottom: 90px;
}

@media (min-width: 960px) {
  .proposalCont.__thanks.__contact {
    margin-bottom: 115px;
  }
}

.proposalCont__title {
  position: relative;
  padding-bottom: 66px;
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .proposalCont__title {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}

@media (min-width: 960px) {
  .__contact .proposalCont__title {
    margin-bottom: 50px;
  }
}

.proposalCont__title::after {
  content: '';
  width: 2px;
  background-color: #5492cb;
  position: absolute;
  top: 83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 44px;
}

@media (min-width: 960px) {
  .proposalCont__title::after {
    top: 95px;
    height: 68px;
  }
}

.proposalCont__titleEn {
  display: block;
  margin: 0 auto 10px;
}

.__service .proposalCont__titleEn {
  width: 132px;
  height: 23px;
}

.__ftp .proposalCont__titleEn {
  width: 320px;
  height: 23px;
}

.__contact .proposalCont__titleEn {
  width: 150px;
  height: 23px;
}

.proposalCont__titleJp {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.proposalCont__intro {
  font-size: 2rem;
  line-height: 1.8;
  text-align: left;
  padding: 0 16px;
  margin-bottom: 80px;
}

@media (min-width: 960px) {
  .proposalCont__intro {
    margin-bottom: 115px;
    padding: 0;
    text-align: center;
  }
}

.__contact.__thanks .proposalCont__txt {
  text-align: center;
}

.proposalCont__thanksTitle {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
  padding: 0 16px;
}

@media (min-width: 960px) {
  .proposalCont__thanksTitle {
    padding: 0;
  }
}

.proposalCont__backBtn {
  margin: 0 auto 78px;
  height: 40px;
}

@media (min-width: 960px) {
  .proposalCont__backBtn {
    margin: 0 auto 90px;
    max-width: 230px;
    height: 54px;
  }
}

.proposalCTA {
  padding: 65px 0 60px;
  background-color: rgba(205, 214, 221, 0.2);
}

@media (min-width: 960px) {
  .proposalCTA {
    padding: 80px 0 66px;
  }
}

.proposalCTA__btns {
  margin: 0 auto 40px;
}

@media (min-width: 960px) {
  .proposalCTA__btns {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
  }
}

.proposalCTA__btn {
  margin: 0 auto;
}

.proposalCTA__btn:first-child {
  margin-bottom: 34px;
}

@media (min-width: 960px) {
  .proposalCTA__btn:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .proposalCTA__btn {
    margin: 0;
  }
}

.proposalCTA__fax {
  width: 291px;
  height: 29px;
  margin: 0 auto;
}

.searchArea {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px 16px 10px;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  z-index: 20;
}

@media (min-width: 1206px) {
  .searchArea {
    /*overflow: hidden;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    width: auto;
    transform: none;
    padding: 0;
    display: block;*/
    position: static;
    -webkit-transform: none;
    transform: none;
    display: flex;
    width: 100%;
    padding: 0 60px;
  }
}

.__active-searchbox .searchArea {
  display: block;
}

.searchArea>form {
  overflow: auto;
  height: 360px;
}

@media (min-height: 550px) {
  .searchArea>form {
    height: 380px;
  }
}

@media (min-height: 640px) {
  .searchArea>form {
    height: 400px;
  }
}

@media (min-width: 1206px) {
  .searchArea>form {
    height: auto;
    width: 100%;
    display: flex;
    position: relative;
    overflow: clip;
    background-color: #dde9f5;
    padding-bottom: 50px;
  }
}

.searchArea__boxWrapper {
  margin-bottom: 25px;
}

@media (min-width: 1206px) {
  .searchArea__box {
    height: 100%;
  }

  .searchArea__boxWrapper {
    display: block;
  }

  .searchArea__boxWrapper:first-child {
    width: 30%;
  }

  .searchArea__boxWrapper:nth-child(2) {
    width: 70%;
    display: flex;
  }

  .searchArea__boxWrapper:nth-child(2) .searchArea__box {
    width: 50%;
  }

  .searchArea__boxWrapper:nth-child(2) .searchArea__box .multipleCheckbox {
    width: 100%;
  }
}

@media all and (-ms-high-contrast:none) {
  .searchArea>form {
    width: 346px;
  }
}

.searchArea__title {
  text-align: left;
  height: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #303133;
  margin-top: 30px;
}

@media (min-width: 1206px) {
  .searchArea__title {
    background-color: #5492cb;
    color: #fff;
    text-align: center;
    margin-top: 0;
  }
}

.searchArea__field {
  background-color: #dde9f5;
  border-radius: 5px 5px 0 0;
}

.searchArea__boxWrapper:first-child .searchArea__field {
  background-color: transparent;
}

@media (min-width: 1206px) {
  .searchArea__boxWrapper:first-child .searchArea__field {
    background-color: #dde9f5;
    height: 100%;
    display: grid;
    place-items: center;
  }
}

@media (min-width: 1206px) {
  .searchArea__field {
    padding: 20px 0;
    border-radius: 0;
    height: 100%;
  }
}

.searchArea__btn {
  margin: 0 auto;
}

@media (min-width: 1206px) {
  .searchArea__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
  }

  .searchArea__btn.__green.btn>.btn__link {
    max-width: 266px;
    margin-bottom: 20px
  }
}

.searchBox {
  position: relative;
  padding: 3px 29px;
  border-radius: 50px;
  height: 54px;
  overflow: hidden;
  background: #fff;
  opacity: 0.9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.searchArea .searchBox {
  margin: 0 auto;
  box-shadow: none;
  height: 40px;
  border: 1px solid #303133;
}

@media (min-width: 1206px) {
  .searchArea .searchBox {
    max-width: 266px;
    border: none;
  }
}

.searchBox__wrapper {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  max-width: 700px;
  width: calc(100% - 32px);
}

@media (min-width: 1280px) {
  .searchBox__wrapper {
    width: 100%;
    bottom: 55px;
  }
}

.searchBox__txt {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
}

.searchBox__txt:focus {
  outline: 0;
}

.searchArea .searchBox__txt::-webkit-input-placeholder {
  color: #808080;
}

.searchArea .searchBox__txt::-moz-placeholder {
  color: #808080;
}

.searchArea .searchBox__txt:-ms-input-placeholder {
  color: #808080;
}

.searchArea .searchBox__txt::-ms-input-placeholder {
  color: #808080;
}

.searchArea .searchBox__txt::placeholder {
  color: #808080;
}

@media (min-width: 1280px) {
  .searchArea .searchBox__txt::-webkit-input-placeholder {
    color: #cdd6dd;
  }

  .searchArea .searchBox__txt::-moz-placeholder {
    color: #cdd6dd;
  }

  .searchArea .searchBox__txt:-ms-input-placeholder {
    color: #cdd6dd;
  }

  .searchArea .searchBox__txt::-ms-input-placeholder {
    color: #cdd6dd;
  }

  .searchArea .searchBox__txt::placeholder {
    color: #cdd6dd;
  }
}

.searchBox__btn {
  cursor: pointer;
  font-size: 1.3em;
  border: none;
  background-image: url("../../assets/img/common/icon-search.svg");
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 38px;
  height: 38px;
  right: 20px;
  top: 8px;
  outline: none;
  padding-left: 39px;
  overflow: hidden;
}

.searchArea .searchBox__btn {
  width: 30px;
  height: 30px;
  background-size: 16px 16px;
  top: 5px;
  right: 10px;
}

.searchInfo {
  max-width: 1206px;
  margin: 0 auto 35px;
  padding: 0 16px;
}

@media (min-width: 960px) {
  .searchInfo {
    margin: 0 auto 74px;
  }
}

@media (min-width: 1206px) {
  .searchInfo {
    padding: 0;
  }
}

.searchInfo__txt {
  font-size: 1.6rem;
}

.searchviewBtn {
  position: fixed;
  bottom: 56px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background-color: #4879a7;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  z-index: 100;
  cursor: pointer;
}

.searchviewBtn span {
  display: block;
}

@media (min-width: 1206px) {
  .searchviewBtn {
    display: none;
    z-index: 8;
  }
}

.single {
  background-color: rgba(205, 214, 221, 0.2);
  padding: 69px 0 100px;
  margin-bottom: 65px;
  padding: 35px 16px;
}

@media (min-width: 960px) {
  .single {
    padding: 69px 0 100px;
    margin-bottom: 100px;
  }
}

.single__container {
  max-width: 1206px;
  margin: 0 auto;
  background-color: #fff;
  padding: 23px 23px 31px;
}

@media (min-width: 960px) {
  .single__container {
    padding: 30px 0 110px;
  }
}

.single__inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.single__cat {
  margin-right: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
}

@media (min-width: 960px) {
  .single__cat {
    margin-bottom: 26px;
  }
}

.single__cat.__cat01 {
  background-color: #69c988;
}

.single__cat.__cat02 {
  background-color: #5492cb;
}

.single__cat.__cat03 {
  background-color: #efa05f;
}

.single__cat.__cat04 {
  background-color: #707070;
}

.single__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.single__date {
  font-size: 1.6rem;
  color: rgba(48, 49, 51, 0.3);
  margin-bottom: 30px;
  display: block;
}

.single__youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.single__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.single__backBtn {
  margin-bottom: 65px;
}

@media (min-width: 960px) {
  .single__backBtn {
    margin-bottom: 90px;
  }
}

.single__content {
  font-size: 1.6rem;
}

.single__content p {
  margin-bottom: 2em;
  line-height: 1.875;
}

.single__content ul {
  padding-left: 1.2em;
  margin-bottom: 2em;
}

.single__content ol {
  padding-left: 1.2em;
  margin-bottom: 2em;
}

.single__content .__nomb {
  margin-bottom: 0;
}

.single__content .__ta-centaer {
  text-align: center;
}

.slick-continue {
  -webkit-animation: fadezoom 8s 0s forwards;
  animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.slick-slide:focus {
  outline: none;
}

.snsnav.__spsns {
  display: none;
}

.__navopen .snsnav.__spsns {
  display: block;
}

.snsnav.__pcsns {
  display: none;
}

@media (min-width: 1280px) {
  .hnavArea__l01>.snsnav {
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
}

.footer .snsnav {
  position: absolute;
  top: 107px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 960px) {
  .footer .snsnav {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

.snsnav__items {
  display: flex;
  justify-content: center;
}

@media (min-width: 960px) {
  .snsnav__items {
    justify-content: flex-start;
  }

  .__spsns .snsnav__items {
    justify-content: center;
  }
}

.snsnav__item {
  list-style: none;
  width: 36px;
  height: 36px;
  margin-right: 20px;
}

.snsnav__item:last-child {
  margin-right: 0;
}

.sp01Intro {
  max-width: 1206px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media (min-width: 960px) {
  .sp01Intro {
    margin-bottom: 45px;
  }
}

.sp01Intro__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 960px) {
  .sp01Intro__wrapper {
    flex-direction: column-reverse;
  }
}

.sp01Intro__titleArea {
  margin-bottom: 30px;
  padding: 0 16px;
}

@media (min-width: 960px) {
  .sp01Intro__titleArea {
    margin-bottom: 50px;
  }
}

@media (min-width: 1206px) {
  .sp01Intro__titleArea {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}

.sp01Intro__title {
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .sp01Intro__title {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}

@media (min-width: 960px) {
  .sp01Intro__title {
    text-align: left;
  }
}

@media (min-width: 1206px) {
  .sp01Intro__title {
    margin-bottom: 0;
  }
}

.sp01Intro__imgs {
  display: flex;
  padding: 0 16px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .sp01Intro__imgs {
    width: 649px;
    margin: 0 auto;
  }
}

@media (min-width: 1206px) {
  .sp01Intro__imgs {
    padding: 0;
  }
}

.sp01Intro__img {
  list-style: none;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.sp01Intro__img:nth-child(2) {
  margin-right: 0;
}

.sp01Intro__img:last-child {
  margin-right: 0;
}

@media (min-width: 960px) {
  .sp01Intro__img {
    margin-bottom: 0;
    width: calc(25% - 15px);
  }

  .sp01Intro__img:nth-child(2) {
    margin-right: 20px;
  }
}

.sp01Intro__txtArea {
  padding: 0 16px;
}

@media (min-width: 1206px) {
  .sp01Intro__txtArea {
    padding: 0;
  }
}

.sp01Intro__txt {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
}

.sp02Intro {
  max-width: 1206px;
  width: 100%;
  padding: 0 16px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media (min-width: 960px) {
  .sp02Intro {
    margin-bottom: 60px;
  }
}

@media (min-width: 1206px) {
  .sp02Intro {
    max-width: 1240px;
    padding: 0;
    margin-top: -67px;
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
  }
}

.sp02Intro__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 960px) {
  .sp02Intro__wrapper {
    flex-direction: column-reverse;
  }
}

.sp02Intro__inner {
  background-image: url("../../assets/img/special02/introimg.jpg");
  overflow: visible;
  height: 100%;
  background-position: top 220px center;
  background-size: 100%;
}

@media (min-width: 600px) {
  .sp02Intro__inner {
    background-position: top 160px center;
  }
}

@media (min-width: 960px) {
  .sp02Intro__inner {
    background-size: contain;
    background-position: center right;
  }
}

@media (min-width: 1206px) {
  .sp02Intro__inner {
    background-position: center right -23px;
  }
}

.sp02Intro__txtArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 960px) {
  .sp02Intro__txtArea {
    max-width: 600px;
    height: 400px;
  }
}

@media (min-width: 1206px) {
  .sp02Intro__txtArea {
    height: 610px;
  }
}

.sp02Intro__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 94vw;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 600px) {
  .sp02Intro__title {
    line-height: 1.5625;
    font-size: 3.2rem;
  }
}

@media (min-width: 960px) {
  .sp02Intro__title {
    text-align: left;
    margin-bottom: 53px;
  }
}

.sp02Intro__txt {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
}

.specialCont {
  max-width: 1206px;
  padding: 85px 0 0;
  margin: -85px auto 75px;
}

@media (min-width: 1206px) {
  .specialCont {
    margin: -165px auto 75px;
    padding: 165px 0 0;
    display: flex;
  }

  .special02 .specialCont {
    margin: -132px auto 75px;
    padding: 132px 0 0;
  }
}

.specialCont a {
  text-decoration: underline;
}

.specialCont a:hover {
  text-decoration: none;
}

.specialCont__titleArea {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 1206px) {
  .specialCont__titleArea {
    width: 28.19%;
    margin-bottom: 0;
    text-align: left;
  }
}

.specialCont__titleWrapper {
  text-align: center;
}

@media (min-width: 1206px) {
  .specialCont__titleWrapper {
    text-align: left;
  }
}

.specialCont__title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (min-width: 1206px) {
  .specialCont__title {
    text-align: left;
    padding-left: 18px;
    margin-bottom: 0;
  }

  .special01 .specialCont__title {
    border-left: 4px solid #4d1b3e;
  }

  .special02 .specialCont__title {
    border-left: 4px solid #254a8b;
  }
}

.specialCont__title::after {
  content: '';
  display: block;
  width: 59px;
  height: 4px;
  margin: 5px auto 0;
}

.special01 .specialCont__title::after {
  background-color: #4d1b3e;
}

.special02 .specialCont__title::after {
  background-color: #254a8b;
}

@media (min-width: 1206px) {
  .specialCont__title::after {
    display: none;
  }
}

.specialCont__titleJp {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}

.specialCont__titleEn {
  vertical-align: top;
  height: 15px;
  margin: 0 auto;
}

@media (min-width: 1206px) {
  .specialCont__titleEn {
    margin: 0 0 6px;
  }
}

.specialCont__titleEn img {
  vertical-align: top;
}

.__features .specialCont__titleEn {
  width: 97px;
  height: 15px;
}

.__features .specialCont__titleEn img {
  width: 97px;
  height: 15px;
}

.__howtouse01 .specialCont__titleEn,
.__howtouse02 .specialCont__titleEn {
  width: 123px;
  height: 14px;
}

.__howtouse01 .specialCont__titleEn img,
.__howtouse02 .specialCont__titleEn img {
  width: 123px;
  height: 14px;
}

.__recommend .specialCont__titleEn {
  width: 134px;
  height: 14px;
}

.__recommend .specialCont__titleEn img {
  width: 134px;
  height: 14px;
}

.__caution .specialCont__titleEn {
  width: 89px;
  height: 15px;
}

.__caution .specialCont__titleEn img {
  width: 89px;
  height: 15px;
}

.__details .specialCont__titleEn {
  width: 75px;
  height: 15px;
}

.__details .specialCont__titleEn img {
  width: 75px;
  height: 15px;
}

.__products .specialCont__titleEn {
  width: 107px;
  height: 14px;
}

.__products .specialCont__titleEn img {
  width: 107px;
  height: 14px;
}

.__faq .specialCont__titleEn {
  width: 39px;
  height: 18px;
}

.__faq .specialCont__titleEn img {
  width: 39px;
  height: 18px;
}

.specialCont__contArea {
  width: 100%;
}

@media (min-width: 1206px) {
  .specialCont__contArea {
    width: 71.81%;
  }
}

.specialCont__boxInner {
  justify-content: space-between;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .specialCont__boxInner {
    max-width: 770px;
    display: flex;
  }
}

.__mechanism .specialCont__boxInner {
  margin-bottom: 55px;
}

@media (min-width: 1206px) {
  .__mechanism .specialCont__boxInner {
    max-width: 100%;
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .specialCont__boxTxtArea {
    width: 377px;
  }
}

@media (min-width: 768px) {
  .__mechanism .specialCont__boxTxtArea {
    width: 100%;
    max-width: 510px;
  }
}

@media (min-width: 768px) {
  .specialCont__boxImgArea {
    width: 348px;
  }
}

.__mechanism .specialCont__boxImgArea {
  padding: 0 16px;
  width: auto;
}

@media (min-width: 768px) {
  .__mechanism .specialCont__boxImgArea {
    max-width: 303px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .__mechanism .specialCont__boxImg {
    padding-top: 10px;
  }
}

.specialCont__subTitle {
  font-size: 2rem;
  color: #4d1b3e;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 0 16px;
}

@media (min-width: 1206px) {
  .specialCont__subTitle {
    padding: 0;
  }
}

.specialCont__box {
  margin-bottom: 75px;
}

@media (min-width: 600px) {
  .specialCont__box {
    margin-bottom: 55px;
  }
}

.specialCont__boxTitle {
  display: flex;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .specialCont__boxTitle {
    margin-bottom: 20px;
  }
}

.specialCont__boxTitle span {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  padding: 5px 18px;
  line-height: 1.5;
}

.specialCont__boxTitle::before {
  content: '';
  width: 23px;
  display: block;
  background-color: #303133;
  border-right: 5px solid #fff;
}

.special01 .specialCont__boxTitle {
  background-color: #4d1b3e;
}

.special02 .specialCont__boxTitle {
  background-color: #254a8b;
}

.specialCont__txt {
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 16px;
  margin-bottom: 20px;
}

@media (min-width: 1206px) {
  .specialCont__txt {
    padding: 0;
  }
}

@media (min-width: 600px) {
  .__features .specialCont__box:first-child .specialCont__txt {
    margin-bottom: 50px;
  }
}

.specialCont__img {
  max-width: 655px;
  margin: 0 auto;
  padding: 0 16px;
}

.__features .specialCont__box:first-child .specialCont__img {
  max-width: 717px;
}

@media (min-width: 1206px) {
  .specialCont__img {
    padding: 0;
  }
}

.specialCont__youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  margin-left: 16px;
  margin-right: 16px;
}

@media (min-width: 1206px) {
  .specialCont__youtube {
    margin-left: auto;
    margin-right: auto;
    max-width: 655px;
  }
}

.__howtouse02 .specialCont__youtube {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .__howtouse02 .specialCont__youtube {
    margin-bottom: 40px;
  }
}

.specialCont__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.specialCont__btn {
  margin: 0 16px;
  width: calc(100% - 32px);
}

@media (min-width: 600px) {
  .specialCont__btn {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

.specialCont__btn.__green.btn>.btn__link {
  border-radius: 27px;
  height: 97px;
  text-align: center;
}

@media (min-width: 960px) {
  .specialCont__btn.__green.btn>.btn__link {
    height: 40px;
    border-radius: 50px;
  }
}

@media (min-width: 960px) {
  .specialCont__btn {
    margin: 40px auto 0;
    max-width: 424px;
  }

  .specialCont__btn.__green.btn>.btn__link {
    max-width: 424px;
  }
}

.specialCont__dlbtnTxt {
  font-size: 2rem;
  font-weight: 500;
  color: #4d1b3e;
  text-align: center;
  margin-bottom: 20px;
}

.specialCont__dlbtn {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 480px;
  margin-bottom: 65px;
}

@media (min-width: 600px) {
  .specialCont__dlbtn {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .specialCont__dlbtn {
    margin-bottom: 150px;
  }
}

.txtCont {
  max-width: 1000px;
  margin: 0 auto 45px;
}

@media (min-width: 600px) {
  .txtCont {
    margin: 0 auto 160px;
  }
}

.txtCont a {
  text-decoration: underline;
}

.txtCont a:hover {
  text-decoration: none;
}

.txtCont a[href*='tel:'] {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .txtCont a[href*='tel:'] {
    text-decoration: none;
  }
}

.txtCont__box {
  margin-bottom: 55px;
  padding: 0 16px;
}

.txtCont__box:last-child {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .txtCont__box {
    padding: 0;
  }
}

.txtCont__title {
  background-color: #5492cb;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  font-size: 2rem;
  padding: 6px 0;
}

.txtCont__txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 30px;
}

.txtCont__txt:last-child {
  margin-bottom: 0;
}

.txtCont__lists {
  padding-left: 2em;
}

.txtCont__list {
  font-size: 1.6rem;
  line-height: 1.875;
}

/*
utility
---------------------------------*/
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}


.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
  transition: all 1s cubic-bezier(.19, 1, .22, 1);
}

.fadeInUp.on {
  opacity: 1;
  transform: translateY(0);
}

.fadeInUp.delay01 {
  transition-delay: .2s;
}

.fadeInUp.delay02 {
  transition-delay: .4s;
}

.fadeInUp.delay03 {
  transition-delay: .6s;
}

.fadeInUp.delay04 {
  transition-delay: .8s;
}

.fadeInUp.delay05 {
  transition-delay: 1s;
}

.fadeInUp.delay06 {
  transition-delay: 1.2s;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
  transition: all 1s cubic-bezier(.19, 1, .22, 1);
}

.fadeIn.on {
  opacity: 1;
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(20px);
  -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
  transition: all 1s cubic-bezier(.19, 1, .22, 1);
}

.fadeInLeft.on {
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 1280px) {
  .fadeInUpPc {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
  }

  .fadeInUpPc.on {
    opacity: 1;
    transform: translateY(0);
  }

  .fadeInUpPc.delay01 {
    transition-delay: .2s;
  }

  .fadeInUpPc.delay02 {
    transition-delay: .4s;
  }

  .fadeInUpPc.delay03 {
    transition-delay: .6s;
  }

  .fadeInUpPc.delay04 {
    transition-delay: .8s;
  }

  .fadeInUpPc.delay05 {
    transition-delay: 1s;
  }

  .fadeInUpPc.delay06 {
    transition-delay: 1.2s;
  }
}

@media (max-width: 1279px) {
  .fadeInUpSp {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
  }

  .fadeInUpSp.on {
    opacity: 1;
    transform: translateY(0);
  }

  .spDelayNone.delay01 {
    transition-delay: 0s !important;
  }

  .spDelayNone.delay02 {
    transition-delay: 0s !important;
  }

  .spDelayNone.delay03 {
    transition-delay: 0s !important;
  }

  .spDelayNone.delay04 {
    transition-delay: 0s !important;
  }

  .spDelayNone.delay05 {
    transition-delay: 0s !important;
  }

  .spDelayNone.delay06 {
    transition-delay: 0s !important;
  }

}

.proposal .table02 .inputSet__date::after {
  display: none;
}

.proposal .table02 .inputSet__numListItem:before {
  margin-bottom: 0;
}

.proposal .table02 .category .wpcf7-list-item-label {
  padding-left: 0;
}

.proposal .table02 .category .wpcf7-list-item-label::before,
.proposal .table02 .category .wpcf7-list-item-label::after {
  display: none;
}

img[class*=wp-image-],
img[class*=attachment-] {
  width: auto;
}

.dropify-wrapper {
  padding: 0;
}


/* 商品・メーカー */
.homeProduct {
  max-width: 1200px;
  padding: 38px 16px;
  margin: 0 auto;
}

.homeProduct__title {
  text-align: center;
  margin-bottom: 48px;
}

.homeProduct__titleEn {
  display: block;
  width: 260px;
  height: 24px;
  margin: 0 auto 11px;
}

.homeProduct__titleJp {
  font-size: 2rem;
}

.homeProduct__unit {
  display: flex;
  gap: 2rem 4rem;
  flex-wrap: wrap;
}

.homeProduct__item {
  width: 100%;
}

.homeProduct__item a {
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 100%;
  padding: 20px 10px;
  border: 1px solid #707070;
  transition: opacity 0.3s;
}

.homeProduct__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.homeProduct__item span.text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 20px;
  position: relative;
}

.homeProduct__item span.text::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/home/icon-home_arrow01.svg) no-repeat center / contain;
  position: absolute;
  top: 5px;
  left: 0;
}

.homeProduct__item span.text span:nth-of-type(1) {
  font-size: 2.4rem;
  line-height: 1.2;
}

.homeProduct__item span.text span:nth-of-type(2) {
  color: #707070;
  font-size: 1.8rem;
  line-height: 1.2;
}

.homeProduct__item img {
  width: 30%;
  height: auto;
}

@media (min-width: 1280px) {
  .homeProduct__title {
    margin-bottom: 77px;
  }
}

@media (min-width: 768px) {
  .homeProduct {
    padding: 50px 0;
  }

  .homeProduct__item {
    width: calc((100% - 8rem) / 3);
  }

  .homeProduct__item span.text {
    padding-left: 30px;
  }

  .homeProduct__item span.text::before {
    width: 20px;
    height: 20px;
    top: 10px;
  }

  .homeProduct__item span.text span:nth-of-type(1) {
    font-size: 2.8rem;
  }

  .homeProduct__item span.text span:nth-of-type(2) {
    font-size: 2rem;
  }
}

/* 下層（prevention、manufacturer）リンク一覧 */
.listProduct {
  max-width: 1200px;
  padding: 40px 16px;
  margin: 0 auto;
}

.listProduct__unit {
  display: flex;
  gap: 2rem 4rem;
  flex-wrap: wrap;
}

.listProduct__unit a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
  background: #5492cb;
  color: #fff;
  font-size: 1.8rem;
  transition: opacity 0.3s;
  position: relative;
}

.listProduct__unit a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.listProduct__unit a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_arrow01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
}

@media (min-width: 768px) {
  .listProduct {
    padding: 50px 0 100px;
  }

  .listProduct__unit a {
    width: calc((100% - 8rem) / 3);
    font-size: 2rem;
  }
}

/*  2025/11/27  Add a separator line to the search box. */
@media (min-width: 1206px) {
  .searchArea__boxWrapper:nth-child(1) .searchArea__box:first-child {
    position: relative;
  }
  .searchArea__boxWrapper:nth-child(1) .searchArea__box:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50px;      
    bottom: 20px;   
      width: 1px;
      background: #aaa;
  }
}

@media (min-width: 1206px) {
  .searchArea__boxWrapper:nth-child(2) .searchArea__box:last-child {
    position: relative;
  }
  .searchArea__boxWrapper:nth-child(2) .searchArea__box:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 20px;
    width: 1px;
    background: #aaa;
  }
}
/*  2025/11/27  Add a separator line to the search box. */

/* 20251210 add --------------------------------------------------- s */
/* =============================
   医療従事者確認モーダル 全体
============================= */

/* 白背景（暗幕） */
.medical-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85);
    z-index: 99999;
}

/* 外側の白背景（中央配置） */
.medical-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    max-width: 700px;
    width: 90%;
    background: #fff;

    padding: 22px; /* 白余白 */
    box-sizing: border-box;
}

/* 内側の青枠ボックス */
.medical-modal__inner {
    background: #fff;
    border: 6px solid #e7a23d;
    padding: 35px 30px 40px;
    box-sizing: border-box;
    text-align: center;
}

.medical-modal__logo {
    text-align: center;
    margin-bottom: 20px;
}

.medical-modal__logo img {
    max-width: 180px;
    height: auto;
}

/* テキスト（上の説明文） */
.medical-modal__text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.medical-modal__text .highlight {
    position: relative;
    display: inline;
    font-weight: bold;
    padding: 0 3px;
    background-image: linear-gradient(#ffe66d, #ffe66d);
    background-repeat: no-repeat;
    background-size: 100% 40%;  /* 下40%に黄色 */
    background-position: 0 120%; /* 下に寄せる */
}

/* 区切り線 */
.medical-modal__divider {
    width: 60%;
    margin: 25px auto;
    border: none;
    border-top: 1px solid #999;
}

/* 質問文 */
.medical-modal__question {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

/* ボタン2つのレイアウト */
.medical-modal__btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* ボタン共通 */
.medical-modal__btn {
    width: 140px;
    padding: 12px 0;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

/* はい（黄色） */
.medical-modal__btn.yes {
    background: #e7a23d;
}

/* いいえ（青） */
.medical-modal__btn.no {
    background: #2E7D32;
}

/* スマホ対応 */
@media screen and (max-width: 480px) {
    .medical-modal__inner {
        padding: 25px 15px 30px;
    }

    .medical-modal__btns {
        flex-direction: column;
        gap: 15px;
    }

    .medical-modal__btn {
        width: 100%;
        font-size: 17px;
    }

    .medical-modal__question {
        font-size: 18px;
    }
}
/* 20251210 add --------------------------------------------------- e */

/* 20260118 add --------------------------------------------------- s */
/* position set top support unker link */
#support {
  scroll-margin-top: 200px;
}

@media screen and (max-width: 480px) {
    #support {
      scroll-margin-top: 110px;
    }
}

.listProduct__unit a:hover {
  opacity: 0.85;
}

/* .listProduct__unit a:nth-child(1) {
  background-color: #6F8FBF;
}

.listProduct__unit a:nth-child(2) {
  background-color: #7FAF9A;
}

.listProduct__unit a:nth-child(3) {
  background-color: #D8C98A;
}

.listProduct__unit a:nth-child(4) {
  background-color: #D6A6B3;
  color: #333;
}

.listProduct__unit a:nth-child(5) {
  background-color: #B6BCC6;
} */

.listProduct__unit a:nth-child(1) { background:#3F6FB5; }
.listProduct__unit a:nth-child(2) { background:#3E9B6C; }
.listProduct__unit a:nth-child(3) { background:#C2A23A; }
.listProduct__unit a:nth-child(4) { background:#C45A7A; }
.listProduct__unit a:nth-child(5) { background:#7E8794; }

/* 20260118 add --------------------------------------------------- s */

/* 20260126 add --------------------------------------------------- */
.home .bfb_imgBanner.bfb_rb.bfb_view_pc{
  bottom: 95px !important;
}

@media screen and (max-width: 1200px){
  .home .bfb_imgBanner.bfb_rb.bfb_view_pc{
    bottom: 120px !important;
  }
}

.home .bfb_imgBanner.bfb_rb.bfb_view_sp{
  width: 50%;
}
/* 20260126 add --------------------------------------------------- */

@media (max-width: 480px) {
  .kv__copy>.kv__copyImg {
    max-width: 208px;
  }
}
