<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&amp;display=swap";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: bold
}
dd {
  margin-left: 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: bold
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #383a3c;
  height: -webkit-fill-available;
  line-height: 1
}
.pc-only {
  display: block !important
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important
  }
}
.sp-only {
  display: none !important
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important
  }
}
img {
  width: 100%
}
a {
  text-decoration: none;
  color: inherit
}
ul {
  list-style: none;
  margin-left: 0
}
p, a {
  font-size: 1.5rem
}
body {
  position: relative
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s
}
.header .c-blue {
  display: none
}
@media screen and (max-width: 1159px) {
  .header {
    height: 48px;
    background-color: #fff;
    position: relative
  }
  .header .c-white {
    display: none
  }
  .header .c-blue {
    display: block
  }
}
.header.is-hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.header.is-fixed {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08);
  box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.header.is-fixed .c-blue {
  display: block
}
.header.is-fixed .c-white {
  display: none
}
.header.is-fixed .header_nav_list a {
  color: #204359
}
.header.is-fixed .header_nav_list a:hover {
  color: #5ea3e2
}
.header_inner {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  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
}
@media screen and (max-width: 1159px) {
  .header_inner {
    padding-left: 15px
  }
}
.header_logo {
  width: 231px
}
@media screen and (max-width: 1159px) {
  .header_logo {
    width: 127px
  }
}
.header_nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto
}
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 1159px) {
  .header_nav_list {
    display: none
  }
}
.header_nav_list li {
  color: #fff;
  font-weight: 500;
  margin-right: 30px
}
.header_nav_list li a {
  -webkit-transition: .2s ease;
  transition: .2s ease
}
.header_nav_list li a:hover {
  color: #5ea3e2
}
.header_inquiry {
  height: 100%
}
.header_inquiry a {
  width: 114px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1
}
@media screen and (max-width: 1159px) {
  .header_inquiry a {
    width: 90px
  }
}
.header_inquiry a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  z-index: -1
}
.header_inquiry a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}
.header_inquiry img {
  width: 32px
}
.header_inquiry span {
  font-size: 1.4rem;
  margin-top: 5px;
  color: #fff;
  line-height: 1.3;
  text-align: center
}
@media screen and (max-width: 1159px) {
  .header_inquiry img {
    display: none
  }
}
.header_inquiry.-mail a {
  background-color: #f8b747
}
.header_inquiry.-mail a::before {
  background-color: #f1af4b
}
.header_inquiry.-tel a {
  background-color: #5ea3e2
}
.header_inquiry.-tel a::before {
  background-color: #6eace5
}
.header_menu {
  display: none
}
@media screen and (max-width: 1159px) {
  .header_menu {
    display: block
  }
  .header_menu_inner {
    width: 48px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .header_menu_inner p {
    margin-top: 7px;
    font-family: "Roboto", sans-serif;
    color: #204359;
    font-size: 1.1rem
  }
  .header_menu_hbg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .header_menu_hbg span {
    width: 16px;
    height: 1px;
    background-color: #204359
  }
  .header_menu_hbg span+span {
    margin-top: 3px
  }
  .header_menu_drop {
    display: none;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 11
  }
  .header_menu_drop .btn_inquiry {
    margin: 35px auto 0
  }
  .header_menu_drop .btn_inquiry+.btn_inquiry {
    margin-left: auto
  }
  .header_menu_drop.is-open {
    display: block
  }
  .header_menu_dropList {
    margin-top: 30px
  }
  .header_menu_dropList li {
    text-align: center
  }
  .header_menu_dropList li a {
    display: inline-block;
    color: #204359;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 10px 15px
  }
  .header_menu_dropList li+li {
    margin-top: 10px
  }
  .header_menu_close {
    width: 48px;
    height: 48px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .header_menu_close span {
    display: block;
    width: 16px;
    height: 1px;
    background-color: #204359
  }
  .header_menu_close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header_menu_close span:last-child {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -1px
  }
  .header_menu_close p {
    margin-top: 7px;
    font-family: "Roboto", sans-serif;
    color: #204359;
    font-size: 1.1rem
  }
}
.footer_inquiry {
  background: url(../img/bg_footer_inquiry_pc.jpg) no-repeat center;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .footer_inquiry {
    background: url(../img/bg_footer_inquiry_sp.jpg) no-repeat center;
    background-size: cover
  }
}
.footer_inquiry_inner {
  padding: 80px 40px 100px;
  max-width: 1280px;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .footer_inquiry_inner {
    max-width: inherit;
    padding: 60px 15px 80px
  }
}
.footer_inquiry_inner h2 {
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 500
}
@media screen and (max-width: 768px) {
  .footer_inquiry_inner h2 {
    font-size: 2rem
  }
}
.footer_inquiry_txt {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem
}
@media screen and (max-width: 768px) {
  .footer_inquiry_txt {
    margin-top: 15px
  }
}
.footer_inquiry_web {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width: 768px) {
  .footer_inquiry_web {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.footer_inquiry_web .btn_inquiry {
  width: 380px
}
@media screen and (max-width: 768px) {
  .footer_inquiry_web .btn_inquiry {
    width: 325px;
    margin: 20px auto 0
  }
}
.footer_inquiry_webTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 75px
}
@media screen and (max-width: 768px) {
  .footer_inquiry_webTxt {
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.footer_inquiry_webTxt img {
  width: 60px;
  margin-right: 10px
}
@media screen and (max-width: 768px) {
  .footer_inquiry_webTxt img {
    width: 32px
  }
}
.footer_inquiry_webTxt p {
  width: 261px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff
}
@media screen and (max-width: 768px) {
  .footer_inquiry_webTxt p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.9rem
  }
}
.footer_inquiry_tel {
  margin-top: 45px;
  border-top: 1px solid #e4f5fc;
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .footer_inquiry_tel {
    margin-top: 30px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.footer_inquiry_tel .btn_inquiry {
  width: 380px
}
@media screen and (max-width: 768px) {
  .footer_inquiry_tel .btn_inquiry {
    width: 325px
  }
}
.footer_inquiry_tel .btn_inquiry a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: calc(50% - 6px);
  right: 30px;
  background: url(../img/icon_right_white.svg) no-repeat center !important;
  background-size: 100%;
}
.footer_inquiry_telTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 75px;
  margin-top: 30px
}
@media screen and (max-width: 768px) {
  .footer_inquiry_telTxt {
    margin-right: 0;
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.footer_inquiry_telTxt img {
  width: 60px;
  margin-right: 10px
}
@media screen and (max-width: 768px) {
  .footer_inquiry_telTxt img {
    width: 32px
  }
}
.footer_inquiry_telTxt p {
  width: 265px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff
}
@media screen and (max-width: 768px) {
  .footer_inquiry_telTxt p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.9rem
  }
}
.footer_inquiry_telGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}
@media screen and (max-width: 768px) {
  .footer_inquiry_telGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
  }
}
.footer_inquiry_telBranch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px
}
@media screen and (max-width: 768px) {
  .footer_inquiry_telBranch {
    margin: 0 auto
  }
}
.footer_inquiry_telBranch:last-child {
  margin-right: 0
}
@media screen and (max-width: 768px) {
  .footer_inquiry_telBranch:last-child {
    margin-right: auto !important
  }
}
@media screen and (max-width: 768px) {
  .footer_inquiry_telBranch:last-child {
    margin-top: 25px
  }
}
.footer_inquiry_telBranchLogo {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 17px;
    margin-top: 20px
}
@media screen and (max-width: 768px) {
  .footer_inquiry_telBranchLogo {
    width: 136px;
    margin-bottom: 15px;
    margin-top: 20px
  }
}
.footer_inquiry_telTxtSmall {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-top: 10px
}
@media screen and (max-width: 768px) {
  .footer_inquiry_telTxtSmall {
    font-size: 1.2rem;
    font-weight: 400
  }
}
.footer_logo {
  display: block;
  width: 231px;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .footer_logo {
    width: 192px
  }
}
.footer_nav {
  padding: 60px 40px 50px;
  background-color: #204359
}
@media screen and (max-width: 768px) {
  .footer_nav {
    padding: 40px 15px 50px
  }
}
.footer_nav a {
  text-align: center;
  color: #fff
}
.footer_nav_list {
  margin-top: 45px;
  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
}
@media screen and (max-width: 768px) {
  .footer_nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.footer_nav_list li a {
  font-weight: 500
}
@media screen and (max-width: 768px) {
  .footer_nav_list li a {
    font-size: 1.4rem
  }
}
.footer_nav_list li+li {
  margin-left: 40px
}
@media screen and (max-width: 768px) {
  .footer_nav_list li+li {
    margin-left: 0;
    margin-top: 28px
  }
}
.footer_copyright {
  margin-top: 55px;
  font-size: 1.1rem;
  opacity: .4;
  color: #fff;
  text-align: center
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    margin-top: 40px
  }
}
.btn_inquiry {
  width: 354px;
  border-radius: 40px
}
@media screen and (max-width: 768px) {
  .btn_inquiry {
    width: 325px;
    border-radius: 30px
  }
}
.btn_inquiry+.btn_inquiry {
  margin-left: 30px
}
@media screen and (max-width: 768px) {
  .btn_inquiry+.btn_inquiry {
    margin-left: 0;
    margin-top: 15px
  }
}
.btn_inquiry a {
  padding: 11px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  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;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  z-index: 1
}
@media screen and (max-width: 768px) {
  .btn_inquiry a {
    padding: 14px 0;
    border-radius: 30px
  }
}
.btn_inquiry a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  z-index: -1
}
.btn_inquiry a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}
.btn_inquiry a img {
  width: 40px;
  margin-right: 10px
}
@media screen and (max-width: 768px) {
  .btn_inquiry a img {
    width: 32px
  }
}
.btn_inquiry.-yellow {
  background-color: #f8b747
}
.btn_inquiry.-yellow a::before {
  background-color: #f1af4b
}
.btn_inquiry.-yellow a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: calc(50% - 6px);
  right: 30px;
  background: url(../img/icon_right_white.svg) no-repeat center;
  background-size: 100%
}
.btn_inquiry.-blue {
  background-color: #5ea3e2
}
.btn_inquiry.-blue a::before {
  background-color: #6eace5
}
.btn_inquiry.-blue a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  top: calc(50% - 7px);
  right: 30px;
  background: url(../img/icon_down_white.svg) no-repeat center;
  background-size: 100%
}
.main {
  position: relative
}
.main .mv {
  position: relative;
  max-height: 660px
}
@media screen and (max-width: 768px) {
  .main .mv {
    max-height: 100%
  }
}
.main .mv_slider {
  height: 50vw;
  min-height: 372px;
  max-height: 660px
}
.main .mv_slider .swiper-slide.slide_01 {
  background: url(../img/img_mv_01_pc.jpg) no-repeat center;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .main .mv_slider .swiper-slide.slide_01 {
    background: url(../img/img_mv_01_sp.jpg) no-repeat center;
    background-size: cover
  }
}
.main .mv_slider .swiper-slide.slide_02 {
  background: url(../img/img_mv_02_pc.jpg) no-repeat center;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .main .mv_slider .swiper-slide.slide_02 {
    background: url(../img/img_mv_02_sp.jpg) no-repeat center;
    background-size: cover
  }
}
.main .mv_slider .swiper-slide.slide_03 {
  background: url(../img/img_mv_03_pc.jpg) no-repeat center;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .main .mv_slider .swiper-slide.slide_03 {
    background: url(../img/img_mv_03_sp.jpg) no-repeat center;
    background-size: cover
  }
}
.main .mv_slider .swiper-pagination_wrapper {
  width: 100%;
  position: absolute;
  height: 12px;
  bottom: 33.3%
}
@media screen and (max-width: 768px) {
  .main .mv_slider .swiper-pagination_wrapper {
    bottom: 130px
  }
}
.main .mv_slider .swiper-pagination {
  position: relative;
  width: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .main .mv_slider .swiper-pagination {
    max-width: 100%;
    padding: 0 15px
  }
}
.main .mv_slider .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px
}
@media screen and (max-width: 768px) {
  .main .mv_slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 12px
  }
}
.main .mv_slider .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 4px solid #fff
}
@media screen and (max-width: 768px) {
  .main .mv_slider .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px
  }
}
.main .mv .bg_wave {
  position: absolute;
  bottom: 0
}
.main .mv_lead {
  width: 100%;
  position: absolute;
  bottom: 42.2%;
  z-index: 1
}
@media screen and (max-width: 768px) {
  .main .mv_lead {
    top: 95px
  }
}
.main .mv_lead_inner {
  padding: 0 40px;
  max-width: 1280px;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .main .mv_lead_inner {
    padding: 0 15px;
    max-width: 100%
  }
}
.main .mv_catch {
  font-size: 4.8rem;
  color: #fff;
  line-height: 1.5
}
@media screen and (max-width: 768px) {
  .main .mv_catch {
    font-size: 2.2rem
  }
}
.main .mv_txt {
  color: #fff;
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.6
}
@media screen and (max-width: 768px) {
  .main .mv_txt {
    margin-top: 18px;
    font-size: 1.4rem
  }
}
.main .mv_txt span {
  background:rgba( 255, 255, 255,1);
  color: #777;
  border-radius:50px;
    padding: 5px 15px;
    margin-left: 10px;
  border:0px solid #fff;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main .mv_txt span {
    padding:5px 7px;
    margin-left: 5px;
  }
}
.main .mv_lower {
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: -25px;
  z-index: 1
}
@media screen and (max-width: 768px) {
  .main .mv_lower {
    top: 300px;
    height: 110px
  }
}
.main .mv_lower_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .main .mv_lower_inner {
    max-width: inherit;
    padding: 0 15px
  }
}
.main .mv_lower_inner img {
  width: 180px
}
@media screen and (max-width: 768px) {
  .main .mv_lower_inner img {
    width: 75px
  }
}
.main .mv_lower_inner img+img {
  margin-left: 20px
}
@media screen and (max-width: 768px) {
  .main .mv_lower_inner img+img {
    margin-left: 3px
  }
}
.main .sec_inquiry {
  padding: 0 40px;
  max-width: 1280px;
  margin: 70px auto 0
}
@media screen and (max-width: 768px) {
  .main .sec_inquiry {
    padding: 0 15px;
    margin: 40px auto 0
  }
}
.main .sec_inquiry .cm_inquiry_btn {
  margin-top: 0
}
.main .sec_inquiry_note {
  margin-top: 50px;
  counter-reset: number 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #d4d6d9
}
@media screen and (max-width: 768px) {
  .main .sec_inquiry_note {
    margin-top: 30px
  }
}
.main .sec_inquiry_note li {
  font-size: 1.3rem;
  color: #64686c;
  position: relative;
  line-height: 1.6;
  text-indent: -2.7rem;
  padding-left: 2.7rem
}
@media screen and (max-width: 768px) {
  .main .sec_inquiry_note li {
    font-size: 1.2rem;
    text-indent: -2.5rem;
    padding-left: 2.5rem
  }
}
.main .sec_inquiry_note li::before {
  counter-increment: number 1;
  content: "â€»" counter(number);
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  color: #64686c;
  margin-right: 8px
}
@media screen and (max-width: 768px) {
  .main .sec_inquiry_note li::before {
    font-size: 1.2rem;
    margin-right: 5px
  }
}
.main .sec_inquiry_note li+li {
  margin-top: 0px
}
.main .sec_implement {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(239, 250, 255)), to(rgb(252, 254, 255)));
  background: linear-gradient(0deg, rgb(239, 250, 255) 0%, rgb(252, 254, 255) 100%);
  background: -ms-linear-gradient(0deg, rgb(239, 250, 255) 0%, rgb(252, 254, 255) 100%)
}
.main .sec_implement_inner {
  padding: 0 40px 100px;
  margin: 0 auto;
  max-width: 1280px;
  text-align: center
}
@media screen and (max-width: 768px) {
  .main .sec_implement_inner {
    padding: 20px 15px 70px
  }
}
.main .sec_implement_head {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding-top: 90px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_head {
    padding-top: 35px
  }
}
.main .sec_implement_head::before {
  display: block;
  content: "";
  position: absolute;
  width: 29px;
  height: 60px;
  background: url(../img/bg_rice_bracket_left.png) no-repeat center;
  background-size: contain;
  bottom: 0;
  left: 0
}
@media screen and (max-width: 768px) {
  .main .sec_implement_head::before {
    width: 17px;
    height: 35px
  }
}
.main .sec_implement_head::after {
  display: block;
  content: "";
  position: absolute;
  width: 29px;
  height: 60px;
  background: url(../img/bg_rice_bracket_right.png) no-repeat center;
  background-size: contain;
  bottom: 0;
  right: 0
}
@media screen and (max-width: 768px) {
  .main .sec_implement_head::after {
    width: 17px;
    height: 35px
  }
}
.main .sec_implement_ttl {
  padding: 0 40px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #204359;
  display: inline-block
}
@media screen and (max-width: 768px) {
  .main .sec_implement_ttl {
    font-size: 1.6rem;
    padding: 0 27px
  }
}
.main .sec_implement_ttl span {
  font-size: 6.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #5ea3e2;
  margin: 0 5px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_ttl span {
    font-size: 4rem
  }
}
.main .sec_implement_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_company {
    margin-top: 0
  }
}
.main .sec_implement_company li {
  width: 220px;
  margin: 30px 20px 0 20px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_company li {
    width: 150px;
    margin: 20px 10px 0
  }
}
.main .sec_implement_sdg {
  padding-top: 40px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_sdg {
    padding-top: 0px
  }
}
.main .sec_implement_sdgHead {
  text-align: center;
  margin-top: 40px
}
.main .sec_implement_sdgSubTtl {
  font-size: 2.4rem;
  color: #204359;
  font-weight: 500;
  line-height: 1.3
}
@media screen and (max-width: 768px) {
  .main .sec_implement_sdgSubTtl {
    font-size: 1.4rem
  }
}
.main .sec_implement_sdgTtl {
  font-size: 4.4rem;
  font-weight: 500;
  color: #204359;
  line-height: 1.3;
  margin-top: 10px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_sdgTtl {
    font-size: 2.6rem;
    margin-top: 10px
  }
}
.main .sec_implement_sdgTtl span {
  color: #5ea3e2
}
.main .sec_implement_sdgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_sdgList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
  }
}
.main .sec_implement_sdgList li {
  width: calc(25% - 45px)
}
@media screen and (max-width: 768px) {
  .main .sec_implement_sdgList li {
    /*width: calc(50% - 12.5px)*/
    width: 100%
  }
  .main .sec_implement_sdgList li:nth-child(n+2) {
    margin-top: 35px
  }
  .main .sec_implement_sdgList li img {
    width: 60%
  }
}
.main .sec_implement_sdgImgTtl {
  font-size: 2.2rem;
  font-weight: 500;
  color: #204359;
  line-height: 1.6;
  margin-top: 24px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_sdgImgTtl {
    font-size: 1.9rem;
    margin-top: 20px
  }
}
.main .sec_implement_sdgTxt {
  margin-top: 10px;
  line-height: 1.9;
  text-align: left
}
@media screen and (max-width: 768px) {
  .main .sec_implement_sdgTxt {
    font-size: 1.4rem
  }
}
.main .sec_implement_sdgNote {
  margin-top: 10px;
  font-size: 1.3rem;
  color: #64686c;
  text-align: left;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  .main .sec_implement_sdgNote {
    font-size: 1.2rem
  }
}
.main .sec_implement_sdgNote span {
  display: inline-block
}
.main .sec_implement_sdgNote span:first-child {
  margin-right: 5px
}
.main .sec_implement_score {
  margin-top: 50px;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08);
  box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08);
  padding: 45px 60px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_score {
    margin-top: 20px;
    width: 100%;
    border-radius: 20px;
    padding: 30px 20px
  }
}
.main .sec_implement_scoreTtl {
  color: #204359;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left
}
@media screen and (max-width: 768px) {
  .main .sec_implement_scoreTtl {
    font-size: 1.7rem
  }
}
.main .sec_implement_scoreInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width: 768px) {
  .main .sec_implement_scoreInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.main .sec_implement_scoreCol:first-child {
  margin-right: 40px;
  min-width: 427px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 25px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_scoreCol:first-child {
    width: 100%;
    min-width: 100%;
    margin-right: 0
  }
}
.main .sec_implement_scoreCol:last-child {
  width: 493px
}
@media screen and (max-width: 768px) {
  .main .sec_implement_scoreCol:last-child {
    width: 100%
  }
}
.main .sec_implement_scoreTxt {
  margin-top: 15px;
  line-height: 1.9;
  text-align: left
}
@media screen and (max-width: 768px) {
  .main .sec_implement_scoreTxt {
    font-size: 1.4rem
  }
}
.main .sec_implement_scoreNote {
  margin-top: 10px;
  font-size: 1.3rem;
  color: #64686c;
  text-align: left;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  .main .sec_implement_scoreNote {
    font-size: 1.2rem;
    margin-top: 8px
  }
}
.main .sec_implement_scoreNote span {
  display: inline-block
}
.main .sec_implement_scoreNote span:first-child {
  margin-right: 5px
}
.main .sec_service {
  position: relative
}
.main .sec_service::before {
  content: "";
  width: 100%;
  height: calc(100% - 185px);
  background-color: #effaff;
  position: absolute;
  top: 315px;
  left: 0;
  z-index: -1
}
@media screen and (max-width: 768px) {
  .main .sec_service::before {
    top: 188px
  }
}
.main .sec_service .bg_wave {
  position: absolute;
  top: 185px;
  z-index: 0
}
@media screen and (max-width: 768px) {
  .main .sec_service .bg_wave {
    top: 113px
  }
}
.main .sec_service_listWrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 100px
}
@media screen and (max-width: 768px) {
  .main .sec_service_listWrap {
    max-width: 100%;
    margin: 0 15px;
    padding-top: 60px
  }
}
.main .sec_service_ttl {
  font-size: 4.4rem;
  font-weight: 500;
  color: #5ea3e2;
  text-align: center
}
@media screen and (max-width: 768px) {
  .main .sec_service_ttl {
    font-size: 2.6rem
  }
}
.main .sec_service_sttl {
  font-size: 2.4rem;
  font-weight: 500;
  color: #204359;
  text-align: center
}
@media screen and (max-width: 768px) {
  .main .sec_service_sttl {
    font-size: 1.6rem
  }
}
.main .sec_service_ttl span {
  font-size: 6.6rem;
  color: #5ea3e2;
  font-family: "Roboto", sans-serif;
  font-weight: 400
}
@media screen and (max-width: 768px) {
  .main .sec_service_ttl span {
    font-size: 4rem
  }
}
.main .sec_service_list {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px
}
@media screen and (max-width: 768px) {
  .main .sec_service_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    margin: -5px 0 0
  }
}
.main .sec_service_list li {
  width: calc(50% - 25px)
}
@media screen and (max-width: 768px) {
  .main .sec_service_list li {
    width: 100%;
    margin-top: 20px
  }
}
.main .sec_service_list li a {
  display: block;
  border-radius: 40px;
  background-color: #fff;
  padding: 30px 20px 25px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08);
  box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08);
  text-align: center;
  position: relative;
  -webkit-transition: .2s ease;
  transition: .2s ease
}
@media screen and (max-width: 768px) {
  .main .sec_service_list li a {
    border-radius: 20px
  }
}
.main .sec_service_list li a:hover {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px)
}
.main .sec_service_listNo {
  font-size: 7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #5ea3e2;
  opacity: .2;
  position: absolute;
  top: 18px;
  right: 20px
}
@media screen and (max-width: 768px) {
  .main .sec_service_listNo {
    font-size: 5.2rem;
    top: 14px;
    right: 13px
  }
}
.main .sec_service_listLabel {
  height: 40px;
  padding: 0 25px;
  color: #fff;
  border-radius: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5ea3e2;
  position: relative
}
@media screen and (max-width: 768px) {
  .main .sec_service_listLabel {
    height: 28px;
    font-size: 1.2rem;
    padding: 0 18px
  }
}
.main .sec_service_listLabel::after {
  content: "";
  width: 31px;
  height: 11px;
  bottom: -11px;
  left: calc(50% - 15px);
  background: url(../img/icon_bubble_blue.png) no-repeat center;
  background-size: contain;
  position: absolute
}
.main .sec_service_listLogo {
  margin: 26px auto 0
}
@media screen and (max-width: 768px) {
  .main .sec_service_listLogo {
    margin: 22px auto 0
  }
}
.main .sec_service_listLogo.-logo_premium_water {
  width: 213px
}
@media screen and (max-width: 768px) {
  .main .sec_service_listLogo.-logo_premium_water {
    width: 153px
  }
}
.main .sec_service_listLogo.-logo_locca {
  width: 213px
}
@media screen and (max-width: 768px) {
  .main .sec_service_listLogo.-logo_locca {
    width: 153px
  }
}
.main .sec_service_listTxt {
  margin-top: 23px;
  line-height: 1.6
}
@media screen and (max-width: 768px) {
  .main .sec_service_listTxt {
    margin-top: 15px;
    font-size: 1.4rem
  }
}
.main .sec_service_listArrow {
  width: 44px;
  height: 44px;
  margin: 25px auto 0;
  border: 1px solid #5ea3e2;
  border-radius: 50%;
  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
}
.main .sec_service_listArrow svg {
  width: 12px;
  height: 14px
}
.main .sec_service_detail {
  margin-top: 80px
}
@media screen and (max-width: 768px) {
  .main .sec_service_detail {
    margin-top: 60px
  }
}
.main .sec_service_detailHead {
  text-align: center;
  line-height: 1.6;
  position: relative
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailHead {
    padding: 0 15px
  }
}
.main .sec_service_detailNo {
  width: 100px;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailNo {
    width: 65px
  }
}
.main .sec_service_detailLabel {
  height: 44px;
  margin: 25px auto 0;
  padding: 0 30px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 22px;
  background-color: #5ea3e2;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailLabel {
    height: 32px;
    margin: 15px auto 0;
    padding: 0 18px;
    font-size: 1.1rem
  }
}
.main .sec_service_detailLabel::after {
  content: "";
  width: 31px;
  height: 11px;
  bottom: -11px;
  left: calc(50% - 15px);
  background: url(../img/icon_bubble_blue.png) no-repeat center;
  background-size: contain;
  position: absolute
}
.main .sec_service_detailLogo {
  margin: 31px auto 0
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailLogo {
    margin: 24px auto 0
  }
}
.main .sec_service_detailLogo.-logo_premium_water {
  width: 273px
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailLogo.-logo_premium_water {
    width: 193px
  }
}
.main .sec_service_detailLogo.-logo_locca {
  width: 273px
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailLogo.-logo_locca {
    width: 193px
  }
}
.main .sec_service_detailTxt {
  margin-top: 40px;
  font-size: 1.8rem
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailTxt {
    margin-top: 25px;
    font-size: 1.5rem
  }
}
.main .sec_service_detailNote {
  margin-top: 20px;
  color: #64686c
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailNote {
    font-size: 1.2rem;
    margin-top: 8px
  }
}
.main .sec_service_detailNote span {
  margin-right: 5px
}
.main .sec_service_detailImg {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 50px
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailImg {
    height: 200px;
    margin-top: 25px
  }
}
.main .sec_service_detailImg.-service_img_01 {
  background: url(../img/img_service_detail_01_pc.jpg) no-repeat center;
  background-size: cover;
  background-position: center
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailImg.-service_img_01 {
    background: url(../img/img_service_detail_01_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: center
  }
}
.main .sec_service_detailImg.-service_img_02 {
  background: url(../img/img_service_detail_02_pc.jpg) no-repeat center;
  background-size: cover;
  background-position: center
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailImg.-service_img_02 {
    background: url(../img/img_service_detail_02_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: center
  }
}
.main .sec_service_detailImg.-service_img_03 {
  background: url(../img/img_service_detail_03_pc.jpg) no-repeat center;
  background-size: cover;
  background-position: center
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailImg.-service_img_03 {
    background: url(../img/img_service_detail_03_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: center
  }
}
.main .sec_service_detailRec {
  text-align: center;
  margin-top: 60px;
  position: relative
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailRec {
    margin-top: 30px;
    padding: 0 15px
  }
}
.main .sec_service_detailRecLead {
  font-size: 1.8rem;
  color: #204359;
  padding: 0 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailRecLead {
    font-size: 1.6rem;
    padding: 0 12px
  }
}
.main .sec_service_detailRecLead::before {
  content: "";
  width: 17px;
  height: 26px;
  left: -15px;
  top: 0;
  background: url(../img/bg_ttl_service_detail_left.png) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute
}
.main .sec_service_detailRecLead::after {
  content: "";
  width: 17px;
  height: 26px;
  right: -15px;
  top: 0;
  background: url(../img/bg_ttl_service_detail_right.png) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute
}
.main .sec_service_detailRecTtl {
  font-size: 2.8rem;
  font-weight: 500;
  color: #5ea3e2;
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  line-height: 1.6;
  padding-bottom: 0;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #ffe66f));
  background: linear-gradient(transparent 80%, #ffe66f 0%)
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailRecTtl {
    font-size: 2rem;
    margin-top: 10px
  }
}
.main .sec_service_detailRecSubTtl {
  font-size: 2.2rem;
  color: #204359;
  line-height: 1.8
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailRecSubTtl {
    font-size: 1.8rem
  }
}
.main .sec_service_detailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 686px;
  margin: 80px auto 0
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailList {
    width: 325px;
    max-width: 100%;
    margin: 40px auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.main .sec_service_detailList li {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.main .sec_service_detailList li figure {
  width: 166px;
  height: 166px;
  background: url(../img/img_circle_3layer.png) no-repeat center;
  background-size: contain;
  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
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailList li figure {
    width: 84px;
    height: 84px
  }
}
.main .sec_service_detailList li figure img {
  width: 80px
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailList li figure img {
    width: 40px
  }
}
.main .sec_service_detailList li p {
  color: #204359;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  line-height: 1.6
}
@media screen and (max-width: 768px) {
  .main .sec_service_detailList li p {
    font-size: 1.3rem
  }
}
.main .sec_service_detailList li:last-child {
  margin-right: 0
}
.main .sec_service_slider {
  margin: 80px auto 80px;
  max-width: 1200px;
  padding: 0 40px
}
@media screen and (max-width: 768px) {
  .main .sec_service_slider {
    margin: 40px auto 40px;
    padding: 0 15px
  }
}
.main .sec_service_slider .swiper-container {
  padding-bottom: 50px
}
.main .sec_service_slider .swiper-button-next, .main .sec_service_slider .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #5ea3e2;
  background: url(../img/icon_arrow_right_blue.svg) no-repeat center;
  background-size: 14px 12px;
  bottom: 0;
  top: inherit
}
@media screen and (max-width: 768px) {
  .main .sec_service_slider .swiper-button-next, .main .sec_service_slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: 12px 10px
  }
}
.main .sec_service_slider .swiper-button-next::after, .main .sec_service_slider .swiper-button-prev::after {
  display: none
}
.main .sec_service_slider .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(50% - 150px)
}
@media screen and (max-width: 768px) {
  .main .sec_service_slider .swiper-button-prev {
    left: calc(50% - 85px)
  }
}
.main .sec_service_slider .swiper-button-next {
  right: calc(50% - 150px)
}
@media screen and (max-width: 768px) {
  .main .sec_service_slider .swiper-button-next {
    right: calc(50% - 85px)
  }
}
.main .sec_service_slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 17px
}
@media screen and (max-width: 768px) {
  .main .sec_service_slider .swiper-pagination {
    bottom: 12px
  }
}
.main .sec_service_slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #5ea3e2;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  margin: 0 11px
}
@media screen and (max-width: 768px) {
  .main .sec_service_slider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 6px
  }
}
.main .sec_service_slider .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #5ea3e2
}
@media screen and (max-width: 768px) {
  .main .sec_service_slider .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px
  }
}
.main .sec_service_slide {
  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
}
@media screen and (max-width: 768px) {
  .main .sec_service_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.main .sec_service_slideImg {
  width: 450px
}
@media screen and (max-width: 768px) {
  .main .sec_service_slideImg {
    width: 240px
  }
}
.main .sec_service_slideDetail {
  margin-left: 40px;
  width: calc(100% - 450px)
}
@media screen and (max-width: 768px) {
  .main .sec_service_slideDetail {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 20px
  }
}
.main .sec_service_slideTtl {
  font-size: 3.2rem;
  font-weight: 500;
  color: #204359;
  line-height: 1.6
}
@media screen and (max-width: 768px) {
  .main .sec_service_slideTtl {
    font-size: 1.9rem;
    text-align: center
  }
}
.main .sec_service_slideTxt {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.9
}
@media screen and (max-width: 768px) {
  .main .sec_service_slideTxt {
    margin-top: 8px;
    font-size: 1.5rem
  }
}
.main .sec_service_slideNote {
  margin-top: 5px;
  font-size: 1.3rem;
  color: #64686c;
  text-align: left;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  .main .sec_service_slideNote {
    font-size: 1.2rem
  }
}
.main .sec_service_slideNote span {
  display: inline-block
}
.main .sec_service_slideNote span:first-child {
  margin-right: 5px
}
.main .sec_service_slideNote+.sec_service_slideNote {
  margin-top: 5px
}
.main .sec_service_fee {
  margin-top: 80px;
  padding: 0 40px
}
@media screen and (max-width: 768px) {
  .main .sec_service_fee {
    margin: 40px auto 0;
    padding: 0 15px
  }
}
.main .sec_service_feeInner {
  text-align: center;
  padding: 45px 40px;
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08);
  box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08)
}
@media screen and (max-width: 768px) {
  .main .sec_service_feeInner {
    padding: 25px 20px;
    border-radius: 20px
  }
}
.main .sec_service_feeLabel {
  height: 40px;
  padding: 0 25px;
  color: #5ea3e2;
  border-radius: 20px;
  border: 1px solid #5ea3e2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left:5px;
}
@media screen and (max-width: 768px) {
  .main .sec_service_feeLabel {
    padding: 0 5px;
    height: 26px;
    font-size: 1.1rem;
    margin:3px 3px 0 0;
  }
}
.main .sec_service_feeLabel span {
  font-size: 1.2rem
}
@media screen and (max-width: 768px) {
  .main .sec_service_feeLabel span {
    font-size: 1.1rem
  }
}
.main .sec_service_feePrice {
  font-size: 2rem;
  color: #204359;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px
}
@media screen and (max-width: 768px) {
  .main .sec_service_feePrice {
    font-size: 1.6rem
  }
}
.main .sec_service_feePrice span {
  color: #5ea3e2
}
.main .sec_service_feePrice span.-price {
  font-size: 6.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400
}
@media screen and (max-width: 768px) {
  .main .sec_service_feePrice span.-price {
    font-size: 3.6rem
  }
}
.main .sec_service_feePrice span.-unit {
  font-size: 2rem;
  font-weight: 500
}
@media screen and (max-width: 768px) {
  .main .sec_service_feePrice span.-unit {
    font-size: 1.6rem
  }
}
.main .sec_service_feeTxt {
  font-size: 2.4rem;
  color: #204359;
  font-weight: 500;
  margin-top: 20px
}
@media screen and (max-width: 768px) {
  .main .sec_service_feeTxt {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-top: 17px
  }
}
.main .sec_waterserver_slider {
  padding: 80px 0 100px;
  margin: 0 auto;
  max-width: 1280px;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slider {
    font-size: 1.6rem;
    padding: 40px 15px 60px
  }
}
.main .sec_waterserver_sliderInner {
  margin: 0 40px
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_sliderInner {
    margin: 0
  }
}
.main .sec_waterserver_sliderTtl {
  font-size: 3.2rem;
  font-weight: 500;
  color: #204359;
  line-height: 1.3;
  text-align: center
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_sliderTtl {
    font-size: 2.2rem
  }
}
.main .sec_waterserver_sliderContainer {
  padding-bottom: 74px
}
.main .sec_waterserver_sliderContainer .swiper-button-next, .main .sec_waterserver_sliderContainer .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #5ea3e2;
  background: url(../img/icon_arrow_right_blue.svg) no-repeat center;
  background-size: 14px 12px;
  bottom: 0;
  top: inherit
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_sliderContainer .swiper-button-next, .main .sec_waterserver_sliderContainer .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: 12px 10px
  }
}
.main .sec_waterserver_sliderContainer .swiper-button-next::after, .main .sec_waterserver_sliderContainer .swiper-button-prev::after {
  display: none
}
.main .sec_waterserver_sliderContainer .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(50% - 150px)
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_sliderContainer .swiper-button-prev {
    left: calc(50% - 100px)
  }
}
.main .sec_waterserver_sliderContainer .swiper-button-next {
  right: calc(50% - 150px)
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_sliderContainer .swiper-button-next {
    right: calc(50% - 100px)
  }
}
.main .sec_waterserver_sliderContainer .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 17px
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_sliderContainer .swiper-pagination {
    bottom: 12px
  }
}
.main .sec_waterserver_sliderContainer .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #5ea3e2;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  margin: 0 11px
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_sliderContainer .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 6px
  }
}
.main .sec_waterserver_sliderContainer .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #5ea3e2
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_sliderContainer .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px
  }
}
.main .sec_waterserver_sliderWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  margin-top: 35px
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_sliderWrap {
    margin-top: 20px
  }
}
.main .sec_waterserver_slide {
  width: calc(50% - 30px);
  height: 380px;
  border-radius: 40px;
  position: relative;
  overflow: hidden
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slide {
    width: 100%;
    height: auto;
    overflow: hidden
  }
}
.main .sec_waterserver_slideBg {
  height: 100%;
  position: relative;
  overflow: hidden
}
.main .sec_waterserver_slideBg img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slideBg img {
    position: relative;
    width: 100%;
    height: auto
  }
}
.main .sec_waterserver_slideInner {
  padding: 50px 40px 0 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slideInner {
    padding: 20px 20px 0 20px
  }
}
.main .sec_waterserver_slideLeft {
  width: calc(89% - 80px);
  max-width: 354px;
  height: 100%
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slideLeft {
    width: 58.4vw;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.main .sec_waterserver_slideRight {
  width: 96px;
  margin-left: 40px
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slideRight {
    width: 17.6vw;
    margin-left: 20px;
    position: absolute;
    bottom: 0;
    right: 20px
  }
}
.main .sec_waterserver_slideTtl {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slideTtl {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-top: 5vw
  }
}
.main .sec_waterserver_slideTtl span {
  font-size: 1.6rem
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slideTtl span {
    font-size: 1.2rem
  }
}
.main .sec_waterserver_slideIconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.main .sec_waterserver_slideIconList li {
  width: 60px;
  margin-top: 30px;
  margin-right: 30px;
  text-align: center
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slideIconList li {
    margin-top: 15px;
    margin-right: 15px
  }
}
.main .sec_waterserver_slideIconList li:nth-child(4n) {
  margin-right: 0
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slideIconList li:nth-child(4n) {
    margin-right: 15px
  }
}
@media screen and (max-width: 768px) {
  .main .sec_waterserver_slideIconList li:nth-child(3n) {
    margin-right: 0
  }
}
.main .sec_waterserver_slideIconList li figure {
  width: 40px;
  margin: 0 auto
}
.main .sec_waterserver_slideIconList li p {
  margin-top: 8px;
  color: #fff;
  font-size: 1.2rem
}
@media screen and (max-width: 768px) {
  .main .sec_compare {
    overflow-x: hidden
  }
}
.main .sec_compare_inner {
  padding: 100px 40px 120px;
  margin: 0 auto;
  max-width: 1280px
}
@media screen and (max-width: 768px) {
  .main .sec_compare_inner {
    padding: 60px 0 70px 15px;
    max-width: 100%
  }
}
.main .sec_compare_ttl {
  color: #204359;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center
}
@media screen and (max-width: 768px) {
  .main .sec_compare_ttl {
    font-size: 2.4rem
  }
}
@media screen and (max-width: 768px) {
  .main .sec_compare_listWrap {
    overflow-x: scroll;
    padding-bottom: 20px;
    scrollbar-color: #5ea3e2 #64686c
  }
  .main .sec_compare_listWrap ::-webkit-scrollbar-track {
    background-color: #5ea3e2
  }
  .main .sec_compare_listWrap ::-webkit-scrollbar-thumb {
    background-color: #64686c
  }
}
.main .sec_compare_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .main .sec_compare_list {
    margin-top: 30px;
    width: 595px
  }
}
.main .sec_compare_listItem {
  width: calc(50% - 20px);
  border-radius: 40px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08);
  box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08);
  padding: 40px 0 0 0;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .main .sec_compare_listItem {
    width: 100%;
    margin-right: 20px
  }
  .main .sec_compare_listItem:last-child {
    margin-right: 15px
  }
}
.main .sec_compare_listTtl {
  margin-top: 30px;
  font-size: 2.2rem;
  color: #204359;
  font-weight: 500;
  line-height: 1.6
}
@media screen and (max-width: 768px) {
  .main .sec_compare_listTtl {
    margin-top: 20px;
    font-size: 1.9rem
  }
}
.main .sec_compare_listTxt {
  margin-top: 15px;
  line-height: 1.9
}
.sec_compare_listLabel {
  height: 40px;
  padding: 0 25px;
  color: #fff;
  border-radius: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5ea3e2;
  position: relative;
  font-size: 1.5rem
}
@media screen and (max-width: 768px) {
  .sec_compare_listLabel {
    height: 28px;
    font-size: 1.2rem;
    padding: 0 18px
  }
}
.sec_compare_listLabel::after {
  content: "";
  width: 31px;
  height: 11px;
  bottom: -11px;
  left: calc(50% - 15px);
  background: url(../img/icon_bubble_blue.png) no-repeat center;
  background-size: contain;
  position: absolute
}

