@charset "UTF-8";

/* slick.css */
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  display: flex;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  height: auto !important;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  padding: 0px 0;
}

.slick-initialized .slick-slide.interviewItem {
  background: #fff;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: 0 0;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/* colorbox.css */
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.6) repeat 0 0;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/*#cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}*/
/*#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}*/
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

/*#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/btn-prev.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/btn-next.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}*/
#cboxClose {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/btn-close.png) no-repeat center center;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/* style.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

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

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
* Universal inheritance
*/
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

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

/*
* Opinionated defaults
*/
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

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

nav ol,
nav ul {
  list-style: none;
}

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

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

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

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a:focus {
  outline: none;
}

/* -----------------------------------------------------------------------
## Base ##################################################################
----------------------------------------------------------------------- */
:root {
  font-size: 14px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  background-color: #fff;
  padding-bottom: 114px;
}

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

.txt_thin {
  font-weight: normal;
}

.inner {
  max-width: 1254px;
  padding-left: 67px;
  padding-right: 67px;
  margin-left: auto;
  margin-right: auto;
}

.inner.two {
  width: 100%;
  max-width: 888px;
  margin: 40px auto 15px;
  padding: 0;
}

.inner.unit {
  padding: 0;
  max-width: 1336px;
}

@media screen and (max-width: 1150px) {
  .inner {
    padding-left: calc(100% * 67 / 1150);
    padding-right: calc(100% * 67 / 1150);
  }
}

.hover {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.hover:hover {
  opacity: 0.6;
}

.pc-none {
  display: none !important;
}

.u-pc-txt-center {
  text-align: center;
}

/* -----------------------------------------------------------------------
## Common ################################################################
----------------------------------------------------------------------- */
/* main: style.scss*/
@font-face {
  font-family: CONDENSEicon;
  src: url("../font/CONDENSEicon.eot");
}

@font-face {
  font-family: CONDENSEdesignicon;
  src: url("../font/CONDENSEdesignicon.eot");
}

@font-face {
  font-family: 'CONDENSEicon';
  src: url("../font/CONDENSEicon.woff") format("woff"), url("../font/CONDENSEicon.otf") format("opentype");
}

@font-face {
  font-family: 'CONDENSEdesignicon';
  src: url("../font/CONDENSEdesignicon.woff") format("woff"), url("../font/CONDENSEdesignicon.otf") format("opentype");
}

/* -----------------------------------------------------------------------
## Header ################################################################
----------------------------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}

.headerContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.header #mainLogoBase {
  padding-top: 20px;
  padding-bottom: 22px;
}

.header #mainLogoBase>a {
  display: block;
  width: 250px;
}

/* -----------------------------------------------------------------------
## mainContents ##########################################################
----------------------------------------------------------------------- */
.mainContents {
  padding-top: 80px;
}

/* -----------------------------------------------------------------------
## mv ####################################################################
----------------------------------------------------------------------- */
.mv {
  background-color: #e6edf3;
}

/*
.mv_img {
    position: relative;
    max-width: 1366px;
    height: 780px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

@media screen and (max-width: 1150px) {
    .mv_img {
        height: auto;
    }
}

.mv_inner {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1366px;
}

@media screen and (max-width: 1150px) {
    .mv_inner {
        position: relative;
        left: 0;
        -webkit-transform: none;
        transform: none;
        width: auto;
        margin-left: calc( 100% * -108 / 1150);
        margin-right: calc( 100% * -108 / 1150);
    }
    .mv_inner > img {
        width: 100%;
    }
}
*/

.mv_txt {
  margin-top: 1em;
  font-size: 14px;
}

/* -----------------------------------------------------------------------
## cv ####################################################################
----------------------------------------------------------------------- */
.cv {
  padding: 60px 0 30px;
}

.cv .inner {
  max-width: 1366px;
  padding: 0;
}

.cv .cvArea_balloon {
  position: absolute;
  left: 28px;
  top: 0;
}

.cvArea_wrap {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.cv .cvBtn {
  text-align: center;
}

/* -----------------------------------------------------------------------
## bnr ###################################################################
----------------------------------------------------------------------- */
.bnr {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bnr>.inner {
  max-width: 1134px;
}

.bnr .bnrArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bnr .bnrArea>p {
  width: calc(100% * 476 / 1000);
}

/* -----------------------------------------------------------------------
## present ###############################################################
----------------------------------------------------------------------- */
.present {
  padding: 70px 0 27px;
  text-align: center;
  background: url(../images/bg_present.png) no-repeat center top / cover;
}

.present .inner {
  max-width: 1064px;
}

.presentTtl {
  max-width: 820px;
  margin: 0 auto 10px;
}

.present .btn {
  text-align: center;
  margin: 50px 0 0;
}

.present__tm {
  width: 150px;
  margin: 30px auto 0 auto;
}

.preTxt01 img {
  width: auto;
  height: 34px;
}

.presentContainer {
  margin-top: 38px;
}

.presentItem {
  padding: 40px;
  background-color: #f8f8f8;
  border-radius: 12px;
}

.presentItem:not(:first-child) {
  margin-top: 24px;
}

.presentItem>a {
  display: block;
  color: #393939;
}

.presentItemFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.presentItemInfo {
  width: calc(100% * (1120 - 424 - 40 - 40 - 40) / (1120 - 40 - 40));
  position: relative;
}

.presentItemHeading {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.presentItemNumber {
  padding: 6px 10px;
  background-color: #d33661;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.presentItemLabel {
  padding: 6px 10px;
  margin-left: 8px;
  border: 1px solid #d33661;
  color: #d33661;
  font-size: 16px;
  line-height: 1;
}

.presentItemTtl {
  padding-top: 56px;
  padding-left: calc(100% * 42 / 576);
}

.presentItemTtl>small {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

.presentItemTtl>strong {
  display: block;
  margin-top: 12px;
  font-size: 28px;
  font-weight: normal;
}

.presentItemTtl>span {
  display: block;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 200;
}

.presentItemImage {
  position: relative;
  width: calc(100% * 424 / (1120 - 40 - 40));
}

.presentItemImage>img {
  border-radius: 12px;
}

.presentItemPop {
  position: absolute;
  right: -16px;
  top: -21px;
}

.presentItemZoom {
  position: absolute;
  right: -30px;
  bottom: -30px;
  display: block;
}

.presentDetail {
  margin-top: 56px;
}

.presentDetail>a {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  border-radius: 1.9em;
  text-align: center;
  border: 1px solid #c6c1b0;
  color: #393939;
  font-size: 15px;
  line-height: 1;
}

.presentDetail>a:before {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-right: 16px;
  vertical-align: -3px;
  background: url(../images/ico_window.png) no-repeat;
  content: '';
}

.present>.inner>ul {}

.present>.inner>ul>li {
  width: 100%;
  margin: 0 auto;
}

.present>.inner>ul>li:first-child {
  max-width: 886px;
}

.present>.inner>ul>li:nth-child(2) {
  max-width: 850px;
}

.present>.inner>ul>li:last-child {
  max-width: 924px;
}

.present>.inner>ul>li>img {}

.present>.inner>p.txt {}

.present__Btn {
  display: block;
  max-width: 540px;
  margin: 60px auto 0;
  transition: opacity .3s;
}

.present__Btn:hover {
  opacity: .7;
}

/* -----------------------------------------------------------------------
## present02 ###############################################################
----------------------------------------------------------------------- */
.present02 {
  padding: 87px 0 27px;
  text-align: center;
  background: url(../images/bg_present.png) no-repeat center top / cover;
}
.present02__campaign {
  max-width: 946px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------
## reason ################################################################
----------------------------------------------------------------------- */
.reason {
  padding-top: 80px;
}

.reasonTtl {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.35;
  color: #7f7f7f;
  padding: 0 0 50px;
  /* border-bottom: 1px solid #e7e6e6; */
}

.reasonTtl img {
  display: inline-block;
  margin: 0 auto -14px;
}

.reasonTtl>span {
  font-size: 72px;
  color: #008fd0;
  font-family: 'DIN Alternate Bold';
  font-weight: normal;
}

.reasonTtl>strong {
  font-size: 44px;
  font-weight: normal;
}

.reasonTtl>strong>span {
  color: #baa469;
  font-size: 64px;
}

.reasonIndex {
  margin-top: 44px;
}

.reasonIndexFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(100% * 95 / 1120);
  padding-left: calc(100% * 95 / 1120);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reasonIndexItem {
  width: calc(100% * (160 + 48 + 48) / 930);
}

.reasonIndexItemNum {
  display: block;
  text-align: center;
  color: #baa469;
  font-size: 24px;
  line-height: 1;
}

.reasonIndexItemImage {
  margin-top: 22px;
  text-align: center;
}

.reasonIndexItemTtl {
  margin-top: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
}

.reasonIndexItemTxt {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}

.reasonContainer {
  padding-top: 90px;
}

.reasonItem.reasonItem01,
.reasonItem.reasonItem02 {
  /* border-bottom: 1px solid #e7e6e6;
  padding: 0 0 50px;*/
}

.reasonItem.reasonItem01 .modal_img {
  text-align: center;
  margin: 50px auto;
}

#movieWater .p_commitMaintenance01__video01 {
  text-align: center;
  position: relative;
}

#movieWater .p_commitMaintenance01__video01 video {
  width: 100%;
  height: 750px;
}

#movieWater .p_commitMaintenance01__img01 {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 27%;
}

#movieWater .modalWaterInner {
  padding: 30px 0;
}

.reasonItem:not(:first-child) {
  padding-top: 90px;
}

.reasonItemTtl {
  text-align: center;
  margin: 0 0 20px;
}

.reasonItemTtl>span {
  font-family: 'DIN Alternate Bold';
  position: relative;
  color: #008fd0;
  font-size: 74px;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 10px;
  display: inline-block;
  letter-spacing: 4px;
}

.reasonItemTtl>span:before {
  position: absolute;
  left: -30px;
  top: -32px;
  width: 76px;
  height: 58px;
  background: url(../images/reason_point.png) no-repeat;
  content: '';
}

.reasonItemTtl>strong {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}

.reasonItemTtl>strong>span {
  font-weight: 300;
}

.reasonItemTtl>strong>span>sub {
  font-size: 20px;
  vertical-align: baseline;
}

.reasonItemNote {
  margin: 23px auto 0px;
  font-size: 12px;
  color: #7f7f7f;
  letter-spacing: .025em;
  text-align: center;
}

.reasonItemLead {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.gdArea {
  background: #e8ebec;
  padding: 50px 10px 0;
  margin: 50px 0 0;
}

.gdArea>figure {
  width: 100%;
  max-width: 342px;
  margin: 0 auto;
}

.unitCont {
  background: #ebf9ff;
  padding: 24px 10px;
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
}

.unitCont>figure {
  width: 100%;
  max-width: 632px;
  margin: 0 auto;
}

ul.unitList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-top: 40px;
}

ul.unitList>li {
  flex: 0 0 auto;
}

ul.unitList>li>img {}

.reasonItem01_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 94px;
}

.reasonItem01_outline>dd {
  margin-left: 38px;
  font-size: 16px;
  line-height: 1.75;
}

.reasonItem01_graph {
  width: 100%;
  max-width: 888px;
  margin: 40px auto 20px;
}

.reasonItem01_no1 {
  margin-top: 94px;
}

.reasonItem01_no1Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #ede9e3;
  overflow: hidden;
}

