@charset "UTF-8";
body {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  padding-top: 64.8px;
  letter-spacing: 0.1em;
  font-family: kozuka-gothic-pr6n, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, "Segoe UI", "メイリオ", "sans-serif";
}
@media (min-width: 960px) {
  body {
    padding-top: 81px;
  }
}

/*IE用の記述*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", "Meiryo", sans-serif;
  }
}
a:hover, a:active, a:focus {
  color: #000;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

/*-----------------------
visibility
-------------------------*/
.hidden {
  display: none !important;
}

@media (min-width: 480px) {
  .hidden_xs {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .hidden_s {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden_mm {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hidden_m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden_l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden_xl {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .visible_xs {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .visible_s {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .visible_mm {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .visible_m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .visible_l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .visible_xl {
    display: none !important;
  }
}
/*-----------------------
 margin
-------------------------*/
.com-mt-1em {
  margin-top: 1em;
}

/*-----------------------
section
-------------------------*/
.com-sec-01 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .com-sec-01 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .com-sec-01 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*-----------------------
 bg-color
-------------------------*/
.com-bg-color-gray {
  background-color: #e5e5e5;
}

/*-----------------------
 title
-------------------------*/
.com-tit-01 {
  position: relative;
  letter-spacing: 0.2em;
  width: 215.2px;
  height: 63.2px;
  font-size: 14.4px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  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;
}

.com-tit-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-tit-0.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(79%) sepia(36%) saturate(298%) hue-rotate(283deg) brightness(106%) contrast(103%);
  z-index: 1;
}

.com-tit-01 span{
  color:#000;
  z-index: 100;
}
@media (min-width: 960px) {
  .com-tit-01 {
    width: 269px;
    height: 79px;
    font-size: 18px;
  }
}

/*-----------------------
 header
-------------------------*/
#header {
  background-color: #FFF;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 64.8px;
  padding-top: 19.2px;
  padding-bottom: 15.2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 960px) {
  #header {
    height: 80px;
    padding-top: 24px;
    padding-bottom: 19px;
  }
}

.header-wrapper {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  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 (min-width: 640px) {
  .header-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .header-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-logo img {
  height:40px;
  width:auto;
}
@media (min-width: 960px) {
  .header-logo img {
    height:50px;
    width:auto;
  }
}
.header-logo h1 {
  color: #000;
  font-size: 17.4px;
  letter-spacing: 0;
  margin-left: 13.6px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .header-logo h1 {
    font-size: 21.84px;
    margin-left: 17px;
  }
}
.header-logo .small {
  font-size: 10px;
  display: block;
  text-align: center;
}
@media (min-width: 960px) {
  .header-logo .small {
    font-size: 12px;
  }
}

.hamburger-menu {
  z-index: 200;
  display: block;
  background-color: #e5e5e5;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  width: 30px;
}
.hamburger-menu span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background-color: #000;
}
.hamburger-menu span + span {
  margin-top: 5px;
}
.hamburger-menu.show span:first-child {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.hamburger-menu.show span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.show span:last-child {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu li + li {
  margin-left: 0.7em;
}
@media (min-width: 960px) {
  .header-menu li + li {
    margin-left: 1em;
  }
}
.header-menu a {
  color: #000;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 959px) {
  .header-menu a {
    font-size: 12.8px;
  }
}
.header-menu a:hover {
  color: #669aef;
}

/*-----------------------
 .offcanvas
-------------------------*/
.offcanvas {
  background-color: #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 26px 0;
  color: #000;
  width: 200px;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -200px;
  overflow-y: auto;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
@media (min-width: 480px) {
  .offcanvas {
    width: 50%;
    right: -50%;
  }
}
.offcanvas.show {
  right: 0;
}
.offcanvas a {
  font-size: 14px;
  display: block;
  padding: 13px 15px 10px 0;
  position: relative;
}
.offcanvas a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.offcanvas a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -1px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.offcanvas a:hover::after {
  width: 0;
  -webkit-animation: underline-disappear 0.5s ease;
          animation: underline-disappear 0.5s ease;
}

@-webkit-keyframes underline-disappear {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes underline-disappear {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/*-----------------------
 footer
-------------------------*/
#footer {
  font-size: 10px;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (min-width: 960px) {
  #footer {
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*-----------------------
 thanks
-------------------------*/
#thanks {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 65.6px;
  padding-bottom: 58px;
}
@media (min-width: 960px) {
  #thanks {
    padding-top: 82px;
    padding-bottom: 72.5px;
  }
}
#thanks h2 {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 960px) {
  #thanks h2 {
    font-size: 24px;
  }
}
#thanks p:last-child {
  margin-top: 1em;
}

/*-----------------------
 #home-01
-------------------------*/
.priv{
color:#669aef;
text-align: center;
margin-bottom: 0.5em;
}
.pris{
color:#669aef;
margin-bottom: 0.5em;
}
.prisp{
margin-bottom: 1em;
}
.prip{
text-align: center;
}
.prib{
font-size: 13.5px !important;
color:black !important;
font-weight:bold;
}
#home-01 {
  background-image: url(../images/背景.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 132.8px;
  padding-bottom: 134.4px;
  border-top: 1px solid #13151c;
  border-bottom: 1px solid #13151c;
}
@media (min-width: 960px) {
  #home-01 {
    padding-top: 166px;
    padding-bottom: 168px;
  }
}

.home-01-tit {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 18px;
}
@media (min-width: 640px) {
  .home-01-tit {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  .home-01-tit {
    font-size: 30px;
  }
}

/*-----------------------
 #home-02
-------------------------*/
#home-02 {
  padding: 75.2px 16px 65.6px;
  text-align: center;
  line-height: 1.7;
}
@media (min-width: 960px) {
  #home-02 {
    padding: 94px 40px 82px;
  }
}
@media (max-width: 959px) {
  #home-02 {
    font-size: 14px;
  }
}

/*-----------------------
 #home-03
-------------------------*/
#home-03 {
  padding: 64.8px 15px 47.2px;
}
@media (min-width: 960px) {
  #home-03 {
    padding: 81px 40px 59px;
  }
}
#home-03 p {
  line-height: 1.7;
  text-align: center;
  margin-top: 62.4px;
}
@media (min-width: 960px) {
  #home-03 p {
    margin-top: 78px;
  }
}
@media (max-width: 959px) {
  #home-03 p {
    font-size: 12.8px;
  }
}

