@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body.fixed {
    position: fixed;
    right: 0;
    left: 0;
  }
}

*:focus {
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.container {
  width: 92%;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.flex {
  display: flex;
}

.flexWrap {
  flex-wrap: wrap;
}

.justifyEnd {
  justify-content: flex-end;
}

.justifyCenter {
  justify-content: center;
}

.justifyBet {
  justify-content: space-between;
}

.justifyAround {
  justify-content: space-around;
}

.itemsCenter {
  align-items: center;
}

.itemsEnd {
  align-items: flex-end;
}

.directionColumn {
  flex-direction: column;
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

.bold {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .allLink:not(.allLinkNone) {
    cursor: pointer;
    transition: 0.3s ease-in-out all;
  }
  .allLink:not(.allLinkNone):hover {
    opacity: 0.8;
  }
  .allLink:not(.allLinkNone) a:hover {
    opacity: 1;
  }
}

.displayNone {
  display: none;
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: 50px;
}
@media all and (-ms-high-contrast: none) {
  .breadcrumb li:not(:first-child) a {
    line-height: 1;
  }
}
.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
.breadcrumb li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: 1px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transition: 0.3s ease-in-out all;
}
input[type=submit]:hover {
  opacity: 0.8;
}
input[type=text], input[type=email], input[type=password], input[type=tel] {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
input[type=reset] {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

textarea {
  font-size: 16px;
  width: 100%;
  height: 220px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  resize: none;
}

.checkbox {
  /* padding-left: 25px; */
  padding-left: 12px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  
}
/* .checkbox:before, .checkbox:after {
  content: "";
  position: absolute;
}
.checkbox:before {
  width: 16px;
  height: 16px;
  border: 1px solid #c8c9ca;
  border-radius: 3px;
  z-index: 3;
  top: 0;
  left: 0;
}
.checkbox:after {
  width: 4px;
  height: 9px;
  margin-top: -6px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 8px;
  left: 6px;
} */
.checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0px #fff;
  -webkit-appearance: none;
          appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}
.checkbox input[type=checkbox]:checked {
  box-shadow: none;
} 

.radio {
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.radio:before, .radio:after {
  content: "";
  position: absolute;
}
.radio:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  z-index: 3;
  top: 7px;
  left: 0;
}
.radio:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #5876b6;
  z-index: 1;
  top: 12px;
  left: 5px;
}
.radio input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
  box-shadow: 20px -1px #fff;
  -webkit-appearance: none;
          appearance: none;
  z-index: 2;
  position: absolute;
  top: 7px;
  left: -23px;
}
.radio input[type=radio]:checked {
  box-shadow: none;
}
.radio input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}

select {
  font-family: "Noto Sans JP", sans-serif;
}

.selectBox01 {
  border: 1px solid #ccc;
  position: relative;
}
.selectBox01:after {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto 0;
  border: 4px solid transparent;
  border-top: 4px solid #333;
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  right: 15px;
}
.selectBox01 select {
  width: 100%;
  height: 40px;
  background: none;
  padding-left: 15px;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
}
@media all and (-ms-high-contrast: none) {
  .selectBox01 select {
    width: 100% !important;
  }
}
.selectBox01 select:not(:target) {
  width: 130% \9 ;
}
.selectBox01 select::-ms-expand {
  display: none;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
}

.headerTop {
  margin-top: -86px;
  padding-top: 86px;
}

.modalOpen,
.modalClose {
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
.modalOpen:hover,
.modalClose:hover {
  opacity: 0.8;
}

.modalOverlay {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 1100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modalClose {
  position: absolute;
  top: -35px;
  right: 0;
}

.modalArea01 {
  margin: auto;
  z-index: 1101;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modalArea01 {
    width: 92%;
  }
}
.modalArea01 .modalContent01 {
  padding: 40px 20px;
  border-radius: 10px;
  overflow: hidden;
}
.modalArea01 .modalContent01 .closeBtn01 {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.modalArea01 img {
  max-width: 710px;
  max-height: 600px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .modalArea01 img {
    max-width: 100%;
    max-height: 340px;
  }
}

.verticalTop {
  vertical-align: top;
}

.fadeinUnder {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fadeinRight {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1000ms;
}

.fadeinLeft {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1000ms;
}

.fadeinUnder.scrollin,
.fadeinRight.scrollin,
.fadeinLeft.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fixedTop {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.fixedBottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.absoluteTopLeft {
  position: absolute;
  top: 0;
  left: 0;
}