.reasonItem01_no1Content {
  padding: 20px 40px;
}

.reasonItem01_no1Ttl {
  font-size: 26px;
}

.reasonItem01_no1Txt {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
}

.reasonItem01_no1Notes01,
.reasonItem01_no1Notes02 {
  display: block;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
}

.reasonItem01_no1Notes01 {
  margin-top: 32px;
}

.reasonItem01_no1Notes02 {
  margin-top: 20px;
}

.reasonItem01_zero {
  margin-top: 80px;
}

.reasonItem01_zeroTtl {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
}

.reasonItem01_zeroTtl strong {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 46px;
  font-weight: normal;
  line-height: 1;
}

.reasonItem01_zeroList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 36px;
  padding-left: calc(100% * 95 / 1120);
  padding-right: calc(100% * 95 / 1120);
}

.reasonItem01_zeroItem {
  width: calc(100% * 198 / 930);
  padding: 28px 16px;
  border: 1px solid #baa469;
  border-radius: 12px;
  text-align: center;
}

.reasonItem01_zeroItemTtl {
  font-size: 18px;
  font-weight: normal;
}

.reasonItem01_zeroItemIcon {
  margin-top: 20px;
}

.reasonItem01_zeroItemPrice {
  margin-top: 28px;
  color: #baa469;
  font-size: 28px;
  line-height: 1;
}

.reasonItem01_zeroItemPrice>strong {
  font-size: 82px;
  font-weight: normal;
  line-height: 1;
}

.reasonItem01_zeroNotes {
  display: block;
  margin-top: 20px;
  padding-left: calc(8.4821428571% + 20px);
  padding-right: 8.4821428571%;
  color: #7f7f7f;
  font-size: 12px;
}

.reasonItem01 .cv {
  margin-top: 88px;
}

.reasonItem02_waterserver {
  margin-top: 98px;
}

.reasonItem02_waterserverItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reasonItem02_waterserverItem:not(:first-child) {
  margin-top: 80px;
}

.reasonItem02_waterserverItem:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.reasonItem02_waterserverItem:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reasonItem02_waterserverItemImage {
  width: calc(100% * 480 / 1120);
}

.reasonItem02_waterserverItemSlider .slick-dots {
  bottom: -46px;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}

.reasonItem02_waterserverItemSlider .slick-dots li {
  margin-left: 0;
  margin-right: 0;
}

.reasonItem02_waterserverItemSlider .slick-dots li button {
  position: relative;
  padding: 0;
  pointer-events: auto;
}

.reasonItem02_waterserverItemSlider .slick-dots li button:before {
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #dfdedb;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: '';
}

.reasonItem02_waterserverItemSlider .slick-dots li.slick-active button:before {
  background-color: #55b6d5;
}

.reasonItem02_waterserverItemSlider .slick-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #d1d1d1;
  border-radius: 22px;
  cursor: pointer;
}

.reasonItem02_waterserverItemSlider .slick-arrow.slick-disabled {
  opacity: .4;
  cursor: default;
}

.reasonItem02_waterserverItemSlider .slick-prev,
.reasonItem02_waterserverItemSlider .slick-next {
  top: calc(100% + 14px);
  -webkit-transform: none;
  transform: none;
}

.reasonItem02_waterserverItemSlider .slick-prev:before,
.reasonItem02_waterserverItemSlider .slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #393939;
  border-left: 1px solid #393939;
  font-size: 0;
  content: '';
}

.reasonItem02_waterserverItemSlider .slick-prev {
  left: calc(50% - 108px);
}

.reasonItem02_waterserverItemSlider .slick-prev:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.reasonItem02_waterserverItemSlider .slick-next {
  right: auto;
  left: calc(50% + 64px);
}

.reasonItem02_waterserverItemSlider .slick-next:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.reasonItem02_waterserverItemSlide {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.reasonItem02_waterserverItemSlide:after {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 31px;
  height: 31px;
  background: url(../images/reason_zoom.png) no-repeat;
  pointer-events: none;
  content: '';
}

.reasonItem02_waterserverItemContent {
  padding-left: 7%;
  padding-right: 7%;
}

.reasonItem02_waterserverItemCatch {
  font-size: 18px;
  line-height: 1.66667;
}

.reasonItem02_waterserverItemLogo {
  position: relative;
  margin-top: 20px;
}

.reasonItem02_waterserverItem01 {
  max-width: 1040px;
  margin: 0 auto;
}

.reasonItem02_waterserverItem01 .reasonItem02_waterserverItemContent {
  margin-right: 7%;
}

.reasonItem02_waterserverItem01 .reasonItem02_waterserverItemLogo {
  padding-right: 32px;
}

.reasonItem02_waterserverItem03 .reasonItem02_waterserverItemLogo {
  padding-right: 128px;
}

.reasonItem02_waterserverItemPop {
  position: absolute;
  display: block;
}

.reasonItem02_waterserverItem01 .reasonItem02_waterserverItemPop {
  right: -21px;
  top: -98px;
}

.reasonItem02_waterserverItem02 .reasonItem02_waterserverItemPop {
  right: -78px;
  top: -68px;
}

.reasonItem02_waterserverItem03 .reasonItem02_waterserverItemPop {
  right: 12px;
  top: -44px;
}

.reasonItem02_waterserverItemDetail {
  margin-top: 30px;
}

.reasonItem02_waterserverItemDetail>a {
  display: block;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  border: 1px solid #d0cfca;
  text-align: center;
  color: #393939;
  font-size: 15px;
  line-height: 1;
}

.reasonItem02_waterserverItemDetail>a:before {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-right: 16px;
  vertical-align: -3px;
  background: url(../images/ico_zoom.png) no-repeat;
  content: '';
}

.reasonItem02_waterserverItemNotes {
  display: block;
  margin-top: 40px;
  color: #7f7f7f;
  font-size: 12px;
}

.reasonItem02_waterserverFeature {
  max-width: 1040px;
  margin: 0 auto;
}

.reasonItem02_waterserverFeature .modalProductInner {
  padding-bottom: 0;
}

.reasonItem02_waterserverFeature .modalProductContent {
  margin-top: 100px;
}

.reasonItem02_waterserverFeature .modalProductSectImage {
  border-radius: 12px;
  overflow: hidden;
}

.reasonItem02_waterserverFeature .modalProductSect:nth-child(2n) .modalProductSectContent {
  padding-left: 0;
  margin-top: 0;
}

.reasonItem02_waterserverFeature .modalProductNotes {
  padding-left: 0;
}

.reasonItem02 .cv {
  margin-top: 88px;
}

.reasonItem03 {
  position: relative;
  overflow: hidden;
}

.reasonItem03_water {
  margin-top: 180px;
}

.reasonItem03_waterItem {
  position: relative;
}

.reasonItem03_waterItemTtl {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.53333;
}

.reasonItem03_waterItemTxt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}

