@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/***  del ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  color: #333333;
}
body {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #231815;
  letter-spacing: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 180%;
}
@media screen and (max-width: 890px) {
  p {
    line-height: 160%;
  }
}
p:last-child {
  margin-bottom: 0;
}
a {
  /*color: @gray;*/
  text-decoration: none;
}
a:link,
a:visited {
  /*color: @gray;*/
  text-decoration: none;
}
input,
textarea,
select {
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
}
#wrapper {
  position: relative;
  padding: 0;
}
.pc {
  display: block !important;
}
@media screen and (max-width: 890px) {
  .pc {
    display: none !important;
  }
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
.m_t_40 {
  margin-top: 40px;
}
@media screen and (max-width: 890px) {
  .m_t_40 {
    margin-top: 20px;
  }
}
.m_b_150 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .m_b_150 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 890px) {
  .m_b_150 {
    margin-bottom: 60px;
  }
}
.m_b_0 {
  margin-bottom: 0 !important;
}
.m_b_60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 890px) {
  .m_b_60 {
    margin-bottom: 40px;
  }
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 890px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 12px;
  }
  .outerBlock {
    min-width: 320px;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
@media screen and (min-width: 891px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
.innerBlock {
  max-width: 1000px;
}
@media screen and (max-width: 890px) {
  .innerBlock {
    padding: 0 15px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
button {
  outline: none;
}
.inner {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
._flex-center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.u-flex {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 500px) {
  #wrapper {
    min-width: auto;
  }
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header_item {
  position: relative;
  width: 100%;
}
#header_item #header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  background: #ffffff;
  height: 92px;
}
@media (max-width: 1080px) {
  #header_item #header {
    height: 80px;
  }
}
@media screen and (max-width: 890px) {
  #header_item #header {
    height: 50px;
    background: #231815;
  }
}
#header_item #header #logo {
  width: 85px;
  margin-right: 40px;
}
@media (max-width: 1380px) {
  #header_item #header #logo {
    margin-right: 20px;
  }
}
#header_item #header .logo_item {
  display: flex;
  align-items: center;
}
#header_item #header .logo_item img {
  max-width: 143px;
  margin-right: 40px;
}
@media screen and (max-width: 890px) {
  #header_item #header .logo_item img {
    max-width: 114px;
    margin-right: 10px;
    margin-top: 3px;
  }
}
#header_item #header .inner {
  display: flex;
  width: 100%;
  max-width: 1420px;
  align-items: center;
  padding: 30px 20px 0 20px;
}
@media (max-width: 1380px) {
  #header_item #header .inner {
    padding: 30px 20px 0 20px;
  }
}
@media (max-width: 1080px) {
  #header_item #header .inner {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 890px) {
  #header_item #header .inner {
    padding: 0 20px 0 15px;
    margin-top: 0;
    height: 50px;
    background: #231815;
    color: #333333;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#header_item #header .menu-menu_jp-container {
  display: flex;
  font-weight: bold;
  justify-content: end;
  width: calc(100% - 125px);
}
#header_item #header .menu-menu_jp-container ul {
  display: flex;
  align-items: center;
}
#header_item #header .menu-menu_jp-container li {
  position: relative;
}
#header_item #header .menu-menu_jp-container li + li {
  margin-left: 24px;
}
@media (max-width: 1380px) {
  #header_item #header .menu-menu_jp-container li + li {
    margin-left: 15px;
  }
}
@media (max-width: 1240px) {
  #header_item #header .menu-menu_jp-container li + li {
    margin-left: 10px;
  }
}
@media (max-width: 1080px) {
  #header_item #header .menu-menu_jp-container li + li {
    margin-left: 5px;
  }
}
#header_item #header .menu-menu_jp-container li a {
  font-weight: bold;
  font-size: 13px;
  color: #231815;
}
@media (max-width: 1080px) {
  #header_item #header .menu-menu_jp-container li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 890px) {
  #header_item #header .menu-menu_jp-container li a {
    font-size: 12px;
  }
}
#header_item #header .menu-menu_jp-container li a:hover {
  opacity: 0.7;
}
#header_item #header .menu-menu_jp-container .m_l_8 {
  margin-left: 8px !important;
}
@media screen and (max-width: 890px) {
  #header_item #header .menu-menu_jp-container .m_l_8 {
    margin-left: 0 !important;
  }
}
#header_item #header .menu-menu_jp-container .sub-menu {
  font-size: 1.4rem;
}
#header_item #header .menu-menu_jp-container .sub-menu li {
  border: none;
}
#header_item #header .menu-menu_jp-container .sub-menu li + li {
  margin-left: 0;
}
#header_item #header .menu-menu_jp-container .sub-menu .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
#header_item #header .menu-menu_jp-container .sub-menu .menu-item a:hover {
  opacity: 1;
}
#header_item #header #menuBtn {
  display: none;
}
@media screen and (max-width: 890px) {
  #header_item #header #menuBtn {
    display: block;
  }
}
@media screen and (max-width: 890px) {
  #header_item #header .innerBlock {
    height: 40px;
    padding: 0 15px 0 15px;
    margin: 15px 0;
  }
  #header_item #header #menu-menu_jp {
    display: none;
    background: #ffffff;
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 99999;
    height: 100%;
    margin-bottom: 0;
    padding: 120px 30px 0 30px;
    top: 0;
  }
  #header_item #header #menu-menu_jp li {
    padding: 10px 10px;
  }
  #header_item #header #menu-menu_jp li + li {
    margin-left: auto;
  }
  #header_item #header #menu-menu_jp li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header_item #header #menu-menu_jp li .sub-menu li {
    position: relative;
  }
  #header_item #header #menu-menu_jp li .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 400;
    padding-left: 40px;
  }
  #header_item #header #menu-menu_jp li .sub-menu li:first-child {
    border-top: 1px solid #ffffff;
  }
  #header_item #header #menu-menu_jp li .sub-menu li:last-child {
    border-bottom: none;
  }
  #header_item #header #menuBtn {
    /*background: fade(@gray, 20%);*/
    width: 64px;
    height: 64px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #231815;
  }
  #header_item #header #menuBtn span {
    display: block;
    background: #ffffff;
    width: 25px;
    height: 2px;
    position: absolute;
    right: 20px;
    margin: auto;
    border-radius: 3px;
  }
  #header_item #header #menuBtn span:nth-child(1) {
    top: 20px;
  }
  #header_item #header #menuBtn span:nth-child(2) {
    bottom: 33px;
    width: 20px;
  }
  #header_item #header #menuBtn span:nth-child(3) {
    background: none;
    font-size: 10px;
    position: absolute;
    bottom: 25px;
    text-align: center;
    color: #fff;
    margin: auto;
    margin-left: 15px;
    font-family: 'Poppins', sans-serif;
  }
  #header_item #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(6.5px) rotate(-45deg);
    width: 23px;
  }
  #header_item #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    transform: translateY(-3.5px) rotate(45deg);
    width: 23px;
  }
}
@media screen and (max-width: 890px) and screen and (max-width: 890px) {
  #header_item #header #menu-menu_jp li a {
    margin-bottom: 10px;
  }
}
#header_item #header .btn_line {
  background: #06C755;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding: 15px 30px 15px 55px;
  border-radius: 4px;
  line-height: 150%;
  margin: auto;
  display: block;
  width: fit-content;
  margin-left: 40px !important;
}
@media screen and (max-width: 1240px) {
  #header_item #header .btn_line {
    margin-left: 20px !important;
    padding: 12px 15px 12px 35px;
  }
}
@media screen and (max-width: 890px) {
  #header_item #header .btn_line {
    margin-left: 0 !important;
    width: 100%;
  }
}
#header_item #header .btn_line::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/header_icon_line.png) no-repeat center / contain;
}
@media screen and (max-width: 1240px) {
  #header_item #header .btn_line::after {
    left: 15px;
  }
}
@media screen and (max-width: 890px) {
  #header_item #header .btn_line::after {
    left: 100px;
  }
}
#header_item #header .btn_caland {
  background: #CDEB17;
  color: #231815 !important;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding: 15px 30px 15px 55px;
  border-radius: 4px;
  line-height: 150%;
  margin: auto;
  display: block;
  width: fit-content;
  margin-left: 0 !important;
}
@media screen and (max-width: 1240px) {
  #header_item #header .btn_caland {
    padding: 12px 15px 12px 35px;
  }
}
@media screen and (max-width: 890px) {
  #header_item #header .btn_caland {
    width: 100%;
  }
}
#header_item #header .btn_caland::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/header_icon_caland.png) no-repeat center / contain;
}
@media screen and (max-width: 1240px) {
  #header_item #header .btn_caland::after {
    left: 15px;
  }
}
@media screen and (max-width: 890px) {
  #header_item #header .btn_caland::after {
    left: 100px;
  }
}
#header_item #header .btn_admin {
  background: #CDEB17;
  color: #231815 !important;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  padding: 15px 30px 15px 55px;
  border-radius: 4px;
  line-height: 150%;
  margin: auto;
  display: block;
  width: fit-content;
  margin-left: 0 !important;
}
@media screen and (max-width: 1240px) {
  #header_item #header .btn_admin {
    padding: 12px 15px 12px 35px;
  }
}
@media screen and (max-width: 890px) {
  #header_item #header .btn_admin {
    width: 100%;
  }
}
#header_item #header .btn_admin::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_admin.png) no-repeat center / contain;
}
@media screen and (max-width: 1240px) {
  #header_item #header .btn_admin::after {
    left: 15px;
  }
}
@media screen and (max-width: 890px) {
  #header_item #header .btn_admin::after {
    left: 80px;
  }
}
#flex_btn {
  display: none;
}
@media screen and (max-width: 890px) {
  #flex_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 64px;
    width: calc(100% - 64px);
    background: #42A933;
    padding: 20px;
    text-align: center;
    display: block;
  }
  #flex_btn span {
    color: #231815;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-left: 29px;
    margin: auto;
    line-height: 24px;
  }
  #flex_btn span::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/flex_btn_icon.png) no-repeat center / contain;
  }
}
#sns_item {
  background: url(../img/sns_bg.jpg) no-repeat center / contain;
  background-size: 150%;
}
@media screen and (max-width: 890px) {
  #sns_item {
    background-size: 420%;
  }
}
#sns_item .inner {
  max-width: 440px;
  padding: 70px 20px;
}
#sns_item .date {
  width: 100%;
  border: 1px solid #ffffff;
  line-height: 160%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
