/*
----------------------------------------
reset
----------------------------------------
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote:after,
q::before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*
----------------------------------------
common
----------------------------------------
*/
html[lang=ja] {
  margin-top: 0 !important;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.video {
  max-width: 800px;
  margin: 30px auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sp {
  display: none;
}

.ofi img {
  object-fit: cover;
  font-family: "object-fit: cover;"; /* ie */
}

/* clearfix */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* scrollbar */
/*
::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-track {
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	box-shadow: none;
}
*/
.under-line {
  background: linear-gradient(transparent 65%, #fff200 65%);
}

.ttl-bg-01 {
  color: #fff;
  background: url(../img/common/2x/ttl-bg-01.png) left center/750px repeat-x;
  text-align: center;
  position: relative;
}

.ttl-bg-02 {
  color: #fff;
  background: url(../img/common/2x/ttl-bg-02.png) left center/600px repeat-x;
  text-align: center;
  position: relative;
}

.ttl-ribbon {
  font-size: 2.8rem;
  letter-spacing: 1px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px 0 40px;
  white-space: nowrap;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  position: relative;
}

.ttl-ribbon::before,
.ttl-ribbon::after {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  position: absolute;
  top: 0;
}

.ttl-ribbon::before {
  left: -10px;
  background: url(../img/common/2x/ribbon-mask-before.png) right center/cover no-repeat;
}

.ttl-ribbon::after {
  right: -10px;
  background: url(../img/common/2x/ribbon-mask-after.png) left center/cover no-repeat;
}

.ttl-ribbon strong {
  color: #ffe928;
}

.ribbon {
  text-align: center;
}

.ribbon span {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  white-space: nowrap;
  color: #fff;
}

.ribbon-bl span {
  width: 137px;
  background: url(../img/common/2x/ribbon-bl.png) center center/contain no-repeat;
  letter-spacing: 0.8px;
}

.ribbon-red span {
  width: 263px;
  background: url(../img/common/2x/ribbon-red.png) center center/contain no-repeat;
  letter-spacing: 1px;
}

.topic-path {
  white-space: nowrap;
  overflow: auto;
}

#breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin: 35px 0 9px;
}
@media (max-width: 768px) {
  #breadcrumbs {
    margin-top: 9px;
  }
}

#breadcrumbs a {
  display: inline-block;
  position: relative;
  margin-right: 33px;
}

#breadcrumbs a::after,
#breadcrumbs button::after {
  content: url(../img/common/1x/arrow-02.png);
  line-height: 0.5;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(-50%, -50%);
}

#breadcrumbs .breadcrumb_last {
  padding-right: 2rem;
}

#breadcrumbs span a {
  color: #00a0e9;
  font-weight: bold;
}

#breadcrumbs form {
  display: inline-block;
}

#breadcrumbs button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Urbanist", "Noto Sans JP", sans-serif;
  display: inline-block;
  position: relative;
  margin: 0 33px 0 0;
  color: #00a0e9;
  background: transparent;
  font-weight: bold;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  padding: 0;
  cursor: pointer;
}

#wrapper .slick-dots {
  margin: 0;
  bottom: -55px;
}

#wrapper .slick-dots li {
  padding: 0;
  margin: 0 5px;
  letter-spacing: 0;
}

#wrapper .slick-dots li::before {
  display: none;
}

#wrapper .slick-dots li button:before {
  font-size: 12px;
  color: #ddd;
  opacity: 1;
}

#wrapper .slick-dots li.slick-active button:before {
  color: #c5a882;
  opacity: 1;
}

#wrapper .slick-prev,
#wrapper .slick-next {
  width: 60px;
  height: 60px;
  z-index: 99;
  transition: all 0.2s;
}

#wrapper .slick-prev {
  left: 0;
  background: #2e344f url(../img/common/svg/arrow-prev-wh.svg) center center no-repeat;
}

#wrapper .slick-next {
  right: 0;
  background: #2e344f url(../img/common/svg/arrow-next-wh.svg) center center no-repeat;
}