.reasonItem03_waterItemDetail {
  margin-top: 32px;
}

.reasonItem03_waterItemDetail>a {
  display: block;
  width: 310px;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  border: 1px solid #d0cfca;
  border-radius: 1.9em;
  text-align: center;
  color: #393939;
  font-size: 15px;
  line-height: 1;
}

.reasonItem03_waterItemDetail>a:before {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-right: 16px;
  vertical-align: -3px;
  background: url(../images/ico_zoom.png) no-repeat;
  content: '';
}

.reasonItem03_waterItemBadges {
  width: 100%;
  margin-top: -70px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 451px;
}

.reasonItem03_waterItemNotes {
  display: block;
  text-indent: -0.5em;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
  margin: 10px auto 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0 0 0 10px;
}

.reasonItem03_waterItem01:before {
  position: absolute;
  right: 0;
  top: -320px;
  width: 729px;
  height: 731px;
  background: url(../images/water_bg01.png) no-repeat;
  pointer-events: none;
  content: '';
}

.reasonItem03 .reasonItem03_img {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1366px) {
  .reasonItem03_waterItem01:before {
    right: auto;
    left: calc(50% - 44px);
  }
}

.reasonItem03_waterItem01 .reasonItem03_waterItemContent {
  position: relative;
  margin-left: 95px;
}

@media screen and (max-width: 1150px) {
  .reasonItem03_waterItem01 .reasonItem03_waterItemContent {
    margin-left: calc(100% * 95 / 1120);
  }
}

.reasonItem03_waterItem02 {
  margin-top: 330px;
}

.reasonItem03_waterItem02:before {
  position: absolute;
  left: 0;
  top: -298px;
  width: 725px;
  height: 732px;
  background: url(../images/water_bg02.png) no-repeat;
  pointer-events: none;
  content: '';
}

@media screen and (max-width: 1366px) {
  .reasonItem03_waterItem02:before {
    left: auto;
    right: calc(50% - 42px);
  }
}

.reasonItem03_waterItem02 .reasonItem03_waterItemContent {
  position: relative;
  margin-left: calc(50% + 115px);
}

.reasonItem03_waterItem03 {
  margin-top: 100px;
}

.reasonItem03_waterItem03 .reasonItem03_waterItemTtl,
.reasonItem03_waterItem03 .reasonItem03_waterItemTxt {
  text-align: center;
}

.reasonItem03_waterItem04 {
  margin-top: 40px;
}

.reasonItem03_waterItem04 .reasonItem03_waterItemTtl {
  text-align: center;
}

.reasonItem03_waterItem04 .reasonItem03_waterItemTtl small {
  font-size: 18px;
}

.reasonItem03_waterItem04>.inner {
  background: #ebfbff;
  max-width: 1000px;
  padding: 0 10px 40px 10px;
  margin-left: auto;
  margin-right: auto;
}

.reasonItem03_waterItem04>.reasonItem03_waterItemNotes {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 15px;
}

.reasonItem03_waterFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}

.reasonItem03_waterItemImage {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.reasonItem03_waterFeatureItem {
  width: calc(100% * 285 / (1120 - 44 - 44));
  padding: 0 20px;
  border-right: 1px solid #dedede;
  width: 33.333333%;
}

.reasonItem03_waterFeatureItem:last-child {
  border: none;
}

.reasonItem03_waterFeatureItemIcon {
  text-align: center;
}

.reasonItem03_waterFeatureItemTtl {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}

.reasonItem03_waterFeatureItemTxt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}

.reasonItem03_waterFeatureItemTxt small {
  display: block;
  margin-top: 12px;
  padding-left: 1em;
  text-indent: -1em;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
}

.reasonItem03_note {
  max-width: 800px;
  margin-inline: auto;
  padding: 20px 10px;
  background: #fff;
  text-align: center;
}

.reasonItem03_note-ttl {
  margin-bottom: 20px;
  color: #027dc3;
  font-size: 20px;
  font-weight: 500;
}

.reasonItem03_note_txt {
  font-size: 16px;
  line-height: 1.56;
}

.reasonItem03_waterBottle {
  margin-top: 50px;
  background: url(../images/water_bottle_bg.jpg) no-repeat center center;
  background-size: cover;
}

.reasonItem03_waterBottleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: calc(100% * 72 / 1120);
  padding-bottom: calc(100% * 94 / 1120);
}

.reasonItem03_waterBottleImage {
  position: relative;
  width: calc(100% * 560 / 1120);
}

.reasonItem03_waterBottleProduct {
  position: absolute;
  left: calc(100% * -98 / 560);
  top: 0;
  margin-top: calc(100% * 174 / 560);
  width: calc(100% * 261 / 560);
}

.reasonItem03_waterBottleContent {
  width: calc(100% * (1120 - 560) / 1120);
  padding-left: calc(100% * 95 / 1120);
}

.reasonItem03_waterBottleTtl {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.26667;
}

.reasonItem03_waterBottleTtl small {
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
}

.reasonItem03_waterBottlePrice {
  margin-top: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.reasonItem03_waterBottlePrice strong {
  font-size: 64px;
  font-weight: normal;
  font-family: 'DIN Alternate Bold';
}

.reasonItem03_Btn {
  margin-top: 30px;
  text-align: center;
}

.reasonItem03_Btn>a {
  display: inline-block;
  position: relative;
  padding: 20px 69px 20px 97px;
  border: 1px solid #7f7f7f;
  border-radius: 100vw;
  background: #fff;
  color: #393939;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.reasonItem03_Btn>a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  width: 18px;
  height: 17px;
  background: url(../images/ico_zoom.png) no-repeat;
  content: "";
}

.reasonItem03_waterBottleNotes {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}

.reasonItem .p_commitMaintenance01__video01 {
  width: 100%;
  margin-top: 40px;
}

.reasonItem .p_commitMaintenance01__video01 {
  position: relative;
}

.reasonItem .p_commitMaintenance01__video01 video {
  width: 100%;
  height: auto;
}

.reasonItem .p_commitMaintenance01__img01 {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 26.66%;
}

.reasonItem .p_commitMaintenance01__img01 {
  width: 27%;
}

.reasonItem .p_commitMaintenance01__img01 img {
  width: 100%;
}

.present__Btn {
  display: block;
  max-width: 540px;
  margin: 60px auto 0;
  transition: opacity .3s;
}

.present__Btn:hover {
  opacity: .7;
}

/* -----------------------------------------------------------------------
## design ################################################################
----------------------------------------------------------------------- */
.design {
  /*     background: linear-gradient(180deg, #eee 0%, #eee 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(180deg, #eee 0%, #eee 60%, #ffffff 50%, #ffffff 100%); */
  background: #eee;
  padding: 100px 0;
  margin-top: 100px;
}

.designTtl {
  text-align: center;
  font-size: 40px;
  color: #393939;
  font-weight: 400;
  margin: 0 0 50px;
  font-weight: 400;
}

.designImage {
  margin-top: 72px;
}

.designMama {
  margin-top: calc(100% * -82 / 1120);
}

.designMamaNo1 {
  width: calc(100% * 143 / 1120);
  margin-left: auto;
  margin-right: auto;
}

.designMamaTtl {
  margin-top: 32px;
  text-align: center;
  font-size: 26px;
  line-height: 1;
}

.designMamaPoint {
  margin-top: 36px;
}

.designMamaPointTtl {
  text-align: center;
  color: #e75e67;
  font-size: 22px;
  font-weight: normal;
}

.designMamaPointTtl:before,
.designMamaPointTtl:after {
  display: inline-block;
  width: 19px;
  height: 32px;
  content: '';
}

.designMamaPointTtl:before {
  margin-right: 16px;
  vertical-align: -6px;
  background: url(../images/design_mama_before.png) no-repeat;
}

.designMamaPointTtl:after {
  margin-left: 14px;
  vertical-align: -6px;
  background: url(../images/design_mama_after.png) no-repeat;
}

.designMamaPointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  padding-left: calc(100% * 40 / 1120);
  padding-right: calc(100% * 40 / 1120);
}

.designMamaPointItem {
  position: relative;
  width: calc(100% * 200 / (1120 - 80));
}