#sns_item .btn_admin {
  font-size: 18px;
  color: #231815;
  background: #CDEB17;
  text-align: center;
  width: 100%;
  display: block;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  letter-spacing: 0;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}
#sns_item .btn_admin span {
  font-size: 14px;
}
#sns_item .btn_admin::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_line_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 890px) {
  #sns_item .btn_admin::after {
    right: 30px;
  }
}
#sns_item .line_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 5px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}
#sns_item .btn_line {
  font-size: 18px;
  color: #ffffff;
  background: #06C755;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 4px;
  letter-spacing: 0;
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
#sns_item .btn_line span {
  font-size: 14px;
}
#sns_item .btn_line::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 110px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/header_icon_line.png) no-repeat center / contain;
}
@media screen and (max-width: 890px) {
  #sns_item .btn_line::after {
    left: 80px;
  }
}
#sns_item .ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
}
.h2_ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 116%;
  letter-spacing: 0.02em;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
}
.h2_ttl span {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  margin-top: 10px;
}
@media screen and (max-width: 890px) {
  .h2_ttl {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .h2_ttl span {
    font-size: 13px;
  }
}
.h2_enttl {
  position: relative;
  margin-bottom: 50px;
  z-index: 5;
}
@media screen and (max-width: 890px) {
  .h2_enttl {
    margin-bottom: 30px;
  }
}
.h2_enttl .ttl {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 116%;
  letter-spacing: 0.02em;
  color: #231815;
  display: flex;
  align-items: center;
  color: #007535;
}
@media screen and (max-width: 890px) {
  .h2_enttl .ttl {
    font-size: 30px;
  }
}
.h2_enttl .ttl span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  margin-left: 20px;
  color: #231815;
}
@media screen and (max-width: 890px) {
  .h2_enttl .ttl span {
    font-size: 13px;
    margin-left: 12px;
  }
}
.h2_enttl .bgen {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 160px;
  line-height: 100%;
  text-align: center;
  color: #FAFAFA;
  top: -100px;
  left: -60px;
  z-index: -1;
}
@media screen and (max-width: 890px) {
  .h2_enttl .bgen {
    top: -53px;
    left: -30px;
    font-size: 100px;
  }
}
#campaign {
  background: #E6E6E6;
  padding-bottom: 100px;
}
@media screen and (max-width: 890px) {
  #campaign {
    padding-bottom: 1px;
  }
}
#campaign .campaign_bg {
  padding: 0;
  margin-left: 70px;
  max-width: calc(100% - 70px);
  width: calc(100% - 70px);
  position: relative;
  background: linear-gradient(180deg, #6F7275 0%, #434546 100%);
  padding-right: 70px;
  color: #ffffff;
  z-index: 99;
}
@media screen and (max-width: 890px) {
  #campaign .campaign_bg {
    margin-left: 20px;
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    padding-right: 0;
  }
}
#campaign .inner {
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 100px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 890px) {
  #campaign .inner {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
#campaign .campaign_ttl {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media screen and (max-width: 890px) {
  #campaign .campaign_ttl {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
#campaign .banner {
  margin-bottom: 30px;
}
#campaign .banner li + li {
  margin-top: 20px;
}
@media screen and (max-width: 890px) {
  #campaign .banner li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 890px) {
  #campaign .banner {
    margin-bottom: 20px;
  }
}
#campaign .campaign_sns {
  max-width: 726px;
  margin: auto;
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 890px) {
  #campaign .campaign_sns {
    display: block;
    max-width: 100%;
  }
}
#campaign .campaign_sns li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 890px) {
  #campaign .campaign_sns li + li {
    margin-top: 10px;
  }
}
#campaign .campaign_sns li .admin_item {
  background: #CDEB17;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
  text-align: center;
  display: block;
}
#campaign .campaign_sns li .admin_item span {
  color: #231815;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif, sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-left: 34px;
  margin: auto;
}
@media screen and (max-width: 890px) {
  #campaign .campaign_sns li .admin_item span {
    font-size: 14px;
  }
}
#campaign .campaign_sns li .admin_item span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_admin.png) no-repeat center / contain;
}
#campaign .campaign_sns li .line_item {
  background: #06C755;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
  text-align: center;
  display: block;
}
#campaign .campaign_sns li .line_item span {
  color: #ffffff;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif, sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-left: 34px;
  margin: auto;
}
@media screen and (max-width: 890px) {
  #campaign .campaign_sns li .line_item span {
    font-size: 14px;
  }
}
#campaign .campaign_sns li .line_item span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_line.png) no-repeat center / contain;
}
@media screen and (max-width: 890px) {
  #campaign .campaign_sns li {
    width: 100%;
  }
}
#about {
  background: url(../img/about_bg.jpg) no-repeat center bottom;
  background-size: 100% 100%;
}
#about .inner {
  padding-bottom: 90px;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 890px) {
  #about .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#about .inner .ttl {
  color: #231815;
}
#about .about_ttl {
  font-weight: 900;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
