@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* line 103, _setting/_mixin.scss */
input,
button,
select,
textarea {
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #ffffff;
  font: inherit;
  box-shadow: none;
}

/* line 122, _setting/_mixin.scss */
input:focus,
button:focus,
select:focus {
  background: #ffffff;
}

/* line 127, _setting/_mixin.scss */
form input::placeholder {
  color: #999999;
}

/* line 130, _setting/_mixin.scss */
:placeholder-shown {
  color: #323232;
}

/* line 131, _setting/_mixin.scss */
::-webkit-input-placeholder {
  color: #323232;
}

/* line 132, _setting/_mixin.scss */
:-moz-placeholder {
  color: #323232;
  opacity: 1;
}

/* line 133, _setting/_mixin.scss */
::-moz-placeholder {
  color: #323232;
  opacity: 1;
}

/* line 134, _setting/_mixin.scss */
:-ms-input-placeholder {
  color: #323232;
}

/* line 135, _setting/_mixin.scss */
select::-ms-expand {
  display: none;
}

/* line 136, _setting/_mixin.scss */
input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=search],
input[type=number],
input[type=password],
textarea {
  width: 100%;
  color: #000000;
  border: 1px solid #323232;
  border-radius: 3px;
  padding: 5px 10px;
  background: #ffffff;
}
@media screen and (max-width: 640px) {
  /* line 136, _setting/_mixin.scss */
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    padding: 1.3333333333vw 15px;
  }
}
@media screen and (max-width: 320px) {
  /* line 136, _setting/_mixin.scss */
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    padding: 1.3333333333vw 10px;
  }
}
/* line 156, _setting/_mixin.scss */
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
textarea:active,
textarea:focus {
  background-color: #ffffff;
}

/* line 173, _setting/_mixin.scss */
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=date]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=password]:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
  background: #ffffff;
}

/* line 182, _setting/_mixin.scss */
input[type=button],
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}

/* -----------------------------------------------------------
CSS Information
File name:     style.css
Created:       2022-01-31
----------------------------------------------------------- */
/* ----------------------------------------
リセット レイアウト
----------------------------------------*/
/* CSS Document */
/* line 3, _setting/reset.scss */
* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  color: #323232;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* line 3, _setting/reset.scss */
  * {
    font-size: 14px;
  }
}

/* line 15, _setting/reset.scss */
li,
ol {
  list-style: none;
}

/* line 20, _setting/reset.scss */
img {
  width: 100%;
}

/* line 24, _setting/reset.scss */
a {
  transition: 0.3s opacity;
  cursor: pointer;
  text-decoration: none;
}
/* line 28, _setting/reset.scss */
a:hover {
  opacity: 0.65;
}
@media screen and (max-width: 768px) {
  /* line 28, _setting/reset.scss */
  a:hover {
    opacity: 1;
  }
}

/* ----------------------------------------
基本・レイアウト
----------------------------------------*/
/* line 103, _setting/_mixin.scss */
input,
button,
select,
textarea {
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #ffffff;
  font: inherit;
  box-shadow: none;
}

/* line 122, _setting/_mixin.scss */
input:focus,
button:focus,
select:focus {
  background: #ffffff;
}

/* line 127, _setting/_mixin.scss */
form input::placeholder {
  color: #999999;
}

/* line 130, _setting/_mixin.scss */
:placeholder-shown {
  color: #323232;
}

/* line 131, _setting/_mixin.scss */
::-webkit-input-placeholder {
  color: #323232;
}

/* line 132, _setting/_mixin.scss */
:-moz-placeholder {
  color: #323232;
  opacity: 1;
}

/* line 133, _setting/_mixin.scss */
::-moz-placeholder {
  color: #323232;
  opacity: 1;
}

/* line 134, _setting/_mixin.scss */
:-ms-input-placeholder {
  color: #323232;
}

/* line 135, _setting/_mixin.scss */
select::-ms-expand {
  display: none;
}

/* line 136, _setting/_mixin.scss */
input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=search],
input[type=number],
input[type=password],
textarea {
  width: 100%;
  color: #000000;
  border: 1px solid #323232;
  border-radius: 3px;
  padding: 5px 10px;
  background: #ffffff;
}
@media screen and (max-width: 640px) {
  /* line 136, _setting/_mixin.scss */
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    padding: 1.3333333333vw 15px;
  }
}
@media screen and (max-width: 320px) {
  /* line 136, _setting/_mixin.scss */
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    padding: 1.3333333333vw 10px;
  }
}
/* line 156, _setting/_mixin.scss */
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
textarea:active,
textarea:focus {
  background-color: #ffffff;
}

/* line 173, _setting/_mixin.scss */
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=date]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=password]:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
  background: #ffffff;
}

/* line 182, _setting/_mixin.scss */
input[type=button],
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}

/* line 7, base.scss */
* {
  font-family: 'Noto Sans JP', sans-serif;
}