.designMamaPointItem:not(:first-child):before {
  position: absolute;
  left: calc(100% * -40 / 200);
  top: 22px;
  bottom: 32px;
  width: 1px;
  background-color: #e5e5e5;
  content: '';
}

.designMamaPointItemIcon {
  text-align: center;
}

.designMamaPointItemTtl {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
}

.designMamaPointItemTxt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.75;
}

.compactBody {
  border: 1px solid #e7e6e6;
  padding: 50px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  background: #fff;
}

.compactBody>.txt {
  padding-right: 40px;
}

.compactBody>.txt>p.one {
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 600;
}

.compactBody>.txt>p.two {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 10px;
}

.compactBody>.txt>figure {}

.compactBody>figure {
  flex: 0 0 auto;
}

.compactBody>figure img {}

/* -----------------------------------------------------------------------
## sect ##################################################################
----------------------------------------------------------------------- */
.sectTtl {
  color: #7f7f7f;
}

.sectTtl>span {
  display: block;
  line-height: 1;
  font-size: 30px;
  color: #000;
  font-family: 'DIN Alternate Bold';
  font-weight: normal;
  letter-spacing: 4px;
}

.sectTtl>strong {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #7f7f7f;
}

/* -----------------------------------------------------------------------
## design ################################################################
----------------------------------------------------------------------- */
.hikaku {
  background: #eee;
  padding: 100px 0 95px;
}

.hikaku>.inner {}

.hikakuBox {
  background: url(../images/hikaku-bg-01.jpg) no-repeat center center;
  background-size: cover;
  padding-left: 50px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 165px;
  height: 340px;
}

.hikakuBox>div {
  width: 100%;
  max-width: 450px;
  background: #fff;
  padding: 65px 75px;
  position: relative;
  top: 50px;
}

.hikakuBox>div>p.txt {
  font-size: 18px;
  margin: 0 0 30px;
}

.hikakuBox>div>p.ttl {
  margin: 0 0 30px;
}

h3.hikakuTtl02 {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 35px;
}

h3.hikakuTtl02>span {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 352px;
}

.hikaku-img-01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------
## feature #############################################################
----------------------------------------------------------------------- */
.feature {
  background: #eee;
  padding: 0 0 90px;
}

.feature>.inner {}

.feature>.inner>.designTtl {
  font-weight: 400;
  letter-spacing: 1px;
}

.feature>.inner>figure {
  width: 100%;
  max-width: 747px;
  margin: 0 auto 70px;
}

.faature>.inner>figure>img {}

ul.feat-list {}

ul.feat-list>li {
  padding: 65px 0;
  margin: 0 0 90px;
}

ul.feat-list>li:first-child {
  background: url(../images/feat-bg-01.jpg)no-repeat center right;
  background-size: cover;
}

ul.feat-list>li:nth-child(2) {
  background: url(../images/feat-bg-02.jpg)no-repeat center right;
  background-size: cover;
}

ul.feat-list>li:nth-child(3) {
  background: url(../images/feat-bg-03.jpg)no-repeat center right;
  background-size: cover;
}

ul.feat-list>li:nth-child(4) {
  background: url(../images/feat-bg-04.jpg)no-repeat center right;
  background-size: cover;
}


ul.feat-list>li>.inner {
  display: flex;
  align-items: center;
}

ul.feat-list>li:nth-child(even)>.inner {
  justify-content: flex-end;
}

ul.feat-list>li>.inner>div {
  background: #fff;
  padding: 55px 50px 40px;
  position: relative;
  width: 100%;
  max-width: 470px;
}

ul.feat-list>li>.inner>div:before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  left: -20px;
  width: 52px;
  height: 52px;
}

ul.feat-list>li:first-child>div.inner>div:before {
  background: url(../images/feat-nm-01.png)no-repeat top left;
  background-size: contain;
}

ul.feat-list>li:nth-child(2)>div.inner>div:before {
  background: url(../images/feat-nm-02.png)no-repeat top left;
  background-size: contain;
}

ul.feat-list>li:nth-child(3)>div.inner>div:before {
  background: url(../images/feat-nm-03.png)no-repeat top left;
  background-size: contain;
}

ul.feat-list>li:nth-child(4)>div.inner>div:before {
  background: url(../images/feat-nm-04.png)no-repeat top left;
  background-size: contain;
}


ul.feat-list>li>div.inner>div:after {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  right: 35px;
}

ul.feat-list>li:first-child>div.inner>div:after {
  background: url(../images/feat-icon-01.png)no-repeat top left;
  background-size: contain;
  width: 53px;
  height: 80px;
  top: 30px;
  right: 35px;
}

ul.feat-list>li:nth-child(2)>div.inner>div:after {
  background: url(../images/feat-icon-02.png)no-repeat top left;
  background-size: contain;
  width: 45px;
  height: 79px;
  top: 30px;
  right: 35px;
}

ul.feat-list>li:nth-child(3)>div.inner>div:after {
  background: url(../images/feat-icon-03.png)no-repeat top left;
  background-size: contain;
  width: 61px;
  height: 93px;
  top: 30px;
  right: 35px;
}

ul.feat-list>li:nth-child(4)>div.inner>div:after {
  background: url(../images/feat-icon-04.png)no-repeat top left;
  background-size: contain;
  width: 44px;
  height: 79px;
  top: 30px;
  right: 35px;
}

ul.feat-list>li:first-child {}

ul.feat-list>li:first-child>div.inner>div {}

ul.feat-list>li>div.inner>div>h4,
ul.feat-list-two>li>div>.txt>h4 {
  font-size: 24px;
  margin: 0 0 15px;
}

ul.feat-list>li>div.inner>div>p,
ul.feat-list-two>li>div>.txt>p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 2;
}

ul.feat-list>li>div.inner>div>figure {}

ul.feat-list>li:nth-child(3)>div.inner>div>figure {
  background: #ebf9ff;
  padding: 15px 20px;
}

ul.feat-list>li>.inner>div>p.label {
  position: absolute;
  right: -35px;
  top: -35px;
}

ul.feat-list-two {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

ul.feat-list-two>li {
  display: flex;
  margin: 0 0 90px;
}

ul.feat-list-two>li:nth-child(even) {
  flex-direction: row-reverse;
}

ul.feat-list-two>li>div {
  padding: 35px 50px;
  background: #fff;
  position: relative;
  width: 100%;
}

ul.feat-list-two>li>figure {
  flex: 0 0 auto;
}

ul.feat-list-two>li>div:after {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  right: 35px;
}

ul.feat-list-two>li:first-child>div:after {
  background: url(../images/feat-icon-05.png)no-repeat top left;
  background-size: contain;
  width: 52px;
  height: 89px;
  top: 30px;
  right: 20px;
}

ul.feat-list-two>li:nth-child(2)>div:after {
  background: url(../images/feat-icon-06.png)no-repeat top left;
  background-size: contain;
  width: 62px;
  height: 77px;
  top: 30px;
  right: 35px;
}

ul.feat-list-two>li:nth-child(3)>div:after {
  background: url(../images/feat-icon-07.png)no-repeat top left;
  background-size: contain;
  width: 55px;
  height: 75px;
  top: 30px;
  right: 20px;
}

ul.feat-list-two>li:nth-child(4)>div:after {
  background: url(../images/feat-icon-08.png)no-repeat top left;
  background-size: contain;
  width: 54px;
  height: 73px;
  top: 30px;
  right: 30px;
}

ul.feat-list-two>li:nth-child(5)>div:after {
  background: url(../images/feat-icon-09.png)no-repeat top left;
  background-size: contain;
  width: 54px;
  height: 64px;
  top: 30px;
  right: 30px;
}

ul.feat-list-two>li>div>.txt {}

ul.feat-list-two>li>div>.txt>p.cau {
  position: relative;
  padding: 0 0 0 13px;
  font-size: 12px;
}

ul.feat-list-two>li>div>.txt>p.cau:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

ul.feat-list-two>li>div>.txt>label {}

ul.feat-list-two>li>div>.txt>label>img {}

ul.feat-list-two>li>div>figure {
  flex: 0 0 auto;
}

ul.feat-list-two>li>div>figure>img {}

/* -----------------------------------------------------------------------
## family #############################################################
----------------------------------------------------------------------- */
.family {
  /*    border-top: 1px solid #e7e6e6;*/
  padding: 90px 0 100px;
}

ul.fam-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

ul.fam-list li.slick-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #eeeeee;
  padding: 40px 60px;
}

ul.fam-list li.slick-slide div.txt {}

ul.fam-list li.slick-slide div.txt h4 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.53333;
  margin: 0 0 40px;
}

ul.fam-list li.slick-slide div.txt p {
  font-size: 16px;
  line-height: 2;
}

ul.fam-list li.slick-slide figure {
  flex: 0 0 auto;
}

ul.fam-list>li>figure>img {}