@media screen and (max-width: 890px) {
  #about .about_ttl {
    font-size: 24px;
  }
}
#about .sub_ttl {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 50px;
}
@media screen and (max-width: 890px) {
  #about .sub_ttl {
    font-size: 18px;
  }
}
#about .about_list {
  margin: auto;
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px;
  margin-top: 44px;
}
@media screen and (max-width: 890px) {
  #about .about_list {
    margin-top: 26px;
    display: block;
  }
}
#about .about_list li {
  width: calc(50% - 50px);
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 890px) {
  #about .about_list li {
    width: 100%;
    font-size: 14px;
  }
}
#about .about_list li span {
  margin-right: 16px;
}
#about .about_list li span img {
  max-width: 67px;
}
#reason .inner {
  padding-bottom: 90px;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 890px) {
  #reason .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#reason .reason_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
#reason .reason_list li {
  width: calc(50% - 30px);
  margin-bottom: 60px;
}
@media screen and (max-width: 890px) {
  #reason .reason_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#reason .reason_list li p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  text-align: justify;
}
@media screen and (max-width: 890px) {
  #reason .reason_list li p {
    font-size: 13px;
  }
}
#reason .reason_list li .ttl_item {
  display: flex;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #555555;
}
#reason .reason_list li .ttl_item .num {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 116%;
  letter-spacing: 0.02em;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #231815;
}
@media screen and (max-width: 890px) {
  #reason .reason_list li .ttl_item .num {
    font-size: 10px;
  }
}
#reason .reason_list li .ttl_item .num span {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 100%;
  display: block;
}
@media screen and (max-width: 890px) {
  #reason .reason_list li .ttl_item .num span {
    font-size: 45px;
  }
}
#reason .reason_list li .ttl_item .ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 890px) {
  #reason .reason_list li .ttl_item .ttl {
    font-size: 17px;
  }
}
#case .inner {
  padding-bottom: 90px;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 890px) {
  #case .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#case .case_ttl {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
  color: #555555;
}
@media screen and (max-width: 890px) {
  #case .case_ttl {
    font-size: 20px;
  }
}
#case .case_subttl {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.01em;
  padding-left: 16px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 5px;
  color: #555555;
}
@media screen and (max-width: 890px) {
  #case .case_subttl {
    font-size: 20px;
  }
}
#case .case_subttl::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 32px;
  top: 50%;
  left: 0;
  background: #231815;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#case .case_item {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 890px) {
  #case .case_item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#case .case_item ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