#wrapper .slick-prev:before,
#wrapper .slick-next:before {
  display: none;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  border-radius: 50%;
  padding: 3px;
  transition: all 0.2s;
}

/* font */
.en {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  word-break: break-all;
}

.heading-01 {
  font-size: 2.8rem;
  letter-spacing: 2.5px;
  line-height: 1.5;
  padding-left: 4.5rem;
  margin-bottom: 2rem;
  position: relative;
}

.heading-01::before {
  content: "";
  width: 30px;
  height: 1px;
  /* background: #c4ac6d; */
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

/* ttl */
.ttl-01 {
  text-align: center;
  position: relative;
  padding-bottom: 7.5rem;
  margin-bottom: 3.5rem;
}

.ttl-01::after {
  content: "";
  width: 2px;
  height: 60px;
  background: #c5a882;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
}

.ttl-01 .en {
  font-size: 6rem;
  line-height: 1.15;
  text-transform: capitalize;
  color: #c5a882;
}

.ttl-01 .jp {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 2.4px;
}

/* btn */
.btn-01 {
  text-align: center;
}

.btn-01 a {
  display: block;
  height: 80px;
  color: #fff;
  background: #00a0e9;
  padding: 8px;
  border-radius: 40px;
  box-shadow: 0 5px 0 #006999;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  display: grid;
  place-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-01 a::after {
  content: "";
  width: 12px;
  height: 20px;
  background: url(../img/common/2x/arrow-wh.png) center center/contain no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .btn-01 a::after {
    width: 7px;
    height: 12px;
    top: calc(50% - 5px);
  }
}

.btn-01.or a {
  background: #ffad0a url(../img/common/2x/btn-01-or-bg.png) center center/cover no-repeat;
  box-shadow: 0 4px 0 #f29909;
}

/* list */
.list-01 li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  line-height: 1.8;
  letter-spacing: 1.8px;
}

.list-01 li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c5a882;
  position: absolute;
  top: 12px;
  left: 0;
}

.dl-01 {
  line-height: 1.5;
}

.dl-01 dt {
  width: 150px;
  font-weight: bold;
  text-align: center;
  color: #092a79;
  background: #edf9ff;
  letter-spacing: 0.06em;
  padding: 15.4px 10px;
  border-bottom: solid 1px #dbdbdb;
}

.dl-01 dt:first-of-type {
  border-top: solid 1px #dbdbdb;
}

.dl-01 dd {
  width: calc(100% - 150px);
  padding: 15.4px 10px 15.4px 20px;
  border-bottom: solid 1px #dbdbdb;
  letter-spacing: 0.06em;
}

.dl-01 dd:first-of-type {
  border-top: solid 1px #dbdbdb;
}

/*
----------------------------------------
default
----------------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 2;
  width: 100vw;
  text-align: center;
  color: #222;
  background: #f2fdff;
  background: url(../img/common/2x/bg.png) repeat center center/10px;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

body * {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
}

ul {
  list-style: none;
}

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

/*
----------------------------------------
layout
----------------------------------------
*/
#wrapper {
  padding-top: 78px;
}

.wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  text-align: left;
  margin: 0 auto;
}

.flex {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

#contents-wrap {
  padding: 6.2rem 0 10.2rem;
}

#contents-wrap > .flex {
  justify-content: space-between;
}

#main-contents {
  margin-top: -7rem;
  width: calc(100% - 302px);
}

#sidebar {
  width: 260px;
}

/* header */
#header {
  background: #092a79;
  padding: 0 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
#header .wrap {
  position: relative;
  padding-left: 340px;
}

#header .logo {
  position: absolute;
  left: 30px;
  top: -11px;
  line-height: 0.5;
}

#header .logo a {
  display: block;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 280px;
  height: 100px;
  display: grid;
  place-items: center;
}

#header .nav-wrap {
  align-items: center;
}

#g-nav a {
  display: inline-block;
  font-weight: bold;
  padding: 21px 29px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.06em;
}