.familySlider .slick-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #d1d1d1;
  border-radius: 22px;
  cursor: pointer;
  background: #fff;
}

.familySlider .slick-arrow.slick-disabled {
  opacity: .4;
  cursor: default;
}

.familySlider .slick-prev:before,
.familySlider .slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #393939;
  border-left: 1px solid #393939;
  font-size: 0;
  content: '';
}

.familySlider .slick-prev {
  left: -30px;
  z-index: 10;
}

.familySlider .slick-prev::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.familySlider .slick-next {
  right: -30px;
}

.familySlider .slick-next::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.familySlider .slick-prev::before,
.familySlider .slick-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  font-size: 0px;
  content: "";
  border-top: 1px solid rgb(57, 57, 57);
  border-left: 1px solid rgb(57, 57, 57);
}

.familySlider .slick-dots {
  bottom: -50px;
}

.familySlider .slick-dots li button:before {
  font-size: 10px;
  opacity: 1;
  color: #eee;
}

.familySlider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #008ed3;
}

.familySlider .slick-dots li,
.familySlider .slick-dots li button {
  margin: 0 3px;
}

@media screen and (max-width: 1024px) {

  ul.fam-list li.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

}

/* -----------------------------------------------------------------------
## interview #############################################################
----------------------------------------------------------------------- */
.interview {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 182px;
  padding-bottom: 100px;
  background: #ebf6fb;
}

.interviewTtl {
  position: relative;
}

.interviewTtl::before {
  content: '';
  display: inline-block;
  width: 269px;
  height: 60px;
  background: url(../images/img_interview.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -58px;
  bottom: calc(100% + 14px);
}

.interview__txt {
  color: #393939;
  font-size: 16px;
  margin-top: 40px;
}

.interviewList {
  margin-top: 60px;
  margin-left: calc(50% - 627px + 67px);
  padding-left: 122px;
}

@media screen and (max-width: 1150px) {
  .interviewList {
    margin-left: calc(100% * 67 / 1150);
  }
}

.interviewSlider .slick-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #d1d1d1;
  border-radius: 22px;
  cursor: pointer;
  background: #fff;
}

.interviewSlider .slick-arrow.slick-disabled {
  opacity: .4;
  cursor: default;
}

.interviewSlider .slick-prev:before,
.interviewSlider .slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #393939;
  border-left: 1px solid #393939;
  font-size: 0;
  content: '';
}

.interviewSlider .slick-prev {
  left: -120px;
}

.interviewSlider .slick-prev:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.interviewSlider .slick-next {
  right: auto;
  left: -68px;
}

.interviewSlider .slick-next:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.interviewItem {
  width: 420px;
}

.interviewItem:not(:first-child) {
  margin-left: 54px;
}

.interviewItemImage {}

.interviewItemContent {
  background: #fff;
  padding: 25px 30px 30px;
}

.interviewItemTtl {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.66667;
}

.interviewItemTxt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  color: #393939;
}

/* -----------------------------------------------------------------------
## price #################################################################
----------------------------------------------------------------------- */
.price {
  /*    border-bottom: 1px solid #e7e6e6;*/
  padding: 100px 0 40px;
}

.priceTtl {
  text-align: center;
}

.priceLead {
  margin-top: 38px;
  text-align: center;
  font-size: 30px;
  line-height: 1.53333;
}

.priceBox {
  max-width: 700px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 48px;
  padding-right: 48px;
  background-color: #f8f8f8;
}

.priceBoxCatch {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  white-space: nowrap;
}

.priceBoxCatch>span {
  position: relative;
  display: inline-block;
}

.priceBoxCatch>span:before {
  position: absolute;
  left: 50%;
  top: -14px;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #008fd0;
  content: '';
}

.priceBoxFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
}

.priceBoxContent {
  margin-left: 32px;
}

.priceBoxTtl {
  font-size: 18px;
  font-weight: normal;
}

.priceBoxPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.priceBoxPrice>dt {
  padding: 4px 12px;
  background-color: #008fd0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  height: 50px;
}

.priceBoxPrice>dd {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #008fd0;
  font-size: 62px;
  line-height: 1;
}

.priceBoxPrice>dd>span:nth-child(1) {
  font-family: 'DIN Alternate Bold';
  font-weight: normal;
  position: relative;
  bottom: 6px;
  display: inline-block;
  margin-right: 8px;
}

.priceBoxPrice>dd>span:nth-child(2) {
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.priceBoxPrice>dd>span:nth-child(2) small {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

.priceBoxNotes {
  display: block;
  margin-top: 0;
  margin-left: -0.5em;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.5;
}

.priceBoxNotes li {
  padding-left: 1em;
  text-indent: -1em;
}

.priceZero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  margin-top: 40px;
  padding-left: calc(100% * 95 / 1120);
  padding-right: calc(100% * 95 / 1120);
}

.priceZeroItem {
  width: calc(100% * 198 / 930);
  padding: 28px 16px;
  border: 1px solid #008fd0;
  text-align: center;
  position: relative;
}

.priceZeroItemTtl {
  font-size: 18px;
  font-weight: normal;
}

.priceZeroItemIcon {
  margin-top: 20px;
}

.priceZeroItemPrice {
  margin-top: 28px;
  color: #008fd0;
  font-size: 28px;
  line-height: 1;
}

.priceZeroItemPrice>strong {
  font-size: 82px;
  line-height: 1;
  font-family: 'DIN Alternate Bold';
  font-weight: normal;
  padding-right: 4px;
}

.priceZeroItemPrice>strong.is-small {
  font-size: 50px;
  padding-top: 0.3em;
  display: block;
}

.priceNotes {
  display: block;
  margin-top: 20px;
  padding-left: calc(100% * 95 / 1120 + 20px);
  padding-right: calc(100% * 95 / 1120);
  color: #7f7f7f;
  font-size: 12px;
}

.price .cv {
  margin-top: 30px;
}

.priceZero>.priceZeroItem>p.label {
  position: absolute;
  left: -20px;
  top: -20px;
}

.priceBnr {
  position: relative;
  margin-top: 100px;
  text-align: center;
}

.priceBnr::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 49px;
  height: 35px;
  transform: translateX(-50%);
  background: url(../images/price_arrow.svg) no-repeat 0 0 / contain;
}

/* -----------------------------------------------------------------------
## faq ###################################################################
----------------------------------------------------------------------- */
.faq {
  padding: 100px 0;
  background: #f7f7f7;
  margin-top: 100px;
}

.faqFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faqHeading {
  width: calc(100% * 282 / 1120);
  min-width: 128px;
}

.faqContainer {}

.faqItem {
  padding: 32px 16px;
  border-bottom: 1px solid #e5e5e5;
}

.faqItem:last-child {
  border: none;
}

.faqItem>dt {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
}

.faqItem>dt:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 15px;
  background: url(../images/faq_ico_q.png) no-repeat center center;
  content: '';
}

.faqItem>dd {
  position: relative;
  padding-left: 25px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 2;
}

.faqItem>dd:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 19px;
  background: url(../images/faq_ico_a.png) no-repeat center center;
  content: '';
}

.faqItem>dd small {
  color: #7f7f7f;
  font-size: 12px;
}

.faqItem>dd>p {}

/* -----------------------------------------------------------------------
## support ###############################################################
----------------------------------------------------------------------- */
.support {
  margin-top: 100px;
}

.supportCatch {
  margin-top: 48px;
  font-size: 30px;
  font-weight: normal;
}

.supportContainer {
  margin-top: 72px;
}

.supportItem:first-child {
  padding-bottom: 55px;
  /*    border-bottom: 1px solid #e5e5e5;*/
}

.supportItem:not(:first-child) {
  padding-top: 55px;
}

.supportItemTtl {
  position: relative;
  padding-left: 50px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
}

.supportItemTtl>span {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 18px;
  background-color: #008fd0;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-family: 'DIN Alternate Bold';
  font-weight: normal;
}

.supportItemFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  padding-left: 50px;
}

.supportItemFlex:nth-child(2) {
  align-items: center;
}

.supportItemImage {
  width: 192px;
}

.supportItemContent {
  width: calc(100% - 192px - 40px);
  padding-top: 8px;
}

.supportItemTxt {
  font-size: 16px;
  line-height: 2;
}

.supportItemBox {
  max-width: 640px;
  margin-top: 28px;
  padding: 28px 16px 28px 30px;
  border: 1px solid #008fd0;
}

.supportItemBox01 dl dt {
  font-size: 16px;
  line-height: 1;
}

.supportItemBox01 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}

.supportItemBox01 dl dd strong {
  position: relative;
  display: block;
  padding-left: 58px;
  margin-right: 18px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  font-family: 'DIN Alternate Bold';
  font-weight: normal;
}

.supportItemBox01 dl dd strong:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 53px;
  height: 30px;
  background: url(../images/ico_freedial.png) no-repeat;
  content: '';
}