@media screen and (max-width: 890px) {
  #case .case_item ul {
    padding-left: 10px;
  }
}
#case .case_item ul li {
  width: calc(50% - 30px);
  margin-bottom: 60px;
}
@media screen and (max-width: 890px) {
  #case .case_item ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#case .case_item ul li:last-child {
  margin-bottom: 0;
}
#case .case_item ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  padding-left: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 890px) {
  #case .case_item ul li p {
    font-size: 12px;
  }
}
#machine {
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
#machine::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 86%;
  top: 120px;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #6F7275 0%, #434546 100%);
}
#machine .inner {
  padding-bottom: 50px;
  padding-top: 0;
  position: relative;
}
#machine .machine_ttl {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #231815;
  margin: auto;
  border-bottom: 2px solid #42A933;
  padding-bottom: 10px;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 890px) {
  #machine .machine_ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#machine .machine_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
@media screen and (max-width: 890px) {
  #machine .machine_list {
    display: block;
  }
}
#machine .machine_list li {
  width: calc(50% - 30px);
  min-height: 240px;
  padding: 35px;
  display: flex;
  background-size: 120%;
  color: #ffffff;
  align-items: end;
  margin-bottom: 30px;
}
@media screen and (max-width: 890px) {
  #machine .machine_list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
  }
}
#machine .machine_list li:nth-child(1) {
  background: url(../img/machine_bg01.jpg) no-repeat;
}
#machine .machine_list li:nth-child(2) {
  background: url(../img/machine_bg02.jpg) no-repeat;
}
#machine .machine_list li:nth-child(3) {
  background: url(../img/machine_bg03.jpg) no-repeat;
}
#machine .machine_list li:nth-child(4) {
  background: url(../img/machine_bg04.jpg) no-repeat;
}
#machine .machine_list li .txt {
  width: calc(100% - 110px);
}
#machine .machine_list li .txt .ttl {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media screen and (max-width: 890px) {
  #machine .machine_list li .txt .ttl {
    font-size: 17px;
  }
}
#machine .machine_list li .txt .ttl span {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 890px) {
  #machine .machine_list li .txt .ttl span {
    font-size: 12px;
  }
}
#machine .machine_list li .txt p {
  font-weight: 900;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.04em;
}
#machine .machine_list li .btn {
  font-weight: 700;
  font-size: 10px;
  line-height: 170%;
  letter-spacing: 0.08em;
  position: relative;
  border: 1px solid #ffffff;
  padding: 10px 35px 10px 10px;
  display: block;
  width: 90px;
  color: #ffffff;
  margin-left: 20px;
}
#machine .machine_list li .btn::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/machine_btn_icon.png) no-repeat center / contain;
}
#facility .inner {
  padding-bottom: 90px;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 890px) {
  #facility .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#facility .list_ttl {
  font-weight: 900;
  font-size: 18px;
  line-height: 170%;
}
@media screen and (max-width: 890px) {
  #facility .list_ttl {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 15px;
  }
}
#facility .h3_ttl {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  border-bottom: 2px solid #231815;
  padding-bottom: 3px;
  margin-bottom: 25px;
  color: #555555;
}
@media screen and (max-width: 890px) {
  #facility .h3_ttl {
    font-size: 17px;
  }
}
#facility .drink_item {
  background: #FAFAFA;
  width: 100%;
  padding: 24px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 890px) {
  #facility .drink_item {
    margin-top: 24px;
  }
}
#facility .drink_item .drink_ttl {
  width: fit-content;
  position: relative;
  margin: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  padding-left: 60px;
}
@media screen and (max-width: 890px) {
  #facility .drink_item .drink_ttl {
    padding-left: 45px;
    font-size: 12px;
    text-align: left;
    padding-left: 63px;
  }
}
#facility .drink_item .drink_ttl::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/facility_icon06.png) no-repeat center / contain;
}
#facility .drink_item p {
  max-width: 440px;
  text-align: left;
  margin: auto;
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #666666;
}
@media screen and (max-width: 890px) {
  #facility .drink_item p {
    font-size: 11px;
  }
}
#facility .facility_iconlist {
  display: flex;
  column-gap: 100px;
}
@media screen and (max-width: 890px) {
  #facility .facility_iconlist {
    display: block;
  }
}
#facility .facility_iconlist li {
  width: calc(50% - 100px);
}
@media screen and (max-width: 890px) {
  #facility .facility_iconlist li {
    width: 80%;
  }
}
#facility .facility_iconlist .iconlist {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 890px) {
  #facility .facility_iconlist .iconlist {
    margin-top: 10px;
  }
}
#facility .facility_iconlist .iconlist li {
  width: calc(33.3333% - 30px);
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
#facility .facility_iconlist .iconlist li img {
  max-width: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 890px) {
  #facility .facility_iconlist .iconlist li {
    font-size: 12px;
  }
}
#facility .facility_imglist {
  width: 100%;
  column-gap: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 890px) {
  #facility .facility_imglist {
    column-gap: 16px;
  }
}
#facility .facility_imglist li {
  width: calc(25% - 18px);
}
@media screen and (max-width: 890px) {
  #facility .facility_imglist li {
    width: calc(50% - 8px);
  }
}
#facility .facility_imglist li:last-child .list_ttl {
  margin-top: 0;
}
#facility .facility_imglist li .option {
  font-size: 9px;
  background: #B5A02B;
  color: #ffffff;
  padding: 0 5px;
  width: fit-content;
  margin-top: 10px;
}
@media screen and (max-width: 890px) {
  #facility .facility_imglist li .option {
    font-size: 7px;
  }
}
#facility .facility_imglist li p {
  font-size: 14px;
  line-height: 170%;
  font-weight: 400;
}
#facility .facility_imglist li p span {
  color: #666666;
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 890px) {
  #facility .facility_imglist li p span {
    font-size: 10px;
  }
}
@media screen and (max-width: 890px) {
  #facility .facility_imglist li p {
    font-size: 12px;
  }
}
#feature .inner {
  padding-bottom: 90px;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 890px) {
  #feature .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#feature .feature_ttl {
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  text-align: left;
  letter-spacing: 0.01em;
  color: #231815;
  margin-bottom: 24px;
}
@media screen and (max-width: 890px) {
  #feature .feature_ttl {
    font-size: 19px;
  }
}
#feature .feature_table {
  width: 100%;
  min-width: 600px;
}
#feature .feature_table th {
  border-bottom: 1px solid #DDDDDD;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #231815;
}
@media screen and (max-width: 890px) {
  #feature .feature_table th {
    font-size: 12px;
  }
}
#feature .feature_table td {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #231815;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 890px) {
  #feature .feature_table td {
    font-size: 12px;
  }
}
#feature .feature_table td:nth-child(2) {
  border-left: 2px solid #007535;
  border-right: 2px solid #007535;
  padding: 15px 10px;
}
#feature .feature_table td:nth-child(3),
#feature .feature_table td:nth-child(4) {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 10px;
}
#feature .feature_table td .m {
  width: 24px;
  display: block;
  margin: auto;
  margin-bottom: 2px;
}
#feature .feature_table td .m img {
  width: 100%;
}
#feature .feature_table .table_ttl {
  width: 100%;
}
#feature .feature_table .table_ttl th {
  width: 16%;
}
#feature .feature_table .table_ttl td {
  font-size: 15px;
  padding: 2px;
  text-align: center;
}
@media screen and (max-width: 890px) {
  #feature .feature_table .table_ttl td {
    font-size: 13px;
  }
}
#feature .feature_table .table_ttl td:nth-child(2) {
  color: #ffffff;
  background: #007535;
  width: 28%;
}
#feature .feature_table .table_ttl td:nth-child(3),
#feature .feature_table .table_ttl td:nth-child(4) {
  color: #ffffff;
  background: #555555;
  width: 28%;
}
#voice .inner {
  padding-bottom: 90px;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 890px) {
  #voice .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#voice .voice_ttl {
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #231815;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 890px) {
  #voice .voice_ttl {
    margin-bottom: 20px;
    font-size: 19px;
  }
}
#voice .voice_subttl {
  width: fit-content;
  margin: auto;
  position: relative;
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  padding-right: 110px;
  padding-left: 110px;
  letter-spacing: 0.05em;
}
#voice .voice_subttl::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  top: 50%;
  right: 0;
  background: #231815;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#voice .voice_subttl::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  top: 50%;
  left: 0;
  background: #231815;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#voice .small_txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #666666;
  margin-top: 10px;
}
@media screen and (max-width: 890px) {
  #voice .small_txt {
    font-size: 12px;
  }
}
#voice .voice_list {
  margin-top: 10px;
}
#voice .voice_list li {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  text-align: justify;
  color: #231815;
  padding: 24px;
  border: 2px solid #231815;
}
@media screen and (max-width: 890px) {
  #voice .voice_list li {
    font-size: 12px;
  }
}
#voice .voice_list li .ttl_item {
  display: flex;
  align-items: center;
}
#voice .voice_list li .ttl_item p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (max-width: 890px) {
  #voice .voice_list li .ttl_item p {
    font-size: 14px;
  }
}
#voice .voice_list li .ttl_item .img {
  width: 46px;
  margin-right: 10px;
}
#instructor .inner {
  padding-bottom: 90px;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 890px) {
  #instructor .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#instructor .instructor_main {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 890px) {
  #instructor .instructor_main {
    margin-bottom: 30px;
    display: block;
  }
}
#instructor .instructor_main a {
  color: #42A933;
}
#instructor .instructor_main dt {
  width: 30%;
  margin-right: 10px;
}
@media screen and (max-width: 890px) {
  #instructor .instructor_main dt {
    width: 100%;
    margin-right: 0;
  }
}
#instructor .instructor_main dd {
  width: 70%;
  padding: 15px;
  margin-inline-start: 0;
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 890px) {
  #instructor .instructor_main dd {
    width: 100%;
    font-size: 12px;
  }
}
#instructor .instructor_main dd .ttl {
  font-weight: bold;
  font-size: 26px;
  color: #231815;
  margin-top: 10px;
}
@media screen and (max-width: 890px) {
  #instructor .instructor_main dd .ttl {
    font-size: 20px;
  }
}
#instructor .instructor_main dd .ttl span {
  font-size: 16px;
  color: #264B82;
  display: block;
  margin-bottom: 6px;
}
@media screen and (max-width: 890px) {
  #instructor .instructor_main dd .ttl span {
    font-size: 13px;
  }
}
#instructor .instructor_main dd .subttl {
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  color: #666666;
  margin-bottom: 10px;
}
@media screen and (max-width: 890px) {
  #instructor .instructor_main dd .subttl {
    font-size: 10px;
  }
}
#instructor .instructor_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
@media screen and (max-width: 890px) {
  #instructor .instructor_list {
    column-gap: 20px;
  }
}
#instructor .instructor_list li {
  width: calc(25% - 30px);
}
@media screen and (max-width: 890px) {
  #instructor .instructor_list li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
#instructor .instructor_list li .ttl {
  font-weight: bold;
  font-size: 20px;
  color: #231815;
  margin-top: 10px;
}
@media screen and (max-width: 890px) {
  #instructor .instructor_list li .ttl {
    font-size: 16px;
  }
}
#instructor .instructor_list li .ttl span {
  font-size: 14px;
  color: #264B82;
  display: block;
}
@media screen and (max-width: 890px) {
  #instructor .instructor_list li .ttl span {
    font-size: 11px;
  }
}
#price {
  overflow: hidden;
  position: relative;
}
#price .inner {
  padding-bottom: 90px;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 890px) {
  #price .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#price .gray_txt {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 890px) {
  #price .gray_txt {
    text-align: left;
    font-size: 11px;
  }
}
#price .price_item {
  display: block;
  column-gap: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 890px) {
  #price .price_item {
    display: block;
  }
}
#price .price_item li {
  width: 100%;
}
@media screen and (max-width: 890px) {
  #price .price_item li {
    width: 100%;
  }
}
#price .price_item li + li {
  margin-top: 50px;
}
@media screen and (max-width: 890px) {
  #price .price_item li + li {
    margin-top: 30px;
  }
}
#price .price_item li .ttl {
  background: #231815;
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 890px) {
  #price .price_item li .ttl {
    font-size: 16px;
    padding: 5px;
  }
}
#price .price_item li:nth-child(3) {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 890px) {
  #price .price_item li:nth-child(3) {
    margin-top: 30px;
  }
}
#price .price_item .plan {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 890px) {
  #price .price_item .plan {
    margin-bottom: 16px;
  }
}
#price .price_item .plan .m_b_0 {
  margin-bottom: 0;
}
#price .price_item .plan dt {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #42A933;
}
@media screen and (max-width: 890px) {
  #price .price_item .plan dt {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #42A933;
  }
}
#price .price_item .plan dd {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  width: 100%;
  color: #231815;
  margin-inline-start: 0;
}
@media screen and (max-width: 890px) {
  #price .price_item .plan dd {
    font-size: 13px;
  }
}
#price .price_item .plan dd span {
  font-weight: bold;
}
#price .price_item .plan dd .gray {
  color: #666666;
}
#price .price_item .plan dd p {
  margin-top: 10px;
}
@media screen and (max-width: 890px) {
  #price .price_item .plan dd p {
    margin-bottom: 30px;
  }
}
#price .price_ttl {
  position: relative;
}
#price .price_ttl::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 32px;
  top: 18px;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/price_icon02.png) no-repeat center / contain;
}
/*#price .price_ttl_02::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 30px;
  top: 18px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/price_icon02_new.png) no-repeat center / contain;
}*/
#price .small-txt {
	font-size: 10px;
}
@media screen and (max-width: 890px) {
  #price .price_ttl::after {
    right: 10px;
  }
}
#price .price_table {
  width: 100%;
}
#price .price_table th,
#price .price_table td {
  width: 15%;
  padding: 10px 0;
  text-align: left;
  line-height: 100%;
}
#price .price_table td {
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
@media screen and (max-width: 890px) {
  #price .price_table td {
    font-size: 18px;
  }
}
#price .price_table th {
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 890px) {
  #price .price_table th {
    font-size: 11px;
  }
}
#price .price_table tr {
  border-bottom: 2px solid #D9D9D9;
}
@media screen and (max-width: 890px) {
  #price .price_table tr {
    border-bottom: 1px solid #D9D9D9;
  }
}
#price .price_table tr:nth-child(1) {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  border-bottom: 2px solid #231815;
}
#price .price_table tr:nth-child(1) td {
  font-size: 15px;
  padding-top: 30px;
}
@media screen and (max-width: 890px) {
  #price .price_table tr:nth-child(1) {
    font-size: 13px;
    border-bottom: 1px solid #231815;
  }
  #price .price_table tr:nth-child(1) td {
    font-size: 13px;
  }
}
#price .price_table .pr {
  font-family: 'Roboto Condensed', sans-serif;
}
#price .price_table .small_txt {
  font-size: 15px;
}
@media screen and (max-width: 890px) {
  #price .price_table .small_txt {
    font-size: 11px;
    letter-spacing: -0.5px;
  }
}
#price .price_table .pr_box {
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 890px) {
  #price .price_table .pr_box {
    padding-left: 20px;
  }
}
#price .price_table .pr_box::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 16px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/price_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 890px) {
  #price .price_table .pr_box::after {
    width: 14px;
    height: 8px;
  }
}
#price .price_table .big_pr {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
}
@media screen and (max-width: 890px) {
  #price .price_table .big_pr {
    font-size: 22px;
  }
}
#price .price_table .red {
  color: #B01010;
  text-decoration: line-through;
  font-size: 22px;
}
@media screen and (max-width: 890px) {
  #price .price_table .red {
    font-size: 19px;
  }
}
#price .price_table .r {
  display: block;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 890px) {
  #price .price_table .r {
    font-size: 10px;
  }
}
#price .price_table .null {
  color: #DDDDDD;
  font-size: 18px;
}
@media screen and (max-width: 890px) {
  #price .price_table .null {
    font-size: 15px;
  }
}
#price .price_table .flex {
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
#price .price_table .flex p {
  line-height: 100%;
}
#price .price_table .yellow {
  font-size: 14px;
  color: #A19528;
  letter-spacing: 0;
}
@media screen and (max-width: 890px) {
  #price .price_table .yellow {
    font-size: 12px;
  }
}
#price .price_tugo {
  width: 100%;
}
#price .price_tugo th,
#price .price_tugo td {
  width: 25%;
  padding: 10px 0;
  text-align: left;
  line-height: 100%;
}
#price .price_tugo td {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
@media screen and (max-width: 890px) {
  #price .price_tugo td {
    font-size: 18px;
  }
}
#price .price_tugo th {
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 890px) {
  #price .price_tugo th {
    font-size: 13px;
  }
}
#price .price_tugo tr {
  border-bottom: 2px solid #D9D9D9;
}
@media screen and (max-width: 890px) {
  #price .price_tugo tr {
    border-bottom: 1px solid #D9D9D9;
  }
}
#price .price_tugo tr:nth-child(1) {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  border-bottom: 2px solid #231815;
}
#price .price_tugo tr:nth-child(1) td {
  font-size: 15px;
  padding-top: 30px;
}
@media screen and (max-width: 890px) {
  #price .price_tugo tr:nth-child(1) {
    font-size: 13px;
    border-bottom: 1px solid #231815;
  }
  #price .price_tugo tr:nth-child(1) td {
    font-size: 13px;
  }
}
#price .price_tugo .pr {
  font-family: 'Roboto Condensed', sans-serif;
}
#price .price_tugo .small_txt {
  font-size: 15px;
}
@media screen and (max-width: 890px) {
  #price .price_tugo .small_txt {
    font-size: 13px;
  }
}
#price .price_tugo .pr_box {
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 890px) {
  #price .price_tugo .pr_box {
    padding-left: 20px;
  }
}
#price .price_tugo .pr_box::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 16px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/price_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 890px) {
  #price .price_tugo .pr_box::after {
    width: 14px;
    height: 8px;
  }
}
#price .price_tugo .big_pr {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
}
@media screen and (max-width: 890px) {
  #price .price_tugo .big_pr {
    font-size: 22px;
  }
}
#price .price_tugo .red {
  color: #B01010;
  text-decoration: line-through;
  font-size: 22px;
}
@media screen and (max-width: 890px) {
  #price .price_tugo .red {
    font-size: 19px;
  }
}
#price .price_tugo .r {
  display: block;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 890px) {
  #price .price_tugo .r {
    font-size: 10px;
  }
}
#price .price_tugo .null {
  color: #DDDDDD;
  font-size: 18px;
}
@media screen and (max-width: 890px) {
  #price .price_tugo .null {
    font-size: 15px;
  }
}
#price .price_tugo .flex {
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
#price .price_tugo .flex p {
  line-height: 100%;
}
#price .price_tugo .yellow {
  font-size: 14px;
  color: #A19528;
  letter-spacing: 0;
}
@media screen and (max-width: 890px) {
  #price .price_tugo .yellow {
    font-size: 12px;
  }
}
#price .price_table2 {
  width: 2000px;
}
#price .price_table2 th,
#price .price_table2 td {
  padding: 10px;
  text-align: left;
  line-height: 100%;
}
#price .price_table2 td {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
@media screen and (max-width: 890px) {
  #price .price_table2 td {
    font-size: 18px;
  }
}
#price .price_table2 th {
  font-weight: 500;
  font-size: 15px;
  width: 200px;
}
@media screen and (max-width: 890px) {
  #price .price_table2 th {
    font-size: 13px;
  }
}
#price .price_table2 tr {
  border-bottom: 2px solid #D9D9D9;
}
@media screen and (max-width: 890px) {
  #price .price_table2 tr {
    border-bottom: 1px solid #D9D9D9;
  }
}
#price .price_table2 tr:nth-child(1) {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  border-bottom: 2px solid #231815;
}
#price .price_table2 tr:nth-child(1) td {
  font-size: 15px;
  padding-top: 30px;
}
@media screen and (max-width: 890px) {
  #price .price_table2 tr:nth-child(1) {
    font-size: 13px;
    border-bottom: 1px solid #231815;
  }
  #price .price_table2 tr:nth-child(1) td {
    font-size: 13px;
  }
}
#price .price_table2 .pr {
  font-family: 'Roboto Condensed', sans-serif;
}
#price .price_table2 .small_txt {
  font-size: 15px;
}
@media screen and (max-width: 890px) {
  #price .price_table2 .small_txt {
    font-size: 13px;
  }
}
#price .price_table2 .pr_box {
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 890px) {
  #price .price_table2 .pr_box {
    padding-left: 20px;
  }
}
#price .price_table2 .pr_box::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 16px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/price_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 890px) {
  #price .price_table2 .pr_box::after {
    width: 14px;
    height: 8px;
  }
}
#price .price_table2 .big_pr {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
}
@media screen and (max-width: 890px) {
  #price .price_table2 .big_pr {
    font-size: 22px;
  }
}
#price .price_table2 .red {
  color: #B01010;
  text-decoration: line-through;
  font-size: 22px;
}
@media screen and (max-width: 890px) {
  #price .price_table2 .red {
    font-size: 19px;
  }
}
#price .price_table2 .small_red {
  color: #B01010;
  text-decoration: line-through;
  font-size: 14px;
}
@media screen and (max-width: 890px) {
  #price .price_table2 .small_red {
    font-size: 10px;
  }
}
#price .price_table2 .r {
  display: block;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 890px) {
  #price .price_table2 .r {
    font-size: 10px;
  }
}
#price .price_table2 .null {
  color: #DDDDDD;
  font-size: 18px;
}
@media screen and (max-width: 890px) {
  #price .price_table2 .null {
    font-size: 15px;
  }
}
#price .price_table2 .flex {
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
#price .price_table2 .flex p {
  line-height: 100%;
}
#price .price_table2 .yellow {
  font-size: 14px;
  color: #A19528;
  letter-spacing: 0;
}
@media screen and (max-width: 890px) {
  #price .price_table2 .yellow {
    font-size: 12px;
  }
}
.tableArea {
  overflow: scroll;
}
.tableArea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 890px) {
  .tableArea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
}
.tableArea::-webkit-scrollbar-track {
  background: rgba(110, 108, 108, 0.2);
}
.tableArea::-webkit-scrollbar-thumb {
  background: #231815;
}
#flow {
  overflow: hidden;
  background: #555555;
  color: #ffffff;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 890px) {
  #flow {
    margin-bottom: 50px;
  }
}
#flow .flow_after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#flow .flow_after img {
  max-width: 120%;
  width: 120%;
}
@media screen and (max-width: 890px) {
  #flow .flow_after {
    width: 100%;
    right: 60%;
  }
  #flow .flow_after img {
    max-width: 200%;
    width: 200%;
  }
}
#flow .inner {
  max-width: 800px;
  padding-bottom: 90px;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 890px) {
  #flow .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#flow .h2_enttl .ttl {
  color: #ffffff;
}
#flow .h2_enttl .bgen {
  color: rgba(39, 39, 39, 0.1);
}
#flow .h2_enttl span {
  color: #ffffff;
}
#flow .flow_item {
  width: fit-content;
  margin: auto;
}
#flow .flow_item a {
  color: #ffffff !important;
}
#flow .flow_item li {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 890px) {
  #flow .flow_item li {
    padding-bottom: 30px;
  }
}
#flow .flow_item li::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  bottom: 0;
  left: calc(50% - 12px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/flow_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 890px) {
  #flow .flow_item li::after {
    width: 24px;
    height: 24px;
  }
}
#flow .flow_item li:last-child {
  padding-bottom: 0;
}
#flow .flow_item li:last-child::after {
  display: none;
}
#flow .flow_item li .ttl_item {
  display: flex;
}
#flow .flow_item li .ttl_item .num {
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 890px) {
  #flow .flow_item li .ttl_item .num {
    font-size: 30px;
  }
}
#flow .flow_item li .ttl_item .num span {
  font-size: 16px;
  line-height: 116%;
  letter-spacing: 0.15em;
  display: block;
}
@media screen and (max-width: 890px) {
  #flow .flow_item li .ttl_item .num span {
    font-size: 11px;
  }
}
#flow .flow_item li .ttl_item .ttl {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 2px solid #ffffff;
  font-weight: 900;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 890px) {
  #flow .flow_item li .ttl_item .ttl {
    font-size: 18px;
    margin-left: 16px;
    padding-left: 16px;
  }
}
#flow .flow_item li p {
  font-weight: 400;
  font-size: 15px;
  line-height: 170%;
  margin-top: 15px;
}
@media screen and (max-width: 890px) {
  #flow .flow_item li p {
    margin-top: 8px;
    font-size: 13px;
  }
}
#flow .flow_item li .flow_item_samll {
  font-size: 12px !important;
}
#flow .flow_item li .flow_item_samll span {
  color: #FF6565;
}
#flow .flow_item li .flow_item_samll .white_b {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 14px;
}
#news .inner {
  max-width: 800px;
  padding-bottom: 90px;
}
@media screen and (max-width: 890px) {
  #news .inner {
    padding-bottom: 50px;
  }
}
#news .h2_ttl {
  color: #007535;
}
#news .h2_ttl span {
  color: #231815;
}
#news .news_item {
  border-top: 1px solid #D9D9D9;
}
#news .news_item a {
  color: #231815;
}
#news .news_item li {
  padding: 25px 0;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}