#g-nav a span {
  position: relative;
  z-index: 99;
}

#g-nav a::after {
  content: "";
  height: 8px;
  background: #ffe928;
  position: absolute;
  bottom: 25px;
  right: 50%;
  left: 50%;
  z-index: -1;
  transition: all 0.2s;
}

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

nav-btn

----------------------------------------
*/
#nav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}

#nav-btn .btn {
  width: 65px;
  height: 65px;
  background: #092a79;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
#nav-btn .btn:after {
  content: "MENU";
  font-family: "Urbanist", "Noto Sans JP", sans-serif;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 5px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}

#nav-btn span {
  display: block;
  position: absolute;
  left: 21px;
  right: 21px;
  height: 3px;
  background: #fff;
  transition: all 0.2s;
  border-radius: 2px;
}

#nav-btn span:nth-of-type(1) {
  top: calc(50% - 18px);
}

#nav-btn span:nth-of-type(2) {
  top: calc(50% - 9px);
}

#nav-btn span:nth-of-type(3) {
  top: 50%;
}

.nav-open #nav-btn .btn:after {
  content: "CLOSE";
}

.nav-open #nav-btn span {
  background: #fff;
  right: 20px;
  left: 20px;
}

.nav-open #nav-btn span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.nav-open #nav-btn span:nth-of-type(2) {
  opacity: 0;
}

.nav-open #nav-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* toggle-menu */
.toggle-menu-wrap {
  display: none;
}

#toggle-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: -1;
  transition: all 0.2s;
}

.nav-open #toggle-menu {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

#toggle-menu .nav-wrap {
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: #00a0e9;
  color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* transform: translateX( 100% ); */
  transition: all 0.4s;
}

.nav-open #toggle-menu .nav-wrap {
  transform: none;
}

#toggle-menu .logo-wrap {
  width: 100%;
  background: #fff;
  padding: 13.5px 20px;
  text-align: left;
  line-height: 0.5;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

#toggle-menu .logo-wrap img {
  height: 38px;
}

#toggle-menu #toggle-nav {
  width: 100%;
  padding: 0 2rem;
}

#toggle-menu #toggle-nav .toggle-nav__ul {
  width: 100%;
  padding-top: 3.3rem;
}

#toggle-menu #toggle-nav li {
  background: url(../img/common/2x/dot-border_white.png) repeat-x left bottom/6px 1px;
}
#toggle-menu #toggle-nav li:first-child {
  position: relative;
}
#toggle-menu #toggle-nav li:first-child:before {
  content: "";
  background: url(../img/common/2x/dot-border_white.png) repeat-x left top/6px;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#toggle-menu #toggle-nav a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding: 1.6rem 3rem 1.6rem 0.4rem;
  letter-spacing: 0.04em;
}
#toggle-menu #toggle-nav a:before {
  content: "";
  background: url(../img/common/2x/arrow-wh.png) no-repeat center center/cover;
  width: 9px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

#toggle-menu #toggle-nav .flex {
  justify-content: center;
  text-align: center;
}

#toggle-menu .copyright {
  width: 100%;
  padding: 2.6rem 2rem 4rem;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.toggle-navv__list-wrap {
  width: 100%;
}

.toggle-nav__list {
  max-width: 100%;
  display: none;
  flex: 100%;
}

#toggle-menu #toggle-nav .toggle-nav__item {
  width: 100%;
  margin: 0;
  position: relative;
}

#toggle-menu #toggle-nav .toggle-nav__item a {
  color: #fff;
  font-size: 15px;
  display: block;
  letter-spacing: 0.06em;
  padding: 18px 0 17px 58px;
  text-align: left;
}

#toggle-menu #toggle-nav .toggle-nav__item::before {
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 31px;
}

#toggle-menu #toggle-nav .toggle-nav__item:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-08.png) no-repeat center center;
  background-size: contain;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 31px;
}

