@charset "utf-8";

html,
body {
  font-family: var(--default-font);
  width: 100%;
  font-size: 1em;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.04rem;
  font-feature-settings: "palt";
  color: var(--base-color);
  text-align: center;
  min-width: 1200px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  scroll-padding-top: 150px;
}

h1,
h2,
h3,
h4,
strong {
  font-weight: 700;
}

.en {
  font-weight: 200;
}

.size120 {
  font-size: 1.2em;
  line-height: 1.8;
}
.size110 {
  font-size: 1.1em;
  line-height: 1.8;
}
.size95 {
  font-size: 0.9em;
  line-height: 1.8;
}
.size90 {
  font-size: 0.9em;
  line-height: 1.8;
}
.size85 {
  font-size: 0.85em;
  line-height: 1.8;
}
.size80 {
  font-size: 0.8em;
  line-height: 1.8;
}

.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}

.w400 {
  width: 400px !important;
}
.main-color {
  color: var(--main-color);
}

ul.li-mb0 > li,
ol.li-mb0 > li {
  margin-bottom: 0px !important;
}
ul.li-mb5 > li,
ol.li-mb5 > li {
  margin-bottom: 5px !important;
}
ul.li-mb10 > li,
ol.li-mb10 > li {
  margin-bottom: 10px !important;
}
ul.li-mb15 > li,
ol.li-mb15 > li {
  margin-bottom: 15px !important;
}
ul.li-mb20 > li,
ol.li-mb20 > li {
  margin-bottom: 20px !important;
}
ul.li-mb25 > li,
ol.li-mb25 > li {
  margin-bottom: 25px !important;
}
ul.li-mb30 > li,
ol.li-mb30 > li {
  margin-bottom: 30px !important;
}
ul.li-mb35 > li,
ol.li-mb35 > li {
  margin-bottom: 35px !important;
}
ul.li-mb40 > li,
ol.li-mb40 > li {
  margin-bottom: 40px !important;
}
ul.li-mb45 > li,
ol.li-mb45 > li {
  margin-bottom: 45px !important;
}
ul.li-mb50 > li,
ol.li-mb50 > li {
  margin-bottom: 50px !important;
}

ul.li-mb0 > li:last-child,
ol.li-mb0 > li:last-child,
ul.li-mb5 > li:last-child,
ol.li-mb5 > li:last-child,
ul.li-mb10 > li:last-child,
ol.li-mb10 > li:last-child,
ul.li-mb15 > li:last-child,
ol.li-mb15 > li:last-child,
ul.li-mb20 > li:last-child,
ol.li-mb20 > li:last-child,
ul.li-mb25 > li:last-child,
ol.li-mb25 > li:last-child,
ul.li-mb30 > li:last-child,
ol.li-mb30 > li:last-child,
ul.li-mb35 > li:last-child,
ol.li-mb35 > li:last-child,
ul.li-mb40 > li:last-child,
ol.li-mb40 > li:last-child,
ul.li-mb45 > li:last-child,
ol.li-mb45 > li:last-child,
ul.li-mb50 > li:last-child,
ol.li-mb50 > li:last-child {
  margin-bottom: 0px !important;
}

li {
  list-style: none;
}
ul.disc-list > li {
  list-style: disc outside;
}
ol.decimal-list > li {
  list-style: decimal outside;
}
ul.disc-list > li {
  margin-left: 1.25em;
}
ol.decimal-list > li {
  margin-left: 1.5em;
}
ul.kigou-list > li {
  position: relative;
  padding-left: 1.25em;
}
ul.kigou-list > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

a {
  color: var(--link-color);
}
a:hover {
}
a.tel-link {
  color: var(--font-color);
  text-decoration: none;
  pointer-events: none;
}
a.pdf-link::after,
a.excel-link::after,
a.word-link::after {
  content: "";
  width: 1.2em;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  position: relative;
  top: 0.2em;
}
a.pdf-link::after {
  background-image: url(../../img/svg/pdf.svg);
}
a.excel-link::after {
  background-image: url(../../img/svg/icon_xls.svg);
}
a.word-link::after {
  background-image: url(../../img/svg/icon_doc.svg);
}
a.website-link::after {
  content: "";
  width: 0.8em;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../../img/svg/external.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  position: relative;
  top: 0em;
}