#news .news_item li a {
  color: #231815;
}
@media screen and (max-width: 890px) {
  #news .news_item li {
    display: block;
    padding: 16px 0;
    font-size: 13px;
  }
}
#news .news_item li span {
  margin-right: 30px;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
@media screen and (max-width: 890px) {
  #news .news_item li span {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }
}
#info .inner {
  max-width: 800px;
  padding-bottom: 90px;
}
@media screen and (max-width: 890px) {
  #info .inner {
    padding-bottom: 50px;
  }
}
#info .h2_ttl {
  color: #007535;
}
#info .h2_ttl span {
  color: #231815;
}
#info .info_item {
  border-top: 1px solid #D9D9D9;
}
#info .info_item dl {
  padding: 25px 0;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 890px) {
  #info .info_item dl {
    padding: 16px 0;
  }
}
#info .info_item dl dt {
  width: 25%;
  margin-right: 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 890px) {
  #info .info_item dl dt {
    font-size: 13px;
    margin-right: 16px;
  }
}
#info .info_item dl dd {
  font-size: 14px;
  text-align: left;
  margin-inline-start: 0;
  width: calc(75% - 30px);
}
#info .info_item dl dd a {
  font-weight: bold;
  text-decoration: underline;
  color: #231815;
}
@media screen and (max-width: 890px) {
  #info .info_item dl dd {
    width: calc(75% - 16px);
    font-size: 12px;
  }
}
.map {
  height: 300px;
}
.map iframe {
  width: 100%;
  height: 300px;
}
#footer {
  background: #555555;
  color: #ffffff;
  font-size: 14px;
}
#footer .inner {
  max-width: 1081px;
  text-align: center;
  margin: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
