/* -HEADER
--------------------------------------------------------------------------------------------- */
#headertop {
  z-index: 55555;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  transition: .6s;
}
#headertop.fixed {
  transform: translateY(0%);
  transition: .3s;
}
#header {
  height: 60px;
  /*transition: .6s;*/
  transition: .2s;
  transition: all 0s;
}
#headertop #header.view {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
  /* transform: translateY(-100%);*/
  background-color: #fff;
  height: 78px;
}
#headertop.fixed #header.view {
  transform: translateY(0%);
  transition: .3s;
  /* background-color: #fff;*/
}
.scroll_logo {
  position: relative;
  /*top: 30px;*/
  top: 25px;
  left: 8%;
  margin-bottom: 0;
  line-height: 1;
  display: block;
  /*
  width: 110px;
*/
  width: 250px;
  transition: 0.6s ease-in-out;
  z-index: 10;
}
.scroll_logo::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo_gray_jp.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
#header.view .scroll_logo::before {
  opacity: 1;
}
body.fixed .scroll_logo {
  opacity: 0.4;
  transition: all 0.2s;
}
.scroll_logo a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.scroll_logo a:hover {
  text-decoration: none;
}
.scroll_logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header.view .scroll_logo a img {
  opacity: 0;
  transition: .6s;
}
@media screen and (min-width: 768px) {
  .scroll_logo {
    width: 280px;
    top: 30px;
    left: 3%;
  }
  #header {
    height: 120px;
  }
  #header.view {
    height: 120px;
  }
  #headertop #header.view {
    height: 88px;
  }
}
/*@media screen and (min-width: 992px) {
  #headertop #header.view {
    transform: translateY(-100%);
  }
}*/
@media screen and (min-width: 1200px) {
  #header {
    /*height: 126px;*/
    height: 120px;
  }
  #header.view {
    height: 100px
  }
  .scroll_logo {
    width: 330px;
    top: 35px;
  }
  #headertop #header.view {
    height: 106px;
  }
}
@media screen and (min-width: 1500px) {
  .scroll_logo {
    width: 350px;
  }
}
/* -Toggle
--------------------------------------------------------------------------------------------- */
/*Toggle*/
.Toggle {
  display: block;
  cursor: pointer;
  z-index: 6666;
  /* transition: 0.6s ease-in-out;*/
  width: 60px;
  height: 60px;
  position: absolute;
  top: 7px;
  right: 3%;
}
/*#header.view .Toggle {
  top: 7px;
}*/
.Toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 1px #fff;
  transition: .3s ease-in-out;
  width: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#header.view .Toggle span {
  border-bottom: solid 1px #737477;
}
.header_page .Toggle span {
  border-bottom: solid 1px #737477;
}
.Toggle span:nth-child(1) {
  top: 23px;
}
.Toggle span:nth-child(2) {
  top: 30px;
}
.Toggle span:nth-child(3) {
  top: 37px;
}
/*Toggle.tgl-active*/
.Toggle.tgl-active {
  position: absolute;
  top: 9px;
}
.Toggle.tgl-active span {
  border-bottom: solid 1px #524b40;
  transition: 0.3s ease-in-out;
}
.Toggle.tgl-active span:nth-child(1) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(137deg);
  -webkit-transform: translate(-50%, -50%) rotate(137deg);
}
.Toggle.tgl-active span:nth-child(2) {
  width: 0;
}
.Toggle.tgl-active span:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-137deg);
  -webkit-transform: translate(-50%, -50%) rotate(-137deg);
}
@media screen and (min-width: 768px) {
  .Toggle {
    top: 7px;
  }
  .Toggle.tgl-active {
    top: 7px;
  }
}
@media screen and (min-width: 992px) {
  .Toggle {
    top: 37px;
    right: 25px;
  }
  #header.view .Toggle {
    top: 14px;
  }
  .header_page .Toggle {
    top: 14px;
  }
  .Toggle.tgl-active {
    top: 5px;
  }
  .Toggle span {
    transition: .0s;
  }
}
@media screen and (min-width: 1200px) {
  .Toggle {
    top: 57px;
    right: 36px;
  }
  #header.view .Toggle {
    top: 23px;
  }
  .header_page .Toggle {
    top: 23px;
  }
  .Toggle span {
    width: 30px;
  }
  .Toggle span:nth-child(1) {
    top: 20px;
  }
  .Toggle span:nth-child(3) {
    top: 40px;
  }
  .Toggle.tgl-active {
    top: 32px;
  }
}
/* -NAVI
--------------------------------------------------------------------------------------------- */
.pc_navi_center {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc_navi_center {
    line-height: 1;
    display: block;
    position: absolute;
    top: 30px;
    width: auto;
    right: 40px;
  }
  .pc_navi_center_heading {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: right;
    transition: .3s ease-in-out;
    opacity: 1;
  }
  #header.view .pc_navi_center_heading {
    display: none;
  }
  .header_page .pc_navi_center_heading {
    display: none;
  }
  .pc_navi_center .navi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
  }
  .pc_navi_center .navi > li {
    margin-left: 1.3rem;
  }
  .pc_navi_center .navi > li:first-child {
    margin-left: 0;
  }
  .pc_navi_center .navi a {
    color: #fff;
    font-size: 0.8125rem;
    position: relative;
    transition: all 0.5s;
  }
  .pc_navi_center .navi a:hover {
    opacity: 0.7;
    transition: all 0.5s;
  }
  #header.view .pc_navi_center .navi a {
    color: #737477;
  }
  .header_page .pc_navi_center .navi a {
    color: #737477;
  }
  .pc_navi_center .navi li:last-child a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 1.2rem;
  }
  .pc_navi_center .navi li:last-child a:hover {
    background-color: #fff;
    color: #737477;
    transition: all 0.5s;
  }
  #header.view .pc_navi_center .navi li:last-child a {
    border: 1px solid rgba(115, 116, 119, 0.5);
    background-color: #737477;
    color: #fff;
  }
  #header.view .pc_navi_center .navi li:last-child a:hover {
    background-color: #fff;
    color: #737477;
  }
  .header_page .pc_navi_center .navi li:last-child a {
    border: 1px solid rgba(115, 116, 119, 0.5);
    background-color: #737477;
    color: #fff;
  }
  .header_page .pc_navi_center .navi li:last-child a:hover {
    background-color: #fff;
    color: #737477;
  }
}
@media screen and (min-width: 1200px) {
  .pc_navi_center {
    top: 35px;
    right: 50px;
  }
  .pc_navi_center_heading {
    margin-bottom: 1.45rem;
  }
  .pc_navi_center .navi {
    padding-right: 60px;
  }
  .pc_navi_center .navi > li:last-child {
    margin-left: 1.65rem;
  }
  .pc_navi_center .navi li:last-child a {
    padding: 10px 2rem;
  }
}
/*@media screen and (min-width: 1200px) {
  .pc_navi_center {
    line-height: 1;
    display: block;
    position: absolute;
    top: 57px;
    width: 100%;
  }
  .pc_navi_center .navi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 28rem;
  }
  .pc_navi_center .navi > li {
    margin-right: 1.3rem;
  }
  .navi_active .pc_navi_center .navi > li {
    padding-right: 1.3rem;
    margin-right: 0;
  }
  .navi_active .pc_navi_center .navi > li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .pc_navi_center .navi > li:last-child {
    padding-right: 0;
    margin-right: 0;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pc_navi_center .navi a {
    color: #fff;
    font-size: 0.7rem;
    position: relative;
  }
  .pc_navi_center .navi > li:last-child a.header_navi_other {
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header.view .pc_navi_center .navi a {
    color: #737477;
  }
  .header_page .pc_navi_center .navi a {
    color: #646464;
  }
  .navi_other_box {
    width: 24px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .navi_other_box::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
  }
  #header.view .navi_other_box::before {
    background-color: #737477;
  }
  .header_page .navi_other_box::before {
    background-color: #737477;
  }
  .navi_active #header.view .navi_other_box::before {
    background-color: #555;
  }
  .navi_other_box::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
  }
  #header.view .navi_other_box::after {
    background-color: #737477;
  }
  .header_page .navi_other_box::after {
    background-color: #737477;
  }
  .navi_active #header.view .navi_other_box::after {
    background-color: #555;
  }
  .navi_other {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
  }
  #header.view .navi_other {
    background-color: #737477;
  }
  .header_page .navi_other {
    background-color: #737477;
  }
  .navi_active #header.view .navi_other {
    background-color: #555;
  }
}
@media screen and (min-width: 1500px) {
  .pc_navi_center {
    top: 57px;
  }
  .pc_navi_center .navi {
    padding-right: 29.5rem;
  }
  .pc_navi_center .navi > li {
    margin-right: 1.9rem;
  }
  .navi_active .pc_navi_center .navi > li {
    padding-right: 1.9rem;
    margin-right: 0;
  }
  .pc_navi_center .navi a {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
}*/
/* -MEANNAV
--------------------------------------------------------------------------------------------- */
/*  #gNav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }*/
.pc_navi_right {
  display: none;
}
/*@media screen and (min-width: 992px) {

  .pc_navi_right {
    display: flex;
    justify-content: space-between;
    z-index: 55556;
    position: fixed;
    top: 30px;
    right: 3%;
    transition: .6s;
    width: auto;
  }
  .pc_navi_right .navi {
    display: flex;
    align-items: flex-start;
  }
  .pc_navi_right .navi > li {
    margin-right: 0.6rem;
  }
  .pc_navi_right .navi > li:last-child {
    margin-right: 0;
  }
  .pc_navi_right_txt {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 34px;
    color: #fff;
    border: 1px solid rgba(214, 214, 214, 0.5);
    border-radius: 30px;
    transition: all 0.5s;
  }
  .pc_navi_right_txt:hover {
    background-color: #fff;
    color: #737477;
    transition: all 0.5s;
  }
  .pc_navi_right.view .pc_navi_right_txt {
    color: #737477;
    border: 1px solid rgba(115, 116, 119, 0.5);
    background-color: #fff;
    transition: all 0.5s;
  }
  .pc_navi_right.view .pc_navi_right_txt:hover {
    color: #fff;
    background-color: #737477;
    transition: all 0.5s;
  }
  .body_page .pc_navi_right_txt {
    color: #737477;
    transition: all 0.5s;
  }
  .body_page .pc_navi_right_txt:hover {
    background-color: #737477;
    color: #fff;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1200px) {
  .pc_navi_right {
    top: 48px;
    right: 3%;
  }
  .pc_navi_right .navi > li {
    margin-right: 0.6;
  }
}*/
/**************************
navi-hover
**************************/
/*@media screen and (min-width: 992px) {
  .navi_active {
    position: relative;
    z-index: 0;
  }
  .navi_active::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  #header::after {
    content: "";
    display: block;
    width: 100%;
    height: 32rem;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 0 20px 20px;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
  }
  .navi_active #header::after {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
  .navi_active #header {

    transition: all 0s;
  }
  .navi_active .scroll_logo a img {
    opacity: 0;
  }
  .navi_active .scroll_logo::before {
    opacity: 1;
  }
  .navi_active .pc_navi_center .navi a {
    color: #555;
    position: relative;
  }
  .navi_active #header.view .pc_navi_center .navi a {
    color: #555;
  }
  header-ラインナップ
  .header__sub-menu_list_downside {
    margin-top: 2.8rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(140, 140, 140, 0.25);
  }
  .pc_navi_center .navi a.header__sub-menu_linktxt {
    font-size: 0.9375rem;
    color: #555;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-right: 1.7rem;
  }
  .pc_navi_center .navi a.header__sub-menu_linktxt::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.3s;
  }
  .pc_navi_center .navi a.header__sub-menu_linktxt:hover::before {
    right: -5px;
    transition: all 0.3s;
  }
  .pc_navi_center .navi a.header__sub-menu_linktxt::after {
    content: none;
  }
  .navi_active .navi_other_box::before {
    background-color: #555;
  }
  .navi_active .navi_other_box::after {
    background-color: #555;
  }
  .navi_active .navi_other {
    background-color: #555;
  }
  .navi_active .pc_navi_right_txt {
    color: #555;
  }
  .navi_active .pc_navi_center .navi a.navi_list_dwon_heding_nohover {
    position: relative;
    z-index: 55557;
    z-index: 100;
  }
}
@media screen and (min-width: 1200px) {
  #header::after {
    height: 36rem;
  }
}*/
/* -toggle
--------------------------------------------------------------------------------------------- */
/*body.fixed*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body.fixed::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
/***************************************
toggle
***************************************/
.scroll_tgl_wrap {
  display: block;
  /*
  position: fixed;
  right: 0;
  top: 0;
*/
  width: 100%;
  z-index: 999999;
}
.togglewrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1111;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.4s ease-in-out;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 11rem;
}
/*togglewrap.active*/
.togglewrap.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .togglewrap.active::before {
    content: "";
    display: block;
    height: 100%;
    width: 55%;
    background-color: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .togglewrap.active::after {
    content: "";
    display: block;
    height: 100%;
    width: 45%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .togglewrap.active::before {
    width: 66%;
  }
  .togglewrap.active::after {
    width: 34%;
  }
}
@media screen and (min-width: 1500px) {
  .togglewrap {
    width: 86%;
  }
  .togglewrap.active {
    width: 86%;
  }
}
.toggle_container {
  /*padding: 30px 0 0;*/
  padding: 25px 0 0;
  /*  background-color: #fff;*/
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .togglewrap {
    padding-bottom: 0;
  }
  /*  .togglewrap_inner {
      height: auto;
  }*/
  .toggle_container {
    padding: 0;
    /*  height: auto;*/
  }
}
.toggle_block_PC {
  display: none;
}
.toggle_unit01 {
  padding: 0 8% 2rem;
  border-bottom: 1px solid rgba(210, 210, 210, 0.5);
  margin-bottom: 2rem;
}
.toggle_logo {
  display: inline-block;
  /* width: 110px;*/
  width: 220px;
}
.toggle_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*toggle_unit02*/
.toggle_unit02 {
  width: 85%;
  margin: 0 auto;
}
.toggle_list {
  margin-bottom: 3.5rem;
}
.toggle_list_title {
  font-size: 0.928rem;
  color: #555;
  display: block;
  padding: 17px 0px 17px 0px;
  border-bottom: 1px solid rgba(210, 210, 210, 0.5);
}
/*toggle_icon_block*/
.toggle_icon_block {
  margin-bottom: 3.3rem;
}
/*.toggle_icon_block > ul {
  display: flex;
  justify-content: space-between;
}*/
.toggle_icon_block > ul > li {
  /*  width: 32%;
  background-color: #f2f3f4;
  border-radius: 3px;*/
  margin-bottom: 1rem;
}
.toggle_icon_item {
  font-size: 0.928rem;
  display: flex;
  background-color: #fafafa;
  color: #505050;
  transition: all 0.5s;
}
.toggle_icon_item:hover {
  background-color: #737477;
  color: #fff;
  transition: all 0.5s;
}
.toggle_icon_img {
  width: 40%;
}
.toggle_icon_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.toggle_icon_img01 {
  position: relative;
  z-index: 0;
}
.toggle_icon_img01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s;
}
.toggle_icon_txt_box {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle_icon_txt {
  text-align: center;
  font-size: 1rem;
}
.toggle_icon_txt span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}
.toggle_sns_block {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(210, 210, 210, 0.5);
  margin-bottom: 3rem;
}
.toggle_sns_block > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle_sns_block > ul > li {
  margin-right: 2.3rem;
}
.toggle_sns_block > ul > li:last-child {
  margin-right: 0;
}
.toggle_sns_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle_sns_item01 {
  width: 25px;
  height: 25px;
}
.toggle_sns_item02 {
  width: 25px;
  height: 25px;
}
.toggle_sns_item03 {
  width: 33px;
  height: 25px;
}
.toggle_sns_item04 {
  width: 21px;
  height: 23px;
}
.toggle_sns_item img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
/*||toggle_company_name||*/
.toggle_company_name {
  font-size: 1rem;
  color: #323232;
  margin-bottom: 1.4rem;
}
.toggle_company_address {
  font-size: 0.785rem;
  line-height: 1.72;
  color: #323232;
  margin-bottom: 1.2rem;
}
.toggle_company_address span {
  margin-left: -5px;
}
.toggle_company_address_last {
  margin-bottom: 3.6rem;
}
.toggle_policy {
  display: inline-block;
  font-size: 0.714rem;
  letter-spacing: 0.04em;
  color: #737477;
  margin-bottom: 3rem;
  transition: all 0.5s;
}
.toggle_policy:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.toggle_copy {
  font-size: 0.785rem;
  color: #737477;
  letter-spacing: 0.07em !important;
  margin-bottom: 0;
}
/*+++++++++++++++++
accordion
******************/
.accordion {
  position: relative;
}
.accordion-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}
.toggle_list_arrow {
  width: 25px;
  height: 25px;
  background-color: #737477;
  border-radius: 50%;
  position: relative;
}
.toggle_list_arrow::before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.5s;
}
.accordion-title.open .toggle_list_arrow::before {
  opacity: 0;
  transition: all 0.5s;
}
.toggle_list_arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.accordion-content {
  display: none;
  padding-top: 2.1rem;
  padding-bottom: 2.8rem;
}
.toggle_list_2col_inner {
  display: flex;
}
.toggle_list_2col_inner > ul {
  width: 50%;
}
.toggle_list_2col_inner > ul > li {
  margin-bottom: 0.53rem;
}
.toggle_list_2col_inner > ul > li:last-child {
  margin-bottom: 0;
}
.accordion-content > ul {
  position: relative;
  margin-top: -9px;
  /*  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;*/
}
.accordion-content > ul > li {
  /*  width: 50%;*/
  margin-bottom: 0.53rem;
}
/*.accordion-content > ul > li:nth-last-child(2), .accordion-content > ul > li:last-child {
  margin-bottom: 0;
}*/
.accordion-content > ul > li:last-child {
  margin-bottom: 0;
}
.toggle_list_inner_title {
  font-size: 0.857rem;
  color: #555;
}
/*+++++++++++++++++
accordion-end
******************/
/*||toggle-PC||*/
@media screen and (min-width: 768px) {
  .toggle_block_SP {
    display: none;
  }
  .toggle_block_PC {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
  }
  /*  .toggle_block_PC::before {
    content: "";
    display: block;
    width: 45%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }*/
  .toggle_field {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .toggle_field_unit01 {
    width: 55%;
    background-color: #fafafa;
  }
  .toggle_field_unit01_inner {
    padding: 10rem 5% 2rem;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .toggle_field_unit01_up {
    margin-bottom: 4rem;
  }
  .toggle_logo_wrap {
    position: absolute;
    top: 30px;
    left: 5%;
  }
  .toggle_logo {
    width: 280px;
  }
  .toggle_logo_txt {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: #737477;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .toggle_field_list > ul {
    display: flex;
    justify-content: space-between;
  }
  .toggle_field_list > ul > li {
    width: 47%;
  }
  .toggle_field_item > ul > li {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(210, 210, 210, 0.5);
    margin-bottom: 3rem;
  }
  .toggle_field_item > ul > li:last-child {
    margin-bottom: 0;
  }
  .toggle_field_item_inner_2col > ul:first-child {
    margin-bottom: 2rem;
  }
  .toggle_field_head_wrap {
    margin-bottom: 2rem;
  }
  .toggle_field_head {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .toggle_field_head_link {
    color: #505050;
    transition: all 0.5s;
  }
  .toggle_field_head_link:hover {
    opacity: 0.7;
    transition: all 0.5s;
  }
  .toggle_field_txt {
    font-size: 0.928rem;
    color: #505050;
    transition: all 0.5s;
  }
  a.toggle_field_txt:hover {
    opacity: 0.7;
    transition: all 0.5s;
  }
  .toggle_field_unit01_down {
    text-align: right;
  }
  .toggle_policy {
    font-size: 0.625rem;
    margin-bottom: 0;
  }
  .toggle_field_unit02 {
    width: 45%;
    background-color: #fff;
  }
  .toggle_field_unit02_inner {
    padding: 10rem 10% 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .toggle_sns_block {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .toggle_copy {
    font-size: 0.625rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .toggle_field_unit01_inner {
    padding: 10rem 10% 2rem;
  }
  .toggle_logo_wrap {
    top: 2rem;
    left: 10%
  }
}
@media screen and (min-width: 1200px) {
  .toggle_field_unit01 {
    width: 66%;
  }
  .toggle_field_unit01_inner {
    padding: 12rem 8.5% 3.3rem;
  }
  .toggle_field_unit01_up {
    margin-bottom: 8rem;
  }
  .toggle_logo_wrap {
    top: 3.2rem;
    left: 8.5%;
  }
  .toggle_logo {
    width: 300px;
  }
  .toggle_logo_txt {
    margin-top: 1.5rem;
  }
  .toggle_field_list > ul > li {
    width: 49%;
  }
  .toggle_field_head_wrap {
    margin-bottom: 2.5rem;
  }
  .toggle_field_head {
    font-size: 1.4375rem;
    margin-bottom: 1.15rem;
  }
  .toggle_field_item > ul > li {
    padding-top: 1.7rem;
    margin-bottom: 2.5rem;
  }
  .toggle_field_item_inner_2col {
    display: flex;
  }
  .toggle_field_item_inner_2col > ul {
    width: 50%;
  }
  .toggle_field_item_inner_2col > ul:first-child {
    margin-bottom: 0;
  }
  .toggle_field_item_inner_2col > ul > li, .toggle_field_item_inner > ul > li {
    margin-bottom: 0.2rem;
  }
  .toggle_field_item_inner_2col > ul > li:last-child, .toggle_field_item_inner > ul > li:last-child {
    margin-bottom: 0;
  }
  .toggle_field_txt {
    font-size: 0.8125rem;
  }
  .toggle_field_unit02 {
    width: 34%;
  }
  .toggle_field_unit02_inner {
    padding: 12rem 10.5% 3.3rem;
  }
  .toggle_icon_block {
    margin-bottom: 4.4rem;
  }
  .toggle_icon_block > ul > li {
    margin-bottom: 0.7rem;
  }
  .toggle_icon_img {
    width: 43%;
  }
  .toggle_icon_txt_box {
    width: 57%;
  }
  .toggle_icon_txt {
    font-size: 0.9375rem;
  }
  .toggle_icon_txt span {
    font-size: 9px;
  }
  .toggle_sns_block > ul > li {
    margin-right: 2.1rem;
  }
  .toggle_sns_item01 {
    width: 28px;
    height: 28px;
  }
  .toggle_sns_item02 {
    width: 28px;
    height: 28px;
  }
  .toggle_sns_item03 {
    width: 36px;
    height: 28px;
  }
  .toggle_sns_item04 {
    width: 24px;
    height: 26px;
  }
}
@media screen and (min-width: 1500px) {
  .toggle_field_unit01_inner {
    padding: 12rem 14.5% 3.3rem;
  }
  .toggle_logo_wrap {
    left: 14.5%;
  }
}
/**************************
ページヘッダー
**************************/
.page-head_outer {
  background-color: #fff;
  padding: 14rem 0 4rem;
}
.page-head {
  width: 84%;
  margin: 0 auto;
}
.head-bfont {
  font-size: 3.21rem;
  color: #505050;
  font-family: 'Satoshi', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  /*  text-transform: uppercase;*/
  word-wrap: break-word;
  margin-bottom: 1.4rem;
}
.h-page-tit {
  font-size: 0.857rem;
  color: #505050;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
/*プライバシーポリシーヘッダーフォント*/
.page-head_outer_policy .head-bfont {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .page-head_outer {
    padding: 14.5rem 0 6rem;
  }
  .head-bfont {
    font-size: 3.5rem;
  }
  /*プライバシーポリシーヘッダーフォント*/
  .page-head_outer_policy .head-bfont {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .head-bfont {
    font-size: 3.8rem;
  }
  .h-page-tit {
    font-size: 0.9rem;
  }
  /*プライバシーポリシーヘッダーフォント*/
  .page-head_outer_policy .head-bfont {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer {
    padding: 15rem 0 7rem;
  }
  .page-head {
    width: 85.5%;
  }
  .head-bfont {
    font-size: 4.375rem;
    margin-bottom: 1.5rem;
  }
  .h-page-tit {
    /*    font-size: 1rem;*/
    font-size: 1.125rem;
  }
  /*プライバシーポリシーヘッダーフォント*/
  .page-head_outer_policy .head-bfont {
    font-size: 4.375rem;
  }
}
/**************************
CATEGORY表示
**************************/
.page-head_category_wrap {
  margin-top: 4rem;
}
.page-head_category_wrap .accordion-title {
  font-size: 0.714rem;
  color: #505050;
  background-color: #f2f3f4;
  border-radius: 25px;
  width: 160px;
  padding: 0 1rem;
  height: 40px;
  z-index: 2;
  transition: all 0.3s;
}
.accordion-title.js-accordion-title.open {
  border-radius: 7px 7px 0 0;
  transition: all 0.3s;
}
.head_list_arrow {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
}
.head_list_arrow::before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: rgba(80, 80, 80, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.5s;
}
.accordion-title.open .head_list_arrow::before {
  opacity: 0;
  transition: all 0.5s;
}
.head_list_arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: rgba(80, 80, 80, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.page-head_category_wrap .accordion-content {
  position: absolute;
  /*  background-color: rgba(242, 243, 244, 0.3);*/
  background-color: #f2f3f4;
  /*  border: 1px solid #ccc;*/
  border-radius: 0 0 7px 7px;
  width: 160px;
  padding: 1rem 1rem;
  z-index: 1;
  top: 20px;
  padding-top: 20px;
}
.accordion-content_wrap {
  border-top: 1px solid rgba(207, 207, 207, 0.5);
  padding-top: 5px;
}
.head_category_list > ul > li {
  margin-bottom: 0.1rem;
}
.head_category_list > ul > li:last-child {
  margin-bottom: 0;
}
.head_category_txt {
  font-size: 0.714rem;
}
.head_category_year {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-left: 3px;
}
@media screen and (max-width: 376px) {
  .page-head_category_wrap .accordion-title, .page-head_category_wrap .accordion-content {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .page-head_2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-head_category_wrap .accordion-title {
    font-size: 0.8125rem;
    padding: 0 1.8rem 0 1.8rem;
    width: 250px;
    height: 50px;
  }
  .head_list_arrow::before {
    height: 10px;
  }
  .head_list_arrow::after {
    width: 10px;
  }
  .page-head_category_wrap .accordion-content {
    padding: 1rem 1.8rem;
    width: 250px;
    top: 25px;
    padding-top: 25px;
  }
  .accordion-content_wrap {
    padding-top: 10px;
  }
  .head_category_txt {
    font-size: 0.8125rem;
  }
}
/**************************

**************************/