.home-03-list {
  margin-top: 39.2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #8C8C8C;
  background-color: rgba(255, 255, 255, 0.63);
  padding: 16px 18.4px 24.8px 20px;
}
@media (min-width: 960px) {
  .home-03-list {
    margin-top: 49px;
    padding: 20px 23px 31px 25px;
  }
}
@media (min-width: 640px) {
  .home-03-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-03-list li {
  font-size: 11.2px;
  line-height: 2;
}
@media (min-width: 960px) {
  .home-03-list li {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .home-03-list li {
    white-space: nowrap;
  }
}
@media (min-width: 640px) {
  .home-03-list li:nth-child(odd) {
    width: 60%;
  }
}
@media (min-width: 640px) {
  .home-03-list li:nth-child(even) {
    width: 40%;
  }
}

/*-----------------------
 #home-04
-------------------------*/
#home-04 {
  padding-top: 74.4px;
  padding-bottom: 66.4px;
}
@media (min-width: 960px) {
  #home-04 {
    padding-top: 93px;
    padding-bottom: 83px;
  }
}

.home-04-table {
  margin-top: 44px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .home-04-table {
    margin-top: 55px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.home-04-table div {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22.4px 2px 13.6px 19.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (min-width: 960px) {
  .home-04-table div {
    padding-top: 28px;
    padding-left: 24px;
    padding-right: 2px;
    padding-bottom: 17px;
  }
}
.brs{
display:none;
}
@media (max-width: 960px) {
.brs{
display:block;
}  
}
.home-04-table div:not(:first-child) {
  height: 55.2px;
}
@media (min-width: 960px) {
  .home-04-table div:not(:first-child) {
    height: 69px;
  }
}
.home-04-table div::after {
  content: "";
  border: 1px solid #cbcbcb;
  background-color: #cbcbcb;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 959px) {
  .home-04-table dt, .home-04-table dd {
    font-size: 12.8px;
  }
}
@media (max-width: 479px) {
  .home-04-table dt, .home-04-table dd {
    font-size: 11px;
  }
}
.home-04-table dt {
  width: 18%;
  padding-right: 0.7em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-04-table dd {
  width: 82%;
  line-height: 1.3;
}
.home-04-table dd .small {
  display: block;
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .home-04-table dd .small {
    font-size: 12px;
  }
}

/*-----------------------
 #home-05
-------------------------*/
#home-05 {
  padding-top: 68px;
  padding-bottom: 64.8px;
}
@media (min-width: 960px) {
  #home-05 {
    padding-top: 85px;
    padding-bottom: 81px;
  }
}

.home-05-container {
  max-width: 706px;
  margin-top: 74.4px;
}
@media (min-width: 960px) {
  .home-05-container {
    margin-top: 93px;
  }
}

#home-05 .google-map {
  width: 100%;
  position: relative;
  padding-top: 43.05%;
}
#home-05 .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-moz-document url-prefix() {
  .google-map-img {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .google-map-img {
    display: none;
  }
}
::-webkit-full-page-media, :future, :root .google-map-img {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .google-map {
    display: none;
  }
  .google-map-img {
    display: block;
  }
}
/*-----------------------
 #home-06
-------------------------*/
#home-06 {
  padding-top: 74.4px;
  padding-bottom: 67.2px;
}
@media (min-width: 960px) {
  #home-06 {
    padding-top: 93px;
    padding-bottom: 84px;
  }
}