/* line 9, base.scss */
.container {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  /* line 9, base.scss */
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

/* line 18, base.scss */
#page_header {
  width: 100%;
  height: 100px;
  background: #323232;
}
@media screen and (max-width: 768px) {
  /* line 18, base.scss */
  #page_header {
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 100;
  }
}
/* line 28, base.scss */
#page_header .container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 1060px) {
  /* line 28, base.scss */
  #page_header .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  /* line 28, base.scss */
  #page_header .container {
    position: relative;
    padding: 0;
  }
}
/* line 41, base.scss */
#page_header .header_logo {
  width: 230px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 41, base.scss */
  #page_header .header_logo {
    width: 125px;
    position: absolute;
    margin-top: 0;
    top: 15px;
    left: 15px;
  }
}
/* line 53, base.scss */
#page_header .nav_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 53, base.scss */
  #page_header .nav_btn {
    display: block;
    transition: 0.3 all;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  /* line 63, base.scss */
  #page_header .nav_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #ffffff;
    right: 0;
    transition: .2s 0s ease-in-out;
  }
  /* line 72, base.scss */
  #page_header .nav_btn span:nth-child(1) {
    top: 4px;
  }
  /* line 75, base.scss */
  #page_header .nav_btn span:nth-child(2) {
    top: 50%;
  }
  /* line 78, base.scss */
  #page_header .nav_btn span:nth-child(3) {
    bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  /* line 85, base.scss */
  #page_header .nav_btn.active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  /* line 89, base.scss */
  #page_header .nav_btn.active span:nth-child(2) {
    transform: rotate(-45deg);
    top: 50%;
  }
  /* line 93, base.scss */
  #page_header .nav_btn.active span:nth-child(3) {
    transform: rotate(45deg);
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  /* line 100, base.scss */
  #page_header .header_nav {
    position: absolute;
    top: 60px;
    right: -250px;
    width: 250px;
    height: calc(100vh - 60px);
    transition: .3s 0s ease-in-out;
    background: #323232;
  }
  /* line 109, base.scss */
  #page_header .header_nav.active {
    right: 0;
  }
}
/* line 113, base.scss */
#page_header .header_nav ul {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  /* line 113, base.scss */
  #page_header .header_nav ul {
    display: block;
    width: 100%;
  }
}
/* line 121, base.scss */
#page_header .header_nav li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  /* line 121, base.scss */
  #page_header .header_nav li {
    margin-left: 0;
    margin-bottom: 2px;
    border-bottom: solid 1px #ffffff;
  }
}
/* line 131, base.scss */
#page_header .header_nav a {
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
/* line 135, base.scss */
#page_header .header_nav a:hover {
  opacity: 1;
}
/* line 138, base.scss */
#page_header .header_nav a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #00af8f;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
@media screen and (max-width: 768px) {
  /* line 138, base.scss */
  #page_header .header_nav a:after {
    width: 7px;
    height: 7px;
    border-top: solid 2px #00af8f;
    border-right: solid 2px #00af8f;
    right: 20px;
    left: auto;
    top: calc(50% - 4px);
    background: none;
    transform: rotate(45deg);
  }
}
/* line 161, base.scss */
#page_header .header_nav a:hover:after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  /* line 161, base.scss */
  #page_header .header_nav a:hover:after {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  /* line 131, base.scss */
  #page_header .header_nav a {
    display: block;
    padding: 10px 10px 10px 20px;
  }
}

/* line 175, base.scss */
#bl_breadcrumb {
  width: 100%;
  background: #cccccc;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  /* line 175, base.scss */
  #bl_breadcrumb {
    margin-top: 60px;
  }
}
/* line 182, base.scss */
#bl_breadcrumb ol {
  display: flex;
  justify-content: flex-start;
}
/* line 185, base.scss */
#bl_breadcrumb ol li:not(:first-child) {
  margin-left: 10px;
}
/* line 188, base.scss */
#bl_breadcrumb ol li:not(:first-child):before {
  content: ">";
  margin-right: 10px;
}
/* line 193, base.scss */
#bl_breadcrumb .current-item {
  cursor: default;
  opacity: 1;
}

/* line 200, base.scss */
#page_footer {
  width: 100%;
  background: #323232;
}
/* line 203, base.scss */
#page_footer p, #page_footer a {
  color: #ffffff;
}
/* line 207, base.scss */
#page_footer .container {
  width: 630px;
  padding: 20px 0 5px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1060px) {
  /* line 207, base.scss */
  #page_footer .container {
    width: 100%;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  /* line 207, base.scss */
  #page_footer .container {
    padding: 20px 15px;
    display: block;
    text-align: center;
  }
}
/* line 222, base.scss */
#page_footer .footer_logo {
  width: 280px;
}
@media screen and (max-width: 768px) {
  /* line 222, base.scss */
  #page_footer .footer_logo {
    margin: 0 auto 10px;
  }
}
/* line 229, base.scss */
#page_footer .footer_address p {
  font-size: 14px;
  line-height: 1.6;
}
/* line 234, base.scss */
#page_footer .footer_copy {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  /* line 234, base.scss */
  #page_footer .footer_copy {
    padding: 0 0 10px;
  }
}
/* line 239, base.scss */
#page_footer .footer_copy p {
  font-size: 13px;
  text-align: center;
}

/* line 247, base.scss */
.page_body {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  /* line 247, base.scss */
  .page_body {
    margin-top: 0;
    padding-top: 30px;
  }
}

/* line 255, base.scss */
.page_tit {
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  /* line 255, base.scss */
  .page_tit {
    margin: 0 auto 30px;
  }
}
/* line 262, base.scss */
.page_tit .tit span {
  font-size: 50px;
  border-bottom: solid 5px #323232;
}
@media screen and (max-width: 768px) {
  /* line 262, base.scss */
  .page_tit .tit span {
    font-size: 20px;
    border-bottom: solid 3px #323232;
  }
}