#footer .iconmenu {
  display: flex;
  width: fit-content;
  margin: auto;
  column-gap: 24px;
}
@media screen and (max-width: 890px) {
  #footer .iconmenu {
    margin-bottom: 20px;
  }
}
#footer .iconmenu li img {
  max-width: 24px;
}
#footer .submenu {
  display: flex;
  column-gap: 20px;
  margin: auto;
  width: fit-content;
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 890px) {
  #footer .submenu {
    display: block;
    margin-top: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 890px) {
  #footer .submenu li {
    margin-bottom: 10px;
  }
}
#footer .submenu li a {
  color: #ffffff;
  font-weight: bold;
  padding-right: 20px;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 890px) {
  #footer .submenu li a {
    border-right: none;
    font-size: 12px;
    padding-right: 0;
  }
}
#footer .submenu li:last-child a {
  border-right: none;
}
#copyright {
  padding-top: 40px;
  background: #0F0F0F;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 890px) {
  #copyright {
    font-size: 10px;
    padding-bottom: 80px;
  }
}
#copyright .img {
  margin: auto;
  max-width: 135px;
  margin-bottom: 35px;
}
@media screen and (max-width: 890px) {
  #copyright .img {
    max-width: 80px;
    margin-bottom: 10px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
}
.wp-pagenavi {
  display: flex;
  margin-top: 0;
}
.extend {
  display: none;
}
.larger,
.smaller,
.nextpostslink,
.previouspostslink {
  color: #333333;
  background: #ffffff;
  width: 40px;
  height: 50px;
  border: 1px solid #ffffff;
  margin: 7px 5px;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 890px) {
  .larger,
  .smaller,
  .nextpostslink,
  .previouspostslink {
    line-height: 3;
    width: 30px;
    height: 40px;
    margin: 7px 5px;
    font-size: 16px;
  }
}
.nextpostslink,
.previouspostslink {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 890px) {
  .nextpostslink,
  .previouspostslink {
    line-height: 4;
  }
}
.larger:hover,
.smaller:hover,
.nextpostslink:hover,
.previouspostslink:hover {
  color: #ffffff;
  background: #004AAD;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #004AAD;
}
.current {
  color: #ffffff;
  background: #004AAD;
  width: 40px;
  height: 50px;
  margin: 7px 5px;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 890px) {
  .current {
    line-height: 3;
    width: 30px;
    height: 40px;
    margin: 7px 5px;
  }
}
.btn_item {
  display: flex;
  text-align: center;
  position: relative;
  column-gap: 30px;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 890px) {
  .btn_item {
    margin-top: 30px;
    display: block;
  }
}
.btn_item .page_list_prev {
  color: #ffffff;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #231815;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.btn_item .page_list_prev a {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  margin: auto;
  display: block;
  padding: 15px 50px;
}
@media screen and (max-width: 890px) {
  .btn_item .page_list_prev {
    margin-bottom: 10px;
  }
}
.btn_item .page_list_back {
  color: #231815;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #42A933;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.btn_item .page_list_back a {
  width: 100%;
  font-size: 14px;
  color: #231815;
  margin: auto;
  display: block;
  padding: 15px 50px;
}
@media screen and (max-width: 890px) {
  .btn_item .page_list_back {
    margin-bottom: 10px;
  }
}
.btn_item .page_list_next {
  color: #ffffff;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #231815;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.btn_item .page_list_next a {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  margin: auto;
  display: block;
  padding: 15px 50px;
}
#mv {
  margin-top: 92px;
  position: relative;
  background: #E6E6E6;
}
@media screen and (max-width: 890px) {
  #mv {
    margin-top: 60px;
  }
}
#mv .inner {
  padding: 0;
  margin-left: 70px;
  max-width: calc(100% - 70px);
  width: calc(100% - 70px);
  position: relative;
}
@media screen and (max-width: 890px) {
  #mv .inner {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
#mv .mv_bg {
  width: 100%;
}
#mv .mv_bg img {
  width: 100%;
  height: 776px;
  object-fit: cover;
}
@media screen and (max-width: 890px) {
  #mv .mv_bg img {
    height: 80vh;
  }
}
#mv .list {
  margin: auto;
  text-align: center;
}
#mv .mv_list {
  width: 522px;
  position: absolute;
  right: calc(50% - 261px);
  bottom: 50px;
  display: flex;
  font-weight: bold;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
  column-gap: 10px;
}
@media only screen and (max-width: 500px) {
  #mv .mv_list {
    display: flex;
    right: calc(50% - 146px);
    column-gap: 2px;
  }
}
@media screen and (max-width: 890px) {
  #mv .mv_list {
    justify-content: center;
    width: 100%;
    right: 0;
    bottom: 80px;
  }
}
#mv .mv_list .f10 {
  font-size: 10px;
}
@media screen and (max-width: 890px) {
  #mv .mv_list .f10 {
    font-size: 8px;
  }
}
@media only screen and (max-width: 500px) {
  #mv .mv_list .f10 {
    letter-spacing: -1px;
  }
}
#mv .mv_list .f20 {
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 890px) {
  #mv .mv_list .f20 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  #mv .mv_list .f20 {
    font-size: 13px;
  }
}
#mv .mv_list .f12 {
  font-size: 12px;
}
@media screen and (max-width: 890px) {
  #mv .mv_list .f12 {
    font-size: 10px;
    line-height: 120%;
  }
}
#mv .mv_list .f32 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 900;
}
@media screen and (max-width: 890px) {
  #mv .mv_list .f32 {
    font-size: 24px;
  }
}
#mv .mv_list .f16 {
  font-size: 16px;
}
@media screen and (max-width: 890px) {
  #mv .mv_list .f16 {
    font-size: 12px;
  }
}
#mv .mv_list .f17 {
  font-size: 17px;
  font-weight: 900;
}
@media screen and (max-width: 890px) {
  #mv .mv_list .f17 {
    font-size: 13px;
  }
}
#mv .mv_list .black {
  display: block;
}
#mv .mv_list li {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  background: linear-gradient(227.72deg, #3EA030 0%, #007535 100%);
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 150%;
}
@media screen and (max-width: 890px) {
  #mv .mv_list li {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 500px) {
  #mv .mv_list li {
    width: 97px;
    height: 97px;
  }
}
#mv .mv_list .fRoboto {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
}
#mv .ttl_tr {
  font-size: 19px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0;
  color: #231815;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  right: 8.6%;
  top: 9%;
  text-align: left;
}
#mv .ttl_tr span {
  background: #ffffff;
  padding: 10px;
}
#mv .mv_ttl {
  color: #ffffff;
  font-weight: 900;
  font-size: 4.5em;
  line-height: 133%;
  letter-spacing: 0;
  position: absolute;
  top: 40px;
  left: 80px;
}
@media only screen and (max-width: 1280px) {
  #mv .mv_ttl {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 890px) {
  #mv .mv_ttl {
    left: 20px;
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 500px) {
  #mv .mv_ttl {
    font-size: 20px;
  }
}
#mv .mv_ttl .big_ttl span {
  background: #ffffff;
  color: #231815;
  display: block;
  margin-bottom: 10px;
  line-height: 100%;
  padding: 10px 0 10px 20px;
  width: fit-content;
}
@media screen and (max-width: 890px) {
  #mv .mv_ttl .big_ttl span {
    padding: 5px 0 5px 15px;
  }
}
#mv .mv_ttl .mv_sub_ttl {
  margin-top: 20px;
}
#mv .mv_ttl .mv_sub_ttl li {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #42A933;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  background: #ffffff;
  padding: 3px 5px 5px 25px;
  width: fit-content;
}
@media screen and (max-width: 890px) {
  #mv .mv_ttl .mv_sub_ttl li {
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
#mv .mv_ttl .mv_sub_ttl li::before {
  position: absolute;
  content: "◆";
  line-height: 133%;
  font-size: 14px;
  color: #42A933;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 890px) {
  #mv .mv_ttl .mv_sub_ttl li::before {
    font-size: 12px;
  }
}
#fv {
  margin-top: 92px;
  position: relative;
  background: url(../img/fv_bg.png) no-repeat center;
  background-position-x: center;
  background-position-y: top;
}
@media screen and (max-width: 1024px) {
  #fv {
    background: url(../img/fv_bg_1024.png) no-repeat center;
    background-position-x: center;
    background-position-y: top;
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  #fv {
    margin-top: 60px;
    background: url(../img/fv_bg_sp.png) no-repeat center;
    background-position-x: center;
    background-position-y: top;
  }
}
@media screen and (max-width: 550px) {
  #fv {
    background: url(../img/fv_bg_sp_small.png) no-repeat center;
    background-position-x: center;
    background-position-y: bottom;
    background-size: auto 100%;
  }
}
#fv .inner {
  padding-bottom: 30px;
  text-align: right;
  height: 776px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 890px) {
  #fv .inner {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
#fv .img_sp {
  width: 100%;
  text-align: center;
  background: rgba(6, 58, 32, 0.8);
}
@media screen and (max-width: 890px) {
  #fv .img_sp {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}
#fv .img_sp img {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #fv .img_sp img {
    max-width: 500px;
  }
}
@media screen and (max-width: 750px) {
  #fv .img_sp img {
    max-width: 100%;
  }
}
#fv .fv_item {
  width: 100%;
}
#fv .img01 {
  margin-left: auto;
  margin-right: 90px;
  max-width: 190px;
  margin-bottom: 30px;
}
#fv .img02 {
  margin-left: auto;
  margin-right: 0;
  max-width: 464px;
}
#news_archive {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 150px;
  margin-bottom: 100px;
}
@media screen and (max-width: 890px) {
  #news_archive {
    margin-top: 100px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}