.contact-form {
  max-width: 527.5px;
  margin-top: 74.4px;
}
@media (min-width: 960px) {
  .contact-form {
    margin-top: 93px;
  }
}
.contact-form dt {
  font-size: 12px;
  margin-bottom: 10.4px;
}
@media (min-width: 640px) {
  .contact-form dt {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
.contact-form dt.required span {
  position: relative;
}
.contact-form dt.required span::after {
  content: "必須";
  font-size: 10px;
  width: 37.6px;
  height: 14.4px;
  background-color: #b2ccf7;
  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;
  position: absolute;
  right: -5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 640px) {
  .contact-form dt.required span::after {
    font-size: 12px;
    width: 47px;
    height: 18px;
  }
}
.contact-form dd + dt {
  margin-top: 10.4px;
}
@media (min-width: 960px) {
  .contact-form dd + dt {
    margin-top: 13px;
  }
}
.contact-form input[type=text], .contact-form input[type=email] {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 24px;
  width: 356px;
  max-width: 100%;
}
@media (min-width: 640px) {
  .contact-form input[type=text], .contact-form input[type=email] {
    height: 30px;
  }
}
.contact-form textarea {
  font-size: 16px;
  width: 100%;
  height: 106px;
}
@media (min-width: 640px) {
  .contact-form textarea {
    height: 132.58px;
  }
}
.contact-form .privacy-policy {
  margin-top: 52px;
  font-size: 10px;
  text-align: center;
}
@media (min-width: 640px) {
  .contact-form .privacy-policy {
    margin-top: 65px;
    font-size: 12px;
  }
}
.contact-form .privacy-policy .formError {
  margin-left: 0;
}
.contact-form .privacy-policy input[type=checkbox] {
  opacity: 0;
  z-index: -1;
}
.contact-form .privacy-policy input[type=checkbox]:checked + label span::after {
  opacity: 1;
}
.contact-form .privacy-policy label {
  vertical-align: bottom;
  margin-left: -1.5em;
}
.contact-form .privacy-policy label span {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.contact-form .privacy-policy label span::before, .contact-form .privacy-policy label span::after {
  content: "";
  display: block;
  position: absolute;
}
.contact-form .privacy-policy label span::before {
  background-color: transparent;
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.contact-form .privacy-policy label span::after {
  border-bottom: 2px solid #669aef;
  border-left: 2px solid #669aef;
  opacity: 0;
  height: 6px;
  width: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
  left: 8px;
}
.contact-form .form-btn {
  margin-top: 20.8px;
  font-size: 19.32px;
  letter-spacing: 1em;
  background-color: #adb5dd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  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;
  width: 247.2px;
  height: 36.8px;
  padding-left: 1em;
  padding-top: 0.2em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: none;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 640px) {
  .contact-form .form-btn {
    margin-top: 26px;
    font-size: 24px;
    width: 309px;
    height: 46px;
  }
}
.contact-form .form-btn:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-0.1875em);
          transform: translateY(-0.1875em);
}

.home-06-list {
  max-width: 746px;
  margin-top: 74.4px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (min-width: 960px) {
  .home-06-list {
    margin-top: 93px;
  }
}
.home-06-list li + li {
  margin-top: 0.2em;
}
.home-06-list h3 {
  color: #669aef;
  font-size: 10px;
  margin-bottom: 0.1em;
}
@media (min-width: 960px) {
  .home-06-list h3 {
    font-size: 12px;
  }
}
.home-06-list p {
  font-size: 9px;
}
@media (min-width: 960px) {
  .home-06-list p {
    font-size: 11px;
  }
}

.home-04-table .content-wrapper {
    display: flex;
    align-items: center;
    height: 100% !important;
}

.home-04-table .content-wrapper dt {
    flex-shrink: 0;
    margin-right: 0em;
    padding-right: 0em;
}

.home-04-table .content-wrapper dd {
    flex-grow: 1;
}

.home-04-table .content-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