#toggle-menu #toggle-nav .toggle-nav__item:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-01.png) no-repeat center center;
  background-size: contain;
}

#toggle-menu #toggle-nav .toggle-nav__item:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-09.png) no-repeat center center;
  background-size: contain;
}

#toggle-menu #toggle-nav .toggle-nav__item:nth-of-type(4)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-02.png) no-repeat center center;
  background-size: contain;
}

#toggle-menu #toggle-nav .toggle-nav__item:nth-of-type(5)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-03.png) no-repeat center center;
  background-size: contain;
}

#toggle-menu #toggle-nav .toggle-nav__item:nth-of-type(6)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-04.png) no-repeat;
  background-size: contain;
}

#toggle-menu #toggle-nav .toggle-nav__item:nth-of-type(7)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-07.png) no-repeat;
  background-size: contain;
}

#toggle-menu #toggle-nav .toggle-nav__item:last-of-type a {
  border-bottom: none;
}

#toggle-menu #toggle-nav .toggle-nav__button {
  text-align: left;
  padding-right: 0;
}
#toggle-menu #toggle-nav .toggle-nav__button:before {
  content: none;
}

.toggle-nav__icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggle-nav__icon::after {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url(../img/common/2x/header-icon02_plus.png) no-repeat center center;
  background-size: contain;
}

.toggle-nav__icon.on::after {
  background-image: url(../img/common/2x/header-icon02.png);
}

header #overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
}

.nav-open header #overlay {
  opacity: 0.8;
  visibility: visible;
  z-index: 999;
}

/* footer */
footer .nav-wrap {
  background: #00a0e9;
  color: #fff;
  padding: 50px 0 20px;
  position: relative;
}

footer .bottom-nav .flex {
  justify-content: center;
  margin: 16px 0 4px;
}
@media (max-width: 768px) {
  footer .bottom-nav .flex {
    margin: 13px 0 4px;
  }
}

footer .bottom-nav li {
  position: relative;
  padding: 0 5px;
}

footer .bottom-nav li::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #7dbbee;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}

footer .bottom-nav li:last-of-type::after {
  display: none;
}

footer .bottom-nav a {
  display: inline-block;
  padding: 10px 23px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
}

footer .logo {
  text-align: center;
  line-height: 0.5;
}

footer .co-wrap {
  background: #092a79;
  color: #fff;
  padding: 14px 0 12px;
}

footer .co-wrap .flex {
  align-items: center;
}

footer .co-menu {
  margin-right: auto;
}

footer .co-menu li {
  margin-right: 30px;
}

footer .co-menu a {
  font-size: 1.4rem;
  color: #fff;
}

footer .copyright {
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
}

/* sidebar */
#sidebar .box {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

#sidebar .choose-bnr {
  margin-bottom: 30px;
  text-align: center;
}

#sidebar .choose-bnr a {
  display: inline-block;
  max-width: 260px;
  background: #2fa6de;
  color: #fff;
  line-height: 0.5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

#sidebar .choose-bnr .more {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 1.8px;
  line-height: 2;
  padding: 1px;
  text-align: center;
}

#sidebar .choose-bnr .more::after {
  content: "";
  width: 7px;
  height: 10.5px;
  background: url(../img/common/2x/choose-bnr-more.png) center center/contain no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% + 5.5rem);
  transition: all 0.2s;
}

#sidebar .menu-ttl {
  height: 50px;
  line-height: 50px;
  background: url(../img/common/2x/menu-bg-01.png) left 10px center/210px repeat-x;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.8px;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

#sidebar .menu-ttl.red {
  background: url(../img/common/2x/menu-bg-02.png) left 10px center/210px repeat-x;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

#sidebar .menu-ttl .l {
  font-size: 2.4rem;
}

#sidebar .cat-nav {
  margin-bottom: 32px;
}

#sidebar .cat-nav .menu-list {
  padding: 0 10px;
}

#sidebar .cat-nav li {
  padding-bottom: 3px;
  background: url(../img/common/2x/dot-border.png) left bottom/6px repeat-x;
}