#news_archive .ttl_item {
  border-bottom: #ccc 2px solid;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #393939;
}
@media screen and (max-width: 890px) {
  #news_archive .ttl_item {
    padding-bottom: 10px;
  }
}
#news_archive .ttl_item h3 {
  margin: 0;
  padding: 0;
}
#news_archive .ttl_item .news_ttl {
  display: flex;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #393939;
}
@media screen and (max-width: 890px) {
  #news_archive .ttl_item .news_ttl {
    font-size: 16px;
  }
}
#news_archive .ttl_item .news_ttl span {
  font-weight: 700;
  font-size: 14px;
  line-height: 10px;
  color: #ffffff;
  background: #231815;
  padding: 8px;
  margin-right: 12px;
}
#news_archive .ttl_item .single_date {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  text-align: left;
  margin-bottom: 2px;
}
#news_archive .news_item {
  border-top: 1px solid #D9D9D9;
}
#news_archive .news_item a {
  color: #231815;
}
#news_archive .news_item li {
  padding: 25px 0;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}
#news_archive .news_item li a {
  color: #231815;
}
@media screen and (max-width: 890px) {
  #news_archive .news_item li {
    display: block;
    padding: 16px 0;
    font-size: 13px;
  }
}
#news_archive .news_item li span {
  margin-right: 30px;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