.sec_compare_listLabel.white {
  color: #5ea3e2;
  background-color: #fff;
}
.sec_compare_listLabel.white::after {
  background: url(../img/icon_bubble_white.png) no-repeat center;
  background-size: contain;
  position: absolute
}

.main .sec_compare_listLogo {
  margin: 26px auto 0
}
@media screen and (max-width: 768px) {
  .main .sec_compare_listLogo {
    margin: 22px auto 0
  }
}
.main .sec_compare_listLogo.-logo_premium_water {
  width: 213px
}
@media screen and (max-width: 768px) {
  .main .sec_compare_listLogo.-logo_premium_water {
    width: 153px
  }
}
.main .sec_compare_listLogo.-logo_locca {
  width: 213px
}
@media screen and (max-width: 768px) {
  .main .sec_compare_listLogo.-logo_locca {
    width: 153px
  }
}
.main .sec_compare_checkList {
  margin-top: 35px
}
.main .sec_compare_checkList li {
  height: 56px;
  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;
  font-size: 1.6rem
}
@media screen and (max-width: 768px) {
  .main .sec_compare_checkList li {
    height: 48px;
    font-size: 1.5rem
  }
}
.main .sec_compare_checkList li:nth-child(odd) {
  background-color: #f0f5f7;
  font-weight: 500
}
.main .sec_compare_checkList li img {
  width: 26px;
  height: auto;
  margin-right:10px;
}
.main .sec_compare_checkList li:last-child {
  height: 76px;
  padding-bottom: 20px
}
@media screen and (max-width: 768px) {
  .main .sec_compare_checkList li:last-child {
    height: 68px
  }
}
.main .sec_feedback_inner {
  padding: 100px 40px 120px;
  margin: 0 auto;
  max-width: 1280px
}
@media screen and (max-width: 768px) {
  .main .sec_feedback_inner {
    padding: 60px 15px 70px;
    max-width: 100%
  }
}
@media screen and (max-width: 768px) {
  .main .sec_feedback_inner .swiper-button-next, .main .sec_feedback_inner .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: 12px 10px;
    border-radius: 50%;
    border: 1px solid #5ea3e2;
    background: url(../img/icon_arrow_right_blue.svg) no-repeat center;
    background-size: 12px 10px;
    bottom: 0;
    top: inherit
  }
  .main .sec_feedback_inner .swiper-button-next::after, .main .sec_feedback_inner .swiper-button-prev::after {
    display: none
  }
}
.main .sec_feedback_inner .swiper-container {
  padding-bottom: 74px
}
.main .sec_feedback_inner .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(50% - 150px)
}
@media screen and (max-width: 768px) {
  .main .sec_feedback_inner .swiper-button-prev {
    left: calc(50% - 85px)
  }
}
.main .sec_feedback_inner .swiper-button-next {
  right: calc(50% - 150px)
}
@media screen and (max-width: 768px) {
  .main .sec_feedback_inner .swiper-button-next {
    right: calc(50% - 85px)
  }
}
.main .sec_feedback_inner .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 12px
}
.main .sec_feedback_inner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #5ea3e2;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  margin: 0 11px
}
@media screen and (max-width: 768px) {
  .main .sec_feedback_inner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 6px
  }
}
.main .sec_feedback_inner .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #5ea3e2
}
@media screen and (max-width: 768px) {
  .main .sec_feedback_inner .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px
  }
}
.main .sec_feedback_ttl {
  color: #204359;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center
}
@media screen and (max-width: 768px) {
  .main .sec_feedback_ttl {
    font-size: 2.4rem
  }
}
.main .sec_feedback_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .main .sec_feedback_list {
    margin-top: 30px
  }
}
.main .sec_feedback_list li {
  width: calc(50% - 40px)
}
@media screen and (max-width: 768px) {
  .main .sec_feedback_list li {
    width: 100%
  }
}
.main .sec_feedback_listTtl {
  margin-top: 30px;
  font-size: 2.2rem;
  color: #204359;
  font-weight: 500;
  line-height: 1.6
}
@media screen and (max-width: 768px) {
  .main .sec_feedback_listTtl {
    margin-top: 20px;
    font-size: 1.9rem
  }
}
.main .sec_feedback_listTxt {
  margin-top: 15px;
  line-height: 1.9
}
.main .sec_faq {
  background-color: #f0f5f7
}
.main .sec_faq_inner {
  padding: 100px 40px 120px;
  margin: 0 auto;
  max-width: 1280px
}
@media screen and (max-width: 768px) {
  .main .sec_faq_inner {
    padding: 60px 15px 70px;
    max-width: 100%
  }
}
.main .sec_faq_ttl {
  color: #204359;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .main .sec_faq_ttl {
    font-size: 2.4rem
  }
}
.main .sec_faq_list {
  margin-top: 40px
}
.main .sec_faq_listItem {
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08);
  box-shadow: 0px 10px 30px 0px rgba(2, 37, 76, .08)
}
@media screen and (max-width: 768px) {
  .main .sec_faq_listItem {
    padding: 24px 15px 22px 15px;
    border-radius: 15px
  }
}
.main .sec_faq_listItem+li {
  margin-top: 20px
}
.main .sec_faq_quest {
  font-size: 1.9rem;
  padding: 7px 70px 7px 60px;
  position: relative;
  line-height: 1.6;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  font-weight: 500
}
@media screen and (max-width: 768px) {
  .main .sec_faq_quest {
    font-size: 1.5rem;
    padding: 0 30px 0 42px
  }
}
.main .sec_faq_quest::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0;
  top: 0;
  background: url(../img/icon_faq_q.png) no-repeat center;
  background-size: contain
}
@media screen and (max-width: 768px) {
  .main .sec_faq_quest::before {
    width: 32px;
    height: 32px
  }
}
.main .sec_faq_quest::after {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 10px;
  background: url(../img/icon_plus_blue.svg) no-repeat center;
  background-size: contain
}
@media screen and (max-width: 768px) {
  .main .sec_faq_quest::after {
    top: 3px;
    width: 18px;
    height: 18px
  }
}
.main .sec_faq_quest:hover {
  color: #5ea3e2
}
.main .sec_faq_quest.is-active {
  color: #5ea3e2
}
.main .sec_faq_quest.is-active::after {
  background: url(../img/icon_minus_blue.svg) no-repeat center;
  background-size: contain
}
.main .sec_faq_ans {
  font-size: 1.6rem;
  padding: 0 0 0 60px;
  line-height: 1.8;
  position: relative;
  margin-top: 32px;
  display: none
}
@media screen and (max-width: 768px) {
  .main .sec_faq_ans {
    font-size: 1.5rem;
    padding: 0 0 0 42px
  }
}
.main .sec_faq_ans::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0;
  top: 0;
  background: url(../img/icon_faq_a.png) no-repeat center;
  background-size: contain
}
@media screen and (max-width: 768px) {
  .main .sec_faq_ans::before {
    width: 32px;
    height: 32px
  }
}
.cm_inquiry {
  background: url(../img/bg_inquiry_pc.jpg) no-repeat center;
  background-size: cover;
  padding: 10px 0 40px;
}
@media screen and (max-width: 768px) {
  .cm_inquiry {
    background: url(../img/bg_inquiry_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 15px
  }
}
.cm_inquiry_btn {
  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: 40px
}
@media screen and (max-width: 768px) {
  .cm_inquiry_btn {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.cm_inquiry h2 {
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 500
}
@media screen and (max-width: 768px) {
  .cm_inquiry h2 {
    font-size: 2rem
  }
}
.bg_wave {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  padding-top: 30px
}
.bg_wave .waves {
  position: relative;
  width: 100%;
  height: 105px;
  min-height: 100px;
  max-height: 105px
}
@media screen and (max-width: 768px) {
  .bg_wave .waves {
    height: 48px;
    min-height: 48px;
    padding-top: 15px
  }
}
.bg_wave .parallax&gt;use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite
}
.bg_wave .parallax&gt;use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s
}
.bg_wave .parallax&gt;use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s
}
.bg_wave .parallax&gt;use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s
}
.bg_wave .parallax&gt;use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s
}
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0)
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0)
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0)
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0)
  }
}