.supportItemBox01 dl dd small {
  display: block;
  color: #7f7f7f;
  font-size: 14px;
  position: relative;
  bottom: 6px;
}

.supportItemBox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.supportItemBox02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.supportItemBox02 dl:nth-child(1) {
  margin-right: 20px;
}

.supportItemBox02 dl:nth-child(1) dt {
  margin-right: 6px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1;
}

.supportItemBox02 dl:nth-child(1) dd {
  position: relative;
  font-size: 20px;
  line-height: 1;
}

.supportItemBox02 dl:nth-child(1) dd strong {
  font-size: 40px;
  font-weight: normal;
  font-family: 'DIN Alternate Bold';
  font-weight: normal;
  display: inline;
  padding: 0 2px;
  letter-spacing: 1.8px;
}

.supportItemBox02 dl:nth-child(1) dd small {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1;
}

.supportItemBox02 dl:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 128px;
}

.supportItemBox02 dl:nth-child(2) dt {
  padding: 6px 10px;
  background-color: #008fd0;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.supportItemBox02 dl:nth-child(2) dd {
  position: relative;
  margin-top: 8px;
  padding-left: 6px;
  font-size: 16px;
  line-height: 1;
}

.supportItemBox02 dl:nth-child(2) dd strong {
  position: absolute;
  left: 100%;
  top: -32px;
  padding-left: 14px;
  color: #008fd0;
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
}

.support .cv {
  margin-top: 88px;
  margin-bottom: 48px;
}

.hokkaido-delivery_notes {
  width: 90%;
  max-width: 900px;
  margin: 60px auto;
  padding: 20px;
  border: 1px solid #00a2de;
  border-radius: 5px;
}

.hokkaido-delivery_notes h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #00a2de;
  color: #00a2de;
  font-size: 22px;
}

.hokkaido-delivery_notes li {
  margin-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.75;
}

/* -----------------------------------------------------------------------
## aboutus ###############################################################
----------------------------------------------------------------------- */
.aboutus {
  padding-top: 70px;
  padding-bottom: 100px;
}

.aboutusLogo {
  margin-top: 55px;
}

.aboutusContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 38px;
}

.aboutusColumn {
  width: calc(100% * 532 / 1120);
}

.aboutusColumn table {
  width: 100%;
  text-align: left;
  border-top: 1px solid #d1d1d1;
}

.aboutusColumn table th,
.aboutusColumn table td {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d1d1;
}

.aboutusColumn table th {
  padding-left: 10px;
  font-weight: 500;
}

.aboutusColumn table td {
  padding-left: 72px;
}

/* -----------------------------------------------------------------------
## footer ################################################################
----------------------------------------------------------------------- */
.footer {
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: #434343;
}

.footerCopyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

/* -----------------------------------------------------------------------
## float #################################################################
----------------------------------------------------------------------- */

.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
  z-index: 9999;
}

.float.is-visible {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.floatInner {
  max-width: 1254px;
  padding-left: 67px;
  padding-right: 67px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1150px) {
  .floatInner {
    padding-left: calc(100% * 67 / 1150);
    padding-right: calc(100% * 67 / 1150);
  }
}

.floatFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.floatTel {
  width: 242px;
}


.floatPop {
  width: 86px;
  margin-top: -6px;
  margin-left: auto;
  margin-right: 6px;
}

.floatCv {
  width: 640px;
}

.floatCv>a {
  position: relative;
  display: block;
  padding: 1em 0;
  background-color: #55b6d5;
  border-radius: 1.5em;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.floatCv>a:after {
  position: absolute;
  right: 32px;
  top: 50%;
  width: 15px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/cv_arw.png) no-repeat;
  content: "";
}

/* -----------------------------------------------------------------------
## colorbox ##############################################################
----------------------------------------------------------------------- */
#cboxLoadedContent {
  margin-bottom: 0;
}

#colorbox {
  overflow: visible !important;
}

#cboxClose {
  top: -48px;
  right: 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/modal_close.png);
}

/* -----------------------------------------------------------------------
## modalPresent ##########################################################
----------------------------------------------------------------------- */
.modalPresent {
  width: 100%;
  margin: 0;
  background-color: #f3f1eb;
}

.modalPresentInner {
  padding: 60px;
}

.modalPresentFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modalPresentInfo {
  width: calc(100% * (1040 - 60 - 60 - 540 - 60) / (1040 - 60 - 60));
}

.modalPresentHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modalPresentLabel {
  padding: 6px 10px;
  border: 1px solid #d33661;
  color: #d33661;
  font-size: 16px;
  line-height: 1;
}

.modalPresentLabel:not(:first-child) {
  margin-left: 8px;
}

.modalPresentTtl {
  padding-top: 56px;
}

.modalPresentTtl>small {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

.modalPresentTtl>strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  font-weight: normal;
}

.modalPresentTxt {
  margin-top: 32px;
  font-size: 15px;
  line-height: 2;
}

.modalPresentNotes {
  display: block;
  margin-top: 24px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
}

.modalPresentImage {
  position: relative;
  margin-top: 54px;
  width: calc(100% * 540 / (1040 - 60 - 60));
}

.modalPresentImage>img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.modalPresentImage>span {
  position: absolute;
  right: calc(100% * -20 / 540);
  top: 0;
  width: calc(100% * 99 / 540);
  margin-top: calc(100% * -22 / 540);
}

.modalPresentClose {
  margin-top: 32px;
}

.modalPresentClose>button {
  display: block;
  width: 144px;
  padding-top: 1.05em;
  padding-bottom: 1.1em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d0cfca;
  border-radius: 1.9em;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.modalPresentClose>button:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 18px;
  vertical-align: middle;
  background: url(../images/ico_close.png) no-repeat;
  content: '';
}

/* -----------------------------------------------------------------------
## modalPresentDetail ####################################################
----------------------------------------------------------------------- */
.modalPresentDetail {
  width: 100%;
  margin: 0;
  background-color: #f3f1eb;
}

.modalPresentDetailInner {
  padding: 70px 120px 80px;
}

.modalPresentDetailTtl {
  text-align: center;
  color: #7f7f7f;
  font-size: 36px;
  font-weight: normal;
}

.modalPresentDetailContent {
  margin-top: 80px;
}

.modalPresentDetailSect {
  padding-bottom: 44px;
  border-bottom: 1px solid #e5e5e5;
}

.modalPresentDetailSect:not(:first-child) {
  padding-top: 44px;
}

.modalPresentDetailSectTtl {
  font-size: 24px;
  font-weight: normal;
}

.modalPresentDetailTxt {
  margin-top: 32px;
  font-size: 16px;
  line-height: 2;
}

.modalPresentDetailTxt li {
  position: relative;
  padding-left: 28px;
}

.modalPresentDetailTxt li:before {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #393939;
  content: '';
}

.modalPresentDetailTxt li ul {
  padding-left: 14px;
}

.modalPresentDetailNotes {
  margin-top: 16px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
}

.modalPresentDetailNotes li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.modalPresentDetailCv {
  margin-top: 64px;
}

.modalPresentDetailCvTtl {
  text-align: center;
  font-size: 19px;
  font-weight: normal;
}

.modalPresentDetailCvTtl:before,
.modalPresentDetailCvTtl:after {
  display: inline-block;
  width: 21px;
  height: 41px;
  vertical-align: -14px;
  content: '';
}

.modalPresentDetailCvTtl:before {
  margin-right: 0.5em;
  background: url(../images/modal_cv_before.png) no-repeat;
}

.modalPresentDetailCvTtl:after {
  margin-left: 0.5em;
  background: url(../images/modal_cv_after.png) no-repeat;
}

.modalPresentDetailCvBtn {
  width: 440px;
  margin: 16px auto 0;
}

.modalPresentDetailCvBtn>a {
  position: relative;
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #55b6d5;
  border-radius: 1.95em;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.modalPresentDetailCvBtn>a:after {
  position: absolute;
  right: 32px;
  top: 50%;
  width: 15px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/cv_arw.png) no-repeat;
  content: '';
}

.modalPresentDetailClose {
  margin-top: 82px;
}

.modalPresentDetailClose>button {
  display: block;
  width: 144px;
  padding-top: 1.05em;
  padding-bottom: 1.1em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d0cfca;
  border-radius: 1.9em;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.modalPresentDetailClose>button:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 18px;
  vertical-align: middle;
  background: url(../images/ico_close.png) no-repeat;
  content: '';
}

/* -----------------------------------------------------------------------
## modalProduct ##########################################################
----------------------------------------------------------------------- */
.modalProduct {
  width: 100%;
  margin: 0;
  background-color: #f3f1eb;
}

.modalProductInner {
  padding: 86px 0 80px;
}

.modalProductLogo {
  text-align: center;
}

.modalProductTtl {
  margin-top: 17px;
  text-align: center;
  color: #7f7f7f;
  font-size: 26px;
  font-weight: normal;
}