@media screen and (max-width: 890px) {
  #news_archive .news_item li span {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }
}
#news_archive .news_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
@media screen and (max-width: 890px) {
  #news_archive .news_list {
    padding-left: 10px;
  }
}
#news_archive .news_list li {
  width: calc(50% - 30px);
  margin-bottom: 60px;
}
@media screen and (max-width: 890px) {
  #news_archive .news_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#news_archive .news_list li:last-child {
  margin-bottom: 0;
}
#news_archive .news_list li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  padding-left: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 890px) {
  #news_archive .news_list li p {
    font-size: 12px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}
.wp-pagenavi {
  display: flex;
  margin-top: 50px;
}
.extend {
  display: none;
}
.larger,
.smaller,
.nextpostslink,
.previouspostslink {
  color: #282828;
  background: #ffffff;
  width: 36px;
  height: 36px;
  border: 1px solid #282828;
  margin: 7px 8px;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 890px) {
  .larger,
  .smaller,
  .nextpostslink,
  .previouspostslink {
    line-height: 3;
    width: 37px;
    height: 37px;
    margin: 7px 6px;
  }
}
.nextpostslink,
.previouspostslink {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 890px) {
  .nextpostslink,
  .previouspostslink {
    line-height: 4;
  }
}
.larger:hover,
.smaller:hover,
.nextpostslink:hover,
.previouspostslink:hover {
  color: #ffffff;
  background: #B5A02B;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #B5A02B;
}
.current {
  color: #ffffff;
  background: #282828;
  width: 36px;
  height: 36px;
  border: 1px solid #282828;
  margin: 7px 8px;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 890px) {
  .current {
    line-height: 3;
    width: 37px;
    height: 37px;
    margin: 7px 6px;
  }
}
@media (max-width: 940px) {
  #industry_news {
    width: 94%;
    margin: 90px 3% auto 3%;
  }
}
@media (max-width: 768px) {
  #industry_news {
    width: 92%;
    margin: 90px 4% auto 4%;
  }
  .new_list dl dt {
    width: 15%;
  }
  .new_list dl dd {
    width: 85%;
  }
}
@media (max-width: 767px) {
  #industry_news {
    margin: 40px 4% auto 4%;
  }
  .new_list dl {
    width: 100%;
    display: block;
  }
  .new_list dl dt {
    width: 100%;
    padding: 23px 0 0 0;
  }
  .new_list dl dd {
    width: 100%;
    border-top: none;
    padding: 0 0 20px 0;
  }
  .industry_news_tag {
    margin-right: 5px;
  }
  .industry_news_tag a {
    width: 80px;
    height: 40px;
    font-size: 1.4rem;
  }
  .industry_news_tag_hover {
    margin-right: 5px;
  }
  .industry_news_tag_hover a {
    width: 80px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.news_content {
  min-height: 40vh;
}
@media screen and (max-width: 890px) {
  .news_content {
    min-height: auto;
  }
}
.news_content img {
  width: 100%;
}
.content_txt p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
}
.temp_content {
  font-weight: 400;
}
.temp_content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
}
@media screen and (max-width: 890px) {
  .temp_content h3 {
    font-size: 16px;
    margin-top: 30px;
  }
}
.pop:hover {
  opacity: 1 !important;
}
.movie {
  text-align: center;
  display: flex;
  align-items: center;
}
.movie iframe {
  margin: auto;
}