.section-choice {
  margin-top: -1px;
  background-image: url(../img/bg_choice.webp);
  background-size: cover;
}
.section-choice .choice__inner {
  padding-block: 8rem 8rem;
}
.section-choice .choice__title {
  width: 66.6rem;
  margin-inline: auto;
}
.section-choice .choice__lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 130%;
  margin-top: 2.4rem;
}
.section-choice .choice__badge {
  width: 60.2rem;
  margin-inline: auto;
  margin-top: 1.6rem;
}
.section-choice .choice__notes {
  color: var(--color--pale-black);
  text-align: center;
  text-shadow: 0px 0px 13px #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 4rem;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .section-choice {
    background-image: url(../img/bg_choice_sp.webp);
  }
  .section-choice .choice__inner {
    padding-block: 8rem 8rem;;
  }
  .section-choice .choice__title {
    width: 33.4rem;
  }
  .section-choice .choice__lead {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 2rem;
    letter-spacing: 0;
  }
  .section-choice .choice__badge {
    width: 27.8rem;
    margin-top: 0;
  }
  .section-choice .choice__notes {
    text-align: left;
    font-size: 0.9rem;
    margin-top: 2rem;
    width: 33.1rem;
    margin-inline: auto;
  }
}

#ctatel a span font{font-size:14px;}

.main .sec_service_slider .sec_inquiry_note li::before {
  counter-increment: unset;
  content: "â€»"; 
}</pre></body></html>