@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* ------------------------------------------
  Utility Class
------------------------------------------ */

/* clearfix */

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------
  Common
------------------------------------------ */

* {
  box-sizing: border-box;
  word-break: normal;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  color: #080808;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  min-width: 1080px;
  position: relative;
  -webkit-text-size-adjust: none;
}

body.layer {
  height: 100%;
  overflow: hidden;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75;
  text-decoration: none;
}

a:hover * {
  opacity: .75;
}

a:focus {
  outline: none;
}

@media(min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.clear {
  clear: both;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

input[type=checkbox], input[type=radio] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.container {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  .container {
    margin: 0 20px;
    width: auto;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}

/* header */

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  z-index: 999;
}

.header_inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding-right: 20px;
  align-items: center;
  background-color: #F6F6F6;
}

.header_right_box {
  display: flex;
  align-items: center;
}

.header_logo {
  width: 120px;
  display: block;
}

.header_logo img {
  width: 100%;
}

.header_center_box {
  display: flex;
  align-items: center;
}

.header_center_box_item+.header_center_box_item {
  margin-left: 29px;
}

.header_center_box_item:hover {
  left: 0;
  transition: 0.3s;
  border-bottom: 1px solid #F38937;
}

.header_center_box_item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.header_center_box_item a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .03em;
  color: #707070;
}

.header_right {
  width: 170px;
  margin-left: 40px;
}

.c_menu {
  display: none;
  width: 27px;
}

.header_sp_menu {
  display: none;
}

.header_right_button {
  width: 100%;
  background-color: #2D2D2D;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .03em;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  display: block;
}

@media screen and (max-width: 767px) {
  .header_center {
    display: none;
  }
  .header_inner {
    padding-right: 20px;
  }
  .header_sp_main {
    display: table;
    position: relative;
    margin-left: auto;
    transition: right .5s;
  }
  .header_sp_menu.active {
    display: block;
  }
  .header_sp_menu {
    width: 100vw;
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header_sp_back {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header_sp_center {
    padding-left: 56px;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background: rgba(0, 0, 0, .5);
  }
  .header_sp_center_box {
    background-color: #fff;
  }
  .header_sp_center_box_item {
    border-bottom: 1px solid#707070;
  }
  .header_sp_center_box_item a {
    display: flex;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .03em;
    color: #707070;
    min-height: 61px;
    padding: 0 20px 0 27px;
  }
  .header_x {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    top: 15px;
    left: 20px;
  }
  .c_menu {
    display: block;
    margin-left: 20px;
  }
  .header_sp_bottom {
    background-color: #2D2D2D;
  }
  .header_sp_button {
    display: flex;
    align-items: center;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .03em;
    color: #fff;
    min-height: 61px;
    padding: 0 20px 0 27px;
  }
  .header_right_button {
    width: 90px;
    margin-left: auto;
  }
}

/* footer */

.footer {
  background-color: #707070;
}

.footer_top {
  display: flex;
  justify-content: space-between;
}

.footer_logo {
  width: 168px;
}

.footer_logo img {
  width: 100%;
}

.footer_right .header_center_box_item a {
  color: #FFFFFF;
}

.footer_right_bottom {
  margin-top: 49.5px;
  display: flex;
  justify-content: end;
}

.footer_right_bottom_item {
  width: 31px;
}

.footer_right_bottom_item+.footer_right_bottom_item {
  margin-left: 30px;
}

.footer_right {
  margin-top: 30px;
  margin-right: 37px;
}

.footer_bottom {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer_bottom {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

.footer .container {
  position: relative;
}

/* .footer .container::before::before {
  position: absolute;
  height: 25px;
  width: 1px;
  transform: rotate(60deg);
  content: "";
  background-color: #707070;
  top: 0;
  right: 0;
} */

.footer .container::after {
  height: 125px;
  width: 1px;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

.footer_side {
  position: absolute;
  top: -75px;
  right: -20px;
}

.footer_side_item {
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  writing-mode: vertical-lr;
  margin-top: 28px;
}

.footer_side_top {
  width: 13px;
  height: 75px;
}

.footer_side_top img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .footer_logo {
    width: 115px;
  }
  .footer_right_bottom_item {
    width: 25px;
  }
  .footer_right_bottom_item+.footer_right_bottom_item {
    margin-left: 25px;
  }
}