.flex {
  display: flex;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex > .text-box {
  flex: 1;
}

.hissu {
  color: #ff0000 !important;
}
.pc-block {
  display: block !important;
}
.pc-none {
  display: none !important;
}
.schema-data {
  display: none !important;
}
.red {
  color: #dd0000 !important;
}
.no-pointer {
  pointer-events: none;
}

/* form reset
++++++++++++++++++++++++++++++*/
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="button"],
button,
select,
textarea {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  outline: none;
  background: #fcfcfc;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1em;
  line-height: 1.8;
  color: var(--font-color);
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
  height: 38px;
  text-indent: 1em;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
textarea {
  font-size: 1.2em;
  line-height: 1.8;
  height: 200px;
  margin: 0;
  padding: 1em;
}
input[type="submit"],
input[type="button"] {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 48px;
  border-color: var(--key-color);
  border-radius: 9999px;
  cursor: pointer;
  transition: 0.3s;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background-color: var(--main-color);
  transition: 0.3s;
}
input[type="submit"]:disabled {
  border-color: #ccc;
  color: #666;
  background: #ccc;
  cursor: not-allowed;
  transition: 0.3s;
}

.select-wrapper {
  box-sizing: border-box;
  height: 38px;
  overflow: hidden;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
}
.select-wrapper select {
  width: 110%;
  border: none;
  background: transparent;
  position: relative;
  z-index: 2;
}
.select-wrapper::before {
  content: "";
  border-top: 6px solid var(--main-color);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
input::placeholder,
textarea::placeholder {
  font-family: var(--default-font) !important;
  font-size: 0.95em;
  font-weight: normal !important;
  color: #999 !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus::-ms-input-placeholder {
  color: transparent !important;
}
input:focus::placeholder {
  color: transparent !important;
}

/* initialize
++++++++++++++++++++++++++++++*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  border: none;
  display: block;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
.aligncenter {
  margin: 0 auto;
  text-align: center;
}

.clear {
  clear: both;
  display: block;
}

/* clearfix
++++++++++++++++++++++++++++++*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hides from IE-mac */

/* object fit
++++++++++++++++++++++++++++++*/
.fit > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* scroll up
++++++++++++++++++++++++++++++*/
#scrollUp {
  bottom: 10px;
  right: 15px;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  position: relative;
}
#scrollUp::before {
  content: "";
  width: 48px;
  height: auto;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url(../../img/common/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  position: absolute;
  top: 0;
  left: 0;
}
a#scrollUp:hover {
  border: none;
}

/* pagenavi
++++++++++++++++++++++++++++++*/
.pagenavi-box {
  margin-top: 30px;
}
.pagenavi-box > .wp-pagenavi {
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.pagenavi-box > .wp-pagenavi a,
.pagenavi-box > .wp-pagenavi span.pages,
.pagenavi-box > .wp-pagenavi span.extend,
.pagenavi-box > .wp-pagenavi span.current {
  padding: 2px 10px !important;
}

/* slick reset
++++++++++++++++++++++++++++++*/
.slick-container {
  position: relative;
}
.index-contents .slick-container .slick-prev,
.index-contents .slick-container .slick-next {
  width: 40px !important;
  height: 40px !important;
}
.slick-container .slick-prev,
.slick-container .slick-next {
  width: 25px !important;
  height: 25px !important;
}
.slick-container button.slick-prev,
.slick-container button.slick-next {
  z-index: 2;
}
.index-contents .slick-container .slick-prev {
  left: calc((100% - 1200px) / 2);
}
.index-contents .slick-container .slick-next {
  right: calc((100% - 1200px) / 2);
}
.slick-container .slick-prev {
  left: calc((100% - 380px) / 2);
}
.slick-container .slick-next {
  right: calc((100% - 380px) / 2);
}
.slick-container .slick-prev::before,
.slick-container .slick-next::before {
  content: "";
}
.slick-slider {
  margin-bottom: 0 !important;
}
.slick-container .slick-dots {
  bottom: -30px;
}
.slick-container .slick-dots > li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-container .slick-dots > li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}
.slick-container .slick-dots > li button::before {
  content: "";
  font-family: var(--default-font);
  font-size: 6px;
  line-height: 20px;
  color: black;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 100%;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-container .slick-dots > li.slick-active button::before {
  opacity: 0.75;
  color: black;
}