#sidebar .cat-nav li:last-of-type {
  padding: 0;
  background: none;
}

#sidebar .cat-nav a {
  display: block;
  position: relative;
}

#sidebar .cat-nav a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  background: #f0fcff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
}

#sidebar .cat-nav a span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  font-weight: 500;
  padding: 14px 15px 13px 36px;
  position: relative;
  z-index: 99;
}

#sidebar .cat-nav .cat-01 a span {
  background: url(../img/common/2x/side-icon-01.png) left center/26px no-repeat;
}

#sidebar .cat-nav .cat-02 a span {
  background: url(../img/common/2x/side-icon-02.png) left center/26px no-repeat;
}

#sidebar .cat-nav .cat-03 a span {
  background: url(../img/common/2x/side-icon-03.png) left center/26px no-repeat;
}

#sidebar .cat-nav .cat-04 a span {
  background: url(../img/common/2x/side-icon-04.png) left center/26px no-repeat;
}

#sidebar .cat-nav .cat-05 a span {
  background: url(../img/common/2x/side-icon-05.png) left center/26px no-repeat;
}

#sidebar .cat-nav .cat-06 a span {
  background: url(../img/common/2x/side-icon-06.png) left center/26px no-repeat;
}

#sidebar .cat-nav .cat-07 a span {
  background: url(../img/common/2x/side-icon-07.png) left center/26px no-repeat;
}

#sidebar .cat-nav a span::after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(../img/common/2x/arrow-bl.png) center center/contain no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  right: 5px;
  transition: all 0.2s;
}

#sidebar .bnr {
  line-height: 0.5;
}

#sidebar .bnr a {
  display: block;
  padding: 10px;
  text-align: center;
}

#sidebar .cmp-link a {
  display: block;
  padding: 15px 10px 20px;
}

#sidebar .cmp-link .img {
  line-height: 0.5;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
}

#sidebar .cmp-link h3 {
  line-height: 1.5;
  letter-spacing: 0.8px;
  padding-left: 10px;
}

#sidebar .cmp-link .more {
  text-align: right;
  line-height: 1.6;
}

#sidebar .cmp-link .more span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #17a4e6;
  border-bottom: dotted 1px #17a4e6;
  padding: 2px 20px 2px 2px;
  background: url(../img/common/2x/arrow-bl.png) right 5px center/6px no-repeat;
  transition: all 0.2s;
}

/*
----------------------------------------
page
----------------------------------------
*/
.page-header {
  color: #fff;
  /*background: url( ../img/common/header-bg.png ) center center / cover no-repeat;*/
  position: relative;
}

.page-header::after {
  content: "";
  background: #2e344f;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-header .wrap {
  text-align: center;
  position: relative;
  z-index: 99;
}