.modalProductContent {
  margin-top: 80px;
}

.modalProductSect {
  position: relative;
}

.modalProductSect:not(:first-child) {
  margin-top: 120px;
}

.modalProductSectNum {
  position: absolute;
  top: 0;
  color: #7f7f7f;
  font-size: 20px;
}

.modalProductSect:nth-child(2n+1) .modalProductSectNum {
  left: 60px;
}

.modalProductSect:nth-child(2n) .modalProductSectNum {
  right: 60px;
}

.modalProductSectFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modalProductSect:nth-child(2n+1) .modalProductSectFlex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.modalProductSectImage {
  width: calc(100% * 480 / 1040);
}

.modalProductSectContent {
  width: calc(100% * 440 / 1040);
}

.modalProductSect:nth-child(2n+1) .modalProductSectContent {
  padding-left: calc(100% * 200 / 1040);
}

.modalProductSect:nth-child(2n) .modalProductSectContent {
  padding-left: calc(100% * 60 / 1040);
  padding-top: 32px;
  padding-bottom: 32px;
}

.modalProductSectTtl {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.58333;
}

.modalProductSect>.modalProductSectTtl {
  text-align: center;
}

.modalProductSectTxt {
  display: block;
  margin-top: 32px;
  font-size: 16px;
  line-height: 2;
}

.modalProductSectTxt+.modalProductSectTxt {
  margin-top: 16px;
}

.modalProductSectFigure {
  margin-top: 32px;
}

.modalProductSect>.modalProductSectFigure {
  margin-top: 16px;
  text-align: center;
}

.modalProductSectNotes {
  display: block;
  margin-top: 24px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
}

.modalProductNotes {
  display: block;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
}

ul.cau-list {}

ul.cau-list>li {
  position: relative;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
}

ul.cau-list>li:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

ul.cau-list>li>span {
  font-weight: 500;
}

.modalProductNotes.tow>span {
  font-weight: 500;
}

.modalProductClose {
  margin-top: 80px;
}

.modalProductClose>button {
  display: block;
  width: 144px;
  padding-top: 1.05em;
  padding-bottom: 1.1em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d0cfca;
  border-radius: 1.9em;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.modalProductClose>button:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 18px;
  vertical-align: middle;
  background: url(../images/ico_close.png) no-repeat;
  content: '';
}

/* -----------------------------------------------------------------------
## modalArea #############################################################
----------------------------------------------------------------------- */
.modalArea {
  width: 100%;
  margin: 0;
  background-color: #f3f1eb;
}

.modalAreaInner {
  padding: 78px 72px;
}

.modalAreaFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modalAreaMap {
  width: calc(100% * 538 / (1040 - 72 * 2));
}

.modalAreaContent {
  width: calc(100% * 320 / (1040 - 72 * 2));
}

.modalAreaTtl {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.58333;
}

.modalAreaTxt {
  display: block;
  margin-top: 32px;
  font-size: 16px;
  line-height: 2;
}

.modalAreaNotes {
  display: block;
  margin-top: 24px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
}

.modalAreaClose {
  margin-top: 50px;
}

.modalAreaClose>button {
  display: block;
  width: 144px;
  padding-top: 1.05em;
  padding-bottom: 1.1em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d0cfca;
  border-radius: 1.9em;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.modalAreaClose>button:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 18px;
  vertical-align: middle;
  background: url(../images/ico_close.png) no-repeat;
  content: '';
}

/* -----------------------------------------------------------------------
## modalZoom #############################################################
----------------------------------------------------------------------- */
.modalZoom {
  width: 100%;
  margin: 0;
  background-color: #f3f1eb;
}

.modalZoomFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.modalZoomMain {
  position: relative;
  width: calc(100% * 640 / 1000);
  height: 0;
  padding-top: calc(100% * 640 / 1000);
}

.modalZoomSlider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modalZoomSlider .slick-arrow {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: rgba(248, 248, 248, 0.8);
  z-index: 1;
  cursor: pointer;
}

.modalZoomSlider .slick-arrow.slick-disabled {
  opacity: .4;
  cursor: default;
}

.modalZoomSlider .slick-prev:before,
.modalZoomSlider .slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #393939;
  border-left: 1px solid #393939;
  font-size: 0;
  content: '';
}

.modalZoomSlider .slick-prev {
  left: 24px;
}

.modalZoomSlider .slick-prev:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.modalZoomSlider .slick-next {
  right: 24px;
}

.modalZoomSlider .slick-next:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.modalZoomSlide {
  cursor: none;
}

.modalZoomZoomer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.modalZoomZoomer>img {
  position: absolute;
  max-width: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 0;
}

.modalZoomZoomer>img.is-visible {
  opacity: 1;
}

.modalZoomThumb {
  width: calc(100% * 360 / 1000);
}

.modalZoomThumbInner {
  padding: 38px 42px;
}

.modalZoomThumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modalZoomThumb ul li {
  width: calc(100% * 84 / 276);
  margin-left: calc(100% * 12 / 276);
  margin-top: calc(100% * 12 / 276);
  border: 2px solid #f3f1eb;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.modalZoomThumb ul li.is-active {
  border-color: #55b6d5;
  pointer-events: none;
  cursor: default;
}

.modalZoomThumb ul li.is-active:hover {
  opacity: 1;
}

.modalZoomThumb ul li:nth-child(-n+3) {
  margin-top: 0;
}

.modalZoomThumb ul li:nth-child(3n+1) {
  margin-left: 0;
}

.modalZoomCursor {
  position: fixed;
  z-index: 99999;
  width: 21px;
  height: 21px;
  background: url(../images/modal_cursor_zoomin.png) no-repeat;
  pointer-events: none;
  opacity: 0;
}

.modalZoomCursor.is-visible {
  opacity: 1;
}

.modalZoomCursor.is-zoom {
  background-image: url(../images/modal_cursor_zoomout.png);
}

.modalZoomCursor.is-zoom.is-grabbing {
  background-image: url(../images/modal_cursor_grabbing.png);
}

