@charset "UTF-8";
.header {
  height: 80px;
  width: 100vw;
  background-color: #444;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.header-content-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between; }

.header-content-wrapper-logo {
  text-align: left;
  padding-top: 35px; }

#SP-header-link {
  display: none; }

.header nav {
  display: block;
  text-align: right;
  padding-top: 20px; }

.header-content-wrapper-matome {
  display: flex; }

.header nav ul {
  display: flex;
  justify-content: flex-end; }

.header nav li a {
  display: block;
  padding: 26px 20px 0;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans CJK JP Regular";
  font-size: 1.4rem;
  height: 80px; }

.CV-button-header {
  padding-top: 35px;
  padding-left: 20px; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  font-family: "Noto Sans CJK JP Regular";
  border-radius: 0.5rem; }

.btn--orange,
a.btn--orange {
  color: #fff;
  font-family: "Noto Sans CJK JP Regular";
  background-color: #eb6100; }

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500; }

a.btn--radius {
  border-radius: 100vh; }

@media (max-width: 767px) {
  .CV-button-header {
    padding-top: 15px; }

  .nav {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(68, 68, 69, 0.95);
    color: #ffffff;
    align-items: center;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out; }

  .header-link {
    display: none; }

  #SP-header-link {
    display: block; }

  .header nav li a {
    display: block;
    padding: 20px 20px 0;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    height: 40px;
    letter-spacing: 0.1rem; }

  .nav ul {
    list-style: none;
    display: flex;
    flex-direction: column; }

  .nav li:not(:last-child) {
    margin-bottom: 30px; }

  .header nav ul {
    display: none; }

  .nav a {
    color: #ffffff;
    text-align: left;
    font-size: 2.0rem;
    padding-left: 40px;
    padding-top: 40px; }

  /* ナビゲーションボタン（開く） */
  #navbtn {
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 30px;
    height: 20px;
    cursor: pointer; }

  #navbtn::before,
  #navbtn::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    transform: translateY(10px);
    transition: 0.3s ease-in-out; }

  #navbtn::before {
    transform: translateY(-10px);
    box-shadow: 0 10px #fff; }

  /* ナビゲーションボタン（閉じる） */
  .open #navbtn {
    z-index: 100; }

  .open #navbtn::before {
    transform: rotate(-45deg);
    box-shadow: none; }

  .open #navbtn::after {
    transform: rotate(45deg);
    box-shadow: none; }

  /* ナビゲーションメニュー 開いた時*/
  .open .nav {
    visibility: visible;
    opacity: 1; } }
@media (min-width: 768px) {
  /* PCではボタン非表示 */
  #navbtn {
    display: none; }

  /* ヘッダーは横並び */
  header {
    display: flex;
    align-items: center; }

  /* メニューを右に寄せる */
  .nav {
    /* 右寄せ */
    margin-left: auto; }

  .nav ul {
    display: flex;
    list-style: none; }

  .nav ul li:not(:first-child) {
    margin-left: 20px; }

  .nav ul li a {
    color: #fff; } }
@media (max-width: 600px) {
  .header {
    width: 100vw;
    height: 65px; }

  .header-content-wrapper-logo {
    width: 80%;
    padding-top: 13px;
    padding-left: 20px; }

  .CV-button-header {
    margin-right: 100px;
    margin-top: 4px; }
    .CV-button-header .btn, .CV-button-header a.btn, .CV-button-header button.btn {
      font-size: 1.3rem;
      padding: 0.5rem 2rem; } }
.main {
  margin-top: 80px; }

@media (max-width: 600px) {
  .main {
    margin-top: 65px; } }
.section-midashi h2 {
  font-size: 8.9rem;
  font-family: "Noto Sans CJK JP Bold";
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: 30px; }
.section-midashi h4 {
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP Bold";
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: 10px; }
.section-midashi hr {
  border: solid 3px #F2AD2E;
  width: 40px;
  margin: 0 auto; }

@media (max-width: 600px) {
  .section-midashi h2 {
    font-size: 6.0rem;
    letter-spacing: 0.3rem;
    margin-bottom: 25px; }
  .section-midashi h4 {
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    font-family: "Noto Sans CJK JP Regular";
    margin-bottom: 35px; }
  .section-midashi hr {
    border: solid 3px #F2AD2E;
    width: 33px;
    margin: 0 auto; } }
.section-policy {
  padding-top: 100px;
  padding-bottom: 150px;
  background: #FBFBFA; }

.section-policy__content-wrapper {
  text-align: left;
  color: #707070;
  font-size: 1.6rem;
  margin-top: 50px;
  padding-left: 120px;
  padding-right: 120px; }
  .section-policy__content-wrapper p {
    margin-bottom: 35px;
    font-family: "Noto Sans CJK JP Regular";
}
  .section-policy__content-wrapper ul {
    margin-top: 0;
    margin-left: 30px;
font-family: "Noto Sans CJK JP Regular";}
  .section-policy__content-wrapper a {
    text-decoration: none;
    color: #444;
    font-weight: 700; }

.section-policy__content-wrapper-no-margin {
  margin-bottom: 0; }

@media (max-width: 600px) {
  .section-policy {
    padding-top: 70px;
    padding-bottom: 130px; }

  .section-policy__content-wrapper {
    text-align: left;
    color: #707070;
    font-size: 1.6rem;
    font-family: "Noto Sans CJK JP Regular";
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px; }
    .section-policy__content-wrapper p {
      margin-bottom: 20px;
  font-family: "Noto Sans CJK JP Regular";
  }
    .section-policy__content-wrapper ul {
      margin-top: 0;
      margin-left: 30px; } }
.footer {
  height: 435px;
  background: #444444;
  color: #fff;
  padding: 30px; }

.footer-content-wrapper-message p {
  margin-top: 90px;
  font-size: 2.4rem;
  font-family: "Noto Sans CJK JP Bold";
  font-weight: 700;
  letter-spacing: 0.3rem; }
.footer-content-wrapper-message img {
  margin-top: 50px; }

.footer-content-wrapper-under {
  margin-top: 80px; }

.site-map__links {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 1.4rem; }
  .site-map__links li:first-child {
    margin-right: 30px; }
  .site-map__links a {
    text-decoration: none;
    font-family: "Noto Sans CJK JP Regular";
    color: #fff; }

.footer__copyright {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-family: "Noto Sans CJK JP Regular";
  letter-spacing: 0.3rem; }

@media (max-width: 600px) {
  .footer {
    height: 435px;
    padding: 30px; }

  .footer-content-wrapper-message p {
    margin-top: 40px;
    font-size: 1.7rem;
    letter-spacing: 0.3rem; }
  .footer-content-wrapper-message img {
    margin-top: 40px; }

  .footer-content-wrapper-under {
    margin-top: 150px; }

  .site-map__links {
    display: flex;
    justify-content: center;
    font-size: 1.0rem; }
    .site-map__links li:first-child {
      margin-right: 50px; }
    .site-map__links a {
      text-decoration: none;
      color: #fff; }

  .footer__copyright {
    display: flex;
    justify-content: center;
    font-size: 1.0rem;
    letter-spacing: 0.2rem; } }