.water-server_cat .page-header .box {
  height: 300px;
  display: grid;
  grid-template-columns: 120px auto;
  gap: 0 30px;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .water-server_cat .page-header .box {
    background: rgba(0, 160, 233, 0.9);
    border-radius: 15px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.water-server_cat .page-header .box:before {
  content: "";
  background: rgba(0, 160, 233, 0.9);
  width: calc(50vw + 98px);
  height: 300px;
  border-radius: 0 0 50px 0;
  display: block;
  position: absolute;
  z-index: -1;
  left: calc(-50vw + 600px);
}
@media (max-width: 1260px) {
  .water-server_cat .page-header .box:before {
    width: 728px;
    left: -30px;
  }
}
@media (max-width: 768px) {
  .water-server_cat .page-header .box:before {
    content: none;
  }
}

.page-header .ttl-en {
  font-size: 6rem;
  text-transform: uppercase;
}

.page-header .ttl-jp {
  font-size: 2.8rem;
}

.phone-btn a {
  display: block;
  padding: 10px 20px;
  line-height: 1.3;
  text-align: center;
}

.phone-btn.wh a {
  color: #fff;
}

.phone-btn .num {
  display: inline-block;
  font-size: 2.4rem;
  white-space: nowrap;
  padding-left: 1.6rem;
  background: url(../img/common/svg/icon-phone.svg) left center no-repeat;
}

.phone-btn.wh .num {
  background: url(../img/common/svg/icon-phone-wh.svg) left center no-repeat;
}

.phone-btn .note {
  display: block;
  font-size: 1.2rem;
}

.contact-btn a {
  display: block;
  color: #fff;
  padding: 8px 30px 8px 50px;
  text-align: center;
  border: solid 1px #c5a882;
  background: #c5a882 url(../img/common/svg/icon-contact-wh.svg) left calc(50% - 4.3rem) center no-repeat;
}

.contact-btn.wh a {
  border: solid 1px rgba(255, 255, 255, 0.2);
  background: url(../img/common/svg/icon-contact-wh.svg) left calc(50% - 4.3rem) center no-repeat;
}

.sns-set li {
  padding: 0 1rem;
  line-height: 0.5;
}

.sns-set a {
  display: inline-block;
}

#included-files-fie-on-wp-footer,
.included-files-fie-on-wp-footer {
  display: none;
}

.g-nav__menu-wrap {
  position: relative;
}
.g-nav__menu-wrap:hover .g-nav__menu {
  opacity: 1;
  visibility: visible;
  height: 328px;
}

.g-nav__menu-wrap::after {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 9px;
  height: 6px;
  content: "";
  display: inline-block;
  background: url(../img/common/2x/header-icon01.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

.g-nav__menu {
  position: absolute;
  width: 220px;
  background: #fff;
  border: 3px solid #5fbdfd;
  border-radius: 10px;
  padding: 2px 11px 0;
  transform: translate(-50%, 100%);
  bottom: -11px;
  bottom: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out;
}

#g-nav .g-nav__menu-item {
  position: relative;
}

#g-nav .g-nav__menu-item a {
  border-bottom: 2px dotted #ccc;
  font-size: 14px;
  display: block;
  padding: 8px 0 8px 29px;
  color: #092a79;
}
#g-nav .g-nav__menu-item a:after {
  bottom: 14px;
}

#g-nav .g-nav__menu-item:last-of-type a {
  border: none;
}

#g-nav .g-nav__menu-item::before {
  position: absolute;
  left: -2px;
  top: calc(50% - 16px);
  width: 25px;
  height: 28px;
}

#g-nav .g-nav__menu-item:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-08.png) no-repeat center center;
  background-size: contain;
}

#g-nav .g-nav__menu-item:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-01.png) no-repeat center center;
  background-size: contain;
}

#g-nav .g-nav__menu-item:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-09.png) no-repeat center center;
  background-size: contain;
}

#g-nav .g-nav__menu-item:nth-of-type(4)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-02.png) no-repeat center center;
  background-size: contain;
}

#g-nav .g-nav__menu-item:nth-of-type(5)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-03.png) no-repeat center center;
  background-size: contain;
}

#g-nav .g-nav__menu-item:nth-of-type(6)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-04.png) no-repeat;
  background-size: contain;
}

#g-nav .g-nav__menu-item:nth-of-type(7)::before {
  content: "";
  display: inline-block;
  background: url(../img/common/2x/side-icon-07.png) no-repeat;
  background-size: contain;
}