/* -----------------------------------------------------------------------
## modalWater #############################################################
----------------------------------------------------------------------- */
.modalWater {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
}
.modalWaterInner {
  padding: 45px;
}
.modalWaterTtl {
  text-align: center;
  font-size: 20px;
  letter-spacing: .025em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.modalWaterTtl span {
  color: #a6925d;
  font-size: 28px;
  font-weight: 700;
}
.modalwaterImg {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.modalwaterImg li {
  width: calc(256 / 810 * 100%);
}
.modalwaterImg li img {
  width: 100%;
  height: auto;
}
.modalWaterTable {
  width: 100%;
  line-height: 1;
}
.modalWaterTable th {
  font-size: 12px;
  padding: 6px 0;
}
.modalWaterTable td {
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
  font-weight: 500;
  border-right: 1px solid #9c9c9c;
  border-bottom: 1px solid #d7d7d7;
  width: calc(160 / 810 * 100%);
}
.modalWaterTable tr:first-child th {
  background: #9c9c9c;
  color: #fff;
  border-right: 1px solid #fff;
}
.modalWaterTable tr:not(:first-child) th {
  background: #e5f4fa;
  color: #008fd0;
  width: calc(166 / 810 * 100%);
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
  line-height: 1.5;
}
.modalWaterTable tr:not(:first-child) th span {
  font-size: 10px;
}
.modalWaterTable tr:not(:first-child) td:nth-last-child(4) {
  color: #008fd0;
}
.modalWaterTable tr:not(:first-child) td:last-child {
  border-right: none;
}
.modalWaterNotes {
  margin-top: 10px;
}
.modalWaterNotes li {
  font-size: 10px;
  letter-spacing: .025em;
  color: #7f7f7f;
  line-height: 1.5;
}
.modalWaterNotes li:not(:last-child) {
  margin-bottom: 10px;
}
.modalWaterNotes li a {
  color: #7f7f7f;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------
## award ##################################################################
----------------------------------------------------------------------- */
.award {
  padding: 80px 0 60px;
  background: url(../images/award_bg.png) no-repeat;
  background-size: cover;
}

.awardTtl01 {
  text-align: center;
}

.awardTtl02 {
  margin: 40px auto;
  text-align: center;
}

.awardList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 0px;
  justify-items: center;
  max-width: 90%;
  margin: auto;
}

/* -----------------------------------------------------------------------
## ranking ###################################################################
----------------------------------------------------------------------- */
.ranking {
  padding: 70px 0 60px;
  background: url(../images/bg_ranking.jpg) no-repeat center / cover;
}

.ranking__inr {
  width: 90%;
  max-width: 870px;
  margin-inline: auto;
}

.ranking__ttl {
  width: 526px;
  margin: 0 auto 30px;
}

.ranking__reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
}

.ranking__reason li {
  width: 48.6%;
}

/* -----------------------------------------------------------------------
## reviews ##################################################################
----------------------------------------------------------------------- */
.reviews {
  padding: 100px 0;
}

.reviewsTtl {
  margin-bottom: 40px;
  color: #393939;
  font-size: 40px;
  letter-spacing: .025em;
}

.reviews__txt {
  font-size: 16px;
  margin-top: 40px;
  color: #393939;
}

.reviewsBox {
  max-width: 800px;
  margin: 72px auto 0;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.reviewsBoxHead {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e4f0f6;
  padding: 12px;
  border-radius: 8px;
}

.reviewsBoxHeadTtl {
  color: #393939;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.reviewsBoxHeadNum {
  color: #008fd0;
  font-family: 'DIN Alternate Bold';
  font-size: 46px;
}

.reviewsBoxHeadStar {
  margin: 0 20px;
}

.reviewsBoxBody {
  margin-top: 20px;
  padding: 35px 9% 20px;
}

.reviewsItem {
  padding: 15px 0;
  border-bottom: 2px dotted #b3b3b3;
}

.reviewsItemHead {
  margin-bottom: 10px;
}

.reviewsItemName {
  display: inline;
}

.reviewsItemStar {
  display: inline;
  color: #008fd0;
  font-size: 16px;
}

.reviewsItemMore {
  width: fit-content;
  margin-left: auto;
  margin-top: 1em;
  color: #7f7f7f;
  font-size: 13px;
  cursor: pointer;
}

.reviewsItemText,
.reviewsItemTextAll {
  line-height: 1.4;
}

.reviewsItemTextAll {
  display: none;
}

/*slider*/
.reviewsSlider .slick-next,
.reviewsSlider .slick-prev {
  top: -30px;
  width: 13px;
  height: 22px;
  background: url(../images/reviews_arrow.svg) no-repeat 0 0 / contain;
  transform: none;
  cursor: pointer;
}

.reviewsSlider .slick-next.slick-disabled,
.reviewsSlider .slick-prev.slick-disabled {
  opacity: .5;
}

.reviewsSlider .slick-next::before,
.reviewsSlider .slick-prev::before {
  content: "";
}

.reviewsSlider .slick-next {
  right: 0;
}

.reviewsSlider .slick-prev {
  right: 80px;
  left: auto;
  transform: rotate(180deg);
}

.reviewsSlider .slick-num {
  position: absolute;
  top: -30px;
  right: 30px;
  color: #393939;
  font-weight: 400;
}

/* -----------------------------------------------------------------------
## new_model ##################################################################
----------------------------------------------------------------------- */
.new_model {
  margin-top: 100px;
}

.new_model h2 {
  margin-bottom: 50px;
  text-align: center;
}

.new_model .reasonItemTtl {
  color: #008fd0;
}

.new_model .reasonItemTtl>strong>span {
  font-weight: 700;
  color: #000000;
}

/* -----------------------------------------------------------------------
## add_new ##################################################################
----------------------------------------------------------------------- */
.add_new {
  margin: 100px 0;
}

.add_new .reasonItemTtl {
  color: #008fd0;
}

.add_new .reasonItemTtl>strong>span {
  font-weight: 700;
  color: #000000;
}

.add_new .reasonItemTtl sup {
  font-size: 16px;
}

.add_new .img {
  text-align: center;
  margin: 50px 0;
}

/* -----------------------------------------------------------------------
## panelList ##################################################################
----------------------------------------------------------------------- */
.panelList {
  background: #eeeeee;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: 100px;
  margin-bottom: 80px;
}

.panelList h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
}

.panelSlider {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.panelList section.box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.panelList section.box .flex_box {
  display: flex;
}

.panelList section.box .flex_box div.txt {
  padding: 35px 50px 0;
  background: #fff;
  position: relative;
  width: 100%;
}

.panelList .box01 .flex_box .txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/feat-icon-01.png) no-repeat top left;
  background-size: contain;
  width: 53px;
  height: 80px;
  top: 30px;
  right: 35px;
}

.panelList .box02 .flex_box .txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/feat-icon-02.png) no-repeat top left;
  background-size: contain;
  width: 45px;
  height: 79px;
  top: 30px;
  right: 35px;
}

.panelList .box03 .flex_box .txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/feat-icon-03.png) no-repeat top left;
  background-size: contain;
  width: 61px;
  height: 93px;
  top: 30px;
  right: 35px;
}

.panelList .box04 .flex_box .txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/feat-icon-04.png) no-repeat top left;
  background-size: contain;
  width: 44px;
  height: 79px;
  top: 30px;
  right: 35px;
}

.panelList .box05 .flex_box .txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/feat-icon-05.png) no-repeat top left;
  background-size: contain;
  width: 52px;
  height: 89px;
  top: 30px;
  right: 20px;
}

.panelList .box06 .flex_box .txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/feat-icon-06.png) no-repeat top left;
  background-size: contain;
  width: 62px;
  height: 77px;
  top: 30px;
  right: 35px;
}

.panelList .box07 .flex_box .txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/feat-icon-07.png) no-repeat top left;
  background-size: contain;
  width: 55px;
  height: 75px;
  top: 30px;
  right: 20px;
}

.panelList .box08 .flex_box .txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/feat-icon-08.png) no-repeat top left;
  background-size: contain;
  width: 54px;
  height: 73px;
  top: 30px;
  right: 30px;
}

.panelList .box09 .flex_box .txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/feat-icon-09.png) no-repeat top left;
  background-size: contain;
  width: 54px;
  height: 64px;
  top: 30px;
  right: 30px;
}

.panelList section.box .flex_box div.txt .label {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 2;
}

.panelList section.box .flex_box div.txt h4 {
  font-size: 24px;
  margin: 0 0 15px;
}

.panelList section.box .flex_box div.txt p.cau {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.panelList section.box .flex_box div.txt p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 2;
}

.panelList section.box .flex_box figure {
  flex: 0 0 auto;
}

.panelList .box03 .flex_box .txt figure {
  background: #ebf9ff;
  padding: 15px 20px;
}

.panelList .box08 .flex_box figure img {
  max-width: 530px;
}

.panelList .slick-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #d1d1d1;
  border-radius: 22px;
  cursor: pointer;
  background: #fff;
}

.panelList .slick-arrow.slick-disabled {
  opacity: .4;
  cursor: default;
}

.panelList .slick-prev:before,
.panelList .slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #393939;
  border-left: 1px solid #393939;
  font-size: 0;
  content: '';
}

.panelList .slick-prev {
  left: -30px;
  z-index: 10;
}

.panelList .slick-prev::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.panelList .slick-next {
  right: -30px;
}

.panelList .slick-next::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.panelList .slick-prev::before,
.panelList .slick-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  font-size: 0px;
  content: "";
  border-top: 1px solid rgb(57, 57, 57);
  border-left: 1px solid rgb(57, 57, 57);
}

.panelList .slick-dots {
  bottom: -50px;
}

.panelList .slick-dots li button:before {
  font-size: 10px;
  opacity: 1;
  color: #ffffff;
}

.panelList .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #008ed3;
}

.panelList .slick-dots li,
.panelList .slick-dots li button {
  margin: 0 3px;
}

@media screen and (max-width: 1024px) {
  .panelSlider {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .panelList section.box .flex_box figure picture img {
    width: 100%;
  }

  .panelList section.box .flex_box {
    display: flex;
    flex-direction: column-reverse;
  }

  .panelList .box08 .flex_box figure img {
    max-width: 100%;
    width: 100%;
  }

  .panelList section.box .flex_box div.txt {
    padding: 35px 50px 50px;
    background: #fff;
    position: relative;
    width: 100%;
    min-height: 800px;
  }
}

/* -----------------------------------------------------------------------
## room_interior ##################################################################
----------------------------------------------------------------------- */
.room_interior {
  margin-top: 100px;
}

.room_interior .inner {
  max-width: 1100px;
  margin: auto;
  width: 100%;
}

.room_interior h3 {
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
}

.room_interior .slick-slide {
  margin: 0 10px;
}

.room_interior .slick-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #d1d1d1;
  border-radius: 22px;
  cursor: pointer;
  background: #fff;
}

.room_interior .slick-arrow.slick-disabled {
  opacity: .4;
  cursor: default;
}

.room_interior .slick-prev:before,
.room_interior .slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #393939;
  border-left: 1px solid #393939;
  font-size: 0;
  content: '';
}

.room_interior .slick-prev {
  left: -30px;
  z-index: 10;
}

.room_interior .slick-prev::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.room_interior .slick-next {
  right: -30px;
}

.room_interior .slick-next::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.room_interior .slick-prev::before,
.room_interior .slick-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  font-size: 0px;
  content: "";
  border-top: 1px solid rgb(57, 57, 57);
  border-left: 1px solid rgb(57, 57, 57);
}