/*
----------------------------------------
1260
----------------------------------------
*/
@media screen and (max-width: 1260px) {
  body {
    font-size: 1.5rem;
  }
  #g-nav a {
    padding: 10px 15px;
  }
  .g-nav__menu-wrap::after {
    right: 2px;
  }
  #header .wrap {
    padding-left: 310px;
  }
  #sidebar {
    width: 220px;
  }
  #sidebar .cat-nav a span {
    letter-spacing: 0;
    padding: 14px 0 13px 36px;
  }
  #sidebar .cat-nav a span::after {
    display: none;
  }
  .btn-01 a {
    font-size: 1.8rem;
    padding: 12px 8px;
  }
  .btn-01 a::after {
    right: 25px;
  }
  .dl-01 dt {
    width: 120px;
  }
  .dl-01 dd {
    width: calc(100% - 120px);
    padding: 12.5px 15px;
  }
  footer .bottom-nav a {
    font-size: 1.5rem;
  }
}
/*
----------------------------------------
1000
----------------------------------------
*/
@media screen and (max-width: 1000px) {
  #header .wrap {
    padding: 0 20px;
    padding-left: 170px;
  }
  #header .logo {
    left: 0;
  }
  #header .logo a {
    padding: 10px;
    width: 160px;
  }
  #g-nav a {
    padding: 10px;
  }
  #contents-wrap > .flex {
    flex-direction: column;
  }
  #main-contents {
    width: 100%;
    margin-bottom: 3rem;
  }
  #sidebar {
    width: 100%;
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #sidebar .cat-nav {
    width: 100%;
  }
  #sidebar .cat-nav a span {
    letter-spacing: 0;
    padding: 14px 15px 13px 36px;
  }
  #sidebar .cat-nav a span::after {
    display: block;
  }
  #sidebar .picup-bnr,
  #sidebar .cmp-link {
    width: 260px;
    max-width: calc((100% - 40px) / 3);
    margin-right: 2rem;
  }
  #sidebar .picup-bnr:last-of-type {
    margin-right: 0;
  }
}
/*
----------------------------------------
768
----------------------------------------
*/
@media screen and (max-width: 768px) {
  html #wpadminbar {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .sp-block {
    display: block;
  }
  .btn-01 a {
    font-size: 1.8rem;
    height: 50px;
    padding: 8px;
  }
  .btn-01 a::after {
    right: 21px;
  }
  .wrap {
    padding: 0 20px;
  }
  .ttl-bg-01 {
    background: url(../img/common/2x/ttl-bg-01-sp.png) left center/300px repeat-x;
  }
  .ttl-bg-02 {
    background: url(../img/common/2x/ttl-bg-02-sp.png) left center/300px repeat-x;
  }
  .ttl-ribbon {
    font-size: 2.4rem;
    margin: 0 -7px 2.4rem;
    padding: 0 3rem;
  }
  .ribbon span {
    font-size: 1.6rem;
  }
  .dl-01 {
    flex-direction: column;
    font-size: 1.6rem;
    border-bottom: solid 1px #dbdbdb;
  }
  .dl-01 dt {
    width: 100%;
    border-top: solid 1px #49b0df;
    padding: 7.5px 10px;
  }
  .dl-01 dd {
    width: 100%;
    border: none;
    padding: 7.5px 10px;
    text-align: center;
    letter-spacing: 0.4px;
  }
  #wrapper {
    padding-top: 0;
  }
  #header {
    position: relative;
    padding: 13.5px 0;
    background: #fff;
  }
  #header .wrap {
    padding-left: 20px;
  }
  #header .logo {
    position: static;
  }
  #header .logo a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
  }
  #g-nav {
    display: none;
  }
  #header .logo a img {
    height: 38px;
  }
  .toggle-menu-wrap {
    display: block;
  }
  #contents-wrap {
    padding: 3rem 0 1rem;
  }
  #main-contents {
    margin-top: -5.7rem;
    margin-bottom: 2.5rem;
  }
  #sidebar {
    flex-direction: column;
  }
  #sidebar .choose-bnr {
    margin-bottom: 2.5rem;
  }
  #sidebar .menu-ttl {
    letter-spacing: 1px;
    padding-right: 5px;
    background: url(../img/common/2x/ttl-bg-01-sp.png) left center/300px repeat-x;
  }
  #sidebar .menu-ttl.red {
    background: url(../img/common/2x/ttl-bg-02-sp.png) left center/300px repeat-x;
  }
  #sidebar .menu-ttl {
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
  }
  #sidebar .menu-ttl .l {
    font-size: 3rem;
  }
  #sidebar .cat-nav {
    margin-bottom: 2.2rem;
  }
  #sidebar .cat-nav .menu-list {
    padding: 0 2rem 2rem;
  }
  #sidebar .cat-nav a span {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    padding: 11.5px 15px 10px 40px;
  }
  #sidebar .cat-nav a span::after {
    width: 10px;
    height: 16px;
    top: calc(50% - 6px);
    right: 0;
  }
  #sidebar .cat-nav li:last-of-type {
    padding-bottom: 3px;
    background: url(../img/common/2x/dot-border.png) left bottom/6px repeat-x;
  }
  #sidebar .picup-bnr,
  #sidebar .cmp-link {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  #sidebar .bnr a {
    padding: 2rem;
  }
  #sidebar .bnr a img {
    width: 260px;
    max-width: 100%;
  }
  #sidebar .cmp-link a {
    padding: 2rem;
  }
  #sidebar .cmp-link a img {
    width: 100%;
  }
  #sidebar .cmp-link h3 {
    font-size: 1.6rem;
    padding-left: 0;
  }
  #sidebar .cmp-link .more {
    line-height: 1.8;
  }
  #sidebar .cmp-link .more span {
    padding: 2px 15px 2px 2px;
    background: url(../img/common/2x/arrow-bl.png) right center/6px no-repeat;
  }
  footer .nav-wrap {
    padding: 4rem 0 2.3rem;
  }
  footer .logo {
    width: 200px;
    margin: 0 auto;
  }
  footer .nav-wrap::before {
    background: url(../img/common/2x/footer-bg.png) left 26px center/auto 20px repeat-x;
  }
  footer .bottom-nav .flex {
    flex-direction: column;
  }
  footer .bottom-nav li {
    width: 100%;
    padding: 0 0 3px;
    background: url(../img/common/2x/dot-border_white.png) left bottom/6px 1px repeat-x;
  }
  footer .bottom-nav li::after {
    display: none;
  }
  footer .bottom-nav a {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    background: url(../img/common/2x/arrow-wh.png) right center/10px no-repeat;
    padding: 11px 20px 10px 0px;
  }
  footer .co-menu {
    width: 100%;
  }
  footer .co-menu li {
    margin: 0 0 1.2rem;
    padding: 0 15px;
  }
  footer .co-wrap {
    padding: 18px 0 22px;
  }
  footer .co-wrap .flex {
    justify-content: center;
  }
  footer .co-menu a {
    display: inline-block;
    border-bottom: solid 1px #fff;
  }
  footer .copyright {
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }
}
/*
----------------------------------------
hover
----------------------------------------
*/
@media screen and (min-width: 768px) {
  #header .logo a:hover {
    opacity: 0.75;
  }
  #g-nav a:hover::after {
    right: 20px;
    left: 20px;
    z-index: 1;
  }
  .btn-01 a:hover {
    box-shadow: 0 7px 0 #006999;
    transform: translateY(-3px);
  }
  .btn-01 a:active {
    box-shadow: 0 0 0 #006999;
    transform: translateY(4px);
  }
  .btn-01.or a:hover {
    box-shadow: 0 7px 0 #f29909;
  }
  .btn-01.or a:active {
    box-shadow: 0 0 0 #f29909;
  }
  .btn-01 a:hover::after {
    right: 25px;
  }
  #sidebar .choose-bnr a:hover {
    background: #087bc7;
  }
  #sidebar .choose-bnr a:hover .more::after {
    left: calc(50% + 6rem);
  }
  #sidebar .cat-nav a:hover::before {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  #sidebar .cat-nav a:hover span::after {
    right: 0;
  }
  #sidebar .bnr a:hover {
    background: #f0fcff;
  }
  #sidebar .cmp-link a:hover {
    background: #f0fcff;
  }
  #sidebar .cmp-link a:hover .more span {
    background: url(../img/common/2x/arrow-bl.png) right center/6px no-repeat;
  }
  footer a:hover {
    opacity: 0.75;
  }
}
/*# sourceMappingURL=style.css.map */
